Pull request #3171 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d446a20ec950243cdb2cde9e79e8d71c4fe4cde8+0d6fc7d598f537d77874e1d0dc6a2e2a12b632ed (75f4356ee66c861801ec2ac8768e290028bda721) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-26825’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-26826 in /w/workspace/edgexfoundry_edgex-go_PR-3171 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 Merging remotes/origin/master commit 0d6fc7d598f537d77874e1d0dc6a2e2a12b632ed into PR head commit d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 Merge succeeded, producing d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 Checking out Revision d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 (PR-3171) > 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/3171/head:refs/remotes/origin/PR-3171 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 # 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 0d6fc7d598f537d77874e1d0dc6a2e2a12b632ed # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-18T21:55:31.548Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-18T21:55:31.834Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-18T21:55:31.925Z] ========================================================= [2021-02-18T21:55:31.925Z] EdgeX Global Pipelines Version Info [2021-02-18T21:55:31.925Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk b1eab20f57a59d46d19daa3afcbc9c4f5c2d3697 # timeout=10 [2021-02-18T21:55:38.737Z] ------------------- [2021-02-18T21:55:38.737Z] stable info: [2021-02-18T21:55:38.737Z] ------------------- [2021-02-18T21:55:38.737Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-18T21:55:38.737Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-18T21:55:38.737Z] Message: update stable to v1.0.179 [2021-02-18T21:55:40.560Z] ------------------- [2021-02-18T21:55:40.560Z] experimental info: [2021-02-18T21:55:40.560Z] ------------------- [2021-02-18T21:55:40.560Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-18T21:55:40.560Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-18T21:55:40.560Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-18T21:55:40.908Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-18T21:55:40.990Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-18T21:55:41.069Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-18T21:55:41.205Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-18T21:55:41.335Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-18T21:55:41.504Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-18T21:55:41.603Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-18T21:55:41.692Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-18T21:55:41.775Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-18T21:55:41.857Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-18T21:55:41.999Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-18T21:55:42.094Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-18T21:55:42.181Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-18T21:55:42.263Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-18T21:55:42.358Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-18T21:55:42.441Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-18T21:55:42.523Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-18T21:55:42.640Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-18T21:55:42.794Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-18T21:55:42.911Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-18T21:55:43.048Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-18T21:55:43.131Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-18T21:55:43.218Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-18T21:55:43.330Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3171 [Pipeline] echo [2021-02-18T21:55:43.434Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3171 [Pipeline] echo [2021-02-18T21:55:43.519Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3171 [Pipeline] echo [2021-02-18T21:55:43.625Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 [Pipeline] echo [2021-02-18T21:55:43.706Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d446a20 [Pipeline] echo [2021-02-18T21:55:43.786Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-18T21:55:43.951Z] provisioning config files... [2021-02-18T21:55:44.050Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config8993777951979332328tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T21:55:44.747Z] ---> docker-login.sh [2021-02-18T21:55:44.747Z] nexus3.edgexfoundry.org:10001 [2021-02-18T21:55:47.269Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T21:55:47.269Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T21:55:47.269Z] Configure a credential helper to remove this warning. See [2021-02-18T21:55:47.269Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T21:55:47.269Z] [2021-02-18T21:55:47.269Z] Login Succeeded [2021-02-18T21:55:47.269Z] nexus3.edgexfoundry.org:10002 [2021-02-18T21:55:48.862Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T21:55:48.862Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T21:55:48.862Z] Configure a credential helper to remove this warning. See [2021-02-18T21:55:48.862Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T21:55:48.862Z] [2021-02-18T21:55:48.862Z] Login Succeeded [2021-02-18T21:55:49.438Z] nexus3.edgexfoundry.org:10003 [2021-02-18T21:55:49.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T21:55:50.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T21:55:50.777Z] Configure a credential helper to remove this warning. See [2021-02-18T21:55:50.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T21:55:50.777Z] [2021-02-18T21:55:50.777Z] Login Succeeded [2021-02-18T21:55:50.777Z] nexus3.edgexfoundry.org:10004 [2021-02-18T21:55:52.817Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T21:55:53.118Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T21:55:53.118Z] Configure a credential helper to remove this warning. See [2021-02-18T21:55:53.118Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T21:55:53.118Z] [2021-02-18T21:55:53.118Z] Login Succeeded [2021-02-18T21:55:53.118Z] docker.io [2021-02-18T21:55:54.235Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T21:55:54.522Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T21:55:54.522Z] Configure a credential helper to remove this warning. See [2021-02-18T21:55:54.522Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T21:55:54.522Z] [2021-02-18T21:55:54.522Z] Login Succeeded [2021-02-18T21:55:54.522Z] ---> docker-login.sh ends [Pipeline] } [2021-02-18T21:55:54.539Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-18T21:55:55.523Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-18T21:55:55.523Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T21:55:55.523Z] ++ dirname cmd/core-command/Dockerfile [2021-02-18T21:55:55.523Z] ++ cut -d/ -f2 [2021-02-18T21:55:55.523Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-18T21:55:55.523Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T21:55:55.523Z] ++ dirname cmd/core-data/Dockerfile [2021-02-18T21:55:55.523Z] ++ cut -d/ -f2 [2021-02-18T21:55:55.523Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-18T21:55:55.523Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T21:55:55.523Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-18T21:55:55.523Z] ++ cut -d/ -f2 [2021-02-18T21:55:55.523Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-18T21:55:55.523Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T21:55:55.523Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-18T21:55:55.523Z] ++ cut -d/ -f2 [2021-02-18T21:55:55.523Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-18T21:55:55.523Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T21:55:55.523Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-18T21:55:55.523Z] ++ cut -d/ -f2 [2021-02-18T21:55:55.523Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-18T21:55:55.523Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T21:55:55.523Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-18T21:55:55.523Z] ++ cut -d/ -f2 [2021-02-18T21:55:55.523Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-18T21:55:55.523Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T21:55:55.523Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-18T21:55:55.523Z] ++ cut -d/ -f2 [2021-02-18T21:55:55.523Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-18T21:55:55.523Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T21:55:55.523Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-18T21:55:55.523Z] ++ cut -d/ -f2 [2021-02-18T21:55:55.523Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-18T21:55:55.523Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T21:55:55.523Z] ++ cut -d/ -f2 [2021-02-18T21:55:55.523Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-18T21:55:55.523Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-18T21:55:55.763Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-18T21:55:56.974Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T21:55:56.975Z] [2021-02-18T21:55:56.975Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T21:55:57.502Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T21:55:57.502Z] latest: Pulling from edgex-devops/git-semver [2021-02-18T21:55:57.502Z] 31603596830f: Pulling fs layer [2021-02-18T21:55:57.502Z] 2a8b12db71e7: Pulling fs layer [2021-02-18T21:55:57.502Z] 6ca5941a6612: Pulling fs layer [2021-02-18T21:55:57.502Z] ecc8261a40a4: Pulling fs layer [2021-02-18T21:55:57.502Z] ecc8261a40a4: Waiting [2021-02-18T21:55:57.883Z] 2a8b12db71e7: Verifying Checksum [2021-02-18T21:55:57.883Z] 2a8b12db71e7: Download complete [2021-02-18T21:55:58.609Z] 31603596830f: Verifying Checksum [2021-02-18T21:55:58.609Z] 31603596830f: Download complete [2021-02-18T21:55:58.925Z] ecc8261a40a4: Verifying Checksum [2021-02-18T21:55:58.925Z] ecc8261a40a4: Download complete [2021-02-18T21:55:59.282Z] 6ca5941a6612: Verifying Checksum [2021-02-18T21:55:59.282Z] 6ca5941a6612: Download complete [2021-02-18T21:55:59.980Z] 31603596830f: Pull complete [2021-02-18T21:56:00.437Z] 2a8b12db71e7: Pull complete [2021-02-18T21:56:05.316Z] 6ca5941a6612: Pull complete [2021-02-18T21:56:05.966Z] ecc8261a40a4: Pull complete [2021-02-18T21:56:05.966Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-18T21:56:05.966Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T21:56:05.966Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-18T21:56:06.227Z] prd-centos7-docker-4c-2g-26826 does not seem to be running inside a container [2021-02-18T21:56:06.359Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-18T21:56:09.800Z] $ docker top 61b77d25714e97828f15b3452165c1b315f6687367c190b6003b08a994c6ac22 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-18T21:56:10.255Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-18T21:56:10.255Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-18T21:56:11.481Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-18T21:56:11.490Z] $ docker exec 61b77d25714e97828f15b3452165c1b315f6687367c190b6003b08a994c6ac22 ssh-agent [2021-02-18T21:56:12.192Z] SSH_AUTH_SOCK=/tmp/ssh-OhCUduissvYA/agent.11 [2021-02-18T21:56:12.192Z] SSH_AGENT_PID=16 [2021-02-18T21:56:12.369Z] Running ssh-add (command line suppressed) [2021-02-18T21:56:12.575Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_2744354021353010374.key (/w/workspace/edgex-go/4@tmp/private_key_2744354021353010374.key) [2021-02-18T21:56:12.845Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-18T21:56:15.053Z] + git tag --points-at HEAD [Pipeline] } [2021-02-18T21:56:15.125Z] $ docker exec --env ******** --env ******** 61b77d25714e97828f15b3452165c1b315f6687367c190b6003b08a994c6ac22 ssh-agent -k [2021-02-18T21:56:15.627Z] unset SSH_AUTH_SOCK; [2021-02-18T21:56:15.629Z] unset SSH_AGENT_PID; [2021-02-18T21:56:15.629Z] echo Agent pid 16 killed; [2021-02-18T21:56:15.773Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-18T21:56:15.913Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-18T21:56:15.913Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-18T21:56:16.483Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-18T21:56:16.538Z] $ docker exec 61b77d25714e97828f15b3452165c1b315f6687367c190b6003b08a994c6ac22 ssh-agent [2021-02-18T21:56:16.873Z] SSH_AUTH_SOCK=/tmp/ssh-Jio578oFJ2T1/agent.45 [2021-02-18T21:56:16.873Z] SSH_AGENT_PID=50 [2021-02-18T21:56:16.887Z] Running ssh-add (command line suppressed) [2021-02-18T21:56:17.353Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_461995358036495890.key (/w/workspace/edgex-go/4@tmp/private_key_461995358036495890.key) [2021-02-18T21:56:18.077Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-18T21:56:19.126Z] + git semver init [2021-02-18T21:56:19.126Z] # -> Open(): unable to determine branch for HEAD [2021-02-18T21:56:19.126Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-02-18T21:56:19.126Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-02-18T21:56:19.126Z] # $SEMVER_REMOTE_NAME = origin [2021-02-18T21:56:19.126Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-18T21:56:19.126Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-18T21:56:19.126Z] # $SEMVER_BRANCH = PR-3171 [2021-02-18T21:56:19.126Z] # $SEMVER_TEMP = /tmp/semver-181254764 [2021-02-18T21:56:19.126Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-18T21:57:30.869Z] # '/tmp/semver-181254764' -> '/w/workspace/edgex-go/4/.semver' [2021-02-18T21:57:30.869Z] # -> Force: false [2021-02-18T21:57:30.869Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-02-18T21:57:30.918Z] $ docker exec --env ******** --env ******** 61b77d25714e97828f15b3452165c1b315f6687367c190b6003b08a994c6ac22 ssh-agent -k [2021-02-18T21:57:31.966Z] unset SSH_AUTH_SOCK; [2021-02-18T21:57:31.967Z] unset SSH_AGENT_PID; [2021-02-18T21:57:31.967Z] echo Agent pid 50 killed; [2021-02-18T21:57:32.063Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-18T21:57:32.602Z] + git semver [Pipeline] } [2021-02-18T21:57:33.108Z] $ docker stop --time=1 61b77d25714e97828f15b3452165c1b315f6687367c190b6003b08a994c6ac22 [2021-02-18T21:57:35.264Z] $ docker rm -f 61b77d25714e97828f15b3452165c1b315f6687367c190b6003b08a994c6ac22 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T21:57:36.246Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-18T21:57:39.915Z] Stashed 1 file(s) [Pipeline] echo [2021-02-18T21:57:39.918Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-18T21:57:41.163Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-18T21:57:42.134Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-18T21:57:42.559Z] + true [2021-02-18T21:57:42.559Z] + sudo service docker restart [2021-02-18T21:57:42.559Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-18T21:57:45.192Z] ========================================================= [2021-02-18T21:57:45.192Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-18T21:57:45.192Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-18T21:57:46.004Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-18T21:57:55.308Z] Still waiting to schedule task [2021-02-18T21:57:55.308Z] ‘prd-centos7-docker-4c-2g-26823’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-26825’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-26829’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-26832’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26834’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26835’ is offline [2021-02-18T21:57:59.450Z] Sending build context to Docker daemon 327.9MB [2021-02-18T21:57:59.450Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-18T21:57:59.450Z] Step 2/6 : FROM ${BASE} [2021-02-18T21:57:59.450Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-18T21:57:59.450Z] 188c0c94c7c5: Pulling fs layer [2021-02-18T21:57:59.450Z] 0ef7d3d256c8: Pulling fs layer [2021-02-18T21:57:59.450Z] de9db76c5a1d: Pulling fs layer [2021-02-18T21:57:59.450Z] bca2f99d35d6: Pulling fs layer [2021-02-18T21:57:59.450Z] 93359f2a8cfa: Pulling fs layer [2021-02-18T21:57:59.450Z] 7c6f9722023f: Pulling fs layer [2021-02-18T21:57:59.450Z] a35cf1a2eb13: Pulling fs layer [2021-02-18T21:57:59.450Z] bca2f99d35d6: Waiting [2021-02-18T21:57:59.450Z] 93359f2a8cfa: Waiting [2021-02-18T21:57:59.450Z] 7c6f9722023f: Waiting [2021-02-18T21:57:59.450Z] a35cf1a2eb13: Waiting [2021-02-18T21:57:59.891Z] de9db76c5a1d: Verifying Checksum [2021-02-18T21:57:59.892Z] de9db76c5a1d: Download complete [2021-02-18T21:57:59.892Z] 0ef7d3d256c8: Verifying Checksum [2021-02-18T21:57:59.892Z] 0ef7d3d256c8: Download complete [2021-02-18T21:57:59.892Z] 93359f2a8cfa: Verifying Checksum [2021-02-18T21:57:59.892Z] 93359f2a8cfa: Download complete [2021-02-18T21:58:00.287Z] 7c6f9722023f: Verifying Checksum [2021-02-18T21:58:00.287Z] 7c6f9722023f: Download complete [2021-02-18T21:58:01.856Z] 188c0c94c7c5: Download complete [2021-02-18T21:58:03.729Z] 188c0c94c7c5: Pull complete [2021-02-18T21:58:05.309Z] 0ef7d3d256c8: Pull complete [2021-02-18T21:58:05.772Z] de9db76c5a1d: Pull complete [2021-02-18T21:58:12.448Z] a35cf1a2eb13: Verifying Checksum [2021-02-18T21:58:12.448Z] a35cf1a2eb13: Download complete [2021-02-18T21:58:16.405Z] bca2f99d35d6: Verifying Checksum [2021-02-18T21:58:16.405Z] bca2f99d35d6: Download complete [2021-02-18T21:58:27.359Z] bca2f99d35d6: Pull complete [2021-02-18T21:58:27.359Z] 93359f2a8cfa: Pull complete [2021-02-18T21:58:27.359Z] 7c6f9722023f: Pull complete [2021-02-18T21:58:36.332Z] a35cf1a2eb13: Pull complete [2021-02-18T21:58:36.332Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-18T21:58:36.332Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-18T21:58:36.332Z] ---> a62c8e92a672 [2021-02-18T21:58:36.332Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-18T21:58:36.332Z] ---> Running in bd0831916e68 [2021-02-18T21:58:38.509Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T21:58:39.487Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T21:58:41.838Z] (1/12) Installing libmagic (5.38-r0) [2021-02-18T21:58:42.473Z] (2/12) Installing file (5.38-r0) [2021-02-18T21:58:42.748Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-18T21:58:42.748Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-18T21:58:56.067Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-18T21:58:56.067Z] (6/12) Installing patch (2.7.6-r6) [2021-02-18T21:58:56.067Z] (7/12) Installing build-base (0.5-r2) [2021-02-18T21:58:56.067Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-18T21:58:56.067Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-18T21:58:56.067Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-18T21:58:56.067Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-18T21:58:56.067Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-18T21:58:56.067Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T21:58:56.067Z] OK: 233 MiB in 51 packages [2021-02-18T21:59:00.631Z] Removing intermediate container bd0831916e68 [2021-02-18T21:59:00.631Z] ---> 514ccbfd04ce [2021-02-18T21:59:00.631Z] Step 4/6 : WORKDIR /edgex-go [2021-02-18T21:59:00.902Z] ---> Running in 21f2efe0b47e [2021-02-18T21:59:01.604Z] Removing intermediate container 21f2efe0b47e [2021-02-18T21:59:01.604Z] ---> b2f2366121c5 [2021-02-18T21:59:01.604Z] Step 5/6 : COPY go.mod . [2021-02-18T21:59:02.934Z] ---> 895b68cbe9b1 [2021-02-18T21:59:02.934Z] Step 6/6 : RUN go mod download [2021-02-18T21:59:03.618Z] ---> Running in 7803c4a9c597 [2021-02-18T21:59:45.101Z] Removing intermediate container 7803c4a9c597 [2021-02-18T21:59:45.101Z] ---> 133517db2750 [2021-02-18T21:59:45.101Z] Successfully built 133517db2750 [2021-02-18T21:59:45.102Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T21:59:45.697Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-18T21:59:46.311Z] . [Pipeline] withDockerContainer [2021-02-18T21:59:47.027Z] prd-centos7-docker-4c-2g-26826 does not seem to be running inside a container [2021-02-18T21:59:47.332Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-18T21:59:50.198Z] $ docker top 930573d815e0c212c9089def22beac039c8c9b3a6693b8c612a855958c162f30 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T21:59:51.675Z] + go version [2021-02-18T21:59:51.675Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-18T21:59:53.427Z] $ docker stop --time=1 930573d815e0c212c9089def22beac039c8c9b3a6693b8c612a855958c162f30 [2021-02-18T21:59:56.257Z] $ docker rm -f 930573d815e0c212c9089def22beac039c8c9b3a6693b8c612a855958c162f30 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T21:59:57.606Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-18T21:59:57.606Z] . [Pipeline] withDockerContainer [2021-02-18T21:59:58.857Z] prd-centos7-docker-4c-2g-26826 does not seem to be running inside a container [2021-02-18T21:59:59.043Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-18T22:00:00.334Z] $ docker top c887b65273ffe8208230110a2c97cfdf2b712e54d7428877f725787c423c790a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-18T22:00:00.862Z] ========================================================= [2021-02-18T22:00:00.862Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-18T22:00:00.862Z] ========================================================= [Pipeline] sh [2021-02-18T22:00:02.143Z] + make test [2021-02-18T22:00:02.143Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-18T22:00:31.331Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-18T22:01:11.845Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-18T22:01:19.422Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-18T22:01:19.423Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-18T22:01:19.423Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-18T22:01:31.016Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-18T22:01:31.016Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-18T22:01:31.016Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-18T22:01:31.016Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-18T22:01:31.796Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-18T22:01:32.755Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-18T22:01:37.898Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-18T22:01:37.898Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-18T22:01:37.898Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-18T22:01:42.597Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.550s coverage: 45.9% of statements [2021-02-18T22:01:42.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-18T22:01:42.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-18T22:01:42.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-18T22:01:42.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-18T22:01:42.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-18T22:01:42.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-18T22:01:42.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-18T22:01:42.597Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.200s coverage: 100.0% of statements [2021-02-18T22:01:50.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 2.154s coverage: 27.1% of statements [2021-02-18T22:01:50.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-18T22:01:50.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-18T22:01:50.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-18T22:01:50.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-18T22:01:50.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-18T22:01:50.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-18T22:01:50.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.126s coverage: 100.0% of statements [2021-02-18T22:01:50.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-18T22:01:50.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements [2021-02-18T22:01:50.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-18T22:01:50.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-18T22:01:50.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.362s coverage: 65.8% of statements [2021-02-18T22:01:50.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-18T22:01:50.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-18T22:01:53.372Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 1.674s coverage: 82.3% of statements [2021-02-18T22:01:53.372Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-18T22:01:53.372Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T22:01:53.372Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-18T22:01:53.372Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-18T22:01:59.970Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.630s coverage: 28.6% of statements [2021-02-18T22:01:59.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-18T22:01:59.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-18T22:01:59.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-18T22:01:59.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-18T22:01:59.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-18T22:01:59.970Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.320s coverage: 100.0% of statements [2021-02-18T22:01:59.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-18T22:01:59.970Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.115s coverage: 100.0% of statements [2021-02-18T22:01:59.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-18T22:01:59.970Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.953s coverage: 86.7% of statements [2021-02-18T22:01:59.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-18T22:02:04.923Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.486s coverage: 97.5% of statements [2021-02-18T22:02:04.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-18T22:02:04.923Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 1.386s coverage: 78.3% of statements [2021-02-18T22:02:04.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-18T22:02:04.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-18T22:02:04.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-18T22:02:04.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-18T22:02:11.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.482s coverage: 92.8% of statements [2021-02-18T22:02:11.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-18T22:02:11.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T22:02:11.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-18T22:02:11.056Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-18T22:02:11.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-18T22:02:11.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-18T22:02:11.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-18T22:02:11.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-18T22:02:11.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-18T22:02:11.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-18T22:02:11.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-18T22:02:11.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-18T22:02:11.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-18T22:02:11.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-18T22:02:11.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-18T22:02:11.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-18T22:02:11.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-18T22:02:11.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-18T22:02:11.056Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.597s coverage: 58.8% of statements [2021-02-18T22:02:11.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-18T22:02:11.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-18T22:02:11.056Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.364s coverage: 0.1% of statements [2021-02-18T22:02:11.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-18T22:02:11.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-18T22:02:11.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-18T22:02:11.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.092s coverage: 45.5% of statements [2021-02-18T22:02:11.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.116s coverage: 79.5% of statements [2021-02-18T22:02:11.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.278s coverage: 94.1% of statements [2021-02-18T22:02:11.112Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26837 in /w/workspace/edgexfoundry_edgex-go_PR-3171 [Pipeline] { [Pipeline] ws [2021-02-18T22:02:11.165Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-02-18T22:02:11.898Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.201s coverage: 96.3% of statements [2021-02-18T22:02:13.413Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.133s coverage: 87.5% of statements [2021-02-18T22:02:17.456Z] using credential edgex-jenkins-ssh [2021-02-18T22:02:17.522Z] Cloning the remote Git repository [2021-02-18T22:02:17.593Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-18T22:02:17.719Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-02-18T22:02:17.829Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T22:02:17.831Z] > git --version # timeout=10 [2021-02-18T22:02:17.857Z] > git --version # 'git version 2.17.1' [2021-02-18T22:02:17.860Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T22:02:17.941Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T22:02:26.548Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.202s coverage: 94.4% of statements [2021-02-18T22:02:26.548Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.081s coverage: 44.8% of statements [2021-02-18T22:02:36.725Z] Merging remotes/origin/master commit 0d6fc7d598f537d77874e1d0dc6a2e2a12b632ed into PR head commit d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 [2021-02-18T22:02:37.305Z] Merge succeeded, producing d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 [2021-02-18T22:02:37.306Z] Checking out Revision d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 (PR-3171) [2021-02-18T22:02:35.868Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T22:02:35.891Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T22:02:35.925Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T22:02:35.981Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T22:02:35.982Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T22:02:36.000Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3171/head:refs/remotes/origin/PR-3171 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-18T22:02:36.749Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T22:02:36.774Z] > git checkout -f d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 # timeout=10 [2021-02-18T22:02:37.127Z] > git remote # timeout=10 [2021-02-18T22:02:37.149Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T22:02:37.218Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T22:02:37.243Z] > git merge 0d6fc7d598f537d77874e1d0dc6a2e2a12b632ed # timeout=10 [2021-02-18T22:02:37.281Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T22:02:37.314Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T22:02:37.341Z] > git checkout -f d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 # timeout=10 [2021-02-18T22:02:40.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.279s coverage: 92.9% of statements [2021-02-18T22:02:40.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-18T22:02:40.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-18T22:02:40.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-18T22:02:40.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.561s coverage: 77.8% of statements [2021-02-18T22:02:40.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-18T22:02:40.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-18T22:02:40.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-18T22:02:40.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-18T22:02:40.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-18T22:02:40.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.212s coverage: 87.2% of statements [2021-02-18T22:02:40.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-18T22:02:40.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-18T22:02:40.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.065s coverage: 100.0% of statements [2021-02-18T22:02:40.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-18T22:02:40.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements [2021-02-18T22:02:40.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-18T22:02:40.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.510s coverage: 80.8% of statements [2021-02-18T22:02:40.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.094s coverage: 87.2% of statements [2021-02-18T22:02:40.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.067s coverage: 84.2% of statements [2021-02-18T22:02:40.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.205s coverage: 91.4% of statements [2021-02-18T22:02:40.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-18T22:02:40.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.383s coverage: 63.5% of statements [2021-02-18T22:02:40.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-18T22:02:40.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-18T22:02:40.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.077s coverage: 100.0% of statements [2021-02-18T22:02:40.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements [2021-02-18T22:02:40.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.039s coverage: 100.0% of statements [2021-02-18T22:02:40.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements [2021-02-18T22:02:40.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements [2021-02-18T22:02:40.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.552s coverage: 68.9% of statements [2021-02-18T22:02:40.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-18T22:02:40.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-18T22:02:40.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.609s coverage: 37.0% of statements [2021-02-18T22:02:40.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-18T22:02:40.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-18T22:02:40.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.685s coverage: 84.0% of statements [2021-02-18T22:02:40.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.181s coverage: 100.0% of statements [2021-02-18T22:02:41.125Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.224s coverage: 47.0% of statements [2021-02-18T22:02:41.125Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-18T22:02:41.125Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-18T22:02:41.125Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-18T22:02:41.125Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-18T22:02:41.125Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-18T22:02:41.125Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.161s coverage: 100.0% of statements [2021-02-18T22:02:41.125Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-18T22:02:41.125Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.075s coverage: 100.0% of statements [2021-02-18T22:02:41.125Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-18T22:02:41.125Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-18T22:02:41.125Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-18T22:02:41.125Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-18T22:02:41.902Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [2021-02-18T22:02:42.328Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.184s coverage: 89.4% of statements [Pipeline] withEnv [2021-02-18T22:02:42.328Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-18T22:02:42.328Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T22:02:42.328Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-18T22:02:43.475Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-18T22:02:44.017Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-18T22:02:44.370Z] + + truesudo [2021-02-18T22:02:44.370Z] service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-18T22:02:47.106Z] provisioning config files... [2021-02-18T22:02:47.154Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config9184147307873666915tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T22:02:47.576Z] ---> docker-login.sh [2021-02-18T22:02:47.576Z] nexus3.edgexfoundry.org:10001 [2021-02-18T22:02:48.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T22:02:48.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T22:02:48.840Z] Configure a credential helper to remove this warning. See [2021-02-18T22:02:48.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T22:02:48.840Z] [2021-02-18T22:02:48.840Z] Login Succeeded [2021-02-18T22:02:48.840Z] nexus3.edgexfoundry.org:10002 [2021-02-18T22:02:49.445Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T22:02:49.445Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T22:02:49.445Z] Configure a credential helper to remove this warning. See [2021-02-18T22:02:49.445Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T22:02:49.445Z] [2021-02-18T22:02:49.445Z] Login Succeeded [2021-02-18T22:02:49.445Z] nexus3.edgexfoundry.org:10003 [2021-02-18T22:02:50.045Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T22:02:50.045Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T22:02:50.045Z] Configure a credential helper to remove this warning. See [2021-02-18T22:02:50.045Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T22:02:50.045Z] [2021-02-18T22:02:50.045Z] Login Succeeded [2021-02-18T22:02:50.045Z] nexus3.edgexfoundry.org:10004 [2021-02-18T22:02:50.075Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.399s coverage: 29.1% of statements [2021-02-18T22:02:50.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-18T22:02:50.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-18T22:02:50.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-18T22:02:50.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-18T22:02:50.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-18T22:02:50.075Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.270s coverage: 99.0% of statements [2021-02-18T22:02:50.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-18T22:02:50.075Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.187s coverage: 100.0% of statements [2021-02-18T22:02:50.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-18T22:02:50.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-18T22:02:50.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-18T22:02:50.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-18T22:02:50.075Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.356s coverage: 100.0% of statements [2021-02-18T22:02:50.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-18T22:02:50.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T22:02:50.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-18T22:02:50.075Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.086s coverage: 0.0% of statements [2021-02-18T22:02:50.075Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-18T22:02:50.075Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.087s coverage: 100.0% of statements [2021-02-18T22:02:50.075Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-18T22:02:50.075Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-18T22:02:50.075Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-18T22:02:50.075Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-18T22:02:50.075Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.117s coverage: 87.9% of statements [2021-02-18T22:02:50.075Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-18T22:02:50.075Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-18T22:02:50.495Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.406s coverage: 100.0% of statements [2021-02-18T22:02:50.648Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T22:02:50.923Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T22:02:50.923Z] Configure a credential helper to remove this warning. See [2021-02-18T22:02:50.923Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T22:02:50.923Z] [2021-02-18T22:02:50.923Z] Login Succeeded [2021-02-18T22:02:50.923Z] docker.io [2021-02-18T22:02:51.200Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T22:02:51.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T22:02:51.488Z] Configure a credential helper to remove this warning. See [2021-02-18T22:02:51.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T22:02:51.488Z] [2021-02-18T22:02:51.488Z] Login Succeeded [2021-02-18T22:02:51.488Z] ---> docker-login.sh ends [Pipeline] } [2021-02-18T22:02:51.510Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-18T22:02:52.057Z] ========================================================= [2021-02-18T22:02:52.057Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-18T22:02:52.057Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-18T22:02:52.132Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.044s coverage: 32.1% of statements [2021-02-18T22:02:52.465Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-18T22:02:52.636Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.051s coverage: 100.0% of statements [2021-02-18T22:02:53.751Z] GO111MODULE=on go vet ./... [2021-02-18T22:02:55.101Z] Sending build context to Docker daemon 166.3MB [2021-02-18T22:02:55.101Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-18T22:02:55.101Z] Step 2/6 : FROM ${BASE} [2021-02-18T22:02:55.101Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-18T22:02:55.101Z] 5f621e34cdf4: Pulling fs layer [2021-02-18T22:02:55.101Z] a4357932f1b6: Pulling fs layer [2021-02-18T22:02:55.101Z] 18c013af1878: Pulling fs layer [2021-02-18T22:02:55.101Z] 00ac8860ef70: Pulling fs layer [2021-02-18T22:02:55.101Z] 63d7cb157983: Pulling fs layer [2021-02-18T22:02:55.101Z] b116817d02f9: Pulling fs layer [2021-02-18T22:02:55.101Z] 745a02a5169b: Pulling fs layer [2021-02-18T22:02:55.101Z] 00ac8860ef70: Waiting [2021-02-18T22:02:55.101Z] b116817d02f9: Waiting [2021-02-18T22:02:55.101Z] 745a02a5169b: Waiting [2021-02-18T22:02:55.101Z] 63d7cb157983: Waiting [2021-02-18T22:02:55.101Z] 18c013af1878: Verifying Checksum [2021-02-18T22:02:55.101Z] 18c013af1878: Download complete [2021-02-18T22:02:55.101Z] a4357932f1b6: Download complete [2021-02-18T22:02:55.101Z] 63d7cb157983: Verifying Checksum [2021-02-18T22:02:55.101Z] 63d7cb157983: Download complete [2021-02-18T22:02:55.101Z] b116817d02f9: Download complete [2021-02-18T22:02:55.101Z] 5f621e34cdf4: Verifying Checksum [2021-02-18T22:02:55.101Z] 5f621e34cdf4: Download complete [2021-02-18T22:02:55.701Z] 5f621e34cdf4: Pull complete [2021-02-18T22:02:56.326Z] a4357932f1b6: Pull complete [2021-02-18T22:02:56.603Z] 18c013af1878: Pull complete [2021-02-18T22:02:57.199Z] 745a02a5169b: Verifying Checksum [2021-02-18T22:02:57.199Z] 745a02a5169b: Download complete [2021-02-18T22:02:58.632Z] 00ac8860ef70: Verifying Checksum [2021-02-18T22:02:58.632Z] 00ac8860ef70: Download complete [2021-02-18T22:03:08.800Z] 00ac8860ef70: Pull complete [2021-02-18T22:03:08.800Z] 63d7cb157983: Pull complete [2021-02-18T22:03:08.800Z] b116817d02f9: Pull complete [2021-02-18T22:03:13.133Z] 745a02a5169b: Pull complete [2021-02-18T22:03:13.133Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-18T22:03:13.133Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-18T22:03:13.133Z] ---> b7e6874047d6 [2021-02-18T22:03:13.133Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-18T22:03:16.553Z] ---> Running in 8c785444f0ec [2021-02-18T22:03:17.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:03:18.605Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:03:19.202Z] (1/12) Installing libmagic (5.38-r0) [2021-02-18T22:03:19.474Z] (2/12) Installing file (5.38-r0) [2021-02-18T22:03:19.474Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-18T22:03:19.748Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-18T22:03:26.477Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-18T22:03:26.477Z] (6/12) Installing patch (2.7.6-r6) [2021-02-18T22:03:26.477Z] (7/12) Installing build-base (0.5-r2) [2021-02-18T22:03:26.477Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-18T22:03:26.477Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-18T22:03:26.477Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-18T22:03:26.477Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-18T22:03:26.477Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-18T22:03:26.477Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:03:26.477Z] OK: 217 MiB in 51 packages [2021-02-18T22:03:31.881Z] Removing intermediate container 8c785444f0ec [2021-02-18T22:03:31.881Z] ---> e6792a68321f [2021-02-18T22:03:31.881Z] Step 4/6 : WORKDIR /edgex-go [2021-02-18T22:03:31.881Z] ---> Running in 7ac357cf31a9 [2021-02-18T22:03:31.881Z] Removing intermediate container 7ac357cf31a9 [2021-02-18T22:03:31.881Z] ---> a27a3cebab64 [2021-02-18T22:03:31.881Z] Step 5/6 : COPY go.mod . [2021-02-18T22:03:32.481Z] ---> a7c3167fabd0 [2021-02-18T22:03:32.481Z] Step 6/6 : RUN go mod download [2021-02-18T22:03:32.770Z] ---> Running in 52900b080f77 [2021-02-18T22:04:03.947Z] gofmt -l . [2021-02-18T22:04:03.947Z] [ "`gofmt -l .`" = "" ] [2021-02-18T22:04:04.286Z] ./bin/test-go-mod-tidy.sh [2021-02-18T22:04:05.194Z] Removing intermediate container 52900b080f77 [2021-02-18T22:04:05.194Z] ---> bc861747fb39 [2021-02-18T22:04:05.194Z] Successfully built bc861747fb39 [2021-02-18T22:04:05.194Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T22:04:05.549Z] + docker inspect -f . ci-base-image-arm64 [2021-02-18T22:04:05.549Z] . [Pipeline] withDockerContainer [2021-02-18T22:04:05.865Z] prd-ubuntu18.04-docker-arm64-4c-16g-26837 does not seem to be running inside a container [2021-02-18T22:04:05.963Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-18T22:04:07.466Z] $ docker top e9fa71d2aa6df3336f3e8624e9b2d6cb4892bc5fb44f756c82d1fb5c6511b77e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T22:04:08.482Z] + go version [2021-02-18T22:04:08.482Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-18T22:04:08.509Z] $ docker stop --time=1 e9fa71d2aa6df3336f3e8624e9b2d6cb4892bc5fb44f756c82d1fb5c6511b77e [2021-02-18T22:04:09.328Z] ./bin/test-attribution-txt.sh [2021-02-18T22:04:10.487Z] $ docker rm -f e9fa71d2aa6df3336f3e8624e9b2d6cb4892bc5fb44f756c82d1fb5c6511b77e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T22:04:11.728Z] + docker inspect -f . ci-base-image-arm64 [2021-02-18T22:04:11.728Z] . [Pipeline] withDockerContainer [2021-02-18T22:04:12.054Z] prd-ubuntu18.04-docker-arm64-4c-16g-26837 does not seem to be running inside a container [2021-02-18T22:04:12.161Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-18T22:04:13.614Z] $ docker top 70b59cb0357efaaad09706756c9bd1f8982553d71ed707ae3f3022c6976fa404 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] echo [2021-02-18T22:04:14.326Z] ========================================================= [2021-02-18T22:04:14.326Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-18T22:04:14.326Z] ========================================================= [Pipeline] sh [2021-02-18T22:04:14.978Z] + make test [2021-02-18T22:04:14.978Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-18T22:04:15.477Z] + ls -al . [2021-02-18T22:04:15.477Z] total 708 [2021-02-18T22:04:15.477Z] drwxrwxr-x 10 1001 1001 4096 Feb 18 22:04 . [2021-02-18T22:04:15.477Z] drwxr-xr-x 4 root root 28 Feb 18 21:59 .. [2021-02-18T22:04:15.477Z] -rw-rw-r-- 1 1001 1001 11 Feb 18 21:55 .dockerignore [2021-02-18T22:04:15.477Z] drwxrwxr-x 8 1001 1001 179 Feb 18 21:55 .git [2021-02-18T22:04:15.477Z] drwxrwxr-x 3 1001 1001 125 Feb 18 21:55 .github [2021-02-18T22:04:15.477Z] -rw-rw-r-- 1 1001 1001 818 Feb 18 21:55 .gitignore [2021-02-18T22:04:15.477Z] drwx------ 3 1001 1001 60 Feb 18 21:57 .semver [2021-02-18T22:04:15.477Z] -rw-rw-r-- 1 1001 1001 166 Feb 18 21:55 .sonarcloud.properties [2021-02-18T22:04:15.477Z] -rw-rw-r-- 1 1001 1001 8475 Feb 18 21:55 Attribution.txt [2021-02-18T22:04:15.477Z] -rw-rw-r-- 1 1001 1001 3804 Feb 18 21:55 CONTRIBUTING.md [2021-02-18T22:04:15.477Z] -rw-rw-r-- 1 1001 1001 931 Feb 18 21:55 Dockerfile.build [2021-02-18T22:04:15.477Z] -rw-rw-r-- 1 1001 1001 863 Feb 18 21:55 Jenkinsfile [2021-02-18T22:04:15.477Z] -rw-rw-r-- 1 1001 1001 10775 Feb 18 21:55 LICENSE [2021-02-18T22:04:15.477Z] -rw-rw-r-- 1 1001 1001 5774 Feb 18 21:55 Makefile [2021-02-18T22:04:15.477Z] -rw-rw-r-- 1 1001 1001 6524 Feb 18 21:55 README.md [2021-02-18T22:04:15.477Z] -rw-rw-r-- 1 1001 1001 6755 Feb 18 21:55 SECURITY.md [2021-02-18T22:04:15.478Z] -rw-rw-r-- 1 1001 1001 5 Feb 18 21:57 VERSION [2021-02-18T22:04:15.478Z] -rw-rw-r-- 1 1001 1001 4131 Feb 18 21:55 ZMQWindows.md [2021-02-18T22:04:15.478Z] drwxrwxr-x 2 1001 1001 117 Feb 18 21:55 bin [2021-02-18T22:04:15.478Z] drwxrwxr-x 14 1001 1001 4096 Feb 18 21:55 cmd [2021-02-18T22:04:15.478Z] -rw-r--r-- 1 root root 597520 Feb 18 22:02 coverage.out [2021-02-18T22:04:15.478Z] -rw-r--r-- 1 root root 1055 Feb 18 22:04 go.mod [2021-02-18T22:04:15.478Z] -rw-r--r-- 1 root root 21528 Feb 18 22:04 go.sum [2021-02-18T22:04:15.478Z] drwxrwxr-x 8 1001 1001 127 Feb 18 21:55 internal [2021-02-18T22:04:15.478Z] drwxrwxr-x 4 1001 1001 26 Feb 18 21:55 openapi [2021-02-18T22:04:15.478Z] drwxrwxr-x 4 1001 1001 71 Feb 18 21:55 snap [2021-02-18T22:04:15.478Z] -rw-rw-r-- 1 1001 1001 168 Feb 18 21:55 version.go [Pipeline] sh [2021-02-18T22:04:16.360Z] + '[' -e coverage.out ] [2021-02-18T22:04:16.360Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-18T22:04:17.329Z] Stashed 1 file(s) [Pipeline] sh [2021-02-18T22:04:18.734Z] + make build [2021-02-18T22:04:18.734Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-18T22:04:28.386Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-18T22:04:41.831Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-18T22:04:55.966Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-18T22:05:06.028Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-18T22:05:17.523Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-18T22:05:19.324Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-18T22:05:23.942Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-18T22:05:29.859Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-18T22:05:38.643Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-18T22:05:38.827Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-18T22:05:42.973Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-18T22:05:45.817Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-18T22:05:48.985Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-18T22:05:53.174Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-18T22:05:53.174Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-18T22:05:54.028Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-18T22:05:55.852Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-18T22:05:55.852Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-18T22:05:55.852Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-18T22:05:55.852Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-18T22:05:57.906Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-18T22:05:59.361Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [Pipeline] } [2021-02-18T22:06:00.113Z] $ docker stop --time=1 c887b65273ffe8208230110a2c97cfdf2b712e54d7428877f725787c423c790a [2021-02-18T22:06:04.618Z] $ docker rm -f c887b65273ffe8208230110a2c97cfdf2b712e54d7428877f725787c423c790a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T22:06:07.209Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T22:06:07.699Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-18T22:06:07.699Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-18T22:06:07.699Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-18T22:06:08.275Z] [2021-02-18T22:06:08.275Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T22:06:08.952Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T22:06:09.596Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-18T22:06:09.596Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-18T22:06:09.596Z] ca9280d653b3: Pulling fs layer [2021-02-18T22:06:09.596Z] 7e9c9ca2126c: Pulling fs layer [2021-02-18T22:06:09.924Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-18T22:06:09.924Z] cbdbe7a5bc2a: Download complete [2021-02-18T22:06:12.458Z] cbdbe7a5bc2a: Pull complete [2021-02-18T22:06:13.998Z] ca9280d653b3: Verifying Checksum [2021-02-18T22:06:13.998Z] ca9280d653b3: Download complete [2021-02-18T22:06:16.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.420s coverage: 45.9% of statements [2021-02-18T22:06:16.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-18T22:06:16.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-18T22:06:16.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-18T22:06:16.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-18T22:06:16.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-18T22:06:16.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-18T22:06:16.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-18T22:06:16.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.240s coverage: 100.0% of statements [2021-02-18T22:06:21.747Z] ca9280d653b3: Pull complete [2021-02-18T22:06:22.444Z] 7e9c9ca2126c: Verifying Checksum [2021-02-18T22:06:22.444Z] 7e9c9ca2126c: Download complete [2021-02-18T22:06:22.761Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.552s coverage: 27.1% of statements [2021-02-18T22:06:22.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-18T22:06:22.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-18T22:06:22.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-18T22:06:22.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-18T22:06:22.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-18T22:06:22.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-18T22:06:22.761Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements [2021-02-18T22:06:22.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-18T22:06:22.761Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.105s coverage: 100.0% of statements [2021-02-18T22:06:22.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-18T22:06:22.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-18T22:06:23.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.269s coverage: 65.8% of statements [2021-02-18T22:06:23.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-18T22:06:23.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-18T22:06:27.732Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.695s coverage: 82.3% of statements [2021-02-18T22:06:27.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-18T22:06:27.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T22:06:27.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-18T22:06:27.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-18T22:06:31.148Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.371s coverage: 28.6% of statements [2021-02-18T22:06:31.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-18T22:06:31.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-18T22:06:31.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-18T22:06:31.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-18T22:06:31.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-18T22:06:31.148Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.208s coverage: 100.0% of statements [2021-02-18T22:06:31.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-18T22:06:31.148Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.084s coverage: 100.0% of statements [2021-02-18T22:06:31.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-18T22:06:34.561Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.309s coverage: 86.7% of statements [2021-02-18T22:06:34.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-18T22:06:34.839Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.451s coverage: 97.5% of statements [2021-02-18T22:06:34.839Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-18T22:06:34.839Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.139s coverage: 78.3% of statements [2021-02-18T22:06:34.839Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-18T22:06:34.839Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-18T22:06:34.839Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-18T22:06:34.839Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-18T22:06:43.440Z] 7e9c9ca2126c: Pull complete [2021-02-18T22:06:43.440Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-18T22:06:43.440Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T22:06:43.440Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-18T22:06:43.971Z] prd-centos7-docker-4c-2g-26826 does not seem to be running inside a container [2021-02-18T22:06:44.191Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-18T22:06:45.068Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.621s coverage: 92.8% of statements [2021-02-18T22:06:45.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-18T22:06:45.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T22:06:45.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-18T22:06:45.068Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-18T22:06:45.068Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-18T22:06:45.068Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-18T22:06:45.068Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-18T22:06:45.068Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-18T22:06:45.068Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-18T22:06:45.068Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-18T22:06:45.068Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-18T22:06:45.068Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-18T22:06:45.068Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-18T22:06:45.068Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-18T22:06:45.068Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-18T22:06:45.068Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-18T22:06:45.068Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-18T22:06:45.068Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-18T22:06:45.068Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.073s coverage: 58.8% of statements [2021-02-18T22:06:45.068Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-18T22:06:45.068Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-18T22:06:45.068Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.345s coverage: 0.1% of statements [2021-02-18T22:06:45.068Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-18T22:06:45.068Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-18T22:06:45.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-18T22:06:45.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.091s coverage: 45.5% of statements [2021-02-18T22:06:45.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.102s coverage: 79.5% of statements [2021-02-18T22:06:45.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.113s coverage: 94.1% of statements [2021-02-18T22:06:45.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.100s coverage: 96.3% of statements [2021-02-18T22:06:45.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.081s coverage: 87.5% of statements [2021-02-18T22:06:47.847Z] $ docker top 80b684420f0849012e9e4b880977acdd8abc3c83772b550c7489bf3f2d26c19c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T22:06:49.324Z] + docker-compose build --help [2021-02-18T22:06:49.324Z] + grep parallel [2021-02-18T22:06:50.671Z] --parallel Build images in parallel. [Pipeline] } [2021-02-18T22:06:50.980Z] $ docker stop --time=1 80b684420f0849012e9e4b880977acdd8abc3c83772b550c7489bf3f2d26c19c [2021-02-18T22:06:53.708Z] $ docker rm -f 80b684420f0849012e9e4b880977acdd8abc3c83772b550c7489bf3f2d26c19c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T22:06:55.058Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T22:06:55.691Z] . [Pipeline] withDockerContainer [2021-02-18T22:06:56.531Z] prd-centos7-docker-4c-2g-26826 does not seem to be running inside a container [2021-02-18T22:06:56.743Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-18T22:06:57.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.074s coverage: 94.4% of statements [2021-02-18T22:06:57.487Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.078s coverage: 44.8% of statements [2021-02-18T22:07:02.785Z] $ docker top 5f483776b0b04a887e98d40dafc27f206ed4f5683ee99461208a0709c859d3f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T22:07:05.360Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-18T22:07:07.430Z] Building docker-core-command-go ... [2021-02-18T22:07:07.430Z] Building docker-core-data-go ... [2021-02-18T22:07:07.430Z] Building docker-core-metadata-go ... [2021-02-18T22:07:07.430Z] Building docker-security-bootstrapper-go ... [2021-02-18T22:07:07.430Z] Building docker-security-proxy-setup-go ... [2021-02-18T22:07:07.430Z] Building docker-security-secretstore-setup-go ... [2021-02-18T22:07:07.430Z] Building docker-support-notifications-go ... [2021-02-18T22:07:07.430Z] Building docker-support-scheduler-go ... [2021-02-18T22:07:07.430Z] Building docker-sys-mgmt-agent-go ... [2021-02-18T22:07:07.430Z] Building docker-support-notifications-go [2021-02-18T22:07:07.430Z] Building docker-security-bootstrapper-go [2021-02-18T22:07:07.430Z] Building docker-security-proxy-setup-go [2021-02-18T22:07:07.430Z] Building docker-core-command-go [2021-02-18T22:07:07.716Z] Building docker-core-metadata-go [2021-02-18T22:07:12.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.122s coverage: 92.9% of statements [2021-02-18T22:07:12.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-18T22:07:12.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-18T22:07:12.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-18T22:07:12.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-02-18T22:07:12.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-18T22:07:12.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-18T22:07:12.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-18T22:07:12.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-18T22:07:12.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-18T22:07:12.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements [2021-02-18T22:07:12.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-18T22:07:12.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-18T22:07:12.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-02-18T22:07:12.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-18T22:07:12.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.086s coverage: 75.5% of statements [2021-02-18T22:07:12.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-18T22:07:12.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements [2021-02-18T22:07:12.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.127s coverage: 87.2% of statements [2021-02-18T22:07:12.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.135s coverage: 84.2% of statements [2021-02-18T22:07:12.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.179s coverage: 91.4% of statements [2021-02-18T22:07:12.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-18T22:07:12.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.654s coverage: 63.5% of statements [2021-02-18T22:07:12.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-18T22:07:12.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-18T22:07:12.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2021-02-18T22:07:12.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements [2021-02-18T22:07:12.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements [2021-02-18T22:07:12.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements [2021-02-18T22:07:12.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.077s coverage: 100.0% of statements [2021-02-18T22:07:12.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.813s coverage: 68.9% of statements [2021-02-18T22:07:12.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-18T22:07:12.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-18T22:07:16.942Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.426s coverage: 37.0% of statements [2021-02-18T22:07:16.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-18T22:07:16.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-18T22:07:16.942Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.827s coverage: 84.0% of statements [2021-02-18T22:07:16.942Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.094s coverage: 100.0% of statements [2021-02-18T22:07:23.684Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.421s coverage: 47.0% of statements [2021-02-18T22:07:23.684Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-18T22:07:23.684Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-18T22:07:23.684Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-18T22:07:23.684Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-18T22:07:23.684Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-18T22:07:23.684Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.165s coverage: 100.0% of statements [2021-02-18T22:07:23.684Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-18T22:07:23.684Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.108s coverage: 100.0% of statements [2021-02-18T22:07:23.684Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-18T22:07:23.684Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-18T22:07:23.684Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-18T22:07:23.684Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-18T22:07:23.684Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.356s coverage: 89.4% of statements [2021-02-18T22:07:23.684Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-18T22:07:23.684Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T22:07:23.684Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-18T22:07:33.909Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.492s coverage: 29.1% of statements [2021-02-18T22:07:33.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-18T22:07:33.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-18T22:07:33.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-18T22:07:33.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-18T22:07:33.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-18T22:07:33.909Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.193s coverage: 99.0% of statements [2021-02-18T22:07:33.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-18T22:07:33.909Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.168s coverage: 100.0% of statements [2021-02-18T22:07:33.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-18T22:07:33.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-18T22:07:33.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-18T22:07:33.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-18T22:07:33.909Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.169s coverage: 100.0% of statements [2021-02-18T22:07:33.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-18T22:07:33.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T22:07:33.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-18T22:07:33.909Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements [2021-02-18T22:07:33.909Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-18T22:07:33.909Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2021-02-18T22:07:33.909Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-18T22:07:33.909Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-18T22:07:33.909Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-18T22:07:33.909Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-18T22:07:33.909Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.092s coverage: 87.9% of statements [2021-02-18T22:07:33.909Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-18T22:07:33.909Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-18T22:07:33.909Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.081s coverage: 100.0% of statements [2021-02-18T22:07:33.909Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements [2021-02-18T22:07:33.909Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements [2021-02-18T22:07:34.504Z] GO111MODULE=on go vet ./... [2021-02-18T22:08:56.331Z] gofmt -l . [2021-02-18T22:09:00.065Z] [ "`gofmt -l .`" = "" ] [2021-02-18T22:09:02.110Z] ./bin/test-go-mod-tidy.sh [2021-02-18T22:09:02.710Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-18T22:09:05.381Z] + ls -al . [2021-02-18T22:09:05.381Z] total 736 [2021-02-18T22:09:05.381Z] drwxrwxr-x 9 1001 1001 4096 Feb 18 22:09 . [2021-02-18T22:09:05.381Z] drwxr-xr-x 4 root root 4096 Feb 18 22:04 .. [2021-02-18T22:09:05.381Z] -rw-rw-r-- 1 1001 1001 11 Feb 18 22:02 .dockerignore [2021-02-18T22:09:05.381Z] drwxrwxr-x 8 1001 1001 4096 Feb 18 22:02 .git [2021-02-18T22:09:05.381Z] drwxrwxr-x 3 1001 1001 4096 Feb 18 22:02 .github [2021-02-18T22:09:05.381Z] -rw-rw-r-- 1 1001 1001 818 Feb 18 22:02 .gitignore [2021-02-18T22:09:05.381Z] -rw-rw-r-- 1 1001 1001 166 Feb 18 22:02 .sonarcloud.properties [2021-02-18T22:09:05.381Z] -rw-rw-r-- 1 1001 1001 8475 Feb 18 22:02 Attribution.txt [2021-02-18T22:09:05.381Z] -rw-rw-r-- 1 1001 1001 3804 Feb 18 22:02 CONTRIBUTING.md [2021-02-18T22:09:05.381Z] -rw-rw-r-- 1 1001 1001 931 Feb 18 22:02 Dockerfile.build [2021-02-18T22:09:05.381Z] -rw-rw-r-- 1 1001 1001 863 Feb 18 22:02 Jenkinsfile [2021-02-18T22:09:05.381Z] -rw-rw-r-- 1 1001 1001 10775 Feb 18 22:02 LICENSE [2021-02-18T22:09:05.381Z] -rw-rw-r-- 1 1001 1001 5774 Feb 18 22:02 Makefile [2021-02-18T22:09:05.381Z] -rw-rw-r-- 1 1001 1001 6524 Feb 18 22:02 README.md [2021-02-18T22:09:05.381Z] -rw-rw-r-- 1 1001 1001 6755 Feb 18 22:02 SECURITY.md [2021-02-18T22:09:05.381Z] -rw-rw-r-- 1 1001 1001 5 Feb 18 21:57 VERSION [2021-02-18T22:09:05.381Z] -rw-rw-r-- 1 1001 1001 4131 Feb 18 22:02 ZMQWindows.md [2021-02-18T22:09:05.381Z] drwxrwxr-x 2 1001 1001 4096 Feb 18 22:02 bin [2021-02-18T22:09:05.381Z] drwxrwxr-x 14 1001 1001 4096 Feb 18 22:02 cmd [2021-02-18T22:09:05.381Z] -rw-r--r-- 1 root root 597520 Feb 18 22:07 coverage.out [2021-02-18T22:09:05.381Z] -rw-r--r-- 1 root root 1055 Feb 18 22:09 go.mod [2021-02-18T22:09:05.381Z] -rw-r--r-- 1 root root 21528 Feb 18 22:09 go.sum [2021-02-18T22:09:05.381Z] drwxrwxr-x 8 1001 1001 4096 Feb 18 22:02 internal [2021-02-18T22:09:05.381Z] drwxrwxr-x 4 1001 1001 4096 Feb 18 22:02 openapi [2021-02-18T22:09:05.381Z] drwxrwxr-x 4 1001 1001 4096 Feb 18 22:02 snap [2021-02-18T22:09:05.381Z] -rw-rw-r-- 1 1001 1001 168 Feb 18 22:02 version.go [Pipeline] sh [2021-02-18T22:09:06.050Z] + '[' -e coverage.out ] [2021-02-18T22:09:06.050Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-18T22:09:06.071Z] Warning: overwriting stash ‘coverage-report’ [2021-02-18T22:09:07.241Z] Stashed 1 file(s) [Pipeline] sh [2021-02-18T22:09:07.895Z] + make build [2021-02-18T22:09:07.895Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-18T22:09:23.000Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-18T22:09:35.504Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:09:35.505Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:09:35.505Z] ---> 133517db2750 [2021-02-18T22:09:35.505Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T22:09:35.505Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:09:35.505Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:09:35.505Z] ---> 133517db2750 [2021-02-18T22:09:35.505Z] Step 3/30 : WORKDIR /edgex-go [2021-02-18T22:09:35.505Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:09:35.505Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:09:35.505Z] ---> 133517db2750 [2021-02-18T22:09:35.505Z] Step 3/21 : WORKDIR /edgex-go [2021-02-18T22:09:35.505Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:09:35.505Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:09:35.505Z] ---> 133517db2750 [2021-02-18T22:09:35.505Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T22:09:35.505Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:09:35.505Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:09:35.505Z] ---> 133517db2750 [2021-02-18T22:09:35.505Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T22:09:35.505Z] ---> Running in b30e6faf8dde [2021-02-18T22:09:35.505Z] ---> Running in 367268ed10ae [2021-02-18T22:09:35.505Z] ---> Running in 186ae38b7a98 [2021-02-18T22:09:35.505Z] ---> Running in 6ce3647d9a6f [2021-02-18T22:09:35.505Z] ---> Running in 6eb4a2d55dd1 [2021-02-18T22:09:35.505Z] Removing intermediate container 186ae38b7a98 [2021-02-18T22:09:35.505Z] ---> 674f5efdaab3 [2021-02-18T22:09:35.505Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:09:35.505Z] Removing intermediate container b30e6faf8dde [2021-02-18T22:09:35.505Z] ---> b23474898f0d [2021-02-18T22:09:35.505Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:09:35.505Z] Removing intermediate container 6eb4a2d55dd1 [2021-02-18T22:09:35.505Z] ---> 9e10ce452070 [2021-02-18T22:09:35.505Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:09:35.505Z] Removing intermediate container 6ce3647d9a6f [2021-02-18T22:09:35.505Z] ---> 7ae5e3d47219 [2021-02-18T22:09:35.505Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:09:35.505Z] Removing intermediate container 367268ed10ae [2021-02-18T22:09:35.505Z] ---> 05ea89acfa51 [2021-02-18T22:09:35.505Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:09:35.505Z] ---> Running in ffe07b734ab7 [2021-02-18T22:09:35.505Z] ---> Running in 555c0fc42c48 [2021-02-18T22:09:35.505Z] ---> Running in 1fe0a9fddd6b [2021-02-18T22:09:35.505Z] ---> Running in 3b30250d7cbf [2021-02-18T22:09:35.505Z] ---> Running in 025314bebb40 [2021-02-18T22:09:36.178Z] Removing intermediate container 3b30250d7cbf [2021-02-18T22:09:36.178Z] ---> c54b9771e35a [2021-02-18T22:09:36.178Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-18T22:09:36.603Z] ---> Running in d1f4889a2395 [2021-02-18T22:09:36.603Z] Removing intermediate container 1fe0a9fddd6b [2021-02-18T22:09:36.603Z] ---> 04216e25c3f4 [2021-02-18T22:09:36.603Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-18T22:09:36.603Z] Removing intermediate container 555c0fc42c48 [2021-02-18T22:09:36.603Z] ---> ff3cb8003c66 [2021-02-18T22:09:36.603Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-18T22:09:37.167Z] ---> Running in 8227210d162a [2021-02-18T22:09:37.167Z] ---> Running in a21061665444 [2021-02-18T22:09:37.502Z] Removing intermediate container ffe07b734ab7 [2021-02-18T22:09:37.502Z] ---> be4a21675bec [2021-02-18T22:09:37.502Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T22:09:37.502Z] Removing intermediate container 025314bebb40 [2021-02-18T22:09:37.502Z] ---> d16cd4835d0d [2021-02-18T22:09:37.502Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T22:09:37.853Z] ---> Running in e42659cc6050 [2021-02-18T22:09:37.853Z] ---> Running in b3b3e5e271c1 [2021-02-18T22:09:38.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:09:41.514Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:09:41.514Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:09:42.388Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:09:42.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:09:42.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:09:42.800Z] OK: 233 MiB in 51 packages [2021-02-18T22:09:43.902Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:09:43.902Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:09:43.902Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:09:43.902Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:09:45.110Z] Removing intermediate container d1f4889a2395 [2021-02-18T22:09:45.110Z] ---> c62fa9423d1b [2021-02-18T22:09:45.110Z] Step 6/21 : COPY go.mod . [2021-02-18T22:09:45.110Z] OK: 233 MiB in 51 packages [2021-02-18T22:09:45.451Z] OK: 233 MiB in 51 packages [2021-02-18T22:09:45.451Z] OK: 233 MiB in 51 packages [2021-02-18T22:09:45.451Z] OK: 233 MiB in 51 packages [2021-02-18T22:09:46.247Z] ---> 1043ab819a76 [2021-02-18T22:09:46.247Z] Step 7/21 : RUN go mod download [2021-02-18T22:09:46.247Z] ---> Running in babea46e9beb [2021-02-18T22:09:47.940Z] Removing intermediate container 8227210d162a [2021-02-18T22:09:47.940Z] ---> 590c5ddbcc74 [2021-02-18T22:09:47.940Z] Step 6/30 : COPY go.mod . [2021-02-18T22:09:47.940Z] Removing intermediate container e42659cc6050 [2021-02-18T22:09:47.940Z] ---> f667f93cfa39 [2021-02-18T22:09:47.940Z] Step 6/23 : COPY go.mod . [2021-02-18T22:09:47.940Z] Removing intermediate container a21061665444 [2021-02-18T22:09:47.940Z] ---> b0f158b07bd6 [2021-02-18T22:09:47.940Z] Step 6/22 : COPY go.mod . [2021-02-18T22:09:48.248Z] Removing intermediate container b3b3e5e271c1 [2021-02-18T22:09:48.248Z] ---> c174b0f202fb [2021-02-18T22:09:48.248Z] Step 6/23 : COPY go.mod . [2021-02-18T22:09:48.625Z] ---> af54175d0994 [2021-02-18T22:09:48.625Z] Step 7/30 : RUN go mod download [2021-02-18T22:09:49.412Z] ---> Running in 50b215a7c4be [2021-02-18T22:09:49.413Z] ---> 7327ba489da6 [2021-02-18T22:09:49.413Z] Step 7/23 : RUN go mod download [2021-02-18T22:09:49.848Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-18T22:09:50.452Z] ---> f56ea95e1df3 [2021-02-18T22:09:50.452Z] Step 7/22 : RUN go mod download [2021-02-18T22:09:50.452Z] ---> 03aa255abae5 [2021-02-18T22:09:50.452Z] Step 7/23 : RUN go mod download [2021-02-18T22:09:50.900Z] ---> Running in 3c90d259bc95 [2021-02-18T22:09:51.193Z] ---> Running in 98a42a337601 [2021-02-18T22:09:52.617Z] ---> Running in 3c89dccc48a9 [2021-02-18T22:09:54.150Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-18T22:09:59.615Z] Removing intermediate container babea46e9beb [2021-02-18T22:09:59.615Z] ---> 18611da039cb [2021-02-18T22:09:59.615Z] Step 8/21 : COPY . . [2021-02-18T22:10:00.855Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-18T22:10:01.020Z] Removing intermediate container 3c90d259bc95 [2021-02-18T22:10:01.020Z] ---> 0ad2c85e3133 [2021-02-18T22:10:01.020Z] Step 8/23 : COPY . . [2021-02-18T22:10:01.449Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-18T22:10:05.909Z] Removing intermediate container 50b215a7c4be [2021-02-18T22:10:05.909Z] ---> 8c41073c65a6 [2021-02-18T22:10:05.909Z] Step 8/30 : COPY . . [2021-02-18T22:10:07.328Z] Removing intermediate container 3c89dccc48a9 [2021-02-18T22:10:07.328Z] ---> 56c2512d462e [2021-02-18T22:10:07.328Z] Step 8/23 : COPY . . [2021-02-18T22:10:08.151Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-18T22:10:12.599Z] Removing intermediate container 98a42a337601 [2021-02-18T22:10:12.599Z] ---> 9ecbf372e947 [2021-02-18T22:10:12.599Z] Step 8/22 : COPY . . [2021-02-18T22:10:13.548Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-18T22:10:18.942Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-18T22:10:25.649Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-18T22:10:29.970Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-18T22:10:35.382Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-18T22:10:42.125Z] $ docker stop --time=1 70b59cb0357efaaad09706756c9bd1f8982553d71ed707ae3f3022c6976fa404 [2021-02-18T22:10:44.635Z] $ docker rm -f 70b59cb0357efaaad09706756c9bd1f8982553d71ed707ae3f3022c6976fa404 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T22:10:46.737Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T22:10:47.008Z] [2021-02-18T22:10:47.008Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T22:10:47.385Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T22:10:47.659Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-18T22:10:47.659Z] 29e5d40040c1: Pulling fs layer [2021-02-18T22:10:47.659Z] 1ce36da41761: Pulling fs layer [2021-02-18T22:10:47.659Z] 25b303627fd3: Pulling fs layer [2021-02-18T22:10:47.659Z] 29e5d40040c1: Verifying Checksum [2021-02-18T22:10:47.659Z] 29e5d40040c1: Download complete [2021-02-18T22:10:48.265Z] 1ce36da41761: Verifying Checksum [2021-02-18T22:10:48.265Z] 1ce36da41761: Download complete [2021-02-18T22:10:48.546Z] 29e5d40040c1: Pull complete [2021-02-18T22:10:49.980Z] 25b303627fd3: Download complete [2021-02-18T22:10:49.980Z] 1ce36da41761: Pull complete [2021-02-18T22:11:00.126Z] 25b303627fd3: Pull complete [2021-02-18T22:11:00.126Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-18T22:11:00.126Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T22:11:00.126Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-18T22:11:00.359Z] prd-ubuntu18.04-docker-arm64-4c-16g-26837 does not seem to be running inside a container [2021-02-18T22:11:00.428Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-18T22:11:03.710Z] $ docker top 3df405e07d10a6da9d3140e598f02ff2410b38f3eaa4659fdedca75988afff4e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T22:11:04.837Z] + + grepdocker-compose parallel build [2021-02-18T22:11:04.837Z] --help [2021-02-18T22:11:10.215Z] --parallel Build images in parallel. [Pipeline] } [2021-02-18T22:11:10.220Z] $ docker stop --time=1 3df405e07d10a6da9d3140e598f02ff2410b38f3eaa4659fdedca75988afff4e [2021-02-18T22:11:12.238Z] $ docker rm -f 3df405e07d10a6da9d3140e598f02ff2410b38f3eaa4659fdedca75988afff4e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T22:11:13.140Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T22:11:13.140Z] . [Pipeline] withDockerContainer [2021-02-18T22:11:13.415Z] prd-ubuntu18.04-docker-arm64-4c-16g-26837 does not seem to be running inside a container [2021-02-18T22:11:13.482Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-18T22:11:14.939Z] $ docker top 6db7217a4665024746b46db0da150b6d640dd8992f7fdf723effbfecc93602f5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T22:11:15.979Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-18T22:11:21.423Z] Building docker-core-command-go ... [2021-02-18T22:11:21.423Z] Building docker-core-data-go ... [2021-02-18T22:11:21.423Z] Building docker-core-metadata-go ... [2021-02-18T22:11:21.423Z] Building docker-security-bootstrapper-go ... [2021-02-18T22:11:21.423Z] Building docker-security-proxy-setup-go ... [2021-02-18T22:11:21.423Z] Building docker-security-secretstore-setup-go ... [2021-02-18T22:11:21.423Z] Building docker-support-notifications-go ... [2021-02-18T22:11:21.423Z] Building docker-support-scheduler-go ... [2021-02-18T22:11:21.423Z] Building docker-sys-mgmt-agent-go ... [2021-02-18T22:11:21.423Z] Building docker-sys-mgmt-agent-go [2021-02-18T22:11:21.423Z] Building docker-security-secretstore-setup-go [2021-02-18T22:11:21.423Z] Building docker-core-data-go [2021-02-18T22:11:21.423Z] Building docker-support-scheduler-go [2021-02-18T22:11:21.423Z] Building docker-security-proxy-setup-go [2021-02-18T22:12:39.135Z] ---> 61b58ebb2ac9 [2021-02-18T22:12:39.135Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-18T22:12:39.135Z] ---> bb4d18c7b760 [2021-02-18T22:12:39.135Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-18T22:12:39.135Z] ---> 1a9fd313103a [2021-02-18T22:12:39.135Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-18T22:12:39.135Z] ---> Running in 58ea5ea1ad92 [2021-02-18T22:12:39.135Z] ---> a159667eb335 [2021-02-18T22:12:39.135Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-18T22:12:39.135Z] ---> 393e349d001f [2021-02-18T22:12:39.135Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-18T22:12:39.135Z] ---> Running in 4d2cc2c317e6 [2021-02-18T22:12:39.135Z] ---> Running in 84c9cde21b11 [2021-02-18T22:12:39.135Z] ---> Running in 9295084e874f [2021-02-18T22:12:39.135Z] ---> Running in 86d747c23c9f [2021-02-18T22:12:39.135Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-18T22:12:39.135Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-18T22:12:39.135Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-18T22:12:39.135Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-18T22:12:39.135Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-18T22:12:43.174Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:12:43.174Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:12:43.174Z] ---> bc861747fb39 [2021-02-18T22:12:43.174Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T22:12:43.174Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:12:43.174Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:12:43.174Z] ---> bc861747fb39 [2021-02-18T22:12:43.174Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T22:12:43.174Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:12:43.174Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:12:43.174Z] ---> bc861747fb39 [2021-02-18T22:12:43.174Z] Step 3/21 : WORKDIR /edgex-go [2021-02-18T22:12:43.174Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:12:43.174Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:12:43.174Z] ---> bc861747fb39 [2021-02-18T22:12:43.174Z] Step 3/24 : WORKDIR /edgex-go [2021-02-18T22:12:43.174Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:12:43.174Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:12:43.174Z] ---> bc861747fb39 [2021-02-18T22:12:43.174Z] Step 3/26 : WORKDIR /edgex-go [2021-02-18T22:12:43.174Z] ---> Running in 11616a8cd4f2 [2021-02-18T22:12:43.174Z] ---> Running in bc2cfe4e2035 [2021-02-18T22:12:43.174Z] ---> Running in fa963bdd7b65 [2021-02-18T22:12:43.174Z] ---> Running in 8d9296ce26a4 [2021-02-18T22:12:43.174Z] ---> Running in fe4fbf5e6bab [2021-02-18T22:12:43.174Z] Removing intermediate container 8d9296ce26a4 [2021-02-18T22:12:43.174Z] ---> 17f39a038d99 [2021-02-18T22:12:43.174Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:12:43.174Z] Removing intermediate container 11616a8cd4f2 [2021-02-18T22:12:43.174Z] ---> 6af548cbd851 [2021-02-18T22:12:43.174Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:12:43.174Z] Removing intermediate container fa963bdd7b65 [2021-02-18T22:12:43.174Z] ---> 70de1ccbde9a [2021-02-18T22:12:43.174Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:12:43.174Z] Removing intermediate container bc2cfe4e2035 [2021-02-18T22:12:43.174Z] ---> dff21f6b41e4 [2021-02-18T22:12:43.174Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:12:43.174Z] Removing intermediate container fe4fbf5e6bab [2021-02-18T22:12:43.174Z] ---> ab9a96b45752 [2021-02-18T22:12:43.174Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:12:43.174Z] ---> Running in 280153b23d74 [2021-02-18T22:12:43.174Z] ---> Running in cfb7cfac9e3c [2021-02-18T22:12:43.174Z] ---> Running in 587711d0da93 [2021-02-18T22:12:43.174Z] ---> Running in c39da0b21bf0 [2021-02-18T22:12:43.174Z] ---> Running in 4d64d1f1b8e9 [2021-02-18T22:12:43.174Z] Removing intermediate container 280153b23d74 [2021-02-18T22:12:43.174Z] ---> 0e93da3ded6a [2021-02-18T22:12:43.174Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-18T22:12:43.174Z] ---> Running in 31e89eedd10f [2021-02-18T22:12:43.174Z] Removing intermediate container cfb7cfac9e3c [2021-02-18T22:12:43.174Z] ---> 445b33ef241b [2021-02-18T22:12:43.174Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-18T22:12:43.174Z] ---> Running in 6a5c00d9e9fc [2021-02-18T22:12:43.174Z] Removing intermediate container 587711d0da93 [2021-02-18T22:12:43.174Z] ---> 0f1b8b1c37c7 [2021-02-18T22:12:43.174Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-18T22:12:43.174Z] Removing intermediate container c39da0b21bf0 [2021-02-18T22:12:43.174Z] ---> 3fe9c77d4e13 [2021-02-18T22:12:43.174Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-18T22:12:43.174Z] ---> Running in 407cb92c4c48 [2021-02-18T22:12:43.174Z] Removing intermediate container 4d64d1f1b8e9 [2021-02-18T22:12:43.174Z] ---> 21533683fb85 [2021-02-18T22:12:43.174Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-18T22:12:43.174Z] ---> Running in 2ad7caf6d2c7 [2021-02-18T22:12:43.174Z] ---> Running in a891f03ed329 [2021-02-18T22:12:43.174Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:12:43.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:12:43.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:12:44.009Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:12:44.009Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:12:44.009Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:12:44.284Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:12:44.553Z] OK: 217 MiB in 51 packages [2021-02-18T22:12:44.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:12:44.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:12:44.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:12:45.106Z] OK: 217 MiB in 51 packages [2021-02-18T22:12:45.712Z] OK: 217 MiB in 51 packages [2021-02-18T22:12:45.712Z] OK: 217 MiB in 51 packages [2021-02-18T22:12:45.712Z] OK: 217 MiB in 51 packages [2021-02-18T22:12:45.985Z] Removing intermediate container 31e89eedd10f [2021-02-18T22:12:45.985Z] ---> 7ad8b64d1e2a [2021-02-18T22:12:45.985Z] Step 6/22 : COPY go.mod . [2021-02-18T22:12:46.960Z] Removing intermediate container 6a5c00d9e9fc [2021-02-18T22:12:46.960Z] ---> 6f4fb66b0722 [2021-02-18T22:12:46.960Z] Step 6/23 : COPY go.mod . [2021-02-18T22:12:46.960Z] ---> 48c93dff953e [2021-02-18T22:12:46.960Z] Step 7/22 : RUN go mod download [2021-02-18T22:12:47.234Z] ---> Running in 9060d2630dcb [2021-02-18T22:12:47.234Z] Removing intermediate container 407cb92c4c48 [2021-02-18T22:12:47.234Z] ---> f9a148dc94a7 [2021-02-18T22:12:47.234Z] Step 6/24 : COPY go.mod . [2021-02-18T22:12:47.512Z] Removing intermediate container 2ad7caf6d2c7 [2021-02-18T22:12:47.512Z] ---> 3c6ca196f9e9 [2021-02-18T22:12:47.512Z] Step 6/26 : COPY go.mod . [2021-02-18T22:12:47.789Z] Removing intermediate container a891f03ed329 [2021-02-18T22:12:47.789Z] ---> 8b9fdd5f0339 [2021-02-18T22:12:47.789Z] Step 6/21 : COPY go.mod . [2021-02-18T22:12:48.066Z] ---> f8d3f3f59866 [2021-02-18T22:12:48.066Z] Step 7/23 : RUN go mod download [2021-02-18T22:12:48.348Z] ---> Running in 51577d77fc4a [2021-02-18T22:12:48.348Z] ---> 567fb500b8bc [2021-02-18T22:12:48.348Z] Step 7/24 : RUN go mod download [2021-02-18T22:12:48.634Z] ---> Running in 23e742c4effa [2021-02-18T22:12:48.912Z] ---> beb6337bf13a [2021-02-18T22:12:48.912Z] ---> b82c154e8bf2 [2021-02-18T22:12:48.912Z] Step 7/21 : RUN go mod download [2021-02-18T22:12:48.912Z] Step 7/26 : RUN go mod download [2021-02-18T22:12:49.187Z] ---> Running in 43179e375464 [2021-02-18T22:12:49.187Z] ---> Running in b91468ae302c [2021-02-18T22:12:51.171Z] Removing intermediate container 9060d2630dcb [2021-02-18T22:12:51.171Z] ---> 8b29cbabead9 [2021-02-18T22:12:51.171Z] Step 8/22 : COPY . . [2021-02-18T22:12:52.198Z] Removing intermediate container 51577d77fc4a [2021-02-18T22:12:52.198Z] ---> 5e9c11afe05f [2021-02-18T22:12:52.198Z] Step 8/23 : COPY . . [2021-02-18T22:12:54.248Z] Removing intermediate container 23e742c4effa [2021-02-18T22:12:54.248Z] ---> 728175d430ff [2021-02-18T22:12:54.248Z] Step 8/24 : COPY . . [2021-02-18T22:12:54.847Z] Removing intermediate container 43179e375464 [2021-02-18T22:12:54.847Z] ---> b385d2ebbfdb [2021-02-18T22:12:54.847Z] Step 8/21 : COPY . . [2021-02-18T22:12:54.847Z] Removing intermediate container b91468ae302c [2021-02-18T22:12:54.847Z] ---> 3d11359912a1 [2021-02-18T22:12:54.847Z] Step 8/26 : COPY . . [2021-02-18T22:13:21.663Z] ---> 72ac8f507669 [2021-02-18T22:13:21.663Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-18T22:13:21.663Z] ---> 2f6ea72decc9 [2021-02-18T22:13:21.663Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-18T22:13:21.663Z] ---> 6ebaedde3fd3 [2021-02-18T22:13:21.663Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-18T22:13:21.663Z] ---> 6b0e71e79177 [2021-02-18T22:13:21.663Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-18T22:13:21.663Z] ---> 41630624d505 [2021-02-18T22:13:21.663Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-18T22:13:21.663Z] ---> Running in 6a23fff9fb66 [2021-02-18T22:13:21.663Z] ---> Running in 759e285b6a2d [2021-02-18T22:13:21.663Z] ---> Running in 0749d27a1110 [2021-02-18T22:13:21.663Z] ---> Running in 6444d7bea045 [2021-02-18T22:13:21.663Z] ---> Running in 04138b55fb9b [2021-02-18T22:13:21.663Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-18T22:13:21.935Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-18T22:13:21.935Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-18T22:13:21.935Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-18T22:13:21.935Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-18T22:13:51.971Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-18T22:14:12.730Z] Removing intermediate container 86d747c23c9f [2021-02-18T22:14:12.730Z] ---> c0d9c42f3a74 [2021-02-18T22:14:12.730Z] [2021-02-18T22:14:12.730Z] Step 10/30 : FROM alpine:3.12 [2021-02-18T22:14:12.730Z] 3.12: Pulling from library/alpine [2021-02-18T22:14:12.730Z] Removing intermediate container 4d2cc2c317e6 [2021-02-18T22:14:12.730Z] ---> 5271c0b6db93 [2021-02-18T22:14:12.730Z] [2021-02-18T22:14:12.730Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T22:14:12.730Z] Removing intermediate container 9295084e874f [2021-02-18T22:14:12.730Z] ---> 3d78519a9ffc [2021-02-18T22:14:12.730Z] [2021-02-18T22:14:12.730Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T22:14:12.730Z] 3.12: Pulling from library/alpine [2021-02-18T22:14:12.730Z] 3.12: Pulling from library/alpine [2021-02-18T22:14:13.221Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-18T22:14:13.221Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-18T22:14:13.221Z] Status: Downloaded newer image for alpine:3.12 [2021-02-18T22:14:13.221Z] ---> 389fef711851 [2021-02-18T22:14:13.221Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-18T22:14:13.221Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-18T22:14:13.221Z] Status: Image is up to date for alpine:3.12 [2021-02-18T22:14:13.221Z] ---> 389fef711851 [2021-02-18T22:14:13.221Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-18T22:14:13.221Z] Status: Downloaded newer image for alpine:3.12 [2021-02-18T22:14:13.221Z] ---> 389fef711851 [2021-02-18T22:14:13.221Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T22:14:16.287Z] ---> Running in c5e16129aad5 [2021-02-18T22:14:16.287Z] ---> Running in 77a425d13b93 [2021-02-18T22:14:16.755Z] ---> Running in 987c0e5c9c0f [2021-02-18T22:14:17.096Z] Removing intermediate container 84c9cde21b11 [2021-02-18T22:14:17.096Z] ---> 48e148da527e [2021-02-18T22:14:17.096Z] [2021-02-18T22:14:17.096Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T22:14:17.096Z] ---> 389fef711851 [2021-02-18T22:14:17.096Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T22:14:17.096Z] Removing intermediate container 58ea5ea1ad92 [2021-02-18T22:14:17.096Z] ---> 9a54d30a2efa [2021-02-18T22:14:17.096Z] [2021-02-18T22:14:17.096Z] Step 10/21 : FROM alpine:3.12 [2021-02-18T22:14:17.096Z] ---> 389fef711851 [2021-02-18T22:14:17.096Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-18T22:14:17.409Z] ---> Running in 2bd60a572c04 [2021-02-18T22:14:17.735Z] Removing intermediate container 987c0e5c9c0f [2021-02-18T22:14:17.735Z] ---> b76b29af471c [2021-02-18T22:14:17.735Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-18T22:14:17.735Z] ---> Running in 37b4b8a76016 [2021-02-18T22:14:17.735Z] ---> Running in 2aab9e4bd1cc [2021-02-18T22:14:18.272Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:14:18.587Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:14:18.587Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:14:18.587Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:14:18.934Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-18T22:14:18.934Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:14:18.934Z] OK: 6 MiB in 15 packages [2021-02-18T22:14:19.293Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-18T22:14:19.293Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-18T22:14:19.293Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:14:19.293Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T22:14:19.654Z] OK: 6 MiB in 16 packages [2021-02-18T22:14:20.113Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:14:20.404Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:14:20.708Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-18T22:14:20.708Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:14:20.708Z] OK: 6 MiB in 15 packages [2021-02-18T22:14:21.931Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:14:21.932Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:14:21.932Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:14:22.357Z] Removing intermediate container c5e16129aad5 [2021-02-18T22:14:22.357Z] ---> 96cfd9444bd7 [2021-02-18T22:14:22.357Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T22:14:22.645Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:14:22.645Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-18T22:14:22.922Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T22:14:22.922Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-18T22:14:22.922Z] (4/4) Installing curl (7.69.1-r3) [2021-02-18T22:14:22.922Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:14:23.278Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-18T22:14:23.278Z] (2/2) Installing su-exec (0.2-r1) [2021-02-18T22:14:23.278Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:14:23.278Z] OK: 6 MiB in 16 packages [2021-02-18T22:14:23.278Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T22:14:23.610Z] OK: 7 MiB in 18 packages [2021-02-18T22:14:24.048Z] ---> Running in df59cd9d1323 [2021-02-18T22:14:24.336Z] Removing intermediate container 2bd60a572c04 [2021-02-18T22:14:24.336Z] ---> e49643b9fbbd [2021-02-18T22:14:24.336Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T22:14:24.610Z] Removing intermediate container 77a425d13b93 [2021-02-18T22:14:24.610Z] ---> 3027564a6a0a [2021-02-18T22:14:24.610Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T22:14:24.953Z] ---> Running in d20a1721ee2e [2021-02-18T22:14:24.953Z] ---> Running in e7ab7ab8a30c [2021-02-18T22:14:25.658Z] Removing intermediate container df59cd9d1323 [2021-02-18T22:14:25.658Z] ---> e854134bfe60 [2021-02-18T22:14:25.658Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-18T22:14:26.134Z] ---> Running in 0224ddb0c7be [2021-02-18T22:14:26.482Z] Removing intermediate container 2aab9e4bd1cc [2021-02-18T22:14:26.482Z] ---> b379b044a9cd [2021-02-18T22:14:26.482Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-18T22:14:26.482Z] Removing intermediate container e7ab7ab8a30c [2021-02-18T22:14:26.482Z] ---> 8ffbd547cb9f [2021-02-18T22:14:26.482Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-18T22:14:26.482Z] Removing intermediate container d20a1721ee2e [2021-02-18T22:14:26.482Z] ---> 38c4bda02013 [2021-02-18T22:14:26.482Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-18T22:14:26.903Z] ---> Running in f57492742964 [2021-02-18T22:14:26.903Z] ---> Running in 83130534f030 [2021-02-18T22:14:26.903Z] ---> Running in 8381bf9c5879 [2021-02-18T22:14:26.903Z] Removing intermediate container 37b4b8a76016 [2021-02-18T22:14:26.903Z] ---> bc9721a54143 [2021-02-18T22:14:26.903Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T22:14:27.701Z] Removing intermediate container 0224ddb0c7be [2021-02-18T22:14:27.701Z] ---> 0da07db2a17f [2021-02-18T22:14:27.701Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T22:14:28.109Z] ---> Running in 358029a1a5e4 [2021-02-18T22:14:28.109Z] Removing intermediate container 83130534f030 [2021-02-18T22:14:28.109Z] ---> 5f14ac9fb756 [2021-02-18T22:14:28.109Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-18T22:14:28.109Z] Removing intermediate container 8381bf9c5879 [2021-02-18T22:14:28.109Z] ---> 3750bab5a19c [2021-02-18T22:14:28.109Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T22:14:28.457Z] Removing intermediate container f57492742964 [2021-02-18T22:14:28.457Z] ---> b9e9f78a555b [2021-02-18T22:14:28.457Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T22:14:28.457Z] ---> Running in 761c589cef72 [2021-02-18T22:14:28.457Z] ---> Running in adbb5f212690 [2021-02-18T22:14:28.897Z] ---> Running in 3f640f4ee72e [2021-02-18T22:14:28.897Z] ---> Running in 21d68e4a75dd [2021-02-18T22:14:29.214Z] Removing intermediate container 358029a1a5e4 [2021-02-18T22:14:29.214Z] ---> dd551403aaa0 [2021-02-18T22:14:29.214Z] Step 13/21 : WORKDIR /edgex [2021-02-18T22:14:29.635Z] Removing intermediate container 761c589cef72 [2021-02-18T22:14:29.635Z] ---> 46d1c0887d96 [2021-02-18T22:14:29.635Z] Step 15/23 : WORKDIR / [2021-02-18T22:14:29.635Z] Removing intermediate container 3f640f4ee72e [2021-02-18T22:14:29.635Z] ---> eeefea2a12e4 [2021-02-18T22:14:29.635Z] Step 15/23 : WORKDIR / [2021-02-18T22:14:29.635Z] ---> Running in cc611440c473 [2021-02-18T22:14:29.635Z] Removing intermediate container adbb5f212690 [2021-02-18T22:14:29.635Z] ---> c0546756f7ba [2021-02-18T22:14:29.635Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-18T22:14:30.068Z] Removing intermediate container 21d68e4a75dd [2021-02-18T22:14:30.068Z] ---> 20fd9a64dc0e [2021-02-18T22:14:30.068Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:14:30.068Z] ---> Running in 41a088186975 [2021-02-18T22:14:30.068Z] ---> Running in 08f428269b93 [2021-02-18T22:14:30.068Z] ---> Running in d7a0bd125abe [2021-02-18T22:14:30.889Z] Removing intermediate container cc611440c473 [2021-02-18T22:14:30.889Z] ---> b57b737599a1 [2021-02-18T22:14:30.889Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-18T22:14:31.241Z] Removing intermediate container 08f428269b93 [2021-02-18T22:14:31.241Z] ---> 07c6c50e8984 [2021-02-18T22:14:31.241Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:14:31.241Z] Removing intermediate container 41a088186975 [2021-02-18T22:14:31.241Z] ---> 2978902aca3a [2021-02-18T22:14:31.241Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:14:31.241Z] ---> d2ae64608fec [2021-02-18T22:14:31.241Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-18T22:14:32.077Z] ---> 980048e239fc [2021-02-18T22:14:32.077Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-18T22:14:32.605Z] ---> d42b3fbbee91 [2021-02-18T22:14:32.605Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-18T22:14:32.891Z] ---> dac591366e75 [2021-02-18T22:14:32.891Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-18T22:14:33.599Z] ---> 3061cfe789a7 [2021-02-18T22:14:33.600Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-18T22:14:33.977Z] ---> 04f5a5e55d66 [2021-02-18T22:14:33.977Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-18T22:14:33.977Z] ---> b24abf891042 [2021-02-18T22:14:33.977Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-18T22:14:33.977Z] ---> 00dfa225d82a [2021-02-18T22:14:33.977Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-18T22:14:33.977Z] Removing intermediate container d7a0bd125abe [2021-02-18T22:14:33.977Z] ---> ad09a4926421 [2021-02-18T22:14:33.977Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-18T22:14:34.793Z] ---> Running in 17f52e1ef04d [2021-02-18T22:14:34.793Z] ---> 2196b564dfab [2021-02-18T22:14:34.793Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-18T22:14:35.137Z] ---> Running in 328f96a788dc [2021-02-18T22:14:35.137Z] ---> ef04f65ff779 [2021-02-18T22:14:35.137Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-18T22:14:35.137Z] ---> 05a966c5acfd [2021-02-18T22:14:35.137Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-18T22:14:35.137Z] ---> 630054a3bb02 [2021-02-18T22:14:35.137Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-18T22:14:35.414Z] ---> Running in 853f1c2786e2 [2021-02-18T22:14:35.415Z] ---> Running in 5060bbaa8332 [2021-02-18T22:14:35.415Z] Removing intermediate container 17f52e1ef04d [2021-02-18T22:14:35.415Z] ---> 2efc89a275fc [2021-02-18T22:14:35.415Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-18T22:14:35.415Z] ---> Running in 34aece672438 [2021-02-18T22:14:35.735Z] Removing intermediate container 328f96a788dc [2021-02-18T22:14:35.735Z] ---> 9be4d59a3b55 [2021-02-18T22:14:35.735Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:14:36.008Z] ---> Running in 026fc7eaabe0 [2021-02-18T22:14:36.378Z] Removing intermediate container 853f1c2786e2 [2021-02-18T22:14:36.378Z] ---> e79cd88bd787 [2021-02-18T22:14:36.378Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:14:36.378Z] Removing intermediate container 34aece672438 [2021-02-18T22:14:36.378Z] ---> d8e0738ecf9e [2021-02-18T22:14:36.378Z] Step 18/21 : CMD ["--init=true"] [2021-02-18T22:14:36.378Z] Removing intermediate container 5060bbaa8332 [2021-02-18T22:14:36.378Z] ---> 43b8461a647d [2021-02-18T22:14:36.378Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:14:36.674Z] ---> e83e202da990 [2021-02-18T22:14:36.674Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-18T22:14:36.674Z] ---> Running in ea955a55abde [2021-02-18T22:14:36.674Z] ---> Running in 3938bd111ba2 [2021-02-18T22:14:36.674Z] Removing intermediate container 026fc7eaabe0 [2021-02-18T22:14:36.674Z] ---> 64ad74fc70d1 [2021-02-18T22:14:36.674Z] Step 20/22 : LABEL arch=x86_64 [2021-02-18T22:14:36.960Z] ---> Running in e435e1d67f3d [2021-02-18T22:14:36.960Z] ---> Running in 9c8865b10b25 [2021-02-18T22:14:37.237Z] ---> Running in 3a318dfc058e [2021-02-18T22:14:37.237Z] Removing intermediate container ea955a55abde [2021-02-18T22:14:37.237Z] ---> 25078d0e640f [2021-02-18T22:14:37.237Z] Step 21/23 : LABEL arch=x86_64 [2021-02-18T22:14:37.237Z] Removing intermediate container 3938bd111ba2 [2021-02-18T22:14:37.237Z] ---> be97786d3333 [2021-02-18T22:14:37.237Z] Step 21/23 : LABEL arch=x86_64 [2021-02-18T22:14:37.237Z] Removing intermediate container e435e1d67f3d [2021-02-18T22:14:37.237Z] ---> fcd514672291 [2021-02-18T22:14:37.237Z] Step 19/21 : LABEL arch=x86_64 [2021-02-18T22:14:37.622Z] ---> Running in 85f4bb54bb60 [2021-02-18T22:14:37.622Z] Removing intermediate container 3a318dfc058e [2021-02-18T22:14:37.622Z] ---> 905e32a04486 [2021-02-18T22:14:37.622Z] Step 21/22 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 [2021-02-18T22:14:37.622Z] ---> Running in a3c62f4cebd1 [2021-02-18T22:14:38.013Z] ---> Running in 2c3bde93dc36 [2021-02-18T22:14:38.367Z] ---> Running in 080cb4f4a469 [2021-02-18T22:14:38.748Z] Removing intermediate container 85f4bb54bb60 [2021-02-18T22:14:38.748Z] ---> eef2efd3cd27 [2021-02-18T22:14:38.748Z] Step 22/23 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 [2021-02-18T22:14:38.748Z] Removing intermediate container a3c62f4cebd1 [2021-02-18T22:14:38.748Z] ---> 932e68b9dea9 [2021-02-18T22:14:38.748Z] Step 22/23 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 [2021-02-18T22:14:38.748Z] Removing intermediate container 2c3bde93dc36 [2021-02-18T22:14:38.748Z] ---> f5ef205d2685 [2021-02-18T22:14:38.748Z] Step 20/21 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 [2021-02-18T22:14:38.748Z] ---> Running in e7d504f4a884 [2021-02-18T22:14:39.061Z] ---> Running in 8e2fb79fcbbe [2021-02-18T22:14:39.061Z] ---> Running in 1debbf5493c0 [2021-02-18T22:14:39.061Z] Removing intermediate container 080cb4f4a469 [2021-02-18T22:14:39.061Z] ---> 2d1c979a261a [2021-02-18T22:14:39.061Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T22:14:39.388Z] ---> Running in dc034820329b [2021-02-18T22:14:39.388Z] Removing intermediate container e7d504f4a884 [2021-02-18T22:14:39.388Z] ---> 69bc337d23c3 [2021-02-18T22:14:39.388Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T22:14:39.388Z] Removing intermediate container 1debbf5493c0 [2021-02-18T22:14:39.388Z] ---> 459a982e3d8f [2021-02-18T22:14:39.388Z] Step 21/21 : LABEL version=0.0.0 [2021-02-18T22:14:39.701Z] Removing intermediate container 8e2fb79fcbbe [2021-02-18T22:14:39.701Z] ---> b32bcabd08ca [2021-02-18T22:14:39.701Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T22:14:39.701Z] ---> Running in 9b3f0c8efa90 [2021-02-18T22:14:39.701Z] ---> Running in 0aa0311ed71c [2021-02-18T22:14:39.701Z] ---> Running in 6d8d7e7f54a7 [2021-02-18T22:14:39.981Z] Removing intermediate container dc034820329b [2021-02-18T22:14:39.981Z] ---> c0c9fb3793b7 [2021-02-18T22:14:39.981Z] [2021-02-18T22:14:40.293Z] Removing intermediate container 9c8865b10b25 [2021-02-18T22:14:40.293Z] ---> 99a6cbf23892 [2021-02-18T22:14:40.293Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:14:40.596Z] Removing intermediate container 9b3f0c8efa90 [2021-02-18T22:14:40.596Z] ---> 51c72ec6d490 [2021-02-18T22:14:40.596Z] [2021-02-18T22:14:41.044Z] Removing intermediate container 0aa0311ed71c [2021-02-18T22:14:41.044Z] ---> fc99b61f0cf0 [2021-02-18T22:14:41.044Z] [2021-02-18T22:14:41.044Z] Removing intermediate container 6d8d7e7f54a7 [2021-02-18T22:14:41.044Z] ---> 03689c4d98e3 [2021-02-18T22:14:41.044Z] [2021-02-18T22:14:41.483Z] ---> 859f40fdeb18 [2021-02-18T22:14:41.483Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-18T22:14:42.690Z] Successfully built 51c72ec6d490 [2021-02-18T22:14:43.017Z] Successfully built c0c9fb3793b7 [2021-02-18T22:14:43.570Z] Successfully tagged docker-core-command-go:latest [2021-02-18T22:14:43.570Z] Successfully built fc99b61f0cf0 [2021-02-18T22:14:43.570Z] Building docker-security-secretstore-setup-go [2021-02-18T22:14:43.570Z]  Building docker-core-command-go ... done Successfully built 03689c4d98e3 [2021-02-18T22:14:43.570Z] Successfully tagged docker-support-notifications-go:latest [2021-02-18T22:14:43.570Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-18T22:14:43.570Z]  Building docker-support-notifications-go ... done  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-02-18T22:14:43.570Z] Building docker-sys-mgmt-agent-go [2021-02-18T22:14:43.570Z] Successfully tagged docker-core-metadata-go:latest [2021-02-18T22:14:43.570Z] Building docker-support-scheduler-go [2021-02-18T22:14:44.238Z]  Building docker-core-metadata-go ... done  ---> 6ca9d5be299d [2021-02-18T22:14:44.238Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-18T22:14:45.968Z] ---> 0754527e8bda [2021-02-18T22:14:45.968Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-18T22:14:52.081Z] ---> aed357388733 [2021-02-18T22:14:52.081Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-18T22:14:54.135Z] ---> Running in 614cbd308573 [2021-02-18T22:14:55.472Z] Removing intermediate container 614cbd308573 [2021-02-18T22:14:55.472Z] ---> 5061d9f86070 [2021-02-18T22:14:55.472Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-18T22:14:58.786Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-18T22:14:59.062Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-18T22:15:02.821Z] ---> 51525f2edd8a [2021-02-18T22:15:02.822Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-18T22:15:05.088Z] ---> Running in 5fbca97166a0 [2021-02-18T22:15:11.788Z] Removing intermediate container 5fbca97166a0 [2021-02-18T22:15:11.788Z] ---> 3731a3ed8649 [2021-02-18T22:15:11.788Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-18T22:15:13.358Z] ---> Running in 886f16b5d541 [2021-02-18T22:15:14.089Z] Removing intermediate container 886f16b5d541 [2021-02-18T22:15:14.089Z] ---> 07cf8fc882d2 [2021-02-18T22:15:14.089Z] Step 27/30 : CMD ["gate"] [2021-02-18T22:15:14.371Z] ---> Running in 4c46a30b072f [2021-02-18T22:15:15.358Z] Removing intermediate container 4c46a30b072f [2021-02-18T22:15:15.358Z] ---> 7e9086deef9f [2021-02-18T22:15:15.358Z] Step 28/30 : LABEL arch=x86_64 [2021-02-18T22:15:15.759Z] ---> Running in d1f48c53bacf [2021-02-18T22:15:17.643Z] Removing intermediate container 6444d7bea045 [2021-02-18T22:15:17.643Z] ---> 172a8a8ac023 [2021-02-18T22:15:17.643Z] [2021-02-18T22:15:17.643Z] Step 10/24 : FROM alpine:3.12 [2021-02-18T22:15:17.643Z] 3.12: Pulling from library/alpine [2021-02-18T22:15:17.643Z] Removing intermediate container 04138b55fb9b [2021-02-18T22:15:17.643Z] ---> 6bf904b52ce7 [2021-02-18T22:15:17.643Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-18T22:15:17.924Z] ---> Running in b0453c10e6f8 [2021-02-18T22:15:18.925Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-18T22:15:18.925Z] Status: Downloaded newer image for alpine:3.12 [2021-02-18T22:15:18.925Z] ---> afeebe901d6b [2021-02-18T22:15:18.925Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-18T22:15:19.071Z] Removing intermediate container d1f48c53bacf [2021-02-18T22:15:19.071Z] ---> fc0bc6c0740b [2021-02-18T22:15:19.071Z] Step 29/30 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 [2021-02-18T22:15:19.935Z] ---> Running in 1cff7be3d477 [2021-02-18T22:15:20.160Z] ---> Running in 9cb9e9f56d9d [2021-02-18T22:15:20.160Z] Removing intermediate container 9cb9e9f56d9d [2021-02-18T22:15:20.160Z] ---> e02a08d3fd33 [2021-02-18T22:15:20.160Z] Step 30/30 : LABEL version=0.0.0 [2021-02-18T22:15:20.554Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-18T22:15:20.769Z] ---> Running in d94d924880af [2021-02-18T22:15:20.835Z] Removing intermediate container 0749d27a1110 [2021-02-18T22:15:20.835Z] ---> 072250d1109b [2021-02-18T22:15:20.835Z] [2021-02-18T22:15:20.835Z] Step 10/21 : FROM alpine:3.12 [2021-02-18T22:15:20.835Z] ---> afeebe901d6b [2021-02-18T22:15:20.835Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-18T22:15:21.116Z] ---> Running in 9bdc8dbc8cb7 [2021-02-18T22:15:22.111Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:15:22.111Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:15:23.105Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-18T22:15:23.105Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T22:15:23.105Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-18T22:15:23.105Z] (4/5) Installing curl (7.69.1-r3) [2021-02-18T22:15:23.105Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-18T22:15:23.105Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:15:23.105Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T22:15:23.105Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:15:23.382Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:15:23.382Z] OK: 7 MiB in 19 packages [2021-02-18T22:15:23.580Z] Removing intermediate container d94d924880af [2021-02-18T22:15:23.580Z] ---> 1fdc3fb3432f [2021-02-18T22:15:23.580Z] [2021-02-18T22:15:23.990Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-18T22:15:23.990Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T22:15:23.990Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-18T22:15:23.990Z] (4/4) Installing curl (7.69.1-r3) [2021-02-18T22:15:24.274Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:15:24.274Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T22:15:24.554Z] OK: 7 MiB in 18 packages [2021-02-18T22:15:24.838Z] Successfully built 1fdc3fb3432f [2021-02-18T22:15:25.240Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-18T22:15:27.230Z] Removing intermediate container 1cff7be3d477 [2021-02-18T22:15:27.230Z] ---> 746e96f59a98 [2021-02-18T22:15:27.230Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T22:15:27.230Z] ---> Running in f51e3d424ead [2021-02-18T22:15:27.834Z] Removing intermediate container 9bdc8dbc8cb7 [2021-02-18T22:15:27.834Z] ---> 3ca1ca559b56 [2021-02-18T22:15:27.834Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T22:15:28.455Z] Removing intermediate container b0453c10e6f8 [2021-02-18T22:15:28.455Z] ---> 755da77fe3b5 [2021-02-18T22:15:28.455Z] [2021-02-18T22:15:28.455Z] Step 11/26 : FROM docker:20.10.0 [2021-02-18T22:15:28.455Z] 20.10.0: Pulling from library/docker [2021-02-18T22:15:28.455Z] ---> Running in 1eb3fa12586f [2021-02-18T22:15:28.455Z] Removing intermediate container f51e3d424ead [2021-02-18T22:15:28.455Z] ---> 78e2f5102b68 [2021-02-18T22:15:28.455Z] Step 13/24 : WORKDIR / [2021-02-18T22:15:29.468Z] ---> Running in a0cb594d4dea [2021-02-18T22:15:29.746Z] Removing intermediate container 1eb3fa12586f [2021-02-18T22:15:29.746Z] ---> 48f3bebd6e05 [2021-02-18T22:15:29.746Z] Step 13/21 : WORKDIR /edgex [2021-02-18T22:15:30.362Z] ---> Running in 5ce29b87aed9 [2021-02-18T22:15:30.969Z] Removing intermediate container a0cb594d4dea [2021-02-18T22:15:30.969Z] ---> 33ff3e7c7c27 [2021-02-18T22:15:30.969Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-18T22:15:31.247Z] Removing intermediate container 6a23fff9fb66 [2021-02-18T22:15:31.247Z] ---> e160cf741926 [2021-02-18T22:15:31.247Z] [2021-02-18T22:15:31.247Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T22:15:31.247Z] ---> afeebe901d6b [2021-02-18T22:15:31.247Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-18T22:15:31.537Z] Removing intermediate container 5ce29b87aed9 [2021-02-18T22:15:31.538Z] ---> 7076f195f747 [2021-02-18T22:15:31.538Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-18T22:15:32.154Z] ---> Running in df987cd2a303 [2021-02-18T22:15:32.432Z] ---> cf52650f8eb6 [2021-02-18T22:15:32.432Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-18T22:15:33.425Z] ---> b916b07899ef [2021-02-18T22:15:33.425Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-18T22:15:34.557Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:15:34.557Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:15:34.865Z] ---> ab2f9be61cae [2021-02-18T22:15:34.865Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-18T22:15:34.865Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-18T22:15:34.865Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:15:35.170Z] OK: 5 MiB in 15 packages [2021-02-18T22:15:36.333Z] ---> b79fd722824c [2021-02-18T22:15:36.333Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-18T22:15:36.943Z] ---> 7e42b8d748ad [2021-02-18T22:15:36.943Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-18T22:15:37.935Z] Removing intermediate container df987cd2a303 [2021-02-18T22:15:37.935Z] ---> ac73617ed6a2 [2021-02-18T22:15:37.935Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T22:15:38.542Z] ---> Running in 5f3d35ab417a [2021-02-18T22:15:39.157Z] ---> 7be2845d1f2f [2021-02-18T22:15:39.157Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-18T22:15:39.157Z] ---> 3e5f82e62343 [2021-02-18T22:15:39.157Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-18T22:15:39.762Z] ---> Running in 8a25b76e7b2f [2021-02-18T22:15:39.762Z] Removing intermediate container 5f3d35ab417a [2021-02-18T22:15:39.762Z] ---> 325c698be861 [2021-02-18T22:15:39.762Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-18T22:15:40.042Z] ---> Running in b0540003f2c4 [2021-02-18T22:15:40.322Z] Removing intermediate container 8a25b76e7b2f [2021-02-18T22:15:40.322Z] ---> 3b77ff4c2221 [2021-02-18T22:15:40.322Z] Step 18/21 : CMD ["--init=true"] [2021-02-18T22:15:40.928Z] ---> Running in 2b3dd5bc4c47 [2021-02-18T22:15:41.538Z] ---> 2ee65deac476 [2021-02-18T22:15:41.538Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-18T22:15:41.538Z] Removing intermediate container b0540003f2c4 [2021-02-18T22:15:41.538Z] ---> 62eb4d14ba7d [2021-02-18T22:15:41.538Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T22:15:42.536Z] ---> Running in b91d1c502e9c [2021-02-18T22:15:42.536Z] Removing intermediate container 2b3dd5bc4c47 [2021-02-18T22:15:42.536Z] ---> e6318224aa80 [2021-02-18T22:15:42.536Z] Step 19/21 : LABEL arch=arm64 [2021-02-18T22:15:43.142Z] ---> 5630743d8136 [2021-02-18T22:15:43.142Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-18T22:15:43.416Z] ---> Running in 6e4fc5774328 [2021-02-18T22:15:43.692Z] ---> Running in ba9930806e3f [2021-02-18T22:15:43.972Z] Removing intermediate container b91d1c502e9c [2021-02-18T22:15:43.972Z] ---> 885601eac6cf [2021-02-18T22:15:43.972Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:15:43.972Z] Removing intermediate container 6e4fc5774328 [2021-02-18T22:15:43.972Z] ---> ccd7bc408e77 [2021-02-18T22:15:43.972Z] Step 20/21 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 [2021-02-18T22:15:44.248Z] Removing intermediate container 759e285b6a2d [2021-02-18T22:15:44.248Z] ---> 1b19fbcc2bcf [2021-02-18T22:15:44.248Z] [2021-02-18T22:15:44.248Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T22:15:44.248Z] ---> afeebe901d6b [2021-02-18T22:15:44.248Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-18T22:15:44.525Z] ---> Running in df58f7620539 [2021-02-18T22:15:44.525Z] ---> Running in c1bbc74c0521 [2021-02-18T22:15:45.132Z] ---> 4ead764b959a [2021-02-18T22:15:45.132Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-18T22:15:45.132Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-18T22:15:45.132Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-18T22:15:45.132Z] ---> eeaf43b92773 [2021-02-18T22:15:45.132Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-18T22:15:45.132Z] Removing intermediate container df58f7620539 [2021-02-18T22:15:45.132Z] ---> 4d3bce3ab3eb [2021-02-18T22:15:45.132Z] Step 21/21 : LABEL version=0.0.0 [2021-02-18T22:15:45.411Z] Removing intermediate container c1bbc74c0521 [2021-02-18T22:15:45.411Z] ---> 6db15b516d0a [2021-02-18T22:15:45.411Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-18T22:15:45.687Z] ---> Running in ede83dc2d66f [2021-02-18T22:15:45.687Z] ---> Running in a5ad36c3cd08 [2021-02-18T22:15:45.687Z] ---> Running in d72302e3d4b0 [2021-02-18T22:15:46.297Z] Removing intermediate container a5ad36c3cd08 [2021-02-18T22:15:46.297Z] ---> ff490f2ef8ed [2021-02-18T22:15:46.297Z] [2021-02-18T22:15:46.583Z] Removing intermediate container d72302e3d4b0 [2021-02-18T22:15:46.583Z] ---> 91e77b825c44 [2021-02-18T22:15:46.583Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-18T22:15:46.862Z] ---> 8804eedac5b1 [2021-02-18T22:15:46.862Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-18T22:15:46.862Z] Removing intermediate container ba9930806e3f [2021-02-18T22:15:46.862Z] ---> f5575d5ed01d [2021-02-18T22:15:46.862Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-18T22:15:46.862Z] Successfully built ff490f2ef8ed [2021-02-18T22:15:47.139Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-18T22:15:47.139Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-02-18T22:15:47.139Z] ---> Running in f735a5b80d3c [2021-02-18T22:15:47.139Z] ---> Running in 86e63eccfb6a [2021-02-18T22:15:47.139Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:15:47.414Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:15:47.691Z] Removing intermediate container f735a5b80d3c [2021-02-18T22:15:47.691Z] ---> e0a223e89c7a [2021-02-18T22:15:47.691Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:15:47.973Z] Removing intermediate container 86e63eccfb6a [2021-02-18T22:15:47.973Z] ---> b4227f5b1d7d [2021-02-18T22:15:47.973Z] Step 22/24 : LABEL arch=arm64 [2021-02-18T22:15:47.973Z] ---> Running in 78032d99ffc1 [2021-02-18T22:15:47.973Z] ---> e5f235b7b063 [2021-02-18T22:15:47.973Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-18T22:15:47.973Z] (1/2) Installing readline (8.0.4-r0) [2021-02-18T22:15:47.973Z] (2/2) Installing bash (5.0.17-r0) [2021-02-18T22:15:47.973Z] Executing bash-5.0.17-r0.post-install [2021-02-18T22:15:47.973Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:15:48.248Z] OK: 12 MiB in 22 packages [2021-02-18T22:15:48.524Z] ---> Running in ba632788cc62 [2021-02-18T22:15:48.524Z] ---> Running in 85749eacfc05 [2021-02-18T22:15:50.523Z] Removing intermediate container ba632788cc62 [2021-02-18T22:15:50.523Z] ---> 5498291e2248 [2021-02-18T22:15:50.523Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:15:50.523Z] Removing intermediate container 85749eacfc05 [2021-02-18T22:15:50.523Z] ---> b33a07da5f77 [2021-02-18T22:15:50.523Z] Step 23/24 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 [2021-02-18T22:15:50.523Z] Removing intermediate container ede83dc2d66f [2021-02-18T22:15:50.523Z] ---> 5a09e8d376f1 [2021-02-18T22:15:50.523Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-18T22:15:50.794Z] ---> Running in ec650f74a6b0 [2021-02-18T22:15:50.794Z] ---> Running in 464bd57888fe [2021-02-18T22:15:50.794Z] ---> Running in 804bf59d87d7 [2021-02-18T22:15:51.783Z] Removing intermediate container 464bd57888fe [2021-02-18T22:15:51.783Z] Removing intermediate container ec650f74a6b0 [2021-02-18T22:15:51.783Z] ---> 8bdf463990ab [2021-02-18T22:15:51.783Z] ---> 19235011bd66 [2021-02-18T22:15:51.783Z] Step 20/22 : LABEL arch=arm64Step 24/24 : LABEL version=0.0.0 [2021-02-18T22:15:51.783Z] [2021-02-18T22:15:52.061Z] Removing intermediate container 78032d99ffc1 [2021-02-18T22:15:52.062Z] ---> f570584573d6 [2021-02-18T22:15:52.062Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-18T22:15:52.062Z] Removing intermediate container 804bf59d87d7 [2021-02-18T22:15:52.062Z] ---> c79c5e9562d7 [2021-02-18T22:15:52.340Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-18T22:15:52.618Z] ---> Running in d6a9f710e718 [2021-02-18T22:15:52.618Z] ---> Running in 3bd260444b01 [2021-02-18T22:15:52.618Z] ---> Running in ec2a3cd96cae [2021-02-18T22:15:52.618Z] ---> Running in e8212c86382f [2021-02-18T22:15:53.621Z] Removing intermediate container d6a9f710e718 [2021-02-18T22:15:53.621Z] ---> a7130c5d4ffa [2021-02-18T22:15:53.621Z] Step 21/22 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 [2021-02-18T22:15:53.621Z] Removing intermediate container 3bd260444b01 [2021-02-18T22:15:53.621Z] ---> 0fdc46086450 [2021-02-18T22:15:53.621Z] [2021-02-18T22:15:53.621Z] Removing intermediate container e8212c86382f [2021-02-18T22:15:53.621Z] ---> b235c43c6bbf [2021-02-18T22:15:53.621Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-18T22:15:53.621Z] ---> Running in b9132fc778f4 [2021-02-18T22:15:53.899Z] ---> Running in abd20747cec0 [2021-02-18T22:15:54.178Z] Successfully built 0fdc46086450 [2021-02-18T22:15:54.178Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-18T22:15:54.178Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-02-18T22:15:54.178Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:15:54.456Z] Removing intermediate container b9132fc778f4 [2021-02-18T22:15:54.456Z] ---> 736dbf9bfe03 [2021-02-18T22:15:54.456Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T22:15:54.456Z] Removing intermediate container abd20747cec0 [2021-02-18T22:15:54.456Z] ---> 320bdaccd1a8 [2021-02-18T22:15:54.456Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-18T22:15:54.731Z] ---> Running in 5b70587d6a74 [2021-02-18T22:15:55.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:15:55.493Z] Removing intermediate container 5b70587d6a74 [2021-02-18T22:15:55.493Z] ---> a9c379a135ed [2021-02-18T22:15:55.493Z] [2021-02-18T22:15:55.769Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-18T22:15:56.046Z] Successfully built a9c379a135ed [2021-02-18T22:15:56.046Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-18T22:15:56.046Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-18T22:15:56.327Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-18T22:15:56.327Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-18T22:15:56.327Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-02-18T22:15:56.601Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-18T22:15:56.601Z] ---> 5e590f86bf11 [2021-02-18T22:15:56.601Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-18T22:15:56.601Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-18T22:15:56.879Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:15:56.879Z] OK: 8 MiB in 20 packages [2021-02-18T22:15:57.872Z] ---> 3966e72aac8e [2021-02-18T22:15:57.872Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-18T22:15:59.327Z] Removing intermediate container ec2a3cd96cae [2021-02-18T22:15:59.327Z] ---> bb994a20e6c5 [2021-02-18T22:15:59.327Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:15:59.942Z] ---> 9103d2101e93 [2021-02-18T22:15:59.942Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-18T22:16:00.584Z] ---> d3e65c0aa86a [2021-02-18T22:16:00.584Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-18T22:16:00.584Z] ---> Running in bd1e9d377854 [2021-02-18T22:16:02.036Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:16:02.036Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:16:02.646Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-18T22:16:02.646Z] (2/33) Installing expat (2.2.9-r1) [2021-02-18T22:16:02.646Z] (3/33) Installing libffi (3.3-r2) [2021-02-18T22:16:02.646Z] (4/33) Installing gdbm (1.13-r1) [2021-02-18T22:16:02.646Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-18T22:16:02.646Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-18T22:16:02.926Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-18T22:16:03.936Z] ---> e2c0e816ae2f [2021-02-18T22:16:03.936Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-18T22:16:04.939Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-18T22:16:04.939Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-18T22:16:04.939Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-18T22:16:04.939Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-18T22:16:04.939Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-18T22:16:04.939Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-18T22:16:04.939Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-18T22:16:04.939Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-18T22:16:05.215Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-18T22:16:05.215Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-18T22:16:05.215Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-18T22:16:05.215Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-18T22:16:05.215Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-18T22:16:05.215Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-18T22:16:05.215Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-18T22:16:05.215Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-18T22:16:05.215Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-18T22:16:05.215Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-18T22:16:05.492Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-18T22:16:05.492Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-18T22:16:05.492Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-18T22:16:05.492Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-18T22:16:05.492Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-18T22:16:05.492Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-18T22:16:05.492Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-18T22:16:05.492Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-18T22:16:05.492Z] ---> 5d525951ee33 [2021-02-18T22:16:05.492Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-18T22:16:05.770Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:16:05.770Z] OK: 71 MiB in 55 packages [2021-02-18T22:16:05.770Z] ---> Running in 5ccdf24ef0a4 [2021-02-18T22:16:06.760Z] Removing intermediate container 5ccdf24ef0a4 [2021-02-18T22:16:06.760Z] ---> 702c5c12de36 [2021-02-18T22:16:06.760Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:16:07.374Z] ---> Running in 1e74bfdc3f8b [2021-02-18T22:16:08.837Z] Removing intermediate container 1e74bfdc3f8b [2021-02-18T22:16:08.837Z] ---> d332ab7b87c7 [2021-02-18T22:16:08.837Z] Step 21/23 : LABEL arch=arm64 [2021-02-18T22:16:09.437Z] ---> Running in 08cd6ba071a2 [2021-02-18T22:16:10.436Z] Removing intermediate container 08cd6ba071a2 [2021-02-18T22:16:10.436Z] ---> da49a3f5c4f4 [2021-02-18T22:16:10.436Z] Step 22/23 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 [2021-02-18T22:16:10.712Z] ---> Running in 87257cc37811 [2021-02-18T22:16:11.707Z] Removing intermediate container 87257cc37811 [2021-02-18T22:16:11.707Z] ---> 901e3ffc2d27 [2021-02-18T22:16:11.707Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T22:16:11.999Z] ---> Running in b5f65295f47b [2021-02-18T22:16:12.609Z] Removing intermediate container b5f65295f47b [2021-02-18T22:16:12.609Z] ---> 3898b80a2580 [2021-02-18T22:16:12.609Z] [2021-02-18T22:16:12.883Z] Removing intermediate container bd1e9d377854 [2021-02-18T22:16:12.883Z] ---> 847893ea0dc4 [2021-02-18T22:16:12.883Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-18T22:16:13.160Z] ---> Running in 592cafd020d3 [2021-02-18T22:16:13.160Z] Successfully built 3898b80a2580 [2021-02-18T22:16:13.437Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-18T22:16:13.437Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-02-18T22:16:18.899Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:16:18.899Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:16:18.899Z] ---> bc861747fb39 [2021-02-18T22:16:18.899Z] Step 3/30 : WORKDIR /edgex-go [2021-02-18T22:16:18.899Z] ---> Using cache [2021-02-18T22:16:18.899Z] ---> ab9a96b45752 [2021-02-18T22:16:18.899Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:16:18.899Z] ---> Using cache [2021-02-18T22:16:18.899Z] ---> 21533683fb85 [2021-02-18T22:16:18.899Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-18T22:16:18.899Z] ---> Using cache [2021-02-18T22:16:18.899Z] ---> 8b9fdd5f0339 [2021-02-18T22:16:18.899Z] Step 6/30 : COPY go.mod . [2021-02-18T22:16:18.899Z] ---> Using cache [2021-02-18T22:16:18.899Z] ---> b82c154e8bf2 [2021-02-18T22:16:18.899Z] Step 7/30 : RUN go mod download [2021-02-18T22:16:18.899Z] ---> Using cache [2021-02-18T22:16:18.899Z] ---> b385d2ebbfdb [2021-02-18T22:16:18.899Z] Step 8/30 : COPY . . [2021-02-18T22:16:18.899Z] ---> Using cache [2021-02-18T22:16:18.899Z] ---> 6ebaedde3fd3 [2021-02-18T22:16:18.900Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-18T22:16:18.900Z] Collecting docker-compose==1.23.2 [2021-02-18T22:16:18.900Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-18T22:16:19.506Z] ---> Running in 88a9158b5415 [2021-02-18T22:16:20.111Z] Collecting cached-property<2,>=1.2.0 [2021-02-18T22:16:20.111Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-18T22:16:20.716Z] Collecting jsonschema<3,>=2.5.1 [2021-02-18T22:16:20.716Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-18T22:16:20.994Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-18T22:16:21.270Z] Collecting texttable<0.10,>=0.9.0 [2021-02-18T22:16:21.270Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-18T22:16:24.710Z] Collecting PyYAML<4,>=3.10 [2021-02-18T22:16:24.710Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-18T22:16:29.049Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-18T22:16:29.049Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-18T22:16:31.054Z] Collecting docopt<0.7,>=0.6.1 [2021-02-18T22:16:31.054Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-18T22:16:34.488Z] Collecting docker<4.0,>=3.6.0 [2021-02-18T22:16:34.488Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-18T22:16:36.487Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-18T22:16:36.487Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-18T22:16:36.583Z]  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:16:36.583Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:16:36.583Z] ---> 133517db2750 [2021-02-18T22:16:36.583Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T22:16:36.583Z] ---> Using cache [2021-02-18T22:16:36.583Z] ---> 05ea89acfa51 [2021-02-18T22:16:36.583Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:16:36.583Z] ---> Using cache [2021-02-18T22:16:36.583Z] ---> d16cd4835d0d [2021-02-18T22:16:36.583Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-18T22:16:36.584Z] ---> Using cache [2021-02-18T22:16:36.584Z] ---> c174b0f202fb [2021-02-18T22:16:36.584Z] Step 6/22 : COPY go.mod . [2021-02-18T22:16:36.584Z] ---> Using cache [2021-02-18T22:16:36.584Z] ---> 03aa255abae5 [2021-02-18T22:16:36.584Z] Step 7/22 : RUN go mod download [2021-02-18T22:16:36.584Z] ---> Using cache [2021-02-18T22:16:36.584Z] ---> 56c2512d462e [2021-02-18T22:16:36.584Z] Step 8/22 : COPY . . [2021-02-18T22:16:36.584Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:16:36.584Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:16:36.584Z] ---> 133517db2750 [2021-02-18T22:16:36.584Z] Step 3/26 : WORKDIR /edgex-go [2021-02-18T22:16:36.584Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:16:36.584Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:16:36.584Z] ---> 133517db2750 [2021-02-18T22:16:36.584Z] Step 3/24 : WORKDIR /edgex-go [2021-02-18T22:16:36.584Z] ---> Using cache [2021-02-18T22:16:36.584Z] ---> 05ea89acfa51 [2021-02-18T22:16:36.584Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:16:36.584Z] ---> Using cache [2021-02-18T22:16:36.584Z] ---> d16cd4835d0d [2021-02-18T22:16:36.584Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-18T22:16:36.584Z] ---> Using cache [2021-02-18T22:16:36.584Z] ---> c174b0f202fb [2021-02-18T22:16:36.584Z] Step 6/24 : COPY go.mod . [2021-02-18T22:16:36.584Z] ---> Using cache [2021-02-18T22:16:36.584Z] ---> 03aa255abae5 [2021-02-18T22:16:36.584Z] Step 7/24 : RUN go mod download [2021-02-18T22:16:36.584Z] ---> Using cache [2021-02-18T22:16:36.584Z] ---> 56c2512d462e [2021-02-18T22:16:36.584Z] Step 8/24 : COPY . . ---> Using cache [2021-02-18T22:16:36.584Z] ---> 05ea89acfa51 [2021-02-18T22:16:36.584Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:16:36.584Z] [2021-02-18T22:16:36.584Z] ---> Using cache [2021-02-18T22:16:36.584Z] ---> d16cd4835d0d [2021-02-18T22:16:36.584Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-18T22:16:36.584Z] ---> Using cache [2021-02-18T22:16:36.584Z] ---> bb4d18c7b760 [2021-02-18T22:16:36.584Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-18T22:16:36.584Z] ---> Using cache [2021-02-18T22:16:36.584Z] ---> bb4d18c7b760 [2021-02-18T22:16:36.584Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-18T22:16:36.584Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:16:36.584Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:16:36.584Z] ---> 133517db2750 [2021-02-18T22:16:36.584Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T22:16:36.584Z] ---> Using cache [2021-02-18T22:16:36.584Z] ---> 05ea89acfa51 [2021-02-18T22:16:36.584Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:16:36.584Z] ---> Using cache [2021-02-18T22:16:36.584Z] ---> d16cd4835d0d [2021-02-18T22:16:36.584Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-18T22:16:36.781Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:16:36.782Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:16:36.782Z] ---> bc861747fb39 [2021-02-18T22:16:36.782Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T22:16:36.782Z] ---> Using cache [2021-02-18T22:16:36.782Z] ---> ab9a96b45752 [2021-02-18T22:16:36.782Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:16:36.782Z] ---> Using cache [2021-02-18T22:16:36.782Z] ---> 21533683fb85 [2021-02-18T22:16:36.782Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T22:16:36.782Z] ---> Using cache [2021-02-18T22:16:36.782Z] ---> 8b9fdd5f0339 [2021-02-18T22:16:36.782Z] Step 6/23 : COPY go.mod . [2021-02-18T22:16:36.782Z] ---> Using cache [2021-02-18T22:16:36.782Z] ---> b82c154e8bf2 [2021-02-18T22:16:36.782Z] Step 7/23 : RUN go mod download [2021-02-18T22:16:36.782Z] ---> Using cache [2021-02-18T22:16:36.782Z] ---> b385d2ebbfdb [2021-02-18T22:16:36.782Z] Step 8/23 : COPY . . [2021-02-18T22:16:36.782Z] ---> Using cache [2021-02-18T22:16:36.782Z] ---> 6ebaedde3fd3 [2021-02-18T22:16:36.782Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-18T22:16:37.075Z] ---> Running in 44f0a469e5d1 [2021-02-18T22:16:37.075Z] ---> Running in 13322f6c4522 [2021-02-18T22:16:37.075Z] ---> Running in 44e8fcdb893a [2021-02-18T22:16:37.075Z] ---> Running in 7966c749ad45 [2021-02-18T22:16:37.906Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-18T22:16:37.906Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-18T22:16:37.906Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:16:37.906Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:16:37.906Z] ---> bc861747fb39 [2021-02-18T22:16:37.906Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T22:16:37.906Z] ---> Using cache [2021-02-18T22:16:37.906Z] ---> ab9a96b45752 [2021-02-18T22:16:37.906Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:16:37.906Z] ---> Using cache [2021-02-18T22:16:37.906Z] ---> 21533683fb85 [2021-02-18T22:16:37.906Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-18T22:16:38.581Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-18T22:16:39.753Z] Collecting docker-pycreds>=0.4.0 [2021-02-18T22:16:39.753Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-18T22:16:41.207Z] Collecting idna<2.8,>=2.5 [2021-02-18T22:16:41.208Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-18T22:16:41.208Z] ---> Running in 18c0932f01f6 [2021-02-18T22:16:41.208Z] ---> Running in 263e1d5931cb [2021-02-18T22:16:41.313Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-18T22:16:41.313Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-18T22:16:41.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:16:41.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:16:42.190Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-18T22:16:42.191Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-18T22:16:42.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:16:42.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:16:42.468Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-18T22:16:42.468Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-18T22:16:42.468Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-18T22:16:42.468Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-18T22:16:42.468Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-18T22:16:42.468Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-18T22:16:43.459Z] Installing collected packages: cached-property, jsonschema, texttable, PyYAML, dockerpty, docopt, idna, urllib3, requests, websocket-client, docker-pycreds, docker, docker-compose [2021-02-18T22:16:43.968Z] OK: 233 MiB in 51 packages [2021-02-18T22:16:43.968Z] OK: 233 MiB in 51 packages [2021-02-18T22:16:44.069Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-18T22:16:44.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:16:44.349Z] Running setup.py install for texttable: started [2021-02-18T22:16:44.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:16:45.941Z] OK: 217 MiB in 51 packages [2021-02-18T22:16:46.931Z] Running setup.py install for texttable: finished with status 'done' [2021-02-18T22:16:46.931Z] Running setup.py install for PyYAML: started [2021-02-18T22:16:49.564Z] Removing intermediate container 18c0932f01f6 [2021-02-18T22:16:49.564Z] ---> 3499f8e28ebb [2021-02-18T22:16:49.564Z] Step 6/22 : COPY go.mod . [2021-02-18T22:16:50.165Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-18T22:16:50.441Z] Running setup.py install for dockerpty: started [2021-02-18T22:16:51.427Z] ---> 8e004b724ad5 [2021-02-18T22:16:51.427Z] Step 7/22 : RUN go mod download [2021-02-18T22:16:51.427Z] ---> Running in c260c6f7cf04 [2021-02-18T22:16:51.427Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:16:51.427Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:16:51.427Z] ---> bc861747fb39 [2021-02-18T22:16:51.427Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T22:16:51.701Z] ---> Using cache [2021-02-18T22:16:51.701Z] ---> ab9a96b45752 [2021-02-18T22:16:51.701Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:16:51.701Z] ---> Using cache [2021-02-18T22:16:51.701Z] ---> 21533683fb85 [2021-02-18T22:16:51.701Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T22:16:51.701Z] ---> Using cache [2021-02-18T22:16:51.701Z] ---> 8b9fdd5f0339 [2021-02-18T22:16:51.701Z] Step 6/23 : COPY go.mod . [2021-02-18T22:16:51.701Z] ---> Using cache [2021-02-18T22:16:51.701Z] ---> b82c154e8bf2 [2021-02-18T22:16:51.701Z] Step 7/23 : RUN go mod download [2021-02-18T22:16:51.701Z] ---> Using cache [2021-02-18T22:16:51.701Z] ---> b385d2ebbfdb [2021-02-18T22:16:51.701Z] Step 8/23 : COPY . . [2021-02-18T22:16:51.701Z] ---> Using cache [2021-02-18T22:16:51.701Z] ---> 6ebaedde3fd3 [2021-02-18T22:16:51.701Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-18T22:16:51.701Z] ---> Running in e5a35adc3252 [2021-02-18T22:16:51.774Z] Removing intermediate container 7966c749ad45 [2021-02-18T22:16:51.774Z] ---> 5ee5de7714bd [2021-02-18T22:16:51.774Z] Step 6/23 : COPY go.mod . [2021-02-18T22:16:51.774Z] Removing intermediate container 44e8fcdb893a [2021-02-18T22:16:51.774Z] ---> b533a5297487 [2021-02-18T22:16:51.774Z] Step 6/26 : COPY go.mod . [2021-02-18T22:16:52.875Z] ---> ec4da1fa5e3e [2021-02-18T22:16:52.875Z] Step 7/23 : RUN go mod download [2021-02-18T22:16:52.875Z] ---> da4bef3f287b [2021-02-18T22:16:52.875Z] Step 7/26 : RUN go mod download [2021-02-18T22:16:53.705Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-18T22:16:53.705Z] Running setup.py install for docopt: started [2021-02-18T22:16:53.705Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-18T22:16:54.410Z] ---> Running in a267ddcab692 [2021-02-18T22:16:54.410Z] ---> Running in 293af3a13940 [2021-02-18T22:16:56.345Z] Removing intermediate container c260c6f7cf04 [2021-02-18T22:16:56.345Z] ---> fac1c910d651 [2021-02-18T22:16:56.345Z] Step 8/22 : COPY . . [2021-02-18T22:16:56.345Z] Running setup.py install for docopt: finished with status 'done' [2021-02-18T22:16:56.345Z] Attempting uninstall: idna [2021-02-18T22:16:56.345Z] Found existing installation: idna 2.9 [2021-02-18T22:16:56.345Z] Uninstalling idna-2.9: [2021-02-18T22:16:56.619Z] Successfully uninstalled idna-2.9 [2021-02-18T22:16:57.604Z] Attempting uninstall: urllib3 [2021-02-18T22:16:57.604Z] Found existing installation: urllib3 1.25.9 [2021-02-18T22:16:57.604Z] Uninstalling urllib3-1.25.9: [2021-02-18T22:16:57.604Z] Successfully uninstalled urllib3-1.25.9 [2021-02-18T22:16:58.586Z] Attempting uninstall: requests [2021-02-18T22:16:58.586Z] Found existing installation: requests 2.23.0 [2021-02-18T22:16:58.587Z] Uninstalling requests-2.23.0: [2021-02-18T22:16:58.864Z] Successfully uninstalled requests-2.23.0 [2021-02-18T22:17:02.272Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-18T22:17:04.816Z] Removing intermediate container a267ddcab692 [2021-02-18T22:17:04.816Z] ---> 56fb124ecfe8 [2021-02-18T22:17:04.817Z] Step 8/26 : COPY . . [2021-02-18T22:17:04.817Z] Removing intermediate container 293af3a13940 [2021-02-18T22:17:04.817Z] ---> 1ec31ea386c2 [2021-02-18T22:17:04.817Z] Step 8/23 : COPY . . [2021-02-18T22:17:12.451Z] Removing intermediate container 592cafd020d3 [2021-02-18T22:17:12.451Z] ---> bccff4bf8cc4 [2021-02-18T22:17:12.451Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-18T22:17:12.451Z] ---> Running in b71ee594ef47 [2021-02-18T22:17:15.089Z] ---> cd507a37841a [2021-02-18T22:17:15.089Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-18T22:17:15.089Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:17:15.089Z] ---> Running in 601176ddab38 [2021-02-18T22:17:15.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:17:16.354Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T22:17:16.354Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-18T22:17:16.354Z] (3/3) Installing curl (7.69.1-r3) [2021-02-18T22:17:16.354Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:17:16.354Z] OK: 71 MiB in 58 packages [2021-02-18T22:17:17.371Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-18T22:17:18.364Z] Removing intermediate container b71ee594ef47 [2021-02-18T22:17:18.364Z] ---> 9b4a582ce76a [2021-02-18T22:17:18.364Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-18T22:17:18.641Z] ---> Running in 55da249c37a8 [2021-02-18T22:17:19.249Z] Removing intermediate container 55da249c37a8 [2021-02-18T22:17:19.249Z] ---> 9e5eae8c79d9 [2021-02-18T22:17:19.249Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:17:19.249Z] ---> Running in 2fe189c1ae72 [2021-02-18T22:17:19.856Z] Removing intermediate container 2fe189c1ae72 [2021-02-18T22:17:19.856Z] ---> 6e6f0040db3a [2021-02-18T22:17:19.856Z] Step 24/26 : LABEL arch=arm64 [2021-02-18T22:17:20.134Z] ---> Running in e9a5dd02f818 [2021-02-18T22:17:20.744Z] Removing intermediate container e9a5dd02f818 [2021-02-18T22:17:20.744Z] ---> 75924f777e99 [2021-02-18T22:17:20.744Z] Step 25/26 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 [2021-02-18T22:17:21.020Z] ---> Running in be5a2f0b1aaa [2021-02-18T22:17:21.624Z] Removing intermediate container be5a2f0b1aaa [2021-02-18T22:17:21.624Z] ---> 637e632987c5 [2021-02-18T22:17:21.624Z] Step 26/26 : LABEL version=0.0.0 [2021-02-18T22:17:21.624Z] ---> Running in 30606ee0a83e [2021-02-18T22:17:22.613Z] Removing intermediate container 30606ee0a83e [2021-02-18T22:17:22.613Z] ---> da585707ef7e [2021-02-18T22:17:22.613Z] [2021-02-18T22:17:22.888Z] Successfully built da585707ef7e [2021-02-18T22:17:23.165Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-18T22:17:41.502Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 88a9158b5415 [2021-02-18T22:17:41.502Z] ---> 940db8b45b29 [2021-02-18T22:17:41.502Z] [2021-02-18T22:17:41.502Z] Step 10/30 : FROM alpine:3.12 [2021-02-18T22:17:41.502Z] ---> afeebe901d6b [2021-02-18T22:17:41.502Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-18T22:17:41.502Z] ---> Running in 0706d5f9074e [2021-02-18T22:17:42.105Z] Removing intermediate container 0706d5f9074e [2021-02-18T22:17:42.105Z] ---> 127ea71ae9db [2021-02-18T22:17:42.105Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-18T22:17:42.105Z] ---> Running in 9dce59ac6f5a [2021-02-18T22:17:44.099Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:17:44.374Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:17:44.972Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-18T22:17:44.972Z] (2/2) Installing su-exec (0.2-r1) [2021-02-18T22:17:44.972Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:17:44.972Z] OK: 5 MiB in 16 packages [2021-02-18T22:17:46.522Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-18T22:17:46.960Z] Removing intermediate container 9dce59ac6f5a [2021-02-18T22:17:46.960Z] ---> 44b6da9b4662 [2021-02-18T22:17:46.960Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-18T22:17:46.960Z] ---> Running in c487e5cc89a1 [2021-02-18T22:17:47.561Z] Removing intermediate container c487e5cc89a1 [2021-02-18T22:17:47.561Z] ---> 58876d5e410c [2021-02-18T22:17:47.561Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-18T22:17:47.838Z] ---> Running in 28fd85467040 [2021-02-18T22:17:48.823Z] Removing intermediate container 28fd85467040 [2021-02-18T22:17:48.823Z] ---> 85fcc5ac5176 [2021-02-18T22:17:48.823Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-18T22:17:48.823Z] ---> Running in 57bd19f9013e [2021-02-18T22:17:53.145Z] Removing intermediate container 57bd19f9013e [2021-02-18T22:17:53.145Z] ---> b3be555d1ab1 [2021-02-18T22:17:53.145Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-18T22:17:53.145Z] ---> Running in 8c548c165381 [2021-02-18T22:17:53.423Z] Removing intermediate container 8c548c165381 [2021-02-18T22:17:53.423Z] ---> 05373f4a8088 [2021-02-18T22:17:53.423Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-18T22:17:54.410Z] ---> 31a6f3885bac [2021-02-18T22:17:54.410Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-18T22:17:54.686Z] ---> Running in acb5328f121e [2021-02-18T22:17:58.225Z] Removing intermediate container acb5328f121e [2021-02-18T22:17:58.225Z] ---> efb5e90bf7af [2021-02-18T22:17:58.225Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:17:59.266Z] ---> 0b7e5ac64b76 [2021-02-18T22:17:59.266Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-18T22:18:01.327Z] ---> 6b7d5f52613b [2021-02-18T22:18:01.328Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-18T22:18:02.352Z] ---> 200ceefc2246 [2021-02-18T22:18:02.352Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-18T22:18:03.793Z] ---> fbe9f5b9f6c9 [2021-02-18T22:18:03.793Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-18T22:18:04.076Z] ---> Running in 5cc496319615 [2021-02-18T22:18:05.061Z] Removing intermediate container 5cc496319615 [2021-02-18T22:18:05.061Z] ---> 1e13b5271b92 [2021-02-18T22:18:05.061Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-18T22:18:06.050Z] ---> 327d35e3bae5 [2021-02-18T22:18:06.050Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-18T22:18:06.649Z] ---> Running in 5b9fa7163879 [2021-02-18T22:18:10.074Z] Removing intermediate container 5b9fa7163879 [2021-02-18T22:18:10.074Z] ---> ac060abcd6df [2021-02-18T22:18:10.074Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-18T22:18:10.550Z] Removing intermediate container 44f0a469e5d1 [2021-02-18T22:18:10.550Z] ---> 7df2efc82b37 [2021-02-18T22:18:10.550Z] [2021-02-18T22:18:10.550Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T22:18:10.550Z] ---> 389fef711851 [2021-02-18T22:18:10.550Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-18T22:18:10.550Z] ---> Using cache [2021-02-18T22:18:10.550Z] ---> e49643b9fbbd [2021-02-18T22:18:10.550Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T22:18:10.550Z] ---> Using cache [2021-02-18T22:18:10.550Z] ---> 38c4bda02013 [2021-02-18T22:18:10.550Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-18T22:18:10.688Z] ---> Running in bdec5eae9dc9 [2021-02-18T22:18:11.298Z] Removing intermediate container bdec5eae9dc9 [2021-02-18T22:18:11.298Z] ---> a978a51351bb [2021-02-18T22:18:11.298Z] Step 27/30 : CMD ["gate"] [2021-02-18T22:18:11.575Z] ---> Running in dcf3d70a9b96 [2021-02-18T22:18:12.196Z] Removing intermediate container dcf3d70a9b96 [2021-02-18T22:18:12.196Z] ---> 7e7783dd104b [2021-02-18T22:18:12.196Z] Step 28/30 : LABEL arch=arm64 [2021-02-18T22:18:12.798Z] ---> Running in c773256cced6 [2021-02-18T22:18:13.098Z] ---> Running in dcbff4081559 [2021-02-18T22:18:13.407Z] Removing intermediate container c773256cced6 [2021-02-18T22:18:13.407Z] ---> a6dd3a8f7c6c [2021-02-18T22:18:13.407Z] Step 29/30 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 [2021-02-18T22:18:13.684Z] ---> Running in 35f534ee13a5 [2021-02-18T22:18:14.676Z] Removing intermediate container 35f534ee13a5 [2021-02-18T22:18:14.676Z] ---> 59836974c42f [2021-02-18T22:18:14.676Z] Step 30/30 : LABEL version=0.0.0 [2021-02-18T22:18:14.951Z] ---> Running in e80c20f6b3f0 [2021-02-18T22:18:15.550Z] Removing intermediate container e80c20f6b3f0 [2021-02-18T22:18:15.550Z] ---> 477dacd698ed [2021-02-18T22:18:15.550Z] [2021-02-18T22:18:16.149Z] Successfully built 477dacd698ed [2021-02-18T22:18:16.149Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-18T22:18:20.647Z] Removing intermediate container dcbff4081559 [2021-02-18T22:18:20.647Z] ---> 0b6d3dce8d34 [2021-02-18T22:18:20.647Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T22:18:22.062Z] ---> Running in 430cb71bbb88 [2021-02-18T22:18:24.435Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 263e1d5931cb [2021-02-18T22:18:24.435Z] ---> 5dd0b0d522d6 [2021-02-18T22:18:24.435Z] [2021-02-18T22:18:24.435Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T22:18:24.435Z] ---> afeebe901d6b [2021-02-18T22:18:24.435Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T22:18:24.435Z] ---> Using cache [2021-02-18T22:18:24.435Z] ---> ac73617ed6a2 [2021-02-18T22:18:24.435Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T22:18:24.435Z] ---> Using cache [2021-02-18T22:18:24.435Z] ---> 325c698be861 [2021-02-18T22:18:24.435Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-18T22:18:24.435Z] ---> Running in 02f14a5cbea2 [2021-02-18T22:18:25.034Z] Removing intermediate container 02f14a5cbea2 [2021-02-18T22:18:25.034Z] ---> 75182491032a [2021-02-18T22:18:25.034Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T22:18:25.309Z] ---> Running in 611c360880a8 [2021-02-18T22:18:25.807Z] Removing intermediate container 13322f6c4522 [2021-02-18T22:18:25.807Z] ---> ee0210e16cd3 [2021-02-18T22:18:25.807Z] [2021-02-18T22:18:25.807Z] Step 10/24 : FROM alpine:3.12 [2021-02-18T22:18:25.807Z] ---> 389fef711851 [2021-02-18T22:18:25.807Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-18T22:18:25.913Z] Removing intermediate container 611c360880a8 [2021-02-18T22:18:25.913Z] ---> cfa38718f9c2 [2021-02-18T22:18:25.913Z] Step 15/23 : WORKDIR / [2021-02-18T22:18:26.104Z] Removing intermediate container 430cb71bbb88 [2021-02-18T22:18:26.104Z] ---> 6a624b62dafb [2021-02-18T22:18:26.104Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:18:26.195Z] ---> Running in 7643c55a306c [2021-02-18T22:18:26.795Z] Removing intermediate container 7643c55a306c [2021-02-18T22:18:26.796Z] ---> fcec28192b0b [2021-02-18T22:18:26.796Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:18:28.235Z] ---> 3445f6a6e7ca [2021-02-18T22:18:28.235Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-18T22:18:29.006Z] ---> Running in 5dd61b443ae2 [2021-02-18T22:18:29.671Z] ---> 96fc4ae2a51c [2021-02-18T22:18:29.671Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-18T22:18:30.658Z] ---> 038e3713a2e7 [2021-02-18T22:18:30.658Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-18T22:18:30.876Z] ---> 6a1a0b9eefa0 [2021-02-18T22:18:30.876Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-18T22:18:30.950Z] ---> Running in 73d7b576a516 [2021-02-18T22:18:31.228Z] Removing intermediate container 73d7b576a516 [2021-02-18T22:18:31.228Z] ---> 13de9b732a5d [2021-02-18T22:18:31.228Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:18:31.501Z] ---> Running in 56ff005b6b53 [2021-02-18T22:18:32.103Z] Removing intermediate container 56ff005b6b53 [2021-02-18T22:18:32.103Z] ---> f99587ba91ea [2021-02-18T22:18:32.103Z] Step 21/23 : LABEL arch=arm64 [2021-02-18T22:18:32.380Z] ---> Running in b2c1c48bdfad [2021-02-18T22:18:32.987Z] Removing intermediate container b2c1c48bdfad [2021-02-18T22:18:32.987Z] ---> e1ec46ea2389 [2021-02-18T22:18:32.987Z] Step 22/23 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 [2021-02-18T22:18:32.987Z] ---> Running in 29fd8763525a [2021-02-18T22:18:33.585Z] Removing intermediate container 29fd8763525a [2021-02-18T22:18:33.585Z] ---> 3abe58b7c2af [2021-02-18T22:18:33.585Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T22:18:33.866Z] ---> Running in bc263eb61f59 [2021-02-18T22:18:34.208Z] ---> 562135d74668 [2021-02-18T22:18:34.208Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-18T22:18:34.466Z] Removing intermediate container bc263eb61f59 [2021-02-18T22:18:34.466Z] ---> e0b6bb034278 [2021-02-18T22:18:34.466Z] [2021-02-18T22:18:35.066Z] Successfully built e0b6bb034278 [2021-02-18T22:18:35.066Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-18T22:18:35.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:18:35.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:18:36.294Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-18T22:18:36.294Z] ---> 20ea51973101 [2021-02-18T22:18:36.294Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-18T22:18:36.294Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T22:18:36.294Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-18T22:18:36.294Z] (4/5) Installing curl (7.69.1-r3) [2021-02-18T22:18:36.294Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-18T22:18:36.294Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:18:37.224Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T22:18:37.224Z] OK: 7 MiB in 19 packages [2021-02-18T22:18:37.688Z]  Building docker-core-command-go ... done Removing intermediate container e5a35adc3252 [2021-02-18T22:18:37.688Z] ---> f17f557d3e4f [2021-02-18T22:18:37.688Z] [2021-02-18T22:18:37.688Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T22:18:37.688Z] ---> afeebe901d6b [2021-02-18T22:18:37.688Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T22:18:37.688Z] ---> Using cache [2021-02-18T22:18:37.688Z] ---> ac73617ed6a2 [2021-02-18T22:18:37.688Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T22:18:37.688Z] ---> Using cache [2021-02-18T22:18:37.688Z] ---> 325c698be861 [2021-02-18T22:18:37.688Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-18T22:18:37.688Z] ---> Running in 733550a74183 [2021-02-18T22:18:38.282Z] Removing intermediate container 733550a74183 [2021-02-18T22:18:38.282Z] ---> 4a6eab6ecbd7 [2021-02-18T22:18:38.282Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T22:18:38.432Z] ---> Running in 0b779b69aea1 [2021-02-18T22:18:38.553Z] Removing intermediate container 601176ddab38 [2021-02-18T22:18:38.553Z] ---> 5ae676a994be [2021-02-18T22:18:38.553Z] [2021-02-18T22:18:38.553Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T22:18:38.553Z] ---> afeebe901d6b [2021-02-18T22:18:38.553Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-18T22:18:38.553Z] ---> Running in 3f606e20851c [2021-02-18T22:18:38.829Z] ---> Running in 21891907c04a [2021-02-18T22:18:39.099Z] Removing intermediate container 3f606e20851c [2021-02-18T22:18:39.099Z] ---> de549924205d [2021-02-18T22:18:39.099Z] Step 15/23 : WORKDIR / [2021-02-18T22:18:39.371Z] ---> Running in 3ab37f50691f [2021-02-18T22:18:39.567Z] Removing intermediate container 0b779b69aea1 [2021-02-18T22:18:39.567Z] ---> f87b9b11b30f [2021-02-18T22:18:39.567Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:18:39.962Z] ---> Running in 329d28049484 [2021-02-18T22:18:39.966Z] Removing intermediate container 3ab37f50691f [2021-02-18T22:18:39.966Z] ---> ac36c7cc98c3 [2021-02-18T22:18:39.966Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:18:39.966Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:18:39.966Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:18:40.564Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-18T22:18:40.775Z] ---> 65a1a6388d6c [2021-02-18T22:18:40.775Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-18T22:18:40.841Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-18T22:18:40.841Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:18:40.841Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T22:18:40.841Z] ---> 4b044b0f7488 [2021-02-18T22:18:40.841Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-18T22:18:40.841Z] OK: 6 MiB in 16 packages [2021-02-18T22:18:41.476Z] Removing intermediate container 5dd61b443ae2 [2021-02-18T22:18:41.476Z] ---> 590dcb2bf3c8 [2021-02-18T22:18:41.476Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T22:18:41.476Z] ---> Running in 3846afca4558 [2021-02-18T22:18:41.792Z] ---> 9a077c036386 [2021-02-18T22:18:41.792Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-18T22:18:41.792Z] Removing intermediate container 329d28049484 [2021-02-18T22:18:41.792Z] ---> 8546b6bad2b3 [2021-02-18T22:18:41.792Z] Step 20/22 : LABEL arch=x86_64 [2021-02-18T22:18:42.106Z] ---> Running in 35f080f80e6a [2021-02-18T22:18:42.276Z] ---> db448860ea9d [2021-02-18T22:18:42.276Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-18T22:18:42.441Z] ---> Running in e1dd1cc52025 [2021-02-18T22:18:42.441Z] ---> Running in 5ec5027ab690 [2021-02-18T22:18:42.550Z] Removing intermediate container 21891907c04a [2021-02-18T22:18:42.550Z] ---> 2cdaf3a2a436 [2021-02-18T22:18:42.550Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T22:18:42.824Z] ---> Running in 94edddbd149a [2021-02-18T22:18:43.095Z] ---> 937f93ecbf6d [2021-02-18T22:18:43.095Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-18T22:18:43.095Z] ---> Running in ec7c07ea5c5d [2021-02-18T22:18:43.371Z] Removing intermediate container 94edddbd149a [2021-02-18T22:18:43.371Z] ---> a076cfb604ca [2021-02-18T22:18:43.371Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-18T22:18:43.371Z] ---> Running in 85fd4a680c93 [2021-02-18T22:18:43.643Z] Removing intermediate container ec7c07ea5c5d [2021-02-18T22:18:43.643Z] ---> 72f069549a9b [2021-02-18T22:18:43.643Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:18:43.755Z] Removing intermediate container 35f080f80e6a [2021-02-18T22:18:43.755Z] ---> 1a68b5922e92 [2021-02-18T22:18:43.755Z] Step 13/24 : WORKDIR / [2021-02-18T22:18:43.755Z] Removing intermediate container 5ec5027ab690 [2021-02-18T22:18:43.755Z] ---> f0fd986f15d8 [2021-02-18T22:18:43.755Z] Step 21/22 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 [2021-02-18T22:18:43.918Z] ---> Running in feb6c3a5abd7 [2021-02-18T22:18:43.918Z] Removing intermediate container 85fd4a680c93 [2021-02-18T22:18:43.918Z] ---> 5728415d89d5 [2021-02-18T22:18:43.918Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T22:18:44.031Z] ---> Running in 610c0d5f8f4d [2021-02-18T22:18:44.031Z] ---> Running in 37803ed98932 [2021-02-18T22:18:44.031Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-18T22:18:44.031Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-18T22:18:44.190Z] ---> Running in 69886b06b35d [2021-02-18T22:18:44.190Z] Removing intermediate container feb6c3a5abd7 [2021-02-18T22:18:44.190Z] ---> 15261e80f4c9 [2021-02-18T22:18:44.190Z] Step 21/23 : LABEL arch=arm64 [2021-02-18T22:18:44.461Z] Removing intermediate container 610c0d5f8f4d [2021-02-18T22:18:44.462Z] ---> 32993d93094e [2021-02-18T22:18:44.462Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T22:18:44.463Z] ---> Running in 4366b2a1af33 [2021-02-18T22:18:44.463Z] Removing intermediate container 69886b06b35d [2021-02-18T22:18:44.463Z] ---> c6c8918a495a [2021-02-18T22:18:44.463Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:18:45.058Z] Removing intermediate container 4366b2a1af33 [2021-02-18T22:18:45.058Z] ---> 862b4bf8b6a3 [2021-02-18T22:18:45.058Z] Step 22/23 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 [2021-02-18T22:18:45.058Z] ---> Running in a9fb028ef9fd [2021-02-18T22:18:45.333Z] ---> adb2fc08afec [2021-02-18T22:18:45.333Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-18T22:18:45.603Z] Removing intermediate container a9fb028ef9fd [2021-02-18T22:18:45.603Z] ---> 16224199b8fb [2021-02-18T22:18:45.603Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T22:18:45.603Z] ---> Running in a1da94a6aaf1 [2021-02-18T22:18:46.200Z] Removing intermediate container a1da94a6aaf1 [2021-02-18T22:18:46.200Z] ---> 0ec2ada52840 [2021-02-18T22:18:46.200Z] [2021-02-18T22:18:46.364Z] Removing intermediate container 37803ed98932 [2021-02-18T22:18:46.364Z] ---> ce8e957ecf17 [2021-02-18T22:18:46.364Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-18T22:18:46.364Z] ---> Running in b546dcb9e9eb [2021-02-18T22:18:46.793Z] Successfully built 0ec2ada52840 [2021-02-18T22:18:46.793Z] ---> 87cea3f0c0f9 [2021-02-18T22:18:46.793Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-18T22:18:46.793Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-18T22:18:47.385Z]  Building docker-core-metadata-go ... done  ---> 32ac88a83115 [2021-02-18T22:18:47.385Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-18T22:18:47.663Z] ---> Running in 19589b166900 [2021-02-18T22:18:48.065Z] ---> c3e017f8cfc9 [2021-02-18T22:18:48.065Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-18T22:18:48.065Z] Removing intermediate container b546dcb9e9eb [2021-02-18T22:18:48.065Z] ---> 3611457e4274 [2021-02-18T22:18:48.065Z] [2021-02-18T22:18:48.291Z] Removing intermediate container 19589b166900 [2021-02-18T22:18:48.291Z] ---> 9727c4dd3d86 [2021-02-18T22:18:48.291Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:18:48.291Z] ---> Running in 7635be439be5 [2021-02-18T22:18:48.564Z] Removing intermediate container 7635be439be5 [2021-02-18T22:18:48.564Z] ---> e6664329c702 [2021-02-18T22:18:48.564Z] Step 20/22 : LABEL arch=arm64 [2021-02-18T22:18:48.837Z] ---> Running in 2779456dc113 [2021-02-18T22:18:49.086Z] Successfully built 3611457e4274 [2021-02-18T22:18:49.113Z] Removing intermediate container 2779456dc113 [2021-02-18T22:18:49.113Z] ---> aeb34098b334 [2021-02-18T22:18:49.113Z] Step 21/22 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 [2021-02-18T22:18:49.351Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-18T22:18:49.385Z] ---> Running in 07f1d98aa017 [2021-02-18T22:18:49.978Z] Removing intermediate container 07f1d98aa017 [2021-02-18T22:18:49.978Z] ---> 1fd9a47235cc [2021-02-18T22:18:49.978Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T22:18:49.978Z] ---> Running in 625f3d259461 [2021-02-18T22:18:50.570Z] Removing intermediate container 625f3d259461 [2021-02-18T22:18:50.570Z] ---> 6c6c17cdb5ae [2021-02-18T22:18:50.570Z] [2021-02-18T22:18:50.843Z] Successfully built 6c6c17cdb5ae [2021-02-18T22:18:50.843Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-18T22:18:51.131Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-02-18T22:18:51.118Z] $ docker stop --time=1 6db7217a4665024746b46db0da150b6d640dd8992f7fdf723effbfecc93602f5 [2021-02-18T22:18:51.347Z]  Building docker-support-scheduler-go ... done  ---> 9cb2a1f17c32 [2021-02-18T22:18:51.347Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-18T22:18:53.006Z] $ docker rm -f 6db7217a4665024746b46db0da150b6d640dd8992f7fdf723effbfecc93602f5 [2021-02-18T22:18:53.274Z] ---> 9a015d7f4e1f [2021-02-18T22:18:53.274Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T22:18:53.671Z] + grep docker [2021-02-18T22:18:53.671Z] + docker images [2021-02-18T22:18:53.956Z] docker-support-notifications-go-arm64 latest 6c6c17cdb5ae 3 seconds ago 16.8MB [2021-02-18T22:18:53.956Z] docker-core-metadata-go-arm64 latest 0ec2ada52840 8 seconds ago 17.9MB [2021-02-18T22:18:53.956Z] docker-core-command-go-arm64 latest e0b6bb034278 19 seconds ago 16.2MB [2021-02-18T22:18:53.956Z] docker-security-bootstrapper-go-arm64 latest 477dacd698ed 38 seconds ago 17.2MB [2021-02-18T22:18:53.956Z] docker-sys-mgmt-agent-go-arm64 latest da585707ef7e About a minute ago 300MB [2021-02-18T22:18:53.956Z] docker-core-data-go-arm64 latest 3898b80a2580 2 minutes ago 21.1MB [2021-02-18T22:18:53.956Z] docker-support-scheduler-go-arm64 latest a9c379a135ed 2 minutes ago 16.3MB [2021-02-18T22:18:53.956Z] docker-security-secretstore-setup-go-arm64 latest 0fdc46086450 3 minutes ago 23.6MB [2021-02-18T22:18:53.956Z] docker-security-proxy-setup-go-arm64 latest ff490f2ef8ed 3 minutes ago 23.4MB [2021-02-18T22:18:53.956Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-18T22:18:58.421Z] ---> b73c3e19d351 [2021-02-18T22:18:58.421Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-18T22:19:02.396Z] ---> d427291f1e0f [2021-02-18T22:19:02.396Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-18T22:19:03.822Z] ---> 157ae5a15cdb [2021-02-18T22:19:03.822Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-18T22:19:04.122Z] ---> Running in dfe5f77f6b97 [2021-02-18T22:19:08.682Z] Removing intermediate container dfe5f77f6b97 [2021-02-18T22:19:08.682Z] ---> fea25255e805 [2021-02-18T22:19:08.682Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-18T22:19:09.018Z] ---> Running in 1e377517b8e9 [2021-02-18T22:19:11.111Z] Removing intermediate container 1e377517b8e9 [2021-02-18T22:19:11.111Z] ---> ac44572339c1 [2021-02-18T22:19:11.111Z] Step 22/24 : LABEL arch=x86_64 [2021-02-18T22:19:11.482Z] ---> Running in b41a578d702b [2021-02-18T22:19:12.604Z] Removing intermediate container b41a578d702b [2021-02-18T22:19:12.604Z] ---> e30731bb44e4 [2021-02-18T22:19:12.604Z] Step 23/24 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 [2021-02-18T22:19:13.303Z] ---> Running in b868f7b8b314 [2021-02-18T22:19:14.480Z] Removing intermediate container b868f7b8b314 [2021-02-18T22:19:14.480Z] ---> 6fc80c63e3fc [2021-02-18T22:19:14.480Z] Step 24/24 : LABEL version=0.0.0 [2021-02-18T22:19:14.480Z] ---> Running in 0260c1b00cd7 [2021-02-18T22:19:15.805Z] Removing intermediate container 0260c1b00cd7 [2021-02-18T22:19:15.805Z] ---> 62e7f991be26 [2021-02-18T22:19:15.805Z] [2021-02-18T22:19:16.999Z] Successfully built 62e7f991be26 [2021-02-18T22:19:17.709Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-18T22:19:33.399Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3846afca4558 [2021-02-18T22:19:33.399Z] ---> bdd34b978bf5 [2021-02-18T22:19:33.399Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-18T22:19:33.399Z] ---> Running in c3c3d03e5336 [2021-02-18T22:19:33.399Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-18T22:19:38.072Z] Removing intermediate container e1dd1cc52025 [2021-02-18T22:19:38.072Z] ---> 35ab9717969b [2021-02-18T22:19:38.072Z] [2021-02-18T22:19:38.072Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T22:19:38.072Z] ---> 389fef711851 [2021-02-18T22:19:38.072Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-18T22:19:38.414Z] ---> Running in bf7118f58b52 [2021-02-18T22:19:38.414Z] Removing intermediate container c3c3d03e5336 [2021-02-18T22:19:38.414Z] ---> 5d36a5b76798 [2021-02-18T22:19:38.414Z] [2021-02-18T22:19:38.414Z] Step 11/26 : FROM docker:20.10.0 [2021-02-18T22:19:38.726Z] 20.10.0: Pulling from library/docker [2021-02-18T22:19:39.180Z] Removing intermediate container bf7118f58b52 [2021-02-18T22:19:39.180Z] ---> 50fc0d14290e [2021-02-18T22:19:39.180Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-18T22:19:39.180Z] ---> Running in a98f803dc14a [2021-02-18T22:19:40.196Z] Removing intermediate container a98f803dc14a [2021-02-18T22:19:40.196Z] ---> b8be7ead8ca8 [2021-02-18T22:19:40.196Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-18T22:19:40.750Z] ---> Running in 14ac9be380e0 [2021-02-18T22:19:41.489Z] Removing intermediate container 14ac9be380e0 [2021-02-18T22:19:41.489Z] ---> b125eed2ce5c [2021-02-18T22:19:41.489Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:19:42.396Z] ---> Running in 1b705ceac672 [2021-02-18T22:19:47.443Z] Removing intermediate container 1b705ceac672 [2021-02-18T22:19:47.443Z] ---> 8f2d1608e595 [2021-02-18T22:19:47.443Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-18T22:19:47.443Z] ---> Running in 84c818bf0e1d [2021-02-18T22:19:51.909Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:19:52.835Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:19:53.983Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-18T22:19:53.983Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-18T22:19:54.355Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-18T22:19:54.355Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-18T22:19:54.681Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-18T22:19:55.598Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-18T22:19:55.598Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:19:55.598Z] OK: 8 MiB in 20 packages [2021-02-18T22:20:00.385Z] Removing intermediate container 84c818bf0e1d [2021-02-18T22:20:00.385Z] ---> 40dca4d11bec [2021-02-18T22:20:00.385Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:20:01.144Z] ---> 54e36f32523a [2021-02-18T22:20:01.144Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-18T22:20:03.849Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-18T22:20:03.849Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-18T22:20:03.849Z] ---> aefe523efa57 [2021-02-18T22:20:03.849Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-18T22:20:04.247Z] ---> Running in 4ed580798c16 [2021-02-18T22:20:04.247Z] ---> d4bcf5e86694 [2021-02-18T22:20:04.247Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-18T22:20:06.605Z] ---> b2ec9236b622 [2021-02-18T22:20:06.605Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-18T22:20:06.605Z] ---> Running in da5e5def3d7b [2021-02-18T22:20:08.393Z] Removing intermediate container da5e5def3d7b [2021-02-18T22:20:08.393Z] ---> 1eafe04ac137 [2021-02-18T22:20:08.393Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:20:08.393Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:20:08.393Z] ---> Running in 51c13f63e12b [2021-02-18T22:20:09.065Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:20:09.353Z] (1/2) Installing readline (8.0.4-r0) [2021-02-18T22:20:09.353Z] (2/2) Installing bash (5.0.17-r0) [2021-02-18T22:20:09.353Z] Removing intermediate container 51c13f63e12b [2021-02-18T22:20:09.353Z] ---> c62d2f70400a [2021-02-18T22:20:09.353Z] Step 21/23 : LABEL arch=x86_64 [2021-02-18T22:20:09.353Z] Executing bash-5.0.17-r0.post-install [2021-02-18T22:20:09.353Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:20:09.353Z] OK: 12 MiB in 22 packages [2021-02-18T22:20:09.628Z] ---> Running in 56eb39617dce [2021-02-18T22:20:09.965Z] Removing intermediate container 56eb39617dce [2021-02-18T22:20:09.965Z] ---> 21726f79f821 [2021-02-18T22:20:09.965Z] Step 22/23 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 [2021-02-18T22:20:10.304Z] ---> Running in f8eb1e20b32b [2021-02-18T22:20:10.948Z] Removing intermediate container f8eb1e20b32b [2021-02-18T22:20:10.948Z] ---> b894fa2efb7b [2021-02-18T22:20:10.948Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T22:20:11.453Z] Removing intermediate container 4ed580798c16 [2021-02-18T22:20:11.453Z] ---> e8369ae4b944 [2021-02-18T22:20:11.453Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-18T22:20:12.370Z] ---> Running in c08309672a28 [2021-02-18T22:20:12.704Z] ---> Running in 65133598f727 [2021-02-18T22:20:13.343Z] Removing intermediate container c08309672a28 [2021-02-18T22:20:13.343Z] ---> fc0b04887d6c [2021-02-18T22:20:13.343Z] [2021-02-18T22:20:13.343Z] Successfully built fc0b04887d6c [2021-02-18T22:20:13.343Z] Removing intermediate container 65133598f727 [2021-02-18T22:20:13.343Z] ---> 12c5d644f772 [2021-02-18T22:20:13.343Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-18T22:20:13.343Z] Successfully tagged docker-core-data-go:latest [2021-02-18T22:20:13.696Z]  Building docker-core-data-go ... done  ---> Running in 250795d56f27 [2021-02-18T22:20:14.019Z] Removing intermediate container 250795d56f27 [2021-02-18T22:20:14.019Z] ---> b847324883b0 [2021-02-18T22:20:14.019Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-18T22:20:14.345Z] ---> Running in 5278bea2af5c [2021-02-18T22:20:15.217Z] Removing intermediate container 5278bea2af5c [2021-02-18T22:20:15.217Z] ---> 7d036d1d8cda [2021-02-18T22:20:15.217Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-18T22:20:16.978Z] ---> 34bab33f6e8a [2021-02-18T22:20:16.978Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-18T22:20:18.088Z] ---> 21d915d6fd71 [2021-02-18T22:20:18.088Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-18T22:20:19.223Z] ---> 2b7a2b37bbe2 [2021-02-18T22:20:19.223Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-18T22:20:19.612Z] ---> Running in c8a2df8aa183 [2021-02-18T22:20:22.624Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:20:22.624Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:20:22.936Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-18T22:20:22.936Z] (2/33) Installing expat (2.2.9-r1) [2021-02-18T22:20:22.936Z] (3/33) Installing libffi (3.3-r2) [2021-02-18T22:20:22.936Z] (4/33) Installing gdbm (1.13-r1) [2021-02-18T22:20:22.936Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-18T22:20:22.936Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-18T22:20:22.936Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-18T22:20:27.797Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-18T22:20:27.797Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-18T22:20:27.797Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-18T22:20:27.797Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-18T22:20:27.797Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-18T22:20:27.797Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-18T22:20:27.797Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-18T22:20:28.139Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-18T22:20:28.140Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-18T22:20:28.140Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-18T22:20:28.140Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-18T22:20:28.140Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-18T22:20:28.140Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-18T22:20:28.140Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-18T22:20:28.140Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-18T22:20:28.140Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-18T22:20:28.694Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-18T22:20:28.694Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-18T22:20:28.694Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-18T22:20:28.694Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-18T22:20:28.694Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-18T22:20:28.694Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-18T22:20:28.694Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-18T22:20:28.694Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-18T22:20:28.694Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-18T22:20:28.694Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-18T22:20:28.694Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:20:28.694Z] OK: 71 MiB in 55 packages [2021-02-18T22:20:41.497Z] Removing intermediate container c8a2df8aa183 [2021-02-18T22:20:41.497Z] ---> cd2bca48bb01 [2021-02-18T22:20:41.497Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-18T22:20:41.810Z] ---> Running in 8440272b302b [2021-02-18T22:20:44.810Z] Collecting docker-compose==1.23.2 [2021-02-18T22:20:45.309Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-18T22:20:45.723Z] Collecting docopt<0.7,>=0.6.1 [2021-02-18T22:20:45.723Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-18T22:20:47.317Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-18T22:20:47.317Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-18T22:20:47.317Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-18T22:20:47.584Z] Collecting PyYAML<4,>=3.10 [2021-02-18T22:20:47.584Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-18T22:20:49.057Z] Collecting cached-property<2,>=1.2.0 [2021-02-18T22:20:49.057Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-18T22:20:49.057Z] Collecting docker<4.0,>=3.6.0 [2021-02-18T22:20:49.057Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-18T22:20:49.323Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-18T22:20:49.323Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-18T22:20:49.323Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-18T22:20:49.323Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-18T22:20:50.320Z] Collecting jsonschema<3,>=2.5.1 [2021-02-18T22:20:50.320Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-18T22:20:50.320Z] Collecting texttable<0.10,>=0.9.0 [2021-02-18T22:20:50.320Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-18T22:20:51.419Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-18T22:20:51.419Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-18T22:20:51.419Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-18T22:20:51.811Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-18T22:20:51.811Z] Collecting idna<2.8,>=2.5 [2021-02-18T22:20:51.811Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-18T22:20:52.268Z] Collecting docker-pycreds>=0.4.0 [2021-02-18T22:20:52.268Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-18T22:20:52.268Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-18T22:20:52.268Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-18T22:20:52.268Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-18T22:20:52.268Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-18T22:20:52.638Z] Installing collected packages: docopt, urllib3, idna, requests, PyYAML, cached-property, docker-pycreds, websocket-client, docker, dockerpty, jsonschema, texttable, docker-compose [2021-02-18T22:20:52.638Z] Running setup.py install for docopt: started [2021-02-18T22:20:53.646Z] Running setup.py install for docopt: finished with status 'done' [2021-02-18T22:20:53.646Z] Attempting uninstall: urllib3 [2021-02-18T22:20:53.646Z] Found existing installation: urllib3 1.25.9 [2021-02-18T22:20:53.646Z] Uninstalling urllib3-1.25.9: [2021-02-18T22:20:53.646Z] Successfully uninstalled urllib3-1.25.9 [2021-02-18T22:20:54.177Z] Attempting uninstall: idna [2021-02-18T22:20:54.177Z] Found existing installation: idna 2.9 [2021-02-18T22:20:54.177Z] Uninstalling idna-2.9: [2021-02-18T22:20:54.177Z] Successfully uninstalled idna-2.9 [2021-02-18T22:20:54.548Z] Attempting uninstall: requests [2021-02-18T22:20:54.548Z] Found existing installation: requests 2.23.0 [2021-02-18T22:20:54.548Z] Uninstalling requests-2.23.0: [2021-02-18T22:20:54.548Z] Successfully uninstalled requests-2.23.0 [2021-02-18T22:20:54.836Z] Running setup.py install for PyYAML: started [2021-02-18T22:20:56.291Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-18T22:20:56.982Z] Running setup.py install for dockerpty: started [2021-02-18T22:20:58.002Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-18T22:20:58.002Z] Running setup.py install for texttable: started [2021-02-18T22:20:59.011Z] Running setup.py install for texttable: finished with status 'done' [2021-02-18T22:21:00.248Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-18T22:21:05.625Z] Removing intermediate container 8440272b302b [2021-02-18T22:21:05.625Z] ---> fee056982da8 [2021-02-18T22:21:05.625Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-18T22:21:05.910Z] ---> Running in 6b48f3108ce9 [2021-02-18T22:21:07.584Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:21:07.584Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:21:07.864Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T22:21:07.864Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-18T22:21:07.864Z] (3/3) Installing curl (7.69.1-r3) [2021-02-18T22:21:07.864Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:21:07.864Z] OK: 72 MiB in 58 packages [2021-02-18T22:21:10.055Z] Removing intermediate container 6b48f3108ce9 [2021-02-18T22:21:10.055Z] ---> fa18dab84db1 [2021-02-18T22:21:10.055Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-18T22:21:10.055Z] ---> Running in 351d0148c810 [2021-02-18T22:21:11.153Z] Removing intermediate container 351d0148c810 [2021-02-18T22:21:11.153Z] ---> 3bb297112f44 [2021-02-18T22:21:11.153Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:21:11.153Z] ---> Running in 1f377604778e [2021-02-18T22:21:12.402Z] Removing intermediate container 1f377604778e [2021-02-18T22:21:12.402Z] ---> a2ae8b3a71da [2021-02-18T22:21:12.402Z] Step 24/26 : LABEL arch=x86_64 [2021-02-18T22:21:12.402Z] ---> Running in fef29dbe82d1 [2021-02-18T22:21:13.037Z] Removing intermediate container fef29dbe82d1 [2021-02-18T22:21:13.037Z] ---> 9b09620250e2 [2021-02-18T22:21:13.037Z] Step 25/26 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 [2021-02-18T22:21:13.363Z] ---> Running in c10d3cf319ea [2021-02-18T22:21:15.274Z] Removing intermediate container c10d3cf319ea [2021-02-18T22:21:15.274Z] ---> 003908de1d42 [2021-02-18T22:21:15.274Z] Step 26/26 : LABEL version=0.0.0 [2021-02-18T22:21:15.274Z] ---> Running in 3aa4f1f738dd [2021-02-18T22:21:15.274Z] Removing intermediate container 3aa4f1f738dd [2021-02-18T22:21:15.274Z] ---> e8fbe940827b [2021-02-18T22:21:15.274Z] [2021-02-18T22:21:15.640Z] Successfully built e8fbe940827b [2021-02-18T22:21:15.961Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-18T22:21:16.639Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-18T22:21:16.648Z] $ docker stop --time=1 5f483776b0b04a887e98d40dafc27f206ed4f5683ee99461208a0709c859d3f0 [2021-02-18T22:21:19.671Z] $ docker rm -f 5f483776b0b04a887e98d40dafc27f206ed4f5683ee99461208a0709c859d3f0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T22:21:20.237Z] + docker images [2021-02-18T22:21:20.237Z] + grep docker [2021-02-18T22:21:21.336Z] docker-sys-mgmt-agent-go latest e8fbe940827b 7 seconds ago 313MB [2021-02-18T22:21:21.336Z] docker-core-data-go latest fc0b04887d6c About a minute ago 22.4MB [2021-02-18T22:21:21.336Z] docker-security-secretstore-setup-go latest 62e7f991be26 2 minutes ago 24.9MB [2021-02-18T22:21:21.336Z] docker-support-scheduler-go latest 3611457e4274 2 minutes ago 17.2MB [2021-02-18T22:21:21.336Z] docker-security-bootstrapper-go latest 1fdc3fb3432f 5 minutes ago 18.2MB [2021-02-18T22:21:21.336Z] docker-security-proxy-setup-go latest fc99b61f0cf0 6 minutes ago 24.7MB [2021-02-18T22:21:21.336Z] docker-core-command-go latest 51c72ec6d490 6 minutes ago 17.1MB [2021-02-18T22:21:21.336Z] docker-core-metadata-go latest 03689c4d98e3 6 minutes ago 19MB [2021-02-18T22:21:21.336Z] docker-support-notifications-go latest c0c9fb3793b7 6 minutes ago 17.7MB [2021-02-18T22:21:21.336Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-18T22:21:37.200Z] Still waiting to schedule task [2021-02-18T22:21:37.200Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-18T22:22:31.516Z] Running on prd-ubuntu18.04-docker-8c-8g-26851 in /w/workspace/edgexfoundry_edgex-go_PR-3171 [Pipeline] { [Pipeline] ws [2021-02-18T22:22:31.569Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-02-18T22:22:33.647Z] using credential edgex-jenkins-ssh [2021-02-18T22:22:33.707Z] Cloning the remote Git repository [2021-02-18T22:22:33.745Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-18T22:22:33.806Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-02-18T22:22:33.832Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T22:22:33.832Z] > git --version # timeout=10 [2021-02-18T22:22:33.846Z] > git --version # 'git version 2.17.1' [2021-02-18T22:22:33.846Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T22:22:33.873Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T22:22:43.608Z] Merging remotes/origin/master commit 0d6fc7d598f537d77874e1d0dc6a2e2a12b632ed into PR head commit d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-18T22:22:44.188Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [2021-02-18T22:22:43.103Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T22:22:43.109Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T22:22:43.123Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T22:22:43.136Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T22:22:43.136Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T22:22:43.141Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3171/head:refs/remotes/origin/PR-3171 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-18T22:22:43.622Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T22:22:43.628Z] > git checkout -f d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 # timeout=10 [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-18T22:22:46.115Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T22:22:48.603Z] ---> package-listing.sh [2021-02-18T22:22:48.604Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-18T22:22:48.604Z] ++ facter osfamily [2021-02-18T22:22:49.222Z] + OS_FAMILY=redhat [2021-02-18T22:22:49.222Z] + workspace=/w/workspace/edgex-go/4 [2021-02-18T22:22:49.222Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-18T22:22:49.222Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-18T22:22:49.222Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-18T22:22:49.222Z] + PACKAGES=/tmp/packages_start.txt [2021-02-18T22:22:49.222Z] + '[' /w/workspace/edgex-go/4 ']' [2021-02-18T22:22:49.222Z] + PACKAGES=/tmp/packages_end.txt [2021-02-18T22:22:49.222Z] + case "${OS_FAMILY}" in [2021-02-18T22:22:49.222Z] + rpm -qa [2021-02-18T22:22:49.222Z] + sort [2021-02-18T22:23:02.327Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-18T22:23:02.327Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-18T22:23:02.327Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-18T22:23:02.327Z] + '[' /w/workspace/edgex-go/4 ']' [2021-02-18T22:23:02.327Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-02-18T22:23:02.327Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-02-18T22:23:02.344Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-18T22:23:02.671Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-18T22:23:03.462Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T22:23:04.605Z] [2021-02-18T22:23:04.605Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-18T22:23:05.137Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T22:23:05.437Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-18T22:23:05.437Z] df20fa9351a1: Pulling fs layer [2021-02-18T22:23:05.437Z] 36b3adc4ff6f: Pulling fs layer [2021-02-18T22:23:05.437Z] 8ad3a11d3b57: Pulling fs layer [2021-02-18T22:23:05.437Z] 46f8f816bc3b: Pulling fs layer [2021-02-18T22:23:05.437Z] 93b61091891f: Pulling fs layer [2021-02-18T22:23:05.437Z] 93b9cdb0e59b: Pulling fs layer [2021-02-18T22:23:05.437Z] 5e14af77c1be: Pulling fs layer [2021-02-18T22:23:05.437Z] 01666e4c0597: Pulling fs layer [2021-02-18T22:23:05.437Z] aa168da1d23b: Pulling fs layer [2021-02-18T22:23:05.437Z] 46f8f816bc3b: Waiting [2021-02-18T22:23:05.437Z] 93b61091891f: Waiting [2021-02-18T22:23:05.437Z] 93b9cdb0e59b: Waiting [2021-02-18T22:23:05.437Z] 5e14af77c1be: Waiting [2021-02-18T22:23:05.437Z] 01666e4c0597: Waiting [2021-02-18T22:23:05.437Z] aa168da1d23b: Waiting [2021-02-18T22:23:05.437Z] 36b3adc4ff6f: Verifying Checksum [2021-02-18T22:23:05.437Z] 36b3adc4ff6f: Download complete [2021-02-18T22:23:05.437Z] 46f8f816bc3b: Verifying Checksum [2021-02-18T22:23:05.437Z] 46f8f816bc3b: Download complete [2021-02-18T22:23:05.808Z] df20fa9351a1: Verifying Checksum [2021-02-18T22:23:05.808Z] df20fa9351a1: Download complete [2021-02-18T22:23:05.808Z] 93b9cdb0e59b: Verifying Checksum [2021-02-18T22:23:05.808Z] 93b9cdb0e59b: Download complete [2021-02-18T22:23:05.808Z] 5e14af77c1be: Verifying Checksum [2021-02-18T22:23:05.808Z] 5e14af77c1be: Download complete [2021-02-18T22:23:05.808Z] 01666e4c0597: Verifying Checksum [2021-02-18T22:23:05.808Z] 01666e4c0597: Download complete [2021-02-18T22:23:05.808Z] 93b61091891f: Verifying Checksum [2021-02-18T22:23:05.808Z] 93b61091891f: Download complete [2021-02-18T22:23:07.298Z] df20fa9351a1: Pull complete [2021-02-18T22:23:07.298Z] 8ad3a11d3b57: Verifying Checksum [2021-02-18T22:23:07.298Z] 8ad3a11d3b57: Download complete [2021-02-18T22:23:08.065Z] 36b3adc4ff6f: Pull complete [2021-02-18T22:23:12.001Z] 8ad3a11d3b57: Pull complete [2021-02-18T22:23:12.923Z] 46f8f816bc3b: Pull complete [2021-02-18T22:23:13.877Z] 93b61091891f: Pull complete [2021-02-18T22:23:13.877Z] 93b9cdb0e59b: Pull complete [2021-02-18T22:23:13.877Z] 5e14af77c1be: Pull complete [2021-02-18T22:23:13.877Z] 01666e4c0597: Pull complete [2021-02-18T22:23:18.268Z] aa168da1d23b: Verifying Checksum [2021-02-18T22:23:18.268Z] aa168da1d23b: Download complete [2021-02-18T22:23:37.101Z] aa168da1d23b: Pull complete [2021-02-18T22:23:37.101Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-18T22:23:37.101Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T22:23:37.101Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-18T22:23:37.984Z] prd-centos7-docker-4c-2g-26826 does not seem to be running inside a container [2021-02-18T22:23:38.207Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-18T22:23:44.999Z] $ docker top 81ca12443732f293db06273e616835eecc942056d3ea320a62069da8d2b4a306 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T22:23:47.236Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-18T22:23:48.700Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-18T22:23:49.564Z] + ls /var/log/sa-host [2021-02-18T22:23:49.564Z] + sadf -c /var/log/sa-host/sa18 [2021-02-18T22:23:49.564Z] file_magic: OK [2021-02-18T22:23:49.564Z] HZ: Using current value: 100 [2021-02-18T22:23:49.564Z] file_header: OK [2021-02-18T22:23:49.564Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-18T22:23:49.564Z] Statistics: [2021-02-18T22:23:49.564Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-18T22:23:49.564Z] File successfully converted to sysstat format version 12.2.1 [2021-02-18T22:23:49.564Z] + sadf -c /var/log/sa-host/sa23 [2021-02-18T22:23:49.564Z] file_magic: OK [2021-02-18T22:23:49.564Z] HZ: Using current value: 100 [2021-02-18T22:23:49.564Z] file_header: OK [2021-02-18T22:23:49.564Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-18T22:23:49.564Z] Statistics: [2021-02-18T22:23:49.564Z] Hnuu...uuuununununu... [2021-02-18T22:23:49.564Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-18T22:23:49.811Z] provisioning config files... [2021-02-18T22:23:50.219Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config4700529900414898734tmp [Pipeline] { [Pipeline] echo [2021-02-18T22:23:50.293Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T22:23:51.288Z] ---> create-netrc.sh [Pipeline] } [2021-02-18T22:23:51.316Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-18T22:23:51.401Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T22:23:52.881Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-18T22:23:53.281Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T22:23:55.479Z] ---> sudo-logs.sh [2021-02-18T22:23:55.479Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-18T22:23:55.575Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T22:23:57.476Z] ---> job-cost.sh [2021-02-18T22:23:57.748Z] lf-activate-venv: SKIPPING [2021-02-18T22:23:57.748Z] INFO: No Stack... [2021-02-18T22:23:58.771Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-18T22:24:00.950Z] INFO: Archiving Costs [Pipeline] echo [2021-02-18T22:24:01.154Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T22:24:02.459Z] ---> logs-deploy.sh [2021-02-18T22:24:02.459Z] lf-activate-venv: SKIPPING [2021-02-18T22:24:02.459Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3171/4 [2021-02-18T22:24:02.459Z] INFO: archiving workspace using pattern(s): [2021-02-18T22:24:07.502Z] Archives upload complete. [2021-02-18T22:24:07.502Z] INFO: archiving logs to Nexus