Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at 74c372326013f994c98436bf4455b6fe21c08430 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 74c372326013f994c98436bf4455b6fe21c08430 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24644 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/55 [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/55 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing 69a05121e95bf144923a0a9afed4047b674ba8a3 Checking out Revision 69a05121e95bf144923a0a9afed4047b674ba8a3 (PR-2858) > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 69a05121e95bf144923a0a9afed4047b674ba8a3 # timeout=10 Commit message: "Merge commit '74c372326013f994c98436bf4455b6fe21c08430' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-03T00:31:54.019Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk a680e651ea24e260fa731a0d4c81c09ca0199e4c # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-03T00:31:54.358Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-03T00:31:54.472Z] ========================================================= [2021-02-03T00:31:54.472Z] EdgeX Global Pipelines Version Info [2021-02-03T00:31:54.472Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-03T00:31:57.059Z] ------------------- [2021-02-03T00:31:57.059Z] stable info: [2021-02-03T00:31:57.059Z] ------------------- [2021-02-03T00:31:57.059Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-03T00:31:57.059Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-03T00:31:57.059Z] Message: update stable to v1.0.179 [2021-02-03T00:31:58.102Z] ------------------- [2021-02-03T00:31:58.102Z] experimental info: [2021-02-03T00:31:58.102Z] ------------------- [2021-02-03T00:31:58.102Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-03T00:31:58.102Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-03T00:31:58.102Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-03T00:31:58.484Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-03T00:31:58.573Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-03T00:31:58.661Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-03T00:31:58.754Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-03T00:31:58.845Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-03T00:31:58.951Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-03T00:31:59.037Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-03T00:31:59.124Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-03T00:31:59.210Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-03T00:31:59.319Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-03T00:31:59.404Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-03T00:31:59.499Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-03T00:31:59.591Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-03T00:31:59.681Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-03T00:31:59.771Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-03T00:31:59.888Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-03T00:31:59.972Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-03T00:32:00.065Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-03T00:32:00.239Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-03T00:32:00.383Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-03T00:32:00.522Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-03T00:32:00.618Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-03T00:32:00.718Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-03T00:32:00.805Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-02-03T00:32:00.890Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-02-03T00:32:00.979Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-02-03T00:32:01.062Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 69a05121e95bf144923a0a9afed4047b674ba8a3 [Pipeline] echo [2021-02-03T00:32:01.150Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 69a0512 [Pipeline] echo [2021-02-03T00:32:01.283Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-03T00:32:01.494Z] provisioning config files... [2021-02-03T00:32:01.547Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/55@tmp/config6096391384433555933tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-03T00:32:02.007Z] ---> docker-login.sh [2021-02-03T00:32:02.007Z] nexus3.edgexfoundry.org:10001 [2021-02-03T00:32:03.029Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T00:32:03.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T00:32:03.029Z] Configure a credential helper to remove this warning. See [2021-02-03T00:32:03.029Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T00:32:03.029Z] [2021-02-03T00:32:03.029Z] Login Succeeded [2021-02-03T00:32:03.029Z] nexus3.edgexfoundry.org:10002 [2021-02-03T00:32:03.301Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T00:32:03.301Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T00:32:03.301Z] Configure a credential helper to remove this warning. See [2021-02-03T00:32:03.301Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T00:32:03.301Z] [2021-02-03T00:32:03.301Z] Login Succeeded [2021-02-03T00:32:03.301Z] nexus3.edgexfoundry.org:10003 [2021-02-03T00:32:03.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T00:32:03.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T00:32:03.876Z] Configure a credential helper to remove this warning. See [2021-02-03T00:32:03.876Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T00:32:03.876Z] [2021-02-03T00:32:03.876Z] Login Succeeded [2021-02-03T00:32:03.876Z] nexus3.edgexfoundry.org:10004 [2021-02-03T00:32:04.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T00:32:04.179Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T00:32:04.179Z] Configure a credential helper to remove this warning. See [2021-02-03T00:32:04.179Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T00:32:04.179Z] [2021-02-03T00:32:04.179Z] Login Succeeded [2021-02-03T00:32:04.179Z] docker.io [2021-02-03T00:32:04.448Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T00:32:04.730Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T00:32:04.730Z] Configure a credential helper to remove this warning. See [2021-02-03T00:32:04.730Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T00:32:04.730Z] [2021-02-03T00:32:04.730Z] Login Succeeded [2021-02-03T00:32:04.730Z] ---> docker-login.sh ends [Pipeline] } [2021-02-03T00:32:04.750Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-03T00:32:05.245Z] ++ 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-03T00:32:05.245Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T00:32:05.245Z] ++ dirname cmd/core-command/Dockerfile [2021-02-03T00:32:05.245Z] ++ cut -d/ -f2 [2021-02-03T00:32:05.245Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-03T00:32:05.245Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T00:32:05.245Z] ++ cut -d/ -f2 [2021-02-03T00:32:05.245Z] ++ dirname cmd/core-data/Dockerfile [2021-02-03T00:32:05.245Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-03T00:32:05.245Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T00:32:05.245Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-03T00:32:05.245Z] ++ cut -d/ -f2 [2021-02-03T00:32:05.245Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-03T00:32:05.245Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T00:32:05.245Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-03T00:32:05.245Z] ++ cut -d/ -f2 [2021-02-03T00:32:05.245Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-03T00:32:05.245Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T00:32:05.245Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-03T00:32:05.245Z] ++ cut -d/ -f2 [2021-02-03T00:32:05.245Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-03T00:32:05.245Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T00:32:05.245Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-03T00:32:05.245Z] ++ cut -d/ -f2 [2021-02-03T00:32:05.245Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-03T00:32:05.245Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T00:32:05.245Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-03T00:32:05.245Z] ++ cut -d/ -f2 [2021-02-03T00:32:05.245Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-03T00:32:05.245Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T00:32:05.245Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-03T00:32:05.245Z] ++ cut -d/ -f2 [2021-02-03T00:32:05.245Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-03T00:32:05.245Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T00:32:05.245Z] ++ cut -d/ -f2 [2021-02-03T00:32:05.245Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-03T00:32:05.245Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-03T00:32:05.639Z] 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-03T00:32:06.589Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T00:32:06.590Z] [2021-02-03T00:32:06.590Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T00:32:07.038Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T00:32:07.038Z] latest: Pulling from edgex-devops/git-semver [2021-02-03T00:32:07.038Z] 31603596830f: Pulling fs layer [2021-02-03T00:32:07.038Z] 2a8b12db71e7: Pulling fs layer [2021-02-03T00:32:07.038Z] 6ca5941a6612: Pulling fs layer [2021-02-03T00:32:07.038Z] ecc8261a40a4: Pulling fs layer [2021-02-03T00:32:07.038Z] ecc8261a40a4: Waiting [2021-02-03T00:32:07.330Z] 2a8b12db71e7: Verifying Checksum [2021-02-03T00:32:07.330Z] 2a8b12db71e7: Download complete [2021-02-03T00:32:07.330Z] 31603596830f: Download complete [2021-02-03T00:32:07.971Z] ecc8261a40a4: Verifying Checksum [2021-02-03T00:32:07.971Z] ecc8261a40a4: Download complete [2021-02-03T00:32:07.971Z] 6ca5941a6612: Verifying Checksum [2021-02-03T00:32:07.971Z] 6ca5941a6612: Download complete [2021-02-03T00:32:08.247Z] 31603596830f: Pull complete [2021-02-03T00:32:08.247Z] 2a8b12db71e7: Pull complete [2021-02-03T00:32:10.244Z] 6ca5941a6612: Pull complete [2021-02-03T00:32:10.525Z] ecc8261a40a4: Pull complete [2021-02-03T00:32:10.525Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-03T00:32:10.525Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T00:32:10.525Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-03T00:32:10.702Z] prd-centos7-docker-4c-2g-24644 does not seem to be running inside a container [2021-02-03T00:32:10.820Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-03T00:32:13.313Z] $ docker top deff86e49221cf4a462ff5b1ff7e6307cf29f358fc0e1e1901df0ecc45b668ce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-03T00:32:13.796Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-03T00:32:13.796Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-03T00:32:14.238Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-03T00:32:14.241Z] $ docker exec deff86e49221cf4a462ff5b1ff7e6307cf29f358fc0e1e1901df0ecc45b668ce ssh-agent [2021-02-03T00:32:14.562Z] SSH_AUTH_SOCK=/tmp/ssh-O5p0avqmaK4g/agent.12 [2021-02-03T00:32:14.563Z] SSH_AGENT_PID=17 [2021-02-03T00:32:14.594Z] Running ssh-add (command line suppressed) [2021-02-03T00:32:14.831Z] Identity added: /w/workspace/edgex-go/55@tmp/private_key_7006390776398038500.key (/w/workspace/edgex-go/55@tmp/private_key_7006390776398038500.key) [2021-02-03T00:32:14.944Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-03T00:32:15.326Z] + git tag --points-at HEAD [Pipeline] } [2021-02-03T00:32:15.382Z] $ docker exec --env ******** --env ******** deff86e49221cf4a462ff5b1ff7e6307cf29f358fc0e1e1901df0ecc45b668ce ssh-agent -k [2021-02-03T00:32:15.598Z] unset SSH_AUTH_SOCK; [2021-02-03T00:32:15.610Z] unset SSH_AGENT_PID; [2021-02-03T00:32:15.610Z] echo Agent pid 17 killed; [2021-02-03T00:32:15.831Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-03T00:32:15.968Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-03T00:32:15.968Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-03T00:32:16.502Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-03T00:32:16.505Z] $ docker exec deff86e49221cf4a462ff5b1ff7e6307cf29f358fc0e1e1901df0ecc45b668ce ssh-agent [2021-02-03T00:32:17.033Z] SSH_AUTH_SOCK=/tmp/ssh-RWliaxaOXaKc/agent.47 [2021-02-03T00:32:17.033Z] SSH_AGENT_PID=52 [2021-02-03T00:32:17.044Z] Running ssh-add (command line suppressed) [2021-02-03T00:32:17.376Z] Identity added: /w/workspace/edgex-go/55@tmp/private_key_751812841262470868.key (/w/workspace/edgex-go/55@tmp/private_key_751812841262470868.key) [2021-02-03T00:32:17.543Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-03T00:32:18.274Z] + git semver init [2021-02-03T00:32:18.274Z] # -> Open(): unable to determine branch for HEAD [2021-02-03T00:32:18.274Z] # $GIT_DIR = /w/workspace/edgex-go/55/.git [2021-02-03T00:32:18.274Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/55 [2021-02-03T00:32:18.274Z] # $SEMVER_REMOTE_NAME = origin [2021-02-03T00:32:18.274Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-03T00:32:18.274Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-03T00:32:18.274Z] # $SEMVER_BRANCH = PR-2858 [2021-02-03T00:32:18.274Z] # $SEMVER_TEMP = /tmp/semver-298110947 [2021-02-03T00:32:18.274Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-03T00:32:51.083Z] # '/tmp/semver-298110947' -> '/w/workspace/edgex-go/55/.semver' [2021-02-03T00:32:51.083Z] # -> Force: false [2021-02-03T00:32:51.083Z] # $SEMVER_DIR = /w/workspace/edgex-go/55/.semver [Pipeline] } [2021-02-03T00:32:51.130Z] $ docker exec --env ******** --env ******** deff86e49221cf4a462ff5b1ff7e6307cf29f358fc0e1e1901df0ecc45b668ce ssh-agent -k [2021-02-03T00:32:51.489Z] unset SSH_AUTH_SOCK; [2021-02-03T00:32:51.489Z] unset SSH_AGENT_PID; [2021-02-03T00:32:51.490Z] echo Agent pid 52 killed; [2021-02-03T00:32:51.638Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-03T00:32:52.261Z] + git semver [Pipeline] } [2021-02-03T00:32:52.282Z] $ docker stop --time=1 deff86e49221cf4a462ff5b1ff7e6307cf29f358fc0e1e1901df0ecc45b668ce [2021-02-03T00:32:54.291Z] $ docker rm -f deff86e49221cf4a462ff5b1ff7e6307cf29f358fc0e1e1901df0ecc45b668ce [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-03T00:32:55.239Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-03T00:32:56.085Z] Stashed 1 file(s) [Pipeline] echo [2021-02-03T00:32:56.088Z] [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-03T00:32:57.037Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-03T00:32:57.377Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-03T00:32:57.826Z] + true [2021-02-03T00:32:57.826Z] + sudo service docker restart [2021-02-03T00:32:57.826Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-03T00:32:59.296Z] ========================================================= [2021-02-03T00:32:59.296Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-03T00:32:59.296Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-03T00:32:59.709Z] + 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-03T00:33:06.596Z] Sending build context to Docker daemon 327.5MB [2021-02-03T00:33:06.596Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-03T00:33:06.596Z] Step 2/6 : FROM ${BASE} [2021-02-03T00:33:06.899Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-03T00:33:06.899Z] 188c0c94c7c5: Pulling fs layer [2021-02-03T00:33:06.899Z] 0ef7d3d256c8: Pulling fs layer [2021-02-03T00:33:06.899Z] de9db76c5a1d: Pulling fs layer [2021-02-03T00:33:06.899Z] bca2f99d35d6: Pulling fs layer [2021-02-03T00:33:06.899Z] 93359f2a8cfa: Pulling fs layer [2021-02-03T00:33:06.899Z] 7c6f9722023f: Pulling fs layer [2021-02-03T00:33:06.899Z] a35cf1a2eb13: Pulling fs layer [2021-02-03T00:33:06.899Z] bca2f99d35d6: Waiting [2021-02-03T00:33:06.899Z] 93359f2a8cfa: Waiting [2021-02-03T00:33:06.899Z] 7c6f9722023f: Waiting [2021-02-03T00:33:06.899Z] a35cf1a2eb13: Waiting [2021-02-03T00:33:06.899Z] de9db76c5a1d: Download complete [2021-02-03T00:33:06.899Z] 0ef7d3d256c8: Verifying Checksum [2021-02-03T00:33:06.899Z] 0ef7d3d256c8: Download complete [2021-02-03T00:33:06.899Z] 93359f2a8cfa: Verifying Checksum [2021-02-03T00:33:06.899Z] 93359f2a8cfa: Download complete [2021-02-03T00:33:06.899Z] 7c6f9722023f: Verifying Checksum [2021-02-03T00:33:06.899Z] 7c6f9722023f: Download complete [2021-02-03T00:33:07.180Z] 188c0c94c7c5: Download complete [2021-02-03T00:33:07.877Z] 188c0c94c7c5: Pull complete [2021-02-03T00:33:08.489Z] 0ef7d3d256c8: Pull complete [2021-02-03T00:33:09.114Z] de9db76c5a1d: Pull complete [2021-02-03T00:33:11.145Z] a35cf1a2eb13: Verifying Checksum [2021-02-03T00:33:11.145Z] a35cf1a2eb13: Download complete [2021-02-03T00:33:11.522Z] Still waiting to schedule task [2021-02-03T00:33:11.522Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-03T00:33:12.122Z] bca2f99d35d6: Verifying Checksum [2021-02-03T00:33:12.123Z] bca2f99d35d6: Download complete [2021-02-03T00:33:24.672Z] bca2f99d35d6: Pull complete [2021-02-03T00:33:24.672Z] 93359f2a8cfa: Pull complete [2021-02-03T00:33:24.672Z] 7c6f9722023f: Pull complete [2021-02-03T00:33:30.136Z] a35cf1a2eb13: Pull complete [2021-02-03T00:33:30.136Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-03T00:33:30.136Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-03T00:33:30.136Z] ---> a62c8e92a672 [2021-02-03T00:33:30.136Z] 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-03T00:33:30.136Z] ---> Running in 010165330a26 [2021-02-03T00:33:31.131Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T00:33:31.733Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T00:33:32.007Z] (1/12) Installing libmagic (5.38-r0) [2021-02-03T00:33:32.276Z] (2/12) Installing file (5.38-r0) [2021-02-03T00:33:32.276Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-03T00:33:32.547Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-03T00:33:35.188Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-03T00:33:35.188Z] (6/12) Installing patch (2.7.6-r6) [2021-02-03T00:33:35.458Z] (7/12) Installing build-base (0.5-r2) [2021-02-03T00:33:35.458Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-03T00:33:35.458Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-03T00:33:35.757Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-03T00:33:35.757Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-03T00:33:35.757Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-03T00:33:36.026Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T00:33:36.026Z] OK: 233 MiB in 51 packages [2021-02-03T00:33:39.428Z] Removing intermediate container 010165330a26 [2021-02-03T00:33:39.429Z] ---> ef55fd82a769 [2021-02-03T00:33:39.429Z] Step 4/6 : WORKDIR /edgex-go [2021-02-03T00:33:39.429Z] ---> Running in 3025e6b9a069 [2021-02-03T00:33:39.725Z] Removing intermediate container 3025e6b9a069 [2021-02-03T00:33:39.725Z] ---> 87f291142e6e [2021-02-03T00:33:39.725Z] Step 5/6 : COPY go.mod . [2021-02-03T00:33:40.347Z] ---> 9337c0b92fca [2021-02-03T00:33:40.347Z] Step 6/6 : RUN go mod download [2021-02-03T00:33:40.347Z] ---> Running in ce9259ca726c [2021-02-03T00:34:07.460Z] Removing intermediate container ce9259ca726c [2021-02-03T00:34:07.460Z] ---> e5df140c7459 [2021-02-03T00:34:07.460Z] Successfully built e5df140c7459 [2021-02-03T00:34:07.460Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T00:34:07.831Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-03T00:34:08.113Z] . [Pipeline] withDockerContainer [2021-02-03T00:34:08.581Z] prd-centos7-docker-4c-2g-24644 does not seem to be running inside a container [2021-02-03T00:34:08.801Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-03T00:34:11.155Z] $ docker top 76f38cc52e2d820b4c70c24a725d80476fe3fcd3aaa5023dd8d7b3dad90f82af -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T00:34:12.256Z] + go version [2021-02-03T00:34:12.256Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-03T00:34:12.280Z] $ docker stop --time=1 76f38cc52e2d820b4c70c24a725d80476fe3fcd3aaa5023dd8d7b3dad90f82af [2021-02-03T00:34:13.896Z] $ docker rm -f 76f38cc52e2d820b4c70c24a725d80476fe3fcd3aaa5023dd8d7b3dad90f82af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T00:34:14.867Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-03T00:34:14.867Z] . [Pipeline] withDockerContainer [2021-02-03T00:34:15.160Z] prd-centos7-docker-4c-2g-24644 does not seem to be running inside a container [2021-02-03T00:34:15.298Z] $ 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/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-03T00:34:16.670Z] $ docker top e8dfb94235e86ed9e4534214b07287a779e3582a9064cd9a46af2e01e3c23c90 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-03T00:34:17.415Z] ========================================================= [2021-02-03T00:34:17.415Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-03T00:34:17.415Z] ========================================================= [Pipeline] sh [2021-02-03T00:34:17.795Z] + make test [2021-02-03T00:34:17.795Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-03T00:34:36.395Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-03T00:35:09.422Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-03T00:35:20.322Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-03T00:35:20.322Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-03T00:35:20.322Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-03T00:35:20.322Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-03T00:35:24.875Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-03T00:35:24.875Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-03T00:35:24.875Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-03T00:35:24.875Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-03T00:35:24.875Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-03T00:35:26.396Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-03T00:35:31.426Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-03T00:35:31.426Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-03T00:35:31.426Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-03T00:35:36.078Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.286s coverage: 46.0% of statements [2021-02-03T00:35:36.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-03T00:35:36.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-03T00:35:36.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-03T00:35:36.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-03T00:35:36.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-03T00:35:36.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-03T00:35:36.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-03T00:35:36.078Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.119s coverage: 100.0% of statements [2021-02-03T00:35:38.876Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.547s coverage: 27.1% of statements [2021-02-03T00:35:38.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-03T00:35:38.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-03T00:35:38.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-03T00:35:38.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-03T00:35:38.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-03T00:35:38.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-03T00:35:38.876Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.084s coverage: 100.0% of statements [2021-02-03T00:35:38.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-03T00:35:38.876Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.086s coverage: 100.0% of statements [2021-02-03T00:35:38.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-03T00:35:38.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-03T00:35:39.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.171s coverage: 65.8% of statements [2021-02-03T00:35:39.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-03T00:35:39.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-03T00:35:40.935Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.553s coverage: 82.3% of statements [2021-02-03T00:35:40.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-03T00:35:40.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-03T00:35:40.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-03T00:35:40.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-03T00:35:46.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.598s coverage: 28.6% of statements [2021-02-03T00:35:46.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-03T00:35:46.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-03T00:35:46.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-03T00:35:46.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-03T00:35:46.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-03T00:35:46.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.122s coverage: 100.0% of statements [2021-02-03T00:35:46.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-03T00:35:46.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.061s coverage: 100.0% of statements [2021-02-03T00:35:46.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-03T00:35:46.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.133s coverage: 86.7% of statements [2021-02-03T00:35:46.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-03T00:35:46.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.257s coverage: 97.5% of statements [2021-02-03T00:35:46.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-03T00:35:46.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.114s coverage: 78.3% of statements [2021-02-03T00:35:46.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-03T00:35:46.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-03T00:35:46.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-03T00:35:46.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-03T00:35:52.324Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.677s coverage: 92.8% of statements [2021-02-03T00:35:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-03T00:35:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-03T00:35:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-03T00:35:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-03T00:35:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-03T00:35:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-03T00:35:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-03T00:35:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-03T00:35:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-03T00:35:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-03T00:35:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-03T00:35:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-03T00:35:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-03T00:35:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-03T00:35:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-03T00:35:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-03T00:35:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-03T00:35:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-03T00:35:52.324Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.069s coverage: 58.8% of statements [2021-02-03T00:35:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-03T00:35:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-03T00:35:52.324Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.143s coverage: 0.1% of statements [2021-02-03T00:35:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-03T00:35:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-03T00:35:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-03T00:35:52.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.059s coverage: 45.5% of statements [2021-02-03T00:35:52.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.182s coverage: 79.5% of statements [2021-02-03T00:35:52.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.070s coverage: 94.1% of statements [2021-02-03T00:35:52.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.068s coverage: 96.3% of statements [2021-02-03T00:35:52.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.049s coverage: 87.5% of statements [2021-02-03T00:36:02.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.164s coverage: 94.4% of statements [2021-02-03T00:36:02.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.093s coverage: 44.8% of statements [2021-02-03T00:36:18.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.245s coverage: 92.9% of statements [2021-02-03T00:36:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-03T00:36:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-03T00:36:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-03T00:36:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-03T00:36:18.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.147s coverage: 87.2% of statements [2021-02-03T00:36:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-03T00:36:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-03T00:36:18.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-02-03T00:36:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-03T00:36:18.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.098s coverage: 75.5% of statements [2021-02-03T00:36:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-03T00:36:18.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.121s coverage: 80.8% of statements [2021-02-03T00:36:18.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.087s coverage: 87.2% of statements [2021-02-03T00:36:18.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.262s coverage: 84.2% of statements [2021-02-03T00:36:18.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.216s coverage: 91.4% of statements [2021-02-03T00:36:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-03T00:36:18.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.427s coverage: 63.5% of statements [2021-02-03T00:36:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-03T00:36:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-03T00:36:18.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements [2021-02-03T00:36:18.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.055s coverage: 91.3% of statements [2021-02-03T00:36:18.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements [2021-02-03T00:36:18.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.100s coverage: 73.7% of statements [2021-02-03T00:36:18.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements [2021-02-03T00:36:18.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.767s coverage: 68.9% of statements [2021-02-03T00:36:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-03T00:36:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-03T00:36:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-03T00:36:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-03T00:36:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-03T00:36:18.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.242s coverage: 37.0% of statements [2021-02-03T00:36:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-03T00:36:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-03T00:36:18.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.817s coverage: 84.0% of statements [2021-02-03T00:36:18.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.092s coverage: 100.0% of statements [2021-02-03T00:36:18.095Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.491s coverage: 47.0% of statements [2021-02-03T00:36:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-03T00:36:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-03T00:36:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-03T00:36:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-03T00:36:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-03T00:36:18.095Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.082s coverage: 100.0% of statements [2021-02-03T00:36:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-03T00:36:18.095Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements [2021-02-03T00:36:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-03T00:36:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-03T00:36:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-03T00:36:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-03T00:36:18.095Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.160s coverage: 100.0% of statements [2021-02-03T00:36:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-03T00:36:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-03T00:36:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-03T00:36:22.784Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.595s coverage: 29.1% of statements [2021-02-03T00:36:22.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-03T00:36:22.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-03T00:36:22.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-03T00:36:22.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-03T00:36:22.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-03T00:36:22.784Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.220s coverage: 99.0% of statements [2021-02-03T00:36:22.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-03T00:36:22.784Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.086s coverage: 100.0% of statements [2021-02-03T00:36:22.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-03T00:36:22.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-03T00:36:22.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-03T00:36:22.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-03T00:36:22.784Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.169s coverage: 100.0% of statements [2021-02-03T00:36:22.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-03T00:36:22.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-03T00:36:22.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-03T00:36:22.784Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.070s coverage: 0.0% of statements [2021-02-03T00:36:22.784Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-03T00:36:22.784Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements [2021-02-03T00:36:22.784Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-03T00:36:22.784Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-03T00:36:22.784Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-03T00:36:22.784Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-03T00:36:23.409Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.078s coverage: 87.9% of statements [2021-02-03T00:36:23.409Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-03T00:36:23.409Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-03T00:36:23.409Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.086s coverage: 100.0% of statements [2021-02-03T00:36:24.075Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-02-03T00:36:24.351Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-02-03T00:36:25.355Z] GO111MODULE=on go vet ./... [2021-02-03T00:37:34.136Z] gofmt -l . [2021-02-03T00:37:34.136Z] [ "`gofmt -l .`" = "" ] [2021-02-03T00:37:34.136Z] ./bin/test-go-mod-tidy.sh [2021-02-03T00:37:34.136Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-03T00:37:34.866Z] + ls -al . [2021-02-03T00:37:34.866Z] total 684 [2021-02-03T00:37:34.866Z] drwxrwxr-x 10 1001 1001 4096 Feb 3 00:37 . [2021-02-03T00:37:34.866Z] drwxr-xr-x 4 root root 30 Feb 3 00:34 .. [2021-02-03T00:37:34.866Z] -rw-rw-r-- 1 1001 1001 11 Feb 3 00:31 .dockerignore [2021-02-03T00:37:34.866Z] drwxrwxr-x 8 1001 1001 179 Feb 3 00:31 .git [2021-02-03T00:37:34.866Z] drwxrwxr-x 3 1001 1001 125 Feb 3 00:31 .github [2021-02-03T00:37:34.866Z] -rw-rw-r-- 1 1001 1001 872 Feb 3 00:31 .gitignore [2021-02-03T00:37:34.866Z] drwx------ 3 1001 1001 60 Feb 3 00:32 .semver [2021-02-03T00:37:34.866Z] -rw-rw-r-- 1 1001 1001 166 Feb 3 00:31 .sonarcloud.properties [2021-02-03T00:37:34.866Z] -rw-rw-r-- 1 1001 1001 7859 Feb 3 00:31 Attribution.txt [2021-02-03T00:37:34.866Z] -rw-rw-r-- 1 1001 1001 3804 Feb 3 00:31 CONTRIBUTING.md [2021-02-03T00:37:34.866Z] -rw-rw-r-- 1 1001 1001 931 Feb 3 00:31 Dockerfile.build [2021-02-03T00:37:34.866Z] -rw-rw-r-- 1 1001 1001 863 Feb 3 00:31 Jenkinsfile [2021-02-03T00:37:34.866Z] -rw-rw-r-- 1 1001 1001 10775 Feb 3 00:31 LICENSE [2021-02-03T00:37:34.866Z] -rw-rw-r-- 1 1001 1001 6001 Feb 3 00:31 Makefile [2021-02-03T00:37:34.866Z] -rw-rw-r-- 1 1001 1001 6524 Feb 3 00:31 README.md [2021-02-03T00:37:34.866Z] -rw-rw-r-- 1 1001 1001 6755 Feb 3 00:31 SECURITY.md [2021-02-03T00:37:34.866Z] -rw-rw-r-- 1 1001 1001 5 Feb 3 00:32 VERSION [2021-02-03T00:37:34.866Z] -rw-rw-r-- 1 1001 1001 4131 Feb 3 00:31 ZMQWindows.md [2021-02-03T00:37:34.866Z] drwxrwxr-x 2 1001 1001 117 Feb 3 00:31 bin [2021-02-03T00:37:34.866Z] drwxrwxr-x 15 1001 1001 4096 Feb 3 00:31 cmd [2021-02-03T00:37:34.866Z] -rw-r--r-- 1 root root 578674 Feb 3 00:36 coverage.out [2021-02-03T00:37:34.866Z] -rw-r--r-- 1 root root 1054 Feb 3 00:37 go.mod [2021-02-03T00:37:34.866Z] -rw-r--r-- 1 root root 19399 Feb 3 00:37 go.sum [2021-02-03T00:37:34.866Z] drwxrwxr-x 8 1001 1001 127 Feb 3 00:31 internal [2021-02-03T00:37:34.866Z] drwxrwxr-x 4 1001 1001 26 Feb 3 00:31 openapi [2021-02-03T00:37:34.866Z] drwxrwxr-x 4 1001 1001 71 Feb 3 00:31 snap [2021-02-03T00:37:34.866Z] -rw-rw-r-- 1 1001 1001 168 Feb 3 00:31 version.go [Pipeline] sh [2021-02-03T00:37:35.632Z] + '[' -e coverage.out ] [2021-02-03T00:37:35.632Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-03T00:37:35.976Z] Stashed 1 file(s) [Pipeline] sh [2021-02-03T00:37:36.317Z] + make build [2021-02-03T00:37:36.318Z] 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-03T00:37:43.139Z] 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-03T00:37:50.999Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24647 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-02-03T00:37:51.067Z] Running in /w/workspace/edgex-go/55 [Pipeline] { [Pipeline] checkout [2021-02-03T00:37:55.960Z] using credential edgex-jenkins-ssh [2021-02-03T00:37:56.016Z] Cloning the remote Git repository [2021-02-03T00:37:56.065Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-03T00:37:56.163Z] > git init /w/workspace/edgex-go/55 # timeout=10 [2021-02-03T00:37:56.234Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-03T00:37:56.235Z] > git --version # timeout=10 [2021-02-03T00:37:56.254Z] > git --version # 'git version 2.17.1' [2021-02-03T00:37:56.255Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T00:37:56.342Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-03T00:38:10.490Z] 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-03T00:38:11.937Z] 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-03T00:38:15.461Z] 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-03T00:38:15.485Z] Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-02-03T00:38:14.570Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-03T00:38:14.594Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-03T00:38:14.616Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-03T00:38:14.652Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-03T00:38:14.653Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T00:38:14.666Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-03T00:38:15.504Z] > git config core.sparsecheckout # timeout=10 [2021-02-03T00:38:15.521Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-02-03T00:38:16.176Z] 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-03T00:38:16.721Z] Merge succeeded, producing 9f169655dae6981a915a860b74d2a66609af2a48 [2021-02-03T00:38:16.722Z] Checking out Revision 9f169655dae6981a915a860b74d2a66609af2a48 (PR-2858) [2021-02-03T00:38:15.826Z] > git remote # timeout=10 [2021-02-03T00:38:15.843Z] > git config --get remote.origin.url # timeout=10 [2021-02-03T00:38:15.854Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T00:38:15.865Z] > git merge 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 [2021-02-03T00:38:16.706Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-03T00:38:16.727Z] > git config core.sparsecheckout # timeout=10 [2021-02-03T00:38:16.751Z] > git checkout -f 9f169655dae6981a915a860b74d2a66609af2a48 # timeout=10 [2021-02-03T00:38:20.645Z] 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-03T00:38:21.051Z] Commit message: "Merge commit '74c372326013f994c98436bf4455b6fe21c08430' into HEAD" [2021-02-03T00:38:21.074Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-03T00:38:21.059Z] > git rev-list --no-walk a680e651ea24e260fa731a0d4c81c09ca0199e4c # timeout=10 [2021-02-03T00:38:22.576Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-03T00:38:23.024Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-03T00:38:23.369Z] + + sudo service docker restart [2021-02-03T00:38:23.369Z] true [2021-02-03T00:38:24.374Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-03T00:38:25.449Z] provisioning config files... [2021-02-03T00:38:25.493Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/55@tmp/config1861762782473006143tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-03T00:38:25.907Z] ---> docker-login.sh [2021-02-03T00:38:25.907Z] nexus3.edgexfoundry.org:10001 [2021-02-03T00:38:26.889Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T00:38:27.166Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T00:38:27.166Z] Configure a credential helper to remove this warning. See [2021-02-03T00:38:27.166Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T00:38:27.166Z] [2021-02-03T00:38:27.166Z] Login Succeeded [2021-02-03T00:38:27.166Z] nexus3.edgexfoundry.org:10002 [2021-02-03T00:38:27.245Z] 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-03T00:38:27.443Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T00:38:27.723Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T00:38:27.724Z] Configure a credential helper to remove this warning. See [2021-02-03T00:38:27.724Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T00:38:27.724Z] [2021-02-03T00:38:27.724Z] Login Succeeded [2021-02-03T00:38:27.724Z] nexus3.edgexfoundry.org:10003 [2021-02-03T00:38:28.325Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T00:38:28.325Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T00:38:28.325Z] Configure a credential helper to remove this warning. See [2021-02-03T00:38:28.325Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T00:38:28.325Z] [2021-02-03T00:38:28.325Z] Login Succeeded [2021-02-03T00:38:28.325Z] nexus3.edgexfoundry.org:10004 [2021-02-03T00:38:28.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T00:38:28.878Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T00:38:28.878Z] Configure a credential helper to remove this warning. See [2021-02-03T00:38:28.878Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T00:38:28.878Z] [2021-02-03T00:38:28.878Z] Login Succeeded [2021-02-03T00:38:28.878Z] docker.io [2021-02-03T00:38:29.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T00:38:29.754Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T00:38:29.754Z] Configure a credential helper to remove this warning. See [2021-02-03T00:38:29.754Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T00:38:29.754Z] [2021-02-03T00:38:29.754Z] Login Succeeded [2021-02-03T00:38:29.754Z] ---> docker-login.sh ends [Pipeline] } [2021-02-03T00:38:29.770Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-03T00:38:30.188Z] ========================================================= [2021-02-03T00:38:30.188Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-03T00:38:30.188Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-03T00:38:30.560Z] + 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-03T00:38:30.848Z] 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-03T00:38:32.896Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-03T00:38:33.192Z] Sending build context to Docker daemon 166.1MB [2021-02-03T00:38:33.192Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-03T00:38:33.192Z] Step 2/6 : FROM ${BASE} [2021-02-03T00:38:33.192Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-03T00:38:33.192Z] 5f621e34cdf4: Pulling fs layer [2021-02-03T00:38:33.192Z] a4357932f1b6: Pulling fs layer [2021-02-03T00:38:33.192Z] 18c013af1878: Pulling fs layer [2021-02-03T00:38:33.192Z] 00ac8860ef70: Pulling fs layer [2021-02-03T00:38:33.192Z] 63d7cb157983: Pulling fs layer [2021-02-03T00:38:33.192Z] b116817d02f9: Pulling fs layer [2021-02-03T00:38:33.192Z] 745a02a5169b: Pulling fs layer [2021-02-03T00:38:33.192Z] 63d7cb157983: Waiting [2021-02-03T00:38:33.192Z] b116817d02f9: Waiting [2021-02-03T00:38:33.192Z] 745a02a5169b: Waiting [2021-02-03T00:38:33.192Z] 00ac8860ef70: Waiting [2021-02-03T00:38:33.192Z] 18c013af1878: Verifying Checksum [2021-02-03T00:38:33.192Z] 18c013af1878: Download complete [2021-02-03T00:38:33.192Z] a4357932f1b6: Verifying Checksum [2021-02-03T00:38:33.192Z] a4357932f1b6: Download complete [2021-02-03T00:38:33.192Z] 63d7cb157983: Download complete [2021-02-03T00:38:33.789Z] b116817d02f9: Verifying Checksum [2021-02-03T00:38:33.789Z] b116817d02f9: Download complete [2021-02-03T00:38:33.789Z] 5f621e34cdf4: Verifying Checksum [2021-02-03T00:38:33.789Z] 5f621e34cdf4: Download complete [2021-02-03T00:38:34.403Z] 5f621e34cdf4: Pull complete [2021-02-03T00:38:35.007Z] a4357932f1b6: Pull complete [2021-02-03T00:38:35.284Z] 18c013af1878: Pull complete [2021-02-03T00:38:35.697Z] 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-03T00:38:36.726Z] 745a02a5169b: Verifying Checksum [2021-02-03T00:38:36.726Z] 745a02a5169b: Download complete [2021-02-03T00:38:36.998Z] 00ac8860ef70: Verifying Checksum [2021-02-03T00:38:36.998Z] 00ac8860ef70: Download complete [2021-02-03T00:38:38.866Z] 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-03T00:38:45.359Z] $ docker stop --time=1 e8dfb94235e86ed9e4534214b07287a779e3582a9064cd9a46af2e01e3c23c90 [2021-02-03T00:38:47.140Z] 00ac8860ef70: Pull complete [2021-02-03T00:38:47.140Z] 63d7cb157983: Pull complete [2021-02-03T00:38:47.140Z] b116817d02f9: Pull complete [2021-02-03T00:38:47.816Z] $ docker rm -f e8dfb94235e86ed9e4534214b07287a779e3582a9064cd9a46af2e01e3c23c90 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T00:38:50.259Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-03T00:38:50.259Z] [2021-02-03T00:38:50.259Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-03T00:38:50.547Z] 745a02a5169b: Pull complete [2021-02-03T00:38:50.548Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-03T00:38:50.548Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-03T00:38:50.548Z] ---> b7e6874047d6 [2021-02-03T00:38:50.548Z] 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 [Pipeline] isUnix [Pipeline] sh [2021-02-03T00:38:50.953Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-03T00:38:50.953Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-03T00:38:50.953Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-03T00:38:50.953Z] ca9280d653b3: Pulling fs layer [2021-02-03T00:38:50.953Z] 7e9c9ca2126c: Pulling fs layer [2021-02-03T00:38:51.640Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-03T00:38:51.640Z] cbdbe7a5bc2a: Download complete [2021-02-03T00:38:52.735Z] cbdbe7a5bc2a: Pull complete [2021-02-03T00:38:52.735Z] ca9280d653b3: Verifying Checksum [2021-02-03T00:38:52.735Z] ca9280d653b3: Download complete [2021-02-03T00:38:53.962Z] ---> Running in af054f1da85e [2021-02-03T00:38:54.941Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T00:38:55.570Z] ca9280d653b3: Pull complete [2021-02-03T00:38:55.868Z] 7e9c9ca2126c: Verifying Checksum [2021-02-03T00:38:55.868Z] 7e9c9ca2126c: Download complete [2021-02-03T00:38:55.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T00:38:56.888Z] (1/12) Installing libmagic (5.38-r0) [2021-02-03T00:38:57.476Z] (2/12) Installing file (5.38-r0) [2021-02-03T00:38:57.476Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-03T00:38:57.476Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-03T00:39:01.773Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-03T00:39:01.773Z] (6/12) Installing patch (2.7.6-r6) [2021-02-03T00:39:01.773Z] (7/12) Installing build-base (0.5-r2) [2021-02-03T00:39:02.045Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-03T00:39:02.045Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-03T00:39:02.045Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-03T00:39:02.319Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-03T00:39:02.319Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-03T00:39:02.319Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T00:39:02.319Z] OK: 217 MiB in 51 packages [2021-02-03T00:39:06.090Z] 7e9c9ca2126c: Pull complete [2021-02-03T00:39:06.090Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-03T00:39:06.090Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-03T00:39:06.090Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-03T00:39:06.515Z] prd-centos7-docker-4c-2g-24644 does not seem to be running inside a container [2021-02-03T00:39:06.641Z] Removing intermediate container af054f1da85e [2021-02-03T00:39:06.641Z] ---> 0803c3b58840 [2021-02-03T00:39:06.641Z] Step 4/6 : WORKDIR /edgex-go [2021-02-03T00:39:06.641Z] ---> Running in 5636f51a84e8 [2021-02-03T00:39:06.649Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@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-03T00:39:06.917Z] Removing intermediate container 5636f51a84e8 [2021-02-03T00:39:06.917Z] ---> 0c60d42c5e07 [2021-02-03T00:39:06.917Z] Step 5/6 : COPY go.mod . [2021-02-03T00:39:07.514Z] ---> cf4720ecafcd [2021-02-03T00:39:07.514Z] Step 6/6 : RUN go mod download [2021-02-03T00:39:07.791Z] ---> Running in aab0fe2ef5a8 [2021-02-03T00:39:08.702Z] $ docker top 818082bb964882e1f8c52e6a8a2ae48ef1ed61aeab02e4e2295386ba2cd6a88f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T00:39:09.340Z] + docker-compose build --help [2021-02-03T00:39:09.340Z] + grep parallel [2021-02-03T00:39:11.321Z] --parallel Build images in parallel. [Pipeline] } [2021-02-03T00:39:11.346Z] $ docker stop --time=1 818082bb964882e1f8c52e6a8a2ae48ef1ed61aeab02e4e2295386ba2cd6a88f [2021-02-03T00:39:13.441Z] $ docker rm -f 818082bb964882e1f8c52e6a8a2ae48ef1ed61aeab02e4e2295386ba2cd6a88f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T00:39:14.247Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-03T00:39:14.247Z] . [Pipeline] withDockerContainer [2021-02-03T00:39:14.430Z] prd-centos7-docker-4c-2g-24644 does not seem to be running inside a container [2021-02-03T00:39:14.510Z] $ 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/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-03T00:39:15.608Z] $ docker top 2eb30f3cb1ecbc6cc6b15e680de80a8b95bcefec9f8e4e9ca47672e12cd5bee5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T00:39:16.227Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-03T00:39:18.221Z] Building docker-core-command-go ... [2021-02-03T00:39:18.221Z] Building docker-core-data-go ... [2021-02-03T00:39:18.221Z] Building docker-core-metadata-go ... [2021-02-03T00:39:18.221Z] Building docker-security-bootstrapper-go ... [2021-02-03T00:39:18.221Z] Building docker-security-proxy-setup-go ... [2021-02-03T00:39:18.221Z] Building docker-security-secretstore-setup-go ... [2021-02-03T00:39:18.221Z] Building docker-support-notifications-go ... [2021-02-03T00:39:18.221Z] Building docker-support-scheduler-go ... [2021-02-03T00:39:18.221Z] Building docker-sys-mgmt-agent-go ... [2021-02-03T00:39:18.221Z] Building docker-security-secretstore-setup-go [2021-02-03T00:39:18.221Z] Building docker-core-metadata-go [2021-02-03T00:39:18.221Z] Building docker-security-proxy-setup-go [2021-02-03T00:39:18.221Z] Building docker-support-scheduler-go [2021-02-03T00:39:18.221Z] Building docker-sys-mgmt-agent-go [2021-02-03T00:39:35.249Z] Removing intermediate container aab0fe2ef5a8 [2021-02-03T00:39:35.249Z] ---> b97c97021af2 [2021-02-03T00:39:35.249Z] Successfully built b97c97021af2 [2021-02-03T00:39:35.249Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T00:39:35.587Z] + docker inspect -f . ci-base-image-arm64 [2021-02-03T00:39:35.587Z] . [Pipeline] withDockerContainer [2021-02-03T00:39:35.825Z] prd-ubuntu18.04-docker-arm64-4c-16g-24647 does not seem to be running inside a container [2021-02-03T00:39:35.916Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@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-03T00:39:37.336Z] $ docker top 74d870afbb09fdb70bac269e542b05fed9c579338e73ac04be4dad0f049b9473 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T00:39:38.322Z] + go version [2021-02-03T00:39:38.323Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-03T00:39:38.348Z] $ docker stop --time=1 74d870afbb09fdb70bac269e542b05fed9c579338e73ac04be4dad0f049b9473 [2021-02-03T00:39:40.236Z] $ docker rm -f 74d870afbb09fdb70bac269e542b05fed9c579338e73ac04be4dad0f049b9473 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T00:39:41.385Z] + docker inspect -f . ci-base-image-arm64 [2021-02-03T00:39:41.385Z] . [Pipeline] withDockerContainer [2021-02-03T00:39:41.662Z] prd-ubuntu18.04-docker-arm64-4c-16g-24647 does not seem to be running inside a container [2021-02-03T00:39:41.746Z] $ 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/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@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-03T00:39:43.204Z] $ docker top 968295e3bbdb5a98a5965c74ab1a3b7afc98261d858f1db677104eddfbd5023e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-03T00:39:43.614Z] ========================================================= [2021-02-03T00:39:43.614Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-03T00:39:43.614Z] ========================================================= [Pipeline] sh [2021-02-03T00:39:44.268Z] + make test [2021-02-03T00:39:44.268Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-03T00:40:11.081Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-03T00:40:27.715Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T00:40:27.715Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-03T00:40:27.715Z] ---> e5df140c7459 [2021-02-03T00:40:27.715Z] Step 3/26 : WORKDIR /edgex-go [2021-02-03T00:40:27.715Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T00:40:27.715Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-03T00:40:27.715Z] ---> e5df140c7459 [2021-02-03T00:40:27.715Z] Step 3/22 : WORKDIR /edgex-go [2021-02-03T00:40:27.715Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T00:40:27.715Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-03T00:40:27.715Z] ---> e5df140c7459 [2021-02-03T00:40:27.715Z] Step 3/24 : WORKDIR /edgex-go [2021-02-03T00:40:27.715Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T00:40:27.715Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-03T00:40:27.716Z] ---> e5df140c7459 [2021-02-03T00:40:27.716Z] Step 3/23 : WORKDIR /edgex-go [2021-02-03T00:40:27.716Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T00:40:27.716Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-03T00:40:27.716Z] ---> e5df140c7459 [2021-02-03T00:40:27.716Z] Step 3/21 : WORKDIR /edgex-go [2021-02-03T00:40:27.716Z] ---> Running in cc2a5466a5c9 [2021-02-03T00:40:27.716Z] ---> Running in 521808c43d5e [2021-02-03T00:40:27.716Z] ---> Running in 89bdb7098bf8 [2021-02-03T00:40:27.716Z] ---> Running in 340fff4882b8 [2021-02-03T00:40:27.716Z] ---> Running in fb4d8c6b89ff [2021-02-03T00:40:27.716Z] Removing intermediate container 89bdb7098bf8 [2021-02-03T00:40:27.716Z] ---> 8dfdcfb3dce5 [2021-02-03T00:40:27.716Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T00:40:27.716Z] Removing intermediate container cc2a5466a5c9 [2021-02-03T00:40:27.716Z] ---> 45dca873ff08 [2021-02-03T00:40:27.716Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T00:40:27.716Z] Removing intermediate container 340fff4882b8 [2021-02-03T00:40:27.716Z] ---> 8548bd492b8f [2021-02-03T00:40:27.716Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T00:40:27.716Z] Removing intermediate container 521808c43d5e [2021-02-03T00:40:27.716Z] ---> 37212cac8e40 [2021-02-03T00:40:27.716Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T00:40:27.716Z] Removing intermediate container fb4d8c6b89ff [2021-02-03T00:40:27.716Z] ---> 5531a9bbb33f [2021-02-03T00:40:27.716Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T00:40:27.716Z] ---> Running in 0f79b1adb7e9 [2021-02-03T00:40:27.716Z] ---> Running in 6c93596be15e [2021-02-03T00:40:27.716Z] ---> Running in c0b0dbefe5c6 [2021-02-03T00:40:27.716Z] ---> Running in 284537274a6f [2021-02-03T00:40:27.716Z] ---> Running in f4af5aed7d17 [2021-02-03T00:40:27.716Z] Removing intermediate container f4af5aed7d17 [2021-02-03T00:40:27.716Z] ---> b2b1717c753a [2021-02-03T00:40:27.716Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-03T00:40:27.716Z] ---> Running in acdc5e5c20c7 [2021-02-03T00:40:27.716Z] Removing intermediate container 0f79b1adb7e9 [2021-02-03T00:40:27.716Z] ---> d57a2bd281e6 [2021-02-03T00:40:27.716Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-03T00:40:27.716Z] Removing intermediate container 6c93596be15e [2021-02-03T00:40:27.716Z] ---> 552ee0fa7fa4 [2021-02-03T00:40:27.716Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-03T00:40:27.716Z] Removing intermediate container c0b0dbefe5c6 [2021-02-03T00:40:27.716Z] ---> a785ca5b8a96 [2021-02-03T00:40:27.716Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-03T00:40:27.716Z] Removing intermediate container 284537274a6f [2021-02-03T00:40:27.716Z] ---> fe2259601571 [2021-02-03T00:40:27.716Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-03T00:40:27.716Z] ---> Running in 4b834269ea8e [2021-02-03T00:40:27.716Z] ---> Running in acea041ce1b3 [2021-02-03T00:40:27.716Z] ---> Running in 461c1cfaa8b0 [2021-02-03T00:40:27.716Z] ---> Running in 0315bf29d1db [2021-02-03T00:40:27.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T00:40:27.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T00:40:27.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T00:40:27.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T00:40:27.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T00:40:27.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T00:40:27.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T00:40:27.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T00:40:27.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T00:40:27.716Z] OK: 233 MiB in 51 packages [2021-02-03T00:40:27.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T00:40:27.716Z] OK: 233 MiB in 51 packages [2021-02-03T00:40:27.716Z] OK: 233 MiB in 51 packages [2021-02-03T00:40:27.716Z] OK: 233 MiB in 51 packages [2021-02-03T00:40:27.716Z] OK: 233 MiB in 51 packages [2021-02-03T00:40:28.008Z] Removing intermediate container acdc5e5c20c7 [2021-02-03T00:40:28.008Z] ---> f7130f500c07 [2021-02-03T00:40:28.008Z] Step 6/23 : COPY go.mod . [2021-02-03T00:40:28.008Z] Removing intermediate container 4b834269ea8e [2021-02-03T00:40:28.008Z] ---> 358439aaa975 [2021-02-03T00:40:28.008Z] Step 6/24 : COPY go.mod . [2021-02-03T00:40:28.302Z] Removing intermediate container acea041ce1b3 [2021-02-03T00:40:28.302Z] ---> 284002e36378 [2021-02-03T00:40:28.302Z] Step 6/21 : COPY go.mod . [2021-02-03T00:40:28.605Z] Removing intermediate container 461c1cfaa8b0 [2021-02-03T00:40:28.605Z] ---> 087627257ed3 [2021-02-03T00:40:28.605Z] Step 6/26 : COPY go.mod . [2021-02-03T00:40:28.605Z] ---> a663e31f8772 [2021-02-03T00:40:28.605Z] Step 7/24 : RUN go mod download [2021-02-03T00:40:28.884Z] ---> e9926972465c [2021-02-03T00:40:28.884Z] Step 7/23 : RUN go mod download [2021-02-03T00:40:28.884Z] Removing intermediate container 0315bf29d1db [2021-02-03T00:40:28.884Z] ---> 40512ce79003 [2021-02-03T00:40:28.884Z] Step 6/22 : COPY go.mod . [2021-02-03T00:40:28.884Z] ---> Running in 6acada6e33bc [2021-02-03T00:40:28.884Z] ---> Running in c352f2ffb121 [2021-02-03T00:40:29.163Z] ---> fc72b25c23c5 [2021-02-03T00:40:29.163Z] Step 7/21 : RUN go mod download [2021-02-03T00:40:29.455Z] ---> d1bc2b006fe6 [2021-02-03T00:40:29.455Z] Step 7/26 : RUN go mod download [2021-02-03T00:40:29.456Z] ---> Running in 33c0cf4c3af2 [2021-02-03T00:40:29.456Z] ---> 9141235efb21 [2021-02-03T00:40:29.456Z] Step 7/22 : RUN go mod download [2021-02-03T00:40:29.456Z] ---> Running in bcb410aba23e [2021-02-03T00:40:29.741Z] ---> Running in dc09aa7199d6 [2021-02-03T00:40:33.227Z] Removing intermediate container dc09aa7199d6 [2021-02-03T00:40:33.227Z] ---> f9b041856f27 [2021-02-03T00:40:33.227Z] Step 8/22 : COPY . . [2021-02-03T00:40:35.230Z] Removing intermediate container 6acada6e33bc [2021-02-03T00:40:35.230Z] ---> c19e6ac85a6c [2021-02-03T00:40:35.230Z] Step 8/24 : COPY . . [2021-02-03T00:40:35.230Z] Removing intermediate container 33c0cf4c3af2 [2021-02-03T00:40:35.230Z] ---> 6cd1587cd7dd [2021-02-03T00:40:35.230Z] Step 8/21 : COPY . . [2021-02-03T00:40:35.515Z] Removing intermediate container bcb410aba23e [2021-02-03T00:40:35.515Z] ---> 9c7b74ea44fa [2021-02-03T00:40:35.515Z] Step 8/26 : COPY . . [2021-02-03T00:40:35.838Z] Removing intermediate container c352f2ffb121 [2021-02-03T00:40:35.838Z] ---> 132fd65ee4c7 [2021-02-03T00:40:35.838Z] Step 8/23 : COPY . . [2021-02-03T00:40:58.115Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-03T00:41:03.537Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-03T00:41:07.858Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-03T00:41:07.858Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-03T00:41:07.858Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-03T00:41:16.651Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-03T00:41:16.651Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-03T00:41:16.651Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-03T00:41:16.651Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-03T00:41:16.651Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-03T00:41:16.651Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-03T00:41:24.966Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-03T00:41:24.966Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-03T00:41:24.966Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-03T00:41:31.715Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.315s coverage: 46.0% of statements [2021-02-03T00:41:31.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-03T00:41:31.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-03T00:41:31.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-03T00:41:31.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-03T00:41:31.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-03T00:41:31.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-03T00:41:31.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-03T00:41:31.715Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.178s coverage: 100.0% of statements [2021-02-03T00:41:38.487Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.686s coverage: 27.1% of statements [2021-02-03T00:41:38.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-03T00:41:38.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-03T00:41:38.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-03T00:41:38.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-03T00:41:38.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-03T00:41:38.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-03T00:41:38.487Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements [2021-02-03T00:41:38.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-03T00:41:38.487Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.100s coverage: 100.0% of statements [2021-02-03T00:41:38.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-03T00:41:38.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-03T00:41:38.769Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.278s coverage: 65.8% of statements [2021-02-03T00:41:38.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-03T00:41:38.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-03T00:41:40.223Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.703s coverage: 82.3% of statements [2021-02-03T00:41:40.223Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-03T00:41:40.223Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-03T00:41:40.223Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-03T00:41:40.223Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-03T00:41:44.381Z] ---> 72805faa55c3 [2021-02-03T00:41:44.381Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-03T00:41:44.381Z] ---> 2215ccfa924f [2021-02-03T00:41:44.381Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-03T00:41:44.381Z] ---> Running in acadc153e18b [2021-02-03T00:41:44.381Z] ---> Running in 5d2ae48a5653 [2021-02-03T00:41:44.381Z] ---> ff02e0d00cc8 [2021-02-03T00:41:44.381Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-03T00:41:44.381Z] ---> c23283004825 [2021-02-03T00:41:44.381Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-03T00:41:44.381Z] ---> Running in 4174a210cb53 [2021-02-03T00:41:44.381Z] ---> Running in 906cb941280f [2021-02-03T00:41:44.381Z] ---> bff2192181d9 [2021-02-03T00:41:44.381Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-03T00:41:44.382Z] ---> Running in 96e174d59da9 [2021-02-03T00:41:44.382Z] 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-03T00:41:44.382Z] 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-03T00:41:44.382Z] 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-03T00:41:44.382Z] 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-03T00:41:44.382Z] 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-03T00:41:46.966Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.286s coverage: 28.6% of statements [2021-02-03T00:41:46.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-03T00:41:46.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-03T00:41:46.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-03T00:41:46.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-03T00:41:46.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-03T00:41:46.966Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.182s coverage: 100.0% of statements [2021-02-03T00:41:46.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-03T00:41:46.966Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.094s coverage: 100.0% of statements [2021-02-03T00:41:46.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-03T00:41:46.966Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.321s coverage: 86.7% of statements [2021-02-03T00:41:46.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-03T00:41:50.404Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.440s coverage: 97.5% of statements [2021-02-03T00:41:50.404Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-03T00:41:50.404Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.156s coverage: 78.3% of statements [2021-02-03T00:41:50.404Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-03T00:41:50.404Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-03T00:41:50.404Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-03T00:41:50.404Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-03T00:41:58.726Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.209s coverage: 92.8% of statements [2021-02-03T00:41:58.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-03T00:41:58.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-03T00:41:58.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-03T00:41:58.726Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-03T00:41:58.726Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-03T00:41:58.726Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-03T00:41:58.726Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-03T00:41:58.726Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-03T00:41:58.726Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-03T00:41:58.726Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-03T00:41:58.726Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-03T00:41:58.726Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-03T00:41:58.726Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-03T00:41:58.726Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-03T00:41:58.726Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-03T00:41:58.726Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-03T00:41:58.726Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-03T00:41:58.726Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-03T00:41:58.726Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements [2021-02-03T00:41:58.726Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-03T00:41:58.726Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-03T00:41:58.726Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.227s coverage: 0.1% of statements [2021-02-03T00:41:58.726Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-03T00:41:58.726Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-03T00:41:58.726Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-03T00:41:58.726Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 45.5% of statements [2021-02-03T00:41:58.726Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.098s coverage: 79.5% of statements [2021-02-03T00:41:58.726Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.081s coverage: 94.1% of statements [2021-02-03T00:41:58.726Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.102s coverage: 96.3% of statements [2021-02-03T00:41:58.726Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.079s coverage: 87.5% of statements [2021-02-03T00:42:11.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.075s coverage: 94.4% of statements [2021-02-03T00:42:11.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.066s coverage: 44.8% of statements [2021-02-03T00:42:24.416Z] 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-03T00:42:24.416Z] 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-03T00:42:26.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.160s coverage: 92.9% of statements [2021-02-03T00:42:26.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-03T00:42:26.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-03T00:42:26.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-03T00:42:26.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-03T00:42:26.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.106s coverage: 87.2% of statements [2021-02-03T00:42:26.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-03T00:42:26.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-03T00:42:26.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-02-03T00:42:26.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-03T00:42:26.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements [2021-02-03T00:42:26.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-03T00:42:26.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.8% of statements [2021-02-03T00:42:26.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements [2021-02-03T00:42:26.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.146s coverage: 84.2% of statements [2021-02-03T00:42:26.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.179s coverage: 91.4% of statements [2021-02-03T00:42:26.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-03T00:42:26.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.568s coverage: 63.5% of statements [2021-02-03T00:42:26.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-03T00:42:26.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-03T00:42:26.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2021-02-03T00:42:26.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements [2021-02-03T00:42:26.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements [2021-02-03T00:42:26.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.081s coverage: 73.7% of statements [2021-02-03T00:42:26.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements [2021-02-03T00:42:26.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.745s coverage: 68.9% of statements [2021-02-03T00:42:26.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-03T00:42:26.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-03T00:42:26.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-03T00:42:26.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-03T00:42:26.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-03T00:42:26.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.405s coverage: 37.0% of statements [2021-02-03T00:42:26.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-03T00:42:26.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-03T00:42:26.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.598s coverage: 84.0% of statements [2021-02-03T00:42:26.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.098s coverage: 100.0% of statements [2021-02-03T00:42:33.102Z] Removing intermediate container acadc153e18b [2021-02-03T00:42:33.102Z] ---> 78fce911964a [2021-02-03T00:42:33.102Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-03T00:42:34.128Z] ---> Running in 8a4d46f78f9f [2021-02-03T00:42:35.131Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.433s coverage: 47.0% of statements [2021-02-03T00:42:35.131Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-03T00:42:35.131Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-03T00:42:35.131Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-03T00:42:35.131Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-03T00:42:35.131Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-03T00:42:35.131Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.130s coverage: 100.0% of statements [2021-02-03T00:42:35.131Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-03T00:42:35.131Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.138s coverage: 100.0% of statements [2021-02-03T00:42:35.131Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-03T00:42:35.131Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-03T00:42:35.131Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-03T00:42:35.131Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-03T00:42:35.131Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.173s coverage: 100.0% of statements [2021-02-03T00:42:35.131Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-03T00:42:35.131Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-03T00:42:35.131Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-03T00:42:35.688Z] Removing intermediate container 4174a210cb53 [2021-02-03T00:42:35.689Z] ---> 5ecbee32668e [2021-02-03T00:42:35.689Z] [2021-02-03T00:42:35.689Z] Step 10/24 : FROM alpine:3.12 [2021-02-03T00:42:35.689Z] 3.12: Pulling from library/alpine [2021-02-03T00:42:37.157Z] 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-03T00:42:37.453Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-03T00:42:37.453Z] Status: Downloaded newer image for alpine:3.12 [2021-02-03T00:42:37.453Z] ---> 389fef711851 [2021-02-03T00:42:37.453Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-03T00:42:37.771Z] Removing intermediate container 96e174d59da9 [2021-02-03T00:42:37.771Z] ---> 6ed5fbd803bd [2021-02-03T00:42:37.771Z] [2021-02-03T00:42:37.771Z] Step 10/21 : FROM alpine:3.12 [2021-02-03T00:42:37.771Z] ---> 389fef711851 [2021-02-03T00:42:37.771Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-03T00:42:37.771Z] ---> Running in 55cff1700f87 [2021-02-03T00:42:38.509Z] ---> Running in 6b4cf953c40c [2021-02-03T00:42:40.529Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T00:42:40.529Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T00:42:40.529Z] Removing intermediate container 5d2ae48a5653 [2021-02-03T00:42:40.529Z] ---> 420a4bfc7c44 [2021-02-03T00:42:40.529Z] [2021-02-03T00:42:40.529Z] Step 10/22 : FROM alpine:3.12 [2021-02-03T00:42:40.529Z] ---> 389fef711851 [2021-02-03T00:42:40.529Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-03T00:42:40.817Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-03T00:42:40.817Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T00:42:40.817Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-03T00:42:40.817Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-03T00:42:40.817Z] (4/5) Installing curl (7.69.1-r3) [2021-02-03T00:42:40.817Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-03T00:42:40.817Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T00:42:40.817Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T00:42:41.101Z] Executing ca-certificates-20191127-r4.trigger [2021-02-03T00:42:41.101Z] OK: 7 MiB in 19 packages [2021-02-03T00:42:41.101Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-03T00:42:41.382Z] ---> Running in 74361d0faeef [2021-02-03T00:42:41.382Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-03T00:42:41.382Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-03T00:42:41.382Z] (4/4) Installing curl (7.69.1-r3) [2021-02-03T00:42:41.382Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T00:42:41.382Z] Executing ca-certificates-20191127-r4.trigger [2021-02-03T00:42:41.382Z] OK: 7 MiB in 18 packages [2021-02-03T00:42:41.868Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.091s coverage: 29.1% of statements [2021-02-03T00:42:41.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-03T00:42:41.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-03T00:42:41.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-03T00:42:41.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-03T00:42:41.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-03T00:42:41.868Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.192s coverage: 99.0% of statements [2021-02-03T00:42:41.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-03T00:42:41.868Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.116s coverage: 100.0% of statements [2021-02-03T00:42:41.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-03T00:42:41.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-03T00:42:41.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-03T00:42:41.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-03T00:42:41.868Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.152s coverage: 100.0% of statements [2021-02-03T00:42:41.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-03T00:42:41.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-03T00:42:41.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-03T00:42:41.868Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-02-03T00:42:41.868Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-03T00:42:41.868Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.063s coverage: 100.0% of statements [2021-02-03T00:42:41.868Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-03T00:42:41.868Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-03T00:42:41.868Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-03T00:42:41.868Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-03T00:42:41.868Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.094s coverage: 87.9% of statements [2021-02-03T00:42:41.868Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-03T00:42:41.868Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-03T00:42:41.868Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements [2021-02-03T00:42:41.868Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-02-03T00:42:41.868Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.074s coverage: 100.0% of statements [2021-02-03T00:42:42.357Z] Removing intermediate container 8a4d46f78f9f [2021-02-03T00:42:42.358Z] ---> a960294fb2ab [2021-02-03T00:42:42.358Z] [2021-02-03T00:42:42.358Z] Step 11/26 : FROM docker:20.10.0 [2021-02-03T00:42:42.358Z] 20.10.0: Pulling from library/docker [2021-02-03T00:42:42.848Z] GO111MODULE=on go vet ./... [2021-02-03T00:42:45.848Z] Removing intermediate container 906cb941280f [2021-02-03T00:42:45.848Z] ---> 083738d64d09 [2021-02-03T00:42:45.848Z] [2021-02-03T00:42:45.848Z] Step 10/23 : FROM alpine:3.12 [2021-02-03T00:42:45.848Z] ---> 389fef711851 [2021-02-03T00:42:45.848Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-03T00:42:45.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T00:42:45.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T00:42:45.848Z] ---> Running in 7642ebedc04b [2021-02-03T00:42:45.848Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-03T00:42:45.848Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T00:42:45.848Z] OK: 6 MiB in 15 packages [2021-02-03T00:42:46.884Z] Removing intermediate container 55cff1700f87 [2021-02-03T00:42:46.884Z] ---> 0ba0a2973f3e [2021-02-03T00:42:46.884Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-03T00:42:47.482Z] Removing intermediate container 6b4cf953c40c [2021-02-03T00:42:47.482Z] ---> dc058d782808 [2021-02-03T00:42:47.482Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-03T00:42:47.482Z] ---> Running in 2591c2111849 [2021-02-03T00:42:47.772Z] ---> Running in d7a1fba3477d [2021-02-03T00:42:47.772Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T00:42:47.772Z] Removing intermediate container 74361d0faeef [2021-02-03T00:42:47.772Z] ---> 0ef01422c2a9 [2021-02-03T00:42:47.772Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-03T00:42:47.772Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T00:42:48.077Z] Removing intermediate container 2591c2111849 [2021-02-03T00:42:48.077Z] ---> 784d465b388e [2021-02-03T00:42:48.077Z] Step 13/24 : WORKDIR / [2021-02-03T00:42:48.077Z] ---> Running in 9fb628e4aa43 [2021-02-03T00:42:48.077Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-03T00:42:48.077Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T00:42:48.077Z] ---> Running in acab675e6481 [2021-02-03T00:42:48.077Z] OK: 6 MiB in 15 packages [2021-02-03T00:42:48.467Z] Removing intermediate container d7a1fba3477d [2021-02-03T00:42:48.467Z] ---> 12724d4c38fd [2021-02-03T00:42:48.467Z] Step 13/21 : WORKDIR /edgex [2021-02-03T00:42:48.467Z] Removing intermediate container 9fb628e4aa43 [2021-02-03T00:42:48.467Z] ---> ec2e3e0d9360 [2021-02-03T00:42:48.467Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-03T00:42:48.775Z] ---> Running in 71fe95c3583f [2021-02-03T00:42:48.775Z] ---> Running in 48d65b872905 [2021-02-03T00:42:49.108Z] Removing intermediate container acab675e6481 [2021-02-03T00:42:49.108Z] ---> da13157a92d1 [2021-02-03T00:42:49.108Z] 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-03T00:42:49.405Z] Removing intermediate container 48d65b872905 [2021-02-03T00:42:49.405Z] ---> 36022b2e32a3 [2021-02-03T00:42:49.405Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-03T00:42:49.752Z] Removing intermediate container 71fe95c3583f [2021-02-03T00:42:49.752Z] ---> 9bcbcccd0f8a [2021-02-03T00:42:49.752Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-03T00:42:49.752Z] ---> Running in 3417a83e21be [2021-02-03T00:42:49.752Z] ---> cc488447ee0a [2021-02-03T00:42:49.753Z] 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-03T00:42:50.110Z] Removing intermediate container 7642ebedc04b [2021-02-03T00:42:50.110Z] ---> 5606650538a4 [2021-02-03T00:42:50.110Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-03T00:42:50.440Z] ---> Running in 75073ee8147a [2021-02-03T00:42:50.440Z] Removing intermediate container 3417a83e21be [2021-02-03T00:42:50.440Z] ---> d677276abed9 [2021-02-03T00:42:50.440Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T00:42:50.440Z] ---> bd50e9c62c7f [2021-02-03T00:42:50.440Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-03T00:42:50.761Z] ---> 70de0d61eb04 [2021-02-03T00:42:50.761Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-03T00:42:51.038Z] Removing intermediate container 75073ee8147a [2021-02-03T00:42:51.038Z] ---> 8e2a158e4337 [2021-02-03T00:42:51.038Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-03T00:42:51.323Z] ---> Running in 0368fb574c37 [2021-02-03T00:42:51.323Z] ---> d704d4026a67 [2021-02-03T00:42:51.323Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-03T00:42:51.626Z] ---> cf91464c7165 [2021-02-03T00:42:51.626Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-03T00:42:51.626Z] Removing intermediate container 0368fb574c37 [2021-02-03T00:42:51.626Z] ---> 01f62ac5aa32 [2021-02-03T00:42:51.626Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-03T00:42:51.907Z] ---> Running in a71ea3bdb4bd [2021-02-03T00:42:51.907Z] ---> af193b555c11 [2021-02-03T00:42:51.907Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-03T00:42:52.185Z] Removing intermediate container a71ea3bdb4bd [2021-02-03T00:42:52.185Z] ---> 638d2060d389 [2021-02-03T00:42:52.185Z] Step 15/23 : WORKDIR / [2021-02-03T00:42:52.496Z] ---> Running in 883035f63703 [2021-02-03T00:42:52.802Z] ---> 2f9901bed562 [2021-02-03T00:42:52.802Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-03T00:42:52.802Z] ---> 98c778460a42 [2021-02-03T00:42:52.802Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-03T00:42:53.083Z] ---> 0a928362484c [2021-02-03T00:42:53.083Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-03T00:42:53.363Z] Removing intermediate container 883035f63703 [2021-02-03T00:42:53.363Z] ---> b55af7cd0253 [2021-02-03T00:42:53.363Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T00:42:53.363Z] ---> Running in d9df2562640e [2021-02-03T00:42:53.648Z] ---> b9655e2a5999 [2021-02-03T00:42:53.648Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-03T00:42:54.358Z] Removing intermediate container d9df2562640e [2021-02-03T00:42:54.358Z] ---> 42a5ca557ca9 [2021-02-03T00:42:54.358Z] Step 18/21 : CMD ["--init=true"] [2021-02-03T00:42:54.358Z] ---> Running in ac5188d6982f [2021-02-03T00:42:54.634Z] ---> ad7dcfe806b7 [2021-02-03T00:42:54.634Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-03T00:42:54.634Z] ---> 6f6283b04a25 [2021-02-03T00:42:54.634Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-03T00:42:54.964Z] ---> Running in fb5e83550c61 [2021-02-03T00:42:55.245Z] Removing intermediate container ac5188d6982f [2021-02-03T00:42:55.245Z] ---> 96caf313acb4 [2021-02-03T00:42:55.245Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T00:42:55.530Z] ---> Running in 52a32c3cb031 [2021-02-03T00:42:55.530Z] Removing intermediate container fb5e83550c61 [2021-02-03T00:42:55.530Z] ---> d6c8dc0bcece [2021-02-03T00:42:55.530Z] Step 19/21 : LABEL arch=x86_64 [2021-02-03T00:42:55.530Z] ---> 23895d8a57ce [2021-02-03T00:42:55.530Z] 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-03T00:42:55.816Z] ---> Running in 62109900805d [2021-02-03T00:42:55.816Z] ---> Running in b623ec94c870 [2021-02-03T00:42:56.097Z] Removing intermediate container 52a32c3cb031 [2021-02-03T00:42:56.097Z] ---> fc0821cd4960 [2021-02-03T00:42:56.097Z] Step 20/22 : LABEL arch=x86_64 [2021-02-03T00:42:56.097Z] ---> eacefa28464c [2021-02-03T00:42:56.097Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-03T00:42:56.401Z] ---> Running in 88166fbc9b09 [2021-02-03T00:42:57.050Z] Removing intermediate container 62109900805d [2021-02-03T00:42:57.050Z] ---> 381914a82d3b [2021-02-03T00:42:57.050Z] Step 20/21 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 [2021-02-03T00:42:57.050Z] ---> Running in d57069b5941d [2021-02-03T00:42:57.331Z] Removing intermediate container 88166fbc9b09 [2021-02-03T00:42:57.331Z] ---> 70f32f7210d1 [2021-02-03T00:42:57.331Z] Step 21/22 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 [2021-02-03T00:42:57.611Z] ---> dd9bb9df19dc [2021-02-03T00:42:57.611Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-03T00:42:57.926Z] ---> Running in 61527501936e [2021-02-03T00:42:57.926Z] Removing intermediate container d57069b5941d [2021-02-03T00:42:57.926Z] ---> ead6899949a2 [2021-02-03T00:42:57.926Z] Step 21/21 : LABEL version=0.0.0 [2021-02-03T00:42:57.926Z] ---> Running in 4aaae623967d [2021-02-03T00:42:58.221Z] ---> Running in 4c38f533d6e1 [2021-02-03T00:42:58.222Z] Removing intermediate container 61527501936e [2021-02-03T00:42:58.222Z] ---> 473e34960f98 [2021-02-03T00:42:58.222Z] Step 22/22 : LABEL version=0.0.0 [2021-02-03T00:42:58.222Z] Removing intermediate container 4aaae623967d [2021-02-03T00:42:58.222Z] ---> a2c88ca448f7 [2021-02-03T00:42:58.222Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T00:42:58.516Z] ---> Running in 6052303c7284 [2021-02-03T00:42:58.516Z] ---> Running in 3b73b3b26716 [2021-02-03T00:42:58.516Z] Removing intermediate container 4c38f533d6e1 [2021-02-03T00:42:58.516Z] ---> 041c4ec96191 [2021-02-03T00:42:58.516Z] [2021-02-03T00:42:58.799Z] Removing intermediate container b623ec94c870 [2021-02-03T00:42:58.799Z] ---> c013fc4546aa [2021-02-03T00:42:58.799Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-03T00:42:58.799Z] Removing intermediate container 6052303c7284 [2021-02-03T00:42:58.799Z] ---> b3bd1d03e32a [2021-02-03T00:42:58.799Z] [2021-02-03T00:42:58.799Z] Removing intermediate container 3b73b3b26716 [2021-02-03T00:42:58.799Z] ---> 9453779c2a86 [2021-02-03T00:42:58.799Z] Step 21/23 : LABEL arch=x86_64 [2021-02-03T00:42:59.097Z] ---> Running in bc29a7d9e36c [2021-02-03T00:42:59.097Z] ---> Running in ab2c81ea34b6 [2021-02-03T00:42:59.395Z] Successfully built 041c4ec96191 [2021-02-03T00:42:59.395Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-03T00:42:59.395Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-02-03T00:42:59.395Z] Successfully built b3bd1d03e32a [2021-02-03T00:42:59.759Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-03T00:42:59.759Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-03T00:42:59.759Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-02-03T00:42:59.759Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-03T00:42:59.759Z] Removing intermediate container bc29a7d9e36c [2021-02-03T00:42:59.759Z] ---> 9fbd9c481015 [2021-02-03T00:42:59.759Z] Step 22/24 : LABEL arch=x86_64 [2021-02-03T00:42:59.759Z] ---> aefe523efa57 [2021-02-03T00:42:59.759Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-03T00:42:59.759Z] Removing intermediate container ab2c81ea34b6 [2021-02-03T00:42:59.759Z] ---> f718a265f8f5 [2021-02-03T00:42:59.759Z] Step 22/23 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 [2021-02-03T00:42:59.759Z] ---> Running in d67a8b898459 [2021-02-03T00:42:59.759Z] ---> Running in bc2500bf97af [2021-02-03T00:43:00.056Z] ---> Running in bd5d3d7be48f [2021-02-03T00:43:00.349Z] Removing intermediate container d67a8b898459 [2021-02-03T00:43:00.349Z] ---> 96119af6ba22 [2021-02-03T00:43:00.349Z] Step 23/24 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 [2021-02-03T00:43:00.349Z] Removing intermediate container bd5d3d7be48f [2021-02-03T00:43:00.349Z] ---> c15ca8a226be [2021-02-03T00:43:00.349Z] Step 23/23 : LABEL version=0.0.0 [2021-02-03T00:43:00.645Z] ---> Running in f820cf1504d5 [2021-02-03T00:43:00.645Z] ---> Running in c248ebc6e91f [2021-02-03T00:43:00.966Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T00:43:00.966Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T00:43:01.267Z] (1/2) Installing readline (8.0.4-r0) [2021-02-03T00:43:01.267Z] (2/2) Installing bash (5.0.17-r0) [2021-02-03T00:43:02.333Z] Removing intermediate container c248ebc6e91f [2021-02-03T00:43:02.333Z] ---> 5d5e73ae0b27 [2021-02-03T00:43:02.333Z] [2021-02-03T00:43:02.333Z] Executing bash-5.0.17-r0.post-install [2021-02-03T00:43:02.333Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T00:43:02.333Z] OK: 12 MiB in 22 packages [2021-02-03T00:43:03.024Z] Successfully built 5d5e73ae0b27 [2021-02-03T00:43:03.024Z] Successfully tagged docker-core-metadata-go:latest [2021-02-03T00:43:03.024Z] Building docker-core-data-go [2021-02-03T00:43:03.660Z]  Building docker-core-metadata-go ... done Removing intermediate container f820cf1504d5 [2021-02-03T00:43:03.660Z] ---> 6ea1161a9532 [2021-02-03T00:43:03.660Z] Step 24/24 : LABEL version=0.0.0 [2021-02-03T00:43:03.989Z] ---> Running in d422cc8b502b [2021-02-03T00:43:05.042Z] Removing intermediate container d422cc8b502b [2021-02-03T00:43:05.042Z] ---> 980a92a2cf6d [2021-02-03T00:43:05.042Z] [2021-02-03T00:43:05.042Z] Removing intermediate container bc2500bf97af [2021-02-03T00:43:05.042Z] ---> aaa4a06de987 [2021-02-03T00:43:05.042Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-03T00:43:05.354Z] Successfully built 980a92a2cf6d [2021-02-03T00:43:05.670Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-03T00:43:05.670Z] Building docker-support-notifications-go [2021-02-03T00:43:06.312Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 183351e3ec9a [2021-02-03T00:43:07.394Z] Removing intermediate container 183351e3ec9a [2021-02-03T00:43:07.394Z] ---> ebc4daff243c [2021-02-03T00:43:07.394Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-03T00:43:07.394Z] ---> Running in 8f0198cc3148 [2021-02-03T00:43:08.464Z] Removing intermediate container 8f0198cc3148 [2021-02-03T00:43:08.464Z] ---> 4e1cf836983c [2021-02-03T00:43:08.464Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-03T00:43:08.763Z] ---> Running in 412ac66a7e5d [2021-02-03T00:43:09.774Z] Removing intermediate container 412ac66a7e5d [2021-02-03T00:43:09.774Z] ---> ce9709c96f27 [2021-02-03T00:43:09.774Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-03T00:43:10.897Z] ---> a6d7c8507f22 [2021-02-03T00:43:10.897Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-03T00:43:11.959Z] ---> 06ca44838e12 [2021-02-03T00:43:11.959Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-03T00:43:13.591Z] ---> e0cd2905cd55 [2021-02-03T00:43:13.591Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-03T00:43:14.461Z] ---> Running in b48ffeb7e5c7 [2021-02-03T00:43:16.726Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T00:43:17.065Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T00:43:17.442Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-03T00:43:17.442Z] (2/33) Installing expat (2.2.9-r1) [2021-02-03T00:43:17.442Z] (3/33) Installing libffi (3.3-r2) [2021-02-03T00:43:17.442Z] (4/33) Installing gdbm (1.13-r1) [2021-02-03T00:43:17.442Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-03T00:43:17.442Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-03T00:43:17.442Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-03T00:43:19.721Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-03T00:43:19.721Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-03T00:43:19.721Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-03T00:43:19.721Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-03T00:43:19.721Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-03T00:43:19.721Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-03T00:43:19.721Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-03T00:43:19.721Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-03T00:43:20.149Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-03T00:43:20.492Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-03T00:43:23.301Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-03T00:43:23.301Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-03T00:43:23.653Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-03T00:43:23.970Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-03T00:43:23.970Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-03T00:43:24.615Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-03T00:43:24.615Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-03T00:43:24.615Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-03T00:43:25.001Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-03T00:43:25.001Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-03T00:43:25.297Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-03T00:43:25.297Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-03T00:43:25.297Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-03T00:43:25.297Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-03T00:43:25.580Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-03T00:43:25.580Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-03T00:43:26.269Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T00:43:26.269Z] OK: 71 MiB in 55 packages [2021-02-03T00:43:49.186Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T00:43:49.186Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-03T00:43:49.186Z] ---> e5df140c7459 [2021-02-03T00:43:49.186Z] Step 3/23 : WORKDIR /edgex-go [2021-02-03T00:43:49.186Z] ---> Using cache [2021-02-03T00:43:49.186Z] ---> 5531a9bbb33f [2021-02-03T00:43:49.186Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T00:43:49.186Z] ---> Using cache [2021-02-03T00:43:49.186Z] ---> b2b1717c753a [2021-02-03T00:43:49.186Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-03T00:43:49.186Z] ---> Using cache [2021-02-03T00:43:49.186Z] ---> f7130f500c07 [2021-02-03T00:43:49.186Z] Step 6/23 : COPY go.mod . [2021-02-03T00:43:49.186Z] ---> Using cache [2021-02-03T00:43:49.186Z] ---> e9926972465c [2021-02-03T00:43:49.186Z] Step 7/23 : RUN go mod download [2021-02-03T00:43:49.186Z] ---> Using cache [2021-02-03T00:43:49.186Z] ---> 132fd65ee4c7 [2021-02-03T00:43:49.186Z] Step 8/23 : COPY . . [2021-02-03T00:43:49.186Z] ---> Using cache [2021-02-03T00:43:49.186Z] ---> c23283004825 [2021-02-03T00:43:49.186Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-03T00:43:49.186Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T00:43:49.186Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-03T00:43:49.186Z] ---> e5df140c7459 [2021-02-03T00:43:49.186Z] Step 3/23 : WORKDIR /edgex-go [2021-02-03T00:43:49.186Z] ---> Using cache [2021-02-03T00:43:49.186Z] ---> 5531a9bbb33f [2021-02-03T00:43:49.186Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T00:43:49.186Z] ---> Using cache [2021-02-03T00:43:49.186Z] ---> b2b1717c753a [2021-02-03T00:43:49.186Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-03T00:43:49.186Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T00:43:49.186Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-03T00:43:49.186Z] ---> e5df140c7459 [2021-02-03T00:43:49.186Z] Step 3/31 : WORKDIR /edgex-go [2021-02-03T00:43:49.186Z] ---> Using cache [2021-02-03T00:43:49.186Z] ---> 5531a9bbb33f [2021-02-03T00:43:49.186Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T00:43:49.186Z] ---> Using cache [2021-02-03T00:43:49.186Z] ---> b2b1717c753a [2021-02-03T00:43:49.186Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-03T00:43:49.186Z] ---> Using cache [2021-02-03T00:43:49.186Z] ---> f7130f500c07 [2021-02-03T00:43:49.186Z] Step 6/31 : COPY go.mod . [2021-02-03T00:43:49.186Z] ---> Using cache [2021-02-03T00:43:49.186Z] ---> e9926972465c [2021-02-03T00:43:49.186Z] Step 7/31 : RUN go mod download [2021-02-03T00:43:49.186Z] ---> Using cache [2021-02-03T00:43:49.186Z] ---> 132fd65ee4c7 [2021-02-03T00:43:49.186Z] Step 8/31 : COPY . . [2021-02-03T00:43:49.454Z] ---> Using cache [2021-02-03T00:43:49.454Z] ---> c23283004825 [2021-02-03T00:43:49.454Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-03T00:43:50.960Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T00:43:50.960Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-03T00:43:50.960Z] ---> e5df140c7459 [2021-02-03T00:43:50.960Z] Step 3/22 : WORKDIR /edgex-go [2021-02-03T00:43:50.960Z] ---> Using cache [2021-02-03T00:43:50.960Z] ---> 5531a9bbb33f [2021-02-03T00:43:50.960Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T00:43:50.960Z] ---> Using cache [2021-02-03T00:43:50.960Z] ---> b2b1717c753a [2021-02-03T00:43:50.960Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-03T00:43:51.555Z] ---> Running in 64ac666ee46c [2021-02-03T00:43:51.555Z] ---> Running in 48ece32bc093 [2021-02-03T00:43:51.555Z] ---> Running in 446465add798 [2021-02-03T00:43:51.555Z] ---> Running in 4fb9607ebeb6 [2021-02-03T00:43:53.587Z] 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-03T00:43:53.587Z] 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-03T00:43:53.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T00:43:53.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T00:43:54.610Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T00:43:54.610Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T00:43:54.920Z] OK: 233 MiB in 51 packages [2021-02-03T00:43:54.920Z] OK: 233 MiB in 51 packages [2021-02-03T00:43:58.711Z] Removing intermediate container 4fb9607ebeb6 [2021-02-03T00:43:58.711Z] ---> 4d44f4940bfc [2021-02-03T00:43:58.711Z] Step 6/22 : COPY go.mod . [2021-02-03T00:43:58.711Z] Removing intermediate container 446465add798 [2021-02-03T00:43:58.711Z] ---> 4fbbd5769620 [2021-02-03T00:43:58.711Z] Step 6/23 : COPY go.mod . [2021-02-03T00:43:59.711Z] ---> c97dd3768034 [2021-02-03T00:43:59.711Z] Step 7/22 : RUN go mod download [2021-02-03T00:43:59.711Z] ---> 1753edbf63b1 [2021-02-03T00:43:59.711Z] Step 7/23 : RUN go mod download [2021-02-03T00:44:00.029Z] ---> Running in 9cca638e723e [2021-02-03T00:44:00.029Z] ---> Running in 884bcea2141e [2021-02-03T00:44:04.648Z] gofmt -l . [2021-02-03T00:44:04.648Z] [ "`gofmt -l .`" = "" ] [2021-02-03T00:44:04.648Z] ./bin/test-go-mod-tidy.sh [2021-02-03T00:44:04.648Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-03T00:44:05.307Z] + ls -al . [2021-02-03T00:44:05.307Z] total 712 [2021-02-03T00:44:05.307Z] drwxrwxr-x 9 1001 1001 4096 Feb 3 00:44 . [2021-02-03T00:44:05.307Z] drwxr-xr-x 4 root root 4096 Feb 3 00:39 .. [2021-02-03T00:44:05.307Z] -rw-rw-r-- 1 1001 1001 11 Feb 3 00:38 .dockerignore [2021-02-03T00:44:05.307Z] drwxrwxr-x 8 1001 1001 4096 Feb 3 00:38 .git [2021-02-03T00:44:05.307Z] drwxrwxr-x 3 1001 1001 4096 Feb 3 00:38 .github [2021-02-03T00:44:05.307Z] -rw-rw-r-- 1 1001 1001 872 Feb 3 00:38 .gitignore [2021-02-03T00:44:05.307Z] -rw-rw-r-- 1 1001 1001 166 Feb 3 00:38 .sonarcloud.properties [2021-02-03T00:44:05.307Z] -rw-rw-r-- 1 1001 1001 7859 Feb 3 00:38 Attribution.txt [2021-02-03T00:44:05.307Z] -rw-rw-r-- 1 1001 1001 3804 Feb 3 00:38 CONTRIBUTING.md [2021-02-03T00:44:05.307Z] -rw-rw-r-- 1 1001 1001 931 Feb 3 00:38 Dockerfile.build [2021-02-03T00:44:05.307Z] -rw-rw-r-- 1 1001 1001 863 Feb 3 00:38 Jenkinsfile [2021-02-03T00:44:05.307Z] -rw-rw-r-- 1 1001 1001 10775 Feb 3 00:38 LICENSE [2021-02-03T00:44:05.307Z] -rw-rw-r-- 1 1001 1001 6001 Feb 3 00:38 Makefile [2021-02-03T00:44:05.307Z] -rw-rw-r-- 1 1001 1001 6524 Feb 3 00:38 README.md [2021-02-03T00:44:05.307Z] -rw-rw-r-- 1 1001 1001 6755 Feb 3 00:38 SECURITY.md [2021-02-03T00:44:05.307Z] -rw-rw-r-- 1 1001 1001 5 Feb 3 00:32 VERSION [2021-02-03T00:44:05.307Z] -rw-rw-r-- 1 1001 1001 4131 Feb 3 00:38 ZMQWindows.md [2021-02-03T00:44:05.307Z] drwxrwxr-x 2 1001 1001 4096 Feb 3 00:38 bin [2021-02-03T00:44:05.307Z] drwxrwxr-x 15 1001 1001 4096 Feb 3 00:38 cmd [2021-02-03T00:44:05.307Z] -rw-r--r-- 1 root root 578674 Feb 3 00:42 coverage.out [2021-02-03T00:44:05.307Z] -rw-r--r-- 1 root root 1054 Feb 3 00:44 go.mod [2021-02-03T00:44:05.307Z] -rw-r--r-- 1 root root 19399 Feb 3 00:44 go.sum [2021-02-03T00:44:05.307Z] drwxrwxr-x 8 1001 1001 4096 Feb 3 00:38 internal [2021-02-03T00:44:05.307Z] drwxrwxr-x 4 1001 1001 4096 Feb 3 00:38 openapi [2021-02-03T00:44:05.307Z] drwxrwxr-x 4 1001 1001 4096 Feb 3 00:38 snap [2021-02-03T00:44:05.307Z] -rw-rw-r-- 1 1001 1001 168 Feb 3 00:38 version.go [Pipeline] sh [2021-02-03T00:44:05.971Z] + '[' -e coverage.out ] [2021-02-03T00:44:05.971Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-03T00:44:06.034Z] Warning: overwriting stash ‘coverage-report’ [2021-02-03T00:44:07.151Z] Stashed 1 file(s) [Pipeline] sh [2021-02-03T00:44:07.824Z] + make build [2021-02-03T00:44:07.824Z] 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-03T00:44:08.730Z] Removing intermediate container 884bcea2141e [2021-02-03T00:44:08.730Z] ---> 0d3fcc6205e7 [2021-02-03T00:44:08.730Z] Step 8/23 : COPY . . [2021-02-03T00:44:08.730Z] Removing intermediate container 9cca638e723e [2021-02-03T00:44:08.730Z] ---> 5195b2d94511 [2021-02-03T00:44:08.730Z] Step 8/22 : COPY . . [2021-02-03T00:44:08.730Z] Removing intermediate container b48ffeb7e5c7 [2021-02-03T00:44:08.730Z] ---> 068b8be22501 [2021-02-03T00:44:08.730Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-03T00:44:08.730Z] ---> Running in 2ae111f1fe69 [2021-02-03T00:44:18.013Z] 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-03T00:44:29.522Z] Collecting docker-compose==1.23.2 [2021-02-03T00:44:29.522Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-03T00:44:29.522Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-03T00:44:29.522Z] Collecting jsonschema<3,>=2.5.1 [2021-02-03T00:44:29.522Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-03T00:44:29.833Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-03T00:44:29.833Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-03T00:44:30.177Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-03T00:44:30.464Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-03T00:44:31.981Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-03T00:44:31.981Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-03T00:44:39.150Z] 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-03T00:44:39.150Z] Collecting cached-property<2,>=1.2.0 [2021-02-03T00:44:39.150Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-03T00:44:39.451Z] Collecting texttable<0.10,>=0.9.0 [2021-02-03T00:44:39.451Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-03T00:44:40.187Z] 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-03T00:44:42.263Z] Collecting docopt<0.7,>=0.6.1 [2021-02-03T00:44:42.574Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-03T00:44:44.487Z] 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-03T00:44:44.973Z] Collecting PyYAML<4,>=3.10 [2021-02-03T00:44:45.239Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-03T00:44:47.986Z] Collecting docker<4.0,>=3.6.0 [2021-02-03T00:44:47.986Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-03T00:44:48.297Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-03T00:44:48.297Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-03T00:44:48.297Z] Collecting idna<2.8,>=2.5 [2021-02-03T00:44:48.297Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-03T00:44:48.297Z] 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-03T00:44:48.297Z] 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-03T00:44:48.814Z] 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-03T00:44:49.277Z] Collecting docker-pycreds>=0.4.0 [2021-02-03T00:44:49.277Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-03T00:44:50.276Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-03T00:44:50.276Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-03T00:44:50.276Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-03T00:44:50.276Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-03T00:44:50.791Z] 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-03T00:44:51.376Z] Installing collected packages: jsonschema, urllib3, idna, requests, websocket-client, dockerpty, cached-property, texttable, docopt, PyYAML, docker-pycreds, docker, docker-compose [2021-02-03T00:44:52.442Z] Attempting uninstall: urllib3 [2021-02-03T00:44:52.442Z] Found existing installation: urllib3 1.25.9 [2021-02-03T00:44:52.442Z] Uninstalling urllib3-1.25.9: [2021-02-03T00:44:52.733Z] Removing intermediate container 64ac666ee46c [2021-02-03T00:44:52.733Z] ---> 7063a0ee5053 [2021-02-03T00:44:52.733Z] [2021-02-03T00:44:52.733Z] Step 10/23 : FROM alpine:3.12 [2021-02-03T00:44:52.733Z] ---> 389fef711851 [2021-02-03T00:44:52.733Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-03T00:44:53.365Z] ---> Using cache [2021-02-03T00:44:53.365Z] ---> 5606650538a4 [2021-02-03T00:44:53.365Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-03T00:44:53.365Z] ---> Using cache [2021-02-03T00:44:53.365Z] ---> 8e2a158e4337 [2021-02-03T00:44:53.365Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-03T00:44:53.888Z] Successfully uninstalled urllib3-1.25.9 [2021-02-03T00:44:55.447Z] Attempting uninstall: idna [2021-02-03T00:44:55.447Z] Found existing installation: idna 2.9 [2021-02-03T00:44:55.447Z] Uninstalling idna-2.9: [2021-02-03T00:44:56.083Z] Successfully uninstalled idna-2.9 [2021-02-03T00:44:56.196Z] 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-03T00:44:56.373Z] ---> Running in 8b5441604b54 [2021-02-03T00:44:57.367Z] Attempting uninstall: requests [2021-02-03T00:44:57.367Z] Found existing installation: requests 2.23.0 [2021-02-03T00:44:57.367Z] Uninstalling requests-2.23.0: [2021-02-03T00:44:57.986Z] Successfully uninstalled requests-2.23.0 [2021-02-03T00:44:58.965Z] Removing intermediate container 8b5441604b54 [2021-02-03T00:44:58.965Z] ---> f18df3d4534e [2021-02-03T00:44:58.965Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-03T00:44:58.965Z] Removing intermediate container 48ece32bc093 [2021-02-03T00:44:58.965Z] ---> 16ad553555fc [2021-02-03T00:44:58.965Z] [2021-02-03T00:44:58.965Z] Step 10/31 : FROM alpine:3.12 [2021-02-03T00:44:58.965Z] ---> 389fef711851 [2021-02-03T00:44:58.965Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-03T00:44:59.975Z] Running setup.py install for dockerpty: started [2021-02-03T00:44:59.975Z] ---> Running in 264d8836e87e [2021-02-03T00:44:59.975Z] ---> Running in 63fdedb001d0 [2021-02-03T00:44:59.975Z] ---> aa1f73e95562 [2021-02-03T00:44:59.975Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-03T00:44:59.975Z] ---> d8cbcd00ab43 [2021-02-03T00:44:59.975Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-03T00:44:59.975Z] ---> Running in 1a178440386b [2021-02-03T00:45:00.268Z] Removing intermediate container 264d8836e87e [2021-02-03T00:45:00.268Z] ---> 33d942da4b86 [2021-02-03T00:45:00.268Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-03T00:45:00.268Z] ---> Running in ba6fd84fd21a [2021-02-03T00:45:00.487Z] 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-03T00:45:00.542Z] Removing intermediate container 63fdedb001d0 [2021-02-03T00:45:00.542Z] ---> 2d7d49023ba5 [2021-02-03T00:45:00.542Z] Step 15/23 : WORKDIR / [2021-02-03T00:45:00.836Z] ---> Running in 02183fd632e0 [2021-02-03T00:45:00.836Z] ---> Running in 44d923f3f3c4 [2021-02-03T00:45:01.164Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-03T00:45:01.534Z] Running setup.py install for texttable: started [2021-02-03T00:45:01.838Z] Removing intermediate container 44d923f3f3c4 [2021-02-03T00:45:01.838Z] ---> 4b238aa861af [2021-02-03T00:45:01.838Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T00:45:02.134Z] 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-03T00:45:02.134Z] 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-03T00:45:02.449Z] Running setup.py install for texttable: finished with status 'done' [2021-02-03T00:45:02.450Z] Running setup.py install for docopt: started [2021-02-03T00:45:02.757Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T00:45:03.050Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T00:45:03.050Z] ---> 08d9bb82f8c1 [2021-02-03T00:45:03.050Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-03T00:45:03.343Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-03T00:45:03.343Z] (2/2) Installing su-exec (0.2-r1) [2021-02-03T00:45:03.343Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T00:45:03.637Z] Running setup.py install for docopt: finished with status 'done' [2021-02-03T00:45:03.637Z] Running setup.py install for PyYAML: started [2021-02-03T00:45:03.637Z] OK: 6 MiB in 16 packages [2021-02-03T00:45:03.894Z] 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-03T00:45:04.661Z] ---> 06bc11a81f6c [2021-02-03T00:45:04.661Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-03T00:45:04.948Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-03T00:45:07.083Z] ---> 041e9ce61c6f [2021-02-03T00:45:07.083Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-03T00:45:07.084Z] Removing intermediate container 02183fd632e0 [2021-02-03T00:45:07.084Z] ---> 439e5a1833cf [2021-02-03T00:45:07.084Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-03T00:45:07.393Z] ---> Running in 44726f710c53 [2021-02-03T00:45:07.393Z] ---> Running in c600952becaf [2021-02-03T00:45:08.191Z] 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-03T00:45:08.552Z] Removing intermediate container 44726f710c53 [2021-02-03T00:45:08.552Z] ---> 3e0e3bb3a668 [2021-02-03T00:45:08.552Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T00:45:08.552Z] Removing intermediate container c600952becaf [2021-02-03T00:45:08.552Z] ---> bcd1208cf9be [2021-02-03T00:45:08.552Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-03T00:45:08.552Z] ---> Running in c35741b592cb [2021-02-03T00:45:08.552Z] ---> Running in 79e01c92157a [2021-02-03T00:45:09.191Z] Removing intermediate container c35741b592cb [2021-02-03T00:45:09.191Z] ---> e18a46361ddc [2021-02-03T00:45:09.191Z] Step 21/23 : LABEL arch=x86_64 [2021-02-03T00:45:09.191Z] Removing intermediate container 79e01c92157a [2021-02-03T00:45:09.191Z] ---> 724a72979657 [2021-02-03T00:45:09.191Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-03T00:45:09.303Z] 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-03T00:45:10.256Z] ---> Running in c351256bf9f1 [2021-02-03T00:45:10.256Z] ---> Running in b989ae883ca6 [2021-02-03T00:45:10.934Z] Removing intermediate container c351256bf9f1 [2021-02-03T00:45:10.934Z] ---> 9738e147bfe7 [2021-02-03T00:45:10.934Z] Step 22/23 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 [2021-02-03T00:45:10.934Z] ---> Running in c39793d4269f [2021-02-03T00:45:11.913Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-03T00:45:13.734Z] Removing intermediate container c39793d4269f [2021-02-03T00:45:13.734Z] ---> 6dd9ea5069a1 [2021-02-03T00:45:13.734Z] Step 23/23 : LABEL version=0.0.0 [2021-02-03T00:45:14.873Z] Removing intermediate container 2ae111f1fe69 [2021-02-03T00:45:14.873Z] ---> db255f52b82e [2021-02-03T00:45:14.873Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-03T00:45:14.873Z] ---> Running in 28ce959f59fa [2021-02-03T00:45:14.873Z] ---> Running in 5c7429b48140 [2021-02-03T00:45:16.126Z] Removing intermediate container b989ae883ca6 [2021-02-03T00:45:16.126Z] ---> b2ea65b5a005 [2021-02-03T00:45:16.126Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-03T00:45:16.126Z] Removing intermediate container 28ce959f59fa [2021-02-03T00:45:16.126Z] ---> c7b2b8972b6c [2021-02-03T00:45:16.126Z] [2021-02-03T00:45:16.126Z] ---> Running in 76482cbb8df3 [2021-02-03T00:45:16.194Z] 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-03T00:45:17.689Z] Successfully built c7b2b8972b6c [2021-02-03T00:45:17.689Z] Successfully tagged docker-core-command-go:latest [2021-02-03T00:45:17.689Z] Removing intermediate container 76482cbb8df3 [2021-02-03T00:45:17.689Z] ---> 79ee9013f7ea [2021-02-03T00:45:17.689Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-03T00:45:17.689Z]  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T00:45:17.974Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T00:45:18.608Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-03T00:45:18.608Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-03T00:45:18.608Z] (3/3) Installing curl (7.69.1-r3) [2021-02-03T00:45:18.608Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T00:45:18.608Z] OK: 72 MiB in 58 packages [2021-02-03T00:45:18.891Z] ---> 229732b6c0d0 [2021-02-03T00:45:18.891Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-03T00:45:19.205Z] ---> Running in 428973a99436 [2021-02-03T00:45:20.498Z] 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-03T00:45:20.727Z] Removing intermediate container 5c7429b48140 [2021-02-03T00:45:20.727Z] ---> 6c6a646f5627 [2021-02-03T00:45:20.727Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-03T00:45:20.727Z] ---> Running in 1f7c882345eb [2021-02-03T00:45:21.374Z] Removing intermediate container 1f7c882345eb [2021-02-03T00:45:21.374Z] ---> f8f313cdf8cf [2021-02-03T00:45:21.374Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T00:45:21.681Z] ---> Running in 48a11f6a0e73 [2021-02-03T00:45:21.991Z] Removing intermediate container 48a11f6a0e73 [2021-02-03T00:45:21.991Z] ---> 58bb4311af1d [2021-02-03T00:45:21.991Z] Step 24/26 : LABEL arch=x86_64 [2021-02-03T00:45:22.280Z] ---> Running in 0ced75c33f6c [2021-02-03T00:45:22.601Z] Removing intermediate container 428973a99436 [2021-02-03T00:45:22.601Z] ---> 501c74d7a1c5 [2021-02-03T00:45:22.601Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T00:45:22.951Z] Removing intermediate container 0ced75c33f6c [2021-02-03T00:45:22.951Z] ---> 2e47e6cb417b [2021-02-03T00:45:22.951Z] Step 25/26 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 [2021-02-03T00:45:22.951Z] ---> Running in 90c8704bc3bd [2021-02-03T00:45:23.659Z] ---> 300ed8330289 [2021-02-03T00:45:23.659Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-03T00:45:23.659Z] Removing intermediate container 90c8704bc3bd [2021-02-03T00:45:23.659Z] ---> bdee06df47e7 [2021-02-03T00:45:23.659Z] Step 26/26 : LABEL version=0.0.0 [2021-02-03T00:45:23.941Z] ---> Running in 12f5e022204e [2021-02-03T00:45:24.571Z] Removing intermediate container 12f5e022204e [2021-02-03T00:45:24.571Z] ---> e8b093f11842 [2021-02-03T00:45:24.571Z] [2021-02-03T00:45:25.251Z] ---> 9adfc2cb41fa [2021-02-03T00:45:25.251Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-03T00:45:25.251Z] Successfully built e8b093f11842 [2021-02-03T00:45:25.251Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-03T00:45:25.890Z]  Building docker-sys-mgmt-agent-go ... done  ---> e0a5614e29db [2021-02-03T00:45:25.890Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [Pipeline] } [2021-02-03T00:45:25.926Z] $ docker stop --time=1 968295e3bbdb5a98a5965c74ab1a3b7afc98261d858f1db677104eddfbd5023e [2021-02-03T00:45:28.037Z] ---> d1266b85e51c [2021-02-03T00:45:28.037Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-03T00:45:28.584Z] $ docker rm -f 968295e3bbdb5a98a5965c74ab1a3b7afc98261d858f1db677104eddfbd5023e [2021-02-03T00:45:28.698Z] ---> 5bf06e8db9c7 [2021-02-03T00:45:28.699Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-03T00:45:28.978Z] ---> Running in 10ac437b1f68 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-02-03T00:45:30.066Z] Removing intermediate container 10ac437b1f68 [2021-02-03T00:45:30.066Z] ---> 2abb3834fb49 [2021-02-03T00:45:30.066Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T00:45:30.825Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-03T00:45:31.097Z] [2021-02-03T00:45:31.097Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [2021-02-03T00:45:31.145Z] ---> 2628fa6e244d [2021-02-03T00:45:31.145Z] Step 26/31 : RUN chmod +x /entrypoint.sh [Pipeline] sh [2021-02-03T00:45:31.436Z] ---> Running in 5636cf6fc199 [2021-02-03T00:45:31.506Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-03T00:45:31.777Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-03T00:45:31.777Z] 29e5d40040c1: Pulling fs layer [2021-02-03T00:45:31.777Z] 1ce36da41761: Pulling fs layer [2021-02-03T00:45:31.777Z] 25b303627fd3: Pulling fs layer [2021-02-03T00:45:32.049Z] 29e5d40040c1: Verifying Checksum [2021-02-03T00:45:32.049Z] 29e5d40040c1: Download complete [2021-02-03T00:45:33.033Z] 1ce36da41761: Verifying Checksum [2021-02-03T00:45:33.033Z] 1ce36da41761: Download complete [2021-02-03T00:45:33.033Z] 29e5d40040c1: Pull complete [2021-02-03T00:45:34.117Z] Removing intermediate container 5636cf6fc199 [2021-02-03T00:45:34.117Z] ---> 1b38d287adf1 [2021-02-03T00:45:34.117Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-03T00:45:34.117Z] ---> Running in 8b859e549748 [2021-02-03T00:45:34.433Z] Removing intermediate container 8b859e549748 [2021-02-03T00:45:34.433Z] ---> e7ac9d1d6f18 [2021-02-03T00:45:34.433Z] Step 28/31 : CMD ["gate"] [2021-02-03T00:45:34.468Z] 1ce36da41761: Pull complete [2021-02-03T00:45:34.468Z] 25b303627fd3: Verifying Checksum [2021-02-03T00:45:34.468Z] 25b303627fd3: Download complete [2021-02-03T00:45:34.740Z] ---> Running in 85e4888063dc [2021-02-03T00:45:38.518Z] Removing intermediate container 85e4888063dc [2021-02-03T00:45:38.518Z] ---> 67b03832b078 [2021-02-03T00:45:38.518Z] Step 29/31 : LABEL arch=x86_64 [2021-02-03T00:45:38.800Z] ---> Running in 6e32afe67a1f [2021-02-03T00:45:38.800Z] Removing intermediate container ba6fd84fd21a [2021-02-03T00:45:38.800Z] ---> 30773666a3b2 [2021-02-03T00:45:38.800Z] [2021-02-03T00:45:38.800Z] Step 10/22 : FROM alpine:3.12 [2021-02-03T00:45:38.800Z] ---> 389fef711851 [2021-02-03T00:45:38.800Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-03T00:45:39.072Z] ---> Running in e40607d0b6a9 [2021-02-03T00:45:39.072Z] Removing intermediate container 6e32afe67a1f [2021-02-03T00:45:39.072Z] ---> 527dcacb1da6 [2021-02-03T00:45:39.072Z] Step 30/31 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 [2021-02-03T00:45:39.730Z] ---> Running in f3355211109e [2021-02-03T00:45:40.029Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T00:45:40.299Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T00:45:40.570Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-03T00:45:40.570Z] Removing intermediate container f3355211109e [2021-02-03T00:45:40.570Z] ---> 0a3f566d1b86 [2021-02-03T00:45:40.570Z] Step 31/31 : LABEL version=0.0.0 [2021-02-03T00:45:40.570Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-03T00:45:40.570Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T00:45:40.570Z] Executing ca-certificates-20191127-r4.trigger [2021-02-03T00:45:40.873Z] OK: 6 MiB in 16 packages [2021-02-03T00:45:41.885Z] ---> Running in f2b2b2ee7e33 [2021-02-03T00:45:42.159Z] Removing intermediate container 1a178440386b [2021-02-03T00:45:42.160Z] ---> da85b058f9b9 [2021-02-03T00:45:42.160Z] [2021-02-03T00:45:42.160Z] Step 10/23 : FROM alpine:3.12 [2021-02-03T00:45:42.160Z] ---> 389fef711851 [2021-02-03T00:45:42.160Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-03T00:45:42.435Z] ---> Running in 1cbd027f7490 [2021-02-03T00:45:42.435Z] Removing intermediate container f2b2b2ee7e33 [2021-02-03T00:45:42.435Z] ---> c0321cf5fcff [2021-02-03T00:45:42.435Z] [2021-02-03T00:45:42.739Z] Removing intermediate container e40607d0b6a9 [2021-02-03T00:45:42.739Z] ---> 5221f333ab3d [2021-02-03T00:45:42.739Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-03T00:45:42.739Z] Removing intermediate container 1cbd027f7490 [2021-02-03T00:45:42.739Z] ---> e41cedc80356 [2021-02-03T00:45:42.739Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-03T00:45:42.739Z] ---> Running in d05592cb8784 [2021-02-03T00:45:43.026Z] ---> Running in dd821cb12ccd [2021-02-03T00:45:43.026Z] Successfully built c0321cf5fcff [2021-02-03T00:45:43.026Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-03T00:45:43.313Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container d05592cb8784 [2021-02-03T00:45:43.314Z] ---> 00f7253799d2 [2021-02-03T00:45:43.314Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-03T00:45:43.314Z] Removing intermediate container dd821cb12ccd [2021-02-03T00:45:43.314Z] ---> 9e727a440030 [2021-02-03T00:45:43.314Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-03T00:45:43.314Z] ---> Running in 46b80d867773 [2021-02-03T00:45:43.314Z] ---> Running in a5456133887a [2021-02-03T00:45:44.611Z] 25b303627fd3: Pull complete [2021-02-03T00:45:44.611Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-03T00:45:44.611Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-03T00:45:44.611Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-03T00:45:44.774Z] Removing intermediate container 46b80d867773 [2021-02-03T00:45:44.774Z] ---> 635bad670c94 [2021-02-03T00:45:44.774Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-03T00:45:44.774Z] Removing intermediate container a5456133887a [2021-02-03T00:45:44.774Z] ---> 2824808f9c2a [2021-02-03T00:45:44.774Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T00:45:44.774Z] ---> Running in ab216151540d [2021-02-03T00:45:44.774Z] ---> Running in 6b61be2cb0d3 [2021-02-03T00:45:44.834Z] prd-ubuntu18.04-docker-arm64-4c-16g-24647 does not seem to be running inside a container [2021-02-03T00:45:44.920Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@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-03T00:45:45.073Z] Removing intermediate container 6b61be2cb0d3 [2021-02-03T00:45:45.073Z] ---> 6f2a333fe3cb [2021-02-03T00:45:45.073Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T00:45:46.122Z] ---> 1e0ad3e8cefc [2021-02-03T00:45:46.122Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-03T00:45:47.124Z] Removing intermediate container ab216151540d [2021-02-03T00:45:47.124Z] ---> dfcd0536107c [2021-02-03T00:45:47.124Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-03T00:45:47.124Z] ---> Running in 59dbba17fceb [2021-02-03T00:45:47.124Z] ---> d0c1708c07ab [2021-02-03T00:45:47.124Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-03T00:45:47.733Z] ---> bb85106d4205 [2021-02-03T00:45:47.733Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-03T00:45:47.733Z] ---> Running in 3faedaa28e69 [2021-02-03T00:45:47.912Z] $ docker top aa7ac5dc9f8c05ef77750bfc8515cdd3136b67655fab3f2678ddbcc0e8d0037b -eo pid,comm [2021-02-03T00:45:48.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T00:45:48.028Z] Removing intermediate container 3faedaa28e69 [2021-02-03T00:45:48.028Z] ---> fc80d9532ee7 [2021-02-03T00:45:48.028Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] { [2021-02-03T00:45:48.301Z] ---> Running in 6e0af5d747d6 [Pipeline] sh [2021-02-03T00:45:48.579Z] Removing intermediate container 6e0af5d747d6 [2021-02-03T00:45:48.579Z] ---> b7b685fc0198 [2021-02-03T00:45:48.579Z] Step 20/22 : LABEL arch=x86_64 [2021-02-03T00:45:48.579Z] ---> Running in 34eaed9bd4e1 [2021-02-03T00:45:48.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T00:45:48.896Z] Removing intermediate container 34eaed9bd4e1 [2021-02-03T00:45:48.896Z] ---> 3a9920b3984d [2021-02-03T00:45:48.896Z] Step 21/22 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 [2021-02-03T00:45:48.896Z] ---> Running in b32b5900f8c6 [2021-02-03T00:45:48.950Z] + docker-compose build --help [2021-02-03T00:45:48.950Z] + grep parallel [2021-02-03T00:45:49.189Z] Removing intermediate container b32b5900f8c6 [2021-02-03T00:45:49.189Z] ---> 1d91242a3ce5 [2021-02-03T00:45:49.189Z] Step 22/22 : LABEL version=0.0.0 [2021-02-03T00:45:49.469Z] ---> Running in 3091b1f2f09f [2021-02-03T00:45:49.469Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-03T00:45:49.469Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-03T00:45:49.469Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-03T00:45:49.740Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-03T00:45:50.016Z] Removing intermediate container 3091b1f2f09f [2021-02-03T00:45:50.016Z] ---> 84061f278c8e [2021-02-03T00:45:50.016Z] [2021-02-03T00:45:50.016Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-03T00:45:50.314Z] Successfully built 84061f278c8e [2021-02-03T00:45:50.314Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-03T00:45:50.314Z] Successfully tagged docker-support-notifications-go:latest [2021-02-03T00:45:50.314Z]  Building docker-support-notifications-go ... done Executing busybox-1.31.1-r19.trigger [2021-02-03T00:45:50.314Z] OK: 8 MiB in 20 packages [2021-02-03T00:45:51.363Z] Removing intermediate container 59dbba17fceb [2021-02-03T00:45:51.363Z] ---> 01c0396308b5 [2021-02-03T00:45:51.363Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T00:45:52.327Z] --parallel Build images in parallel. [Pipeline] } [2021-02-03T00:45:52.354Z] $ docker stop --time=1 aa7ac5dc9f8c05ef77750bfc8515cdd3136b67655fab3f2678ddbcc0e8d0037b [2021-02-03T00:45:52.379Z] ---> 361028d5f51d [2021-02-03T00:45:52.379Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-03T00:45:53.422Z] ---> 5d946556a44f [2021-02-03T00:45:53.422Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-03T00:45:54.046Z] ---> 0b46006d548c [2021-02-03T00:45:54.046Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-03T00:45:54.219Z] $ docker rm -f aa7ac5dc9f8c05ef77750bfc8515cdd3136b67655fab3f2678ddbcc0e8d0037b [2021-02-03T00:45:54.313Z] ---> Running in de50b9599325 [Pipeline] // withDockerContainer [2021-02-03T00:45:54.611Z] Removing intermediate container de50b9599325 [2021-02-03T00:45:54.611Z] ---> 794c48d72fd4 [2021-02-03T00:45:54.611Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T00:45:54.611Z] ---> Running in 002df4954eac [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T00:45:54.911Z] Removing intermediate container 002df4954eac [2021-02-03T00:45:54.911Z] ---> dce527b00458 [2021-02-03T00:45:54.911Z] Step 21/23 : LABEL arch=x86_64 [2021-02-03T00:45:55.110Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-03T00:45:55.110Z] . [Pipeline] withDockerContainer [2021-02-03T00:45:55.272Z] ---> Running in 10131b2cef04 [2021-02-03T00:45:55.367Z] prd-ubuntu18.04-docker-arm64-4c-16g-24647 does not seem to be running inside a container [2021-02-03T00:45:55.462Z] $ 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/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@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-03T00:45:55.550Z] Removing intermediate container 10131b2cef04 [2021-02-03T00:45:55.550Z] ---> 7f9f5a82e37b [2021-02-03T00:45:55.550Z] Step 22/23 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 [2021-02-03T00:45:55.550Z] ---> Running in 855014ac84e4 [2021-02-03T00:45:56.169Z] Removing intermediate container 855014ac84e4 [2021-02-03T00:45:56.169Z] ---> 610bd6fdc7b2 [2021-02-03T00:45:56.169Z] Step 23/23 : LABEL version=0.0.0 [2021-02-03T00:45:56.491Z] ---> Running in 64d7e54b22d9 [2021-02-03T00:45:56.730Z] $ docker top d13d8a1ae2c46c0a91dc4b0648c20f10d3357a519ca1b5b484c45aed2a003fa1 -eo pid,comm [2021-02-03T00:45:56.781Z] Removing intermediate container 64d7e54b22d9 [2021-02-03T00:45:56.781Z] ---> f5b204da722b [2021-02-03T00:45:56.781Z] [Pipeline] { [2021-02-03T00:45:57.079Z] Successfully built f5b204da722b [2021-02-03T00:45:57.079Z] Successfully tagged docker-core-data-go:latest [Pipeline] sh [2021-02-03T00:45:57.722Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-03T00:45:57.730Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-03T00:45:57.742Z] $ docker stop --time=1 2eb30f3cb1ecbc6cc6b15e680de80a8b95bcefec9f8e4e9ca47672e12cd5bee5 [2021-02-03T00:45:59.895Z] $ docker rm -f 2eb30f3cb1ecbc6cc6b15e680de80a8b95bcefec9f8e4e9ca47672e12cd5bee5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-03T00:46:00.771Z] + docker images [2021-02-03T00:46:00.771Z] + grep docker [2021-02-03T00:46:01.121Z] Building docker-core-command-go ... [2021-02-03T00:46:01.121Z] Building docker-core-data-go ... [2021-02-03T00:46:01.121Z] Building docker-core-metadata-go ... [2021-02-03T00:46:01.121Z] Building docker-security-bootstrapper-go ... [2021-02-03T00:46:01.121Z] Building docker-security-proxy-setup-go ... [2021-02-03T00:46:01.122Z] Building docker-security-secretstore-setup-go ... [2021-02-03T00:46:01.122Z] Building docker-support-notifications-go ... [2021-02-03T00:46:01.122Z] Building docker-support-scheduler-go ... [2021-02-03T00:46:01.122Z] Building docker-sys-mgmt-agent-go ... [2021-02-03T00:46:01.122Z] Building docker-sys-mgmt-agent-go [2021-02-03T00:46:01.122Z] Building docker-support-notifications-go [2021-02-03T00:46:01.122Z] Building docker-core-data-go [2021-02-03T00:46:01.122Z] Building docker-core-command-go [2021-02-03T00:46:01.122Z] Building docker-security-secretstore-setup-go [2021-02-03T00:46:02.230Z] docker-core-data-go latest f5b204da722b 5 seconds ago 22.3MB [2021-02-03T00:46:02.230Z] docker-support-notifications-go latest 84061f278c8e 12 seconds ago 17.5MB [2021-02-03T00:46:02.230Z] docker-security-bootstrapper-go latest c0321cf5fcff 19 seconds ago 23.8MB [2021-02-03T00:46:02.230Z] docker-sys-mgmt-agent-go latest e8b093f11842 37 seconds ago 313MB [2021-02-03T00:46:02.230Z] docker-core-command-go latest c7b2b8972b6c 46 seconds ago 16.9MB [2021-02-03T00:46:02.230Z] docker-security-secretstore-setup-go latest 980a92a2cf6d 2 minutes ago 24.6MB [2021-02-03T00:46:02.230Z] docker-core-metadata-go latest 5d5e73ae0b27 3 minutes ago 18.8MB [2021-02-03T00:46:02.230Z] docker-support-scheduler-go latest b3bd1d03e32a 3 minutes ago 17MB [2021-02-03T00:46:02.230Z] docker-security-proxy-setup-go latest 041c4ec96191 3 minutes ago 24.4MB [2021-02-03T00:46:02.230Z] 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-03T00:46:18.016Z] Still waiting to schedule task [2021-02-03T00:46:18.017Z] ‘prd-ubuntu18.04-docker-8c-8g-24650’ is offline [2021-02-03T00:47:05.841Z] Running on prd-ubuntu18.04-docker-8c-8g-24653 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-02-03T00:47:05.902Z] Running in /w/workspace/edgex-go/55 [Pipeline] { [Pipeline] checkout [2021-02-03T00:47:07.901Z] using credential edgex-jenkins-ssh [2021-02-03T00:47:07.952Z] Cloning the remote Git repository [2021-02-03T00:47:07.975Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-03T00:47:08.076Z] > git init /w/workspace/edgex-go/55 # timeout=10 [2021-02-03T00:47:08.114Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-03T00:47:08.114Z] > git --version # timeout=10 [2021-02-03T00:47:08.127Z] > git --version # 'git version 2.17.1' [2021-02-03T00:47:08.128Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T00:47:08.152Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-03T00:47:15.552Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-03T00:47:15.557Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-03T00:47:15.568Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-03T00:47:15.578Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-03T00:47:15.578Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T00:47:15.582Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-03T00:47:16.176Z] Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-02-03T00:47:16.445Z] Merge succeeded, producing 0f389e7a3f8990b860105e1ef7b36dbda65ffbb8 [2021-02-03T00:47:16.445Z] Checking out Revision 0f389e7a3f8990b860105e1ef7b36dbda65ffbb8 (PR-2858) [2021-02-03T00:47:16.188Z] > git config core.sparsecheckout # timeout=10 [2021-02-03T00:47:16.192Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-02-03T00:47:16.262Z] > git remote # timeout=10 [2021-02-03T00:47:16.269Z] > git config --get remote.origin.url # timeout=10 [2021-02-03T00:47:16.274Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T00:47:16.277Z] > git merge 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 [2021-02-03T00:47:16.437Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-03T00:47:16.447Z] > git config core.sparsecheckout # timeout=10 [2021-02-03T00:47:16.452Z] > git checkout -f 0f389e7a3f8990b860105e1ef7b36dbda65ffbb8 # timeout=10 [2021-02-03T00:47:20.079Z] Commit message: "Merge commit '74c372326013f994c98436bf4455b6fe21c08430' into HEAD" [2021-02-03T00:47:20.088Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [2021-02-03T00:47:20.082Z] > git rev-list --no-walk a680e651ea24e260fa731a0d4c81c09ca0199e4c # timeout=10 [Pipeline] libraryResource [Pipeline] sh [2021-02-03T00:47:21.208Z] + echo snap-build.sh [2021-02-03T00:47:21.208Z] snap-build.sh [2021-02-03T00:47:21.208Z] + SNAP_BASE_DIR=. [2021-02-03T00:47:21.208Z] + '[' '!' -z /w/workspace/edgex-go/55 ']' [2021-02-03T00:47:21.208Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/55 [2021-02-03T00:47:21.208Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/55]' [2021-02-03T00:47:21.208Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/55] [2021-02-03T00:47:21.208Z] + cd /w/workspace/edgex-go/55 [2021-02-03T00:47:21.208Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-03T00:47:21.208Z] Reading package lists... [2021-02-03T00:47:21.208Z] Building dependency tree... [2021-02-03T00:47:21.208Z] Reading state information... [2021-02-03T00:47:21.471Z] The following packages were automatically installed and are no longer required: [2021-02-03T00:47:21.471Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-03T00:47:21.471Z] uidmap xdelta3 [2021-02-03T00:47:21.471Z] Use 'sudo apt autoremove' to remove them. [2021-02-03T00:47:21.471Z] The following packages will be REMOVED: [2021-02-03T00:47:21.471Z] lxd* lxd-client* [2021-02-03T00:47:21.732Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-03T00:47:21.732Z] After this operation, 31.7 MB disk space will be freed. [2021-02-03T00:47:22.780Z] (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-03T00:47:22.780Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-03T00:47:23.722Z] Removing lxd dnsmasq configuration [2021-02-03T00:47:23.722Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-03T00:47:23.722Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-03T00:47:23.731Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T00:47:23.731Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-03T00:47:23.731Z] ---> b97c97021af2 [2021-02-03T00:47:23.731Z] Step 3/23 : WORKDIR /edgex-go [2021-02-03T00:47:23.731Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T00:47:23.731Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-03T00:47:23.731Z] ---> b97c97021af2 [2021-02-03T00:47:23.731Z] Step 3/26 : WORKDIR /edgex-go [2021-02-03T00:47:23.731Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T00:47:23.731Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-03T00:47:23.731Z] ---> b97c97021af2 [2021-02-03T00:47:23.731Z] Step 3/22 : WORKDIR /edgex-go [2021-02-03T00:47:23.731Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T00:47:23.731Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-03T00:47:23.731Z] ---> b97c97021af2 [2021-02-03T00:47:23.731Z] Step 3/23 : WORKDIR /edgex-go [2021-02-03T00:47:23.731Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T00:47:23.731Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-03T00:47:23.731Z] ---> b97c97021af2 [2021-02-03T00:47:23.731Z] Step 3/24 : WORKDIR /edgex-go [2021-02-03T00:47:23.731Z] ---> Running in b2a645621f7b [2021-02-03T00:47:23.731Z] ---> Running in aa995f4fe9e2 [2021-02-03T00:47:23.731Z] ---> Running in d760d48e5c89 [2021-02-03T00:47:23.731Z] ---> Running in 1a83899233f6 [2021-02-03T00:47:23.731Z] ---> Running in aee561b12fe5 [2021-02-03T00:47:23.731Z] Removing intermediate container aa995f4fe9e2 [2021-02-03T00:47:23.731Z] ---> b5a95a8523a6 [2021-02-03T00:47:23.731Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T00:47:23.731Z] Removing intermediate container 1a83899233f6 [2021-02-03T00:47:23.731Z] ---> 975a18565527 [2021-02-03T00:47:23.731Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T00:47:23.731Z] Removing intermediate container d760d48e5c89 [2021-02-03T00:47:23.731Z] ---> 2bf2bbc3bcd3 [2021-02-03T00:47:23.731Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T00:47:23.731Z] Removing intermediate container b2a645621f7b [2021-02-03T00:47:23.731Z] ---> 2a0c82afccda [2021-02-03T00:47:23.731Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T00:47:23.731Z] Removing intermediate container aee561b12fe5 [2021-02-03T00:47:23.731Z] ---> 00b75fde1ac4 [2021-02-03T00:47:23.731Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T00:47:23.731Z] ---> Running in d903255ff13f [2021-02-03T00:47:23.731Z] ---> Running in 745623e2a2d5 [2021-02-03T00:47:23.731Z] ---> Running in f88feeabfb4f [2021-02-03T00:47:23.731Z] ---> Running in eba3551d3f51 [2021-02-03T00:47:23.731Z] ---> Running in 9bcf0e0ea3d7 [2021-02-03T00:47:23.731Z] Removing intermediate container d903255ff13f [2021-02-03T00:47:23.731Z] ---> a6938b0bacbb [2021-02-03T00:47:23.731Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-03T00:47:23.731Z] ---> Running in 257e489f7a3e [2021-02-03T00:47:23.731Z] Removing intermediate container 745623e2a2d5 [2021-02-03T00:47:23.731Z] ---> 1b13271027b6 [2021-02-03T00:47:23.731Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-03T00:47:23.731Z] ---> Running in 93ff97d4d894 [2021-02-03T00:47:23.731Z] Removing intermediate container f88feeabfb4f [2021-02-03T00:47:23.731Z] ---> 3ae35afd5983 [2021-02-03T00:47:23.731Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-03T00:47:23.731Z] Removing intermediate container eba3551d3f51 [2021-02-03T00:47:23.731Z] ---> 5dcf553c140a [2021-02-03T00:47:23.731Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-03T00:47:23.731Z] Removing intermediate container 9bcf0e0ea3d7 [2021-02-03T00:47:23.731Z] ---> 106106e6d2fa [2021-02-03T00:47:23.731Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-03T00:47:23.731Z] ---> Running in 6ff9de8c6c66 [2021-02-03T00:47:23.731Z] ---> Running in 90163f670e85 [2021-02-03T00:47:23.731Z] ---> Running in df2b8725f077 [2021-02-03T00:47:23.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T00:47:23.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T00:47:24.009Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T00:47:24.284Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T00:47:24.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T00:47:24.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T00:47:24.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T00:47:24.666Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-03T00:47:24.832Z] OK: 217 MiB in 51 packages [2021-02-03T00:47:24.929Z] (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-03T00:47:24.929Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-03T00:47:25.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T00:47:25.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T00:47:25.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T00:47:25.705Z] OK: 217 MiB in 51 packages [2021-02-03T00:47:25.995Z] OK: 217 MiB in 51 packages [2021-02-03T00:47:26.298Z] OK: 217 MiB in 51 packages [2021-02-03T00:47:26.298Z] OK: 217 MiB in 51 packages [2021-02-03T00:47:26.328Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-03T00:47:26.328Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-03T00:47:26.910Z] Removing intermediate container 257e489f7a3e [2021-02-03T00:47:26.910Z] ---> 1863b76a6845 [2021-02-03T00:47:26.910Z] Step 6/26 : COPY go.mod . [2021-02-03T00:47:27.273Z] + sudo snap remove --purge lxd [2021-02-03T00:47:27.539Z] snap "lxd" is not installed [2021-02-03T00:47:27.539Z] + sudo groupadd --force --system lxd [2021-02-03T00:47:27.539Z] ++ whoami [2021-02-03T00:47:27.539Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-03T00:47:27.539Z] + newgrp - lxd [2021-02-03T00:47:27.539Z] + sudo snap install lxd [2021-02-03T00:47:28.363Z] Removing intermediate container 93ff97d4d894 [2021-02-03T00:47:28.363Z] ---> c2366b5554fc [2021-02-03T00:47:28.363Z] Step 6/23 : COPY go.mod . [2021-02-03T00:47:28.363Z] ---> 1315a327cc85 [2021-02-03T00:47:28.363Z] Step 7/26 : RUN go mod download [2021-02-03T00:47:28.363Z] Removing intermediate container 90163f670e85 [2021-02-03T00:47:28.363Z] ---> 6dd2dfab2b90 [2021-02-03T00:47:28.363Z] Step 6/23 : COPY go.mod . [2021-02-03T00:47:28.363Z] ---> Running in 096fe6d93c33 [2021-02-03T00:47:28.639Z] Removing intermediate container 6ff9de8c6c66 [2021-02-03T00:47:28.639Z] ---> 8c82476581e5 [2021-02-03T00:47:28.639Z] Step 6/24 : COPY go.mod . [2021-02-03T00:47:28.920Z] Removing intermediate container df2b8725f077 [2021-02-03T00:47:28.920Z] ---> c2d71671a36a [2021-02-03T00:47:28.920Z] Step 6/22 : COPY go.mod . [2021-02-03T00:47:29.527Z] ---> 2be21eb770c7 [2021-02-03T00:47:29.527Z] Step 7/23 : RUN go mod download [2021-02-03T00:47:29.527Z] ---> 82984b839cc9 [2021-02-03T00:47:29.527Z] Step 7/23 : RUN go mod download [2021-02-03T00:47:29.802Z] ---> Running in 3d7f60fb2023 [2021-02-03T00:47:30.073Z] ---> 016e94ed95f4 [2021-02-03T00:47:30.073Z] Step 7/24 : RUN go mod download [2021-02-03T00:47:30.073Z] ---> Running in 9600d488ae67 [2021-02-03T00:47:30.667Z] ---> cad57fe0c90e [2021-02-03T00:47:30.667Z] Step 7/22 : RUN go mod download [2021-02-03T00:47:30.667Z] ---> Running in ab227f4cb992 [2021-02-03T00:47:30.942Z] ---> Running in 9dc1ab8b8a16 [2021-02-03T00:47:32.413Z] Removing intermediate container 096fe6d93c33 [2021-02-03T00:47:32.413Z] ---> 751d7a0a74ac [2021-02-03T00:47:32.413Z] Step 8/26 : COPY . . [2021-02-03T00:47:35.058Z] Removing intermediate container 9600d488ae67 [2021-02-03T00:47:35.058Z] ---> 6898a7e2711e [2021-02-03T00:47:35.058Z] Step 8/23 : COPY . . [2021-02-03T00:47:35.661Z] Removing intermediate container 3d7f60fb2023 [2021-02-03T00:47:35.661Z] ---> f359a5f4ca01 [2021-02-03T00:47:35.661Z] Step 8/23 : COPY . . [2021-02-03T00:47:35.704Z] 2021-02-03T00:47:33Z INFO Waiting for automatic snapd restart... [2021-02-03T00:47:36.658Z] Removing intermediate container ab227f4cb992 [2021-02-03T00:47:36.658Z] ---> e002174f64bc [2021-02-03T00:47:36.658Z] Step 8/24 : COPY . . [2021-02-03T00:47:36.936Z] Removing intermediate container 9dc1ab8b8a16 [2021-02-03T00:47:36.936Z] ---> dbfaded3beeb [2021-02-03T00:47:36.936Z] Step 8/22 : COPY . . [2021-02-03T00:47:50.630Z] lxd 4.10 from Canonical* installed [2021-02-03T00:47:50.630Z] + sudo lxd init --auto [2021-02-03T00:48:00.646Z] + sudo snap install --classic snapcraft [2021-02-03T00:48:03.744Z] ---> f133dfc7af5c [2021-02-03T00:48:03.745Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-03T00:48:03.745Z] ---> 82735f76257e [2021-02-03T00:48:03.745Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-03T00:48:03.745Z] ---> Running in b37d174a46d1 [2021-02-03T00:48:03.745Z] ---> Running in 4462f9a2d07e [2021-02-03T00:48:03.745Z] ---> 9dd0b518fede [2021-02-03T00:48:03.745Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup ---> 4523df69395a [2021-02-03T00:48:03.745Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-03T00:48:03.745Z] [2021-02-03T00:48:03.745Z] ---> 4247f3b4139a [2021-02-03T00:48:03.745Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-03T00:48:03.745Z] ---> Running in c6f4d2bee7e3 [2021-02-03T00:48:03.745Z] ---> Running in 1cf0ca9ff954 [2021-02-03T00:48:03.745Z] ---> Running in 405bca46a2d3 [2021-02-03T00:48:03.745Z] 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-03T00:48:03.745Z] 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-03T00:48:04.362Z] 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-03T00:48:04.656Z] 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-03T00:48:04.656Z] 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-03T00:48:04.870Z] snapcraft 4.4.4 from Canonical* installed [2021-02-03T00:48:04.870Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-03T00:48:04.870Z] + patch --verbose -p1 [2021-02-03T00:48:04.870Z] Hmm... Looks like a unified diff to me... [2021-02-03T00:48:04.870Z] The text leading up to this was: [2021-02-03T00:48:04.870Z] -------------------------- [2021-02-03T00:48:04.870Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-03T00:48:04.870Z] |From: Tony Espy [2021-02-03T00:48:04.870Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-03T00:48:04.870Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-03T00:48:04.870Z] | [2021-02-03T00:48:04.870Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-03T00:48:04.870Z] |optimize the snap CI check run for pull requests. When [2021-02-03T00:48:04.870Z] |applied, it essentially strips out everything (apps and [2021-02-03T00:48:04.870Z] |parts) from the snapcraft.yaml file except those required [2021-02-03T00:48:04.870Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-03T00:48:04.870Z] |catch changes to edgex-go that break the snap build. [2021-02-03T00:48:04.870Z] | [2021-02-03T00:48:04.870Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-03T00:48:04.870Z] |to update this patch file, otherwise it may fail to apply, [2021-02-03T00:48:04.870Z] |resulting in a failed snap build CI check in the associated [2021-02-03T00:48:04.870Z] |pull request. [2021-02-03T00:48:04.870Z] | [2021-02-03T00:48:04.870Z] |Note - in addition to applying this patch, the pipeline also [2021-02-03T00:48:04.870Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-03T00:48:04.870Z] |need to build the finally binary .snap file (and it won't [2021-02-03T00:48:04.870Z] |work with the patch applied). This further reduces the build [2021-02-03T00:48:04.870Z] |time. [2021-02-03T00:48:04.870Z] |--- [2021-02-03T00:48:04.870Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-03T00:48:04.870Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-03T00:48:04.870Z] | [2021-02-03T00:48:04.870Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-03T00:48:04.870Z] |index 1e537489..faf42425 100644 [2021-02-03T00:48:04.870Z] |--- a/snap/snapcraft.yaml [2021-02-03T00:48:04.870Z] |+++ b/snap/snapcraft.yaml [2021-02-03T00:48:04.870Z] -------------------------- [2021-02-03T00:48:04.870Z] patching file snap/snapcraft.yaml [2021-02-03T00:48:04.870Z] Using Plan A... [2021-02-03T00:48:04.870Z] Hunk #1 succeeded at 73. [2021-02-03T00:48:04.870Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-03T00:48:04.870Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-03T00:48:04.870Z] Hunk #4 FAILED at 223. [2021-02-03T00:48:04.870Z] Hunk #5 succeeded at 300. [2021-02-03T00:48:04.870Z] Hunk #6 succeeded at 327. [2021-02-03T00:48:04.870Z] Hunk #7 succeeded at 361. [2021-02-03T00:48:04.870Z] Hunk #8 FAILED at 412. [2021-02-03T00:48:04.870Z] 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-02-03T00:48:04.870Z] Hmm... Ignoring the trailing garbage. [2021-02-03T00:48:04.870Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-03T00:48:05.536Z] Failed in branch amd64 [2021-02-03T00:49:26.506Z] 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-03T00:49:44.866Z] Removing intermediate container 405bca46a2d3 [2021-02-03T00:49:44.866Z] ---> 39aa20b7e4b3 [2021-02-03T00:49:44.866Z] [2021-02-03T00:49:44.866Z] Step 10/24 : FROM alpine:3.12 [2021-02-03T00:49:44.866Z] 3.12: Pulling from library/alpine [2021-02-03T00:49:44.866Z] Removing intermediate container b37d174a46d1 [2021-02-03T00:49:44.866Z] ---> 20bd8afa3197 [2021-02-03T00:49:44.866Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-03T00:49:45.485Z] ---> Running in 338eefcaa69e [2021-02-03T00:49:46.489Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-03T00:49:46.489Z] Status: Downloaded newer image for alpine:3.12 [2021-02-03T00:49:46.489Z] ---> afeebe901d6b [2021-02-03T00:49:46.489Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-03T00:49:47.099Z] ---> Running in 0c954281997f [2021-02-03T00:49:47.389Z] 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-03T00:49:49.378Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T00:49:49.378Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T00:49:50.371Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-03T00:49:50.371Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-03T00:49:50.371Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-03T00:49:50.371Z] (4/5) Installing curl (7.69.1-r3) [2021-02-03T00:49:50.371Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-03T00:49:50.371Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T00:49:50.371Z] Executing ca-certificates-20191127-r4.trigger [2021-02-03T00:49:50.983Z] OK: 7 MiB in 19 packages [2021-02-03T00:49:54.464Z] Removing intermediate container 338eefcaa69e [2021-02-03T00:49:54.464Z] ---> 5340a85b8fef [2021-02-03T00:49:54.464Z] [2021-02-03T00:49:54.464Z] Step 11/26 : FROM docker:20.10.0 [2021-02-03T00:49:54.464Z] 20.10.0: Pulling from library/docker [2021-02-03T00:49:54.464Z] Removing intermediate container 0c954281997f [2021-02-03T00:49:54.464Z] ---> 87a85ccd8859 [2021-02-03T00:49:54.464Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-03T00:49:55.082Z] ---> Running in 3da1ef7ccd23 [2021-02-03T00:49:57.952Z] Removing intermediate container 3da1ef7ccd23 [2021-02-03T00:49:57.952Z] ---> c8b2001552bf [2021-02-03T00:49:57.952Z] Step 13/24 : WORKDIR / [2021-02-03T00:49:58.260Z] ---> Running in 993159b3937f [2021-02-03T00:50:00.240Z] Removing intermediate container 993159b3937f [2021-02-03T00:50:00.240Z] ---> a4a109d9e916 [2021-02-03T00:50:00.240Z] 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-03T00:50:02.230Z] ---> f8991568a88b [2021-02-03T00:50:02.231Z] 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-03T00:50:03.676Z] Removing intermediate container 1cf0ca9ff954 [2021-02-03T00:50:03.676Z] ---> aab5c107b236 [2021-02-03T00:50:03.676Z] [2021-02-03T00:50:03.676Z] Step 10/23 : FROM alpine:3.12 [2021-02-03T00:50:03.676Z] ---> afeebe901d6b [2021-02-03T00:50:03.676Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-03T00:50:04.283Z] Removing intermediate container c6f4d2bee7e3 [2021-02-03T00:50:04.283Z] ---> 8849b02c94a7 [2021-02-03T00:50:04.283Z] [2021-02-03T00:50:04.283Z] Step 10/22 : FROM alpine:3.12 [2021-02-03T00:50:04.283Z] ---> afeebe901d6b [2021-02-03T00:50:04.283Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-03T00:50:04.283Z] ---> 4d67ea8677a7 [2021-02-03T00:50:04.283Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-03T00:50:04.283Z] ---> Running in 3c5d6a8c2cfb [2021-02-03T00:50:04.558Z] ---> Running in 7d05b4791879 [2021-02-03T00:50:06.574Z] ---> 1fe804f8a496 [2021-02-03T00:50:06.574Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-03T00:50:06.574Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T00:50:06.574Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T00:50:06.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T00:50:06.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T00:50:07.448Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-03T00:50:07.448Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-03T00:50:07.448Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T00:50:07.448Z] OK: 5 MiB in 15 packages [2021-02-03T00:50:07.448Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-03T00:50:07.448Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T00:50:07.722Z] Executing ca-certificates-20191127-r4.trigger [2021-02-03T00:50:08.007Z] OK: 6 MiB in 16 packages [2021-02-03T00:50:09.013Z] ---> 86171aadff69 [2021-02-03T00:50:09.013Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-03T00:50:10.452Z] Removing intermediate container 3c5d6a8c2cfb [2021-02-03T00:50:10.452Z] ---> 30f57221b987 [2021-02-03T00:50:10.452Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-03T00:50:10.726Z] ---> Running in 416ddedee072 [2021-02-03T00:50:11.009Z] Removing intermediate container 7d05b4791879 [2021-02-03T00:50:11.009Z] ---> 22fc6c2af752 [2021-02-03T00:50:11.009Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-03T00:50:11.605Z] ---> Running in 6bc7ac4193c6 [2021-02-03T00:50:11.605Z] ---> 76d7bf47f4c0 [2021-02-03T00:50:11.605Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-03T00:50:11.877Z] Removing intermediate container 416ddedee072 [2021-02-03T00:50:11.877Z] ---> 93d005f77f2d [2021-02-03T00:50:11.877Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-03T00:50:12.155Z] ---> Running in 874ceca1434c [2021-02-03T00:50:12.444Z] Removing intermediate container 6bc7ac4193c6 [2021-02-03T00:50:12.444Z] ---> 50894f572f70 [2021-02-03T00:50:12.444Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-03T00:50:12.727Z] ---> Running in 48a3de3e01cc [2021-02-03T00:50:13.056Z] ---> cd60dd5bff11 [2021-02-03T00:50:13.056Z] 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-03T00:50:13.056Z] Removing intermediate container 874ceca1434c [2021-02-03T00:50:13.056Z] ---> 0b9099684615 [2021-02-03T00:50:13.056Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-03T00:50:13.329Z] ---> Running in 0a1cf41c733b [2021-02-03T00:50:13.329Z] Removing intermediate container 48a3de3e01cc [2021-02-03T00:50:13.329Z] ---> 97d533b9391e [2021-02-03T00:50:13.329Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-03T00:50:13.329Z] ---> Running in e3e5c1430e2b [2021-02-03T00:50:13.608Z] ---> Running in 08659066d6ca [2021-02-03T00:50:14.594Z] Removing intermediate container e3e5c1430e2b [2021-02-03T00:50:14.594Z] ---> b7bcabd2ac9d [2021-02-03T00:50:14.594Z] Step 15/23 : WORKDIR / [2021-02-03T00:50:14.869Z] Removing intermediate container 08659066d6ca [2021-02-03T00:50:14.869Z] ---> 1aa4690ee2af [2021-02-03T00:50:14.869Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T00:50:15.151Z] ---> Running in ad8fe00f7328 [2021-02-03T00:50:15.151Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-03T00:50:15.151Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-03T00:50:15.151Z] ---> eeaf43b92773 [2021-02-03T00:50:15.151Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-03T00:50:15.750Z] ---> Running in 6000cf88d509 [2021-02-03T00:50:16.031Z] Removing intermediate container ad8fe00f7328 [2021-02-03T00:50:16.031Z] ---> b4a8c8b8c13b [2021-02-03T00:50:16.031Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T00:50:16.308Z] ---> a7d055cfe62a [2021-02-03T00:50:16.308Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-03T00:50:17.309Z] Removing intermediate container 4462f9a2d07e [2021-02-03T00:50:17.309Z] ---> 1e59bf533788 [2021-02-03T00:50:17.309Z] [2021-02-03T00:50:17.309Z] Step 10/23 : FROM alpine:3.12 [2021-02-03T00:50:17.309Z] ---> afeebe901d6b [2021-02-03T00:50:17.309Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-03T00:50:17.309Z] Removing intermediate container 0a1cf41c733b [2021-02-03T00:50:17.309Z] ---> 2e6e6595b700 [2021-02-03T00:50:17.309Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-03T00:50:17.585Z] ---> 494d9fc15361 [2021-02-03T00:50:17.585Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-03T00:50:17.585Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T00:50:17.585Z] ---> Running in 4c88b9960eaa [2021-02-03T00:50:17.585Z] ---> Running in 70f8abf0c03a [2021-02-03T00:50:17.861Z] ---> 485f853adb0b [2021-02-03T00:50:17.861Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-03T00:50:17.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T00:50:18.471Z] Removing intermediate container 4c88b9960eaa [2021-02-03T00:50:18.471Z] ---> 69c533d8d05f [2021-02-03T00:50:18.471Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-03T00:50:18.471Z] Removing intermediate container 70f8abf0c03a [2021-02-03T00:50:18.471Z] ---> 13bb2bd9cb39 [2021-02-03T00:50:18.471Z] Step 22/24 : LABEL arch=arm64 [2021-02-03T00:50:18.471Z] (1/2) Installing readline (8.0.4-r0) [2021-02-03T00:50:18.747Z] (2/2) Installing bash (5.0.17-r0) [2021-02-03T00:50:18.747Z] Executing bash-5.0.17-r0.post-install [2021-02-03T00:50:18.747Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T00:50:18.747Z] OK: 12 MiB in 22 packages [2021-02-03T00:50:18.747Z] ---> Running in 1782721dbc7c [2021-02-03T00:50:18.747Z] ---> Running in 0bc953b09cb7 [2021-02-03T00:50:18.747Z] ---> 281ae77aec82 [2021-02-03T00:50:18.747Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-03T00:50:19.035Z] ---> 01036ac6e317 [2021-02-03T00:50:19.035Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-03T00:50:19.035Z] ---> Running in 3fb1867a1ce5 [2021-02-03T00:50:19.641Z] Removing intermediate container 0bc953b09cb7 [2021-02-03T00:50:19.641Z] ---> 9a123e2baf83 [2021-02-03T00:50:19.641Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-03T00:50:19.641Z] Removing intermediate container 1782721dbc7c [2021-02-03T00:50:19.641Z] ---> 3c6dbed9f624 [2021-02-03T00:50:19.641Z] Step 23/24 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 [2021-02-03T00:50:19.920Z] ---> Running in 91e7d6386708 [2021-02-03T00:50:19.920Z] Removing intermediate container 3fb1867a1ce5 [2021-02-03T00:50:19.920Z] ---> 4086ba64d18f [2021-02-03T00:50:19.920Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T00:50:19.920Z] ---> Running in bde664192c58 [2021-02-03T00:50:20.199Z] ---> dae10514c21e [2021-02-03T00:50:20.199Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-03T00:50:20.199Z] ---> Running in 74262e37619b [2021-02-03T00:50:20.474Z] ---> Running in d5fcd63f8ae4 [2021-02-03T00:50:20.474Z] Removing intermediate container 6000cf88d509 [2021-02-03T00:50:20.474Z] ---> ea43707ca467 [2021-02-03T00:50:20.474Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-03T00:50:20.474Z] Removing intermediate container 91e7d6386708 [2021-02-03T00:50:20.474Z] ---> 67673a554ed6 [2021-02-03T00:50:20.474Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T00:50:20.747Z] ---> Running in 99d98f09c591 [2021-02-03T00:50:20.747Z] ---> Running in 833057ca285c [2021-02-03T00:50:20.747Z] Removing intermediate container 74262e37619b [2021-02-03T00:50:20.747Z] ---> aaec3dac3f45 [2021-02-03T00:50:20.747Z] Step 20/22 : LABEL arch=arm64 [2021-02-03T00:50:20.747Z] Removing intermediate container bde664192c58 [2021-02-03T00:50:20.747Z] ---> ee3b1b7f6001 [2021-02-03T00:50:20.747Z] Step 24/24 : LABEL version=0.0.0 [2021-02-03T00:50:21.026Z] Removing intermediate container d5fcd63f8ae4 [2021-02-03T00:50:21.026Z] ---> 8d84560b8981 [2021-02-03T00:50:21.026Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T00:50:21.311Z] ---> Running in 979423614fd6 [2021-02-03T00:50:21.311Z] ---> Running in 6b6be4311234 [2021-02-03T00:50:21.311Z] ---> Running in d9203a0598f8 [2021-02-03T00:50:21.311Z] Removing intermediate container 99d98f09c591 [2021-02-03T00:50:21.311Z] ---> 5ec3e318de2f [2021-02-03T00:50:21.311Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-03T00:50:21.588Z] ---> Running in d0788f73737c [2021-02-03T00:50:21.863Z] Removing intermediate container 6b6be4311234 [2021-02-03T00:50:21.863Z] ---> c6841a678e07 [2021-02-03T00:50:21.863Z] [2021-02-03T00:50:21.863Z] Removing intermediate container 979423614fd6 [2021-02-03T00:50:21.863Z] ---> a9c575fd6f04 [2021-02-03T00:50:21.863Z] Step 21/22 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 [2021-02-03T00:50:22.143Z] ---> Running in b6dac17704c5 [2021-02-03T00:50:22.143Z] Removing intermediate container d9203a0598f8 [2021-02-03T00:50:22.143Z] ---> a4de06a24f8c [2021-02-03T00:50:22.143Z] Step 21/23 : LABEL arch=arm64 [2021-02-03T00:50:22.143Z] Removing intermediate container d0788f73737c [2021-02-03T00:50:22.143Z] ---> 737a9ae3185d [2021-02-03T00:50:22.143Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-03T00:50:22.418Z] Successfully built c6841a678e07 [2021-02-03T00:50:22.691Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-03T00:50:22.691Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-02-03T00:50:22.691Z] ---> Running in 13b01a12a897 [2021-02-03T00:50:22.691Z] ---> Running in 650383ef73ec [2021-02-03T00:50:22.964Z] Removing intermediate container b6dac17704c5 [2021-02-03T00:50:22.964Z] ---> 2ac4cb7d0c2a [2021-02-03T00:50:22.964Z] Step 22/22 : LABEL version=0.0.0 [2021-02-03T00:50:23.251Z] ---> Running in 38d0eedc774e [2021-02-03T00:50:23.251Z] Removing intermediate container 13b01a12a897 [2021-02-03T00:50:23.251Z] ---> 7503b7b0ea1e [2021-02-03T00:50:23.251Z] Step 22/23 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 [2021-02-03T00:50:23.528Z] Removing intermediate container 650383ef73ec [2021-02-03T00:50:23.528Z] ---> 8692c7201c1a [2021-02-03T00:50:23.528Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-03T00:50:23.801Z] ---> Running in 49349ee8768b [2021-02-03T00:50:23.801Z] Removing intermediate container 38d0eedc774e [2021-02-03T00:50:23.801Z] ---> 536e4b162860 [2021-02-03T00:50:23.801Z] [2021-02-03T00:50:24.074Z] Removing intermediate container 833057ca285c [2021-02-03T00:50:24.074Z] ---> b61d8b637c71 [2021-02-03T00:50:24.074Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-03T00:50:24.674Z] Successfully built 536e4b162860 [2021-02-03T00:50:24.674Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-03T00:50:24.674Z] Building docker-core-metadata-go [2021-02-03T00:50:24.674Z]  Building docker-support-notifications-go ... done  ---> Running in 2e67f6c91351 [2021-02-03T00:50:24.674Z] Removing intermediate container 49349ee8768b [2021-02-03T00:50:24.674Z] ---> 16501eb90c58 [2021-02-03T00:50:24.674Z] Step 23/23 : LABEL version=0.0.0 [2021-02-03T00:50:25.276Z] ---> Running in 3d67e95c93ed [2021-02-03T00:50:25.276Z] ---> 39c01ccb6b6a [2021-02-03T00:50:25.559Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-03T00:50:26.160Z] Removing intermediate container 3d67e95c93ed [2021-02-03T00:50:26.160Z] ---> d5f648fad449 [2021-02-03T00:50:26.160Z] [2021-02-03T00:50:26.436Z] Successfully built d5f648fad449 [2021-02-03T00:50:26.714Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T00:50:26.714Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-03T00:50:26.714Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-02-03T00:50:26.714Z] ---> af36196bcd19 [2021-02-03T00:50:26.714Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-03T00:50:27.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T00:50:27.910Z] ---> f1dfdb8a01ab [2021-02-03T00:50:27.910Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-03T00:50:28.185Z] ---> Running in 17c2bdf41936 [2021-02-03T00:50:28.461Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-03T00:50:28.461Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-03T00:50:28.461Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-03T00:50:28.734Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-03T00:50:29.010Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-03T00:50:29.291Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-03T00:50:29.291Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T00:50:29.291Z] OK: 8 MiB in 20 packages [2021-02-03T00:50:29.573Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T00:50:29.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T00:50:30.470Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-03T00:50:30.470Z] (2/33) Installing expat (2.2.9-r1) [2021-02-03T00:50:30.470Z] (3/33) Installing libffi (3.3-r2) [2021-02-03T00:50:30.470Z] (4/33) Installing gdbm (1.13-r1) [2021-02-03T00:50:30.470Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-03T00:50:30.470Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-03T00:50:30.750Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-03T00:50:32.738Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-03T00:50:32.738Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-03T00:50:32.738Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-03T00:50:32.738Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-03T00:50:32.738Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-03T00:50:32.739Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-03T00:50:33.015Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-03T00:50:33.015Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-03T00:50:33.015Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-03T00:50:33.015Z] Removing intermediate container 2e67f6c91351 [2021-02-03T00:50:33.015Z] ---> 1b01acaca0b8 [2021-02-03T00:50:33.015Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T00:50:33.015Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-03T00:50:33.015Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-03T00:50:33.015Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-03T00:50:33.015Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-03T00:50:33.288Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-03T00:50:33.288Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-03T00:50:33.288Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-03T00:50:33.288Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-03T00:50:33.288Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-03T00:50:33.288Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-03T00:50:33.288Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-03T00:50:33.288Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-03T00:50:33.288Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-03T00:50:33.565Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-03T00:50:33.565Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-03T00:50:33.565Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-03T00:50:33.565Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-03T00:50:33.565Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T00:50:33.565Z] OK: 71 MiB in 55 packages [2021-02-03T00:50:34.552Z] ---> c36a4fbddc42 [2021-02-03T00:50:34.552Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-03T00:50:37.197Z] ---> 359d917c6957 [2021-02-03T00:50:37.197Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-03T00:50:38.228Z] ---> 5f6fbc195106 [2021-02-03T00:50:38.228Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-03T00:50:38.504Z] ---> Running in 828033f8d25e [2021-02-03T00:50:39.106Z] Removing intermediate container 828033f8d25e [2021-02-03T00:50:39.106Z] ---> fa27c085dea2 [2021-02-03T00:50:39.106Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T00:50:39.704Z] ---> Running in cbf69a8119b4 [2021-02-03T00:50:40.309Z] Removing intermediate container cbf69a8119b4 [2021-02-03T00:50:40.309Z] ---> 6cd8c33d8b15 [2021-02-03T00:50:40.309Z] Step 21/23 : LABEL arch=arm64 [2021-02-03T00:50:40.582Z] ---> Running in c9673f7eaa07 [2021-02-03T00:50:41.192Z] Removing intermediate container 17c2bdf41936 [2021-02-03T00:50:41.192Z] ---> 2fd4b5ff6c07 [2021-02-03T00:50:41.192Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-03T00:50:41.468Z] Removing intermediate container c9673f7eaa07 [2021-02-03T00:50:41.468Z] ---> 5780380fd2d5 [2021-02-03T00:50:41.468Z] Step 22/23 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 [2021-02-03T00:50:41.468Z] ---> Running in ab6a135fbff8 [2021-02-03T00:50:41.744Z] ---> Running in cae87b3685b8 [2021-02-03T00:50:42.355Z] Removing intermediate container cae87b3685b8 [2021-02-03T00:50:42.355Z] ---> 575f3db040e5 [2021-02-03T00:50:42.355Z] Step 23/23 : LABEL version=0.0.0 [2021-02-03T00:50:42.625Z] ---> Running in d087d743186b [2021-02-03T00:50:43.221Z] Removing intermediate container d087d743186b [2021-02-03T00:50:43.221Z] ---> ec72cb050c15 [2021-02-03T00:50:43.221Z] [2021-02-03T00:50:43.491Z] Successfully built ec72cb050c15 [2021-02-03T00:50:43.763Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-03T00:50:43.763Z] Building docker-security-proxy-setup-go [2021-02-03T00:50:48.076Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-02-03T00:50:48.076Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-03T00:50:48.668Z] Collecting docker<4.0,>=3.6.0 [2021-02-03T00:50:48.668Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-03T00:50:49.650Z] Collecting cached-property<2,>=1.2.0 [2021-02-03T00:50:49.650Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-03T00:50:49.650Z] 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-03T00:50:51.087Z] Collecting PyYAML<4,>=3.10 [2021-02-03T00:50:51.087Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-03T00:50:55.395Z] Collecting texttable<0.10,>=0.9.0 [2021-02-03T00:50:55.395Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-03T00:50:57.374Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-03T00:50:57.375Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-03T00:51:00.017Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-03T00:51:00.292Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-03T00:51:00.571Z] Collecting docopt<0.7,>=0.6.1 [2021-02-03T00:51:00.571Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-03T00:51:05.254Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-03T00:51:05.254Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-03T00:51:05.254Z] Collecting jsonschema<3,>=2.5.1 [2021-02-03T00:51:05.254Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-03T00:51:05.846Z] Collecting docker-pycreds>=0.4.0 [2021-02-03T00:51:05.846Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-03T00:51:06.117Z] 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-03T00:51:06.716Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-03T00:51:06.716Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-03T00:51:07.319Z] Collecting idna<2.8,>=2.5 [2021-02-03T00:51:07.595Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-03T00:51:07.596Z] 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-03T00:51:07.596Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-03T00:51:07.596Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-03T00:51:07.596Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-03T00:51:07.596Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-03T00:51:08.197Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T00:51:08.197Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-03T00:51:08.197Z] ---> b97c97021af2 [2021-02-03T00:51:08.197Z] Step 3/31 : WORKDIR /edgex-go [2021-02-03T00:51:08.197Z] ---> Using cache [2021-02-03T00:51:08.197Z] ---> 00b75fde1ac4 [2021-02-03T00:51:08.197Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T00:51:08.197Z] ---> Using cache [2021-02-03T00:51:08.197Z] ---> 106106e6d2fa [2021-02-03T00:51:08.197Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-03T00:51:08.803Z] Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, cached-property, PyYAML, texttable, dockerpty, docopt, jsonschema, docker-compose [2021-02-03T00:51:08.803Z] Attempting uninstall: urllib3 [2021-02-03T00:51:08.803Z] Found existing installation: urllib3 1.25.9 [2021-02-03T00:51:08.803Z] Uninstalling urllib3-1.25.9: [2021-02-03T00:51:09.076Z] Successfully uninstalled urllib3-1.25.9 [2021-02-03T00:51:10.508Z] Attempting uninstall: idna [2021-02-03T00:51:10.508Z] Found existing installation: idna 2.9 [2021-02-03T00:51:10.508Z] Uninstalling idna-2.9: [2021-02-03T00:51:10.782Z] Successfully uninstalled idna-2.9 [2021-02-03T00:51:11.380Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T00:51:11.380Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-03T00:51:11.380Z] ---> b97c97021af2 [2021-02-03T00:51:11.380Z] Step 3/23 : WORKDIR /edgex-go [2021-02-03T00:51:11.380Z] ---> Using cache [2021-02-03T00:51:11.380Z] ---> 00b75fde1ac4 [2021-02-03T00:51:11.380Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T00:51:11.380Z] ---> Using cache [2021-02-03T00:51:11.380Z] ---> 106106e6d2fa [2021-02-03T00:51:11.380Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-03T00:51:12.361Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T00:51:12.361Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-03T00:51:12.361Z] ---> b97c97021af2 [2021-02-03T00:51:12.361Z] Step 3/22 : WORKDIR /edgex-go [2021-02-03T00:51:12.361Z] ---> Using cache [2021-02-03T00:51:12.361Z] ---> 00b75fde1ac4 [2021-02-03T00:51:12.361Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T00:51:12.361Z] ---> Using cache [2021-02-03T00:51:12.361Z] ---> 106106e6d2fa [2021-02-03T00:51:12.361Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-03T00:51:12.361Z] Attempting uninstall: requests [2021-02-03T00:51:12.361Z] Found existing installation: requests 2.23.0 [2021-02-03T00:51:12.361Z] Uninstalling requests-2.23.0: [2021-02-03T00:51:12.361Z] Successfully uninstalled requests-2.23.0 [2021-02-03T00:51:15.768Z] ---> Running in 223114acd18d [2021-02-03T00:51:15.768Z] ---> Running in 6e42ca050254 [2021-02-03T00:51:15.768Z] ---> Running in 0478e3f4c9a4 [2021-02-03T00:51:16.373Z] Running setup.py install for PyYAML: started [2021-02-03T00:51:17.859Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T00:51:17.859Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-03T00:51:17.859Z] ---> b97c97021af2 [2021-02-03T00:51:17.859Z] Step 3/21 : WORKDIR /edgex-go [2021-02-03T00:51:17.859Z] ---> Using cache [2021-02-03T00:51:17.859Z] ---> 00b75fde1ac4 [2021-02-03T00:51:17.859Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T00:51:17.859Z] ---> Using cache [2021-02-03T00:51:17.859Z] ---> 106106e6d2fa [2021-02-03T00:51:17.859Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-03T00:51:18.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T00:51:18.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T00:51:18.144Z] ---> Running in 479f0a8afe7e [2021-02-03T00:51:18.432Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T00:51:18.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T00:51:18.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T00:51:19.267Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T00:51:19.267Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-03T00:51:19.267Z] Running setup.py install for texttable: started [2021-02-03T00:51:19.542Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T00:51:19.542Z] OK: 217 MiB in 51 packages [2021-02-03T00:51:19.816Z] OK: 217 MiB in 51 packages [2021-02-03T00:51:20.091Z] OK: 217 MiB in 51 packages [2021-02-03T00:51:20.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T00:51:21.370Z] OK: 217 MiB in 51 packages [2021-02-03T00:51:21.370Z] Removing intermediate container 6e42ca050254 [2021-02-03T00:51:21.370Z] ---> bc0c992e7fa5 [2021-02-03T00:51:21.370Z] Step 6/23 : COPY go.mod . [2021-02-03T00:51:21.370Z] Removing intermediate container 0478e3f4c9a4 [2021-02-03T00:51:21.370Z] ---> cf0f37da1979 [2021-02-03T00:51:21.370Z] Step 6/22 : COPY go.mod . [2021-02-03T00:51:21.649Z] Running setup.py install for texttable: finished with status 'done' [2021-02-03T00:51:21.649Z] Running setup.py install for dockerpty: started [2021-02-03T00:51:21.938Z] Removing intermediate container 223114acd18d [2021-02-03T00:51:21.938Z] ---> 8b8f3f0c0ae7 [2021-02-03T00:51:21.938Z] Step 6/31 : COPY go.mod . [2021-02-03T00:51:22.212Z] ---> 8dfa929b66b2 [2021-02-03T00:51:22.212Z] Step 7/23 : RUN go mod download [2021-02-03T00:51:22.494Z] ---> Running in 1c5b07e8c521 [2021-02-03T00:51:22.771Z] ---> fc776e8e0ac8 [2021-02-03T00:51:22.771Z] Step 7/22 : RUN go mod download [2021-02-03T00:51:23.051Z] ---> Running in 391a3e008e39 [2021-02-03T00:51:23.051Z] Removing intermediate container 479f0a8afe7e [2021-02-03T00:51:23.051Z] ---> ed33c68b661c [2021-02-03T00:51:23.051Z] Step 6/21 : COPY go.mod . [2021-02-03T00:51:23.332Z] ---> bebbaaf107aa [2021-02-03T00:51:23.332Z] Step 7/31 : RUN go mod download [2021-02-03T00:51:23.609Z] ---> Running in 47bfca83806e [2021-02-03T00:51:24.215Z] ---> 2ecfe4575e1c [2021-02-03T00:51:24.215Z] Step 7/21 : RUN go mod download [2021-02-03T00:51:24.487Z] ---> Running in 18f9555d3c66 [2021-02-03T00:51:24.774Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-03T00:51:24.774Z] Running setup.py install for docopt: started [2021-02-03T00:51:27.410Z] Removing intermediate container 1c5b07e8c521 [2021-02-03T00:51:27.410Z] ---> 77f40e17e2b0 [2021-02-03T00:51:27.410Z] Step 8/23 : COPY . . [2021-02-03T00:51:27.410Z] Removing intermediate container 391a3e008e39 [2021-02-03T00:51:27.410Z] ---> bc9bf7c5004c [2021-02-03T00:51:27.410Z] Step 8/22 : COPY . . [2021-02-03T00:51:28.012Z] Removing intermediate container 47bfca83806e [2021-02-03T00:51:28.012Z] ---> 40a93b3cba3f [2021-02-03T00:51:28.012Z] Step 8/31 : COPY . . [2021-02-03T00:51:28.012Z] Running setup.py install for docopt: finished with status 'done' [2021-02-03T00:51:28.998Z] Removing intermediate container 18f9555d3c66 [2021-02-03T00:51:28.998Z] ---> 39780b26f7ce [2021-02-03T00:51:28.998Z] Step 8/21 : COPY . . [2021-02-03T00:51:29.612Z] 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-03T00:51:42.069Z] Removing intermediate container ab6a135fbff8 [2021-02-03T00:51:42.069Z] ---> ecb71882b933 [2021-02-03T00:51:42.069Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-03T00:51:42.069Z] ---> Running in 4183e663e82b [2021-02-03T00:51:42.684Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T00:51:42.963Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T00:51:43.565Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-03T00:51:43.565Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-03T00:51:43.565Z] (3/3) Installing curl (7.69.1-r3) [2021-02-03T00:51:43.565Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T00:51:43.565Z] OK: 71 MiB in 58 packages [2021-02-03T00:51:48.992Z] Removing intermediate container 4183e663e82b [2021-02-03T00:51:48.992Z] ---> 79fd012ee602 [2021-02-03T00:51:48.992Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-03T00:51:49.264Z] ---> Running in 5fbed8ba7fac [2021-02-03T00:51:49.264Z] ---> 609d64fed71c [2021-02-03T00:51:49.264Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-03T00:51:49.542Z] ---> Running in 6449f8d1ec0e [2021-02-03T00:51:49.542Z] ---> 5ff6d2e8cbf2 [2021-02-03T00:51:49.542Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-03T00:51:49.542Z] ---> 48e92a2d5404 [2021-02-03T00:51:49.542Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-03T00:51:49.822Z] ---> Running in be9dc616e6fe [2021-02-03T00:51:50.099Z] ---> Running in 4209dafe1aaf [2021-02-03T00:51:50.099Z] ---> a939cc1707f5 [2021-02-03T00:51:50.099Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-03T00:51:50.099Z] Removing intermediate container 5fbed8ba7fac [2021-02-03T00:51:50.099Z] ---> 71c956c30644 [2021-02-03T00:51:50.099Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T00:51:50.382Z] ---> Running in ea4c1a6de2e0 [2021-02-03T00:51:50.382Z] ---> Running in 8ecd598b5892 [2021-02-03T00:51:51.385Z] Removing intermediate container ea4c1a6de2e0 [2021-02-03T00:51:51.385Z] ---> 0be30a6fa846 [2021-02-03T00:51:51.385Z] Step 24/26 : LABEL arch=arm64 [2021-02-03T00:51:51.385Z] 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-03T00:51:51.385Z] ---> Running in 48e0c5964850 [2021-02-03T00:51:52.399Z] 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-03T00:51:52.399Z] Removing intermediate container 48e0c5964850 [2021-02-03T00:51:52.399Z] ---> 9ef632c36247 [2021-02-03T00:51:52.399Z] Step 25/26 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 [2021-02-03T00:51:52.399Z] 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-03T00:51:52.399Z] ---> Running in ec95f10386ce [2021-02-03T00:51:52.676Z] 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-03T00:51:53.286Z] Removing intermediate container ec95f10386ce [2021-02-03T00:51:53.286Z] ---> 9a0e5f2dcba3 [2021-02-03T00:51:53.286Z] Step 26/26 : LABEL version=0.0.0 [2021-02-03T00:51:53.286Z] ---> Running in d2e638b71be4 [2021-02-03T00:51:53.894Z] Removing intermediate container d2e638b71be4 [2021-02-03T00:51:53.894Z] ---> f95a10a15973 [2021-02-03T00:51:53.894Z] [2021-02-03T00:51:54.501Z] Successfully built f95a10a15973 [2021-02-03T00:51:54.501Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-03T00:53:02.617Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-03T00:53:04.619Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-03T00:53:17.083Z] Removing intermediate container 8ecd598b5892 [2021-02-03T00:53:17.083Z] ---> dc428a550223 [2021-02-03T00:53:17.083Z] [2021-02-03T00:53:17.083Z] Step 10/21 : FROM alpine:3.12 [2021-02-03T00:53:17.083Z] ---> afeebe901d6b [2021-02-03T00:53:17.083Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-03T00:53:17.083Z] ---> Running in 24ee3c5b7e7f [2021-02-03T00:53:17.687Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T00:53:17.970Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T00:53:18.573Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-03T00:53:18.573Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-03T00:53:18.573Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-03T00:53:18.573Z] (4/4) Installing curl (7.69.1-r3) [2021-02-03T00:53:18.573Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T00:53:18.573Z] Executing ca-certificates-20191127-r4.trigger [2021-02-03T00:53:18.852Z] OK: 7 MiB in 18 packages [2021-02-03T00:53:21.558Z] Removing intermediate container 24ee3c5b7e7f [2021-02-03T00:53:21.558Z] ---> 8485320a4add [2021-02-03T00:53:21.558Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-03T00:53:22.140Z] ---> Running in 489c2d7fff2a [2021-02-03T00:53:22.848Z] Removing intermediate container 489c2d7fff2a [2021-02-03T00:53:22.848Z] ---> ff5a84cd0e21 [2021-02-03T00:53:22.848Z] Step 13/21 : WORKDIR /edgex [2021-02-03T00:53:23.176Z] ---> Running in 86507581e429 [2021-02-03T00:53:24.296Z] Removing intermediate container 86507581e429 [2021-02-03T00:53:24.296Z] ---> 783fd6f513e1 [2021-02-03T00:53:24.296Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-03T00:53:26.335Z] ---> 07957ab0de02 [2021-02-03T00:53:26.335Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-03T00:53:26.957Z] Removing intermediate container 4209dafe1aaf [2021-02-03T00:53:26.957Z] ---> 182a07451717 [2021-02-03T00:53:26.957Z] [2021-02-03T00:53:26.957Z] Step 10/31 : FROM alpine:3.12 [2021-02-03T00:53:26.957Z] ---> afeebe901d6b [2021-02-03T00:53:26.957Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-03T00:53:27.557Z] Removing intermediate container be9dc616e6fe [2021-02-03T00:53:27.557Z] ---> a535eefa2f08 [2021-02-03T00:53:27.557Z] [2021-02-03T00:53:27.557Z] Step 10/22 : FROM alpine:3.12 [2021-02-03T00:53:27.557Z] ---> afeebe901d6b [2021-02-03T00:53:27.558Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-03T00:53:27.558Z] ---> Using cache [2021-02-03T00:53:27.558Z] ---> 30f57221b987 [2021-02-03T00:53:27.558Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-03T00:53:27.558Z] ---> Using cache [2021-02-03T00:53:27.558Z] ---> 93d005f77f2d [2021-02-03T00:53:27.558Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-03T00:53:27.558Z] ---> Running in 5d32f326f5e4 [2021-02-03T00:53:27.833Z] ---> Running in d87b7e2659cd [2021-02-03T00:53:27.833Z] ---> 2c5a3beaf078 [2021-02-03T00:53:27.833Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-03T00:53:28.108Z] Removing intermediate container 5d32f326f5e4 [2021-02-03T00:53:28.108Z] ---> d8e32ed6780f [2021-02-03T00:53:28.108Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-03T00:53:28.385Z] ---> Running in bb846b7a4f80 [2021-02-03T00:53:28.662Z] Removing intermediate container d87b7e2659cd [2021-02-03T00:53:28.662Z] ---> 3670a5ba49ab [2021-02-03T00:53:28.662Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-03T00:53:29.650Z] ---> Running in d5fc0575177b [2021-02-03T00:53:29.923Z] ---> 82ff2881ab26 [2021-02-03T00:53:29.923Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-03T00:53:30.197Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T00:53:30.197Z] ---> Running in ff5c31d3710a [2021-02-03T00:53:30.197Z] Removing intermediate container d5fc0575177b [2021-02-03T00:53:30.197Z] ---> 42a4a0de1d45 [2021-02-03T00:53:30.197Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T00:53:30.472Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T00:53:31.069Z] Removing intermediate container ff5c31d3710a [2021-02-03T00:53:31.069Z] ---> 0d391dd25bdc [2021-02-03T00:53:31.069Z] Step 18/21 : CMD ["--init=true"] [2021-02-03T00:53:31.069Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-03T00:53:31.069Z] (2/2) Installing su-exec (0.2-r1) [2021-02-03T00:53:31.069Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T00:53:31.069Z] OK: 5 MiB in 16 packages [2021-02-03T00:53:31.342Z] Removing intermediate container 6449f8d1ec0e [2021-02-03T00:53:31.342Z] ---> 34ff899e923b [2021-02-03T00:53:31.342Z] [2021-02-03T00:53:31.342Z] Step 10/23 : FROM alpine:3.12 [2021-02-03T00:53:31.342Z] ---> afeebe901d6b [2021-02-03T00:53:31.342Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-03T00:53:31.342Z] ---> Using cache [2021-02-03T00:53:31.342Z] ---> 30f57221b987 [2021-02-03T00:53:31.342Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-03T00:53:31.342Z] ---> Using cache [2021-02-03T00:53:31.342Z] ---> 93d005f77f2d [2021-02-03T00:53:31.342Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-03T00:53:31.342Z] ---> Running in 4867bff78abc [2021-02-03T00:53:31.342Z] ---> 50da39b44e5a [2021-02-03T00:53:31.342Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-03T00:53:31.620Z] ---> Running in 357197d58b2b [2021-02-03T00:53:31.901Z] Removing intermediate container 4867bff78abc [2021-02-03T00:53:31.901Z] ---> a2cae0d86c73 [2021-02-03T00:53:31.901Z] Step 19/21 : LABEL arch=arm64 [2021-02-03T00:53:32.498Z] ---> Running in a1793c74250f [2021-02-03T00:53:32.498Z] Removing intermediate container 357197d58b2b [2021-02-03T00:53:32.498Z] ---> b1fa12637d9d [2021-02-03T00:53:32.498Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-03T00:53:32.498Z] ---> Running in 92a9773daf02 [2021-02-03T00:53:33.095Z] Removing intermediate container bb846b7a4f80 [2021-02-03T00:53:33.095Z] ---> 8984a5a190e4 [2021-02-03T00:53:33.095Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-03T00:53:33.375Z] Removing intermediate container a1793c74250f [2021-02-03T00:53:33.375Z] ---> 68a273c2a950 [2021-02-03T00:53:33.375Z] Step 20/21 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 [2021-02-03T00:53:33.375Z] Removing intermediate container 92a9773daf02 [2021-02-03T00:53:33.375Z] ---> f12bd5dee921 [2021-02-03T00:53:33.375Z] Step 15/23 : WORKDIR / [2021-02-03T00:53:33.375Z] ---> aedec5fe95e0 [2021-02-03T00:53:33.375Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-03T00:53:33.375Z] ---> Running in c14370b0d179 [2021-02-03T00:53:33.375Z] ---> Running in fd155d380e7f [2021-02-03T00:53:33.375Z] ---> Running in 4fe39d29dac8 [2021-02-03T00:53:33.973Z] Removing intermediate container c14370b0d179 [2021-02-03T00:53:33.973Z] ---> ed4c5c4d384b [2021-02-03T00:53:33.973Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-03T00:53:33.973Z] ---> Running in d424d6c76a7c [2021-02-03T00:53:34.252Z] Removing intermediate container fd155d380e7f [2021-02-03T00:53:34.252Z] ---> 95c78875f26f [2021-02-03T00:53:34.252Z] Step 21/21 : LABEL version=0.0.0 [2021-02-03T00:53:34.252Z] Removing intermediate container 4fe39d29dac8 [2021-02-03T00:53:34.252Z] ---> 5e900c584e5b [2021-02-03T00:53:34.252Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T00:53:34.252Z] ---> 081b9839a98b [2021-02-03T00:53:34.252Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-03T00:53:34.529Z] ---> Running in ae3bd799207e [2021-02-03T00:53:34.529Z] ---> Running in 6e773f798fa3 [2021-02-03T00:53:34.808Z] Removing intermediate container d424d6c76a7c [2021-02-03T00:53:34.808Z] ---> 35725e5f7e14 [2021-02-03T00:53:34.808Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-03T00:53:34.808Z] ---> Running in 3249417f4228 [2021-02-03T00:53:35.415Z] Removing intermediate container ae3bd799207e [2021-02-03T00:53:35.415Z] ---> a325b63fa0db [2021-02-03T00:53:35.415Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T00:53:35.415Z] Removing intermediate container 6e773f798fa3 [2021-02-03T00:53:35.415Z] ---> 89c9a8355710 [2021-02-03T00:53:35.415Z] [2021-02-03T00:53:35.415Z] ---> 1588474a93bc [2021-02-03T00:53:35.415Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-03T00:53:35.689Z] ---> Running in e9880fe4f16f [2021-02-03T00:53:35.967Z] Successfully built 89c9a8355710 [2021-02-03T00:53:35.967Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-03T00:53:36.577Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container e9880fe4f16f [2021-02-03T00:53:36.577Z] ---> 4da7fce94886 [2021-02-03T00:53:36.577Z] Step 20/22 : LABEL arch=arm64 [2021-02-03T00:53:36.577Z] ---> Running in 69a46f8d7f5f [2021-02-03T00:53:37.192Z] ---> 28724c2f266e [2021-02-03T00:53:37.192Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-03T00:53:37.475Z] Removing intermediate container 69a46f8d7f5f [2021-02-03T00:53:37.475Z] ---> e090884af2eb [2021-02-03T00:53:37.475Z] Step 21/22 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 [2021-02-03T00:53:37.475Z] ---> Running in f3bf1dcc951e [2021-02-03T00:53:38.072Z] Removing intermediate container 3249417f4228 [2021-02-03T00:53:38.072Z] ---> 26c935d99ab0 [2021-02-03T00:53:38.072Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-03T00:53:38.072Z] ---> fb631f8fc425 [2021-02-03T00:53:38.072Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-03T00:53:38.072Z] ---> Running in ec3e7db23d00 [2021-02-03T00:53:38.072Z] Removing intermediate container f3bf1dcc951e [2021-02-03T00:53:38.072Z] ---> 37c15276be29 [2021-02-03T00:53:38.072Z] Step 22/22 : LABEL version=0.0.0 [2021-02-03T00:53:38.347Z] ---> Running in 809376dbf774 [2021-02-03T00:53:38.347Z] ---> Running in 84a565a18450 [2021-02-03T00:53:38.959Z] Removing intermediate container ec3e7db23d00 [2021-02-03T00:53:38.959Z] ---> 61a7121e9b37 [2021-02-03T00:53:38.959Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-03T00:53:38.959Z] Removing intermediate container 809376dbf774 [2021-02-03T00:53:38.959Z] ---> 9a5598104a47 [2021-02-03T00:53:38.959Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T00:53:38.959Z] Removing intermediate container 84a565a18450 [2021-02-03T00:53:38.959Z] ---> 4e6f397cfc02 [2021-02-03T00:53:38.959Z] [2021-02-03T00:53:39.238Z] ---> Running in c1862e7b8d5d [2021-02-03T00:53:39.514Z] Successfully built 4e6f397cfc02 [2021-02-03T00:53:39.785Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-03T00:53:39.785Z]  Building docker-support-scheduler-go ... done Removing intermediate container c1862e7b8d5d [2021-02-03T00:53:39.785Z] ---> 673e67499f0c [2021-02-03T00:53:39.785Z] Step 21/23 : LABEL arch=arm64 [2021-02-03T00:53:39.785Z] ---> 62da5842f895 [2021-02-03T00:53:39.785Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-03T00:53:40.057Z] ---> Running in 0a5d2c344f92 [2021-02-03T00:53:40.057Z] ---> Running in 61c1e2e89bb2 [2021-02-03T00:53:40.658Z] Removing intermediate container 0a5d2c344f92 [2021-02-03T00:53:40.658Z] ---> 050637a8240b [2021-02-03T00:53:40.658Z] Step 22/23 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 [2021-02-03T00:53:40.658Z] ---> Running in 3bacaede07fe [2021-02-03T00:53:41.251Z] Removing intermediate container 3bacaede07fe [2021-02-03T00:53:41.251Z] ---> 7c0e64ad1d38 [2021-02-03T00:53:41.251Z] Step 23/23 : LABEL version=0.0.0 [2021-02-03T00:53:41.531Z] ---> Running in 683eb979a466 [2021-02-03T00:53:42.131Z] Removing intermediate container 683eb979a466 [2021-02-03T00:53:42.131Z] ---> 5d1c600c6b27 [2021-02-03T00:53:42.131Z] [2021-02-03T00:53:42.403Z] Successfully built 5d1c600c6b27 [2021-02-03T00:53:42.403Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-03T00:53:42.675Z]  Building docker-core-metadata-go ... done Removing intermediate container 61c1e2e89bb2 [2021-02-03T00:53:42.675Z] ---> 53ac04ea4dfd [2021-02-03T00:53:42.675Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T00:53:43.273Z] ---> d873c27c99a0 [2021-02-03T00:53:43.273Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-03T00:53:44.720Z] ---> e1f72bfe3bf0 [2021-02-03T00:53:44.720Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-03T00:53:45.316Z] ---> 588e6c111454 [2021-02-03T00:53:45.316Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-03T00:53:46.745Z] ---> 3223e08a10d1 [2021-02-03T00:53:46.745Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-03T00:53:47.345Z] ---> 31cc5ae35e43 [2021-02-03T00:53:47.345Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-03T00:53:47.625Z] ---> Running in ce5a9afc36eb [2021-02-03T00:53:48.232Z] Removing intermediate container ce5a9afc36eb [2021-02-03T00:53:48.232Z] ---> 731e5198a5f5 [2021-02-03T00:53:48.233Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-03T00:53:48.829Z] ---> 87cfbc52bf1d [2021-02-03T00:53:48.829Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-03T00:53:49.429Z] ---> Running in cf2a50ea5ec5 [2021-02-03T00:53:51.405Z] Removing intermediate container cf2a50ea5ec5 [2021-02-03T00:53:51.405Z] ---> 1d5a38a72fef [2021-02-03T00:53:51.405Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-03T00:53:52.002Z] ---> Running in c51e2c31468d [2021-02-03T00:53:52.276Z] Removing intermediate container c51e2c31468d [2021-02-03T00:53:52.276Z] ---> 7857d0a032f2 [2021-02-03T00:53:52.276Z] Step 28/31 : CMD ["gate"] [2021-02-03T00:53:52.870Z] ---> Running in 461e3b23e061 [2021-02-03T00:53:53.462Z] Removing intermediate container 461e3b23e061 [2021-02-03T00:53:53.462Z] ---> 90bd00c0f5cb [2021-02-03T00:53:53.462Z] Step 29/31 : LABEL arch=arm64 [2021-02-03T00:53:53.732Z] ---> Running in 7f5c6a6af65a [2021-02-03T00:53:54.006Z] Removing intermediate container 7f5c6a6af65a [2021-02-03T00:53:54.006Z] ---> 192b65fc7063 [2021-02-03T00:53:54.006Z] Step 30/31 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 [2021-02-03T00:53:54.606Z] ---> Running in 920630c9d501 [2021-02-03T00:53:54.883Z] Removing intermediate container 920630c9d501 [2021-02-03T00:53:54.883Z] ---> d9c41bc339ae [2021-02-03T00:53:54.883Z] Step 31/31 : LABEL version=0.0.0 [2021-02-03T00:53:55.480Z] ---> Running in 151989d5deaf [2021-02-03T00:53:55.753Z] Removing intermediate container 151989d5deaf [2021-02-03T00:53:55.753Z] ---> cf5d28766ee6 [2021-02-03T00:53:55.753Z] [2021-02-03T00:53:56.349Z] Successfully built cf5d28766ee6 [2021-02-03T00:53:56.349Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-03T00:53:56.962Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-02-03T00:53:56.975Z] $ docker stop --time=1 d13d8a1ae2c46c0a91dc4b0648c20f10d3357a519ca1b5b484c45aed2a003fa1 [2021-02-03T00:53:58.888Z] $ docker rm -f d13d8a1ae2c46c0a91dc4b0648c20f10d3357a519ca1b5b484c45aed2a003fa1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-03T00:53:59.505Z] + docker images [2021-02-03T00:53:59.505Z] + grep docker [2021-02-03T00:53:59.776Z] docker-security-bootstrapper-go-arm64 latest cf5d28766ee6 4 seconds ago 22.6MB [2021-02-03T00:53:59.776Z] docker-core-metadata-go-arm64 latest 5d1c600c6b27 18 seconds ago 17.7MB [2021-02-03T00:53:59.776Z] docker-support-scheduler-go-arm64 latest 4e6f397cfc02 21 seconds ago 16.1MB [2021-02-03T00:53:59.776Z] docker-security-proxy-setup-go-arm64 latest 89c9a8355710 24 seconds ago 23.2MB [2021-02-03T00:53:59.776Z] docker-sys-mgmt-agent-go-arm64 latest f95a10a15973 2 minutes ago 300MB [2021-02-03T00:53:59.776Z] docker-core-data-go-arm64 latest ec72cb050c15 3 minutes ago 21MB [2021-02-03T00:53:59.776Z] docker-core-command-go-arm64 latest d5f648fad449 3 minutes ago 16MB [2021-02-03T00:53:59.776Z] docker-support-notifications-go-arm64 latest 536e4b162860 3 minutes ago 16.6MB [2021-02-03T00:53:59.776Z] docker-security-secretstore-setup-go-arm64 latest c6841a678e07 3 minutes ago 23.4MB [2021-02-03T00:53:59.776Z] 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-03T00:54:03.716Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T00:54:05.112Z] ---> package-listing.sh [2021-02-03T00:54:05.112Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-03T00:54:05.112Z] ++ facter osfamily [2021-02-03T00:54:05.378Z] + OS_FAMILY=redhat [2021-02-03T00:54:05.378Z] + workspace=/w/workspace/edgex-go/55 [2021-02-03T00:54:05.378Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-03T00:54:05.378Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-03T00:54:05.378Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-03T00:54:05.378Z] + PACKAGES=/tmp/packages_start.txt [2021-02-03T00:54:05.378Z] + '[' /w/workspace/edgex-go/55 ']' [2021-02-03T00:54:05.378Z] + PACKAGES=/tmp/packages_end.txt [2021-02-03T00:54:05.378Z] + case "${OS_FAMILY}" in [2021-02-03T00:54:05.378Z] + rpm -qa [2021-02-03T00:54:05.378Z] + sort [2021-02-03T00:54:12.044Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-03T00:54:12.044Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-03T00:54:12.044Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-03T00:54:12.044Z] + '[' /w/workspace/edgex-go/55 ']' [2021-02-03T00:54:12.044Z] + mkdir -p /w/workspace/edgex-go/55/archives/ [2021-02-03T00:54:12.044Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/55/archives/ [Pipeline] echo [2021-02-03T00:54:12.058Z] 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/55/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-03T00:54:12.380Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-03T00:54:12.753Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-03T00:54:13.019Z] [2021-02-03T00:54:13.019Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-03T00:54:13.464Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-03T00:54:13.465Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-03T00:54:13.465Z] df20fa9351a1: Pulling fs layer [2021-02-03T00:54:13.465Z] 36b3adc4ff6f: Pulling fs layer [2021-02-03T00:54:13.465Z] 8ad3a11d3b57: Pulling fs layer [2021-02-03T00:54:13.465Z] 46f8f816bc3b: Pulling fs layer [2021-02-03T00:54:13.465Z] 93b61091891f: Pulling fs layer [2021-02-03T00:54:13.465Z] 93b9cdb0e59b: Pulling fs layer [2021-02-03T00:54:13.465Z] 5e14af77c1be: Pulling fs layer [2021-02-03T00:54:13.465Z] 01666e4c0597: Pulling fs layer [2021-02-03T00:54:13.465Z] aa168da1d23b: Pulling fs layer [2021-02-03T00:54:13.465Z] 46f8f816bc3b: Waiting [2021-02-03T00:54:13.465Z] 93b61091891f: Waiting [2021-02-03T00:54:13.465Z] 93b9cdb0e59b: Waiting [2021-02-03T00:54:13.465Z] 5e14af77c1be: Waiting [2021-02-03T00:54:13.465Z] 01666e4c0597: Waiting [2021-02-03T00:54:13.465Z] aa168da1d23b: Waiting [2021-02-03T00:54:13.739Z] 36b3adc4ff6f: Verifying Checksum [2021-02-03T00:54:13.739Z] 36b3adc4ff6f: Download complete [2021-02-03T00:54:13.739Z] 46f8f816bc3b: Verifying Checksum [2021-02-03T00:54:13.739Z] 46f8f816bc3b: Download complete [2021-02-03T00:54:13.739Z] df20fa9351a1: Verifying Checksum [2021-02-03T00:54:13.739Z] df20fa9351a1: Download complete [2021-02-03T00:54:13.739Z] 93b9cdb0e59b: Verifying Checksum [2021-02-03T00:54:13.739Z] 93b9cdb0e59b: Download complete [2021-02-03T00:54:13.739Z] 5e14af77c1be: Verifying Checksum [2021-02-03T00:54:13.739Z] 5e14af77c1be: Download complete [2021-02-03T00:54:13.739Z] 93b61091891f: Verifying Checksum [2021-02-03T00:54:13.739Z] 93b61091891f: Download complete [2021-02-03T00:54:13.739Z] 01666e4c0597: Verifying Checksum [2021-02-03T00:54:13.739Z] 01666e4c0597: Download complete [2021-02-03T00:54:14.378Z] df20fa9351a1: Pull complete [2021-02-03T00:54:14.649Z] 36b3adc4ff6f: Pull complete [2021-02-03T00:54:14.649Z] 8ad3a11d3b57: Verifying Checksum [2021-02-03T00:54:14.649Z] 8ad3a11d3b57: Download complete [2021-02-03T00:54:16.661Z] 8ad3a11d3b57: Pull complete [2021-02-03T00:54:16.661Z] 46f8f816bc3b: Pull complete [2021-02-03T00:54:18.111Z] aa168da1d23b: Verifying Checksum [2021-02-03T00:54:18.111Z] aa168da1d23b: Download complete [2021-02-03T00:54:18.696Z] 93b61091891f: Pull complete [2021-02-03T00:54:19.658Z] 93b9cdb0e59b: Pull complete [2021-02-03T00:54:19.658Z] 5e14af77c1be: Pull complete [2021-02-03T00:54:19.935Z] 01666e4c0597: Pull complete [2021-02-03T00:54:32.366Z] aa168da1d23b: Pull complete [2021-02-03T00:54:32.366Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-03T00:54:32.366Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-03T00:54:32.366Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-03T00:54:32.939Z] prd-centos7-docker-4c-2g-24644 does not seem to be running inside a container [2021-02-03T00:54:32.999Z] $ 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/55/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/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-03T00:54:37.189Z] $ docker top b65f03207fc4b163a48a265c1294447e6727726111f363b70b4215db86289230 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T00:54:37.946Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-03T00:54:38.609Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-03T00:54:38.932Z] + ls /var/log/sa-host [2021-02-03T00:54:38.933Z] + sadf -c /var/log/sa-host/sa03 [2021-02-03T00:54:38.933Z] file_magic: OK [2021-02-03T00:54:38.933Z] HZ: Using current value: 100 [2021-02-03T00:54:38.933Z] file_header: OK [2021-02-03T00:54:38.933Z] 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-03T00:54:38.933Z] Statistics: [2021-02-03T00:54:38.933Z] 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... [2021-02-03T00:54:38.933Z] File successfully converted to sysstat format version 12.2.1 [2021-02-03T00:54:38.933Z] + sadf -c /var/log/sa-host/sa23 [2021-02-03T00:54:38.933Z] file_magic: OK [2021-02-03T00:54:38.933Z] HZ: Using current value: 100 [2021-02-03T00:54:38.933Z] file_header: OK [2021-02-03T00:54:38.933Z] 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-03T00:54:38.933Z] Statistics: [2021-02-03T00:54:38.933Z] Hnuu...uuuununununu... [2021-02-03T00:54:38.933Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-03T00:54:39.209Z] provisioning config files... [2021-02-03T00:54:39.244Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/55@tmp/config2470776282989690122tmp [Pipeline] { [Pipeline] echo [2021-02-03T00:54:39.305Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T00:54:39.653Z] ---> create-netrc.sh [Pipeline] } [2021-02-03T00:54:39.939Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-03T00:54:40.033Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T00:54:40.405Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-03T00:54:40.410Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T00:54:40.741Z] ---> sudo-logs.sh [2021-02-03T00:54:40.741Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-03T00:54:40.757Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T00:54:41.092Z] ---> job-cost.sh [2021-02-03T00:54:41.092Z] lf-activate-venv: SKIPPING [2021-02-03T00:54:41.092Z] INFO: No Stack... [2021-02-03T00:54:42.070Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-03T00:54:42.663Z] INFO: Archiving Costs [Pipeline] echo [2021-02-03T00:54:42.684Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T00:54:43.355Z] ---> logs-deploy.sh [2021-02-03T00:54:43.355Z] lf-activate-venv: SKIPPING [2021-02-03T00:54:43.355Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/55 [2021-02-03T00:54:43.355Z] INFO: archiving workspace using pattern(s): [2021-02-03T00:54:45.989Z] Archives upload complete. [2021-02-03T00:54:45.989Z] INFO: archiving logs to Nexus