Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 851e4143f28a2cd8068469dd505430949f64edc8+a296f24e360d73b4e20a007fd564889f5e431139 (1a4ca4dee22111617c12ef14ccedc9b87ad33a11) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-25098’ is offline; ‘prd-centos7-docker-4c-2g-25103’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-25102’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25107 in /w/workspace/edgexfoundry_edgex-go_PR-3115 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/9 [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/9 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit a296f24e360d73b4e20a007fd564889f5e431139 into PR head commit 851e4143f28a2cd8068469dd505430949f64edc8 Merge succeeded, producing e5a458c2b8430d059b9ef58cf1cf3949ab1208e3 Checking out Revision e5a458c2b8430d059b9ef58cf1cf3949ab1208e3 (PR-3115) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3115/head:refs/remotes/origin/PR-3115 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 851e4143f28a2cd8068469dd505430949f64edc8 # 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 a296f24e360d73b4e20a007fd564889f5e431139 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e5a458c2b8430d059b9ef58cf1cf3949ab1208e3 # timeout=10 Commit message: "Merge commit 'a296f24e360d73b4e20a007fd564889f5e431139' into HEAD" > git rev-list --no-walk 851e4143f28a2cd8068469dd505430949f64edc8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-05T00:30:41.321Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-05T00:30:41.668Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-05T00:30:41.761Z] ========================================================= [2021-02-05T00:30:41.761Z] EdgeX Global Pipelines Version Info [2021-02-05T00:30:41.761Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:30:43.459Z] ------------------- [2021-02-05T00:30:43.459Z] stable info: [2021-02-05T00:30:43.459Z] ------------------- [2021-02-05T00:30:43.459Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-05T00:30:43.459Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-05T00:30:43.459Z] Message: update stable to v1.0.179 [2021-02-05T00:30:44.406Z] ------------------- [2021-02-05T00:30:44.406Z] experimental info: [2021-02-05T00:30:44.407Z] ------------------- [2021-02-05T00:30:44.407Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-05T00:30:44.407Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-05T00:30:44.407Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-05T00:30:44.663Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-05T00:30:44.770Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-05T00:30:44.857Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-05T00:30:44.942Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-05T00:30:45.048Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-05T00:30:45.162Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-05T00:30:45.256Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-05T00:30:45.342Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-05T00:30:45.428Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-05T00:30:45.579Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-05T00:30:45.678Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-05T00:30:45.772Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-05T00:30:45.873Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-05T00:30:45.983Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-05T00:30:46.086Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-05T00:30:46.178Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-05T00:30:46.263Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-05T00:30:46.382Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-05T00:30:46.482Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-05T00:30:46.607Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-05T00:30:46.703Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-05T00:30:46.798Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-05T00:30:46.901Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-05T00:30:47.066Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3115 [Pipeline] echo [2021-02-05T00:30:47.341Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3115 [Pipeline] echo [2021-02-05T00:30:47.503Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3115 [Pipeline] echo [2021-02-05T00:30:47.678Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e5a458c2b8430d059b9ef58cf1cf3949ab1208e3 [Pipeline] echo [2021-02-05T00:30:47.814Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e5a458c [Pipeline] echo [2021-02-05T00:30:47.926Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-05T00:30:48.127Z] provisioning config files... [2021-02-05T00:30:48.207Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config3361670784361435777tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:30:48.623Z] ---> docker-login.sh [2021-02-05T00:30:48.623Z] nexus3.edgexfoundry.org:10001 [2021-02-05T00:30:48.909Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:30:48.909Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:30:48.909Z] Configure a credential helper to remove this warning. See [2021-02-05T00:30:48.909Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:30:48.909Z] [2021-02-05T00:30:48.909Z] Login Succeeded [2021-02-05T00:30:48.909Z] nexus3.edgexfoundry.org:10002 [2021-02-05T00:30:49.173Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:30:49.756Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:30:49.756Z] Configure a credential helper to remove this warning. See [2021-02-05T00:30:49.756Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:30:49.756Z] [2021-02-05T00:30:49.756Z] Login Succeeded [2021-02-05T00:30:49.756Z] nexus3.edgexfoundry.org:10003 [2021-02-05T00:30:49.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:30:49.756Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:30:49.756Z] Configure a credential helper to remove this warning. See [2021-02-05T00:30:49.756Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:30:49.756Z] [2021-02-05T00:30:49.756Z] Login Succeeded [2021-02-05T00:30:49.756Z] nexus3.edgexfoundry.org:10004 [2021-02-05T00:30:50.023Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:30:50.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:30:50.023Z] Configure a credential helper to remove this warning. See [2021-02-05T00:30:50.023Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:30:50.023Z] [2021-02-05T00:30:50.023Z] Login Succeeded [2021-02-05T00:30:50.023Z] docker.io [2021-02-05T00:30:50.287Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:30:50.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:30:50.287Z] Configure a credential helper to remove this warning. See [2021-02-05T00:30:50.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:30:50.287Z] [2021-02-05T00:30:50.287Z] Login Succeeded [2021-02-05T00:30:50.287Z] ---> docker-login.sh ends [Pipeline] } [2021-02-05T00:30:50.301Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T00:30:50.865Z] ++ 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-05T00:30:50.865Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:50.865Z] ++ dirname cmd/core-command/Dockerfile [2021-02-05T00:30:50.865Z] ++ cut -d/ -f2 [2021-02-05T00:30:50.865Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-05T00:30:50.865Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:50.865Z] ++ dirname cmd/core-data/Dockerfile [2021-02-05T00:30:50.865Z] ++ cut -d/ -f2 [2021-02-05T00:30:50.865Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-05T00:30:50.865Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:50.865Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-05T00:30:50.865Z] ++ cut -d/ -f2 [2021-02-05T00:30:50.865Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-05T00:30:50.865Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:50.865Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-05T00:30:50.865Z] ++ cut -d/ -f2 [2021-02-05T00:30:50.865Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-05T00:30:50.865Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:50.865Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-05T00:30:50.865Z] ++ cut -d/ -f2 [2021-02-05T00:30:50.865Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-05T00:30:50.865Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:50.865Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-05T00:30:50.865Z] ++ cut -d/ -f2 [2021-02-05T00:30:50.865Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-05T00:30:50.865Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:50.865Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-05T00:30:50.865Z] ++ cut -d/ -f2 [2021-02-05T00:30:50.865Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-05T00:30:50.865Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:50.865Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-05T00:30:50.865Z] ++ cut -d/ -f2 [2021-02-05T00:30:50.865Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-05T00:30:50.865Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:50.865Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-05T00:30:50.865Z] ++ cut -d/ -f2 [2021-02-05T00:30:50.865Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-05T00:30:50.955Z] 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-05T00:30:51.883Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T00:30:51.883Z] [2021-02-05T00:30:51.883Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:30:52.374Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T00:30:52.374Z] latest: Pulling from edgex-devops/git-semver [2021-02-05T00:30:52.374Z] 31603596830f: Pulling fs layer [2021-02-05T00:30:52.374Z] 2a8b12db71e7: Pulling fs layer [2021-02-05T00:30:52.374Z] 6ca5941a6612: Pulling fs layer [2021-02-05T00:30:52.374Z] ecc8261a40a4: Pulling fs layer [2021-02-05T00:30:52.374Z] ecc8261a40a4: Waiting [2021-02-05T00:30:52.374Z] 2a8b12db71e7: Download complete [2021-02-05T00:30:52.374Z] 31603596830f: Verifying Checksum [2021-02-05T00:30:52.374Z] 31603596830f: Download complete [2021-02-05T00:30:52.666Z] ecc8261a40a4: Verifying Checksum [2021-02-05T00:30:52.666Z] ecc8261a40a4: Download complete [2021-02-05T00:30:52.666Z] 6ca5941a6612: Verifying Checksum [2021-02-05T00:30:52.666Z] 6ca5941a6612: Download complete [2021-02-05T00:30:52.948Z] 31603596830f: Pull complete [2021-02-05T00:30:52.948Z] 2a8b12db71e7: Pull complete [2021-02-05T00:30:53.925Z] 6ca5941a6612: Pull complete [2021-02-05T00:30:54.190Z] ecc8261a40a4: Pull complete [2021-02-05T00:30:54.190Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-05T00:30:54.190Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T00:30:54.190Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-05T00:30:54.307Z] prd-centos7-docker-4c-2g-25107 does not seem to be running inside a container [2021-02-05T00:30:54.372Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-05T00:30:57.202Z] $ docker top 17e01803814293a2f63351ebd44b3fd8399ec6d95d66471049943d815cc258f4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-05T00:30:57.525Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T00:30:57.525Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T00:30:57.781Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T00:30:57.785Z] $ docker exec 17e01803814293a2f63351ebd44b3fd8399ec6d95d66471049943d815cc258f4 ssh-agent [2021-02-05T00:30:57.971Z] SSH_AUTH_SOCK=/tmp/ssh-97rLWYPrfzQN/agent.11 [2021-02-05T00:30:57.971Z] SSH_AGENT_PID=16 [2021-02-05T00:30:57.986Z] Running ssh-add (command line suppressed) [2021-02-05T00:30:58.129Z] Identity added: /w/workspace/edgex-go/9@tmp/private_key_5379141701600106021.key (/w/workspace/edgex-go/9@tmp/private_key_5379141701600106021.key) [2021-02-05T00:30:58.192Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T00:30:58.530Z] + git tag --points-at HEAD [Pipeline] } [2021-02-05T00:30:58.555Z] $ docker exec --env ******** --env ******** 17e01803814293a2f63351ebd44b3fd8399ec6d95d66471049943d815cc258f4 ssh-agent -k [2021-02-05T00:30:58.681Z] unset SSH_AUTH_SOCK; [2021-02-05T00:30:58.681Z] unset SSH_AGENT_PID; [2021-02-05T00:30:58.681Z] echo Agent pid 16 killed; [2021-02-05T00:30:58.748Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-05T00:30:58.874Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T00:30:58.874Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T00:30:59.058Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T00:30:59.062Z] $ docker exec 17e01803814293a2f63351ebd44b3fd8399ec6d95d66471049943d815cc258f4 ssh-agent [2021-02-05T00:30:59.245Z] SSH_AUTH_SOCK=/tmp/ssh-wWbY90Ueoi84/agent.45 [2021-02-05T00:30:59.245Z] SSH_AGENT_PID=51 [2021-02-05T00:30:59.253Z] Running ssh-add (command line suppressed) [2021-02-05T00:30:59.385Z] Identity added: /w/workspace/edgex-go/9@tmp/private_key_421442639645343720.key (/w/workspace/edgex-go/9@tmp/private_key_421442639645343720.key) [2021-02-05T00:30:59.442Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T00:30:59.786Z] + git semver init [2021-02-05T00:30:59.786Z] # -> Open(): unable to determine branch for HEAD [2021-02-05T00:30:59.786Z] # $GIT_DIR = /w/workspace/edgex-go/9/.git [2021-02-05T00:30:59.786Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/9 [2021-02-05T00:30:59.786Z] # $SEMVER_REMOTE_NAME = origin [2021-02-05T00:30:59.786Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-05T00:30:59.786Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-05T00:30:59.786Z] # $SEMVER_BRANCH = PR-3115 [2021-02-05T00:30:59.786Z] # $SEMVER_TEMP = /tmp/semver-042982184 [2021-02-05T00:30:59.786Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-05T00:31:38.687Z] # '/tmp/semver-042982184' -> '/w/workspace/edgex-go/9/.semver' [2021-02-05T00:31:38.687Z] # -> Force: false [2021-02-05T00:31:38.687Z] # $SEMVER_DIR = /w/workspace/edgex-go/9/.semver [Pipeline] } [2021-02-05T00:31:38.702Z] $ docker exec --env ******** --env ******** 17e01803814293a2f63351ebd44b3fd8399ec6d95d66471049943d815cc258f4 ssh-agent -k [2021-02-05T00:31:39.008Z] unset SSH_AUTH_SOCK; [2021-02-05T00:31:39.009Z] unset SSH_AGENT_PID; [2021-02-05T00:31:39.009Z] echo Agent pid 51 killed; [2021-02-05T00:31:39.131Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T00:31:39.623Z] + git semver [Pipeline] } [2021-02-05T00:31:39.649Z] $ docker stop --time=1 17e01803814293a2f63351ebd44b3fd8399ec6d95d66471049943d815cc258f4 [2021-02-05T00:31:41.259Z] $ docker rm -f 17e01803814293a2f63351ebd44b3fd8399ec6d95d66471049943d815cc258f4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T00:31:41.868Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-05T00:31:42.507Z] Stashed 1 file(s) [Pipeline] echo [2021-02-05T00:31:42.510Z] [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-05T00:31:43.496Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-05T00:31:43.804Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-05T00:31:44.110Z] + sudo service docker restart [2021-02-05T00:31:44.111Z] + true [2021-02-05T00:31:44.111Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-05T00:31:44.708Z] ========================================================= [2021-02-05T00:31:44.708Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-05T00:31:44.708Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:31:45.060Z] + 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-05T00:31:49.317Z] Sending build context to Docker daemon 327.6MB [2021-02-05T00:31:49.317Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-05T00:31:49.317Z] Step 2/6 : FROM ${BASE} [2021-02-05T00:31:49.317Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-05T00:31:49.317Z] 188c0c94c7c5: Pulling fs layer [2021-02-05T00:31:49.317Z] 0ef7d3d256c8: Pulling fs layer [2021-02-05T00:31:49.317Z] de9db76c5a1d: Pulling fs layer [2021-02-05T00:31:49.317Z] bca2f99d35d6: Pulling fs layer [2021-02-05T00:31:49.317Z] 93359f2a8cfa: Pulling fs layer [2021-02-05T00:31:49.317Z] 7c6f9722023f: Pulling fs layer [2021-02-05T00:31:49.317Z] a35cf1a2eb13: Pulling fs layer [2021-02-05T00:31:49.317Z] bca2f99d35d6: Waiting [2021-02-05T00:31:49.317Z] a35cf1a2eb13: Waiting [2021-02-05T00:31:49.317Z] 93359f2a8cfa: Waiting [2021-02-05T00:31:49.317Z] 7c6f9722023f: Waiting [2021-02-05T00:31:49.317Z] de9db76c5a1d: Verifying Checksum [2021-02-05T00:31:49.317Z] de9db76c5a1d: Download complete [2021-02-05T00:31:49.317Z] 0ef7d3d256c8: Download complete [2021-02-05T00:31:49.317Z] 93359f2a8cfa: Verifying Checksum [2021-02-05T00:31:49.317Z] 93359f2a8cfa: Download complete [2021-02-05T00:31:49.317Z] 7c6f9722023f: Verifying Checksum [2021-02-05T00:31:49.317Z] 7c6f9722023f: Download complete [2021-02-05T00:31:49.317Z] 188c0c94c7c5: Verifying Checksum [2021-02-05T00:31:49.317Z] 188c0c94c7c5: Download complete [2021-02-05T00:31:49.583Z] 188c0c94c7c5: Pull complete [2021-02-05T00:31:49.849Z] 0ef7d3d256c8: Pull complete [2021-02-05T00:31:50.116Z] de9db76c5a1d: Pull complete [2021-02-05T00:31:53.466Z] a35cf1a2eb13: Verifying Checksum [2021-02-05T00:31:53.466Z] a35cf1a2eb13: Download complete [2021-02-05T00:31:54.048Z] bca2f99d35d6: Verifying Checksum [2021-02-05T00:31:54.048Z] bca2f99d35d6: Download complete [2021-02-05T00:31:57.891Z] Still waiting to schedule task [2021-02-05T00:31:57.891Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-05T00:31:59.379Z] bca2f99d35d6: Pull complete [2021-02-05T00:31:59.379Z] 93359f2a8cfa: Pull complete [2021-02-05T00:31:59.644Z] 7c6f9722023f: Pull complete [2021-02-05T00:32:04.984Z] a35cf1a2eb13: Pull complete [2021-02-05T00:32:04.984Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-05T00:32:04.984Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-05T00:32:04.984Z] ---> a62c8e92a672 [2021-02-05T00:32:04.984Z] 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-05T00:32:04.984Z] ---> Running in 9736ca32874c [2021-02-05T00:32:05.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:32:06.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:32:07.113Z] (1/12) Installing libmagic (5.38-r0) [2021-02-05T00:32:07.376Z] (2/12) Installing file (5.38-r0) [2021-02-05T00:32:07.376Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-05T00:32:07.376Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-05T00:32:12.690Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-05T00:32:12.690Z] (6/12) Installing patch (2.7.6-r6) [2021-02-05T00:32:12.690Z] (7/12) Installing build-base (0.5-r2) [2021-02-05T00:32:12.690Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-05T00:32:12.690Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-05T00:32:12.690Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-05T00:32:12.690Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-05T00:32:12.690Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-05T00:32:12.690Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:32:12.690Z] OK: 233 MiB in 51 packages [2021-02-05T00:32:16.011Z] Removing intermediate container 9736ca32874c [2021-02-05T00:32:16.011Z] ---> 4201664850fd [2021-02-05T00:32:16.011Z] Step 4/6 : WORKDIR /edgex-go [2021-02-05T00:32:16.011Z] ---> Running in df01b77566a5 [2021-02-05T00:32:16.282Z] Removing intermediate container df01b77566a5 [2021-02-05T00:32:16.282Z] ---> 1159cc303975 [2021-02-05T00:32:16.282Z] Step 5/6 : COPY go.mod . [2021-02-05T00:32:16.564Z] ---> f8a87875a2e1 [2021-02-05T00:32:16.564Z] Step 6/6 : RUN go mod download [2021-02-05T00:32:16.564Z] ---> Running in fb7811d0ea4e [2021-02-05T00:32:38.636Z] Removing intermediate container fb7811d0ea4e [2021-02-05T00:32:38.636Z] ---> a7a90c3c226d [2021-02-05T00:32:38.636Z] Successfully built a7a90c3c226d [2021-02-05T00:32:38.636Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:32:38.966Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-05T00:32:38.966Z] . [Pipeline] withDockerContainer [2021-02-05T00:32:39.347Z] prd-centos7-docker-4c-2g-25107 does not seem to be running inside a container [2021-02-05T00:32:39.410Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-05T00:32:40.511Z] $ docker top 8b210ae0052b0b0321745988e83c06d4d485c222519e72ce1f864bbc1cba01fb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T00:32:41.004Z] + go version [2021-02-05T00:32:41.004Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-05T00:32:41.023Z] $ docker stop --time=1 8b210ae0052b0b0321745988e83c06d4d485c222519e72ce1f864bbc1cba01fb [2021-02-05T00:32:42.410Z] $ docker rm -f 8b210ae0052b0b0321745988e83c06d4d485c222519e72ce1f864bbc1cba01fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:32:45.000Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-05T00:32:45.000Z] . [Pipeline] withDockerContainer [2021-02-05T00:32:45.116Z] prd-centos7-docker-4c-2g-25107 does not seem to be running inside a container [2021-02-05T00:32:45.169Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-05T00:32:45.932Z] $ docker top 2edd014fee16431f1f3984932b91a69730f9ae515a877ae8a9ef08602e154d95 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-05T00:32:46.197Z] ========================================================= [2021-02-05T00:32:46.197Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-05T00:32:46.197Z] ========================================================= [Pipeline] sh [2021-02-05T00:32:46.491Z] + make test [2021-02-05T00:32:46.492Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-05T00:32:56.586Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-05T00:33:15.402Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-05T00:33:23.621Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-05T00:33:23.621Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-05T00:33:23.621Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-05T00:33:24.604Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-05T00:33:24.604Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-05T00:33:24.604Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-05T00:33:24.877Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-05T00:33:25.854Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-05T00:33:26.442Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-05T00:33:29.069Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-05T00:33:29.069Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-05T00:33:29.069Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-05T00:33:31.702Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.157s coverage: 46.0% of statements [2021-02-05T00:33:31.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-05T00:33:31.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-05T00:33:31.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-05T00:33:31.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-05T00:33:31.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-05T00:33:31.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-05T00:33:31.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-05T00:33:31.702Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.082s coverage: 100.0% of statements [2021-02-05T00:33:36.054Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.243s coverage: 27.1% of statements [2021-02-05T00:33:36.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-05T00:33:36.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-05T00:33:36.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-05T00:33:36.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-05T00:33:36.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-05T00:33:36.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-05T00:33:36.054Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.076s coverage: 100.0% of statements [2021-02-05T00:33:36.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-05T00:33:36.054Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.035s coverage: 100.0% of statements [2021-02-05T00:33:36.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-05T00:33:36.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-05T00:33:36.054Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.116s coverage: 65.8% of statements [2021-02-05T00:33:36.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-05T00:33:36.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-05T00:33:36.054Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.450s coverage: 82.3% of statements [2021-02-05T00:33:36.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-05T00:33:36.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:33:36.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-05T00:33:36.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-05T00:33:39.452Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.382s coverage: 28.6% of statements [2021-02-05T00:33:39.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-05T00:33:39.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-05T00:33:39.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-05T00:33:39.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-05T00:33:39.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-05T00:33:39.453Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.088s coverage: 100.0% of statements [2021-02-05T00:33:39.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-05T00:33:39.453Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.064s coverage: 100.0% of statements [2021-02-05T00:33:39.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-05T00:33:39.453Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.146s coverage: 86.7% of statements [2021-02-05T00:33:39.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-05T00:33:39.453Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.140s coverage: 97.5% of statements [2021-02-05T00:33:39.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-05T00:33:39.453Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.086s coverage: 78.3% of statements [2021-02-05T00:33:39.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-05T00:33:39.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-05T00:33:39.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-05T00:33:39.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-05T00:33:42.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.498s coverage: 92.8% of statements [2021-02-05T00:33:42.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-05T00:33:42.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:33:42.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-05T00:33:42.084Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-05T00:33:42.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-05T00:33:42.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-05T00:33:42.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-05T00:33:42.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-05T00:33:42.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-05T00:33:42.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-05T00:33:42.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-05T00:33:42.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-05T00:33:42.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-05T00:33:42.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-05T00:33:42.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-05T00:33:42.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-05T00:33:42.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-05T00:33:42.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-05T00:33:42.084Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2021-02-05T00:33:42.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-05T00:33:42.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-05T00:33:42.084Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.088s coverage: 0.1% of statements [2021-02-05T00:33:42.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-05T00:33:42.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-05T00:33:42.084Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-05T00:33:42.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.034s coverage: 45.5% of statements [2021-02-05T00:33:42.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.040s coverage: 79.5% of statements [2021-02-05T00:33:42.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.049s coverage: 94.1% of statements [2021-02-05T00:33:42.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.065s coverage: 96.3% of statements [2021-02-05T00:33:42.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.069s coverage: 87.5% of statements [2021-02-05T00:33:54.376Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.055s coverage: 94.4% of statements [2021-02-05T00:33:54.376Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.030s coverage: 44.8% of statements [2021-02-05T00:34:06.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.075s coverage: 92.9% of statements [2021-02-05T00:34:06.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-05T00:34:06.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-05T00:34:06.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-05T00:34:06.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements [2021-02-05T00:34:06.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-05T00:34:06.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-05T00:34:06.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-05T00:34:06.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-05T00:34:06.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-05T00:34:06.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-02-05T00:34:06.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-05T00:34:06.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-05T00:34:06.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.036s coverage: 100.0% of statements [2021-02-05T00:34:06.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-05T00:34:06.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.054s coverage: 75.5% of statements [2021-02-05T00:34:06.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-05T00:34:06.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.046s coverage: 80.8% of statements [2021-02-05T00:34:06.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements [2021-02-05T00:34:06.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.051s coverage: 84.2% of statements [2021-02-05T00:34:06.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements [2021-02-05T00:34:06.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-05T00:34:06.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.5% of statements [2021-02-05T00:34:06.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-05T00:34:06.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-05T00:34:06.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements [2021-02-05T00:34:06.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.046s coverage: 91.3% of statements [2021-02-05T00:34:06.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-02-05T00:34:06.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.043s coverage: 73.7% of statements [2021-02-05T00:34:06.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2021-02-05T00:34:06.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.329s coverage: 68.9% of statements [2021-02-05T00:34:06.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-05T00:34:06.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-05T00:34:06.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.090s coverage: 37.0% of statements [2021-02-05T00:34:06.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-05T00:34:06.726Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-05T00:34:06.726Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.325s coverage: 84.0% of statements [2021-02-05T00:34:06.726Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.040s coverage: 100.0% of statements [2021-02-05T00:34:06.726Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.134s coverage: 47.0% of statements [2021-02-05T00:34:06.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-05T00:34:06.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-05T00:34:06.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-05T00:34:06.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-05T00:34:06.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-05T00:34:06.726Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements [2021-02-05T00:34:06.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-05T00:34:06.726Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.065s coverage: 100.0% of statements [2021-02-05T00:34:06.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-05T00:34:06.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-05T00:34:06.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-05T00:34:06.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-05T00:34:06.726Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.090s coverage: 87.0% of statements [2021-02-05T00:34:06.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-05T00:34:06.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:34:06.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-05T00:34:06.726Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.706s coverage: 29.1% of statements [2021-02-05T00:34:06.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-05T00:34:06.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-05T00:34:06.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-05T00:34:06.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-05T00:34:06.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-05T00:34:06.726Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements [2021-02-05T00:34:06.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-05T00:34:06.726Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-02-05T00:34:06.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-05T00:34:06.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-05T00:34:06.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-05T00:34:06.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-05T00:34:06.726Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.057s coverage: 100.0% of statements [2021-02-05T00:34:06.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-05T00:34:06.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:34:06.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-05T00:34:06.726Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements [2021-02-05T00:34:06.726Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-05T00:34:06.726Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements [2021-02-05T00:34:06.726Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-05T00:34:06.726Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-05T00:34:06.726Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-05T00:34:06.726Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-05T00:34:06.726Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements [2021-02-05T00:34:06.726Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-05T00:34:06.726Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-05T00:34:06.726Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements [2021-02-05T00:34:06.726Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.030s coverage: 32.1% of statements [2021-02-05T00:34:06.726Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-02-05T00:34:06.726Z] GO111MODULE=on go vet ./... [2021-02-05T00:34:33.547Z] gofmt -l . [2021-02-05T00:34:34.499Z] [ "`gofmt -l .`" = "" ] [2021-02-05T00:34:35.089Z] ./bin/test-go-mod-tidy.sh [2021-02-05T00:34:35.673Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-05T00:34:36.588Z] + ls -al . [2021-02-05T00:34:36.589Z] total 688 [2021-02-05T00:34:36.589Z] drwxrwxr-x 10 1001 1001 4096 Feb 5 00:34 . [2021-02-05T00:34:36.589Z] drwxr-xr-x 4 root root 28 Feb 5 00:32 .. [2021-02-05T00:34:36.589Z] -rw-rw-r-- 1 1001 1001 11 Feb 5 00:30 .dockerignore [2021-02-05T00:34:36.589Z] drwxrwxr-x 8 1001 1001 179 Feb 5 00:30 .git [2021-02-05T00:34:36.589Z] drwxrwxr-x 3 1001 1001 125 Feb 5 00:30 .github [2021-02-05T00:34:36.589Z] -rw-rw-r-- 1 1001 1001 818 Feb 5 00:30 .gitignore [2021-02-05T00:34:36.589Z] drwx------ 3 1001 1001 60 Feb 5 00:31 .semver [2021-02-05T00:34:36.589Z] -rw-rw-r-- 1 1001 1001 166 Feb 5 00:30 .sonarcloud.properties [2021-02-05T00:34:36.589Z] -rw-rw-r-- 1 1001 1001 7859 Feb 5 00:30 Attribution.txt [2021-02-05T00:34:36.589Z] -rw-rw-r-- 1 1001 1001 3804 Feb 5 00:30 CONTRIBUTING.md [2021-02-05T00:34:36.589Z] -rw-rw-r-- 1 1001 1001 931 Feb 5 00:30 Dockerfile.build [2021-02-05T00:34:36.589Z] -rw-rw-r-- 1 1001 1001 863 Feb 5 00:30 Jenkinsfile [2021-02-05T00:34:36.589Z] -rw-rw-r-- 1 1001 1001 10775 Feb 5 00:30 LICENSE [2021-02-05T00:34:36.589Z] -rw-rw-r-- 1 1001 1001 5774 Feb 5 00:30 Makefile [2021-02-05T00:34:36.589Z] -rw-rw-r-- 1 1001 1001 6524 Feb 5 00:30 README.md [2021-02-05T00:34:36.589Z] -rw-rw-r-- 1 1001 1001 6755 Feb 5 00:30 SECURITY.md [2021-02-05T00:34:36.589Z] -rw-rw-r-- 1 1001 1001 5 Feb 5 00:31 VERSION [2021-02-05T00:34:36.589Z] -rw-rw-r-- 1 1001 1001 4131 Feb 5 00:30 ZMQWindows.md [2021-02-05T00:34:36.589Z] drwxrwxr-x 2 1001 1001 117 Feb 5 00:30 bin [2021-02-05T00:34:36.589Z] drwxrwxr-x 14 1001 1001 4096 Feb 5 00:30 cmd [2021-02-05T00:34:36.589Z] -rw-r--r-- 1 root root 585236 Feb 5 00:34 coverage.out [2021-02-05T00:34:36.589Z] -rw-r--r-- 1 root root 1054 Feb 5 00:34 go.mod [2021-02-05T00:34:36.589Z] -rw-r--r-- 1 root root 19290 Feb 5 00:34 go.sum [2021-02-05T00:34:36.589Z] drwxrwxr-x 8 1001 1001 127 Feb 5 00:30 internal [2021-02-05T00:34:36.589Z] drwxrwxr-x 4 1001 1001 26 Feb 5 00:30 openapi [2021-02-05T00:34:36.589Z] drwxrwxr-x 4 1001 1001 71 Feb 5 00:30 snap [2021-02-05T00:34:36.589Z] -rw-rw-r-- 1 1001 1001 168 Feb 5 00:30 version.go [Pipeline] sh [2021-02-05T00:34:36.905Z] + '[' -e coverage.out ] [2021-02-05T00:34:36.905Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-05T00:34:37.133Z] Stashed 1 file(s) [Pipeline] sh [2021-02-05T00:34:37.443Z] + make build [2021-02-05T00:34:37.443Z] 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-05T00:34:42.810Z] 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-05T00:34:51.092Z] 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-05T00:34:51.674Z] 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-05T00:34:53.617Z] 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-05T00:34:53.885Z] 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-05T00:34:55.856Z] 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-05T00:34:57.806Z] 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-05T00:34:58.771Z] 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-05T00:35:00.171Z] 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-05T00:35:01.140Z] 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-05T00:35:03.115Z] 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-05T00:35:05.079Z] $ docker stop --time=1 2edd014fee16431f1f3984932b91a69730f9ae515a877ae8a9ef08602e154d95 [2021-02-05T00:35:06.918Z] $ docker rm -f 2edd014fee16431f1f3984932b91a69730f9ae515a877ae8a9ef08602e154d95 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:35:08.863Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T00:35:08.863Z] [2021-02-05T00:35:08.863Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:35:09.234Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T00:35:09.234Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-05T00:35:09.234Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-05T00:35:09.234Z] ca9280d653b3: Pulling fs layer [2021-02-05T00:35:09.234Z] 7e9c9ca2126c: Pulling fs layer [2021-02-05T00:35:09.507Z] cbdbe7a5bc2a: Download complete [2021-02-05T00:35:09.778Z] cbdbe7a5bc2a: Pull complete [2021-02-05T00:35:10.046Z] ca9280d653b3: Verifying Checksum [2021-02-05T00:35:10.046Z] ca9280d653b3: Download complete [2021-02-05T00:35:11.016Z] 7e9c9ca2126c: Download complete [2021-02-05T00:35:11.280Z] ca9280d653b3: Pull complete [2021-02-05T00:35:17.933Z] 7e9c9ca2126c: Pull complete [2021-02-05T00:35:17.933Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-05T00:35:17.933Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T00:35:17.933Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-05T00:35:18.088Z] prd-centos7-docker-4c-2g-25107 does not seem to be running inside a container [2021-02-05T00:35:18.150Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-05T00:35:21.016Z] $ docker top eafab33f002d2f575b3ce02a0261d8d9c37dbe6f9cae386ced00aebdb4f098c4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T00:35:21.788Z] + docker-compose build --help [2021-02-05T00:35:21.788Z] + grep parallel [2021-02-05T00:35:22.891Z] --parallel Build images in parallel. [Pipeline] } [2021-02-05T00:35:22.909Z] $ docker stop --time=1 eafab33f002d2f575b3ce02a0261d8d9c37dbe6f9cae386ced00aebdb4f098c4 [2021-02-05T00:35:24.403Z] $ docker rm -f eafab33f002d2f575b3ce02a0261d8d9c37dbe6f9cae386ced00aebdb4f098c4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:35:25.028Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T00:35:25.028Z] . [Pipeline] withDockerContainer [2021-02-05T00:35:25.153Z] prd-centos7-docker-4c-2g-25107 does not seem to be running inside a container [2021-02-05T00:35:25.220Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-05T00:35:26.261Z] $ docker top b9a47c6bb972a945ab5f9e54692b88fa7cf951dac1e41a3728a7a6ee5778d9f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T00:35:26.768Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-05T00:35:28.166Z] Building docker-core-command-go ... [2021-02-05T00:35:28.166Z] Building docker-core-data-go ... [2021-02-05T00:35:28.166Z] Building docker-core-metadata-go ... [2021-02-05T00:35:28.166Z] Building docker-security-bootstrapper-go ... [2021-02-05T00:35:28.166Z] Building docker-security-proxy-setup-go ... [2021-02-05T00:35:28.166Z] Building docker-security-secretstore-setup-go ... [2021-02-05T00:35:28.166Z] Building docker-support-notifications-go ... [2021-02-05T00:35:28.166Z] Building docker-support-scheduler-go ... [2021-02-05T00:35:28.166Z] Building docker-sys-mgmt-agent-go ... [2021-02-05T00:35:28.166Z] Building docker-security-secretstore-setup-go [2021-02-05T00:35:28.166Z] Building docker-sys-mgmt-agent-go [2021-02-05T00:35:28.166Z] Building docker-core-metadata-go [2021-02-05T00:35:28.166Z] Building docker-support-notifications-go [2021-02-05T00:35:28.166Z] Building docker-security-bootstrapper-go [2021-02-05T00:35:35.471Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25118 in /w/workspace/edgexfoundry_edgex-go_PR-3115 [Pipeline] { [Pipeline] ws [2021-02-05T00:35:35.522Z] Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout [2021-02-05T00:35:41.633Z] using credential edgex-jenkins-ssh [2021-02-05T00:35:41.779Z] Cloning the remote Git repository [2021-02-05T00:35:41.866Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-05T00:35:42.014Z] > git init /w/workspace/edgex-go/9 # timeout=10 [2021-02-05T00:35:42.109Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T00:35:42.110Z] > git --version # timeout=10 [2021-02-05T00:35:42.135Z] > git --version # 'git version 2.17.1' [2021-02-05T00:35:42.137Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T00:35:42.216Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T00:36:01.388Z] Merging remotes/origin/master commit a296f24e360d73b4e20a007fd564889f5e431139 into PR head commit 851e4143f28a2cd8068469dd505430949f64edc8 [2021-02-05T00:36:00.427Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T00:36:00.452Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T00:36:00.483Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T00:36:00.530Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T00:36:00.531Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T00:36:00.546Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3115/head:refs/remotes/origin/PR-3115 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-05T00:36:01.415Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T00:36:01.431Z] > git checkout -f 851e4143f28a2cd8068469dd505430949f64edc8 # timeout=10 [2021-02-05T00:36:01.776Z] > git remote # timeout=10 [2021-02-05T00:36:01.843Z] > git config --get remote.origin.url # timeout=10 [2021-02-05T00:36:01.893Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T00:36:01.908Z] > git merge a296f24e360d73b4e20a007fd564889f5e431139 # timeout=10 [2021-02-05T00:36:02.246Z] Merge succeeded, producing 3627b4c58cf9058dd3edef386c9266a912b7eef9 [2021-02-05T00:36:02.246Z] Checking out Revision 3627b4c58cf9058dd3edef386c9266a912b7eef9 (PR-3115) [2021-02-05T00:36:02.235Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-05T00:36:02.259Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T00:36:02.275Z] > git checkout -f 3627b4c58cf9058dd3edef386c9266a912b7eef9 # timeout=10 [2021-02-05T00:36:06.786Z] Commit message: "Merge commit 'a296f24e360d73b4e20a007fd564889f5e431139' into HEAD" [2021-02-05T00:36:06.805Z] > git rev-list --no-walk 851e4143f28a2cd8068469dd505430949f64edc8 # timeout=10 [2021-02-05T00:36:07.174Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:36:07.174Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:36:07.174Z] ---> a7a90c3c226d [2021-02-05T00:36:07.174Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T00:36:07.174Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:36:07.174Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:36:07.174Z] ---> a7a90c3c226d [2021-02-05T00:36:07.174Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T00:36:07.174Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:36:07.174Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:36:07.174Z] ---> a7a90c3c226d [2021-02-05T00:36:07.174Z] Step 3/30 : WORKDIR /edgex-go [2021-02-05T00:36:07.478Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:36:07.478Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:36:07.478Z] ---> a7a90c3c226d [2021-02-05T00:36:07.478Z] Step 3/26 : WORKDIR /edgex-go [2021-02-05T00:36:07.478Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:36:07.478Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:36:07.478Z] ---> a7a90c3c226d [2021-02-05T00:36:07.478Z] Step 3/24 : WORKDIR /edgex-go [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-05T00:36:08.069Z] ---> Running in 6e6d0655de1e [2021-02-05T00:36:08.069Z] ---> Running in 3f9225003113 [2021-02-05T00:36:08.069Z] ---> Running in 6dec72d5d896 [2021-02-05T00:36:08.069Z] ---> Running in d3078ee71cd6 [2021-02-05T00:36:08.069Z] ---> Running in 00421daee3a3 [2021-02-05T00:36:08.660Z] Removing intermediate container 3f9225003113 [2021-02-05T00:36:08.660Z] ---> c2085a88426c [2021-02-05T00:36:08.660Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:36:08.660Z] Removing intermediate container d3078ee71cd6 [2021-02-05T00:36:08.660Z] ---> 2badc85e3715 [2021-02-05T00:36:08.660Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:36:08.660Z] Removing intermediate container 6e6d0655de1e [2021-02-05T00:36:08.660Z] ---> d0f13c194efc [2021-02-05T00:36:08.660Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:36:08.682Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-05T00:36:08.947Z] Removing intermediate container 00421daee3a3 [2021-02-05T00:36:08.947Z] ---> f8457457b352 [2021-02-05T00:36:08.947Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:36:08.947Z] Removing intermediate container 6dec72d5d896 [2021-02-05T00:36:08.947Z] ---> ed1ba7bd8a5a [2021-02-05T00:36:08.947Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:36:08.947Z] ---> Running in edfea6172fe1 [2021-02-05T00:36:08.947Z] ---> Running in 6a29c8897006 [2021-02-05T00:36:08.947Z] ---> Running in 51fbb520d451 [2021-02-05T00:36:08.947Z] ---> Running in 6bbd8b5b51d3 [2021-02-05T00:36:08.947Z] ---> Running in 905a0a5a4dd6 [2021-02-05T00:36:09.194Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-05T00:36:09.561Z] + sudo service docker restart [2021-02-05T00:36:09.561Z] + true [2021-02-05T00:36:11.582Z] Removing intermediate container edfea6172fe1 [2021-02-05T00:36:11.582Z] ---> 6d7056320a6c [2021-02-05T00:36:11.582Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-05T00:36:11.582Z] ---> Running in 79033d0436d6 [2021-02-05T00:36:11.582Z] Removing intermediate container 6a29c8897006 [2021-02-05T00:36:11.582Z] ---> bd8981d775d1 [2021-02-05T00:36:11.582Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-05T00:36:11.582Z] Removing intermediate container 6bbd8b5b51d3 [2021-02-05T00:36:11.582Z] ---> dbeec8e664ca [2021-02-05T00:36:11.582Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T00:36:11.582Z] Removing intermediate container 51fbb520d451 [2021-02-05T00:36:11.582Z] ---> 5cb95cb55878 [2021-02-05T00:36:11.582Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-05T00:36:11.854Z] ---> Running in 78962271f486 [2021-02-05T00:36:11.854Z] Removing intermediate container 905a0a5a4dd6 [2021-02-05T00:36:11.854Z] ---> 5807ae9ad92b [2021-02-05T00:36:11.854Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-05T00:36:11.854Z] ---> Running in cd112de66e2c [2021-02-05T00:36:11.854Z] ---> Running in c56c126daa7d [2021-02-05T00:36:12.122Z] ---> Running in dcb5c28d4528 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-05T00:36:12.286Z] provisioning config files... [2021-02-05T00:36:12.329Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config1677529249207250038tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:36:12.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:36:12.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:36:12.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:36:12.748Z] ---> docker-login.sh [2021-02-05T00:36:12.748Z] nexus3.edgexfoundry.org:10001 [2021-02-05T00:36:12.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:36:12.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:36:13.242Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:36:13.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:36:13.738Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:36:13.783Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:36:13.783Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:36:14.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:36:14.018Z] Configure a credential helper to remove this warning. See [2021-02-05T00:36:14.018Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:36:14.018Z] [2021-02-05T00:36:14.018Z] Login Succeeded [2021-02-05T00:36:14.018Z] nexus3.edgexfoundry.org:10002 [2021-02-05T00:36:14.047Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:36:14.047Z] OK: 233 MiB in 51 packages [2021-02-05T00:36:14.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:36:14.615Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:36:14.615Z] Configure a credential helper to remove this warning. See [2021-02-05T00:36:14.615Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:36:14.615Z] [2021-02-05T00:36:14.615Z] Login Succeeded [2021-02-05T00:36:14.615Z] nexus3.edgexfoundry.org:10003 [2021-02-05T00:36:14.640Z] OK: 233 MiB in 51 packages [2021-02-05T00:36:14.917Z] Removing intermediate container 79033d0436d6 [2021-02-05T00:36:14.917Z] ---> e06427c9d04f [2021-02-05T00:36:14.917Z] Step 6/22 : COPY go.mod . [2021-02-05T00:36:14.917Z] OK: 233 MiB in 51 packages [2021-02-05T00:36:14.917Z] OK: 233 MiB in 51 packages [2021-02-05T00:36:15.180Z] ---> 3bf9ad75f072 [2021-02-05T00:36:15.180Z] Step 7/22 : RUN go mod download [2021-02-05T00:36:15.217Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:36:15.217Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:36:15.217Z] Configure a credential helper to remove this warning. See [2021-02-05T00:36:15.217Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:36:15.217Z] [2021-02-05T00:36:15.217Z] Login Succeeded [2021-02-05T00:36:15.217Z] nexus3.edgexfoundry.org:10004 [2021-02-05T00:36:15.444Z] Removing intermediate container 78962271f486 [2021-02-05T00:36:15.444Z] ---> 5cd991b830ec [2021-02-05T00:36:15.444Z] Step 6/24 : COPY go.mod . [2021-02-05T00:36:15.444Z] ---> Running in 57ad97c56332 [2021-02-05T00:36:15.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:36:15.715Z] OK: 233 MiB in 51 packages [2021-02-05T00:36:15.715Z] Removing intermediate container dcb5c28d4528 [2021-02-05T00:36:15.715Z] ---> 8aa4eb71de5b [2021-02-05T00:36:15.715Z] Step 6/30 : COPY go.mod . [2021-02-05T00:36:15.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:36:15.780Z] Configure a credential helper to remove this warning. See [2021-02-05T00:36:15.780Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:36:15.780Z] [2021-02-05T00:36:15.780Z] Login Succeeded [2021-02-05T00:36:15.780Z] docker.io [2021-02-05T00:36:15.987Z] ---> 10e91f8a78cb [2021-02-05T00:36:15.987Z] Step 7/24 : RUN go mod download [2021-02-05T00:36:15.987Z] Removing intermediate container cd112de66e2c [2021-02-05T00:36:15.987Z] ---> ca49989be5e9 [2021-02-05T00:36:15.987Z] Step 6/23 : COPY go.mod . [2021-02-05T00:36:15.987Z] ---> Running in 36f48b69c2f1 [2021-02-05T00:36:16.054Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:36:16.252Z] ---> 248dfc28532f [2021-02-05T00:36:16.252Z] Step 7/30 : RUN go mod download [2021-02-05T00:36:16.516Z] ---> Running in 1272ad778bec [2021-02-05T00:36:16.517Z] ---> 442537217200 [2021-02-05T00:36:16.517Z] Step 7/23 : RUN go mod download [2021-02-05T00:36:16.517Z] Removing intermediate container c56c126daa7d [2021-02-05T00:36:16.517Z] ---> 5411fa317e12 [2021-02-05T00:36:16.517Z] Step 6/26 : COPY go.mod . [2021-02-05T00:36:16.658Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:36:16.658Z] Configure a credential helper to remove this warning. See [2021-02-05T00:36:16.658Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:36:16.658Z] [2021-02-05T00:36:16.658Z] Login Succeeded [2021-02-05T00:36:16.658Z] ---> docker-login.sh ends [Pipeline] } [2021-02-05T00:36:16.678Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2021-02-05T00:36:16.786Z] ---> Running in bc912fde37b6 [Pipeline] // withEnv [Pipeline] unstash [2021-02-05T00:36:17.066Z] ---> 8dc4267a5d1f [2021-02-05T00:36:17.066Z] Step 7/26 : RUN go mod download [2021-02-05T00:36:17.066Z] ---> Running in b07e07c491a6 [Pipeline] echo [2021-02-05T00:36:17.106Z] ========================================================= [2021-02-05T00:36:17.106Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-05T00:36:17.106Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:36:17.513Z] + 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-05T00:36:18.519Z] Removing intermediate container 36f48b69c2f1 [2021-02-05T00:36:18.519Z] ---> 53ff72bf22d5 [2021-02-05T00:36:18.519Z] Step 8/24 : COPY . . [2021-02-05T00:36:18.519Z] Removing intermediate container 57ad97c56332 [2021-02-05T00:36:18.519Z] ---> 2ffff9956b80 [2021-02-05T00:36:18.519Z] Step 8/22 : COPY . . [2021-02-05T00:36:18.519Z] Removing intermediate container 1272ad778bec [2021-02-05T00:36:18.519Z] ---> 7d0e323973d5 [2021-02-05T00:36:18.519Z] Step 8/30 : COPY . . [2021-02-05T00:36:18.519Z] Removing intermediate container bc912fde37b6 [2021-02-05T00:36:18.519Z] ---> c2c9cb7d8259 [2021-02-05T00:36:18.519Z] Step 8/23 : COPY . . [2021-02-05T00:36:20.152Z] Sending build context to Docker daemon 166.2MB [2021-02-05T00:36:20.152Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-05T00:36:20.152Z] Step 2/6 : FROM ${BASE} [2021-02-05T00:36:20.152Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-05T00:36:20.152Z] 5f621e34cdf4: Pulling fs layer [2021-02-05T00:36:20.152Z] a4357932f1b6: Pulling fs layer [2021-02-05T00:36:20.152Z] 18c013af1878: Pulling fs layer [2021-02-05T00:36:20.152Z] 00ac8860ef70: Pulling fs layer [2021-02-05T00:36:20.152Z] 63d7cb157983: Pulling fs layer [2021-02-05T00:36:20.152Z] b116817d02f9: Pulling fs layer [2021-02-05T00:36:20.152Z] 745a02a5169b: Pulling fs layer [2021-02-05T00:36:20.152Z] 00ac8860ef70: Waiting [2021-02-05T00:36:20.152Z] 63d7cb157983: Waiting [2021-02-05T00:36:20.152Z] b116817d02f9: Waiting [2021-02-05T00:36:20.152Z] 745a02a5169b: Waiting [2021-02-05T00:36:20.152Z] 18c013af1878: Download complete [2021-02-05T00:36:20.152Z] a4357932f1b6: Verifying Checksum [2021-02-05T00:36:20.152Z] a4357932f1b6: Download complete [2021-02-05T00:36:20.152Z] 63d7cb157983: Verifying Checksum [2021-02-05T00:36:20.152Z] 63d7cb157983: Download complete [2021-02-05T00:36:20.152Z] b116817d02f9: Download complete [2021-02-05T00:36:20.152Z] 5f621e34cdf4: Verifying Checksum [2021-02-05T00:36:20.152Z] 5f621e34cdf4: Download complete [2021-02-05T00:36:20.752Z] 5f621e34cdf4: Pull complete [2021-02-05T00:36:21.354Z] a4357932f1b6: Pull complete [2021-02-05T00:36:21.633Z] 18c013af1878: Pull complete [2021-02-05T00:36:22.239Z] 745a02a5169b: Download complete [2021-02-05T00:36:23.222Z] 00ac8860ef70: Verifying Checksum [2021-02-05T00:36:23.222Z] 00ac8860ef70: Download complete [2021-02-05T00:36:25.236Z] Removing intermediate container b07e07c491a6 [2021-02-05T00:36:25.236Z] ---> ec45f96bb092 [2021-02-05T00:36:25.236Z] Step 8/26 : COPY . . [2021-02-05T00:36:33.387Z] 00ac8860ef70: Pull complete [2021-02-05T00:36:33.387Z] 63d7cb157983: Pull complete [2021-02-05T00:36:33.987Z] b116817d02f9: Pull complete [2021-02-05T00:36:37.411Z] 745a02a5169b: Pull complete [2021-02-05T00:36:37.411Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-05T00:36:37.411Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-05T00:36:37.411Z] ---> b7e6874047d6 [2021-02-05T00:36:37.411Z] 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-05T00:36:41.742Z] ---> Running in 2a63ee913399 [2021-02-05T00:36:42.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:36:44.187Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:36:46.802Z] (1/12) Installing libmagic (5.38-r0) [2021-02-05T00:36:47.779Z] (2/12) Installing file (5.38-r0) [2021-02-05T00:36:48.054Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-05T00:36:48.054Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-05T00:36:58.216Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-05T00:36:58.216Z] (6/12) Installing patch (2.7.6-r6) [2021-02-05T00:36:58.216Z] (7/12) Installing build-base (0.5-r2) [2021-02-05T00:36:58.216Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-05T00:36:58.216Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-05T00:36:58.216Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-05T00:36:58.490Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-05T00:36:58.490Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-05T00:36:58.765Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:36:58.765Z] OK: 217 MiB in 51 packages [2021-02-05T00:37:03.088Z] Removing intermediate container 2a63ee913399 [2021-02-05T00:37:03.088Z] ---> bbe9dff47805 [2021-02-05T00:37:03.088Z] Step 4/6 : WORKDIR /edgex-go [2021-02-05T00:37:03.088Z] ---> Running in 798bf7bd1688 [2021-02-05T00:37:03.701Z] Removing intermediate container 798bf7bd1688 [2021-02-05T00:37:03.701Z] ---> d8fc5d3f4f99 [2021-02-05T00:37:03.701Z] Step 5/6 : COPY go.mod . [2021-02-05T00:37:04.308Z] ---> ac32eb6217ee [2021-02-05T00:37:04.308Z] Step 6/6 : RUN go mod download [2021-02-05T00:37:04.308Z] ---> Running in b28e89231610 [2021-02-05T00:37:04.496Z] ---> a546a47df514 [2021-02-05T00:37:04.496Z] ---> c2e02cbf2819 [2021-02-05T00:37:04.496Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications ---> 86c0c971b3ac [2021-02-05T00:37:04.496Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-05T00:37:04.496Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-05T00:37:04.496Z] [2021-02-05T00:37:04.496Z] ---> Running in 0d0e870137f3 [2021-02-05T00:37:04.496Z] ---> Running in 7cd24999fb90 [2021-02-05T00:37:04.496Z] ---> Running in c9e0837357ea [2021-02-05T00:37:04.496Z] ---> fed1073f124f [2021-02-05T00:37:04.496Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-05T00:37:04.496Z] ---> f3a8216d38cc [2021-02-05T00:37:04.496Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-05T00:37:04.496Z] ---> Running in 15f90a06d2c6 [2021-02-05T00:37:04.496Z] ---> Running in 2ccb7f802550 [2021-02-05T00:37:05.529Z] 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-05T00:37:05.529Z] 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-05T00:37:05.529Z] 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-05T00:37:05.529Z] 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-05T00:37:05.529Z] 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-05T00:37:31.095Z] Removing intermediate container b28e89231610 [2021-02-05T00:37:31.095Z] ---> f4b2dfd41e07 [2021-02-05T00:37:31.370Z] Successfully built f4b2dfd41e07 [2021-02-05T00:37:31.370Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:37:31.718Z] + docker inspect -f . ci-base-image-arm64 [2021-02-05T00:37:31.719Z] . [Pipeline] withDockerContainer [2021-02-05T00:37:32.023Z] prd-ubuntu18.04-docker-arm64-4c-16g-25118 does not seem to be running inside a container [2021-02-05T00:37:32.135Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-05T00:37:33.574Z] $ docker top e0b77979f0e2ce8626e124542dbbeeec772bbc69d360204b3c1e35b6c1a0226f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T00:37:34.640Z] + go version [2021-02-05T00:37:34.640Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-05T00:37:34.677Z] $ docker stop --time=1 e0b77979f0e2ce8626e124542dbbeeec772bbc69d360204b3c1e35b6c1a0226f [2021-02-05T00:37:36.575Z] $ docker rm -f e0b77979f0e2ce8626e124542dbbeeec772bbc69d360204b3c1e35b6c1a0226f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:37:37.563Z] + docker inspect -f . ci-base-image-arm64 [2021-02-05T00:37:37.563Z] . [Pipeline] withDockerContainer [2021-02-05T00:37:37.806Z] prd-ubuntu18.04-docker-arm64-4c-16g-25118 does not seem to be running inside a container [2021-02-05T00:37:37.903Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-05T00:37:39.321Z] $ docker top 8c92bb869fe56a438e358d8d96403d52007dd3b93d66b5eb5dd68468ba70932d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-05T00:37:39.681Z] ========================================================= [2021-02-05T00:37:39.681Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-05T00:37:39.681Z] ========================================================= [Pipeline] sh [2021-02-05T00:37:40.335Z] + make test [2021-02-05T00:37:40.335Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-05T00:37:44.464Z] 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-05T00:37:47.056Z] Removing intermediate container 15f90a06d2c6 [2021-02-05T00:37:47.056Z] ---> d17fc630b935 [2021-02-05T00:37:47.056Z] [2021-02-05T00:37:47.056Z] Step 10/30 : FROM alpine:3.12 [2021-02-05T00:37:47.056Z] Removing intermediate container 2ccb7f802550 [2021-02-05T00:37:47.056Z] ---> 28a3356acf96 [2021-02-05T00:37:47.056Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-05T00:37:47.056Z] 3.12: Pulling from library/alpine [2021-02-05T00:37:47.056Z] ---> Running in a1c3cd980e55 [2021-02-05T00:37:48.028Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T00:37:48.028Z] Status: Downloaded newer image for alpine:3.12 [2021-02-05T00:37:48.028Z] ---> 389fef711851 [2021-02-05T00:37:48.028Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-05T00:37:48.028Z] 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-05T00:37:51.401Z] ---> Running in 4d4a9f9b9400 [2021-02-05T00:37:51.401Z] Removing intermediate container c9e0837357ea [2021-02-05T00:37:51.401Z] ---> 803226f38dd1 [2021-02-05T00:37:51.401Z] [2021-02-05T00:37:51.401Z] Step 10/24 : FROM alpine:3.12 [2021-02-05T00:37:51.401Z] ---> 389fef711851 [2021-02-05T00:37:51.401Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-05T00:37:51.401Z] Removing intermediate container 7cd24999fb90 [2021-02-05T00:37:51.401Z] ---> 36af6d9819f1 [2021-02-05T00:37:51.401Z] [2021-02-05T00:37:51.401Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T00:37:51.401Z] ---> 389fef711851 [2021-02-05T00:37:51.401Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-05T00:37:51.689Z] Removing intermediate container 4d4a9f9b9400 [2021-02-05T00:37:51.689Z] ---> 3c9a4e003eb9 [2021-02-05T00:37:51.689Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-05T00:37:51.689Z] ---> Running in 65a1555df3f4 [2021-02-05T00:37:51.689Z] ---> Running in 37d35b3860b5 [2021-02-05T00:37:51.689Z] ---> Running in 445941c96258 [2021-02-05T00:37:54.276Z] Removing intermediate container a1c3cd980e55 [2021-02-05T00:37:54.276Z] ---> f987a6889508 [2021-02-05T00:37:54.276Z] [2021-02-05T00:37:54.276Z] Step 11/26 : FROM docker:20.10.0 [2021-02-05T00:37:54.276Z] 20.10.0: Pulling from library/docker [2021-02-05T00:37:54.276Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:54.276Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:54.541Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-05T00:37:54.541Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T00:37:54.541Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-05T00:37:54.541Z] (4/5) Installing curl (7.69.1-r3) [2021-02-05T00:37:54.808Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-05T00:37:54.808Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:37:54.808Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T00:37:54.808Z] OK: 7 MiB in 19 packages [2021-02-05T00:37:55.403Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:55.675Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:55.675Z] Removing intermediate container 0d0e870137f3 [2021-02-05T00:37:55.675Z] ---> 12dacaa8b35c [2021-02-05T00:37:55.675Z] [2021-02-05T00:37:55.675Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T00:37:55.675Z] ---> 389fef711851 [2021-02-05T00:37:55.675Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T00:37:55.675Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:55.675Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:55.675Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-05T00:37:55.954Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-05T00:37:55.954Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-05T00:37:55.954Z] (2/2) Installing su-exec (0.2-r1) [2021-02-05T00:37:55.954Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:37:55.954Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:37:55.954Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T00:37:55.954Z] OK: 6 MiB in 16 packages [2021-02-05T00:37:55.954Z] OK: 6 MiB in 16 packages [2021-02-05T00:37:57.376Z] ---> Running in 886b0da32382 [2021-02-05T00:37:58.806Z] Removing intermediate container 65a1555df3f4 [2021-02-05T00:37:58.806Z] ---> be1c164747c9 [2021-02-05T00:37:58.806Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T00:37:58.806Z] Removing intermediate container 37d35b3860b5 [2021-02-05T00:37:58.806Z] ---> 6c767c2fc228 [2021-02-05T00:37:58.806Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:37:58.806Z] Removing intermediate container 445941c96258 [2021-02-05T00:37:58.806Z] ---> baea42351ef0 [2021-02-05T00:37:58.806Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-05T00:37:58.806Z] ---> Running in df0afb7e0810 [2021-02-05T00:37:59.088Z] ---> Running in 4e5bb307fabe [2021-02-05T00:37:59.088Z] ---> Running in 3a34cbaef2df [2021-02-05T00:37:59.088Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:59.088Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:59.370Z] Removing intermediate container df0afb7e0810 [2021-02-05T00:37:59.370Z] ---> 78771193c17d [2021-02-05T00:37:59.370Z] Step 13/24 : WORKDIR / [2021-02-05T00:37:59.370Z] Removing intermediate container 4e5bb307fabe [2021-02-05T00:37:59.370Z] ---> b912a7a027d7 [2021-02-05T00:37:59.370Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-05T00:37:59.370Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T00:37:59.370Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:37:59.370Z] OK: 6 MiB in 15 packages [2021-02-05T00:37:59.370Z] Removing intermediate container 3a34cbaef2df [2021-02-05T00:37:59.370Z] ---> b15485dff264 [2021-02-05T00:37:59.370Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-05T00:37:59.644Z] ---> Running in 86b00144f466 [2021-02-05T00:37:59.644Z] ---> Running in a5a64040d0c5 [2021-02-05T00:37:59.644Z] ---> Running in 20e2622473bb [2021-02-05T00:37:59.919Z] Removing intermediate container 86b00144f466 [2021-02-05T00:37:59.919Z] ---> d2c5ccdcc4de [2021-02-05T00:37:59.919Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T00:37:59.919Z] Removing intermediate container 20e2622473bb [2021-02-05T00:37:59.919Z] ---> d5bd216bba41 [2021-02-05T00:37:59.919Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-05T00:37:59.919Z] ---> Running in b138807fd3bd [2021-02-05T00:38:00.194Z] Removing intermediate container a5a64040d0c5 [2021-02-05T00:38:00.194Z] ---> e3bc28dc4130 [2021-02-05T00:38:00.194Z] 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-05T00:38:00.194Z] ---> Running in 9ae5dc78264c [2021-02-05T00:38:00.799Z] Removing intermediate container 886b0da32382 [2021-02-05T00:38:00.799Z] ---> aafcef9ee573 [2021-02-05T00:38:00.799Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:38:00.799Z] Removing intermediate container b138807fd3bd [2021-02-05T00:38:00.799Z] ---> 02b8e25b9bec [2021-02-05T00:38:00.799Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:38:00.799Z] ---> 8d6f3a217816 [2021-02-05T00:38:00.799Z] 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-05T00:38:00.799Z] ---> Running in de09cc8c7943 [2021-02-05T00:38:02.267Z] Removing intermediate container de09cc8c7943 [2021-02-05T00:38:02.267Z] ---> f6d57ffb9b14 [2021-02-05T00:38:02.267Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-05T00:38:02.540Z] ---> ec971716df29 [2021-02-05T00:38:02.540Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-05T00:38:02.540Z] ---> d365d20ce780 [2021-02-05T00:38:02.540Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-05T00:38:02.540Z] ---> Running in ccf73c01e19c [2021-02-05T00:38:02.825Z] Removing intermediate container ccf73c01e19c [2021-02-05T00:38:02.825Z] ---> 6cdcd42db74c [2021-02-05T00:38:02.825Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T00:38:03.109Z] ---> 316e506469d8 [2021-02-05T00:38:03.109Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-05T00:38:03.109Z] ---> Running in 00ce66501c4f [2021-02-05T00:38:03.109Z] Removing intermediate container 9ae5dc78264c [2021-02-05T00:38:03.109Z] ---> 60cd42e36f50 [2021-02-05T00:38:03.109Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-05T00:38:03.109Z] ---> Running in 566312a77a23 [2021-02-05T00:38:03.378Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-05T00:38:03.378Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-05T00:38:03.378Z] ---> aefe523efa57 [2021-02-05T00:38:03.378Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-05T00:38:03.378Z] ---> f9f3f85b645a [2021-02-05T00:38:03.378Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-05T00:38:03.649Z] ---> Running in 7a69d031493c [2021-02-05T00:38:03.649Z] Removing intermediate container 00ce66501c4f [2021-02-05T00:38:03.649Z] ---> 2b99f1dcd15b [2021-02-05T00:38:03.649Z] Step 15/23 : WORKDIR / [2021-02-05T00:38:03.649Z] Removing intermediate container 566312a77a23 [2021-02-05T00:38:03.649Z] ---> e4fc56c6f548 [2021-02-05T00:38:03.649Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-05T00:38:03.919Z] ---> ff5ade1878a9 [2021-02-05T00:38:03.919Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-05T00:38:03.919Z] ---> Running in 8af024dc1040 [2021-02-05T00:38:03.919Z] ---> 2796da408766 [2021-02-05T00:38:03.919Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-05T00:38:04.201Z] ---> Running in f660ed75441f [2021-02-05T00:38:04.201Z] ---> 61d3a4d3613a [2021-02-05T00:38:04.201Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-05T00:38:04.201Z] Removing intermediate container 8af024dc1040 [2021-02-05T00:38:04.201Z] ---> 32e6a5875c10 [2021-02-05T00:38:04.201Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:38:04.470Z] ---> Running in b40bad9488af [2021-02-05T00:38:04.470Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:04.743Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:04.743Z] Removing intermediate container f660ed75441f [2021-02-05T00:38:04.743Z] ---> b75bec790051 [2021-02-05T00:38:04.743Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:38:04.743Z] ---> 5370387158f3 [2021-02-05T00:38:04.743Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-05T00:38:04.743Z] ---> Running in fb3a2e03d229 [2021-02-05T00:38:04.743Z] (1/2) Installing readline (8.0.4-r0) [2021-02-05T00:38:04.743Z] (2/2) Installing bash (5.0.17-r0) [2021-02-05T00:38:05.026Z] ---> 13482a79bedc [2021-02-05T00:38:05.026Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-05T00:38:05.026Z] Executing bash-5.0.17-r0.post-install [2021-02-05T00:38:05.026Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:38:05.026Z] OK: 12 MiB in 22 packages [2021-02-05T00:38:05.026Z] Removing intermediate container fb3a2e03d229 [2021-02-05T00:38:05.026Z] ---> 27ed5c84265b [2021-02-05T00:38:05.026Z] Step 20/22 : LABEL arch=x86_64 [2021-02-05T00:38:05.299Z] ---> Running in 3231db872920 [2021-02-05T00:38:05.299Z] ---> 1818432b2515 [2021-02-05T00:38:05.299Z] 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-05T00:38:05.595Z] ---> Running in effa996b8f56 [2021-02-05T00:38:05.873Z] Removing intermediate container 3231db872920 [2021-02-05T00:38:05.873Z] ---> 1b89473779dd [2021-02-05T00:38:05.873Z] Step 21/22 : LABEL git_sha=e5a458c2b8430d059b9ef58cf1cf3949ab1208e3 [2021-02-05T00:38:05.873Z] ---> 9f6c813d5353 [2021-02-05T00:38:05.873Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-05T00:38:06.150Z] ---> Running in 3fbc8efe7a83 [2021-02-05T00:38:06.150Z] Removing intermediate container 7a69d031493c [2021-02-05T00:38:06.150Z] ---> 72c1924b42a4 [2021-02-05T00:38:06.150Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-05T00:38:06.421Z] ---> 4b3b3a062ed6 [2021-02-05T00:38:06.421Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-05T00:38:06.421Z] ---> Running in 6546c5a3f863 [2021-02-05T00:38:06.421Z] Removing intermediate container 3fbc8efe7a83 [2021-02-05T00:38:06.421Z] ---> 0875eebe5a83 [2021-02-05T00:38:06.421Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T00:38:06.709Z] ---> Running in 4475adb93263 [2021-02-05T00:38:06.709Z] Removing intermediate container b40bad9488af [2021-02-05T00:38:06.709Z] ---> 2f754066d1e4 [2021-02-05T00:38:06.709Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:38:06.709Z] ---> Running in 05051972d497 [2021-02-05T00:38:06.982Z] Removing intermediate container 6546c5a3f863 [2021-02-05T00:38:06.982Z] ---> 0e804cf3eb91 [2021-02-05T00:38:06.982Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-05T00:38:06.982Z] Removing intermediate container 4475adb93263 [2021-02-05T00:38:06.982Z] ---> aab81369035e [2021-02-05T00:38:06.982Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:38:07.153Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-05T00:38:07.249Z] ---> Running in 17624f68f61c [2021-02-05T00:38:07.250Z] ---> Running in b9b6d8d6a2ae [2021-02-05T00:38:07.250Z] ---> 0e119525adda [2021-02-05T00:38:07.250Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-05T00:38:07.250Z] Removing intermediate container 05051972d497 [2021-02-05T00:38:07.250Z] ---> 2b895e087fe6 [2021-02-05T00:38:07.250Z] [2021-02-05T00:38:07.550Z] Removing intermediate container effa996b8f56 [2021-02-05T00:38:07.550Z] ---> 0df57a728499 [2021-02-05T00:38:07.550Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-05T00:38:07.550Z] Removing intermediate container 17624f68f61c [2021-02-05T00:38:07.550Z] ---> 169d4958c2dd [2021-02-05T00:38:07.550Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-05T00:38:07.864Z] Removing intermediate container b9b6d8d6a2ae [2021-02-05T00:38:07.864Z] ---> 61d64c4b7466 [2021-02-05T00:38:07.864Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T00:38:07.864Z] Successfully built 2b895e087fe6 [2021-02-05T00:38:07.864Z] Successfully tagged docker-support-notifications-go:latest [2021-02-05T00:38:07.864Z] ---> Running in 2632d690bf58 [2021-02-05T00:38:07.864Z] ---> Running in f97fad284641 [2021-02-05T00:38:07.864Z] Building docker-core-command-go [2021-02-05T00:38:07.864Z]  Building docker-support-notifications-go ... done  ---> Running in f7a991040aba [2021-02-05T00:38:07.864Z] ---> 9866a71ec929 [2021-02-05T00:38:07.864Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-05T00:38:08.157Z] Removing intermediate container f97fad284641 [2021-02-05T00:38:08.157Z] ---> b9cda0a27f1c [2021-02-05T00:38:08.157Z] Step 22/24 : LABEL arch=x86_64 [2021-02-05T00:38:08.460Z] Removing intermediate container 2632d690bf58 [2021-02-05T00:38:08.460Z] ---> 61b3ba671a70 [2021-02-05T00:38:08.460Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-05T00:38:08.460Z] Removing intermediate container f7a991040aba [2021-02-05T00:38:08.460Z] ---> 70dd06a5bc47 [2021-02-05T00:38:08.460Z] Step 22/23 : LABEL git_sha=e5a458c2b8430d059b9ef58cf1cf3949ab1208e3 [2021-02-05T00:38:08.460Z] ---> Running in d79eaea29cde [2021-02-05T00:38:08.805Z] ---> Running in 239e67040e97 [2021-02-05T00:38:08.805Z] ---> c435973382c9 [2021-02-05T00:38:08.805Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-05T00:38:08.805Z] Removing intermediate container d79eaea29cde [2021-02-05T00:38:08.805Z] ---> 81ed61356ede [2021-02-05T00:38:08.805Z] Step 23/24 : LABEL git_sha=e5a458c2b8430d059b9ef58cf1cf3949ab1208e3 [2021-02-05T00:38:10.322Z] Removing intermediate container 239e67040e97 [2021-02-05T00:38:10.322Z] ---> 8bd61e210f7b [2021-02-05T00:38:10.322Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T00:38:12.912Z] ---> Running in 3fe08711068c [2021-02-05T00:38:12.912Z] ---> 517c09672d05 [2021-02-05T00:38:12.912Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-05T00:38:12.912Z] ---> 61ba7d0d02e4 [2021-02-05T00:38:12.912Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-05T00:38:12.912Z] ---> Running in 328969d80a26 [2021-02-05T00:38:14.360Z] ---> Running in 8cfa51a0bf12 [2021-02-05T00:38:14.360Z] Removing intermediate container 3fe08711068c [2021-02-05T00:38:14.360Z] ---> 56978190ac98 [2021-02-05T00:38:14.360Z] Step 24/24 : LABEL version=0.0.0 [2021-02-05T00:38:14.360Z] Removing intermediate container 328969d80a26 [2021-02-05T00:38:14.360Z] ---> 793e3cdad69b [2021-02-05T00:38:14.360Z] [2021-02-05T00:38:14.360Z] ---> 338855154689 [2021-02-05T00:38:14.360Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-05T00:38:14.360Z] ---> Running in 077541fdd445 [2021-02-05T00:38:14.631Z] Removing intermediate container 8cfa51a0bf12 [2021-02-05T00:38:14.631Z] ---> 8b1c760d07c8 [2021-02-05T00:38:14.631Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-05T00:38:14.631Z] Successfully built 793e3cdad69b [2021-02-05T00:38:14.631Z] Successfully tagged docker-core-metadata-go:latest [2021-02-05T00:38:14.631Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-02-05T00:38:14.909Z] Removing intermediate container 077541fdd445 [2021-02-05T00:38:14.909Z] ---> a249ae2293c4 [2021-02-05T00:38:14.909Z] [2021-02-05T00:38:14.909Z] ---> c34861e5fb2c [2021-02-05T00:38:14.909Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-05T00:38:14.909Z] ---> Running in b4462168961d [2021-02-05T00:38:14.909Z] ---> 19ae5b53d6f0 [2021-02-05T00:38:14.909Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-05T00:38:15.188Z] Successfully built a249ae2293c4 [2021-02-05T00:38:15.188Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-05T00:38:15.188Z] Building docker-security-proxy-setup-go [2021-02-05T00:38:15.463Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in acaa0b30163a [2021-02-05T00:38:17.473Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:17.473Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:17.752Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-05T00:38:17.752Z] (2/33) Installing expat (2.2.9-r1) [2021-02-05T00:38:17.752Z] (3/33) Installing libffi (3.3-r2) [2021-02-05T00:38:17.752Z] (4/33) Installing gdbm (1.13-r1) [2021-02-05T00:38:18.356Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-05T00:38:18.356Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-05T00:38:18.356Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-05T00:38:28.496Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-05T00:38:28.496Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-05T00:38:28.496Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-05T00:38:28.496Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-05T00:38:28.496Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-05T00:38:28.496Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-05T00:38:28.496Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-05T00:38:28.496Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-05T00:38:28.496Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-05T00:38:28.496Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-05T00:38:29.913Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-05T00:38:29.913Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-05T00:38:29.913Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-05T00:38:29.913Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-05T00:38:30.873Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-05T00:38:31.140Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-05T00:38:31.140Z] Removing intermediate container acaa0b30163a [2021-02-05T00:38:31.140Z] ---> 2cea7b215173 [2021-02-05T00:38:31.140Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-05T00:38:31.140Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-05T00:38:31.140Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-05T00:38:31.407Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-05T00:38:31.676Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-05T00:38:31.676Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:38:31.676Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:38:31.676Z] ---> a7a90c3c226d [2021-02-05T00:38:31.676Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T00:38:31.676Z] ---> Using cache [2021-02-05T00:38:31.676Z] ---> ed1ba7bd8a5a [2021-02-05T00:38:31.676Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:38:31.676Z] ---> Using cache [2021-02-05T00:38:31.942Z] ---> 5807ae9ad92b [2021-02-05T00:38:31.942Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T00:38:31.942Z] ---> Using cache [2021-02-05T00:38:31.942Z] ---> 8aa4eb71de5b [2021-02-05T00:38:31.942Z] Step 6/23 : COPY go.mod . [2021-02-05T00:38:31.942Z] ---> Using cache [2021-02-05T00:38:31.942Z] ---> 248dfc28532f [2021-02-05T00:38:31.942Z] Step 7/23 : RUN go mod download [2021-02-05T00:38:31.942Z] ---> Using cache [2021-02-05T00:38:31.942Z] ---> 7d0e323973d5 [2021-02-05T00:38:31.942Z] Step 8/23 : COPY . . [2021-02-05T00:38:31.942Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-05T00:38:31.942Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-05T00:38:31.942Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-05T00:38:31.942Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-05T00:38:31.942Z] ---> Using cache [2021-02-05T00:38:31.942Z] ---> fed1073f124f [2021-02-05T00:38:31.942Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-05T00:38:31.942Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-05T00:38:31.942Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-05T00:38:37.307Z] ---> Running in 854474117e38 [2021-02-05T00:38:37.307Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:38:37.307Z] OK: 71 MiB in 55 packages [2021-02-05T00:38:38.277Z] ---> Running in ab836b5133a8 [2021-02-05T00:38:39.250Z] Removing intermediate container 854474117e38 [2021-02-05T00:38:39.250Z] ---> 8ffd0ba3f9a3 [2021-02-05T00:38:39.250Z] Step 27/30 : CMD ["gate"] [2021-02-05T00:38:40.262Z] ---> Running in 37cf54c96d6a [2021-02-05T00:38:41.697Z] 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-05T00:38:41.969Z] Removing intermediate container 37cf54c96d6a [2021-02-05T00:38:41.969Z] ---> ae43aecba75c [2021-02-05T00:38:41.969Z] Step 28/30 : LABEL arch=x86_64 [2021-02-05T00:38:43.024Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:38:43.024Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:38:43.024Z] ---> a7a90c3c226d [2021-02-05T00:38:43.024Z] Step 3/21 : WORKDIR /edgex-go [2021-02-05T00:38:43.024Z] ---> Using cache [2021-02-05T00:38:43.024Z] ---> ed1ba7bd8a5a [2021-02-05T00:38:43.024Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:38:43.024Z] ---> Using cache [2021-02-05T00:38:43.024Z] ---> 5807ae9ad92b [2021-02-05T00:38:43.024Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-05T00:38:43.024Z] ---> Using cache [2021-02-05T00:38:43.024Z] ---> 8aa4eb71de5b [2021-02-05T00:38:43.024Z] Step 6/21 : COPY go.mod . [2021-02-05T00:38:43.024Z] ---> Using cache [2021-02-05T00:38:43.024Z] ---> 248dfc28532f [2021-02-05T00:38:43.024Z] Step 7/21 : RUN go mod download [2021-02-05T00:38:43.024Z] ---> Using cache [2021-02-05T00:38:43.024Z] ---> 7d0e323973d5 [2021-02-05T00:38:43.024Z] Step 8/21 : COPY . . [2021-02-05T00:38:43.024Z] ---> Using cache [2021-02-05T00:38:43.024Z] ---> fed1073f124f [2021-02-05T00:38:43.024Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-05T00:38:43.291Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:38:43.291Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:38:43.291Z] ---> a7a90c3c226d [2021-02-05T00:38:43.291Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T00:38:43.291Z] ---> Using cache [2021-02-05T00:38:43.291Z] ---> ed1ba7bd8a5a [2021-02-05T00:38:43.291Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:38:43.291Z] ---> Using cache [2021-02-05T00:38:43.291Z] ---> 5807ae9ad92b [2021-02-05T00:38:43.291Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-05T00:38:44.257Z] ---> Running in 6268b707cc4a [2021-02-05T00:38:44.531Z] ---> Running in 6084e88db0df [2021-02-05T00:38:44.830Z] ---> Running in edc26d03a8a4 [2021-02-05T00:38:45.427Z] Removing intermediate container 6268b707cc4a [2021-02-05T00:38:45.427Z] ---> c0e54c18055b [2021-02-05T00:38:45.427Z] Step 29/30 : LABEL git_sha=e5a458c2b8430d059b9ef58cf1cf3949ab1208e3 [2021-02-05T00:38:46.406Z] ---> Running in b46baaa132fc [2021-02-05T00:38:46.686Z] 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-05T00:38:46.686Z] Removing intermediate container b46baaa132fc [2021-02-05T00:38:46.686Z] ---> eb7ab502694f [2021-02-05T00:38:46.686Z] Step 30/30 : LABEL version=0.0.0 [2021-02-05T00:38:46.955Z] ---> Running in 3a7b87b3cc8f [2021-02-05T00:38:46.955Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:47.547Z] Removing intermediate container 3a7b87b3cc8f [2021-02-05T00:38:47.547Z] ---> 97a6d646864f [2021-02-05T00:38:47.547Z] [2021-02-05T00:38:47.842Z] Successfully built 97a6d646864f [2021-02-05T00:38:47.842Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-05T00:38:47.842Z] Building docker-support-scheduler-go [2021-02-05T00:38:47.842Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:48.837Z] OK: 233 MiB in 51 packages [2021-02-05T00:38:57.139Z] Removing intermediate container edc26d03a8a4 [2021-02-05T00:38:57.139Z] ---> bb7b9e12027f [2021-02-05T00:38:57.139Z] Step 6/23 : COPY go.mod . [2021-02-05T00:38:57.139Z] ---> 718f09a9c6c4 [2021-02-05T00:38:57.139Z] Step 7/23 : RUN go mod download [2021-02-05T00:38:58.631Z] ---> Running in f8d69d5fe04c [2021-02-05T00:39:00.696Z] Removing intermediate container b4462168961d [2021-02-05T00:39:00.696Z] ---> 765e9cf11306 [2021-02-05T00:39:00.696Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-05T00:39:02.190Z] ---> Running in a6ab183a602e [2021-02-05T00:39:05.627Z] Removing intermediate container f8d69d5fe04c [2021-02-05T00:39:05.627Z] ---> 86481c1881eb [2021-02-05T00:39:05.627Z] Step 8/23 : COPY . . [2021-02-05T00:39:12.352Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:39:12.352Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:39:12.352Z] ---> a7a90c3c226d [2021-02-05T00:39:12.352Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T00:39:12.352Z] ---> Using cache [2021-02-05T00:39:12.352Z] ---> ed1ba7bd8a5a [2021-02-05T00:39:12.352Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:39:12.352Z] ---> Using cache [2021-02-05T00:39:12.352Z] ---> 5807ae9ad92b [2021-02-05T00:39:12.352Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-05T00:39:12.352Z] ---> Using cache [2021-02-05T00:39:12.352Z] ---> 8aa4eb71de5b [2021-02-05T00:39:12.352Z] Step 6/22 : COPY go.mod . [2021-02-05T00:39:12.352Z] ---> Using cache [2021-02-05T00:39:12.352Z] ---> 248dfc28532f [2021-02-05T00:39:12.352Z] Step 7/22 : RUN go mod download [2021-02-05T00:39:12.352Z] ---> Using cache [2021-02-05T00:39:12.352Z] ---> 7d0e323973d5 [2021-02-05T00:39:12.352Z] Step 8/22 : COPY . . [2021-02-05T00:39:12.352Z] ---> Using cache [2021-02-05T00:39:12.352Z] ---> fed1073f124f [2021-02-05T00:39:12.352Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-05T00:39:12.623Z] 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-05T00:39:13.608Z] ---> Running in e32e3da54bab [2021-02-05T00:39:14.218Z] Collecting docker-compose==1.23.2 [2021-02-05T00:39:14.218Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-05T00:39:14.505Z] Collecting docker<4.0,>=3.6.0 [2021-02-05T00:39:14.505Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-05T00:39:15.116Z] 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-05T00:39:15.731Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-05T00:39:15.731Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-05T00:39:16.116Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-05T00:39:16.116Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-05T00:39:17.088Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-05T00:39:17.088Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-05T00:39:19.157Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-05T00:39:19.157Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-05T00:39:22.518Z] Removing intermediate container ab836b5133a8 [2021-02-05T00:39:22.518Z] ---> d6cc846e995e [2021-02-05T00:39:22.518Z] [2021-02-05T00:39:22.518Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T00:39:22.518Z] ---> 389fef711851 [2021-02-05T00:39:22.518Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T00:39:22.518Z] ---> Using cache [2021-02-05T00:39:22.518Z] ---> aafcef9ee573 [2021-02-05T00:39:22.518Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:39:22.518Z] ---> Using cache [2021-02-05T00:39:22.518Z] ---> f6d57ffb9b14 [2021-02-05T00:39:22.518Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-05T00:39:23.166Z] Collecting PyYAML<4,>=3.10 [2021-02-05T00:39:23.166Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-05T00:39:24.640Z] ---> Running in 01c58a78c5e1 [2021-02-05T00:39:26.597Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-05T00:39:26.597Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-05T00:39:26.871Z] Removing intermediate container 01c58a78c5e1 [2021-02-05T00:39:26.871Z] ---> 464903418c5a [2021-02-05T00:39:26.871Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T00:39:28.825Z] Collecting jsonschema<3,>=2.5.1 [2021-02-05T00:39:28.825Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-05T00:39:29.106Z] ---> Running in c40ddfe35f55 [2021-02-05T00:39:29.372Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-05T00:39:29.372Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-05T00:39:29.372Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-05T00:39:29.372Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-05T00:39:29.372Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-05T00:39:29.704Z] Collecting texttable<0.10,>=0.9.0 [2021-02-05T00:39:29.704Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-05T00:39:29.974Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-05T00:39:31.098Z] Removing intermediate container c40ddfe35f55 [2021-02-05T00:39:31.098Z] ---> 7b4d3fd472ca [2021-02-05T00:39:31.098Z] Step 15/23 : WORKDIR / [2021-02-05T00:39:31.098Z] Collecting docopt<0.7,>=0.6.1 [2021-02-05T00:39:31.098Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-05T00:39:32.520Z] 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-05T00:39:32.520Z] Removing intermediate container 6084e88db0df [2021-02-05T00:39:32.520Z] ---> 535c1956ddf0 [2021-02-05T00:39:32.520Z] [2021-02-05T00:39:32.520Z] Step 10/21 : FROM alpine:3.12 [2021-02-05T00:39:32.520Z] ---> 389fef711851 [2021-02-05T00:39:32.520Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-05T00:39:32.520Z] Collecting cached-property<2,>=1.2.0 [2021-02-05T00:39:32.520Z] ---> Running in 3300b510e6fc [2021-02-05T00:39:32.520Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-05T00:39:32.820Z] ---> Running in b0cba757e63a [2021-02-05T00:39:32.820Z] Collecting docker-pycreds>=0.4.0 [2021-02-05T00:39:32.820Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-05T00:39:33.119Z] 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-05T00:39:33.119Z] ---> 7a17d4610d06 [2021-02-05T00:39:33.119Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-05T00:39:33.119Z] ---> Running in 565d18c19813 [2021-02-05T00:39:33.119Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-05T00:39:33.389Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-05T00:39:33.389Z] Collecting idna<2.8,>=2.5 [2021-02-05T00:39:33.686Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-05T00:39:33.686Z] 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-05T00:39:33.686Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-05T00:39:33.686Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-05T00:39:33.686Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-05T00:39:33.686Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-05T00:39:33.686Z] Removing intermediate container 3300b510e6fc [2021-02-05T00:39:33.686Z] ---> 30db8f76befa [2021-02-05T00:39:33.686Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:39:34.000Z] Installing collected packages: urllib3, idna, requests, websocket-client, docker-pycreds, docker, dockerpty, PyYAML, jsonschema, texttable, docopt, cached-property, docker-compose [2021-02-05T00:39:34.000Z] Attempting uninstall: urllib3 [2021-02-05T00:39:34.000Z] Found existing installation: urllib3 1.25.9 [2021-02-05T00:39:34.000Z] Uninstalling urllib3-1.25.9: [2021-02-05T00:39:34.275Z] Successfully uninstalled urllib3-1.25.9 [2021-02-05T00:39:34.275Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:39:34.551Z] 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-05T00:39:34.551Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:39:34.829Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-05T00:39:35.132Z] ---> 2a34a53137b7 [2021-02-05T00:39:35.132Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-05T00:39:35.132Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T00:39:35.132Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-05T00:39:35.132Z] (4/4) Installing curl (7.69.1-r3) [2021-02-05T00:39:35.132Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:39:35.424Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T00:39:35.424Z] Attempting uninstall: idna [2021-02-05T00:39:35.424Z] Found existing installation: idna 2.9 [2021-02-05T00:39:35.424Z] Uninstalling idna-2.9: [2021-02-05T00:39:35.424Z] Successfully uninstalled idna-2.9 [2021-02-05T00:39:35.424Z] OK: 7 MiB in 18 packages [2021-02-05T00:39:35.714Z] Attempting uninstall: requests [2021-02-05T00:39:35.714Z] Found existing installation: requests 2.23.0 [2021-02-05T00:39:35.714Z] Uninstalling requests-2.23.0: [2021-02-05T00:39:35.992Z] Successfully uninstalled requests-2.23.0 [2021-02-05T00:39:39.385Z] ---> 8c24816ed6a4 [2021-02-05T00:39:39.385Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-05T00:39:39.385Z] Running setup.py install for dockerpty: started [2021-02-05T00:39:39.987Z] Removing intermediate container b0cba757e63a [2021-02-05T00:39:39.987Z] ---> fe28cb353bde [2021-02-05T00:39:39.987Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T00:39:40.185Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-05T00:39:40.185Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-05T00:39:40.185Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-05T00:39:40.257Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-05T00:39:40.257Z] Running setup.py install for PyYAML: started [2021-02-05T00:39:40.257Z] ---> c1223e3b320c [2021-02-05T00:39:40.257Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-05T00:39:40.257Z] ---> Running in 963f231ae248 [2021-02-05T00:39:40.528Z] ---> Running in a6a567004ef0 [2021-02-05T00:39:40.798Z] Removing intermediate container 963f231ae248 [2021-02-05T00:39:40.798Z] ---> 562f81520377 [2021-02-05T00:39:40.798Z] Step 13/21 : WORKDIR /edgex [2021-02-05T00:39:40.798Z] Removing intermediate container a6a567004ef0 [2021-02-05T00:39:40.798Z] ---> f7934e5a3af0 [2021-02-05T00:39:40.798Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:39:41.069Z] ---> Running in 5f31816d40fe [2021-02-05T00:39:41.069Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-05T00:39:41.069Z] ---> Running in 2018cf808ecd [2021-02-05T00:39:41.069Z] Running setup.py install for texttable: started [2021-02-05T00:39:41.352Z] Removing intermediate container 2018cf808ecd [2021-02-05T00:39:41.352Z] ---> 5d585e334119 [2021-02-05T00:39:41.352Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T00:39:41.655Z] Removing intermediate container 5f31816d40fe [2021-02-05T00:39:41.655Z] ---> 1812ebb842b6 [2021-02-05T00:39:41.655Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-05T00:39:41.962Z] Running setup.py install for texttable: finished with status 'done' [2021-02-05T00:39:41.962Z] Running setup.py install for docopt: started [2021-02-05T00:39:41.962Z] ---> Running in 924ea82232bc [2021-02-05T00:39:42.242Z] ---> 405987a987ac [2021-02-05T00:39:42.242Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-05T00:39:42.519Z] Removing intermediate container 924ea82232bc [2021-02-05T00:39:42.519Z] ---> 707a5bf2b84d [2021-02-05T00:39:42.519Z] Step 22/23 : LABEL git_sha=e5a458c2b8430d059b9ef58cf1cf3949ab1208e3 [2021-02-05T00:39:42.519Z] Running setup.py install for docopt: finished with status 'done' [2021-02-05T00:39:42.519Z] ---> Running in 5a087e04f781 [2021-02-05T00:39:45.482Z] ---> 5beaeea7d877 [2021-02-05T00:39:45.482Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-05T00:39:45.482Z] Removing intermediate container 5a087e04f781 [2021-02-05T00:39:45.482Z] ---> a98a54bf4c4f [2021-02-05T00:39:45.482Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T00:39:45.482Z] 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-05T00:39:45.482Z] ---> Running in 0d811a8b00dc [2021-02-05T00:39:45.482Z] ---> 807d2dd07a35 [2021-02-05T00:39:45.482Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-05T00:39:45.839Z] ---> Running in 0aeef60cb080 [2021-02-05T00:39:45.839Z] Removing intermediate container 0d811a8b00dc [2021-02-05T00:39:45.839Z] ---> 863d86fa36ea [2021-02-05T00:39:45.839Z] [2021-02-05T00:39:46.145Z] Successfully built 863d86fa36ea [2021-02-05T00:39:46.527Z] Successfully tagged docker-core-command-go:latest [2021-02-05T00:39:47.745Z]  Building docker-core-command-go ... done Removing intermediate container 0aeef60cb080 [2021-02-05T00:39:47.745Z] ---> 3bf95d21ab00 [2021-02-05T00:39:47.745Z] Step 18/21 : CMD ["--init=true"] [2021-02-05T00:39:48.335Z] Removing intermediate container e32e3da54bab [2021-02-05T00:39:48.335Z] ---> e4035d5e6e90 [2021-02-05T00:39:48.335Z] [2021-02-05T00:39:48.335Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T00:39:48.335Z] ---> 389fef711851 [2021-02-05T00:39:48.335Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-05T00:39:48.335Z] ---> Using cache [2021-02-05T00:39:48.335Z] ---> aafcef9ee573 [2021-02-05T00:39:48.335Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:39:48.335Z] ---> Using cache [2021-02-05T00:39:48.335Z] ---> f6d57ffb9b14 [2021-02-05T00:39:48.335Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-05T00:39:48.592Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.392s coverage: 46.0% of statements [2021-02-05T00:39:48.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-05T00:39:48.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-05T00:39:48.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-05T00:39:48.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-05T00:39:48.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-05T00:39:48.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-05T00:39:48.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-05T00:39:48.592Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.177s coverage: 100.0% of statements [2021-02-05T00:39:49.296Z] ---> Running in ec42a3a92e2c [2021-02-05T00:39:49.296Z] ---> Running in 26adca712828 [2021-02-05T00:39:49.567Z] Removing intermediate container a6ab183a602e [2021-02-05T00:39:49.567Z] ---> cc1dbef5a116 [2021-02-05T00:39:49.567Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-05T00:39:49.567Z] Removing intermediate container ec42a3a92e2c [2021-02-05T00:39:49.567Z] ---> 05a406595d00 [2021-02-05T00:39:49.567Z] Step 19/21 : LABEL arch=x86_64 [2021-02-05T00:39:49.834Z] ---> Running in 5d5bbbabf987 [2021-02-05T00:39:50.106Z] ---> Running in 4b29fe8a0953 [2021-02-05T00:39:50.421Z] Removing intermediate container 26adca712828 [2021-02-05T00:39:50.421Z] ---> 147e097390b5 [2021-02-05T00:39:50.421Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T00:39:51.399Z] ---> Running in a9385c553c56 [2021-02-05T00:39:51.399Z] Removing intermediate container 4b29fe8a0953 [2021-02-05T00:39:51.399Z] ---> ccdeca6ef36a [2021-02-05T00:39:51.399Z] Step 20/21 : LABEL git_sha=e5a458c2b8430d059b9ef58cf1cf3949ab1208e3 [2021-02-05T00:39:51.399Z] ---> Running in 638b64b3313b [2021-02-05T00:39:51.670Z] Removing intermediate container a9385c553c56 [2021-02-05T00:39:51.670Z] ---> 289b1e901c84 [2021-02-05T00:39:51.670Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:39:51.974Z] Removing intermediate container 638b64b3313b [2021-02-05T00:39:51.974Z] ---> 97089f25525f [2021-02-05T00:39:51.974Z] Step 21/21 : LABEL version=0.0.0 [2021-02-05T00:39:51.974Z] ---> Running in 98a68c2c3a40 [2021-02-05T00:39:52.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:39:52.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:39:52.251Z] ---> 66674ddb2415 [2021-02-05T00:39:52.251Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-05T00:39:52.542Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T00:39:52.542Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-05T00:39:52.542Z] (3/3) Installing curl (7.69.1-r3) [2021-02-05T00:39:52.542Z] Removing intermediate container 98a68c2c3a40 [2021-02-05T00:39:52.542Z] ---> 1b6b3226ad41 [2021-02-05T00:39:52.542Z] [2021-02-05T00:39:52.542Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:39:52.542Z] OK: 72 MiB in 58 packages [2021-02-05T00:39:52.816Z] Successfully built 1b6b3226ad41 [2021-02-05T00:39:52.816Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-05T00:39:53.416Z]  Building docker-security-proxy-setup-go ... done  ---> 4322425ebf47 [2021-02-05T00:39:53.416Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-05T00:39:53.416Z] Removing intermediate container 5d5bbbabf987 [2021-02-05T00:39:53.416Z] ---> 9ce4740f40ce [2021-02-05T00:39:53.416Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-05T00:39:53.686Z] ---> Running in af0d708ab430 [2021-02-05T00:39:53.686Z] ---> 211b4a497633 [2021-02-05T00:39:53.686Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-05T00:39:53.686Z] ---> Running in 1d99871af086 [2021-02-05T00:39:53.957Z] Removing intermediate container af0d708ab430 [2021-02-05T00:39:53.957Z] ---> a4bf28e71ed5 [2021-02-05T00:39:53.957Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:39:55.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.555s coverage: 27.1% of statements [2021-02-05T00:39:55.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-05T00:39:55.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-05T00:39:55.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-05T00:39:55.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-05T00:39:55.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-05T00:39:55.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-05T00:39:55.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.069s coverage: 100.0% of statements [2021-02-05T00:39:55.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-05T00:39:55.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements [2021-02-05T00:39:55.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-05T00:39:55.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-05T00:39:55.896Z] ---> Running in 0ec7a07d9398 [2021-02-05T00:39:55.896Z] Removing intermediate container 1d99871af086 [2021-02-05T00:39:55.896Z] ---> 964593144d73 [2021-02-05T00:39:55.896Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:39:55.978Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.255s coverage: 65.8% of statements [2021-02-05T00:39:55.978Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-05T00:39:55.978Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-05T00:39:56.475Z] ---> Running in 5960d0cf678e [2021-02-05T00:39:56.739Z] Removing intermediate container 0ec7a07d9398 [2021-02-05T00:39:56.739Z] ---> 2f68feb0b424 [2021-02-05T00:39:56.739Z] Step 24/26 : LABEL arch=x86_64 [2021-02-05T00:39:56.739Z] Removing intermediate container 5960d0cf678e [2021-02-05T00:39:56.739Z] ---> 6e6200c8a8ed [2021-02-05T00:39:56.739Z] Step 20/22 : LABEL arch=x86_64 [2021-02-05T00:39:56.739Z] ---> Running in 0db029e26b0a [2021-02-05T00:39:57.004Z] ---> Running in 1b36680277bb [2021-02-05T00:39:57.005Z] Removing intermediate container 0db029e26b0a [2021-02-05T00:39:57.005Z] ---> 6c6278aeff79 [2021-02-05T00:39:57.005Z] Step 25/26 : LABEL git_sha=e5a458c2b8430d059b9ef58cf1cf3949ab1208e3 [2021-02-05T00:39:57.275Z] ---> Running in 9490e928659a [2021-02-05T00:39:57.275Z] Removing intermediate container 1b36680277bb [2021-02-05T00:39:57.275Z] ---> 25e1d4d11128 [2021-02-05T00:39:57.275Z] Step 21/22 : LABEL git_sha=e5a458c2b8430d059b9ef58cf1cf3949ab1208e3 [2021-02-05T00:39:57.275Z] ---> Running in 0bca523f9fe5 [2021-02-05T00:39:57.275Z] Removing intermediate container 9490e928659a [2021-02-05T00:39:57.275Z] ---> 5b677c377adb [2021-02-05T00:39:57.275Z] Step 26/26 : LABEL version=0.0.0 [2021-02-05T00:39:57.542Z] ---> Running in 51c597d2b434 [2021-02-05T00:39:57.542Z] Removing intermediate container 0bca523f9fe5 [2021-02-05T00:39:57.542Z] ---> b9cb1200cc36 [2021-02-05T00:39:57.542Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T00:39:57.542Z] ---> Running in 4d27abd20641 [2021-02-05T00:39:57.807Z] Removing intermediate container 51c597d2b434 [2021-02-05T00:39:57.807Z] ---> 8ce5b9c1bbd8 [2021-02-05T00:39:57.807Z] [2021-02-05T00:39:57.807Z] Successfully built 8ce5b9c1bbd8 [2021-02-05T00:39:58.071Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-05T00:39:58.071Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 4d27abd20641 [2021-02-05T00:39:58.071Z] ---> 5f341bf0249d [2021-02-05T00:39:58.071Z] [2021-02-05T00:39:58.335Z] Successfully built 5f341bf0249d [2021-02-05T00:39:58.335Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-05T00:39:59.441Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.720s coverage: 82.3% of statements [2021-02-05T00:39:59.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-05T00:39:59.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:39:59.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-05T00:39:59.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-05T00:39:59.736Z]  Building docker-support-scheduler-go ... done Removing intermediate container 565d18c19813 [2021-02-05T00:39:59.736Z] ---> e025d94adb5c [2021-02-05T00:39:59.736Z] [2021-02-05T00:39:59.736Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T00:39:59.736Z] ---> 389fef711851 [2021-02-05T00:39:59.736Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-05T00:40:00.008Z] ---> Running in 856df912f3cd [2021-02-05T00:40:00.008Z] Removing intermediate container 856df912f3cd [2021-02-05T00:40:00.008Z] ---> da6a7bd35bd6 [2021-02-05T00:40:00.008Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-05T00:40:00.008Z] ---> Running in 3a6a3af8924f [2021-02-05T00:40:00.274Z] Removing intermediate container 3a6a3af8924f [2021-02-05T00:40:00.274Z] ---> a74e0d616540 [2021-02-05T00:40:00.274Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-05T00:40:00.274Z] ---> Running in ac856c921284 [2021-02-05T00:40:00.541Z] Removing intermediate container ac856c921284 [2021-02-05T00:40:00.541Z] ---> f472db045493 [2021-02-05T00:40:00.541Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:40:00.820Z] ---> Running in 87536639997d [2021-02-05T00:40:01.799Z] Removing intermediate container 87536639997d [2021-02-05T00:40:01.799Z] ---> 0e60a02f3be9 [2021-02-05T00:40:01.799Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-05T00:40:01.799Z] ---> Running in 17e576c7c8d8 [2021-02-05T00:40:02.383Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:40:03.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:40:04.288Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-05T00:40:04.288Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-05T00:40:04.551Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-05T00:40:04.551Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-05T00:40:05.123Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-05T00:40:05.386Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-05T00:40:05.386Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:40:05.386Z] OK: 8 MiB in 20 packages [2021-02-05T00:40:05.961Z] Removing intermediate container 17e576c7c8d8 [2021-02-05T00:40:05.961Z] ---> 12c9881c9eb9 [2021-02-05T00:40:05.961Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:40:06.229Z] ---> bcd4cec6abb4 [2021-02-05T00:40:06.229Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-05T00:40:06.806Z] ---> 8122c45881ec [2021-02-05T00:40:06.806Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-05T00:40:07.068Z] ---> 39bc1422419e [2021-02-05T00:40:07.068Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-05T00:40:07.331Z] ---> Running in 1abd8efe4324 [2021-02-05T00:40:07.331Z] Removing intermediate container 1abd8efe4324 [2021-02-05T00:40:07.331Z] ---> 375f46aa1046 [2021-02-05T00:40:07.331Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:40:07.594Z] ---> Running in 8e19f8c0c04d [2021-02-05T00:40:07.594Z] Removing intermediate container 8e19f8c0c04d [2021-02-05T00:40:07.594Z] ---> 3f4681d3c91d [2021-02-05T00:40:07.594Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T00:40:07.594Z] ---> Running in 3734ccec3729 [2021-02-05T00:40:07.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.393s coverage: 28.6% of statements [2021-02-05T00:40:07.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-05T00:40:07.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-05T00:40:07.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-05T00:40:07.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-05T00:40:07.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-05T00:40:07.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.197s coverage: 100.0% of statements [2021-02-05T00:40:07.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-05T00:40:07.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.078s coverage: 100.0% of statements [2021-02-05T00:40:07.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-05T00:40:07.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.372s coverage: 86.7% of statements [2021-02-05T00:40:07.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-05T00:40:07.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.368s coverage: 97.5% of statements [2021-02-05T00:40:07.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-05T00:40:07.856Z] Removing intermediate container 3734ccec3729 [2021-02-05T00:40:07.856Z] ---> c01348255cde [2021-02-05T00:40:07.856Z] Step 22/23 : LABEL git_sha=e5a458c2b8430d059b9ef58cf1cf3949ab1208e3 [2021-02-05T00:40:07.856Z] ---> Running in 897c3480f4c3 [2021-02-05T00:40:08.117Z] Removing intermediate container 897c3480f4c3 [2021-02-05T00:40:08.117Z] ---> 5276d5cc0333 [2021-02-05T00:40:08.117Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T00:40:08.117Z] ---> Running in 8640de1915d1 [2021-02-05T00:40:08.382Z] Removing intermediate container 8640de1915d1 [2021-02-05T00:40:08.382Z] ---> ec2200c3cb08 [2021-02-05T00:40:08.382Z] [2021-02-05T00:40:08.382Z] Successfully built ec2200c3cb08 [2021-02-05T00:40:08.644Z] Successfully tagged docker-core-data-go:latest [2021-02-05T00:40:08.925Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-05T00:40:08.955Z] $ docker stop --time=1 b9a47c6bb972a945ab5f9e54692b88fa7cf951dac1e41a3728a7a6ee5778d9f2 [2021-02-05T00:40:10.478Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.199s coverage: 78.3% of statements [2021-02-05T00:40:10.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-05T00:40:10.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-05T00:40:10.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-05T00:40:10.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-05T00:40:10.666Z] $ docker rm -f b9a47c6bb972a945ab5f9e54692b88fa7cf951dac1e41a3728a7a6ee5778d9f2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T00:40:11.543Z] + docker images [2021-02-05T00:40:11.543Z] + grep docker [2021-02-05T00:40:11.804Z] docker-core-data-go latest ec2200c3cb08 3 seconds ago 22.3MB [2021-02-05T00:40:11.804Z] docker-sys-mgmt-agent-go latest 8ce5b9c1bbd8 14 seconds ago 313MB [2021-02-05T00:40:11.804Z] docker-support-scheduler-go latest 5f341bf0249d 14 seconds ago 17MB [2021-02-05T00:40:11.804Z] docker-security-proxy-setup-go latest 1b6b3226ad41 19 seconds ago 24.4MB [2021-02-05T00:40:11.804Z] docker-core-command-go latest 863d86fa36ea 26 seconds ago 16.9MB [2021-02-05T00:40:11.804Z] docker-security-bootstrapper-go latest 97a6d646864f About a minute ago 17.9MB [2021-02-05T00:40:11.804Z] docker-core-metadata-go latest 793e3cdad69b About a minute ago 18.8MB [2021-02-05T00:40:11.804Z] docker-security-secretstore-setup-go latest a249ae2293c4 About a minute ago 24.6MB [2021-02-05T00:40:11.804Z] docker-support-notifications-go latest 2b895e087fe6 2 minutes ago 17.6MB [2021-02-05T00:40:11.804Z] docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-05T00:40:20.691Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.559s coverage: 92.8% of statements [2021-02-05T00:40:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-05T00:40:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:40:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-05T00:40:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-05T00:40:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-05T00:40:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-05T00:40:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-05T00:40:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-05T00:40:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-05T00:40:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-05T00:40:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-05T00:40:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-05T00:40:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-05T00:40:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-05T00:40:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-05T00:40:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-05T00:40:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-05T00:40:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-05T00:40:20.691Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2021-02-05T00:40:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-05T00:40:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-05T00:40:20.691Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.225s coverage: 0.1% of statements [2021-02-05T00:40:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-05T00:40:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-05T00:40:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-05T00:40:20.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.064s coverage: 45.5% of statements [2021-02-05T00:40:20.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.126s coverage: 79.5% of statements [2021-02-05T00:40:20.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.061s coverage: 94.1% of statements [2021-02-05T00:40:20.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.087s coverage: 96.3% of statements [2021-02-05T00:40:20.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.086s coverage: 87.5% of statements [2021-02-05T00:40:27.560Z] Still waiting to schedule task [2021-02-05T00:40:27.560Z] ‘prd-ubuntu18.04-docker-8c-8g-25124’ is offline [2021-02-05T00:40:33.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.084s coverage: 94.4% of statements [2021-02-05T00:40:33.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.088s coverage: 44.8% of statements [2021-02-05T00:40:48.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.148s coverage: 92.9% of statements [2021-02-05T00:40:48.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-05T00:40:48.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-05T00:40:48.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-05T00:40:48.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.059s coverage: 77.8% of statements [2021-02-05T00:40:48.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-05T00:40:48.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-05T00:40:48.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-05T00:40:48.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-05T00:40:48.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-05T00:40:48.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.083s coverage: 87.2% of statements [2021-02-05T00:40:48.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-05T00:40:48.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-05T00:40:48.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements [2021-02-05T00:40:48.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-05T00:40:48.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 75.5% of statements [2021-02-05T00:40:48.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-05T00:40:48.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements [2021-02-05T00:40:48.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.142s coverage: 87.2% of statements [2021-02-05T00:40:48.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.174s coverage: 84.2% of statements [2021-02-05T00:40:48.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.216s coverage: 91.4% of statements [2021-02-05T00:40:48.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-05T00:40:48.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.664s coverage: 63.5% of statements [2021-02-05T00:40:48.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-05T00:40:48.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-05T00:40:48.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements [2021-02-05T00:40:48.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.108s coverage: 91.3% of statements [2021-02-05T00:40:48.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2021-02-05T00:40:48.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements [2021-02-05T00:40:48.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements [2021-02-05T00:40:53.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.957s coverage: 68.9% of statements [2021-02-05T00:40:53.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-05T00:40:53.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-05T00:40:55.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.461s coverage: 37.0% of statements [2021-02-05T00:40:55.249Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-05T00:40:55.249Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-05T00:40:55.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.980s coverage: 84.0% of statements [2021-02-05T00:40:55.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.087s coverage: 100.0% of statements [2021-02-05T00:41:05.473Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.597s coverage: 47.0% of statements [2021-02-05T00:41:05.473Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-05T00:41:05.473Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-05T00:41:05.473Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-05T00:41:05.473Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-05T00:41:05.473Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-05T00:41:05.473Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.133s coverage: 100.0% of statements [2021-02-05T00:41:05.473Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-05T00:41:05.473Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.204s coverage: 100.0% of statements [2021-02-05T00:41:05.473Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-05T00:41:05.473Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-05T00:41:05.473Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-05T00:41:05.473Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-05T00:41:05.473Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.289s coverage: 87.0% of statements [2021-02-05T00:41:05.473Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-05T00:41:05.473Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:41:05.473Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-05T00:41:15.696Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.286s coverage: 29.1% of statements [2021-02-05T00:41:15.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-05T00:41:15.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-05T00:41:15.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-05T00:41:15.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-05T00:41:15.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-05T00:41:15.696Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.274s coverage: 99.0% of statements [2021-02-05T00:41:15.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-05T00:41:15.696Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.101s coverage: 100.0% of statements [2021-02-05T00:41:15.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-05T00:41:15.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-05T00:41:15.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-05T00:41:15.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-05T00:41:15.696Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.186s coverage: 100.0% of statements [2021-02-05T00:41:15.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-05T00:41:15.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:41:15.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-05T00:41:15.696Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-02-05T00:41:15.696Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-05T00:41:15.696Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements [2021-02-05T00:41:15.696Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-05T00:41:15.696Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-05T00:41:15.696Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-05T00:41:15.696Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-05T00:41:15.696Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.128s coverage: 87.9% of statements [2021-02-05T00:41:15.696Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-05T00:41:15.696Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-05T00:41:15.696Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.077s coverage: 100.0% of statements [2021-02-05T00:41:15.696Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.065s coverage: 32.1% of statements [2021-02-05T00:41:15.696Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.094s coverage: 100.0% of statements [2021-02-05T00:41:16.294Z] GO111MODULE=on go vet ./... [2021-02-05T00:42:05.634Z] Running on prd-ubuntu18.04-docker-8c-8g-25127 in /w/workspace/edgexfoundry_edgex-go_PR-3115 [Pipeline] { [Pipeline] ws [2021-02-05T00:42:05.687Z] Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout [2021-02-05T00:42:07.840Z] using credential edgex-jenkins-ssh [2021-02-05T00:42:07.889Z] Cloning the remote Git repository [2021-02-05T00:42:07.917Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-05T00:42:07.983Z] > git init /w/workspace/edgex-go/9 # timeout=10 [2021-02-05T00:42:08.009Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T00:42:08.009Z] > git --version # timeout=10 [2021-02-05T00:42:08.015Z] > git --version # 'git version 2.17.1' [2021-02-05T00:42:08.015Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T00:42:08.042Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T00:42:31.745Z] Merging remotes/origin/master commit a296f24e360d73b4e20a007fd564889f5e431139 into PR head commit 851e4143f28a2cd8068469dd505430949f64edc8 [2021-02-05T00:42:31.070Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T00:42:31.080Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T00:42:31.098Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T00:42:31.109Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T00:42:31.109Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T00:42:31.114Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3115/head:refs/remotes/origin/PR-3115 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-05T00:42:31.755Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T00:42:31.761Z] > git checkout -f 851e4143f28a2cd8068469dd505430949f64edc8 # timeout=10 [2021-02-05T00:42:31.955Z] Merge succeeded, producing 37fa6e25125cda229989e3942aed332fc3c04eb1 [2021-02-05T00:42:31.955Z] Checking out Revision 37fa6e25125cda229989e3942aed332fc3c04eb1 (PR-3115) [2021-02-05T00:42:31.855Z] > git remote # timeout=10 [2021-02-05T00:42:31.869Z] > git config --get remote.origin.url # timeout=10 [2021-02-05T00:42:31.874Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T00:42:31.878Z] > git merge a296f24e360d73b4e20a007fd564889f5e431139 # timeout=10 [2021-02-05T00:42:31.946Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-05T00:42:31.958Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T00:42:31.969Z] > git checkout -f 37fa6e25125cda229989e3942aed332fc3c04eb1 # timeout=10 [2021-02-05T00:42:35.622Z] Commit message: "Merge commit 'a296f24e360d73b4e20a007fd564889f5e431139' into HEAD" [2021-02-05T00:42:35.625Z] > git rev-list --no-walk 851e4143f28a2cd8068469dd505430949f64edc8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:42:36.717Z] + echo snap-build.sh [2021-02-05T00:42:36.717Z] snap-build.sh [2021-02-05T00:42:36.717Z] + SNAP_BASE_DIR=. [2021-02-05T00:42:36.717Z] + '[' '!' -z /w/workspace/edgex-go/9 ']' [2021-02-05T00:42:36.717Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/9 [2021-02-05T00:42:36.717Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/9]' [2021-02-05T00:42:36.717Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/9] [2021-02-05T00:42:36.717Z] + cd /w/workspace/edgex-go/9 [2021-02-05T00:42:36.717Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-05T00:42:36.717Z] Reading package lists... [2021-02-05T00:42:36.717Z] Building dependency tree... [2021-02-05T00:42:36.717Z] Reading state information... [2021-02-05T00:42:36.980Z] The following packages were automatically installed and are no longer required: [2021-02-05T00:42:36.980Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-05T00:42:36.980Z] uidmap xdelta3 [2021-02-05T00:42:36.980Z] Use 'sudo apt autoremove' to remove them. [2021-02-05T00:42:36.980Z] The following packages will be REMOVED: [2021-02-05T00:42:36.981Z] lxd* lxd-client* [2021-02-05T00:42:37.242Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-05T00:42:37.242Z] After this operation, 31.7 MB disk space will be freed. [2021-02-05T00:42:38.161Z] gofmt -l . [2021-02-05T00:42:38.296Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-02-05T00:42:38.296Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-05T00:42:39.267Z] Removing lxd dnsmasq configuration [2021-02-05T00:42:39.267Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-05T00:42:39.267Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-05T00:42:39.640Z] [ "`gofmt -l .`" = "" ] [2021-02-05T00:42:40.217Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-05T00:42:40.483Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-02-05T00:42:40.483Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-05T00:42:41.883Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-05T00:42:41.883Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-05T00:42:42.830Z] + sudo snap remove --purge lxd [2021-02-05T00:42:43.091Z] snap "lxd" is not installed [2021-02-05T00:42:43.091Z] + sudo groupadd --force --system lxd [2021-02-05T00:42:43.091Z] ++ whoami [2021-02-05T00:42:43.091Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-05T00:42:43.091Z] + newgrp - lxd [2021-02-05T00:42:43.091Z] + sudo snap install lxd [2021-02-05T00:42:44.005Z] ./bin/test-go-mod-tidy.sh [2021-02-05T00:42:44.279Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-05T00:42:46.419Z] + ls -al . [2021-02-05T00:42:46.419Z] total 716 [2021-02-05T00:42:46.419Z] drwxrwxr-x 9 1001 1001 4096 Feb 5 00:42 . [2021-02-05T00:42:46.419Z] drwxr-xr-x 4 root root 4096 Feb 5 00:37 .. [2021-02-05T00:42:46.419Z] -rw-rw-r-- 1 1001 1001 11 Feb 5 00:36 .dockerignore [2021-02-05T00:42:46.419Z] drwxrwxr-x 8 1001 1001 4096 Feb 5 00:36 .git [2021-02-05T00:42:46.419Z] drwxrwxr-x 3 1001 1001 4096 Feb 5 00:36 .github [2021-02-05T00:42:46.419Z] -rw-rw-r-- 1 1001 1001 818 Feb 5 00:36 .gitignore [2021-02-05T00:42:46.419Z] -rw-rw-r-- 1 1001 1001 166 Feb 5 00:36 .sonarcloud.properties [2021-02-05T00:42:46.419Z] -rw-rw-r-- 1 1001 1001 7859 Feb 5 00:36 Attribution.txt [2021-02-05T00:42:46.419Z] -rw-rw-r-- 1 1001 1001 3804 Feb 5 00:36 CONTRIBUTING.md [2021-02-05T00:42:46.419Z] -rw-rw-r-- 1 1001 1001 931 Feb 5 00:36 Dockerfile.build [2021-02-05T00:42:46.419Z] -rw-rw-r-- 1 1001 1001 863 Feb 5 00:36 Jenkinsfile [2021-02-05T00:42:46.419Z] -rw-rw-r-- 1 1001 1001 10775 Feb 5 00:36 LICENSE [2021-02-05T00:42:46.419Z] -rw-rw-r-- 1 1001 1001 5774 Feb 5 00:36 Makefile [2021-02-05T00:42:46.419Z] -rw-rw-r-- 1 1001 1001 6524 Feb 5 00:36 README.md [2021-02-05T00:42:46.419Z] -rw-rw-r-- 1 1001 1001 6755 Feb 5 00:36 SECURITY.md [2021-02-05T00:42:46.419Z] -rw-rw-r-- 1 1001 1001 5 Feb 5 00:31 VERSION [2021-02-05T00:42:46.419Z] -rw-rw-r-- 1 1001 1001 4131 Feb 5 00:36 ZMQWindows.md [2021-02-05T00:42:46.419Z] drwxrwxr-x 2 1001 1001 4096 Feb 5 00:36 bin [2021-02-05T00:42:46.419Z] drwxrwxr-x 14 1001 1001 4096 Feb 5 00:36 cmd [2021-02-05T00:42:46.419Z] -rw-r--r-- 1 root root 585236 Feb 5 00:41 coverage.out [2021-02-05T00:42:46.419Z] -rw-r--r-- 1 root root 1054 Feb 5 00:42 go.mod [2021-02-05T00:42:46.419Z] -rw-r--r-- 1 root root 19290 Feb 5 00:42 go.sum [2021-02-05T00:42:46.419Z] drwxrwxr-x 8 1001 1001 4096 Feb 5 00:36 internal [2021-02-05T00:42:46.419Z] drwxrwxr-x 4 1001 1001 4096 Feb 5 00:36 openapi [2021-02-05T00:42:46.419Z] drwxrwxr-x 4 1001 1001 4096 Feb 5 00:36 snap [2021-02-05T00:42:46.419Z] -rw-rw-r-- 1 1001 1001 168 Feb 5 00:36 version.go [Pipeline] sh [2021-02-05T00:42:47.084Z] + '[' -e coverage.out ] [2021-02-05T00:42:47.084Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-05T00:42:47.105Z] Warning: overwriting stash ‘coverage-report’ [2021-02-05T00:42:48.396Z] Stashed 1 file(s) [Pipeline] sh [2021-02-05T00:42:49.056Z] + make build [2021-02-05T00:42:49.056Z] 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-05T00:42:51.256Z] 2021-02-05T00:42:49Z INFO Waiting for automatic snapd restart... [2021-02-05T00:43:04.177Z] 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-05T00:43:06.200Z] lxd 4.10 from Canonical* installed [2021-02-05T00:43:06.200Z] + sudo lxd init --auto [2021-02-05T00:43:14.357Z] + sudo snap install --classic snapcraft [2021-02-05T00:43:19.652Z] snapcraft 4.4.4 from Canonical* installed [2021-02-05T00:43:19.652Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-05T00:43:19.652Z] + patch --verbose -p1 [2021-02-05T00:43:19.652Z] Hmm... Looks like a unified diff to me... [2021-02-05T00:43:19.652Z] The text leading up to this was: [2021-02-05T00:43:19.652Z] -------------------------- [2021-02-05T00:43:19.652Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-05T00:43:19.652Z] |From: Tony Espy [2021-02-05T00:43:19.652Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-05T00:43:19.652Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-05T00:43:19.652Z] | [2021-02-05T00:43:19.652Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-05T00:43:19.652Z] |optimize the snap CI check run for pull requests. When [2021-02-05T00:43:19.652Z] |applied, it essentially strips out everything (apps and [2021-02-05T00:43:19.652Z] |parts) from the snapcraft.yaml file except those required [2021-02-05T00:43:19.652Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-05T00:43:19.652Z] |catch changes to edgex-go that break the snap build. [2021-02-05T00:43:19.652Z] | [2021-02-05T00:43:19.652Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-05T00:43:19.652Z] |to update this patch file, otherwise it may fail to apply, [2021-02-05T00:43:19.652Z] |resulting in a failed snap build CI check in the associated [2021-02-05T00:43:19.652Z] |pull request. [2021-02-05T00:43:19.652Z] | [2021-02-05T00:43:19.652Z] |Note - in addition to applying this patch, the pipeline also [2021-02-05T00:43:19.652Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-05T00:43:19.652Z] |need to build the finally binary .snap file (and it won't [2021-02-05T00:43:19.652Z] |work with the patch applied). This further reduces the build [2021-02-05T00:43:19.652Z] |time. [2021-02-05T00:43:19.652Z] |--- [2021-02-05T00:43:19.652Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-05T00:43:19.652Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-05T00:43:19.652Z] | [2021-02-05T00:43:19.652Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-05T00:43:19.652Z] |index 1e537489..faf42425 100644 [2021-02-05T00:43:19.652Z] |--- a/snap/snapcraft.yaml [2021-02-05T00:43:19.652Z] |+++ b/snap/snapcraft.yaml [2021-02-05T00:43:19.652Z] -------------------------- [2021-02-05T00:43:19.652Z] patching file snap/snapcraft.yaml [2021-02-05T00:43:19.652Z] Using Plan A... [2021-02-05T00:43:19.652Z] Hunk #1 FAILED at 73. [2021-02-05T00:43:19.652Z] Hunk #2 succeeded at 277 with fuzz 1 (offset 6 lines). [2021-02-05T00:43:19.652Z] Hunk #3 succeeded at 289 (offset 3 lines). [2021-02-05T00:43:19.652Z] Hunk #4 succeeded at 297 (offset 3 lines). [2021-02-05T00:43:19.652Z] Hunk #5 succeeded at 304 (offset 3 lines). [2021-02-05T00:43:19.652Z] Hunk #6 succeeded at 331 (offset 3 lines). [2021-02-05T00:43:19.652Z] Hunk #7 succeeded at 365 (offset 3 lines). [2021-02-05T00:43:19.652Z] Hunk #8 succeeded at 424 (offset 11 lines). [2021-02-05T00:43:19.652Z] 1 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-02-05T00:43:19.652Z] Hmm... Ignoring the trailing garbage. [2021-02-05T00:43:19.652Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-05T00:43:20.398Z] Failed in branch amd64 [2021-02-05T00:43:30.983Z] 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-05T00:43:37.696Z] 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-05T00:43:46.005Z] 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-05T00:43:46.598Z] 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-05T00:43:53.326Z] 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-05T00:44:00.044Z] 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-05T00:44:03.459Z] 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-05T00:44:08.862Z] 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-05T00:44:13.177Z] 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-05T00:44:17.505Z] 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-05T00:44:24.258Z] $ docker stop --time=1 8c92bb869fe56a438e358d8d96403d52007dd3b93d66b5eb5dd68468ba70932d [2021-02-05T00:44:26.717Z] $ docker rm -f 8c92bb869fe56a438e358d8d96403d52007dd3b93d66b5eb5dd68468ba70932d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:44:28.768Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T00:44:28.768Z] [2021-02-05T00:44:28.768Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:44:29.161Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T00:44:29.162Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-05T00:44:29.162Z] 29e5d40040c1: Pulling fs layer [2021-02-05T00:44:29.162Z] 1ce36da41761: Pulling fs layer [2021-02-05T00:44:29.162Z] 25b303627fd3: Pulling fs layer [2021-02-05T00:44:30.142Z] 29e5d40040c1: Verifying Checksum [2021-02-05T00:44:30.142Z] 29e5d40040c1: Download complete [2021-02-05T00:44:30.420Z] 1ce36da41761: Verifying Checksum [2021-02-05T00:44:30.420Z] 1ce36da41761: Download complete [2021-02-05T00:44:30.691Z] 29e5d40040c1: Pull complete [2021-02-05T00:44:31.664Z] 1ce36da41761: Pull complete [2021-02-05T00:44:32.636Z] 25b303627fd3: Verifying Checksum [2021-02-05T00:44:32.636Z] 25b303627fd3: Download complete [2021-02-05T00:44:42.772Z] 25b303627fd3: Pull complete [2021-02-05T00:44:42.772Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-05T00:44:42.772Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T00:44:42.772Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-05T00:44:43.060Z] prd-ubuntu18.04-docker-arm64-4c-16g-25118 does not seem to be running inside a container [2021-02-05T00:44:43.185Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-05T00:44:46.288Z] $ docker top 6f8da6d0c8380e724971700021a55b6ccf79c064473200db7f67885ef1ad21c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T00:44:47.316Z] + docker-compose build --help [2021-02-05T00:44:47.316Z] + grep parallel [2021-02-05T00:44:52.711Z] --parallel Build images in parallel. [Pipeline] } [2021-02-05T00:44:52.764Z] $ docker stop --time=1 6f8da6d0c8380e724971700021a55b6ccf79c064473200db7f67885ef1ad21c8 [2021-02-05T00:44:54.710Z] $ docker rm -f 6f8da6d0c8380e724971700021a55b6ccf79c064473200db7f67885ef1ad21c8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:44:55.556Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T00:44:55.556Z] . [Pipeline] withDockerContainer [2021-02-05T00:44:55.856Z] prd-ubuntu18.04-docker-arm64-4c-16g-25118 does not seem to be running inside a container [2021-02-05T00:44:55.975Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-05T00:44:57.590Z] $ docker top ec470440707c7002c26dbefc69cf82b6e1958f96947dda2cb5e0729c44caac55 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T00:44:58.751Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-05T00:45:05.520Z] Building docker-core-command-go ... [2021-02-05T00:45:05.520Z] Building docker-core-data-go ... [2021-02-05T00:45:05.520Z] Building docker-core-metadata-go ... [2021-02-05T00:45:05.520Z] Building docker-security-bootstrapper-go ... [2021-02-05T00:45:05.520Z] Building docker-security-proxy-setup-go ... [2021-02-05T00:45:05.520Z] Building docker-security-secretstore-setup-go ... [2021-02-05T00:45:05.520Z] Building docker-support-notifications-go ... [2021-02-05T00:45:05.520Z] Building docker-support-scheduler-go ... [2021-02-05T00:45:05.520Z] Building docker-sys-mgmt-agent-go ... [2021-02-05T00:45:05.520Z] Building docker-support-notifications-go [2021-02-05T00:45:05.520Z] Building docker-support-scheduler-go [2021-02-05T00:45:05.520Z] Building docker-security-secretstore-setup-go [2021-02-05T00:45:05.520Z] Building docker-core-metadata-go [2021-02-05T00:45:05.520Z] Building docker-security-proxy-setup-go [2021-02-05T00:46:27.291Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:46:27.291Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:46:27.291Z] ---> f4b2dfd41e07 [2021-02-05T00:46:27.291Z] Step 3/21 : WORKDIR /edgex-go [2021-02-05T00:46:27.291Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:46:27.291Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:46:27.291Z] ---> f4b2dfd41e07 [2021-02-05T00:46:27.291Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T00:46:27.291Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:46:27.291Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:46:27.291Z] ---> f4b2dfd41e07 [2021-02-05T00:46:27.291Z] Step 3/24 : WORKDIR /edgex-go [2021-02-05T00:46:27.291Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:46:27.291Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:46:27.291Z] ---> f4b2dfd41e07 [2021-02-05T00:46:27.291Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T00:46:27.291Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:46:27.291Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:46:27.291Z] ---> f4b2dfd41e07 [2021-02-05T00:46:27.291Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T00:46:27.291Z] ---> Running in b9c61a0f3e00 [2021-02-05T00:46:27.291Z] ---> Running in 0afad9cb4026 [2021-02-05T00:46:27.291Z] ---> Running in 9fedad9287d7 [2021-02-05T00:46:27.291Z] ---> Running in bc2a7461ce29 [2021-02-05T00:46:27.291Z] ---> Running in 20650b40d1b5 [2021-02-05T00:46:27.291Z] Removing intermediate container 0afad9cb4026 [2021-02-05T00:46:27.291Z] ---> df861f81218f [2021-02-05T00:46:27.291Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:46:27.291Z] Removing intermediate container b9c61a0f3e00 [2021-02-05T00:46:27.291Z] ---> 7db1fbc5542a [2021-02-05T00:46:27.291Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:46:27.291Z] Removing intermediate container 20650b40d1b5 [2021-02-05T00:46:27.291Z] ---> bc66de730ced [2021-02-05T00:46:27.291Z] Removing intermediate container 9fedad9287d7 [2021-02-05T00:46:27.291Z] ---> e34f27b51da0 [2021-02-05T00:46:27.291Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:46:27.291Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:46:27.291Z] Removing intermediate container bc2a7461ce29 [2021-02-05T00:46:27.291Z] ---> 00c5aa9e67b9 [2021-02-05T00:46:27.291Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:46:27.291Z] ---> Running in 16113b642e05 [2021-02-05T00:46:27.291Z] ---> Running in d910c32e21c5 [2021-02-05T00:46:27.291Z] ---> Running in 13bd2b9da7d6 [2021-02-05T00:46:27.291Z] ---> Running in 0ba59f9e2be2 [2021-02-05T00:46:27.291Z] ---> Running in 52489f272f0a [2021-02-05T00:46:29.290Z] Removing intermediate container 16113b642e05 [2021-02-05T00:46:29.290Z] ---> aae62109f1be [2021-02-05T00:46:29.290Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T00:46:29.569Z] ---> Running in 3213c2ff8241 [2021-02-05T00:46:30.191Z] Removing intermediate container 0ba59f9e2be2 [2021-02-05T00:46:30.191Z] ---> af7c4754d1ad [2021-02-05T00:46:30.191Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-05T00:46:30.191Z] Removing intermediate container d910c32e21c5 [2021-02-05T00:46:30.191Z] ---> e2dc58ecff0f [2021-02-05T00:46:30.191Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-05T00:46:30.465Z] ---> Running in 9765e784556e [2021-02-05T00:46:30.465Z] ---> Running in 1d68208b93c6 [2021-02-05T00:46:30.465Z] Removing intermediate container 13bd2b9da7d6 [2021-02-05T00:46:30.465Z] ---> c4745f0daa58 [2021-02-05T00:46:30.465Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-05T00:46:30.465Z] Removing intermediate container 52489f272f0a [2021-02-05T00:46:30.465Z] ---> 692065782d1e [2021-02-05T00:46:30.465Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-05T00:46:31.068Z] ---> Running in 7a00500d68db [2021-02-05T00:46:31.068Z] ---> Running in cd15238838b5 [2021-02-05T00:46:31.357Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:31.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:32.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:32.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:32.864Z] OK: 217 MiB in 51 packages [2021-02-05T00:46:32.864Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:32.864Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:33.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:33.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:33.737Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:33.737Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:34.370Z] OK: 217 MiB in 51 packages [2021-02-05T00:46:34.370Z] Removing intermediate container 3213c2ff8241 [2021-02-05T00:46:34.370Z] ---> be08db4d8f7e [2021-02-05T00:46:34.370Z] Step 6/23 : COPY go.mod . [2021-02-05T00:46:34.370Z] OK: 217 MiB in 51 packages [2021-02-05T00:46:34.648Z] OK: 217 MiB in 51 packages [2021-02-05T00:46:34.923Z] OK: 217 MiB in 51 packages [2021-02-05T00:46:35.904Z] ---> a1277cde04e1 [2021-02-05T00:46:35.904Z] Step 7/23 : RUN go mod download [2021-02-05T00:46:35.904Z] ---> Running in 77fa24212fb8 [2021-02-05T00:46:36.179Z] Removing intermediate container 9765e784556e [2021-02-05T00:46:36.179Z] ---> 5b4c7842e134 [2021-02-05T00:46:36.179Z] Step 6/22 : COPY go.mod . [2021-02-05T00:46:36.453Z] Removing intermediate container 1d68208b93c6 [2021-02-05T00:46:36.453Z] ---> ed970315677f [2021-02-05T00:46:36.453Z] Step 6/21 : COPY go.mod . [2021-02-05T00:46:36.736Z] Removing intermediate container 7a00500d68db [2021-02-05T00:46:36.736Z] ---> 1d3ebdf3a7a4 [2021-02-05T00:46:36.736Z] Step 6/22 : COPY go.mod . [2021-02-05T00:46:37.015Z] Removing intermediate container cd15238838b5 [2021-02-05T00:46:37.015Z] ---> e0f02545a0bd [2021-02-05T00:46:37.015Z] Step 6/24 : COPY go.mod . [2021-02-05T00:46:37.619Z] ---> eb2fb180f560 [2021-02-05T00:46:37.619Z] Step 7/22 : RUN go mod download [2021-02-05T00:46:37.619Z] ---> d92a3f338708 [2021-02-05T00:46:37.619Z] Step 7/21 : RUN go mod download [2021-02-05T00:46:37.619Z] ---> Running in 5d7cdcfba0ee [2021-02-05T00:46:37.906Z] ---> 8a7550d4b192 [2021-02-05T00:46:37.906Z] Step 7/22 : RUN go mod download [2021-02-05T00:46:37.906Z] ---> Running in 8e5775e122f3 [2021-02-05T00:46:38.190Z] ---> f35c55b5d529 [2021-02-05T00:46:38.190Z] Step 7/24 : RUN go mod download [2021-02-05T00:46:38.190Z] ---> Running in 713b654f2340 [2021-02-05T00:46:38.466Z] ---> Running in b7a77625e46d [2021-02-05T00:46:40.488Z] Removing intermediate container 77fa24212fb8 [2021-02-05T00:46:40.488Z] ---> a1e4894a0dab [2021-02-05T00:46:40.488Z] Step 8/23 : COPY . . [2021-02-05T00:46:43.121Z] Removing intermediate container 5d7cdcfba0ee [2021-02-05T00:46:43.121Z] ---> b6f1ec747845 [2021-02-05T00:46:43.121Z] Step 8/22 : COPY . . [2021-02-05T00:46:43.714Z] Removing intermediate container 8e5775e122f3 [2021-02-05T00:46:43.714Z] ---> e3d43557c067 [2021-02-05T00:46:43.714Z] Step 8/21 : COPY . . [2021-02-05T00:46:44.333Z] Removing intermediate container 713b654f2340 [2021-02-05T00:46:44.333Z] ---> a24e864afac1 [2021-02-05T00:46:44.333Z] Step 8/22 : COPY . . [2021-02-05T00:46:44.932Z] Removing intermediate container b7a77625e46d [2021-02-05T00:46:44.932Z] ---> 09269f609d66 [2021-02-05T00:46:44.932Z] Step 8/24 : COPY . . [2021-02-05T00:47:11.731Z] ---> dc92de3bb794 [2021-02-05T00:47:11.731Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-05T00:47:11.731Z] ---> eb69a2d227cf [2021-02-05T00:47:11.731Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-05T00:47:11.731Z] ---> 2167350bf3b0 [2021-02-05T00:47:11.731Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-05T00:47:11.731Z] ---> 1ce7c23df765 [2021-02-05T00:47:11.731Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-05T00:47:11.731Z] ---> Running in ed6a1a8df219 [2021-02-05T00:47:11.731Z] ---> 4529b9443f5f [2021-02-05T00:47:11.731Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-05T00:47:11.731Z] ---> Running in fc0ffe972ae2 [2021-02-05T00:47:11.731Z] ---> Running in 4d9b42836c36 [2021-02-05T00:47:11.731Z] ---> Running in edbc76b4f4e8 [2021-02-05T00:47:11.731Z] ---> Running in 2636ce302388 [2021-02-05T00:47:11.731Z] 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-05T00:47:11.731Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-05T00:47:11.731Z] 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-05T00:47:11.731Z] 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-05T00:47:11.731Z] 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-05T00:48:48.568Z] 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-05T00:48:48.568Z] 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-05T00:48:58.831Z] Removing intermediate container 2636ce302388 [2021-02-05T00:48:58.831Z] ---> c4b85de31ea9 [2021-02-05T00:48:58.831Z] [2021-02-05T00:48:58.831Z] Step 10/24 : FROM alpine:3.12 [2021-02-05T00:48:58.831Z] 3.12: Pulling from library/alpine [2021-02-05T00:49:00.900Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T00:49:00.900Z] Status: Downloaded newer image for alpine:3.12 [2021-02-05T00:49:00.900Z] ---> afeebe901d6b [2021-02-05T00:49:00.900Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-05T00:49:01.929Z] ---> Running in cefad8fbb044 [2021-02-05T00:49:04.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:49:04.945Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:49:04.945Z] Removing intermediate container edbc76b4f4e8 [2021-02-05T00:49:04.945Z] ---> acd17f2e1531 [2021-02-05T00:49:04.945Z] [2021-02-05T00:49:04.945Z] Step 10/21 : FROM alpine:3.12 [2021-02-05T00:49:04.945Z] ---> afeebe901d6b [2021-02-05T00:49:04.945Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-05T00:49:05.266Z] ---> Running in 156544f3d507 [2021-02-05T00:49:05.879Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-05T00:49:06.161Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T00:49:06.161Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-05T00:49:06.161Z] (4/5) Installing curl (7.69.1-r3) [2021-02-05T00:49:06.161Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-05T00:49:06.161Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:49:06.161Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T00:49:06.462Z] OK: 7 MiB in 19 packages [2021-02-05T00:49:07.495Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:49:07.792Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:49:08.408Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-05T00:49:08.408Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T00:49:08.408Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-05T00:49:08.408Z] (4/4) Installing curl (7.69.1-r3) [2021-02-05T00:49:08.691Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:49:08.691Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T00:49:09.319Z] OK: 7 MiB in 18 packages [2021-02-05T00:49:09.619Z] Removing intermediate container cefad8fbb044 [2021-02-05T00:49:09.619Z] ---> 733a5bc9fe3e [2021-02-05T00:49:09.619Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T00:49:09.913Z] ---> Running in 03a5c199ff1e [2021-02-05T00:49:10.941Z] Removing intermediate container 03a5c199ff1e [2021-02-05T00:49:10.941Z] ---> 1a9fc8b7eb5e [2021-02-05T00:49:10.941Z] Step 13/24 : WORKDIR / [2021-02-05T00:49:10.941Z] ---> Running in 4d5364e030b7 [2021-02-05T00:49:13.039Z] Removing intermediate container 156544f3d507 [2021-02-05T00:49:13.039Z] ---> bbc79d5cb7d4 [2021-02-05T00:49:13.039Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T00:49:13.039Z] Removing intermediate container 4d5364e030b7 [2021-02-05T00:49:13.039Z] ---> 4b77b34d62a8 [2021-02-05T00:49:13.039Z] 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-05T00:49:13.039Z] ---> Running in 8e44996c474c [2021-02-05T00:49:13.867Z] Removing intermediate container 8e44996c474c [2021-02-05T00:49:13.867Z] ---> fe9dd94ad6b3 [2021-02-05T00:49:13.867Z] Step 13/21 : WORKDIR /edgex [2021-02-05T00:49:14.251Z] ---> d0ade9c90015 [2021-02-05T00:49:14.251Z] 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-05T00:49:14.251Z] ---> Running in 5614725ed0ef [2021-02-05T00:49:15.303Z] Removing intermediate container 5614725ed0ef [2021-02-05T00:49:15.303Z] ---> 0bdd7ecac111 [2021-02-05T00:49:15.303Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-05T00:49:15.923Z] ---> 5a1241d5fe41 [2021-02-05T00:49:15.923Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-05T00:49:16.940Z] ---> 40bd1d18c855 [2021-02-05T00:49:16.940Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-05T00:49:17.552Z] ---> 579a40036801 [2021-02-05T00:49:17.552Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-05T00:49:20.226Z] ---> 991431a52cb4 [2021-02-05T00:49:20.226Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-05T00:49:20.226Z] ---> 25a2774e65fd [2021-02-05T00:49:20.226Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-05T00:49:22.920Z] ---> 7d6d61ff9bc4 [2021-02-05T00:49:22.920Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-05T00:49:22.920Z] ---> da1be3080adc [2021-02-05T00:49:22.920Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-05T00:49:22.920Z] ---> Running in 9c38cecdc365 [2021-02-05T00:49:24.396Z] Removing intermediate container 9c38cecdc365 [2021-02-05T00:49:24.396Z] ---> 6eae53f2ab6d [2021-02-05T00:49:24.396Z] Step 18/21 : CMD ["--init=true"] [2021-02-05T00:49:24.999Z] ---> Running in c36ef52ce26c [2021-02-05T00:49:24.999Z] ---> 51fd9aed288b [2021-02-05T00:49:24.999Z] 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-05T00:49:25.612Z] ---> Running in 4e6352f77405 [2021-02-05T00:49:25.895Z] Removing intermediate container c36ef52ce26c [2021-02-05T00:49:25.895Z] ---> aee6d364c309 [2021-02-05T00:49:25.895Z] Step 19/21 : LABEL arch=arm64 [2021-02-05T00:49:26.174Z] ---> Running in 3047a1d26180 [2021-02-05T00:49:27.620Z] Removing intermediate container 3047a1d26180 [2021-02-05T00:49:27.620Z] ---> bbe279af7546 [2021-02-05T00:49:27.620Z] Step 20/21 : LABEL git_sha=e5a458c2b8430d059b9ef58cf1cf3949ab1208e3 [2021-02-05T00:49:27.913Z] Removing intermediate container 4d9b42836c36 [2021-02-05T00:49:27.913Z] ---> f864f6a7c633 [2021-02-05T00:49:27.913Z] [2021-02-05T00:49:27.913Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T00:49:27.913Z] ---> afeebe901d6b [2021-02-05T00:49:27.913Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-05T00:49:28.193Z] ---> Running in 4afaf43312b0 [2021-02-05T00:49:28.792Z] ---> Running in 1b3515ccfc3c [2021-02-05T00:49:29.770Z] Removing intermediate container 4afaf43312b0 [2021-02-05T00:49:29.770Z] ---> fd518587b3fb [2021-02-05T00:49:29.770Z] Step 21/21 : LABEL version=0.0.0 [2021-02-05T00:49:30.049Z] ---> Running in 1d396e6c14a3 [2021-02-05T00:49:30.049Z] Removing intermediate container ed6a1a8df219 [2021-02-05T00:49:30.049Z] ---> b4b4c5ce39d1 [2021-02-05T00:49:30.049Z] [2021-02-05T00:49:30.049Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T00:49:30.049Z] ---> afeebe901d6b [2021-02-05T00:49:30.049Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-05T00:49:30.325Z] Removing intermediate container 4e6352f77405 [2021-02-05T00:49:30.325Z] ---> bbccc4287bf5 [2021-02-05T00:49:30.325Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-05T00:49:30.602Z] ---> Running in fb4a9a730580 [2021-02-05T00:49:30.881Z] ---> Running in 665b432d2798 [2021-02-05T00:49:30.881Z] Removing intermediate container 1d396e6c14a3 [2021-02-05T00:49:30.881Z] ---> 36173619008c [2021-02-05T00:49:30.881Z] [2021-02-05T00:49:31.169Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:49:31.445Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:49:31.720Z] Removing intermediate container 665b432d2798 [2021-02-05T00:49:31.720Z] ---> 4c60e8654176 [2021-02-05T00:49:31.720Z] Step 22/24 : LABEL arch=arm64 [2021-02-05T00:49:31.994Z] Successfully built 36173619008c [2021-02-05T00:49:31.994Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-05T00:49:31.994Z] Building docker-sys-mgmt-agent-go [2021-02-05T00:49:31.994Z]  Building docker-security-proxy-setup-go ... done (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T00:49:31.994Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:49:32.270Z] OK: 5 MiB in 15 packages [2021-02-05T00:49:32.270Z] ---> Running in ad9964cc99bc [2021-02-05T00:49:32.548Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:49:32.825Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:49:33.430Z] Removing intermediate container ad9964cc99bc [2021-02-05T00:49:33.430Z] ---> 7aa34b46d2ac [2021-02-05T00:49:33.430Z] Step 23/24 : LABEL git_sha=e5a458c2b8430d059b9ef58cf1cf3949ab1208e3 [2021-02-05T00:49:33.430Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-05T00:49:33.430Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-05T00:49:33.430Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:49:33.430Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T00:49:33.719Z] ---> Running in e847330370e3 [2021-02-05T00:49:33.719Z] OK: 6 MiB in 16 packages [2021-02-05T00:49:35.174Z] Removing intermediate container 1b3515ccfc3c [2021-02-05T00:49:35.174Z] ---> e028df420c80 [2021-02-05T00:49:35.174Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:49:35.782Z] Removing intermediate container e847330370e3 [2021-02-05T00:49:35.782Z] ---> 9ba90143dbb5 [2021-02-05T00:49:35.782Z] Step 24/24 : LABEL version=0.0.0 [2021-02-05T00:49:36.383Z] Removing intermediate container fc0ffe972ae2 [2021-02-05T00:49:36.383Z] ---> 44890282ce9e [2021-02-05T00:49:36.383Z] [2021-02-05T00:49:36.383Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T00:49:36.383Z] ---> afeebe901d6b [2021-02-05T00:49:36.383Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T00:49:36.383Z] ---> Using cache [2021-02-05T00:49:36.383Z] ---> e028df420c80 [2021-02-05T00:49:36.383Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:49:36.383Z] ---> Running in f8b79db91cfa [2021-02-05T00:49:36.990Z] ---> Running in e16e58364d16 [2021-02-05T00:49:36.990Z] ---> Running in 743a657e3a62 [2021-02-05T00:49:37.269Z] Removing intermediate container f8b79db91cfa [2021-02-05T00:49:37.269Z] ---> 70c10cbe7115 [2021-02-05T00:49:37.269Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-05T00:49:37.541Z] Removing intermediate container fb4a9a730580 [2021-02-05T00:49:37.541Z] ---> 65e4e705f024 [2021-02-05T00:49:37.541Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:49:38.531Z] ---> Running in 6036111903bd [2021-02-05T00:49:38.531Z] ---> Running in d6552dcc1835 [2021-02-05T00:49:38.531Z] Removing intermediate container 743a657e3a62 [2021-02-05T00:49:38.531Z] ---> d456a985450e [2021-02-05T00:49:38.531Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-05T00:49:38.815Z] Removing intermediate container e16e58364d16 [2021-02-05T00:49:38.815Z] ---> 1561e9360025 [2021-02-05T00:49:38.815Z] [2021-02-05T00:49:39.092Z] ---> Running in 22dc42a2d718 [2021-02-05T00:49:39.372Z] Successfully built 1561e9360025 [2021-02-05T00:49:39.648Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-05T00:49:39.648Z] Building docker-core-command-go [2021-02-05T00:49:39.648Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 6036111903bd [2021-02-05T00:49:39.648Z] Removing intermediate container d6552dcc1835 [2021-02-05T00:49:39.648Z] ---> a5470e2c345e [2021-02-05T00:49:39.648Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-05T00:49:39.648Z] ---> d665579b8860 [2021-02-05T00:49:39.648Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T00:49:39.919Z] Removing intermediate container 22dc42a2d718 [2021-02-05T00:49:39.919Z] ---> 9632272be4fc [2021-02-05T00:49:39.919Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T00:49:39.919Z] ---> Running in 4707276dd256 [2021-02-05T00:49:39.919Z] ---> Running in 850ef461151b [2021-02-05T00:49:40.192Z] ---> Running in 14d48afddf47 [2021-02-05T00:49:40.463Z] Removing intermediate container 4707276dd256 [2021-02-05T00:49:40.464Z] ---> b3705e9fe1c1 [2021-02-05T00:49:40.464Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:49:40.736Z] Removing intermediate container 850ef461151b [2021-02-05T00:49:40.736Z] ---> eb3ad0595967 [2021-02-05T00:49:40.736Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T00:49:40.736Z] Removing intermediate container 14d48afddf47 [2021-02-05T00:49:40.736Z] ---> ed5b8c3cd7f0 [2021-02-05T00:49:40.736Z] Step 15/23 : WORKDIR / [2021-02-05T00:49:41.011Z] ---> Running in 60308d5d185a [2021-02-05T00:49:41.011Z] ---> Running in b46cab93c990 [2021-02-05T00:49:41.613Z] Removing intermediate container 60308d5d185a [2021-02-05T00:49:41.613Z] ---> 4e7a7dd1b6a5 [2021-02-05T00:49:41.613Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / ---> 0d3ce3df639b [2021-02-05T00:49:41.613Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-05T00:49:41.613Z] [2021-02-05T00:49:41.613Z] Removing intermediate container b46cab93c990 [2021-02-05T00:49:41.613Z] ---> de2ce3091d27 [2021-02-05T00:49:41.884Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:49:42.869Z] ---> 621f2ee8a7ef [2021-02-05T00:49:42.869Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-05T00:49:43.142Z] ---> 9b60788425dc [2021-02-05T00:49:43.142Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-05T00:49:43.142Z] ---> 866357259143 [2021-02-05T00:49:43.142Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-05T00:49:45.766Z] ---> e4252dca4cd1 [2021-02-05T00:49:45.766Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-05T00:49:46.760Z] ---> Running in a3a9445ef08c [2021-02-05T00:49:47.037Z] ---> 946acba1362a [2021-02-05T00:49:47.037Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-05T00:49:47.037Z] ---> cb03de27e29b [2021-02-05T00:49:47.037Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-05T00:49:47.633Z] Removing intermediate container a3a9445ef08c [2021-02-05T00:49:47.633Z] ---> 4b57acc5da1a [2021-02-05T00:49:47.633Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:49:47.914Z] ---> Running in bc5d855c7145 [2021-02-05T00:49:47.914Z] ---> 9ddfb71a3646 [2021-02-05T00:49:47.914Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-05T00:49:47.914Z] ---> 75d6d6c5e9f5 [2021-02-05T00:49:47.914Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-05T00:49:48.518Z] ---> Running in 241cff990ac1 [2021-02-05T00:49:48.518Z] ---> Running in 63131fecf084 [2021-02-05T00:49:48.790Z] Removing intermediate container bc5d855c7145 [2021-02-05T00:49:48.790Z] ---> 4b2323b52350 [2021-02-05T00:49:48.790Z] Step 20/22 : LABEL arch=arm64 [2021-02-05T00:49:49.767Z] ---> Running in f14e2b55936f [2021-02-05T00:49:50.044Z] Removing intermediate container 63131fecf084 [2021-02-05T00:49:50.044Z] ---> 517138fc57e2 [2021-02-05T00:49:50.044Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:49:50.044Z] Removing intermediate container 241cff990ac1 [2021-02-05T00:49:50.044Z] ---> b58a9e0747c7 [2021-02-05T00:49:50.044Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:49:51.027Z] ---> Running in 242b53e39938 [2021-02-05T00:49:51.027Z] ---> Running in 795a4fa46e57 [2021-02-05T00:49:51.027Z] Removing intermediate container f14e2b55936f [2021-02-05T00:49:51.027Z] ---> 9f27ed5d1646 [2021-02-05T00:49:51.027Z] Step 21/22 : LABEL git_sha=e5a458c2b8430d059b9ef58cf1cf3949ab1208e3 [2021-02-05T00:49:51.621Z] ---> Running in 9dc4bfcdc557 [2021-02-05T00:49:51.900Z] Removing intermediate container 795a4fa46e57 [2021-02-05T00:49:51.900Z] ---> 3f9c122481d4 [2021-02-05T00:49:51.900Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T00:49:51.900Z] Removing intermediate container 242b53e39938 [2021-02-05T00:49:51.900Z] ---> 7656387957d5 [2021-02-05T00:49:51.900Z] Step 20/22 : LABEL arch=arm64 [2021-02-05T00:49:52.175Z] ---> Running in aa2fc9abb6ba [2021-02-05T00:49:52.175Z] ---> Running in 054b79f557dd [2021-02-05T00:49:52.175Z] Removing intermediate container 9dc4bfcdc557 [2021-02-05T00:49:52.175Z] ---> 7507aab24a68 [2021-02-05T00:49:52.175Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T00:49:52.452Z] ---> Running in 86beccd98923 [2021-02-05T00:49:53.048Z] Removing intermediate container aa2fc9abb6ba [2021-02-05T00:49:53.048Z] Removing intermediate container 054b79f557dd [2021-02-05T00:49:53.048Z] ---> 4bd3c8bf3217 [2021-02-05T00:49:53.048Z] Step 21/22 : LABEL git_sha=e5a458c2b8430d059b9ef58cf1cf3949ab1208e3 [2021-02-05T00:49:53.048Z] ---> 840021bb6db1 [2021-02-05T00:49:53.048Z] Step 22/23 : LABEL git_sha=e5a458c2b8430d059b9ef58cf1cf3949ab1208e3 [2021-02-05T00:49:53.048Z] Removing intermediate container 86beccd98923 [2021-02-05T00:49:53.048Z] ---> ce4489394ca7 [2021-02-05T00:49:53.048Z] [2021-02-05T00:49:53.325Z] ---> Running in 1fe2f17fb1f6 [2021-02-05T00:49:53.325Z] ---> Running in b1d16aef5122 [2021-02-05T00:49:53.919Z] Successfully built ce4489394ca7 [2021-02-05T00:49:53.919Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-05T00:49:53.919Z] Building docker-core-data-go [2021-02-05T00:49:54.190Z]  Building docker-support-scheduler-go ... done Removing intermediate container 1fe2f17fb1f6 [2021-02-05T00:49:54.190Z] ---> c5f49cf2e6cc [2021-02-05T00:49:54.190Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T00:49:54.190Z] Removing intermediate container b1d16aef5122 [2021-02-05T00:49:54.190Z] ---> 5ad5983794ae [2021-02-05T00:49:54.190Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T00:49:54.467Z] ---> Running in 36c17e5ffbf8 [2021-02-05T00:49:54.467Z] ---> Running in 7bd779c086d6 [2021-02-05T00:49:55.065Z] Removing intermediate container 36c17e5ffbf8 [2021-02-05T00:49:55.065Z] ---> 569d4f71f683 [2021-02-05T00:49:55.065Z] [2021-02-05T00:49:55.340Z] Removing intermediate container 7bd779c086d6 [2021-02-05T00:49:55.340Z] ---> c8b8c4cec5fe [2021-02-05T00:49:55.340Z] [2021-02-05T00:49:55.935Z] Successfully built 569d4f71f683 [2021-02-05T00:49:55.935Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-05T00:49:55.935Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go [2021-02-05T00:49:55.935Z] Successfully built c8b8c4cec5fe [2021-02-05T00:49:55.935Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-05T00:50:08.326Z]  Building docker-support-notifications-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:50:08.326Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:50:08.326Z] ---> f4b2dfd41e07 [2021-02-05T00:50:08.326Z] Step 3/26 : WORKDIR /edgex-go [2021-02-05T00:50:08.326Z] ---> Using cache [2021-02-05T00:50:08.326Z] ---> 00c5aa9e67b9 [2021-02-05T00:50:08.326Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:50:08.326Z] ---> Using cache [2021-02-05T00:50:08.326Z] ---> c4745f0daa58 [2021-02-05T00:50:08.326Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-05T00:50:10.997Z] ---> Running in d0f9ebb17281 [2021-02-05T00:50:12.456Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:50:13.461Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:50:14.456Z] OK: 217 MiB in 51 packages [2021-02-05T00:50:17.880Z] Removing intermediate container d0f9ebb17281 [2021-02-05T00:50:17.880Z] ---> 8500b6fa47f5 [2021-02-05T00:50:17.880Z] Step 6/26 : COPY go.mod . [2021-02-05T00:50:18.488Z] ---> faa94eb4db1e [2021-02-05T00:50:18.488Z] Step 7/26 : RUN go mod download [2021-02-05T00:50:18.765Z] ---> Running in e638b8d96783 [2021-02-05T00:50:24.406Z] Removing intermediate container e638b8d96783 [2021-02-05T00:50:24.406Z] ---> 138e0621c767 [2021-02-05T00:50:24.406Z] Step 8/26 : COPY . . [2021-02-05T00:50:26.418Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:50:26.418Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:50:26.418Z] ---> f4b2dfd41e07 [2021-02-05T00:50:26.418Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T00:50:26.418Z] ---> Using cache [2021-02-05T00:50:26.418Z] ---> 00c5aa9e67b9 [2021-02-05T00:50:26.418Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:50:26.418Z] ---> Using cache [2021-02-05T00:50:26.418Z] ---> c4745f0daa58 [2021-02-05T00:50:26.418Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T00:50:26.418Z] ---> Using cache [2021-02-05T00:50:26.418Z] ---> e0f02545a0bd [2021-02-05T00:50:26.418Z] Step 6/23 : COPY go.mod . [2021-02-05T00:50:26.418Z] ---> Using cache [2021-02-05T00:50:26.418Z] ---> f35c55b5d529 [2021-02-05T00:50:26.418Z] Step 7/23 : RUN go mod download [2021-02-05T00:50:26.418Z] ---> Using cache [2021-02-05T00:50:26.418Z] ---> 09269f609d66 [2021-02-05T00:50:26.418Z] Step 8/23 : COPY . . [2021-02-05T00:50:26.418Z] ---> Using cache [2021-02-05T00:50:26.418Z] ---> 4529b9443f5f [2021-02-05T00:50:26.418Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-05T00:50:29.074Z] ---> Running in f06b3e264c8c [2021-02-05T00:50:31.078Z] 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-05T00:50:36.529Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:50:36.529Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:50:36.529Z] ---> f4b2dfd41e07 [2021-02-05T00:50:36.529Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T00:50:36.529Z] ---> Using cache [2021-02-05T00:50:36.529Z] ---> 00c5aa9e67b9 [2021-02-05T00:50:36.529Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:50:36.529Z] ---> Using cache [2021-02-05T00:50:36.529Z] ---> c4745f0daa58 [2021-02-05T00:50:36.529Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-05T00:50:38.018Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:50:38.018Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:50:38.018Z] ---> f4b2dfd41e07 [2021-02-05T00:50:38.018Z] Step 3/30 : WORKDIR /edgex-go [2021-02-05T00:50:38.018Z] ---> Using cache [2021-02-05T00:50:38.018Z] ---> 00c5aa9e67b9 [2021-02-05T00:50:38.018Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:50:38.018Z] ---> Using cache [2021-02-05T00:50:38.018Z] ---> c4745f0daa58 [2021-02-05T00:50:38.018Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-05T00:50:38.018Z] ---> Using cache [2021-02-05T00:50:38.018Z] ---> e0f02545a0bd [2021-02-05T00:50:38.018Z] Step 6/30 : COPY go.mod . [2021-02-05T00:50:38.018Z] ---> Using cache [2021-02-05T00:50:38.018Z] ---> f35c55b5d529 [2021-02-05T00:50:38.018Z] Step 7/30 : RUN go mod download [2021-02-05T00:50:38.018Z] ---> Using cache [2021-02-05T00:50:38.018Z] ---> 09269f609d66 [2021-02-05T00:50:38.018Z] Step 8/30 : COPY . . [2021-02-05T00:50:38.632Z] ---> Using cache [2021-02-05T00:50:38.632Z] ---> 4529b9443f5f [2021-02-05T00:50:38.632Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-05T00:50:38.632Z] ---> Running in 22b5ff713124 [2021-02-05T00:50:38.911Z] ---> Running in 664249c942a8 [2021-02-05T00:50:41.559Z] 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-05T00:50:42.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:50:43.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:50:44.163Z] OK: 217 MiB in 51 packages [2021-02-05T00:50:48.163Z] Removing intermediate container 22b5ff713124 [2021-02-05T00:50:48.163Z] ---> 4c15f0bb0ba3 [2021-02-05T00:50:48.163Z] Step 6/23 : COPY go.mod . [2021-02-05T00:50:50.203Z] ---> 24308ba9c81f [2021-02-05T00:50:50.203Z] Step 7/23 : RUN go mod download [2021-02-05T00:50:50.203Z] ---> Running in 29278256740e [2021-02-05T00:50:51.683Z] ---> ca03f9688aff [2021-02-05T00:50:51.683Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-05T00:50:51.683Z] ---> Running in 5e0ec570a93c [2021-02-05T00:50:54.355Z] 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-05T00:50:55.821Z] Removing intermediate container 29278256740e [2021-02-05T00:50:55.821Z] ---> 58b18e71404e [2021-02-05T00:50:55.821Z] Step 8/23 : COPY . . [2021-02-05T00:51:18.137Z] ---> 2b794b924d50 [2021-02-05T00:51:18.137Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-05T00:51:18.137Z] ---> Running in 66fa94fc4c25 [2021-02-05T00:51:19.613Z] 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-05T00:52:27.753Z] Removing intermediate container 664249c942a8 [2021-02-05T00:52:27.753Z] ---> e45febebbe3d [2021-02-05T00:52:27.753Z] [2021-02-05T00:52:27.753Z] Step 10/30 : FROM alpine:3.12 [2021-02-05T00:52:27.753Z] ---> afeebe901d6b [2021-02-05T00:52:27.753Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-05T00:52:27.753Z] ---> Running in 27c4201d2619 [2021-02-05T00:52:27.753Z] Removing intermediate container f06b3e264c8c [2021-02-05T00:52:27.753Z] ---> dbf2c04b6a87 [2021-02-05T00:52:27.753Z] [2021-02-05T00:52:27.753Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T00:52:27.753Z] ---> afeebe901d6b [2021-02-05T00:52:27.753Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T00:52:27.753Z] ---> Using cache [2021-02-05T00:52:27.753Z] ---> e028df420c80 [2021-02-05T00:52:27.753Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:52:27.753Z] ---> Using cache [2021-02-05T00:52:27.753Z] ---> d456a985450e [2021-02-05T00:52:27.753Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-05T00:52:27.753Z] Removing intermediate container 27c4201d2619 [2021-02-05T00:52:27.753Z] ---> 26814d8aebb7 [2021-02-05T00:52:27.753Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-05T00:52:27.753Z] ---> Running in 446160dfecd7 [2021-02-05T00:52:27.753Z] ---> Running in 8935706cea10 [2021-02-05T00:52:27.753Z] Removing intermediate container 446160dfecd7 [2021-02-05T00:52:27.753Z] ---> 02c0fce5c842 [2021-02-05T00:52:27.753Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T00:52:27.753Z] ---> Running in 284c972ad5eb [2021-02-05T00:52:27.753Z] Removing intermediate container 284c972ad5eb [2021-02-05T00:52:27.753Z] ---> 4cee2410b9f1 [2021-02-05T00:52:27.753Z] Step 15/23 : WORKDIR / [2021-02-05T00:52:27.753Z] ---> Running in b28e651fe6bb [2021-02-05T00:52:27.753Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:52:27.753Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:52:27.753Z] Removing intermediate container b28e651fe6bb [2021-02-05T00:52:27.753Z] ---> d7df87803371 [2021-02-05T00:52:27.753Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:52:27.753Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-05T00:52:27.753Z] (2/2) Installing su-exec (0.2-r1) [2021-02-05T00:52:27.753Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:52:27.753Z] OK: 5 MiB in 16 packages [2021-02-05T00:52:27.753Z] ---> 9d234e868dc1 [2021-02-05T00:52:27.753Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-05T00:52:27.753Z] Removing intermediate container 8935706cea10 [2021-02-05T00:52:27.753Z] ---> d1239e420809 [2021-02-05T00:52:27.753Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-05T00:52:27.753Z] ---> Running in 349879912d4f [2021-02-05T00:52:28.764Z] ---> b464727accc2 [2021-02-05T00:52:28.764Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-05T00:52:29.056Z] Removing intermediate container 349879912d4f [2021-02-05T00:52:29.056Z] ---> a575a4807d5e [2021-02-05T00:52:29.056Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-05T00:52:29.369Z] ---> Running in 3c26c23677a8 [2021-02-05T00:52:30.391Z] Removing intermediate container 3c26c23677a8 [2021-02-05T00:52:30.391Z] ---> 5a2909d287d9 [2021-02-05T00:52:30.391Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-05T00:52:30.700Z] ---> 244154c8450b [2021-02-05T00:52:30.700Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-05T00:52:30.700Z] ---> Running in 05c6e6b9742a [2021-02-05T00:52:31.303Z] ---> Running in 54d8bfc3f328 [2021-02-05T00:52:32.802Z] Removing intermediate container 54d8bfc3f328 [2021-02-05T00:52:32.802Z] ---> 1b182e06c59c [2021-02-05T00:52:32.802Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:52:33.117Z] ---> Running in cc4a0fc9dedc [2021-02-05T00:52:34.599Z] Removing intermediate container cc4a0fc9dedc [2021-02-05T00:52:34.599Z] ---> aeec03483fb2 [2021-02-05T00:52:34.599Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T00:52:34.599Z] ---> Running in a1a262578691 [2021-02-05T00:52:34.889Z] Removing intermediate container 5e0ec570a93c [2021-02-05T00:52:34.889Z] ---> 196046dd1173 [2021-02-05T00:52:34.889Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-05T00:52:35.518Z] ---> Running in a6480b291874 [2021-02-05T00:52:35.792Z] Removing intermediate container 05c6e6b9742a [2021-02-05T00:52:35.792Z] ---> f8a0716e0e9f [2021-02-05T00:52:35.792Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-05T00:52:36.078Z] Removing intermediate container a1a262578691 [2021-02-05T00:52:36.078Z] ---> 6ec15b8921b4 [2021-02-05T00:52:36.078Z] Step 22/23 : LABEL git_sha=e5a458c2b8430d059b9ef58cf1cf3949ab1208e3 [2021-02-05T00:52:36.078Z] ---> Running in a2426d103994 [2021-02-05T00:52:36.078Z] ---> Running in d5c64a00f2ca [2021-02-05T00:52:37.078Z] Removing intermediate container a2426d103994 [2021-02-05T00:52:37.078Z] ---> 810d275fbe3a [2021-02-05T00:52:37.078Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-05T00:52:37.370Z] Removing intermediate container d5c64a00f2ca [2021-02-05T00:52:37.370Z] ---> 0edc0523f098 [2021-02-05T00:52:37.370Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T00:52:37.675Z] ---> Running in 1d0b098eec07 [2021-02-05T00:52:37.675Z] 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-05T00:52:38.681Z] ---> 8953889b3e1f [2021-02-05T00:52:38.681Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-05T00:52:38.681Z] Removing intermediate container 1d0b098eec07 [2021-02-05T00:52:38.681Z] ---> d30c1a55b407 [2021-02-05T00:52:38.681Z] [2021-02-05T00:52:38.964Z] ---> Running in d5141f4990ec [2021-02-05T00:52:39.960Z] Successfully built d30c1a55b407 [2021-02-05T00:52:39.960Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-05T00:52:43.388Z]  Building docker-core-command-go ... done Removing intermediate container d5141f4990ec [2021-02-05T00:52:43.388Z] ---> 4e526b2b233d [2021-02-05T00:52:43.388Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:52:44.004Z] Removing intermediate container a6480b291874 [2021-02-05T00:52:44.004Z] ---> e14625f4bae2 [2021-02-05T00:52:44.004Z] [2021-02-05T00:52:44.004Z] Step 11/26 : FROM docker:20.10.0 [2021-02-05T00:52:44.004Z] 20.10.0: Pulling from library/docker [2021-02-05T00:52:44.727Z] ---> 9bcba2519f32 [2021-02-05T00:52:44.727Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-05T00:52:49.200Z] ---> 3f30a4882ebe [2021-02-05T00:52:49.200Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-05T00:52:50.218Z] ---> eba157141f8d [2021-02-05T00:52:50.218Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-05T00:52:52.232Z] ---> 534d800688e5 [2021-02-05T00:52:52.232Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-05T00:52:52.511Z] ---> Running in 7354629b00ca [2021-02-05T00:52:53.125Z] Removing intermediate container 7354629b00ca [2021-02-05T00:52:53.125Z] ---> 3ed0d06cd3b3 [2021-02-05T00:52:53.125Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-05T00:52:54.572Z] ---> 0bb6329e39fe [2021-02-05T00:52:54.572Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-05T00:52:55.173Z] ---> Running in c954701c587a [2021-02-05T00:52:58.594Z] Removing intermediate container c954701c587a [2021-02-05T00:52:58.594Z] ---> 0ba8124e55b6 [2021-02-05T00:52:58.594Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-05T00:52:59.207Z] ---> Running in b521d9d07d09 [2021-02-05T00:52:59.818Z] Removing intermediate container b521d9d07d09 [2021-02-05T00:52:59.818Z] ---> 266978fcd844 [2021-02-05T00:52:59.818Z] Step 27/30 : CMD ["gate"]Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-05T00:52:59.818Z] [2021-02-05T00:52:59.818Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-05T00:52:59.818Z] ---> eeaf43b92773 [2021-02-05T00:52:59.818Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-05T00:53:00.095Z] ---> Running in e4b03a4babf5 [2021-02-05T00:53:00.095Z] ---> Running in bee34a7eb053 [2021-02-05T00:53:00.703Z] Removing intermediate container e4b03a4babf5 [2021-02-05T00:53:00.703Z] ---> 1a8fd3b5ceaa [2021-02-05T00:53:00.703Z] Step 28/30 : LABEL arch=arm64 [2021-02-05T00:53:01.307Z] ---> Running in c6c381fe0e3a [2021-02-05T00:53:01.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:53:01.869Z] Removing intermediate container c6c381fe0e3a [2021-02-05T00:53:01.869Z] ---> b97db4d82c41 [2021-02-05T00:53:01.869Z] Step 29/30 : LABEL git_sha=e5a458c2b8430d059b9ef58cf1cf3949ab1208e3 [2021-02-05T00:53:01.869Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:53:02.147Z] ---> Running in f6e40924c664 [2021-02-05T00:53:02.428Z] (1/2) Installing readline (8.0.4-r0) [2021-02-05T00:53:02.428Z] (2/2) Installing bash (5.0.17-r0) [2021-02-05T00:53:02.705Z] Executing bash-5.0.17-r0.post-install [2021-02-05T00:53:02.705Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:53:02.705Z] OK: 12 MiB in 22 packages [2021-02-05T00:53:02.988Z] Removing intermediate container f6e40924c664 [2021-02-05T00:53:02.989Z] ---> 29d1d7255a54 [2021-02-05T00:53:02.989Z] Step 30/30 : LABEL version=0.0.0 [2021-02-05T00:53:03.264Z] ---> Running in a40103d747d9 [2021-02-05T00:53:04.277Z] Removing intermediate container a40103d747d9 [2021-02-05T00:53:04.277Z] ---> b9a5dcb548ef [2021-02-05T00:53:04.277Z] [2021-02-05T00:53:04.556Z] Removing intermediate container bee34a7eb053 [2021-02-05T00:53:04.556Z] ---> 5ac548ee07de [2021-02-05T00:53:04.556Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-05T00:53:04.830Z] Successfully built b9a5dcb548ef [2021-02-05T00:53:04.830Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-05T00:53:04.830Z]  Building docker-security-bootstrapper-go ... done  ---> Running in 16a88e61c1d8 [2021-02-05T00:53:05.433Z] Removing intermediate container 16a88e61c1d8 [2021-02-05T00:53:05.715Z] ---> cc6a049d3195 [2021-02-05T00:53:05.715Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-05T00:53:05.715Z] ---> Running in 4852be3fa27e [2021-02-05T00:53:05.989Z] Removing intermediate container 66fa94fc4c25 [2021-02-05T00:53:05.989Z] ---> 99073acb6564 [2021-02-05T00:53:05.989Z] [2021-02-05T00:53:05.989Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T00:53:05.989Z] ---> afeebe901d6b [2021-02-05T00:53:05.989Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-05T00:53:06.267Z] ---> Running in 0548142e7638 [2021-02-05T00:53:06.267Z] Removing intermediate container 4852be3fa27e [2021-02-05T00:53:06.267Z] ---> 54e9505f7be8 [2021-02-05T00:53:06.267Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-05T00:53:06.542Z] ---> Running in 8b007ae5ae85 [2021-02-05T00:53:06.817Z] Removing intermediate container 0548142e7638 [2021-02-05T00:53:06.817Z] ---> e467f82c7cd1 [2021-02-05T00:53:06.817Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-05T00:53:06.817Z] ---> Running in 56324de591c5 [2021-02-05T00:53:07.099Z] Removing intermediate container 8b007ae5ae85 [2021-02-05T00:53:07.099Z] ---> 1d19e1c50adf [2021-02-05T00:53:07.099Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-05T00:53:07.378Z] Removing intermediate container 56324de591c5 [2021-02-05T00:53:07.378Z] ---> 2e46464efea6 [2021-02-05T00:53:07.378Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-05T00:53:07.654Z] ---> Running in fe27f4fdb8ab [2021-02-05T00:53:08.257Z] Removing intermediate container fe27f4fdb8ab [2021-02-05T00:53:08.257Z] ---> 9e9e16ce06ba [2021-02-05T00:53:08.257Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:53:08.257Z] ---> 4ce5fedc348b [2021-02-05T00:53:08.257Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-05T00:53:08.532Z] ---> Running in c291427f3088 [2021-02-05T00:53:09.135Z] ---> f903536a0924 [2021-02-05T00:53:09.135Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-05T00:53:10.121Z] ---> cdcc23c75448 [2021-02-05T00:53:10.121Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-05T00:53:10.409Z] ---> Running in b5b899336318 [2021-02-05T00:53:11.015Z] Removing intermediate container c291427f3088 [2021-02-05T00:53:11.015Z] ---> 6fde81f14b94 [2021-02-05T00:53:11.015Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-05T00:53:11.289Z] ---> Running in ac7adb80cb62 [2021-02-05T00:53:11.569Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:53:11.850Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:53:12.449Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:53:12.449Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-05T00:53:12.449Z] (2/33) Installing expat (2.2.9-r1) [2021-02-05T00:53:12.449Z] (3/33) Installing libffi (3.3-r2) [2021-02-05T00:53:12.722Z] (4/33) Installing gdbm (1.13-r1) [2021-02-05T00:53:12.722Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-05T00:53:12.722Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-05T00:53:12.722Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-05T00:53:13.321Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:53:14.312Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-05T00:53:14.312Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-05T00:53:14.312Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-05T00:53:14.590Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-05T00:53:14.590Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-05T00:53:14.590Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-05T00:53:14.590Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-05T00:53:14.590Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-05T00:53:14.590Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-05T00:53:14.590Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-05T00:53:14.590Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-05T00:53:14.590Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-05T00:53:14.590Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-05T00:53:14.868Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-05T00:53:14.868Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-05T00:53:14.868Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-05T00:53:14.868Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-05T00:53:14.868Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-05T00:53:14.868Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-05T00:53:14.868Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-05T00:53:14.868Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-05T00:53:14.868Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-05T00:53:14.868Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-05T00:53:14.868Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-05T00:53:14.868Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-05T00:53:14.868Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-05T00:53:14.868Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-05T00:53:15.147Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-05T00:53:15.147Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-05T00:53:15.147Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-05T00:53:15.147Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:53:15.147Z] OK: 71 MiB in 55 packages [2021-02-05T00:53:15.147Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-05T00:53:15.426Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-05T00:53:15.426Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:53:15.426Z] OK: 8 MiB in 20 packages [2021-02-05T00:53:17.423Z] Removing intermediate container ac7adb80cb62 [2021-02-05T00:53:17.423Z] ---> e330f095313f [2021-02-05T00:53:17.423Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:53:18.885Z] ---> 2635cd0f2706 [2021-02-05T00:53:18.885Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-05T00:53:20.434Z] ---> 320506a90809 [2021-02-05T00:53:20.434Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-05T00:53:21.095Z] ---> dec3f50c1d22 [2021-02-05T00:53:21.095Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-05T00:53:21.374Z] ---> Running in 9f66fb8b3e2e [2021-02-05T00:53:22.019Z] Removing intermediate container 9f66fb8b3e2e [2021-02-05T00:53:22.019Z] ---> 94d44b498904 [2021-02-05T00:53:22.019Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:53:22.019Z] ---> Running in 0a7a545ff7a9 [2021-02-05T00:53:22.299Z] Removing intermediate container b5b899336318 [2021-02-05T00:53:22.299Z] ---> 7403fbb28878 [2021-02-05T00:53:22.299Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-05T00:53:22.299Z] ---> Running in 8f7f1c335751 [2021-02-05T00:53:22.926Z] Removing intermediate container 0a7a545ff7a9 [2021-02-05T00:53:22.926Z] ---> 01cd06807967 [2021-02-05T00:53:22.926Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T00:53:22.926Z] ---> Running in b26a27528a68 [2021-02-05T00:53:23.539Z] Removing intermediate container b26a27528a68 [2021-02-05T00:53:23.539Z] ---> 47c9f6295d96 [2021-02-05T00:53:23.539Z] Step 22/23 : LABEL git_sha=e5a458c2b8430d059b9ef58cf1cf3949ab1208e3 [2021-02-05T00:53:23.539Z] ---> Running in ee109a4a82aa [2021-02-05T00:53:24.161Z] Removing intermediate container ee109a4a82aa [2021-02-05T00:53:24.161Z] ---> d613b510d8e3 [2021-02-05T00:53:24.161Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T00:53:24.161Z] ---> Running in 4149e63adc2a [2021-02-05T00:53:24.769Z] Removing intermediate container 4149e63adc2a [2021-02-05T00:53:24.769Z] ---> 97d9bd2e7aef [2021-02-05T00:53:24.769Z] [2021-02-05T00:53:25.402Z] Successfully built 97d9bd2e7aef [2021-02-05T00:53:25.402Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-05T00:53:28.885Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-02-05T00:53:29.159Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-05T00:53:30.135Z] Collecting texttable<0.10,>=0.9.0 [2021-02-05T00:53:30.135Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-05T00:53:34.442Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-05T00:53:34.442Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-05T00:53:35.418Z] Collecting PyYAML<4,>=3.10 [2021-02-05T00:53:35.418Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-05T00:53:39.704Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-05T00:53:39.704Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-05T00:53:42.314Z] Collecting cached-property<2,>=1.2.0 [2021-02-05T00:53:42.315Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-05T00:53:42.315Z] 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-05T00:53:42.960Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-05T00:53:42.960Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-05T00:53:43.550Z] Collecting jsonschema<3,>=2.5.1 [2021-02-05T00:53:43.550Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-05T00:53:45.021Z] Collecting docker<4.0,>=3.6.0 [2021-02-05T00:53:45.021Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-05T00:53:45.649Z] Collecting docopt<0.7,>=0.6.1 [2021-02-05T00:53:45.649Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-05T00:53:48.303Z] Collecting idna<2.8,>=2.5 [2021-02-05T00:53:48.303Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-05T00:53:48.303Z] 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-05T00:53:48.926Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-05T00:53:48.926Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-05T00:53:49.200Z] 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-05T00:53:49.475Z] Collecting docker-pycreds>=0.4.0 [2021-02-05T00:53:49.475Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-05T00:53:49.748Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-05T00:53:49.748Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-05T00:53:49.748Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-05T00:53:49.748Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-05T00:53:51.183Z] Installing collected packages: texttable, idna, urllib3, requests, PyYAML, dockerpty, cached-property, websocket-client, jsonschema, docker-pycreds, docker, docopt, docker-compose [2021-02-05T00:53:51.183Z] Running setup.py install for texttable: started [2021-02-05T00:53:53.811Z] Running setup.py install for texttable: finished with status 'done' [2021-02-05T00:53:53.811Z] Attempting uninstall: idna [2021-02-05T00:53:53.811Z] Found existing installation: idna 2.9 [2021-02-05T00:53:53.811Z] Uninstalling idna-2.9: [2021-02-05T00:53:53.811Z] Successfully uninstalled idna-2.9 [2021-02-05T00:53:54.408Z] Attempting uninstall: urllib3 [2021-02-05T00:53:54.408Z] Found existing installation: urllib3 1.25.9 [2021-02-05T00:53:54.408Z] Uninstalling urllib3-1.25.9: [2021-02-05T00:53:54.408Z] Successfully uninstalled urllib3-1.25.9 [2021-02-05T00:53:55.015Z] Attempting uninstall: requests [2021-02-05T00:53:55.015Z] Found existing installation: requests 2.23.0 [2021-02-05T00:53:55.015Z] Uninstalling requests-2.23.0: [2021-02-05T00:53:55.292Z] Successfully uninstalled requests-2.23.0 [2021-02-05T00:53:55.562Z] Running setup.py install for PyYAML: started [2021-02-05T00:53:58.204Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-05T00:53:58.204Z] Running setup.py install for dockerpty: started [2021-02-05T00:54:00.165Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-05T00:54:01.591Z] Running setup.py install for docopt: started [2021-02-05T00:54:03.559Z] Running setup.py install for docopt: finished with status 'done' [2021-02-05T00:54:04.150Z] 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-05T00:54:08.444Z] Removing intermediate container 8f7f1c335751 [2021-02-05T00:54:08.444Z] ---> ffa70881facb [2021-02-05T00:54:08.444Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-05T00:54:08.444Z] ---> Running in fc083a57cb28 [2021-02-05T00:54:09.052Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:54:09.323Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:54:09.963Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T00:54:09.963Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-05T00:54:09.963Z] (3/3) Installing curl (7.69.1-r3) [2021-02-05T00:54:09.963Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:54:10.236Z] OK: 71 MiB in 58 packages [2021-02-05T00:54:11.667Z] Removing intermediate container fc083a57cb28 [2021-02-05T00:54:11.667Z] ---> d10dfa876ceb [2021-02-05T00:54:11.667Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-05T00:54:11.667Z] ---> Running in fe16cc3c0353 [2021-02-05T00:54:11.942Z] Removing intermediate container fe16cc3c0353 [2021-02-05T00:54:11.942Z] ---> 2595a9523aa7 [2021-02-05T00:54:11.942Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:54:12.216Z] ---> Running in 64db2953fc1e [2021-02-05T00:54:12.810Z] Removing intermediate container 64db2953fc1e [2021-02-05T00:54:12.810Z] ---> 2ec3f847eafd [2021-02-05T00:54:12.810Z] Step 24/26 : LABEL arch=arm64 [2021-02-05T00:54:12.810Z] ---> Running in c5421e12f256 [2021-02-05T00:54:13.427Z] Removing intermediate container c5421e12f256 [2021-02-05T00:54:13.427Z] ---> b2861bc5c490 [2021-02-05T00:54:13.427Z] Step 25/26 : LABEL git_sha=e5a458c2b8430d059b9ef58cf1cf3949ab1208e3 [2021-02-05T00:54:13.427Z] ---> Running in 034103ea5bf7 [2021-02-05T00:54:14.022Z] Removing intermediate container 034103ea5bf7 [2021-02-05T00:54:14.022Z] ---> 317930114b59 [2021-02-05T00:54:14.022Z] Step 26/26 : LABEL version=0.0.0 [2021-02-05T00:54:14.022Z] ---> Running in 19c8bb8ca951 [2021-02-05T00:54:14.614Z] Removing intermediate container 19c8bb8ca951 [2021-02-05T00:54:14.614Z] ---> 05ef7c73f47b [2021-02-05T00:54:14.614Z] [2021-02-05T00:54:14.884Z] Successfully built 05ef7c73f47b [2021-02-05T00:54:14.884Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-05T00:54:15.489Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-05T00:54:15.533Z] $ docker stop --time=1 ec470440707c7002c26dbefc69cf82b6e1958f96947dda2cb5e0729c44caac55 [2021-02-05T00:54:17.502Z] $ docker rm -f ec470440707c7002c26dbefc69cf82b6e1958f96947dda2cb5e0729c44caac55 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T00:54:18.132Z] + docker images [2021-02-05T00:54:18.132Z] + grep docker [2021-02-05T00:54:18.403Z] docker-sys-mgmt-agent-go-arm64 latest 05ef7c73f47b 4 seconds ago 300MB [2021-02-05T00:54:18.403Z] docker-core-data-go-arm64 latest 97d9bd2e7aef 54 seconds ago 21MB [2021-02-05T00:54:18.403Z] docker-security-bootstrapper-go-arm64 latest b9a5dcb548ef About a minute ago 17MB [2021-02-05T00:54:18.403Z] docker-core-command-go-arm64 latest d30c1a55b407 About a minute ago 16MB [2021-02-05T00:54:18.403Z] docker-support-notifications-go-arm64 latest c8b8c4cec5fe 4 minutes ago 16.7MB [2021-02-05T00:54:18.403Z] docker-core-metadata-go-arm64 latest 569d4f71f683 4 minutes ago 17.7MB [2021-02-05T00:54:18.403Z] docker-support-scheduler-go-arm64 latest ce4489394ca7 4 minutes ago 16.1MB [2021-02-05T00:54:18.403Z] docker-security-secretstore-setup-go-arm64 latest 1561e9360025 4 minutes ago 23.4MB [2021-02-05T00:54:18.403Z] docker-security-proxy-setup-go-arm64 latest 36173619008c 4 minutes ago 23.2MB [2021-02-05T00:54:18.403Z] docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:54:21.537Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:54:22.419Z] ---> package-listing.sh [2021-02-05T00:54:22.420Z] ++ facter osfamily [2021-02-05T00:54:22.420Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-05T00:54:22.420Z] + OS_FAMILY=redhat [2021-02-05T00:54:22.420Z] + workspace=/w/workspace/edgex-go/9 [2021-02-05T00:54:22.420Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-05T00:54:22.420Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-05T00:54:22.420Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-05T00:54:22.420Z] + PACKAGES=/tmp/packages_start.txt [2021-02-05T00:54:22.420Z] + '[' /w/workspace/edgex-go/9 ']' [2021-02-05T00:54:22.420Z] + PACKAGES=/tmp/packages_end.txt [2021-02-05T00:54:22.420Z] + case "${OS_FAMILY}" in [2021-02-05T00:54:22.420Z] + rpm -qa [2021-02-05T00:54:22.420Z] + sort [2021-02-05T00:54:27.742Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-05T00:54:27.742Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-05T00:54:27.742Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-05T00:54:27.742Z] + '[' /w/workspace/edgex-go/9 ']' [2021-02-05T00:54:27.742Z] + mkdir -p /w/workspace/edgex-go/9/archives/ [2021-02-05T00:54:27.742Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/9/archives/ [Pipeline] echo [2021-02-05T00:54:27.762Z] 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/9/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-05T00:54:28.064Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:54:28.376Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T00:54:28.376Z] [2021-02-05T00:54:28.376Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:54:28.731Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T00:54:28.731Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-05T00:54:28.731Z] df20fa9351a1: Pulling fs layer [2021-02-05T00:54:28.731Z] 36b3adc4ff6f: Pulling fs layer [2021-02-05T00:54:28.731Z] 8ad3a11d3b57: Pulling fs layer [2021-02-05T00:54:28.731Z] 46f8f816bc3b: Pulling fs layer [2021-02-05T00:54:28.731Z] 93b61091891f: Pulling fs layer [2021-02-05T00:54:28.731Z] 93b9cdb0e59b: Pulling fs layer [2021-02-05T00:54:28.731Z] 5e14af77c1be: Pulling fs layer [2021-02-05T00:54:28.731Z] 01666e4c0597: Pulling fs layer [2021-02-05T00:54:28.731Z] aa168da1d23b: Pulling fs layer [2021-02-05T00:54:28.731Z] 93b61091891f: Waiting [2021-02-05T00:54:28.731Z] 46f8f816bc3b: Waiting [2021-02-05T00:54:28.731Z] 5e14af77c1be: Waiting [2021-02-05T00:54:28.731Z] aa168da1d23b: Waiting [2021-02-05T00:54:28.731Z] 01666e4c0597: Waiting [2021-02-05T00:54:28.731Z] 93b9cdb0e59b: Waiting [2021-02-05T00:54:28.731Z] 36b3adc4ff6f: Download complete [2021-02-05T00:54:28.731Z] 46f8f816bc3b: Verifying Checksum [2021-02-05T00:54:28.731Z] 46f8f816bc3b: Download complete [2021-02-05T00:54:28.731Z] df20fa9351a1: Download complete [2021-02-05T00:54:29.000Z] 93b9cdb0e59b: Verifying Checksum [2021-02-05T00:54:29.000Z] 93b9cdb0e59b: Download complete [2021-02-05T00:54:29.000Z] 5e14af77c1be: Verifying Checksum [2021-02-05T00:54:29.000Z] 5e14af77c1be: Download complete [2021-02-05T00:54:29.000Z] 01666e4c0597: Verifying Checksum [2021-02-05T00:54:29.000Z] 01666e4c0597: Download complete [2021-02-05T00:54:29.000Z] 93b61091891f: Verifying Checksum [2021-02-05T00:54:29.000Z] 93b61091891f: Download complete [2021-02-05T00:54:29.000Z] 8ad3a11d3b57: Verifying Checksum [2021-02-05T00:54:29.000Z] 8ad3a11d3b57: Download complete [2021-02-05T00:54:29.266Z] df20fa9351a1: Pull complete [2021-02-05T00:54:29.530Z] 36b3adc4ff6f: Pull complete [2021-02-05T00:54:30.932Z] aa168da1d23b: Verifying Checksum [2021-02-05T00:54:31.512Z] 8ad3a11d3b57: Pull complete [2021-02-05T00:54:31.779Z] 46f8f816bc3b: Pull complete [2021-02-05T00:54:32.362Z] 93b61091891f: Pull complete [2021-02-05T00:54:32.362Z] 93b9cdb0e59b: Pull complete [2021-02-05T00:54:32.630Z] 5e14af77c1be: Pull complete [2021-02-05T00:54:32.630Z] 01666e4c0597: Pull complete [2021-02-05T00:54:47.613Z] aa168da1d23b: Pull complete [2021-02-05T00:54:47.613Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-05T00:54:47.613Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T00:54:47.613Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-05T00:54:47.844Z] prd-centos7-docker-4c-2g-25107 does not seem to be running inside a container [2021-02-05T00:54:47.897Z] $ 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/9/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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-05T00:54:52.223Z] $ docker top 5e8b737ae0deaef208e8e0f03d9689fde410c9d1691bf5157d7697c980d2effa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T00:54:52.959Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-05T00:54:53.265Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-05T00:54:53.566Z] + ls /var/log/sa-host [2021-02-05T00:54:53.566Z] + sadf -c /var/log/sa-host/sa05 [2021-02-05T00:54:53.566Z] file_magic: OK [2021-02-05T00:54:53.566Z] HZ: Using current value: 100 [2021-02-05T00:54:53.566Z] file_header: OK [2021-02-05T00:54:53.566Z] 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-05T00:54:53.566Z] Statistics: [2021-02-05T00:54:53.566Z] 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... [2021-02-05T00:54:53.566Z] File successfully converted to sysstat format version 12.2.1 [2021-02-05T00:54:53.566Z] + sadf -c /var/log/sa-host/sa23 [2021-02-05T00:54:53.566Z] file_magic: OK [2021-02-05T00:54:53.566Z] HZ: Using current value: 100 [2021-02-05T00:54:53.566Z] file_header: OK [2021-02-05T00:54:53.566Z] 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-05T00:54:53.566Z] Statistics: [2021-02-05T00:54:53.566Z] Hnuu...uuuununununu... [2021-02-05T00:54:53.566Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-05T00:54:53.772Z] provisioning config files... [2021-02-05T00:54:53.802Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/9@tmp/config3542175688296985213tmp [Pipeline] { [Pipeline] echo [2021-02-05T00:54:53.883Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:54:54.182Z] ---> create-netrc.sh [Pipeline] } [2021-02-05T00:54:54.194Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-05T00:54:54.303Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:54:54.605Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-05T00:54:54.619Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:54:54.916Z] ---> sudo-logs.sh [2021-02-05T00:54:54.916Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-05T00:54:54.927Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:54:55.226Z] ---> job-cost.sh [2021-02-05T00:54:55.226Z] lf-activate-venv: SKIPPING [2021-02-05T00:54:55.226Z] INFO: No Stack... [2021-02-05T00:54:56.173Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-05T00:54:56.746Z] INFO: Archiving Costs [Pipeline] echo [2021-02-05T00:54:56.762Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:54:57.100Z] ---> logs-deploy.sh [2021-02-05T00:54:57.101Z] lf-activate-venv: SKIPPING [2021-02-05T00:54:57.101Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3115/9 [2021-02-05T00:54:57.101Z] INFO: archiving workspace using pattern(s): [2021-02-05T00:54:59.026Z] Archives upload complete. [2021-02-05T00:54:59.026Z] INFO: archiving logs to Nexus