Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fd392bed0e6aa3df15982accdefbd664d19e588a+27e67a26db9587a799bf14cca6c65a65d4396aa9 (5381eb35ea25a98d803951659fd1f2131fab89b8) 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-25363 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/14 [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/14 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 27e67a26db9587a799bf14cca6c65a65d4396aa9 into PR head commit fd392bed0e6aa3df15982accdefbd664d19e588a Merge succeeded, producing d07ed7d296622a123decb8b64b0dd4420a8b93a0 Checking out Revision d07ed7d296622a123decb8b64b0dd4420a8b93a0 (PR-3113) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fd392bed0e6aa3df15982accdefbd664d19e588a # 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 27e67a26db9587a799bf14cca6c65a65d4396aa9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d07ed7d296622a123decb8b64b0dd4420a8b93a0 # timeout=10 Commit message: "Merge commit '27e67a26db9587a799bf14cca6c65a65d4396aa9' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-07T00:30:59.170Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-07T00:30:59.383Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-07T00:30:59.470Z] ========================================================= [2021-02-07T00:30:59.470Z] EdgeX Global Pipelines Version Info [2021-02-07T00:30:59.470Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ad72fea3fceed8a04ec638e58c84fc6aeef660bf # timeout=10 [2021-02-07T00:31:01.024Z] ------------------- [2021-02-07T00:31:01.024Z] stable info: [2021-02-07T00:31:01.024Z] ------------------- [2021-02-07T00:31:01.024Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-07T00:31:01.024Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-07T00:31:01.024Z] Message: update stable to v1.0.179 [2021-02-07T00:31:01.981Z] ------------------- [2021-02-07T00:31:01.981Z] experimental info: [2021-02-07T00:31:01.981Z] ------------------- [2021-02-07T00:31:01.981Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-07T00:31:01.981Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-07T00:31:01.981Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-07T00:31:02.331Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-07T00:31:02.412Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-07T00:31:02.512Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-07T00:31:02.612Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-07T00:31:02.698Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-07T00:31:02.777Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-07T00:31:02.852Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-07T00:31:02.930Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-07T00:31:03.014Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-07T00:31:03.096Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-07T00:31:03.188Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-07T00:31:03.268Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-07T00:31:03.349Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-07T00:31:03.450Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-07T00:31:03.528Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-07T00:31:03.605Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-07T00:31:03.686Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-07T00:31:03.760Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-07T00:31:03.840Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-07T00:31:03.926Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-07T00:31:04.020Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-07T00:31:04.104Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-07T00:31:04.188Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-07T00:31:04.271Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3113 [Pipeline] echo [2021-02-07T00:31:04.349Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3113 [Pipeline] echo [2021-02-07T00:31:04.431Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3113 [Pipeline] echo [2021-02-07T00:31:04.524Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d07ed7d296622a123decb8b64b0dd4420a8b93a0 [Pipeline] echo [2021-02-07T00:31:04.603Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d07ed7d [Pipeline] echo [2021-02-07T00:31:04.680Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-07T00:31:04.840Z] provisioning config files... [2021-02-07T00:31:04.871Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config9005422215828655631tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:31:05.230Z] ---> docker-login.sh [2021-02-07T00:31:05.230Z] nexus3.edgexfoundry.org:10001 [2021-02-07T00:31:05.493Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:31:05.758Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:31:05.758Z] Configure a credential helper to remove this warning. See [2021-02-07T00:31:05.758Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:31:05.758Z] [2021-02-07T00:31:05.758Z] Login Succeeded [2021-02-07T00:31:05.758Z] nexus3.edgexfoundry.org:10002 [2021-02-07T00:31:05.758Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:31:05.758Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:31:05.758Z] Configure a credential helper to remove this warning. See [2021-02-07T00:31:05.758Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:31:05.758Z] [2021-02-07T00:31:05.758Z] Login Succeeded [2021-02-07T00:31:05.758Z] nexus3.edgexfoundry.org:10003 [2021-02-07T00:31:06.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:31:06.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:31:06.025Z] Configure a credential helper to remove this warning. See [2021-02-07T00:31:06.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:31:06.025Z] [2021-02-07T00:31:06.025Z] Login Succeeded [2021-02-07T00:31:06.025Z] nexus3.edgexfoundry.org:10004 [2021-02-07T00:31:06.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:31:06.291Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:31:06.291Z] Configure a credential helper to remove this warning. See [2021-02-07T00:31:06.291Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:31:06.291Z] [2021-02-07T00:31:06.291Z] Login Succeeded [2021-02-07T00:31:06.291Z] docker.io [2021-02-07T00:31:06.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:31:06.556Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:31:06.556Z] Configure a credential helper to remove this warning. See [2021-02-07T00:31:06.556Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:31:06.556Z] [2021-02-07T00:31:06.556Z] Login Succeeded [2021-02-07T00:31:06.556Z] ---> docker-login.sh ends [Pipeline] } [2021-02-07T00:31:06.568Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-07T00:31:07.090Z] ++ 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-07T00:31:07.090Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:31:07.090Z] ++ dirname cmd/core-command/Dockerfile [2021-02-07T00:31:07.090Z] ++ cut -d/ -f2 [2021-02-07T00:31:07.090Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-07T00:31:07.090Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:31:07.090Z] ++ dirname cmd/core-data/Dockerfile [2021-02-07T00:31:07.090Z] ++ cut -d/ -f2 [2021-02-07T00:31:07.090Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-07T00:31:07.090Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:31:07.090Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-07T00:31:07.090Z] ++ cut -d/ -f2 [2021-02-07T00:31:07.090Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-07T00:31:07.090Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:31:07.090Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-07T00:31:07.090Z] ++ cut -d/ -f2 [2021-02-07T00:31:07.090Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-07T00:31:07.090Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:31:07.090Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-07T00:31:07.090Z] ++ cut -d/ -f2 [2021-02-07T00:31:07.090Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-07T00:31:07.090Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:31:07.090Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-07T00:31:07.090Z] ++ cut -d/ -f2 [2021-02-07T00:31:07.090Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-07T00:31:07.090Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:31:07.090Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-07T00:31:07.090Z] ++ cut -d/ -f2 [2021-02-07T00:31:07.090Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-07T00:31:07.090Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:31:07.090Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-07T00:31:07.090Z] ++ cut -d/ -f2 [2021-02-07T00:31:07.090Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-07T00:31:07.090Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:31:07.090Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-07T00:31:07.090Z] ++ cut -d/ -f2 [2021-02-07T00:31:07.090Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-07T00:31:07.203Z] 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-07T00:31:08.047Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-07T00:31:08.047Z] [2021-02-07T00:31:08.047Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:31:08.427Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-07T00:31:08.427Z] latest: Pulling from edgex-devops/git-semver [2021-02-07T00:31:08.427Z] 31603596830f: Pulling fs layer [2021-02-07T00:31:08.427Z] 2a8b12db71e7: Pulling fs layer [2021-02-07T00:31:08.427Z] 6ca5941a6612: Pulling fs layer [2021-02-07T00:31:08.427Z] ecc8261a40a4: Pulling fs layer [2021-02-07T00:31:08.427Z] ecc8261a40a4: Waiting [2021-02-07T00:31:08.427Z] 2a8b12db71e7: Download complete [2021-02-07T00:31:08.427Z] 31603596830f: Verifying Checksum [2021-02-07T00:31:08.427Z] 31603596830f: Download complete [2021-02-07T00:31:08.705Z] ecc8261a40a4: Verifying Checksum [2021-02-07T00:31:08.705Z] ecc8261a40a4: Download complete [2021-02-07T00:31:08.705Z] 6ca5941a6612: Verifying Checksum [2021-02-07T00:31:08.705Z] 6ca5941a6612: Download complete [2021-02-07T00:31:09.290Z] 31603596830f: Pull complete [2021-02-07T00:31:09.290Z] 2a8b12db71e7: Pull complete [2021-02-07T00:31:10.240Z] 6ca5941a6612: Pull complete [2021-02-07T00:31:10.240Z] ecc8261a40a4: Pull complete [2021-02-07T00:31:10.502Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-07T00:31:10.502Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-07T00:31:10.502Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-07T00:31:10.612Z] prd-centos7-docker-4c-2g-25363 does not seem to be running inside a container [2021-02-07T00:31:10.664Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-07T00:31:13.411Z] $ docker top 2456d9aa848b73486ff4dd0af689cecfcfa275f70c0ed6cd23c52441e0949d20 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-07T00:31:13.764Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-07T00:31:13.764Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-07T00:31:14.037Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-07T00:31:14.039Z] $ docker exec 2456d9aa848b73486ff4dd0af689cecfcfa275f70c0ed6cd23c52441e0949d20 ssh-agent [2021-02-07T00:31:14.246Z] SSH_AUTH_SOCK=/tmp/ssh-HLYST9bHahVC/agent.11 [2021-02-07T00:31:14.246Z] SSH_AGENT_PID=16 [2021-02-07T00:31:14.262Z] Running ssh-add (command line suppressed) [2021-02-07T00:31:14.409Z] Identity added: /w/workspace/edgex-go/14@tmp/private_key_1897588266373782752.key (/w/workspace/edgex-go/14@tmp/private_key_1897588266373782752.key) [2021-02-07T00:31:14.469Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-07T00:31:14.818Z] + git tag --points-at HEAD [Pipeline] } [2021-02-07T00:31:14.842Z] $ docker exec --env ******** --env ******** 2456d9aa848b73486ff4dd0af689cecfcfa275f70c0ed6cd23c52441e0949d20 ssh-agent -k [2021-02-07T00:31:15.001Z] unset SSH_AUTH_SOCK; [2021-02-07T00:31:15.001Z] unset SSH_AGENT_PID; [2021-02-07T00:31:15.001Z] echo Agent pid 16 killed; [2021-02-07T00:31:15.059Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-07T00:31:15.200Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-07T00:31:15.200Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-07T00:31:15.389Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-07T00:31:15.391Z] $ docker exec 2456d9aa848b73486ff4dd0af689cecfcfa275f70c0ed6cd23c52441e0949d20 ssh-agent [2021-02-07T00:31:15.568Z] SSH_AUTH_SOCK=/tmp/ssh-sTCukZkpqR2w/agent.44 [2021-02-07T00:31:15.568Z] SSH_AGENT_PID=49 [2021-02-07T00:31:15.577Z] Running ssh-add (command line suppressed) [2021-02-07T00:31:15.705Z] Identity added: /w/workspace/edgex-go/14@tmp/private_key_958293916224631948.key (/w/workspace/edgex-go/14@tmp/private_key_958293916224631948.key) [2021-02-07T00:31:15.774Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-07T00:31:16.107Z] + git semver init [2021-02-07T00:31:16.108Z] # -> Open(): unable to determine branch for HEAD [2021-02-07T00:31:16.108Z] # $GIT_DIR = /w/workspace/edgex-go/14/.git [2021-02-07T00:31:16.108Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/14 [2021-02-07T00:31:16.108Z] # $SEMVER_REMOTE_NAME = origin [2021-02-07T00:31:16.108Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-07T00:31:16.108Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-07T00:31:16.108Z] # $SEMVER_BRANCH = PR-3113 [2021-02-07T00:31:16.108Z] # $SEMVER_TEMP = /tmp/semver-598463427 [2021-02-07T00:31:16.108Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-07T00:31:42.847Z] # '/tmp/semver-598463427' -> '/w/workspace/edgex-go/14/.semver' [2021-02-07T00:31:42.847Z] # -> Force: false [2021-02-07T00:31:42.847Z] # $SEMVER_DIR = /w/workspace/edgex-go/14/.semver [Pipeline] } [2021-02-07T00:31:42.871Z] $ docker exec --env ******** --env ******** 2456d9aa848b73486ff4dd0af689cecfcfa275f70c0ed6cd23c52441e0949d20 ssh-agent -k [2021-02-07T00:31:43.101Z] unset SSH_AUTH_SOCK; [2021-02-07T00:31:43.101Z] unset SSH_AGENT_PID; [2021-02-07T00:31:43.102Z] echo Agent pid 49 killed; [2021-02-07T00:31:43.197Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-07T00:31:43.695Z] + git semver [Pipeline] } [2021-02-07T00:31:43.715Z] $ docker stop --time=1 2456d9aa848b73486ff4dd0af689cecfcfa275f70c0ed6cd23c52441e0949d20 [2021-02-07T00:31:45.367Z] $ docker rm -f 2456d9aa848b73486ff4dd0af689cecfcfa275f70c0ed6cd23c52441e0949d20 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-07T00:31:45.971Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-07T00:31:46.556Z] Stashed 1 file(s) [Pipeline] echo [2021-02-07T00:31:46.559Z] [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-07T00:31:47.679Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-07T00:31:48.003Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-07T00:31:48.315Z] + true [2021-02-07T00:31:48.315Z] + sudo service docker restart [2021-02-07T00:31:48.315Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-07T00:31:49.032Z] ========================================================= [2021-02-07T00:31:49.032Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-07T00:31:49.032Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:31:49.490Z] + 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-07T00:31:53.753Z] Sending build context to Docker daemon 327.7MB [2021-02-07T00:31:53.753Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-07T00:31:53.753Z] Step 2/6 : FROM ${BASE} [2021-02-07T00:31:53.753Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-07T00:31:53.753Z] 188c0c94c7c5: Pulling fs layer [2021-02-07T00:31:53.753Z] 0ef7d3d256c8: Pulling fs layer [2021-02-07T00:31:53.753Z] de9db76c5a1d: Pulling fs layer [2021-02-07T00:31:53.753Z] bca2f99d35d6: Pulling fs layer [2021-02-07T00:31:53.753Z] 93359f2a8cfa: Pulling fs layer [2021-02-07T00:31:53.753Z] 7c6f9722023f: Pulling fs layer [2021-02-07T00:31:53.753Z] a35cf1a2eb13: Pulling fs layer [2021-02-07T00:31:53.753Z] bca2f99d35d6: Waiting [2021-02-07T00:31:53.753Z] 93359f2a8cfa: Waiting [2021-02-07T00:31:53.753Z] a35cf1a2eb13: Waiting [2021-02-07T00:31:53.753Z] 7c6f9722023f: Waiting [2021-02-07T00:31:53.753Z] de9db76c5a1d: Verifying Checksum [2021-02-07T00:31:53.753Z] de9db76c5a1d: Download complete [2021-02-07T00:31:53.753Z] 0ef7d3d256c8: Download complete [2021-02-07T00:31:53.753Z] 93359f2a8cfa: Verifying Checksum [2021-02-07T00:31:53.753Z] 93359f2a8cfa: Download complete [2021-02-07T00:31:53.753Z] 7c6f9722023f: Verifying Checksum [2021-02-07T00:31:53.753Z] 7c6f9722023f: Download complete [2021-02-07T00:31:53.753Z] 188c0c94c7c5: Verifying Checksum [2021-02-07T00:31:53.753Z] 188c0c94c7c5: Download complete [2021-02-07T00:31:54.368Z] 188c0c94c7c5: Pull complete [2021-02-07T00:31:54.667Z] 0ef7d3d256c8: Pull complete [2021-02-07T00:31:54.667Z] de9db76c5a1d: Pull complete [2021-02-07T00:31:56.637Z] a35cf1a2eb13: Verifying Checksum [2021-02-07T00:31:56.637Z] a35cf1a2eb13: Download complete [2021-02-07T00:31:56.902Z] bca2f99d35d6: Verifying Checksum [2021-02-07T00:31:56.902Z] bca2f99d35d6: Download complete [2021-02-07T00:32:01.938Z] Still waiting to schedule task [2021-02-07T00:32:01.938Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-25356’ [2021-02-07T00:32:03.593Z] bca2f99d35d6: Pull complete [2021-02-07T00:32:03.593Z] 93359f2a8cfa: Pull complete [2021-02-07T00:32:03.593Z] 7c6f9722023f: Pull complete [2021-02-07T00:32:07.920Z] a35cf1a2eb13: Pull complete [2021-02-07T00:32:07.920Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-07T00:32:07.920Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-07T00:32:07.920Z] ---> a62c8e92a672 [2021-02-07T00:32:07.920Z] 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-07T00:32:07.920Z] ---> Running in a8550d8f413a [2021-02-07T00:32:08.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:32:09.847Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:32:10.794Z] (1/12) Installing libmagic (5.38-r0) [2021-02-07T00:32:11.057Z] (2/12) Installing file (5.38-r0) [2021-02-07T00:32:11.319Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-07T00:32:11.319Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-07T00:32:29.480Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-07T00:32:29.480Z] (6/12) Installing patch (2.7.6-r6) [2021-02-07T00:32:29.480Z] (7/12) Installing build-base (0.5-r2) [2021-02-07T00:32:29.480Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-07T00:32:29.480Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-07T00:32:29.480Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-07T00:32:29.480Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-07T00:32:29.480Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-07T00:32:29.480Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:32:29.480Z] OK: 233 MiB in 51 packages [2021-02-07T00:32:32.839Z] Removing intermediate container a8550d8f413a [2021-02-07T00:32:32.839Z] ---> e02f6b491950 [2021-02-07T00:32:32.839Z] Step 4/6 : WORKDIR /edgex-go [2021-02-07T00:32:32.839Z] ---> Running in 9a6bb834d120 [2021-02-07T00:32:32.839Z] Removing intermediate container 9a6bb834d120 [2021-02-07T00:32:32.839Z] ---> fdd03e8d9a32 [2021-02-07T00:32:32.839Z] Step 5/6 : COPY go.mod . [2021-02-07T00:32:32.839Z] ---> baac8c9b3538 [2021-02-07T00:32:32.839Z] Step 6/6 : RUN go mod download [2021-02-07T00:32:33.111Z] ---> Running in 390e875132b6 [2021-02-07T00:32:55.213Z] Removing intermediate container 390e875132b6 [2021-02-07T00:32:55.213Z] ---> b7bf03fbc646 [2021-02-07T00:32:55.213Z] Successfully built b7bf03fbc646 [2021-02-07T00:32:55.213Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:32:55.539Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-07T00:32:55.539Z] . [Pipeline] withDockerContainer [2021-02-07T00:32:55.662Z] prd-centos7-docker-4c-2g-25363 does not seem to be running inside a container [2021-02-07T00:32:55.714Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 ******** ci-base-image-x86_64 cat [2021-02-07T00:32:56.790Z] $ docker top fe7c03275610bc91f3b776d5b52291ad86700ae90606b505a861df7fdfa656b6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-07T00:32:57.410Z] + go version [2021-02-07T00:32:57.410Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-07T00:32:57.424Z] $ docker stop --time=1 fe7c03275610bc91f3b776d5b52291ad86700ae90606b505a861df7fdfa656b6 [2021-02-07T00:32:58.827Z] $ docker rm -f fe7c03275610bc91f3b776d5b52291ad86700ae90606b505a861df7fdfa656b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:32:59.619Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-07T00:32:59.619Z] . [Pipeline] withDockerContainer [2021-02-07T00:32:59.745Z] prd-centos7-docker-4c-2g-25363 does not seem to be running inside a container [2021-02-07T00:32:59.795Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 ******** ci-base-image-x86_64 cat [2021-02-07T00:33:01.079Z] $ docker top 944e17bcf05992d74fd5c51293efb736c49acb3b4902757d4f4cbb97ffa5fc40 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-07T00:33:01.297Z] ========================================================= [2021-02-07T00:33:01.297Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-07T00:33:01.297Z] ========================================================= [Pipeline] sh [2021-02-07T00:33:01.604Z] + make test [2021-02-07T00:33:01.605Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-07T00:33:11.685Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-07T00:33:33.807Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-07T00:33:35.231Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-07T00:33:38.242Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-07T00:33:38.242Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-07T00:33:38.242Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-07T00:33:41.011Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-07T00:33:41.011Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-07T00:33:41.011Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-07T00:33:41.011Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-07T00:33:41.011Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-07T00:33:42.006Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-07T00:33:44.662Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-07T00:33:44.662Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-07T00:33:44.662Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-07T00:33:47.337Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.162s coverage: 45.6% of statements [2021-02-07T00:33:47.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-07T00:33:47.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-07T00:33:47.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-07T00:33:47.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-07T00:33:47.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-07T00:33:47.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-07T00:33:47.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-07T00:33:47.337Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.103s coverage: 100.0% of statements [2021-02-07T00:33:51.636Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.223s coverage: 27.1% of statements [2021-02-07T00:33:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-07T00:33:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-07T00:33:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-07T00:33:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-07T00:33:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-07T00:33:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-07T00:33:51.636Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements [2021-02-07T00:33:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-07T00:33:51.636Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements [2021-02-07T00:33:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-07T00:33:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-07T00:33:51.636Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.132s coverage: 65.8% of statements [2021-02-07T00:33:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-07T00:33:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-07T00:33:52.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.497s coverage: 82.3% of statements [2021-02-07T00:33:52.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-07T00:33:52.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:33:52.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-07T00:33:52.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-07T00:33:54.240Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.406s coverage: 28.6% of statements [2021-02-07T00:33:54.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-07T00:33:54.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-07T00:33:54.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-07T00:33:54.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-07T00:33:54.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-07T00:33:54.240Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.095s coverage: 100.0% of statements [2021-02-07T00:33:54.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-07T00:33:54.240Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements [2021-02-07T00:33:54.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-07T00:33:54.509Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.151s coverage: 86.7% of statements [2021-02-07T00:33:54.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-07T00:33:55.097Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.115s coverage: 97.5% of statements [2021-02-07T00:33:55.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-07T00:33:55.097Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.084s coverage: 78.3% of statements [2021-02-07T00:33:55.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-07T00:33:55.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-07T00:33:55.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-07T00:33:55.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-07T00:33:58.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.459s coverage: 92.8% of statements [2021-02-07T00:33:58.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-07T00:33:58.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:33:58.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-07T00:33:58.496Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-07T00:33:58.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-07T00:33:58.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-07T00:33:58.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-07T00:33:58.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-07T00:33:58.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-07T00:33:58.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-07T00:33:58.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-07T00:33:58.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-07T00:33:58.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-07T00:33:58.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-07T00:33:58.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-07T00:33:58.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-07T00:33:58.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-07T00:33:58.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-07T00:33:58.496Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.037s coverage: 58.8% of statements [2021-02-07T00:33:58.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-07T00:33:58.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-07T00:33:58.496Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.085s coverage: 0.1% of statements [2021-02-07T00:33:58.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-07T00:33:58.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-07T00:33:58.496Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-07T00:33:58.496Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 45.5% of statements [2021-02-07T00:33:58.496Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.078s coverage: 79.5% of statements [2021-02-07T00:33:58.496Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.040s coverage: 94.1% of statements [2021-02-07T00:33:58.496Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.058s coverage: 96.3% of statements [2021-02-07T00:33:58.496Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.033s coverage: 87.5% of statements [2021-02-07T00:34:10.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.045s coverage: 94.4% of statements [2021-02-07T00:34:10.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.036s coverage: 44.8% of statements [2021-02-07T00:34:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.099s coverage: 92.9% of statements [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-07T00:34:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-07T00:34:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-07T00:34:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.057s coverage: 75.5% of statements [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-07T00:34:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-07T00:34:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-02-07T00:34:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements [2021-02-07T00:34:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-07T00:34:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.171s coverage: 63.5% of statements [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-07T00:34:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-02-07T00:34:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2021-02-07T00:34:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2021-02-07T00:34:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-02-07T00:34:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-07T00:34:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.379s coverage: 68.9% of statements [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-07T00:34:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.108s coverage: 37.0% of statements [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-07T00:34:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.316s coverage: 84.0% of statements [2021-02-07T00:34:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.031s coverage: 100.0% of statements [2021-02-07T00:34:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.135s coverage: 47.0% of statements [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-07T00:34:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-07T00:34:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.059s coverage: 100.0% of statements [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-07T00:34:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.087s coverage: 87.7% of statements [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-07T00:34:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.743s coverage: 29.1% of statements [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-07T00:34:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-07T00:34:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-07T00:34:23.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-07T00:34:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.066s coverage: 100.0% of statements [2021-02-07T00:34:23.191Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-07T00:34:23.191Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:34:23.191Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-07T00:34:23.191Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements [2021-02-07T00:34:23.191Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-07T00:34:23.191Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements [2021-02-07T00:34:23.191Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-07T00:34:23.191Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-07T00:34:23.191Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-07T00:34:23.191Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-07T00:34:23.191Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements [2021-02-07T00:34:23.191Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-07T00:34:23.191Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-07T00:34:23.191Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements [2021-02-07T00:34:23.191Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements [2021-02-07T00:34:23.191Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.056s coverage: 100.0% of statements [2021-02-07T00:34:23.191Z] GO111MODULE=on go vet ./... [2021-02-07T00:34:55.542Z] gofmt -l . [2021-02-07T00:34:55.542Z] [ "`gofmt -l .`" = "" ] [2021-02-07T00:34:55.542Z] ./bin/test-go-mod-tidy.sh [2021-02-07T00:34:55.542Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-07T00:34:55.865Z] + ls -al . [2021-02-07T00:34:55.865Z] total 696 [2021-02-07T00:34:55.865Z] drwxrwxr-x 10 1001 1001 4096 Feb 7 00:34 . [2021-02-07T00:34:55.865Z] drwxr-xr-x 4 root root 30 Feb 7 00:33 .. [2021-02-07T00:34:55.865Z] -rw-rw-r-- 1 1001 1001 11 Feb 7 00:30 .dockerignore [2021-02-07T00:34:55.865Z] drwxrwxr-x 8 1001 1001 179 Feb 7 00:30 .git [2021-02-07T00:34:55.865Z] drwxrwxr-x 3 1001 1001 125 Feb 7 00:30 .github [2021-02-07T00:34:55.865Z] -rw-rw-r-- 1 1001 1001 872 Feb 7 00:30 .gitignore [2021-02-07T00:34:55.865Z] drwx------ 3 1001 1001 60 Feb 7 00:31 .semver [2021-02-07T00:34:55.865Z] -rw-rw-r-- 1 1001 1001 166 Feb 7 00:30 .sonarcloud.properties [2021-02-07T00:34:55.865Z] -rw-rw-r-- 1 1001 1001 7859 Feb 7 00:30 Attribution.txt [2021-02-07T00:34:55.866Z] -rw-rw-r-- 1 1001 1001 3804 Feb 7 00:30 CONTRIBUTING.md [2021-02-07T00:34:55.866Z] -rw-rw-r-- 1 1001 1001 931 Feb 7 00:30 Dockerfile.build [2021-02-07T00:34:55.866Z] -rw-rw-r-- 1 1001 1001 863 Feb 7 00:30 Jenkinsfile [2021-02-07T00:34:55.866Z] -rw-rw-r-- 1 1001 1001 10775 Feb 7 00:30 LICENSE [2021-02-07T00:34:55.866Z] -rw-rw-r-- 1 1001 1001 6001 Feb 7 00:30 Makefile [2021-02-07T00:34:55.866Z] -rw-rw-r-- 1 1001 1001 6524 Feb 7 00:30 README.md [2021-02-07T00:34:55.866Z] -rw-rw-r-- 1 1001 1001 6755 Feb 7 00:30 SECURITY.md [2021-02-07T00:34:55.866Z] -rw-rw-r-- 1 1001 1001 5 Feb 7 00:31 VERSION [2021-02-07T00:34:55.866Z] -rw-rw-r-- 1 1001 1001 4131 Feb 7 00:30 ZMQWindows.md [2021-02-07T00:34:55.866Z] drwxrwxr-x 2 1001 1001 117 Feb 7 00:30 bin [2021-02-07T00:34:55.866Z] drwxrwxr-x 15 1001 1001 4096 Feb 7 00:30 cmd [2021-02-07T00:34:55.866Z] -rw-r--r-- 1 root root 590503 Feb 7 00:34 coverage.out [2021-02-07T00:34:55.866Z] -rw-r--r-- 1 root root 1054 Feb 7 00:34 go.mod [2021-02-07T00:34:55.866Z] -rw-r--r-- 1 root root 19290 Feb 7 00:34 go.sum [2021-02-07T00:34:55.866Z] drwxrwxr-x 8 1001 1001 127 Feb 7 00:30 internal [2021-02-07T00:34:55.866Z] drwxrwxr-x 4 1001 1001 26 Feb 7 00:30 openapi [2021-02-07T00:34:55.866Z] drwxrwxr-x 4 1001 1001 71 Feb 7 00:30 snap [2021-02-07T00:34:55.866Z] -rw-rw-r-- 1 1001 1001 168 Feb 7 00:30 version.go [Pipeline] sh [2021-02-07T00:34:56.173Z] + '[' -e coverage.out ] [2021-02-07T00:34:56.173Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-07T00:34:56.411Z] Stashed 1 file(s) [Pipeline] sh [2021-02-07T00:34:56.722Z] + make build [2021-02-07T00:34:56.722Z] 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-07T00:35:00.958Z] 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-07T00:35:09.252Z] 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-07T00:35:09.901Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25371 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws [2021-02-07T00:35:09.968Z] Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout [2021-02-07T00:35:10.657Z] 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-07T00:35:12.623Z] 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-07T00:35:12.899Z] 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-07T00:35:14.308Z] 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-07T00:35:15.718Z] 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-07T00:35:15.738Z] using credential edgex-jenkins-ssh [2021-02-07T00:35:15.799Z] Cloning the remote Git repository [2021-02-07T00:35:15.895Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-07T00:35:16.036Z] > git init /w/workspace/edgex-go/14 # timeout=10 [2021-02-07T00:35:16.131Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-07T00:35:16.132Z] > git --version # timeout=10 [2021-02-07T00:35:16.157Z] > git --version # 'git version 2.17.1' [2021-02-07T00:35:16.160Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-07T00:35:16.224Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-07T00:35:17.114Z] 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-07T00:35:18.071Z] 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-07T00:35:19.047Z] 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-07T00:35:20.486Z] 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-07T00:35:21.443Z] 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-07T00:35:23.415Z] $ docker stop --time=1 944e17bcf05992d74fd5c51293efb736c49acb3b4902757d4f4cbb97ffa5fc40 [2021-02-07T00:35:25.418Z] $ docker rm -f 944e17bcf05992d74fd5c51293efb736c49acb3b4902757d4f4cbb97ffa5fc40 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:35:27.377Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-07T00:35:27.377Z] [2021-02-07T00:35:27.377Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:35:27.727Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-07T00:35:27.727Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-07T00:35:27.727Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-07T00:35:27.727Z] ca9280d653b3: Pulling fs layer [2021-02-07T00:35:27.727Z] 7e9c9ca2126c: Pulling fs layer [2021-02-07T00:35:27.989Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-07T00:35:27.989Z] cbdbe7a5bc2a: Download complete [2021-02-07T00:35:28.258Z] cbdbe7a5bc2a: Pull complete [2021-02-07T00:35:28.528Z] ca9280d653b3: Verifying Checksum [2021-02-07T00:35:28.528Z] ca9280d653b3: Download complete [2021-02-07T00:35:29.479Z] 7e9c9ca2126c: Verifying Checksum [2021-02-07T00:35:29.479Z] 7e9c9ca2126c: Download complete [2021-02-07T00:35:29.756Z] ca9280d653b3: Pull complete [2021-02-07T00:35:36.604Z] 7e9c9ca2126c: Pull complete [2021-02-07T00:35:36.604Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-07T00:35:36.604Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-07T00:35:36.605Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-07T00:35:36.787Z] prd-centos7-docker-4c-2g-25363 does not seem to be running inside a container [2021-02-07T00:35:36.839Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-07T00:35:40.138Z] $ docker top 9442be2c23e7c4ee45051f78331163f900aeefa74d6cdd1b716a1f0d5e343c9c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-07T00:35:40.721Z] + docker-compose build --help [2021-02-07T00:35:40.721Z] + grep parallel [2021-02-07T00:35:41.668Z] --parallel Build images in parallel. [Pipeline] } [2021-02-07T00:35:41.682Z] $ docker stop --time=1 9442be2c23e7c4ee45051f78331163f900aeefa74d6cdd1b716a1f0d5e343c9c [2021-02-07T00:35:43.057Z] $ docker rm -f 9442be2c23e7c4ee45051f78331163f900aeefa74d6cdd1b716a1f0d5e343c9c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:35:43.711Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-07T00:35:43.711Z] . [Pipeline] withDockerContainer [2021-02-07T00:35:43.819Z] prd-centos7-docker-4c-2g-25363 does not seem to be running inside a container [2021-02-07T00:35:43.867Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-07T00:35:44.537Z] $ docker top 84a3f5d9e332acbf1a3a951413bc73eb52665229df3d7910d951be107a3c89c9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-07T00:35:45.043Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-07T00:35:45.990Z] Building docker-core-command-go ... [2021-02-07T00:35:45.990Z] Building docker-core-data-go ... [2021-02-07T00:35:45.990Z] Building docker-core-metadata-go ... [2021-02-07T00:35:45.990Z] Building docker-security-bootstrapper-go ... [2021-02-07T00:35:45.990Z] Building docker-security-proxy-setup-go ... [2021-02-07T00:35:45.990Z] Building docker-security-secretstore-setup-go ... [2021-02-07T00:35:45.990Z] Building docker-support-notifications-go ... [2021-02-07T00:35:45.990Z] Building docker-support-scheduler-go ... [2021-02-07T00:35:45.990Z] Building docker-sys-mgmt-agent-go ... [2021-02-07T00:35:45.990Z] Building docker-security-secretstore-setup-go [2021-02-07T00:35:45.990Z] Building docker-core-command-go [2021-02-07T00:35:45.990Z] Building docker-support-scheduler-go [2021-02-07T00:35:45.990Z] Building docker-support-notifications-go [2021-02-07T00:35:45.990Z] Building docker-security-bootstrapper-go [2021-02-07T00:35:48.166Z] Merging remotes/origin/master commit 27e67a26db9587a799bf14cca6c65a65d4396aa9 into PR head commit fd392bed0e6aa3df15982accdefbd664d19e588a [2021-02-07T00:35:49.143Z] Merge succeeded, producing 304ea22c727d70b21c67a03be0fe0486bcb4b614 [2021-02-07T00:35:49.143Z] Checking out Revision 304ea22c727d70b21c67a03be0fe0486bcb4b614 (PR-3113) [2021-02-07T00:35:47.368Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-07T00:35:47.396Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-07T00:35:47.430Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-07T00:35:47.475Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-07T00:35:47.477Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-07T00:35:47.496Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-07T00:35:48.193Z] > git config core.sparsecheckout # timeout=10 [2021-02-07T00:35:48.208Z] > git checkout -f fd392bed0e6aa3df15982accdefbd664d19e588a # timeout=10 [2021-02-07T00:35:48.640Z] > git remote # timeout=10 [2021-02-07T00:35:48.671Z] > git config --get remote.origin.url # timeout=10 [2021-02-07T00:35:48.723Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-07T00:35:48.741Z] > git merge 27e67a26db9587a799bf14cca6c65a65d4396aa9 # timeout=10 [2021-02-07T00:35:49.127Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-07T00:35:49.153Z] > git config core.sparsecheckout # timeout=10 [2021-02-07T00:35:49.167Z] > git checkout -f 304ea22c727d70b21c67a03be0fe0486bcb4b614 # timeout=10 [2021-02-07T00:35:53.953Z] Commit message: "Merge commit '27e67a26db9587a799bf14cca6c65a65d4396aa9' into HEAD" [2021-02-07T00:35:53.983Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-07T00:35:53.966Z] > git rev-list --no-walk ad72fea3fceed8a04ec638e58c84fc6aeef660bf # timeout=10 [2021-02-07T00:35:55.555Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-07T00:35:55.997Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-07T00:35:56.345Z] + + true [2021-02-07T00:35:56.345Z] sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-07T00:35:58.440Z] provisioning config files... [2021-02-07T00:35:58.498Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config8249847290127188256tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:35:58.972Z] ---> docker-login.sh [2021-02-07T00:35:58.972Z] nexus3.edgexfoundry.org:10001 [2021-02-07T00:35:59.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:36:00.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:36:00.570Z] Configure a credential helper to remove this warning. See [2021-02-07T00:36:00.570Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:36:00.570Z] [2021-02-07T00:36:00.570Z] Login Succeeded [2021-02-07T00:36:00.570Z] nexus3.edgexfoundry.org:10002 [2021-02-07T00:36:00.846Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:36:02.294Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:36:02.294Z] Configure a credential helper to remove this warning. See [2021-02-07T00:36:02.294Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:36:02.294Z] [2021-02-07T00:36:02.294Z] Login Succeeded [2021-02-07T00:36:02.294Z] nexus3.edgexfoundry.org:10003 [2021-02-07T00:36:02.571Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:36:02.848Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:36:02.848Z] Configure a credential helper to remove this warning. See [2021-02-07T00:36:02.848Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:36:02.848Z] [2021-02-07T00:36:02.848Z] Login Succeeded [2021-02-07T00:36:02.848Z] nexus3.edgexfoundry.org:10004 [2021-02-07T00:36:03.123Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:36:03.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:36:03.399Z] Configure a credential helper to remove this warning. See [2021-02-07T00:36:03.399Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:36:03.399Z] [2021-02-07T00:36:03.399Z] Login Succeeded [2021-02-07T00:36:03.399Z] docker.io [2021-02-07T00:36:03.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:36:04.280Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:36:04.280Z] Configure a credential helper to remove this warning. See [2021-02-07T00:36:04.280Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:36:04.280Z] [2021-02-07T00:36:04.280Z] Login Succeeded [2021-02-07T00:36:04.280Z] ---> docker-login.sh ends [Pipeline] } [2021-02-07T00:36:04.299Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-07T00:36:04.766Z] ========================================================= [2021-02-07T00:36:04.766Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-07T00:36:04.766Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:36:05.186Z] + 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-07T00:36:07.837Z] Sending build context to Docker daemon 166.2MB [2021-02-07T00:36:07.837Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-07T00:36:07.837Z] Step 2/6 : FROM ${BASE} [2021-02-07T00:36:07.837Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-07T00:36:07.837Z] 5f621e34cdf4: Pulling fs layer [2021-02-07T00:36:07.837Z] a4357932f1b6: Pulling fs layer [2021-02-07T00:36:07.837Z] 18c013af1878: Pulling fs layer [2021-02-07T00:36:07.837Z] 00ac8860ef70: Pulling fs layer [2021-02-07T00:36:07.837Z] 63d7cb157983: Pulling fs layer [2021-02-07T00:36:07.837Z] b116817d02f9: Pulling fs layer [2021-02-07T00:36:07.837Z] 745a02a5169b: Pulling fs layer [2021-02-07T00:36:07.837Z] 00ac8860ef70: Waiting [2021-02-07T00:36:07.837Z] 63d7cb157983: Waiting [2021-02-07T00:36:07.837Z] b116817d02f9: Waiting [2021-02-07T00:36:07.837Z] 745a02a5169b: Waiting [2021-02-07T00:36:07.837Z] 18c013af1878: Download complete [2021-02-07T00:36:07.837Z] a4357932f1b6: Verifying Checksum [2021-02-07T00:36:07.837Z] a4357932f1b6: Download complete [2021-02-07T00:36:07.837Z] 63d7cb157983: Download complete [2021-02-07T00:36:07.837Z] b116817d02f9: Verifying Checksum [2021-02-07T00:36:07.837Z] b116817d02f9: Download complete [2021-02-07T00:36:07.837Z] 5f621e34cdf4: Verifying Checksum [2021-02-07T00:36:07.837Z] 5f621e34cdf4: Download complete [2021-02-07T00:36:08.449Z] 5f621e34cdf4: Pull complete [2021-02-07T00:36:09.059Z] a4357932f1b6: Pull complete [2021-02-07T00:36:09.338Z] 18c013af1878: Pull complete [2021-02-07T00:36:10.323Z] 745a02a5169b: Verifying Checksum [2021-02-07T00:36:10.323Z] 745a02a5169b: Download complete [2021-02-07T00:36:12.315Z] 00ac8860ef70: Verifying Checksum [2021-02-07T00:36:12.315Z] 00ac8860ef70: Download complete [2021-02-07T00:36:18.338Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:36:18.338Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:36:18.338Z] ---> b7bf03fbc646 [2021-02-07T00:36:18.338Z] Step 3/22 : WORKDIR /edgex-go [2021-02-07T00:36:18.338Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:36:18.338Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:36:18.338Z] ---> b7bf03fbc646 [2021-02-07T00:36:18.338Z] Step 3/23 : WORKDIR /edgex-go [2021-02-07T00:36:18.338Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:36:18.338Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:36:18.338Z] ---> b7bf03fbc646 [2021-02-07T00:36:18.338Z] Step 3/31 : WORKDIR /edgex-go [2021-02-07T00:36:18.338Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:36:18.338Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:36:18.338Z] ---> b7bf03fbc646 [2021-02-07T00:36:18.338Z] Step 3/22 : WORKDIR /edgex-go [2021-02-07T00:36:18.634Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:36:18.634Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:36:18.634Z] ---> b7bf03fbc646 [2021-02-07T00:36:18.634Z] Step 3/24 : WORKDIR /edgex-go [2021-02-07T00:36:19.216Z] ---> Running in c3764545cb93 [2021-02-07T00:36:19.216Z] ---> Running in f0b22fc0f265 [2021-02-07T00:36:19.216Z] ---> Running in 5f8da03d98a6 [2021-02-07T00:36:19.216Z] ---> Running in dc2db3a07aa4 [2021-02-07T00:36:19.216Z] ---> Running in e6abacdfa467 [2021-02-07T00:36:19.816Z] Removing intermediate container c3764545cb93 [2021-02-07T00:36:19.816Z] ---> e1b1a18659da [2021-02-07T00:36:19.816Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:36:19.816Z] Removing intermediate container e6abacdfa467 [2021-02-07T00:36:19.816Z] ---> f3a89404a1d9 [2021-02-07T00:36:19.816Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:36:19.816Z] Removing intermediate container dc2db3a07aa4 [2021-02-07T00:36:19.816Z] ---> 6489138288cc [2021-02-07T00:36:19.816Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:36:19.816Z] Removing intermediate container f0b22fc0f265 [2021-02-07T00:36:19.816Z] ---> 55d2ee4d9be2 [2021-02-07T00:36:19.816Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:36:20.078Z] Removing intermediate container 5f8da03d98a6 [2021-02-07T00:36:20.078Z] ---> d671872c70e2 [2021-02-07T00:36:20.078Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:36:20.078Z] ---> Running in 39c4701ed2e9 [2021-02-07T00:36:20.078Z] ---> Running in 92e8ee00c059 [2021-02-07T00:36:20.078Z] ---> Running in 9eb8b53bf56b [2021-02-07T00:36:20.078Z] ---> Running in e08f074944e7 [2021-02-07T00:36:20.078Z] ---> Running in 0babea9f0ff9 [2021-02-07T00:36:22.531Z] 00ac8860ef70: Pull complete [2021-02-07T00:36:22.531Z] 63d7cb157983: Pull complete [2021-02-07T00:36:22.663Z] Removing intermediate container 92e8ee00c059 [2021-02-07T00:36:22.663Z] ---> e8978de546b7 [2021-02-07T00:36:22.663Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-07T00:36:22.663Z] Removing intermediate container 39c4701ed2e9 [2021-02-07T00:36:22.663Z] ---> 4b013ef0d0e9 [2021-02-07T00:36:22.663Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-07T00:36:22.663Z] ---> Running in 18fc5a0f0c96 [2021-02-07T00:36:22.663Z] ---> Running in b07720a92878 [2021-02-07T00:36:22.663Z] Removing intermediate container 9eb8b53bf56b [2021-02-07T00:36:22.663Z] ---> 052f98a5ffaf [2021-02-07T00:36:22.663Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-07T00:36:22.663Z] Removing intermediate container e08f074944e7 [2021-02-07T00:36:22.663Z] ---> 5b57388cbebb [2021-02-07T00:36:22.663Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-07T00:36:22.804Z] b116817d02f9: Pull complete [2021-02-07T00:36:22.928Z] Removing intermediate container 0babea9f0ff9 [2021-02-07T00:36:22.928Z] ---> d8a5d8d17774 [2021-02-07T00:36:22.928Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-07T00:36:22.928Z] ---> Running in 5d5faffe5429 [2021-02-07T00:36:22.928Z] ---> Running in 9a8b63d6bd91 [2021-02-07T00:36:23.193Z] ---> Running in e18076ebbce5 [2021-02-07T00:36:24.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:36:24.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:36:24.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:36:24.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:36:24.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:36:24.423Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:36:24.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:36:24.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:36:24.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:36:25.213Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:36:25.213Z] OK: 233 MiB in 51 packages [2021-02-07T00:36:25.213Z] OK: 233 MiB in 51 packages [2021-02-07T00:36:25.213Z] OK: 233 MiB in 51 packages [2021-02-07T00:36:25.482Z] OK: 233 MiB in 51 packages [2021-02-07T00:36:26.066Z] Removing intermediate container 5d5faffe5429 [2021-02-07T00:36:26.066Z] ---> f313f8d0f2f5 [2021-02-07T00:36:26.066Z] Step 6/22 : COPY go.mod . [2021-02-07T00:36:26.336Z] Removing intermediate container 18fc5a0f0c96 [2021-02-07T00:36:26.336Z] ---> 57360864c4cd [2021-02-07T00:36:26.336Z] Step 6/24 : COPY go.mod . [2021-02-07T00:36:26.336Z] OK: 233 MiB in 51 packages [2021-02-07T00:36:26.336Z] Removing intermediate container 9a8b63d6bd91 [2021-02-07T00:36:26.336Z] ---> daedfaf8f1f1 [2021-02-07T00:36:26.336Z] Step 6/31 : COPY go.mod . [2021-02-07T00:36:26.336Z] Removing intermediate container b07720a92878 [2021-02-07T00:36:26.336Z] ---> 4419510462f4 [2021-02-07T00:36:26.336Z] Step 6/23 : COPY go.mod . [2021-02-07T00:36:26.604Z] ---> 7e7dffb35358 [2021-02-07T00:36:26.604Z] Step 7/22 : RUN go mod download [2021-02-07T00:36:26.867Z] ---> Running in 0c18bc129178 [2021-02-07T00:36:26.867Z] ---> bd4fa4955cc6 [2021-02-07T00:36:26.867Z] Step 7/24 : RUN go mod download [2021-02-07T00:36:26.867Z] ---> f32175d502d9 [2021-02-07T00:36:26.867Z] Step 7/23 : RUN go mod download [2021-02-07T00:36:26.867Z] ---> 00f5686af7ec [2021-02-07T00:36:26.867Z] Step 7/31 : RUN go mod download [2021-02-07T00:36:27.131Z] ---> Running in 2d8f4554f232 [2021-02-07T00:36:27.131Z] ---> Running in 35b3ecf89e94 [2021-02-07T00:36:27.131Z] ---> Running in 5615565ea3a7 [2021-02-07T00:36:27.132Z] 745a02a5169b: Pull complete [2021-02-07T00:36:27.132Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-07T00:36:27.132Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-07T00:36:27.132Z] ---> b7e6874047d6 [2021-02-07T00:36:27.132Z] 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-07T00:36:27.395Z] Removing intermediate container e18076ebbce5 [2021-02-07T00:36:27.395Z] ---> 59368aaabb89 [2021-02-07T00:36:27.395Z] Step 6/22 : COPY go.mod . [2021-02-07T00:36:27.982Z] ---> b3278f2ef834 [2021-02-07T00:36:27.982Z] Step 7/22 : RUN go mod download [2021-02-07T00:36:27.982Z] ---> Running in cf1701072fa3 [2021-02-07T00:36:29.448Z] Removing intermediate container 35b3ecf89e94 [2021-02-07T00:36:29.448Z] ---> 2499d9599a46 [2021-02-07T00:36:29.448Z] Step 8/31 : COPY . . [2021-02-07T00:36:29.448Z] Removing intermediate container 0c18bc129178 [2021-02-07T00:36:29.448Z] ---> 0b7b9f887d55 [2021-02-07T00:36:29.448Z] Step 8/22 : COPY . . [2021-02-07T00:36:29.448Z] Removing intermediate container 2d8f4554f232 [2021-02-07T00:36:29.448Z] ---> 31d3a01833e9 [2021-02-07T00:36:29.448Z] Step 8/24 : COPY . . [2021-02-07T00:36:30.409Z] Removing intermediate container 5615565ea3a7 [2021-02-07T00:36:30.409Z] ---> ac8c68aaa0b8 [2021-02-07T00:36:30.409Z] Step 8/23 : COPY . . [2021-02-07T00:36:30.575Z] ---> Running in 0e8ffa1ddd6e [2021-02-07T00:36:32.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:36:32.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:36:33.769Z] Removing intermediate container cf1701072fa3 [2021-02-07T00:36:33.769Z] ---> 60c28700e486 [2021-02-07T00:36:33.769Z] Step 8/22 : COPY . . [2021-02-07T00:36:34.066Z] (1/12) Installing libmagic (5.38-r0) [2021-02-07T00:36:34.340Z] (2/12) Installing file (5.38-r0) [2021-02-07T00:36:34.340Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-07T00:36:34.613Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-07T00:36:41.336Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-07T00:36:41.336Z] (6/12) Installing patch (2.7.6-r6) [2021-02-07T00:36:41.336Z] (7/12) Installing build-base (0.5-r2) [2021-02-07T00:36:41.336Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-07T00:36:41.336Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-07T00:36:41.336Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-07T00:36:41.336Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-07T00:36:41.336Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-07T00:36:41.336Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:36:41.336Z] OK: 217 MiB in 51 packages [2021-02-07T00:36:46.788Z] Removing intermediate container 0e8ffa1ddd6e [2021-02-07T00:36:46.788Z] ---> 6b3e1a38d625 [2021-02-07T00:36:46.788Z] Step 4/6 : WORKDIR /edgex-go [2021-02-07T00:36:46.788Z] ---> Running in 5368230647f6 [2021-02-07T00:36:46.788Z] Removing intermediate container 5368230647f6 [2021-02-07T00:36:46.788Z] ---> f7445eb3b4af [2021-02-07T00:36:46.788Z] Step 5/6 : COPY go.mod . [2021-02-07T00:36:47.388Z] ---> 7b77d9dd1936 [2021-02-07T00:36:47.388Z] Step 6/6 : RUN go mod download [2021-02-07T00:36:47.663Z] ---> Running in cf8645d7d584 [2021-02-07T00:37:12.931Z] ---> 49c608b4ee04 [2021-02-07T00:37:12.931Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-07T00:37:12.931Z] ---> aec6bdb7f57f [2021-02-07T00:37:12.931Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-07T00:37:12.931Z] ---> Running in 76931e6b577d [2021-02-07T00:37:12.931Z] ---> c688216d9145 [2021-02-07T00:37:12.931Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-07T00:37:12.931Z] ---> 28964ae5cd5d [2021-02-07T00:37:12.931Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-07T00:37:12.931Z] ---> Running in 0ec66ac94d39 [2021-02-07T00:37:12.931Z] ---> 6b590f81e53b [2021-02-07T00:37:12.931Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-07T00:37:12.931Z] ---> Running in 69cc5c2dd2cf [2021-02-07T00:37:12.931Z] ---> Running in c25877753215 [2021-02-07T00:37:12.931Z] ---> Running in b693a05bb138 [2021-02-07T00:37:12.931Z] 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-07T00:37:12.931Z] 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-07T00:37:12.931Z] 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-07T00:37:12.931Z] 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-07T00:37:12.931Z] 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-07T00:37:20.052Z] Removing intermediate container cf8645d7d584 [2021-02-07T00:37:20.052Z] ---> e0e3efde57b8 [2021-02-07T00:37:20.052Z] Successfully built e0e3efde57b8 [2021-02-07T00:37:20.052Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:37:20.407Z] + docker inspect -f . ci-base-image-arm64 [2021-02-07T00:37:20.407Z] . [Pipeline] withDockerContainer [2021-02-07T00:37:20.733Z] prd-ubuntu18.04-docker-arm64-4c-16g-25371 does not seem to be running inside a container [2021-02-07T00:37:20.847Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 ******** ci-base-image-arm64 cat [2021-02-07T00:37:22.617Z] $ docker top 15d1f9ad1d4aab5147e667ab2556d87cc3f896077bad9d001b8f49a4aa4eb712 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-07T00:37:23.758Z] + go version [2021-02-07T00:37:23.758Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-07T00:37:23.787Z] $ docker stop --time=1 15d1f9ad1d4aab5147e667ab2556d87cc3f896077bad9d001b8f49a4aa4eb712 [2021-02-07T00:37:25.891Z] $ docker rm -f 15d1f9ad1d4aab5147e667ab2556d87cc3f896077bad9d001b8f49a4aa4eb712 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:37:26.999Z] + docker inspect -f . ci-base-image-arm64 [2021-02-07T00:37:26.999Z] . [Pipeline] withDockerContainer [2021-02-07T00:37:27.315Z] prd-ubuntu18.04-docker-arm64-4c-16g-25371 does not seem to be running inside a container [2021-02-07T00:37:27.424Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 ******** ci-base-image-arm64 cat [2021-02-07T00:37:29.146Z] $ docker top ef2a2f7e23859b79a8493c89267376c8a568fb847bcc9067fe144a249c375810 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-07T00:37:29.599Z] ========================================================= [2021-02-07T00:37:29.599Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-07T00:37:29.599Z] ========================================================= [Pipeline] sh [2021-02-07T00:37:30.260Z] + make test [2021-02-07T00:37:30.260Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-07T00:37:39.680Z] 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-07T00:37:39.680Z] 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-07T00:37:51.997Z] Removing intermediate container 0ec66ac94d39 [2021-02-07T00:37:51.997Z] ---> 014d59366400 [2021-02-07T00:37:51.997Z] [2021-02-07T00:37:51.997Z] Step 10/24 : FROM alpine:3.12 [2021-02-07T00:37:51.997Z] Removing intermediate container 69cc5c2dd2cf [2021-02-07T00:37:51.997Z] ---> 6d0772a7a1c7 [2021-02-07T00:37:51.997Z] [2021-02-07T00:37:51.997Z] Step 10/23 : FROM alpine:3.12 [2021-02-07T00:37:51.997Z] Removing intermediate container b693a05bb138 [2021-02-07T00:37:51.997Z] ---> 3ad214fbcbac [2021-02-07T00:37:51.997Z] [2021-02-07T00:37:51.997Z] Step 10/22 : FROM alpine:3.12 [2021-02-07T00:37:51.997Z] Removing intermediate container c25877753215 [2021-02-07T00:37:51.997Z] ---> d76b6570556b [2021-02-07T00:37:51.997Z] [2021-02-07T00:37:51.997Z] Step 10/22 : FROM alpine:3.12 [2021-02-07T00:37:51.997Z] 3.12: Pulling from library/alpine [2021-02-07T00:37:51.997Z] 3.12: Pulling from library/alpine [2021-02-07T00:37:51.997Z] 3.12: Pulling from library/alpine [2021-02-07T00:37:51.997Z] 3.12: Pulling from library/alpine [2021-02-07T00:37:51.997Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-07T00:37:51.997Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-07T00:37:51.997Z] Status: Downloaded newer image for alpine:3.12 [2021-02-07T00:37:51.997Z] Status: Image is up to date for alpine:3.12 [2021-02-07T00:37:51.997Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-07T00:37:51.997Z] Status: Image is up to date for alpine:3.12 [2021-02-07T00:37:51.997Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-07T00:37:51.997Z] Status: Image is up to date for alpine:3.12 [2021-02-07T00:37:51.997Z] ---> 389fef711851 [2021-02-07T00:37:51.997Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-07T00:37:51.997Z] ---> 389fef711851 [2021-02-07T00:37:51.997Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-07T00:37:51.997Z] ---> 389fef711851 [2021-02-07T00:37:51.997Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-07T00:37:51.997Z] ---> 389fef711851 [2021-02-07T00:37:51.997Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-07T00:37:52.572Z] ---> Running in 75941d9f96ed [2021-02-07T00:37:52.573Z] ---> Running in e18e9c9096b9 [2021-02-07T00:37:52.573Z] ---> Running in 75053666739a [2021-02-07T00:37:52.573Z] ---> Running in a2e45a68f7b5 [2021-02-07T00:37:52.573Z] Removing intermediate container 76931e6b577d [2021-02-07T00:37:52.573Z] ---> e423f13decea [2021-02-07T00:37:52.573Z] [2021-02-07T00:37:52.573Z] Step 10/31 : FROM alpine:3.12 [2021-02-07T00:37:52.573Z] ---> 389fef711851 [2021-02-07T00:37:52.573Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-07T00:37:52.839Z] ---> Running in 71f36ab43b6a [2021-02-07T00:37:53.439Z] Removing intermediate container 71f36ab43b6a [2021-02-07T00:37:53.439Z] ---> b15252d1452d [2021-02-07T00:37:53.439Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-07T00:37:53.439Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:53.439Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:53.439Z] ---> Running in 9de122719978 [2021-02-07T00:37:53.713Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-07T00:37:53.713Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-07T00:37:53.713Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:53.713Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-07T00:37:53.713Z] (4/5) Installing curl (7.69.1-r3) [2021-02-07T00:37:53.713Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-07T00:37:53.713Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:37:53.713Z] Executing ca-certificates-20191127-r4.trigger [2021-02-07T00:37:54.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:54.067Z] OK: 7 MiB in 19 packages [2021-02-07T00:37:54.067Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-07T00:37:54.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:54.067Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-07T00:37:54.067Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:37:54.067Z] Executing ca-certificates-20191127-r4.trigger [2021-02-07T00:37:54.659Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:54.659Z] OK: 6 MiB in 16 packages [2021-02-07T00:37:54.659Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:54.659Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:54.659Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:54.659Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:54.659Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-07T00:37:54.659Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:37:54.659Z] OK: 6 MiB in 15 packages [2021-02-07T00:37:54.659Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-07T00:37:54.659Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:37:54.659Z] OK: 6 MiB in 15 packages [2021-02-07T00:37:54.659Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-07T00:37:54.659Z] (2/2) Installing su-exec (0.2-r1) [2021-02-07T00:37:54.659Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:37:54.659Z] OK: 6 MiB in 16 packages [2021-02-07T00:37:57.332Z] Removing intermediate container 75941d9f96ed [2021-02-07T00:37:57.332Z] ---> 1456c9b92396 [2021-02-07T00:37:57.332Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-07T00:37:57.332Z] Removing intermediate container e18e9c9096b9 [2021-02-07T00:37:57.332Z] ---> 376f8284aada [2021-02-07T00:37:57.332Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-07T00:37:57.332Z] Removing intermediate container a2e45a68f7b5 [2021-02-07T00:37:57.332Z] ---> 56742728278d [2021-02-07T00:37:57.332Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-07T00:37:57.595Z] ---> Running in 37443c3c0656 [2021-02-07T00:37:57.595Z] ---> Running in 38a2ecdb2535 [2021-02-07T00:37:57.595Z] Removing intermediate container 75053666739a [2021-02-07T00:37:57.595Z] ---> 80eba4ab495d [2021-02-07T00:37:57.595Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-07T00:37:57.595Z] ---> Running in 232723d101ec [2021-02-07T00:37:57.595Z] Removing intermediate container 9de122719978 [2021-02-07T00:37:57.595Z] ---> 352cd9236831 [2021-02-07T00:37:57.595Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-07T00:37:57.595Z] ---> Running in 5007dc876753 [2021-02-07T00:37:57.857Z] ---> Running in 0b64d3ed7b33 [2021-02-07T00:37:57.857Z] Removing intermediate container 38a2ecdb2535 [2021-02-07T00:37:57.857Z] ---> 27e2e8a41cea [2021-02-07T00:37:57.857Z] Step 13/24 : WORKDIR / [2021-02-07T00:37:57.857Z] Removing intermediate container 37443c3c0656 [2021-02-07T00:37:57.857Z] ---> 5f339953752a [2021-02-07T00:37:57.857Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-07T00:37:57.857Z] Removing intermediate container 232723d101ec [2021-02-07T00:37:57.857Z] ---> dae5e508a854 [2021-02-07T00:37:57.857Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-07T00:37:58.131Z] Removing intermediate container 5007dc876753 [2021-02-07T00:37:58.131Z] ---> f36c37687bf4 [2021-02-07T00:37:58.131Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-07T00:37:58.131Z] ---> Running in dce14e285751 [2021-02-07T00:37:58.131Z] ---> Running in 3cb015960759 [2021-02-07T00:37:58.131Z] Removing intermediate container 0b64d3ed7b33 [2021-02-07T00:37:58.131Z] ---> 98b3fc96bc92 [2021-02-07T00:37:58.131Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-07T00:37:58.131Z] ---> Running in c2848821de6a [2021-02-07T00:37:58.131Z] ---> Running in eae8f191bb4e [2021-02-07T00:37:58.395Z] ---> Running in 8cd3d4f9fcd9 [2021-02-07T00:37:58.395Z] Removing intermediate container 3cb015960759 [2021-02-07T00:37:58.395Z] ---> eacf33b77979 [2021-02-07T00:37:58.395Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-07T00:37:58.661Z] Removing intermediate container dce14e285751 [2021-02-07T00:37:58.661Z] ---> d35d88e0d3fd [2021-02-07T00:37:58.661Z] 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-07T00:37:58.661Z] Removing intermediate container c2848821de6a [2021-02-07T00:37:58.661Z] ---> 25292c21fc6e [2021-02-07T00:37:58.661Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-07T00:37:58.661Z] Removing intermediate container eae8f191bb4e [2021-02-07T00:37:58.661Z] ---> 36153c27f5c7 [2021-02-07T00:37:58.661Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-07T00:37:59.236Z] Removing intermediate container 8cd3d4f9fcd9 [2021-02-07T00:37:59.236Z] ---> 15ebc1c2183a [2021-02-07T00:37:59.236Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-07T00:37:59.236Z] ---> Running in 5a46addc58be [2021-02-07T00:37:59.236Z] ---> Running in 940c6226d1c0 [2021-02-07T00:37:59.236Z] ---> Running in d0e3129bedcd [2021-02-07T00:37:59.236Z] ---> Running in f21286d8e7da [2021-02-07T00:37:59.236Z] ---> 4a744a3b7d0b [2021-02-07T00:37:59.236Z] 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-07T00:37:59.500Z] Removing intermediate container 5a46addc58be [2021-02-07T00:37:59.500Z] ---> de5d11b2a7c4 [2021-02-07T00:37:59.500Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:37:59.773Z] Removing intermediate container 940c6226d1c0 [2021-02-07T00:37:59.773Z] ---> 5ad52fe0515b [2021-02-07T00:37:59.773Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:37:59.773Z] Removing intermediate container d0e3129bedcd [2021-02-07T00:37:59.773Z] ---> 434017876d6b [2021-02-07T00:37:59.773Z] Step 15/23 : WORKDIR / [2021-02-07T00:37:59.773Z] ---> 6d86339397f2 [2021-02-07T00:37:59.773Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-07T00:38:00.053Z] ---> Running in c74e44d7c4a6 [2021-02-07T00:38:00.053Z] ---> c3544528cd27 [2021-02-07T00:38:00.053Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-07T00:38:00.053Z] ---> fc27876e297d [2021-02-07T00:38:00.053Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-07T00:38:00.333Z] ---> bb51fe3c661e [2021-02-07T00:38:00.333Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-07T00:38:00.333Z] Removing intermediate container c74e44d7c4a6 [2021-02-07T00:38:00.333Z] ---> 95407a925c73 [2021-02-07T00:38:00.333Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:38:00.615Z] ---> 2598d367164b [2021-02-07T00:38:00.615Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-07T00:38:00.877Z] ---> f36d39c11955 [2021-02-07T00:38:00.877Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-07T00:38:00.877Z] ---> 965cf39fba6a [2021-02-07T00:38:00.877Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-07T00:38:00.877Z] ---> b55b8d2a1ece [2021-02-07T00:38:00.877Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-07T00:38:00.877Z] Removing intermediate container f21286d8e7da [2021-02-07T00:38:00.877Z] ---> 560eb954f8e4 [2021-02-07T00:38:00.877Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-07T00:38:01.158Z] ---> 3df8eb05d2c6 [2021-02-07T00:38:01.158Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-07T00:38:01.158Z] ---> Running in bf78672058d8 [2021-02-07T00:38:01.428Z] ---> Running in 5c3c48003bf3 [2021-02-07T00:38:01.428Z] ---> 6fbbb3a72279 [2021-02-07T00:38:01.428Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-07T00:38:02.398Z] ---> Running in d102c0b1f512 [2021-02-07T00:38:02.398Z] Removing intermediate container bf78672058d8 [2021-02-07T00:38:02.398Z] ---> b4d734cc9ede [2021-02-07T00:38:02.398Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-07T00:38:02.398Z] ---> 2eb6d808fb6d [2021-02-07T00:38:02.398Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-07T00:38:02.398Z] ---> 63dc697a97cb [2021-02-07T00:38:02.398Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-07T00:38:02.398Z] Removing intermediate container 5c3c48003bf3 [2021-02-07T00:38:02.398Z] ---> 3111bd7c6b0f [2021-02-07T00:38:02.398Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:38:02.663Z] Removing intermediate container d102c0b1f512 [2021-02-07T00:38:02.663Z] ---> 18db30d9e340 [2021-02-07T00:38:02.663Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:38:02.663Z] ---> Running in d8a46299cad9 [2021-02-07T00:38:02.697Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-07T00:38:02.971Z] ---> Running in d70ff07a672e [2021-02-07T00:38:02.972Z] ---> 32a5119a9866 [2021-02-07T00:38:02.972Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-07T00:38:02.972Z] ---> d95ec78dbecc [2021-02-07T00:38:02.972Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-07T00:38:02.972Z] ---> 18f73de12e34 [2021-02-07T00:38:02.972Z] 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-07T00:38:02.972Z] Removing intermediate container d8a46299cad9 [2021-02-07T00:38:02.972Z] ---> 3670e51694cc [2021-02-07T00:38:02.972Z] Step 20/22 : LABEL arch=x86_64 [2021-02-07T00:38:03.237Z] ---> Running in 4654b5291040 [2021-02-07T00:38:03.237Z] ---> Running in 16b5af4a26e2 [2021-02-07T00:38:03.237Z] ---> Running in 1650509b87b3 [2021-02-07T00:38:03.237Z] ---> Running in fc5058b7235d [2021-02-07T00:38:03.237Z] Removing intermediate container d70ff07a672e [2021-02-07T00:38:03.237Z] ---> 5e1c316989ca [2021-02-07T00:38:03.237Z] Step 20/22 : LABEL arch=x86_64 [2021-02-07T00:38:03.503Z] ---> Running in df8c84dcd3b5 [2021-02-07T00:38:03.779Z] Removing intermediate container 16b5af4a26e2 [2021-02-07T00:38:03.779Z] ---> 463137d6788e [2021-02-07T00:38:03.779Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:38:03.779Z] Removing intermediate container 1650509b87b3 [2021-02-07T00:38:03.779Z] ---> 6f3a3b2a2a1a [2021-02-07T00:38:03.779Z] Step 21/22 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 [2021-02-07T00:38:04.060Z] ---> Running in 4b9fe83d331a [2021-02-07T00:38:04.060Z] ---> Running in a10c2f116141 [2021-02-07T00:38:04.060Z] Removing intermediate container df8c84dcd3b5 [2021-02-07T00:38:04.060Z] ---> 87cd1e3da0e5 [2021-02-07T00:38:04.060Z] Step 21/22 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 [2021-02-07T00:38:04.060Z] ---> Running in e417d1739724 [2021-02-07T00:38:04.323Z] Removing intermediate container 4b9fe83d331a [2021-02-07T00:38:04.323Z] ---> b714ba1bd847 [2021-02-07T00:38:04.323Z] Step 21/23 : LABEL arch=x86_64 [2021-02-07T00:38:04.323Z] Removing intermediate container a10c2f116141 [2021-02-07T00:38:04.323Z] ---> b5d2dc54d4e6 [2021-02-07T00:38:04.323Z] Step 22/22 : LABEL version=0.0.0 [2021-02-07T00:38:04.323Z] ---> Running in 820656192eec [2021-02-07T00:38:04.323Z] Removing intermediate container e417d1739724 [2021-02-07T00:38:04.323Z] ---> 260c7ddcd426 [2021-02-07T00:38:04.323Z] Step 22/22 : LABEL version=0.0.0 [2021-02-07T00:38:04.586Z] ---> Running in caa0a2591ae2 [2021-02-07T00:38:04.586Z] ---> Running in 88b74c1e66c9 [2021-02-07T00:38:04.586Z] Removing intermediate container 820656192eec [2021-02-07T00:38:04.586Z] ---> 9094932edd41 [2021-02-07T00:38:04.586Z] Step 22/23 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 [2021-02-07T00:38:04.853Z] Removing intermediate container caa0a2591ae2 [2021-02-07T00:38:04.853Z] ---> f842c09dec8f [2021-02-07T00:38:04.853Z] [2021-02-07T00:38:04.853Z] ---> Running in fbd930736cad [2021-02-07T00:38:05.122Z] Successfully built f842c09dec8f [2021-02-07T00:38:05.122Z] Removing intermediate container 88b74c1e66c9 [2021-02-07T00:38:05.122Z] ---> 534dd3e7d9e5 [2021-02-07T00:38:05.122Z] [2021-02-07T00:38:05.122Z] Successfully tagged docker-support-notifications-go:latest [2021-02-07T00:38:05.122Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-02-07T00:38:05.394Z] Removing intermediate container fbd930736cad [2021-02-07T00:38:05.394Z] ---> c2e4fcdc1a40 [2021-02-07T00:38:05.394Z] Step 23/23 : LABEL version=0.0.0 [2021-02-07T00:38:05.394Z] Successfully built 534dd3e7d9e5 [2021-02-07T00:38:05.394Z] ---> Running in 7d49664a71e4 [2021-02-07T00:38:05.394Z] Removing intermediate container fc5058b7235d [2021-02-07T00:38:05.394Z] ---> 9068c57621b2 [2021-02-07T00:38:05.394Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-07T00:38:05.394Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-07T00:38:05.394Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-02-07T00:38:05.657Z] Removing intermediate container 4654b5291040 [2021-02-07T00:38:05.657Z] ---> e9273ffa0a01 [2021-02-07T00:38:05.657Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:38:05.657Z] ---> Running in ab7046747405 [2021-02-07T00:38:05.657Z] Removing intermediate container 7d49664a71e4 [2021-02-07T00:38:05.657Z] ---> 145be7e33250 [2021-02-07T00:38:05.657Z] [2021-02-07T00:38:05.921Z] Removing intermediate container ab7046747405 [2021-02-07T00:38:05.921Z] ---> 1cb6b2a781af [2021-02-07T00:38:05.921Z] Step 22/24 : LABEL arch=x86_64 [2021-02-07T00:38:05.921Z] Successfully built 145be7e33250 [2021-02-07T00:38:05.921Z] Successfully tagged docker-core-command-go:latest [2021-02-07T00:38:05.921Z] Building docker-core-metadata-go [2021-02-07T00:38:05.921Z]  Building docker-core-command-go ... done  ---> 563d1802fded [2021-02-07T00:38:05.921Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-07T00:38:06.186Z] ---> Running in edbac48f6ce3 [2021-02-07T00:38:06.453Z] Removing intermediate container edbac48f6ce3 [2021-02-07T00:38:06.453Z] ---> 73b2b7c65a61 [2021-02-07T00:38:06.453Z] Step 23/24 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 [2021-02-07T00:38:07.030Z] ---> Running in abb911f2afe4 [2021-02-07T00:38:07.030Z] ---> 415e04abd90c [2021-02-07T00:38:07.030Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-07T00:38:12.416Z] Removing intermediate container abb911f2afe4 [2021-02-07T00:38:12.416Z] ---> b46bf5ff3d70 [2021-02-07T00:38:12.416Z] Step 24/24 : LABEL version=0.0.0 [2021-02-07T00:38:12.416Z] ---> d9c1d8ff0a88 [2021-02-07T00:38:12.416Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-07T00:38:13.370Z] ---> Running in f67e27900955 [2021-02-07T00:38:15.299Z] ---> 3fd7be510f04 [2021-02-07T00:38:15.299Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-07T00:38:15.299Z] Removing intermediate container f67e27900955 [2021-02-07T00:38:15.299Z] ---> be201c914f3f [2021-02-07T00:38:15.299Z] [2021-02-07T00:38:15.299Z] Successfully built be201c914f3f [2021-02-07T00:38:15.299Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-07T00:38:15.299Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-02-07T00:38:15.566Z] ---> af1af4f6a1e6 [2021-02-07T00:38:15.566Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-07T00:38:15.831Z] ---> Running in 84c350073f0e [2021-02-07T00:38:16.798Z] Removing intermediate container 84c350073f0e [2021-02-07T00:38:16.798Z] ---> 46146f5e0598 [2021-02-07T00:38:16.798Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-07T00:38:19.458Z] ---> 42de56e32a9c [2021-02-07T00:38:19.458Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-07T00:38:29.551Z] ---> Running in 9683b94682b8 [2021-02-07T00:38:31.496Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:38:31.496Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:38:31.496Z] ---> b7bf03fbc646 [2021-02-07T00:38:31.496Z] Step 3/21 : WORKDIR /edgex-go [2021-02-07T00:38:31.496Z] ---> Using cache [2021-02-07T00:38:31.496Z] ---> d671872c70e2 [2021-02-07T00:38:31.496Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:38:31.496Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:38:31.496Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:38:31.496Z] ---> b7bf03fbc646 [2021-02-07T00:38:31.496Z] Step 3/23 : WORKDIR /edgex-go [2021-02-07T00:38:31.496Z] ---> Using cache [2021-02-07T00:38:31.496Z] ---> d671872c70e2 [2021-02-07T00:38:31.496Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:38:31.496Z] ---> Using cache [2021-02-07T00:38:31.496Z] ---> Using cache [2021-02-07T00:38:31.496Z] ---> d8a5d8d17774 [2021-02-07T00:38:31.496Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-07T00:38:31.496Z] ---> d8a5d8d17774 [2021-02-07T00:38:31.497Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-07T00:38:31.497Z] ---> Using cache [2021-02-07T00:38:31.497Z] ---> 59368aaabb89 [2021-02-07T00:38:31.497Z] Step 6/23 : COPY go.mod . [2021-02-07T00:38:31.497Z] ---> Using cache [2021-02-07T00:38:31.497Z] ---> 59368aaabb89 [2021-02-07T00:38:31.497Z] Step 6/21 : COPY go.mod . [2021-02-07T00:38:31.497Z] ---> Using cache [2021-02-07T00:38:31.497Z] ---> b3278f2ef834 [2021-02-07T00:38:31.497Z] Step 7/23 : RUN go mod download [2021-02-07T00:38:31.497Z] ---> Using cache [2021-02-07T00:38:31.497Z] ---> b3278f2ef834 [2021-02-07T00:38:31.497Z] Step 7/21 : RUN go mod download [2021-02-07T00:38:31.497Z] ---> Using cache [2021-02-07T00:38:31.497Z] ---> 60c28700e486 [2021-02-07T00:38:31.497Z] Step 8/23 : COPY . . [2021-02-07T00:38:31.497Z] ---> Using cache [2021-02-07T00:38:31.497Z] ---> 60c28700e486 [2021-02-07T00:38:31.497Z] Step 8/21 : COPY . . [2021-02-07T00:38:31.497Z] ---> Using cache [2021-02-07T00:38:31.497Z] ---> 28964ae5cd5d [2021-02-07T00:38:31.497Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-07T00:38:31.497Z] ---> Using cache [2021-02-07T00:38:31.497Z] ---> 28964ae5cd5d [2021-02-07T00:38:31.497Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-07T00:38:32.073Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:38:32.073Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:38:32.073Z] ---> b7bf03fbc646 [2021-02-07T00:38:32.073Z] Step 3/26 : WORKDIR /edgex-go [2021-02-07T00:38:32.073Z] ---> Using cache [2021-02-07T00:38:32.073Z] ---> d671872c70e2 [2021-02-07T00:38:32.073Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:38:32.073Z] ---> Using cache [2021-02-07T00:38:32.073Z] ---> d8a5d8d17774 [2021-02-07T00:38:32.073Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-07T00:38:33.484Z] ---> Running in 93bcd55bd0e8 [2021-02-07T00:38:33.484Z] ---> Running in bfcd085501ef [2021-02-07T00:38:33.484Z] ---> Running in 90596c56eade [2021-02-07T00:38:36.063Z] 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-07T00:38:36.326Z] Removing intermediate container 9683b94682b8 [2021-02-07T00:38:36.326Z] ---> 282c061b6c09 [2021-02-07T00:38:36.326Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-07T00:38:36.915Z] 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-07T00:38:36.915Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:38:38.341Z] ---> Running in b5d58ea79596 [2021-02-07T00:38:38.616Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:38:39.222Z] Removing intermediate container b5d58ea79596 [2021-02-07T00:38:39.222Z] ---> 07e0aa6110c1 [2021-02-07T00:38:39.222Z] Step 28/31 : CMD ["gate"] [2021-02-07T00:38:39.835Z] ---> Running in de4f7a952762 [2021-02-07T00:38:41.305Z] Removing intermediate container de4f7a952762 [2021-02-07T00:38:41.305Z] ---> 11317cbf1ac3 [2021-02-07T00:38:41.305Z] Step 29/31 : LABEL arch=x86_64 [2021-02-07T00:38:41.586Z] OK: 233 MiB in 51 packages [2021-02-07T00:38:41.586Z] ---> Running in 0565c1bb2120 [2021-02-07T00:38:42.188Z] Removing intermediate container 0565c1bb2120 [2021-02-07T00:38:42.188Z] ---> 7fece5c2a20c [2021-02-07T00:38:42.188Z] Step 30/31 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 [2021-02-07T00:38:42.771Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:38:42.771Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:38:42.771Z] ---> b7bf03fbc646 [2021-02-07T00:38:42.771Z] Step 3/23 : WORKDIR /edgex-go [2021-02-07T00:38:42.771Z] ---> Using cache [2021-02-07T00:38:42.771Z] ---> d671872c70e2 [2021-02-07T00:38:42.771Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:38:42.771Z] ---> Using cache [2021-02-07T00:38:42.771Z] ---> d8a5d8d17774 [2021-02-07T00:38:42.771Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-07T00:38:43.731Z] ---> Running in e345cbbea3cc [2021-02-07T00:38:43.731Z] ---> Running in b6da4e482fde [2021-02-07T00:38:44.328Z] Removing intermediate container e345cbbea3cc [2021-02-07T00:38:44.328Z] ---> 620bc9a9dcf2 [2021-02-07T00:38:44.328Z] Step 31/31 : LABEL version=0.0.0 [2021-02-07T00:38:44.328Z] Removing intermediate container 90596c56eade [2021-02-07T00:38:44.328Z] ---> e9b68d3c7115 [2021-02-07T00:38:44.328Z] Step 6/26 : COPY go.mod . [2021-02-07T00:38:44.606Z] ---> Running in 71946bf46e79 [2021-02-07T00:38:44.872Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:38:44.872Z] ---> 15f84a73bdbb [2021-02-07T00:38:44.872Z] Step 7/26 : RUN go mod download [2021-02-07T00:38:45.143Z] Removing intermediate container 71946bf46e79 [2021-02-07T00:38:45.143Z] ---> 4618e3964058 [2021-02-07T00:38:45.143Z] [2021-02-07T00:38:45.143Z] ---> Running in 64d8f8b46720 [2021-02-07T00:38:45.413Z] Successfully built 4618e3964058 [2021-02-07T00:38:45.413Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-07T00:38:46.375Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:38:47.355Z] OK: 233 MiB in 51 packages [2021-02-07T00:38:47.627Z] Removing intermediate container 64d8f8b46720 [2021-02-07T00:38:47.627Z] ---> cc8769779749 [2021-02-07T00:38:47.627Z] Step 8/26 : COPY . . [2021-02-07T00:38:51.026Z] Removing intermediate container b6da4e482fde [2021-02-07T00:38:51.026Z] ---> 052814168bdf [2021-02-07T00:38:51.026Z] Step 6/23 : COPY go.mod . [2021-02-07T00:38:52.457Z] ---> 8b2aa019b4e6 [2021-02-07T00:38:52.457Z] Step 7/23 : RUN go mod download [2021-02-07T00:38:54.431Z] ---> Running in 5378684dec9b [2021-02-07T00:39:01.128Z] 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-07T00:39:03.760Z] Removing intermediate container 5378684dec9b [2021-02-07T00:39:03.760Z] ---> 8ecb066777c4 [2021-02-07T00:39:03.760Z] Step 8/23 : COPY . . [2021-02-07T00:39:12.251Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-07T00:39:12.252Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-07T00:39:13.854Z] ---> 1f3455b171b8 [2021-02-07T00:39:13.854Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-07T00:39:14.254Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-07T00:39:14.254Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-07T00:39:14.254Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-07T00:39:14.810Z] Removing intermediate container bfcd085501ef [2021-02-07T00:39:14.810Z] ---> 2f3b3bc651bb [2021-02-07T00:39:14.810Z] [2021-02-07T00:39:14.810Z] Step 10/21 : FROM alpine:3.12 [2021-02-07T00:39:14.810Z] ---> 389fef711851 [2021-02-07T00:39:14.810Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-07T00:39:15.073Z] ---> Running in 075d451adb55 [2021-02-07T00:39:15.337Z] ---> Running in a356641df600 [2021-02-07T00:39:17.337Z] Removing intermediate container 93bcd55bd0e8 [2021-02-07T00:39:17.337Z] ---> db2dae4b503e [2021-02-07T00:39:17.337Z] [2021-02-07T00:39:17.337Z] Step 10/23 : FROM alpine:3.12 [2021-02-07T00:39:17.337Z] ---> 389fef711851 [2021-02-07T00:39:17.337Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-07T00:39:17.337Z] ---> Using cache [2021-02-07T00:39:17.337Z] ---> 80eba4ab495d [2021-02-07T00:39:17.337Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-07T00:39:17.337Z] ---> Using cache [2021-02-07T00:39:17.337Z] ---> f36c37687bf4 [2021-02-07T00:39:17.337Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-07T00:39:17.608Z] 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-07T00:39:17.608Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:39:17.874Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:39:17.874Z] ---> Running in 8c014a984197 [2021-02-07T00:39:17.874Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-07T00:39:18.145Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-07T00:39:18.145Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-07T00:39:18.145Z] (4/4) Installing curl (7.69.1-r3) [2021-02-07T00:39:18.145Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:39:18.145Z] Executing ca-certificates-20191127-r4.trigger [2021-02-07T00:39:18.145Z] OK: 7 MiB in 18 packages [2021-02-07T00:39:18.727Z] Removing intermediate container 8c014a984197 [2021-02-07T00:39:18.727Z] ---> 128e1c850098 [2021-02-07T00:39:18.727Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-07T00:39:20.603Z] ---> Running in bc0a1d687fac [2021-02-07T00:39:20.944Z] Removing intermediate container bc0a1d687fac [2021-02-07T00:39:20.944Z] ---> 5d613aed8d08 [2021-02-07T00:39:20.944Z] Step 15/23 : WORKDIR / [2021-02-07T00:39:20.944Z] ---> Running in f6359a8cb126 [2021-02-07T00:39:22.971Z] Removing intermediate container a356641df600 [2021-02-07T00:39:22.971Z] ---> 9f50ae74314b [2021-02-07T00:39:22.971Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-07T00:39:22.971Z] Removing intermediate container f6359a8cb126 [2021-02-07T00:39:22.971Z] ---> 2cd765f67653 [2021-02-07T00:39:22.971Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:39:23.943Z] ---> Running in 7052dd5f592b [2021-02-07T00:39:24.477Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-07T00:39:24.477Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-07T00:39:24.477Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-07T00:39:24.477Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-07T00:39:24.477Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-07T00:39:24.478Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-07T00:39:25.368Z] Removing intermediate container 7052dd5f592b [2021-02-07T00:39:25.368Z] ---> b6fb6cfd15b8 [2021-02-07T00:39:25.368Z] Step 13/21 : WORKDIR /edgex [2021-02-07T00:39:26.359Z] ---> 9dd7d08d2110 [2021-02-07T00:39:26.359Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-07T00:39:26.359Z] ---> Running in c78780e67e7a [2021-02-07T00:39:26.626Z] ---> 6cb82671e799 [2021-02-07T00:39:26.626Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-07T00:39:26.901Z] Removing intermediate container c78780e67e7a [2021-02-07T00:39:26.901Z] ---> 6ae9a65026b3 [2021-02-07T00:39:26.901Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-07T00:39:26.901Z] ---> Running in 0038c9bfaab5 [2021-02-07T00:39:27.178Z] ---> 5af9b65c306a [2021-02-07T00:39:27.178Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-07T00:39:27.458Z] ---> c388ef6001da [2021-02-07T00:39:27.458Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-07T00:39:27.742Z] ---> 2e9f57189cbd [2021-02-07T00:39:27.742Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-07T00:39:28.008Z] ---> Running in 73305e0de59f [2021-02-07T00:39:28.291Z] 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-07T00:39:28.291Z] Removing intermediate container 73305e0de59f [2021-02-07T00:39:28.291Z] ---> a6a023e6832f [2021-02-07T00:39:28.291Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:39:28.291Z] ---> 5be3850f98b6 [2021-02-07T00:39:28.291Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-07T00:39:28.567Z] ---> Running in deea8d73d668 [2021-02-07T00:39:28.838Z] Removing intermediate container deea8d73d668 [2021-02-07T00:39:28.838Z] ---> 2dab144f3ef2 [2021-02-07T00:39:28.838Z] Step 21/23 : LABEL arch=x86_64 [2021-02-07T00:39:29.107Z] ---> Running in c155e902b78c [2021-02-07T00:39:29.107Z] ---> adaae8dcfd97 [2021-02-07T00:39:29.107Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-07T00:39:29.375Z] Removing intermediate container c155e902b78c [2021-02-07T00:39:29.375Z] ---> 8ede59cb3f2c [2021-02-07T00:39:29.375Z] Step 22/23 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 [2021-02-07T00:39:29.375Z] ---> Running in ff3de4a59a74 [2021-02-07T00:39:29.375Z] ---> Running in 168a5d3706bd [2021-02-07T00:39:29.960Z] Removing intermediate container ff3de4a59a74 [2021-02-07T00:39:29.960Z] ---> dedabe7987a2 [2021-02-07T00:39:29.960Z] Step 18/21 : CMD ["--init=true"] [2021-02-07T00:39:29.960Z] Removing intermediate container 168a5d3706bd [2021-02-07T00:39:29.960Z] ---> 798a26cb89e8 [2021-02-07T00:39:29.960Z] Step 23/23 : LABEL version=0.0.0 [2021-02-07T00:39:30.238Z] ---> Running in 86fe1b563183 [2021-02-07T00:39:30.238Z] ---> Running in c970faac0e14 [2021-02-07T00:39:30.520Z] Removing intermediate container 86fe1b563183 [2021-02-07T00:39:30.520Z] ---> 881283af427b [2021-02-07T00:39:30.520Z] Step 19/21 : LABEL arch=x86_64 [2021-02-07T00:39:30.520Z] ---> Running in 25d7153e9f4e [2021-02-07T00:39:30.809Z] Removing intermediate container c970faac0e14 [2021-02-07T00:39:30.809Z] ---> 589b283e6a88 [2021-02-07T00:39:30.809Z] [2021-02-07T00:39:30.809Z] Removing intermediate container 25d7153e9f4e [2021-02-07T00:39:30.809Z] ---> ad338b596640 [2021-02-07T00:39:30.809Z] Step 20/21 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 [2021-02-07T00:39:31.080Z] Successfully built 589b283e6a88 [2021-02-07T00:39:31.669Z] Successfully tagged docker-core-metadata-go:latest [2021-02-07T00:39:31.943Z]  Building docker-core-metadata-go ... done  ---> Running in a066b554665a [2021-02-07T00:39:32.212Z] Removing intermediate container a066b554665a [2021-02-07T00:39:32.212Z] ---> d84bb5157fae [2021-02-07T00:39:32.212Z] Step 21/21 : LABEL version=0.0.0 [2021-02-07T00:39:32.482Z] ---> Running in b986413dd085 [2021-02-07T00:39:33.909Z] Removing intermediate container b986413dd085 [2021-02-07T00:39:33.909Z] ---> d54a625faa1e [2021-02-07T00:39:33.909Z] [2021-02-07T00:39:33.909Z] Successfully built d54a625faa1e [2021-02-07T00:39:34.189Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-07T00:39:34.730Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-07T00:39:34.730Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-07T00:39:34.730Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-07T00:39:35.611Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 075d451adb55 [2021-02-07T00:39:35.611Z] ---> 6a1f0d3af431 [2021-02-07T00:39:35.611Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-07T00:39:35.611Z] ---> Running in 2d38ab4da8e3 [2021-02-07T00:39:36.578Z] 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-07T00:39:39.950Z] Removing intermediate container 2d38ab4da8e3 [2021-02-07T00:39:39.950Z] ---> 2ae664a000f4 [2021-02-07T00:39:39.950Z] [2021-02-07T00:39:39.950Z] Step 11/26 : FROM docker:20.10.0 [2021-02-07T00:39:39.950Z] 20.10.0: Pulling from library/docker [2021-02-07T00:39:41.556Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.408s coverage: 45.6% of statements [2021-02-07T00:39:41.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-07T00:39:41.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-07T00:39:41.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-07T00:39:41.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-07T00:39:41.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-07T00:39:41.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-07T00:39:41.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-07T00:39:41.557Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.215s coverage: 100.0% of statements [2021-02-07T00:39:48.192Z] Removing intermediate container 0038c9bfaab5 [2021-02-07T00:39:48.192Z] ---> 17a08b519205 [2021-02-07T00:39:48.192Z] [2021-02-07T00:39:48.192Z] Step 10/23 : FROM alpine:3.12 [2021-02-07T00:39:48.192Z] ---> 389fef711851 [2021-02-07T00:39:48.192Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-07T00:39:48.192Z] ---> Running in 5dc39833ac20 [2021-02-07T00:39:48.192Z] Removing intermediate container 5dc39833ac20 [2021-02-07T00:39:48.192Z] ---> 4dafe80647c5 [2021-02-07T00:39:48.192Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-07T00:39:48.192Z] ---> Running in 6a7133b46341 [2021-02-07T00:39:48.464Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-07T00:39:48.464Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-07T00:39:48.464Z] ---> aefe523efa57 [2021-02-07T00:39:48.464Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-07T00:39:48.464Z] ---> Running in c70e540182b2 [2021-02-07T00:39:48.464Z] Removing intermediate container 6a7133b46341 [2021-02-07T00:39:48.464Z] ---> 2f80866f7ec9 [2021-02-07T00:39:48.464Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-07T00:39:48.733Z] ---> Running in ff92616575cf [2021-02-07T00:39:48.733Z] Removing intermediate container ff92616575cf [2021-02-07T00:39:48.733Z] ---> 659ec9b48964 [2021-02-07T00:39:48.733Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:39:49.015Z] ---> Running in 7bc4fa1d1799 [2021-02-07T00:39:49.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:39:49.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:39:49.544Z] (1/2) Installing readline (8.0.4-r0) [2021-02-07T00:39:49.544Z] (2/2) Installing bash (5.0.17-r0) [2021-02-07T00:39:49.544Z] Executing bash-5.0.17-r0.post-install [2021-02-07T00:39:49.544Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:39:49.544Z] OK: 12 MiB in 22 packages [2021-02-07T00:39:50.120Z] Removing intermediate container 7bc4fa1d1799 [2021-02-07T00:39:50.120Z] ---> 93066a31e43e [2021-02-07T00:39:50.120Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-07T00:39:50.382Z] Removing intermediate container c70e540182b2 [2021-02-07T00:39:50.382Z] ---> aca1d3c9e7e8 [2021-02-07T00:39:50.382Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-07T00:39:50.382Z] ---> Running in 70ecb12e67c1 [2021-02-07T00:39:50.382Z] ---> Running in e6e61c56b24a [2021-02-07T00:39:50.650Z] Removing intermediate container e6e61c56b24a [2021-02-07T00:39:50.650Z] ---> 78a2cdd8c9e7 [2021-02-07T00:39:50.650Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-07T00:39:50.650Z] ---> Running in bab91e9ff615 [2021-02-07T00:39:50.950Z] Removing intermediate container bab91e9ff615 [2021-02-07T00:39:50.950Z] ---> 06940c6b412c [2021-02-07T00:39:50.950Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-07T00:39:50.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:39:50.950Z] ---> Running in 8a78031190c7 [2021-02-07T00:39:51.212Z] Removing intermediate container 8a78031190c7 [2021-02-07T00:39:51.212Z] ---> da65d35b3848 [2021-02-07T00:39:51.212Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-07T00:39:51.788Z] ---> baf3c3ae3dcd [2021-02-07T00:39:51.788Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-07T00:39:51.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:39:51.842Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.639s coverage: 27.1% of statements [2021-02-07T00:39:51.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-07T00:39:51.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-07T00:39:51.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-07T00:39:51.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-07T00:39:51.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-07T00:39:51.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-07T00:39:51.842Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.089s coverage: 100.0% of statements [2021-02-07T00:39:51.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-07T00:39:51.842Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.092s coverage: 100.0% of statements [2021-02-07T00:39:51.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-07T00:39:51.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-07T00:39:51.842Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.344s coverage: 65.8% of statements [2021-02-07T00:39:51.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-07T00:39:51.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-07T00:39:52.050Z] ---> fa6d96f3f3f3 [2021-02-07T00:39:52.050Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-07T00:39:52.315Z] ---> df69c2d21707 [2021-02-07T00:39:52.315Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-07T00:39:52.315Z] ---> Running in 49eafd9363a8 [2021-02-07T00:39:52.890Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-07T00:39:52.890Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-07T00:39:52.890Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:39:52.890Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:39:53.156Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-07T00:39:53.156Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-07T00:39:53.156Z] (2/33) Installing expat (2.2.9-r1) [2021-02-07T00:39:53.156Z] (3/33) Installing libffi (3.3-r2) [2021-02-07T00:39:53.156Z] (4/33) Installing gdbm (1.13-r1) [2021-02-07T00:39:53.156Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-07T00:39:53.156Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-07T00:39:53.156Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-07T00:39:53.156Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-07T00:39:53.295Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.779s coverage: 82.3% of statements [2021-02-07T00:39:53.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-07T00:39:53.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:39:53.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-07T00:39:53.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-07T00:39:53.732Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-07T00:39:54.305Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-07T00:39:54.305Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-07T00:39:54.305Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-07T00:39:54.305Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-07T00:39:54.305Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-07T00:39:54.305Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-07T00:39:54.305Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:39:54.305Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-07T00:39:54.305Z] OK: 8 MiB in 20 packages [2021-02-07T00:39:54.305Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-07T00:39:54.305Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-07T00:39:54.305Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-07T00:39:54.305Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-07T00:39:54.305Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-07T00:39:54.305Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-07T00:39:54.571Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-07T00:39:54.571Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-07T00:39:54.571Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-07T00:39:54.571Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-07T00:39:54.571Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-07T00:39:55.147Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-07T00:39:56.148Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-07T00:39:58.706Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-07T00:39:58.706Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-07T00:39:58.706Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-07T00:39:58.706Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-07T00:39:58.706Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-07T00:39:58.968Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-07T00:39:58.968Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-07T00:39:58.968Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:39:58.968Z] OK: 71 MiB in 55 packages [2021-02-07T00:39:59.914Z] Removing intermediate container 70ecb12e67c1 [2021-02-07T00:39:59.914Z] ---> 8236c067c75c [2021-02-07T00:39:59.914Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:40:00.181Z] ---> c1dd706e9462 [2021-02-07T00:40:00.181Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-07T00:40:03.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.406s coverage: 28.6% of statements [2021-02-07T00:40:03.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-07T00:40:03.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-07T00:40:03.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-07T00:40:03.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-07T00:40:03.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-07T00:40:03.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.184s coverage: 100.0% of statements [2021-02-07T00:40:03.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-07T00:40:03.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.087s coverage: 100.0% of statements [2021-02-07T00:40:03.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-07T00:40:03.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.359s coverage: 86.7% of statements [2021-02-07T00:40:03.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-07T00:40:03.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.413s coverage: 97.5% of statements [2021-02-07T00:40:03.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-07T00:40:04.519Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.166s coverage: 78.3% of statements [2021-02-07T00:40:04.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-07T00:40:04.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-07T00:40:04.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-07T00:40:04.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-07T00:40:05.488Z] ---> b8b64e235744 [2021-02-07T00:40:05.488Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-07T00:40:05.488Z] ---> b6fdcad329f7 [2021-02-07T00:40:05.488Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-07T00:40:05.488Z] Removing intermediate container 49eafd9363a8 [2021-02-07T00:40:05.488Z] ---> 326af2ea2034 [2021-02-07T00:40:05.488Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-07T00:40:05.488Z] ---> Running in 7d853c3c101b [2021-02-07T00:40:05.488Z] ---> Running in e36aa70afc1f [2021-02-07T00:40:05.488Z] Removing intermediate container e36aa70afc1f [2021-02-07T00:40:05.488Z] ---> 9e6f912b5ddf [2021-02-07T00:40:05.488Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:40:05.488Z] ---> Running in ad5b1ec46f6a [2021-02-07T00:40:05.488Z] Removing intermediate container ad5b1ec46f6a [2021-02-07T00:40:05.488Z] ---> e71a9cbb8101 [2021-02-07T00:40:05.488Z] Step 21/23 : LABEL arch=x86_64 [2021-02-07T00:40:05.751Z] ---> Running in a54beabce090 [2021-02-07T00:40:05.751Z] Removing intermediate container a54beabce090 [2021-02-07T00:40:05.751Z] ---> 98ed1e083904 [2021-02-07T00:40:05.751Z] Step 22/23 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 [2021-02-07T00:40:06.013Z] ---> Running in e7ed5d022865 [2021-02-07T00:40:06.013Z] Removing intermediate container e7ed5d022865 [2021-02-07T00:40:06.013Z] ---> f9430c49e81e [2021-02-07T00:40:06.013Z] Step 23/23 : LABEL version=0.0.0 [2021-02-07T00:40:06.013Z] ---> Running in 4fa07a41a678 [2021-02-07T00:40:06.277Z] Removing intermediate container 4fa07a41a678 [2021-02-07T00:40:06.278Z] ---> 0410a7cf4ae9 [2021-02-07T00:40:06.278Z] [2021-02-07T00:40:06.544Z] Successfully built 0410a7cf4ae9 [2021-02-07T00:40:06.544Z] Successfully tagged docker-core-data-go:latest [2021-02-07T00:40:06.544Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-02-07T00:40:06.806Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-07T00:40:06.806Z] 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-07T00:40:07.068Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-07T00:40:07.068Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-07T00:40:07.331Z] Collecting PyYAML<4,>=3.10 [2021-02-07T00:40:07.331Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-07T00:40:08.281Z] Collecting texttable<0.10,>=0.9.0 [2021-02-07T00:40:08.281Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-07T00:40:08.855Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-07T00:40:08.855Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-07T00:40:09.120Z] Collecting docker<4.0,>=3.6.0 [2021-02-07T00:40:09.120Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-07T00:40:09.120Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-07T00:40:09.120Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-07T00:40:09.704Z] Collecting cached-property<2,>=1.2.0 [2021-02-07T00:40:09.704Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-07T00:40:09.967Z] Collecting docopt<0.7,>=0.6.1 [2021-02-07T00:40:09.967Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-07T00:40:10.558Z] Collecting jsonschema<3,>=2.5.1 [2021-02-07T00:40:10.558Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-07T00:40:10.558Z] 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-07T00:40:10.558Z] 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-07T00:40:10.820Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-07T00:40:10.820Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-07T00:40:10.820Z] Collecting idna<2.8,>=2.5 [2021-02-07T00:40:10.820Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-07T00:40:11.083Z] Collecting docker-pycreds>=0.4.0 [2021-02-07T00:40:11.083Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-07T00:40:11.083Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-07T00:40:11.083Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-07T00:40:11.083Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-07T00:40:11.083Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-07T00:40:11.345Z] Installing collected packages: urllib3, idna, requests, PyYAML, texttable, websocket-client, docker-pycreds, docker, dockerpty, cached-property, docopt, jsonschema, docker-compose [2021-02-07T00:40:11.345Z] Attempting uninstall: urllib3 [2021-02-07T00:40:11.345Z] Found existing installation: urllib3 1.25.9 [2021-02-07T00:40:11.345Z] Uninstalling urllib3-1.25.9: [2021-02-07T00:40:11.345Z] Successfully uninstalled urllib3-1.25.9 [2021-02-07T00:40:11.609Z] Attempting uninstall: idna [2021-02-07T00:40:11.609Z] Found existing installation: idna 2.9 [2021-02-07T00:40:11.609Z] Uninstalling idna-2.9: [2021-02-07T00:40:11.609Z] Successfully uninstalled idna-2.9 [2021-02-07T00:40:11.871Z] Attempting uninstall: requests [2021-02-07T00:40:11.871Z] Found existing installation: requests 2.23.0 [2021-02-07T00:40:11.871Z] Uninstalling requests-2.23.0: [2021-02-07T00:40:11.871Z] Successfully uninstalled requests-2.23.0 [2021-02-07T00:40:11.871Z] Running setup.py install for PyYAML: started [2021-02-07T00:40:13.261Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-07T00:40:13.261Z] Running setup.py install for texttable: started [2021-02-07T00:40:13.525Z] Running setup.py install for texttable: finished with status 'done' [2021-02-07T00:40:13.790Z] Running setup.py install for dockerpty: started [2021-02-07T00:40:14.367Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-07T00:40:14.367Z] Running setup.py install for docopt: started [2021-02-07T00:40:14.941Z] Running setup.py install for docopt: finished with status 'done' [2021-02-07T00:40:15.204Z] 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-07T00:40:16.989Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.614s coverage: 92.8% of statements [2021-02-07T00:40:16.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-07T00:40:16.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:40:16.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-07T00:40:16.989Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-07T00:40:16.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-07T00:40:16.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-07T00:40:16.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-07T00:40:16.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-07T00:40:16.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-07T00:40:16.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-07T00:40:16.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-07T00:40:16.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-07T00:40:16.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-07T00:40:16.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-07T00:40:16.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-07T00:40:16.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-07T00:40:16.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-07T00:40:16.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-07T00:40:16.989Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements [2021-02-07T00:40:16.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-07T00:40:16.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-07T00:40:16.989Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.226s coverage: 0.1% of statements [2021-02-07T00:40:16.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-07T00:40:16.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-07T00:40:16.989Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-07T00:40:16.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.073s coverage: 45.5% of statements [2021-02-07T00:40:16.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.101s coverage: 79.5% of statements [2021-02-07T00:40:16.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.082s coverage: 94.1% of statements [2021-02-07T00:40:16.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.130s coverage: 96.3% of statements [2021-02-07T00:40:16.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements [2021-02-07T00:40:19.448Z] Removing intermediate container 7d853c3c101b [2021-02-07T00:40:19.448Z] ---> 2593508f5a2b [2021-02-07T00:40:19.448Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-07T00:40:19.448Z] ---> Running in b8d39075dad2 [2021-02-07T00:40:19.448Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:40:19.448Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:40:19.712Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-07T00:40:19.712Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-07T00:40:19.712Z] (3/3) Installing curl (7.69.1-r3) [2021-02-07T00:40:19.712Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:40:19.712Z] OK: 72 MiB in 58 packages [2021-02-07T00:40:20.286Z] Removing intermediate container b8d39075dad2 [2021-02-07T00:40:20.286Z] ---> 4c225152af7e [2021-02-07T00:40:20.286Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-07T00:40:20.286Z] ---> Running in 1d3b72053be6 [2021-02-07T00:40:20.551Z] Removing intermediate container 1d3b72053be6 [2021-02-07T00:40:20.551Z] ---> ad0fab985445 [2021-02-07T00:40:20.551Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:40:20.551Z] ---> Running in e0ed7f1c6501 [2021-02-07T00:40:20.551Z] Removing intermediate container e0ed7f1c6501 [2021-02-07T00:40:20.551Z] ---> e8c1056a7de8 [2021-02-07T00:40:20.551Z] Step 24/26 : LABEL arch=x86_64 [2021-02-07T00:40:20.812Z] ---> Running in 7531cc2565fe [2021-02-07T00:40:20.812Z] Removing intermediate container 7531cc2565fe [2021-02-07T00:40:20.812Z] ---> 0caa4e1e9028 [2021-02-07T00:40:20.812Z] Step 25/26 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 [2021-02-07T00:40:21.074Z] ---> Running in 04d2e62df188 [2021-02-07T00:40:21.074Z] Removing intermediate container 04d2e62df188 [2021-02-07T00:40:21.074Z] ---> 0b541aad0553 [2021-02-07T00:40:21.074Z] Step 26/26 : LABEL version=0.0.0 [2021-02-07T00:40:21.339Z] ---> Running in df2d7b94b47f [2021-02-07T00:40:21.339Z] Removing intermediate container df2d7b94b47f [2021-02-07T00:40:21.339Z] ---> 0a4ae5e75419 [2021-02-07T00:40:21.339Z] [2021-02-07T00:40:21.601Z] Successfully built 0a4ae5e75419 [2021-02-07T00:40:21.601Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-07T00:40:22.314Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-07T00:40:22.321Z] $ docker stop --time=1 84a3f5d9e332acbf1a3a951413bc73eb52665229df3d7910d951be107a3c89c9 [2021-02-07T00:40:23.964Z] $ docker rm -f 84a3f5d9e332acbf1a3a951413bc73eb52665229df3d7910d951be107a3c89c9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-07T00:40:24.554Z] + docker images [2021-02-07T00:40:24.554Z] + grep docker [2021-02-07T00:40:24.819Z] docker-sys-mgmt-agent-go latest 0a4ae5e75419 3 seconds ago 313MB [2021-02-07T00:40:24.819Z] docker-core-data-go latest 0410a7cf4ae9 18 seconds ago 22.3MB [2021-02-07T00:40:24.819Z] docker-security-proxy-setup-go latest d54a625faa1e 52 seconds ago 24.4MB [2021-02-07T00:40:24.819Z] docker-core-metadata-go latest 589b283e6a88 54 seconds ago 18.8MB [2021-02-07T00:40:24.819Z] docker-security-bootstrapper-go latest 4618e3964058 About a minute ago 23.8MB [2021-02-07T00:40:24.819Z] docker-security-secretstore-setup-go latest be201c914f3f 2 minutes ago 24.6MB [2021-02-07T00:40:24.819Z] docker-core-command-go latest 145be7e33250 2 minutes ago 16.9MB [2021-02-07T00:40:24.819Z] docker-support-scheduler-go latest 534dd3e7d9e5 2 minutes ago 17MB [2021-02-07T00:40:24.819Z] docker-support-notifications-go latest f842c09dec8f 2 minutes ago 17.6MB [2021-02-07T00:40:24.819Z] docker 20.10.0 aefe523efa57 8 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-07T00:40:27.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.080s coverage: 94.4% of statements [2021-02-07T00:40:27.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.062s coverage: 44.8% of statements [2021-02-07T00:40:40.503Z] Still waiting to schedule task [2021-02-07T00:40:40.503Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-07T00:40:42.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.146s coverage: 92.9% of statements [2021-02-07T00:40:42.284Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-07T00:40:42.284Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-07T00:40:42.284Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-07T00:40:42.284Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-07T00:40:42.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-02-07T00:40:42.284Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-07T00:40:42.284Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-07T00:40:42.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-02-07T00:40:42.284Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-07T00:40:42.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements [2021-02-07T00:40:42.284Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-07T00:40:42.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements [2021-02-07T00:40:42.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.144s coverage: 87.2% of statements [2021-02-07T00:40:42.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.182s coverage: 84.2% of statements [2021-02-07T00:40:42.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.193s coverage: 91.4% of statements [2021-02-07T00:40:42.284Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-07T00:40:42.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.622s coverage: 63.5% of statements [2021-02-07T00:40:42.284Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-07T00:40:42.284Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-07T00:40:42.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.076s coverage: 100.0% of statements [2021-02-07T00:40:42.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.103s coverage: 91.3% of statements [2021-02-07T00:40:42.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements [2021-02-07T00:40:42.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements [2021-02-07T00:40:42.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.079s coverage: 100.0% of statements [2021-02-07T00:40:44.287Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.119s coverage: 68.9% of statements [2021-02-07T00:40:44.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-07T00:40:44.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-07T00:40:44.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-07T00:40:44.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-07T00:40:44.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-07T00:40:45.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.488s coverage: 37.0% of statements [2021-02-07T00:40:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-07T00:40:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-07T00:40:46.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.888s coverage: 84.0% of statements [2021-02-07T00:40:47.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.097s coverage: 100.0% of statements [2021-02-07T00:40:54.140Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.452s coverage: 47.0% of statements [2021-02-07T00:40:54.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-07T00:40:54.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-07T00:40:54.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-07T00:40:54.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-07T00:40:54.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-07T00:40:54.140Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.178s coverage: 100.0% of statements [2021-02-07T00:40:54.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-07T00:40:54.140Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.152s coverage: 100.0% of statements [2021-02-07T00:40:54.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-07T00:40:54.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-07T00:40:54.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-07T00:40:54.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-07T00:40:54.141Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.288s coverage: 87.7% of statements [2021-02-07T00:40:54.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-07T00:40:54.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:40:54.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-07T00:41:06.582Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.214s coverage: 29.1% of statements [2021-02-07T00:41:06.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-07T00:41:06.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-07T00:41:06.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-07T00:41:06.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-07T00:41:06.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-07T00:41:06.582Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.234s coverage: 99.0% of statements [2021-02-07T00:41:06.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-07T00:41:06.582Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.123s coverage: 100.0% of statements [2021-02-07T00:41:06.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-07T00:41:06.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-07T00:41:06.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-07T00:41:06.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-07T00:41:06.582Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.204s coverage: 100.0% of statements [2021-02-07T00:41:06.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-07T00:41:06.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:41:06.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-07T00:41:06.582Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.052s coverage: 0.0% of statements [2021-02-07T00:41:06.582Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-07T00:41:06.582Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements [2021-02-07T00:41:06.582Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-07T00:41:06.582Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-07T00:41:06.582Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-07T00:41:06.582Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-07T00:41:06.582Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.109s coverage: 87.9% of statements [2021-02-07T00:41:06.582Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-07T00:41:06.582Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-07T00:41:06.582Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.078s coverage: 100.0% of statements [2021-02-07T00:41:06.582Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.085s coverage: 32.1% of statements [2021-02-07T00:41:06.582Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements [2021-02-07T00:41:06.582Z] GO111MODULE=on go vet ./... [2021-02-07T00:42:10.201Z] Running on prd-ubuntu18.04-docker-8c-8g-25378 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws [2021-02-07T00:42:10.292Z] Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout [2021-02-07T00:42:12.408Z] using credential edgex-jenkins-ssh [2021-02-07T00:42:12.471Z] Cloning the remote Git repository [2021-02-07T00:42:12.489Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-07T00:42:12.554Z] > git init /w/workspace/edgex-go/14 # timeout=10 [2021-02-07T00:42:12.585Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-07T00:42:12.586Z] > git --version # timeout=10 [2021-02-07T00:42:12.592Z] > git --version # 'git version 2.17.1' [2021-02-07T00:42:12.593Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-07T00:42:12.618Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-07T00:42:26.151Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-07T00:42:26.160Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-07T00:42:26.171Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-07T00:42:26.185Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-07T00:42:26.185Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-07T00:42:26.189Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-07T00:42:26.643Z] Merging remotes/origin/master commit 27e67a26db9587a799bf14cca6c65a65d4396aa9 into PR head commit fd392bed0e6aa3df15982accdefbd664d19e588a [2021-02-07T00:42:26.852Z] Merge succeeded, producing a9fb50f10e9820e1f8230758b570f17c86793e99 [2021-02-07T00:42:26.852Z] Checking out Revision a9fb50f10e9820e1f8230758b570f17c86793e99 (PR-3113) [2021-02-07T00:42:26.670Z] > git config core.sparsecheckout # timeout=10 [2021-02-07T00:42:26.675Z] > git checkout -f fd392bed0e6aa3df15982accdefbd664d19e588a # timeout=10 [2021-02-07T00:42:26.776Z] > git remote # timeout=10 [2021-02-07T00:42:26.783Z] > git config --get remote.origin.url # timeout=10 [2021-02-07T00:42:26.788Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-07T00:42:26.791Z] > git merge 27e67a26db9587a799bf14cca6c65a65d4396aa9 # timeout=10 [2021-02-07T00:42:26.862Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-07T00:42:26.872Z] > git config core.sparsecheckout # timeout=10 [2021-02-07T00:42:26.876Z] > git checkout -f a9fb50f10e9820e1f8230758b570f17c86793e99 # timeout=10 [2021-02-07T00:42:30.555Z] Commit message: "Merge commit '27e67a26db9587a799bf14cca6c65a65d4396aa9' into HEAD" [2021-02-07T00:42:30.567Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:42:31.654Z] + echo snap-build.sh [2021-02-07T00:42:31.654Z] snap-build.sh [2021-02-07T00:42:31.654Z] + SNAP_BASE_DIR=. [2021-02-07T00:42:31.654Z] + '[' '!' -z /w/workspace/edgex-go/14 ']' [2021-02-07T00:42:31.654Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/14 [2021-02-07T00:42:31.654Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/14]' [2021-02-07T00:42:31.654Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/14] [2021-02-07T00:42:31.654Z] + cd /w/workspace/edgex-go/14 [2021-02-07T00:42:31.654Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-07T00:42:31.654Z] Reading package lists... [2021-02-07T00:42:31.654Z] Building dependency tree... [2021-02-07T00:42:31.654Z] Reading state information... [2021-02-07T00:42:31.934Z] The following packages were automatically installed and are no longer required: [2021-02-07T00:42:31.934Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-07T00:42:31.935Z] uidmap xdelta3 [2021-02-07T00:42:31.935Z] Use 'sudo apt autoremove' to remove them. [2021-02-07T00:42:31.935Z] The following packages will be REMOVED: [2021-02-07T00:42:31.935Z] lxd* lxd-client* [2021-02-07T00:42:32.203Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-07T00:42:32.203Z] After this operation, 31.7 MB disk space will be freed. [2021-02-07T00:42:30.579Z] > git rev-list --no-walk ad72fea3fceed8a04ec638e58c84fc6aeef660bf # timeout=10 [2021-02-07T00:42:33.258Z] (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-07T00:42:33.258Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-07T00:42:34.205Z] Removing lxd dnsmasq configuration [2021-02-07T00:42:34.205Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-07T00:42:34.467Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-07T00:42:35.453Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-07T00:42:35.716Z] (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-07T00:42:35.716Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-07T00:42:37.112Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-07T00:42:37.112Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-07T00:42:38.502Z] + sudo snap remove --purge lxd [2021-02-07T00:42:38.502Z] snap "lxd" is not installed [2021-02-07T00:42:38.502Z] + sudo groupadd --force --system lxd [2021-02-07T00:42:38.502Z] ++ whoami [2021-02-07T00:42:38.502Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-07T00:42:38.767Z] + newgrp - lxd [2021-02-07T00:42:38.767Z] + sudo snap install lxd [2021-02-07T00:42:44.085Z] gofmt -l . [2021-02-07T00:42:44.085Z] [ "`gofmt -l .`" = "" ] [2021-02-07T00:42:44.085Z] ./bin/test-go-mod-tidy.sh [2021-02-07T00:42:44.085Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-07T00:42:44.809Z] + ls -al . [2021-02-07T00:42:44.809Z] total 724 [2021-02-07T00:42:44.809Z] drwxrwxr-x 9 1001 1001 4096 Feb 7 00:42 . [2021-02-07T00:42:44.809Z] drwxr-xr-x 4 root root 4096 Feb 7 00:37 .. [2021-02-07T00:42:44.809Z] -rw-rw-r-- 1 1001 1001 11 Feb 7 00:35 .dockerignore [2021-02-07T00:42:44.809Z] drwxrwxr-x 8 1001 1001 4096 Feb 7 00:35 .git [2021-02-07T00:42:44.809Z] drwxrwxr-x 3 1001 1001 4096 Feb 7 00:35 .github [2021-02-07T00:42:44.809Z] -rw-rw-r-- 1 1001 1001 872 Feb 7 00:35 .gitignore [2021-02-07T00:42:44.809Z] -rw-rw-r-- 1 1001 1001 166 Feb 7 00:35 .sonarcloud.properties [2021-02-07T00:42:44.809Z] -rw-rw-r-- 1 1001 1001 7859 Feb 7 00:35 Attribution.txt [2021-02-07T00:42:44.810Z] -rw-rw-r-- 1 1001 1001 3804 Feb 7 00:35 CONTRIBUTING.md [2021-02-07T00:42:44.810Z] -rw-rw-r-- 1 1001 1001 931 Feb 7 00:35 Dockerfile.build [2021-02-07T00:42:44.810Z] -rw-rw-r-- 1 1001 1001 863 Feb 7 00:35 Jenkinsfile [2021-02-07T00:42:44.810Z] -rw-rw-r-- 1 1001 1001 10775 Feb 7 00:35 LICENSE [2021-02-07T00:42:44.810Z] -rw-rw-r-- 1 1001 1001 6001 Feb 7 00:35 Makefile [2021-02-07T00:42:44.810Z] -rw-rw-r-- 1 1001 1001 6524 Feb 7 00:35 README.md [2021-02-07T00:42:44.810Z] -rw-rw-r-- 1 1001 1001 6755 Feb 7 00:35 SECURITY.md [2021-02-07T00:42:44.810Z] -rw-rw-r-- 1 1001 1001 5 Feb 7 00:31 VERSION [2021-02-07T00:42:44.810Z] -rw-rw-r-- 1 1001 1001 4131 Feb 7 00:35 ZMQWindows.md [2021-02-07T00:42:44.810Z] drwxrwxr-x 2 1001 1001 4096 Feb 7 00:35 bin [2021-02-07T00:42:44.810Z] drwxrwxr-x 15 1001 1001 4096 Feb 7 00:35 cmd [2021-02-07T00:42:44.810Z] -rw-r--r-- 1 root root 590503 Feb 7 00:41 coverage.out [2021-02-07T00:42:44.810Z] -rw-r--r-- 1 root root 1054 Feb 7 00:42 go.mod [2021-02-07T00:42:44.810Z] -rw-r--r-- 1 root root 19290 Feb 7 00:42 go.sum [2021-02-07T00:42:44.810Z] drwxrwxr-x 8 1001 1001 4096 Feb 7 00:35 internal [2021-02-07T00:42:44.810Z] drwxrwxr-x 4 1001 1001 4096 Feb 7 00:35 openapi [2021-02-07T00:42:44.810Z] drwxrwxr-x 4 1001 1001 4096 Feb 7 00:35 snap [2021-02-07T00:42:44.810Z] -rw-rw-r-- 1 1001 1001 168 Feb 7 00:35 version.go [Pipeline] sh [2021-02-07T00:42:45.516Z] + '[' -e coverage.out ] [2021-02-07T00:42:45.516Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-07T00:42:45.580Z] Warning: overwriting stash ‘coverage-report’ [2021-02-07T00:42:46.470Z] 2021-02-07T00:42:43Z INFO Waiting for automatic snapd restart... [2021-02-07T00:42:47.133Z] Stashed 1 file(s) [Pipeline] sh [2021-02-07T00:42:47.802Z] + make build [2021-02-07T00:42:47.802Z] 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-07T00:42:58.787Z] lxd 4.10 from Canonical* installed [2021-02-07T00:42:58.787Z] + sudo lxd init --auto [2021-02-07T00:43:02.928Z] 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-07T00:43:06.955Z] + sudo snap install --classic snapcraft [2021-02-07T00:43:11.183Z] snapcraft 4.4.4 from Canonical* installed [2021-02-07T00:43:11.183Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-07T00:43:11.183Z] + patch --verbose -p1 [2021-02-07T00:43:11.183Z] Hmm... Looks like a unified diff to me... [2021-02-07T00:43:11.183Z] The text leading up to this was: [2021-02-07T00:43:11.183Z] -------------------------- [2021-02-07T00:43:11.183Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-07T00:43:11.183Z] |From: Tony Espy [2021-02-07T00:43:11.183Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-07T00:43:11.183Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-07T00:43:11.183Z] | [2021-02-07T00:43:11.183Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-07T00:43:11.183Z] |optimize the snap CI check run for pull requests. When [2021-02-07T00:43:11.183Z] |applied, it essentially strips out everything (apps and [2021-02-07T00:43:11.183Z] |parts) from the snapcraft.yaml file except those required [2021-02-07T00:43:11.183Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-07T00:43:11.183Z] |catch changes to edgex-go that break the snap build. [2021-02-07T00:43:11.183Z] | [2021-02-07T00:43:11.183Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-07T00:43:11.183Z] |to update this patch file, otherwise it may fail to apply, [2021-02-07T00:43:11.183Z] |resulting in a failed snap build CI check in the associated [2021-02-07T00:43:11.183Z] |pull request. [2021-02-07T00:43:11.183Z] | [2021-02-07T00:43:11.183Z] |Note - in addition to applying this patch, the pipeline also [2021-02-07T00:43:11.183Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-07T00:43:11.183Z] |need to build the finally binary .snap file (and it won't [2021-02-07T00:43:11.183Z] |work with the patch applied). This further reduces the build [2021-02-07T00:43:11.183Z] |time. [2021-02-07T00:43:11.183Z] |--- [2021-02-07T00:43:11.183Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-07T00:43:11.183Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-07T00:43:11.183Z] | [2021-02-07T00:43:11.183Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-07T00:43:11.183Z] |index 1e537489..faf42425 100644 [2021-02-07T00:43:11.183Z] |--- a/snap/snapcraft.yaml [2021-02-07T00:43:11.183Z] |+++ b/snap/snapcraft.yaml [2021-02-07T00:43:11.183Z] -------------------------- [2021-02-07T00:43:11.183Z] patching file snap/snapcraft.yaml [2021-02-07T00:43:11.183Z] Using Plan A... [2021-02-07T00:43:11.183Z] Hunk #1 succeeded at 73. [2021-02-07T00:43:11.183Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-07T00:43:11.183Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-07T00:43:11.183Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-07T00:43:11.183Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-07T00:43:11.183Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-07T00:43:11.183Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-07T00:43:11.183Z] Hunk #8 succeeded at 342. [2021-02-07T00:43:11.183Z] Hmm... Ignoring the trailing garbage. [2021-02-07T00:43:11.183Z] done [2021-02-07T00:43:11.183Z] + sudo snapcraft prime --use-lxd [2021-02-07T00:43:12.572Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-07T00:43:12.572Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-07T00:43:12.572Z] - README.md [2021-02-07T00:43:12.572Z] - snapcraft.yaml.orig [2021-02-07T00:43:12.572Z] [2021-02-07T00:43:12.572Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-07T00:43:13.145Z] Launching a container. [2021-02-07T00:43:25.386Z] Waiting for container to be ready [2021-02-07T00:43:25.386Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-07T00:43:25.386Z] [2021-02-07T00:43:28.715Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-07T00:43:28.978Z] Waiting for network to be ready... [2021-02-07T00:43:29.570Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-07T00:43:29.570Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-07T00:43:29.570Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-07T00:43:29.842Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-07T00:43:29.842Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-07T00:43:29.842Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-07T00:43:29.842Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-07T00:43:29.843Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-07T00:43:29.843Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-07T00:43:29.843Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-07T00:43:29.872Z] 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-07T00:43:30.108Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-07T00:43:30.368Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-07T00:43:30.630Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-07T00:43:30.630Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-07T00:43:30.630Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-07T00:43:30.630Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-07T00:43:30.630Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-07T00:43:30.630Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-07T00:43:30.890Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-07T00:43:31.151Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-07T00:43:31.151Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-07T00:43:31.151Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-07T00:43:31.151Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-07T00:43:31.151Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-07T00:43:31.151Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-07T00:43:31.151Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-07T00:43:31.412Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-07T00:43:33.355Z] Fetched 23.9 MB in 4s (5970 kB/s) [2021-02-07T00:43:34.177Z] 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-07T00:43:34.304Z] Reading package lists... [2021-02-07T00:43:34.566Z] Reading package lists... [2021-02-07T00:43:34.566Z] Building dependency tree... [2021-02-07T00:43:34.566Z] Reading state information... [2021-02-07T00:43:34.826Z] The following additional packages will be installed: [2021-02-07T00:43:34.827Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-07T00:43:34.827Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-07T00:43:34.827Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-07T00:43:34.827Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-07T00:43:34.827Z] Suggested packages: [2021-02-07T00:43:34.827Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-07T00:43:34.827Z] Recommended packages: [2021-02-07T00:43:34.827Z] gnupg libsasl2-modules [2021-02-07T00:43:34.827Z] The following NEW packages will be installed: [2021-02-07T00:43:34.827Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-07T00:43:34.827Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-07T00:43:34.827Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-07T00:43:34.827Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-07T00:43:34.827Z] The following packages will be upgraded: [2021-02-07T00:43:34.827Z] gpg gpg-agent gpgconf libudev1 [2021-02-07T00:43:35.087Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-07T00:43:35.087Z] Need to get 3533 kB of archives. [2021-02-07T00:43:35.087Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-07T00:43:35.087Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-07T00:43:35.087Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-07T00:43:35.351Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-07T00:43:35.613Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-07T00:43:35.613Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-07T00:43:35.613Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-02-07T00:43:35.613Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-07T00:43:35.613Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-07T00:43:35.613Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-02-07T00:43:35.613Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-07T00:43:35.875Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-07T00:43:35.875Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-07T00:43:35.875Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-07T00:43:35.875Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-07T00:43:35.875Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-07T00:43:35.875Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-07T00:43:35.875Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-07T00:43:35.875Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-07T00:43:35.875Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-07T00:43:35.875Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-07T00:43:35.875Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-07T00:43:35.875Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-07T00:43:36.135Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-07T00:43:36.135Z] Fetched 3533 kB in 1s (3200 kB/s) [2021-02-07T00:43:36.135Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-07T00:43:36.135Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-07T00:43:36.135Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-07T00:43:36.135Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-07T00:43:36.397Z] Selecting previously unselected package udev. [2021-02-07T00:43:36.397Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-07T00:43:36.397Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-07T00:43:36.397Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-07T00:43:36.659Z] Selecting previously unselected package libfuse2:amd64. [2021-02-07T00:43:36.659Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-07T00:43:36.659Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-07T00:43:36.926Z] Selecting previously unselected package fuse. [2021-02-07T00:43:36.926Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-07T00:43:36.926Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-07T00:43:36.926Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-07T00:43:36.926Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-07T00:43:36.926Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-07T00:43:37.188Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-07T00:43:37.188Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-07T00:43:37.188Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-07T00:43:37.188Z] Selecting previously unselected package libksba8:amd64. [2021-02-07T00:43:37.188Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-07T00:43:37.450Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-07T00:43:37.450Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-07T00:43:37.450Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-07T00:43:37.450Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:43:37.450Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-07T00:43:37.450Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-07T00:43:37.450Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:43:37.715Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-07T00:43:37.715Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-07T00:43:37.715Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:43:37.715Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-07T00:43:37.715Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-07T00:43:37.715Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:43:37.976Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-07T00:43:37.976Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-07T00:43:37.976Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:43:37.976Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-07T00:43:37.976Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-07T00:43:37.976Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:43:38.239Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-07T00:43:38.239Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-07T00:43:38.239Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:43:38.239Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-07T00:43:38.239Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-07T00:43:38.239Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:43:38.499Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-07T00:43:38.499Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-07T00:43:38.499Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:43:38.499Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-07T00:43:38.499Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-07T00:43:38.499Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-07T00:43:38.499Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-07T00:43:38.499Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-07T00:43:38.499Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-07T00:43:38.760Z] Selecting previously unselected package libldap-common. [2021-02-07T00:43:38.760Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-07T00:43:38.760Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-07T00:43:38.760Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-07T00:43:38.760Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-07T00:43:38.760Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-07T00:43:39.020Z] Selecting previously unselected package dirmngr. [2021-02-07T00:43:39.020Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-07T00:43:39.020Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-07T00:43:39.020Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-07T00:43:39.020Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-07T00:43:39.282Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-07T00:43:39.282Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-07T00:43:39.282Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-07T00:43:39.282Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-07T00:43:39.282Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:43:39.282Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-07T00:43:39.282Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-07T00:43:39.545Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-07T00:43:39.558Z] 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-07T00:43:39.806Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-07T00:43:39.807Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:43:39.807Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-07T00:43:40.067Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-07T00:43:40.067Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-07T00:43:40.067Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:43:40.067Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:43:40.067Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:43:40.067Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:43:40.328Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:43:40.328Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:43:40.328Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:43:40.328Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-07T00:43:40.328Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-07T00:43:40.328Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-07T00:43:40.902Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-07T00:43:40.902Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-07T00:43:40.902Z] This means they are not meant to be enabled using systemctl. [2021-02-07T00:43:40.902Z] Possible reasons for having this kind of units are: [2021-02-07T00:43:40.902Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-07T00:43:40.902Z] .wants/ or .requires/ directory. [2021-02-07T00:43:40.902Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-07T00:43:40.902Z] a requirement dependency on it. [2021-02-07T00:43:40.902Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-07T00:43:40.902Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-07T00:43:40.902Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-07T00:43:40.902Z] instance name specified. [2021-02-07T00:43:40.985Z] 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-07T00:43:41.166Z] Reading package lists... [2021-02-07T00:43:41.428Z] Building dependency tree... [2021-02-07T00:43:41.428Z] Reading state information... [2021-02-07T00:43:41.691Z] The following additional packages will be installed: [2021-02-07T00:43:41.691Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-07T00:43:41.691Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-07T00:43:41.691Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-07T00:43:41.691Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-07T00:43:41.691Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-07T00:43:41.691Z] Suggested packages: [2021-02-07T00:43:41.691Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-07T00:43:41.691Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-07T00:43:41.691Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-07T00:43:41.691Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-07T00:43:41.691Z] systemd-container policykit-1 [2021-02-07T00:43:41.691Z] Recommended packages: [2021-02-07T00:43:41.691Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-07T00:43:41.691Z] The following NEW packages will be installed: [2021-02-07T00:43:41.691Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-07T00:43:41.691Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-07T00:43:41.691Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-07T00:43:41.691Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-07T00:43:41.691Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-07T00:43:41.691Z] The following packages will be upgraded: [2021-02-07T00:43:41.691Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-07T00:43:41.691Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-07T00:43:41.691Z] Need to get 35.2 MB of archives. [2021-02-07T00:43:41.691Z] After this operation, 141 MB of additional disk space will be used. [2021-02-07T00:43:41.691Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-07T00:43:41.953Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-07T00:43:41.953Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-07T00:43:41.953Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-07T00:43:41.953Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-07T00:43:41.953Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-07T00:43:41.953Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-07T00:43:41.953Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-07T00:43:41.953Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-07T00:43:41.953Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-07T00:43:41.953Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-07T00:43:41.953Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-07T00:43:41.953Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-07T00:43:41.953Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-07T00:43:41.953Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-07T00:43:41.953Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-07T00:43:41.953Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-07T00:43:41.953Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-07T00:43:42.527Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-07T00:43:42.527Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-07T00:43:42.527Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-07T00:43:42.527Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-07T00:43:42.786Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-07T00:43:42.786Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-07T00:43:42.786Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-07T00:43:42.786Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-07T00:43:42.786Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-07T00:43:42.786Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-07T00:43:42.786Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-07T00:43:42.786Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-07T00:43:44.171Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-07T00:43:44.171Z] Fetched 35.2 MB in 2s (15.7 MB/s) [2021-02-07T00:43:44.171Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-07T00:43:44.171Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-07T00:43:44.171Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-07T00:43:44.749Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-07T00:43:45.017Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-07T00:43:45.017Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-07T00:43:45.017Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-07T00:43:45.017Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-07T00:43:45.284Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-07T00:43:45.545Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-07T00:43:45.545Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-07T00:43:45.545Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-07T00:43:45.806Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-07T00:43:46.067Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-07T00:43:46.068Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-07T00:43:46.333Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-07T00:43:46.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-07T00:43:46.594Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-07T00:43:46.594Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-07T00:43:46.594Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-07T00:43:46.856Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-07T00:43:46.856Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-07T00:43:46.856Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-07T00:43:47.117Z] Selecting previously unselected package libexpat1:amd64. [2021-02-07T00:43:47.117Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-07T00:43:47.117Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-07T00:43:47.117Z] Selecting previously unselected package python3.6-minimal. [2021-02-07T00:43:47.117Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-07T00:43:47.117Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-07T00:43:47.382Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-07T00:43:47.382Z] Checking for services that may need to be restarted...done. [2021-02-07T00:43:47.382Z] Checking for services that may need to be restarted...done. [2021-02-07T00:43:47.643Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-07T00:43:47.643Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-07T00:43:47.643Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-07T00:43:48.217Z] Selecting previously unselected package python3-minimal. [2021-02-07T00:43:48.217Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-07T00:43:48.217Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-07T00:43:48.217Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-07T00:43:48.217Z] Selecting previously unselected package mime-support. [2021-02-07T00:43:48.217Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-07T00:43:48.217Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-07T00:43:48.480Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-07T00:43:48.480Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-07T00:43:48.480Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-07T00:43:48.480Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-07T00:43:48.480Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-07T00:43:48.480Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-07T00:43:48.743Z] Selecting previously unselected package python3.6. [2021-02-07T00:43:48.743Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-07T00:43:48.743Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-07T00:43:48.743Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-07T00:43:48.743Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-07T00:43:48.743Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-07T00:43:49.004Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-07T00:43:49.004Z] Selecting previously unselected package python3. [2021-02-07T00:43:49.265Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-07T00:43:49.265Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-07T00:43:49.265Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-07T00:43:49.265Z] Selecting previously unselected package multiarch-support. [2021-02-07T00:43:49.265Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-07T00:43:49.265Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-07T00:43:49.265Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-07T00:43:49.266Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-07T00:43:49.266Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-07T00:43:49.266Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-07T00:43:49.266Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-07T00:43:49.527Z] Selecting previously unselected package libbsd0:amd64. [2021-02-07T00:43:49.527Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-07T00:43:49.527Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-07T00:43:49.527Z] Selecting previously unselected package sudo. [2021-02-07T00:43:49.527Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-07T00:43:49.527Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-07T00:43:49.787Z] Selecting previously unselected package apparmor. [2021-02-07T00:43:49.787Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-07T00:43:49.787Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-07T00:43:50.050Z] Selecting previously unselected package libedit2:amd64. [2021-02-07T00:43:50.050Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-07T00:43:50.050Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-07T00:43:50.050Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-07T00:43:50.050Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-07T00:43:50.050Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-07T00:43:50.311Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-07T00:43:50.311Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-07T00:43:50.311Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-07T00:43:50.311Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-07T00:43:50.311Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-07T00:43:50.311Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-07T00:43:50.578Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-07T00:43:50.578Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-07T00:43:50.578Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-07T00:43:50.840Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-07T00:43:50.840Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-07T00:43:50.840Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-07T00:43:51.102Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-07T00:43:51.102Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-07T00:43:51.102Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-07T00:43:51.364Z] Selecting previously unselected package openssh-client. [2021-02-07T00:43:51.364Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-07T00:43:51.364Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-07T00:43:51.364Z] Selecting previously unselected package squashfs-tools. [2021-02-07T00:43:51.364Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-07T00:43:51.364Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-07T00:43:51.625Z] Selecting previously unselected package snapd. [2021-02-07T00:43:51.625Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-07T00:43:51.625Z] Unpacking snapd (2.48+18.04) ... [2021-02-07T00:43:51.769Z] 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-07T00:43:53.541Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-07T00:43:53.541Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-07T00:43:53.541Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-07T00:43:53.802Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-07T00:43:53.802Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-07T00:43:53.802Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-07T00:43:53.802Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-07T00:43:53.802Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-07T00:43:53.802Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-07T00:43:54.747Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-07T00:43:55.008Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-07T00:43:55.008Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-07T00:43:55.008Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-07T00:43:55.008Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-07T00:43:55.008Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-07T00:43:55.580Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-07T00:43:55.580Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-07T00:43:55.580Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-07T00:43:55.580Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-07T00:43:55.580Z] running python rtupdate hooks for python3.6... [2021-02-07T00:43:55.580Z] running python post-rtupdate hooks for python3.6... [2021-02-07T00:43:55.843Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-07T00:43:56.057Z] 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-07T00:43:57.764Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-07T00:43:58.025Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-07T00:43:58.025Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-07T00:43:58.285Z] Setting up snapd (2.48+18.04) ... [2021-02-07T00:43:58.546Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-07T00:43:58.807Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-07T00:43:59.068Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-07T00:43:59.327Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-07T00:43:59.327Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-07T00:43:59.327Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-07T00:43:59.588Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-07T00:43:59.849Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-07T00:43:59.849Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-07T00:44:00.110Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-07T00:44:00.350Z] 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-07T00:44:00.371Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-02-07T00:44:00.371Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-07T00:44:00.371Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-07T00:44:01.317Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-07T00:44:01.317Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-07T00:44:01.317Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-07T00:44:02.519Z] Reading package lists... [2021-02-07T00:44:02.781Z] Reading package lists... [2021-02-07T00:44:03.043Z] Building dependency tree... [2021-02-07T00:44:03.043Z] Reading state information... [2021-02-07T00:44:03.043Z] Calculating upgrade... [2021-02-07T00:44:03.305Z] The following packages will be upgraded: [2021-02-07T00:44:03.305Z] advancecomp base-files bash binutils binutils-common [2021-02-07T00:44:03.305Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-07T00:44:03.305Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-07T00:44:03.305Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-07T00:44:03.305Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-07T00:44:03.305Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-07T00:44:03.305Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-07T00:44:03.305Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-07T00:44:03.305Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-07T00:44:03.305Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-07T00:44:03.305Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-07T00:44:03.305Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-07T00:44:03.305Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-07T00:44:03.305Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-07T00:44:03.305Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-07T00:44:03.568Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-07T00:44:03.568Z] Need to get 63.8 MB of archives. [2021-02-07T00:44:03.568Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-07T00:44:03.568Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-07T00:44:03.568Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-07T00:44:04.140Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-07T00:44:04.140Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-07T00:44:04.140Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-07T00:44:04.140Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-07T00:44:04.140Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-07T00:44:04.141Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-07T00:44:04.141Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-07T00:44:04.141Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-07T00:44:04.141Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-07T00:44:04.141Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-07T00:44:04.141Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-07T00:44:04.401Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-07T00:44:04.401Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-07T00:44:04.401Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-07T00:44:04.401Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-07T00:44:04.401Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-07T00:44:04.401Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-07T00:44:04.401Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-07T00:44:04.401Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-07T00:44:04.401Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-07T00:44:04.653Z] 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-07T00:44:04.662Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-07T00:44:04.662Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-07T00:44:04.662Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-07T00:44:04.662Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-07T00:44:04.662Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-07T00:44:04.662Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-07T00:44:04.662Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-07T00:44:04.662Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-07T00:44:04.662Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-07T00:44:04.662Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-07T00:44:04.662Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-07T00:44:04.662Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-07T00:44:04.662Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-07T00:44:04.662Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-07T00:44:04.662Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-07T00:44:04.922Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-07T00:44:04.922Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-07T00:44:04.922Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-07T00:44:04.922Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-07T00:44:04.922Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-07T00:44:04.922Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-07T00:44:04.922Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-07T00:44:04.922Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-07T00:44:04.922Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-07T00:44:04.922Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-07T00:44:04.922Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-07T00:44:04.922Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-07T00:44:04.922Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-07T00:44:04.922Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-07T00:44:04.922Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-07T00:44:04.922Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-07T00:44:04.922Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-07T00:44:04.922Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-07T00:44:04.922Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-07T00:44:04.922Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-07T00:44:04.922Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-07T00:44:04.922Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-07T00:44:05.184Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-07T00:44:05.184Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-07T00:44:05.184Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-07T00:44:05.184Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-07T00:44:05.184Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-07T00:44:05.184Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-07T00:44:05.184Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-07T00:44:05.184Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-07T00:44:05.184Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-07T00:44:05.184Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-07T00:44:05.184Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-07T00:44:05.184Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-07T00:44:05.184Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-07T00:44:05.184Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-07T00:44:05.184Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-07T00:44:05.184Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-07T00:44:05.447Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-07T00:44:05.447Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-07T00:44:05.447Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-07T00:44:05.447Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-07T00:44:05.447Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-07T00:44:05.447Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-07T00:44:05.447Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-07T00:44:05.447Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-07T00:44:05.447Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-07T00:44:05.447Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-07T00:44:05.709Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-07T00:44:05.709Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-07T00:44:05.709Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-07T00:44:05.709Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-07T00:44:05.709Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-07T00:44:06.283Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-07T00:44:06.856Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-07T00:44:06.856Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-07T00:44:07.119Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-07T00:44:07.381Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-07T00:44:07.381Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-07T00:44:07.381Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-07T00:44:07.381Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-07T00:44:07.381Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-07T00:44:07.644Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-07T00:44:07.644Z] Fetched 63.8 MB in 4s (15.3 MB/s) [2021-02-07T00:44:07.644Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:44:07.644Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-07T00:44:07.644Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-07T00:44:08.215Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-07T00:44:08.475Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-07T00:44:08.475Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-07T00:44:08.475Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-07T00:44:08.945Z] 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-07T00:44:09.417Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-07T00:44:09.417Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-07T00:44:09.417Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-07T00:44:09.417Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-07T00:44:09.679Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-07T00:44:09.679Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-07T00:44:09.679Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-07T00:44:09.679Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-07T00:44:09.941Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-07T00:44:09.942Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-07T00:44:09.942Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-07T00:44:10.202Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-07T00:44:10.202Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-07T00:44:10.202Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-07T00:44:10.464Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-07T00:44:10.464Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-07T00:44:10.464Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-07T00:44:10.464Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-07T00:44:10.725Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-07T00:44:10.725Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-07T00:44:10.725Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-07T00:44:10.725Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-07T00:44:10.985Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-07T00:44:10.985Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-07T00:44:10.985Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-07T00:44:11.245Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-07T00:44:11.245Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-07T00:44:11.506Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-07T00:44:11.506Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-07T00:44:11.506Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-07T00:44:12.081Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-07T00:44:12.319Z] 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-07T00:44:12.341Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-07T00:44:12.341Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-07T00:44:12.341Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-07T00:44:12.341Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-07T00:44:12.601Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-07T00:44:12.863Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-07T00:44:12.863Z] Installing new version of config file /etc/issue ... [2021-02-07T00:44:12.863Z] Installing new version of config file /etc/issue.net ... [2021-02-07T00:44:12.863Z] Installing new version of config file /etc/lsb-release ... [2021-02-07T00:44:12.863Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-07T00:44:13.123Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-07T00:44:13.386Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-07T00:44:13.386Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-07T00:44:13.386Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:44:13.386Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-07T00:44:13.386Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-07T00:44:13.646Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-07T00:44:13.646Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-02-07T00:44:13.646Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:44:13.646Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-07T00:44:13.646Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-07T00:44:13.907Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-07T00:44:13.907Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:44:13.907Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-07T00:44:14.167Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-07T00:44:14.167Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-07T00:44:14.167Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:44:14.167Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-07T00:44:14.429Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-07T00:44:14.429Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-07T00:44:14.690Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:44:14.690Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-07T00:44:14.690Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-07T00:44:14.950Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-07T00:44:14.950Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:44:14.950Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-07T00:44:14.950Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-07T00:44:15.210Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-07T00:44:15.210Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:44:15.210Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-07T00:44:15.210Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-07T00:44:15.472Z] Setting up grep (3.1-2build1) ... [2021-02-07T00:44:15.472Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:44:15.472Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-07T00:44:15.472Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-07T00:44:15.733Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-07T00:44:15.733Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:44:15.733Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-07T00:44:15.993Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-07T00:44:15.993Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-07T00:44:15.993Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:44:15.993Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-07T00:44:15.993Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-07T00:44:16.570Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-07T00:44:16.570Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-07T00:44:16.834Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-07T00:44:16.834Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-07T00:44:17.415Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-07T00:44:17.415Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:44:17.415Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-07T00:44:17.415Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-07T00:44:18.361Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-07T00:44:18.361Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-07T00:44:18.621Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-07T00:44:18.621Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-07T00:44:18.621Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-07T00:44:18.881Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:44:18.881Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-07T00:44:18.881Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [Pipeline] } [2021-02-07T00:44:19.084Z] $ docker stop --time=1 ef2a2f7e23859b79a8493c89267376c8a568fb847bcc9067fe144a249c375810 [2021-02-07T00:44:19.142Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-07T00:44:19.142Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:44:19.142Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-07T00:44:19.142Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-07T00:44:19.142Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-07T00:44:19.402Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:44:19.402Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-07T00:44:19.402Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-07T00:44:19.663Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-07T00:44:19.663Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:44:19.663Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-07T00:44:19.663Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-07T00:44:19.663Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-07T00:44:19.924Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:44:19.924Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-07T00:44:19.924Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-07T00:44:19.924Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-07T00:44:20.188Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:44:20.188Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-07T00:44:20.188Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-07T00:44:20.188Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-07T00:44:20.450Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-07T00:44:20.450Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-07T00:44:20.712Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:44:20.712Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-07T00:44:20.712Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-07T00:44:20.712Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-07T00:44:20.971Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:44:20.971Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-07T00:44:20.971Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-07T00:44:20.971Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-07T00:44:20.971Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:44:20.971Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-07T00:44:20.971Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-07T00:44:21.232Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-07T00:44:21.232Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:44:21.232Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-07T00:44:21.232Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-07T00:44:21.614Z] $ docker rm -f ef2a2f7e23859b79a8493c89267376c8a568fb847bcc9067fe144a249c375810 [2021-02-07T00:44:21.812Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-07T00:44:22.073Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-07T00:44:22.336Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-07T00:44:22.597Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:44:22.597Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-07T00:44:22.597Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-07T00:44:22.857Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-07T00:44:22.857Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:44:22.857Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-02-07T00:44:23.118Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-07T00:44:23.118Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:44:23.381Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:44:23.381Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-07T00:44:23.381Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-07T00:44:23.642Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-07T00:44:23.652Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-07T00:44:23.652Z] [2021-02-07T00:44:23.652Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:44:23.906Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:44:23.906Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-07T00:44:23.906Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-07T00:44:23.906Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-07T00:44:24.028Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-07T00:44:24.200Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:44:24.200Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-07T00:44:24.200Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-07T00:44:24.200Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-07T00:44:24.310Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-07T00:44:24.310Z] 29e5d40040c1: Pulling fs layer [2021-02-07T00:44:24.310Z] 1ce36da41761: Pulling fs layer [2021-02-07T00:44:24.310Z] 25b303627fd3: Pulling fs layer [2021-02-07T00:44:24.463Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:44:24.463Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-07T00:44:24.463Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-07T00:44:24.463Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-07T00:44:24.585Z] 29e5d40040c1: Verifying Checksum [2021-02-07T00:44:24.585Z] 29e5d40040c1: Download complete [2021-02-07T00:44:24.725Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:44:24.725Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-07T00:44:24.725Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-07T00:44:24.986Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-07T00:44:24.986Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:44:24.986Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-07T00:44:25.188Z] 1ce36da41761: Verifying Checksum [2021-02-07T00:44:25.188Z] 1ce36da41761: Download complete [2021-02-07T00:44:25.252Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-07T00:44:25.252Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-07T00:44:25.460Z] 29e5d40040c1: Pull complete [2021-02-07T00:44:25.514Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:44:25.514Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-07T00:44:25.514Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-07T00:44:25.774Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-07T00:44:25.774Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-07T00:44:25.774Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-07T00:44:25.774Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-07T00:44:26.037Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-07T00:44:26.037Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:44:26.037Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-07T00:44:26.037Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-07T00:44:26.299Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-07T00:44:26.437Z] 1ce36da41761: Pull complete [2021-02-07T00:44:26.565Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:44:26.565Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-07T00:44:26.565Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-07T00:44:26.565Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-07T00:44:27.030Z] 25b303627fd3: Verifying Checksum [2021-02-07T00:44:27.030Z] 25b303627fd3: Download complete [2021-02-07T00:44:27.137Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:44:27.137Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-07T00:44:27.137Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-07T00:44:27.400Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-07T00:44:27.400Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:44:27.400Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-07T00:44:27.400Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-07T00:44:27.662Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-07T00:44:27.662Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:44:27.662Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-07T00:44:27.922Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-07T00:44:28.184Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-07T00:44:28.445Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:44:28.445Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-07T00:44:28.445Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-07T00:44:28.445Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-07T00:44:28.705Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:44:28.705Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-07T00:44:28.705Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-07T00:44:28.705Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-07T00:44:28.971Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:44:28.971Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-07T00:44:28.971Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-07T00:44:28.971Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-07T00:44:29.232Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:44:29.232Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-07T00:44:29.232Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-07T00:44:29.232Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-07T00:44:29.493Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:44:29.493Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-07T00:44:29.493Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-07T00:44:29.493Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-07T00:44:29.753Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:44:29.753Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-07T00:44:29.753Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-07T00:44:29.753Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-07T00:44:30.014Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:44:30.014Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-07T00:44:30.014Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-07T00:44:30.014Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-07T00:44:30.276Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-07T00:44:30.276Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-07T00:44:30.276Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-07T00:44:30.536Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-07T00:44:30.798Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-07T00:44:31.060Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-07T00:44:31.060Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-07T00:44:31.322Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-07T00:44:31.322Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-07T00:44:31.582Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-07T00:44:31.846Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-07T00:44:31.846Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-07T00:44:31.846Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-07T00:44:32.107Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-07T00:44:32.107Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-07T00:44:32.107Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-07T00:44:32.368Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-07T00:44:32.629Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-07T00:44:32.629Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-07T00:44:32.629Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-07T00:44:32.889Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-07T00:44:32.889Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-07T00:44:32.889Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-07T00:44:33.150Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-07T00:44:33.150Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-07T00:44:34.092Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-07T00:44:34.093Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-07T00:44:34.093Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-07T00:44:34.352Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-07T00:44:34.352Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-07T00:44:34.352Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-07T00:44:34.613Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-07T00:44:34.875Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-07T00:44:34.875Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-07T00:44:34.875Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-07T00:44:35.136Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-07T00:44:35.136Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-07T00:44:35.136Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-07T00:44:35.136Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-07T00:44:35.397Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-07T00:44:35.397Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-07T00:44:35.659Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-07T00:44:35.659Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-07T00:44:35.659Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-07T00:44:35.659Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-07T00:44:36.604Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-07T00:44:36.605Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-07T00:44:37.155Z] 25b303627fd3: Pull complete [2021-02-07T00:44:37.156Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-07T00:44:37.156Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-07T00:44:37.156Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-07T00:44:37.399Z] prd-ubuntu18.04-docker-arm64-4c-16g-25371 does not seem to be running inside a container [2021-02-07T00:44:37.482Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-07T00:44:37.546Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-07T00:44:37.546Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-07T00:44:38.494Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-07T00:44:38.494Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-07T00:44:38.494Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-07T00:44:38.754Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-07T00:44:39.325Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-07T00:44:39.586Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-07T00:44:39.586Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-07T00:44:39.586Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-07T00:44:39.847Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-07T00:44:39.847Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-07T00:44:39.847Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-07T00:44:40.109Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-07T00:44:40.109Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-07T00:44:40.109Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-07T00:44:40.370Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-07T00:44:40.370Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-07T00:44:40.370Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-07T00:44:40.370Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-07T00:44:40.631Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-07T00:44:40.631Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-07T00:44:40.712Z] $ docker top 1f540f7215110dbf50dc753d66d5231cc7e2b0a8000cc3438ebbf7d1ac81fcee -eo pid,comm [2021-02-07T00:44:40.892Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-07T00:44:40.892Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-07T00:44:40.892Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-07T00:44:40.892Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-07T00:44:40.892Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-07T00:44:40.892Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-07T00:44:40.892Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-07T00:44:40.892Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [Pipeline] { [Pipeline] sh [2021-02-07T00:44:41.153Z] [2021-02-07T00:44:41.153Z] Current default time zone: 'Etc/UTC' [2021-02-07T00:44:41.153Z] Local time is now: Sun Feb 7 00:44:41 UTC 2021. [2021-02-07T00:44:41.153Z] Universal Time is now: Sun Feb 7 00:44:41 UTC 2021. [2021-02-07T00:44:41.153Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-07T00:44:41.153Z] [2021-02-07T00:44:41.153Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-07T00:44:41.153Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-07T00:44:41.153Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-07T00:44:41.153Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-07T00:44:41.415Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-07T00:44:41.415Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-07T00:44:41.415Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-07T00:44:41.415Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-07T00:44:41.415Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-07T00:44:41.415Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-07T00:44:41.415Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-07T00:44:41.676Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-07T00:44:41.704Z] + docker-compose build --help [2021-02-07T00:44:41.705Z] + grep parallel [2021-02-07T00:44:41.941Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-07T00:44:41.941Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-07T00:44:41.941Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-07T00:44:41.941Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-07T00:44:41.941Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-07T00:44:41.941Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-07T00:44:41.941Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-07T00:44:41.941Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-07T00:44:41.941Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-07T00:44:42.202Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-07T00:44:42.202Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-07T00:44:44.137Z] Updating certificates in /etc/ssl/certs... [2021-02-07T00:44:45.082Z] 23 added, 27 removed; done. [2021-02-07T00:44:45.082Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-07T00:44:45.082Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-07T00:44:45.082Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-07T00:44:45.082Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-07T00:44:45.082Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-07T00:44:45.343Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-07T00:44:45.343Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-07T00:44:45.343Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-07T00:44:45.343Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-07T00:44:45.343Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-07T00:44:45.343Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-07T00:44:45.606Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-07T00:44:45.606Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-07T00:44:45.606Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-07T00:44:45.606Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-07T00:44:45.606Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-07T00:44:45.606Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-07T00:44:45.606Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-07T00:44:45.606Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-07T00:44:45.866Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-07T00:44:45.866Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-07T00:44:45.866Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-07T00:44:45.866Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-07T00:44:45.866Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-07T00:44:46.128Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-07T00:44:46.128Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-07T00:44:46.128Z] Updating certificates in /etc/ssl/certs... [2021-02-07T00:44:46.701Z] 0 added, 0 removed; done. [2021-02-07T00:44:46.701Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-07T00:44:46.701Z] done. [2021-02-07T00:44:47.093Z] --parallel Build images in parallel. [Pipeline] } [2021-02-07T00:44:47.119Z] $ docker stop --time=1 1f540f7215110dbf50dc753d66d5231cc7e2b0a8000cc3438ebbf7d1ac81fcee [2021-02-07T00:44:47.273Z] Reading package lists... [2021-02-07T00:44:47.273Z] Building dependency tree... [2021-02-07T00:44:47.273Z] Reading state information... [2021-02-07T00:44:47.534Z] The following NEW packages will be installed: [2021-02-07T00:44:47.534Z] apt-transport-https [2021-02-07T00:44:47.534Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-07T00:44:47.534Z] Need to get 1696 B of archives. [2021-02-07T00:44:47.534Z] After this operation, 153 kB of additional disk space will be used. [2021-02-07T00:44:47.534Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-07T00:44:47.534Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-07T00:44:47.534Z] Fetched 1696 B in 0s (21.4 kB/s) [2021-02-07T00:44:47.798Z] Selecting previously unselected package apt-transport-https. [2021-02-07T00:44:47.798Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-07T00:44:47.798Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-07T00:44:47.798Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-07T00:44:47.798Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-07T00:44:48.058Z] Waiting for network to be ready... [2021-02-07T00:44:49.032Z] $ docker rm -f 1f540f7215110dbf50dc753d66d5231cc7e2b0a8000cc3438ebbf7d1ac81fcee [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:44:49.810Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-07T00:44:49.810Z] . [Pipeline] withDockerContainer [2021-02-07T00:44:50.070Z] prd-ubuntu18.04-docker-arm64-4c-16g-25371 does not seem to be running inside a container [2021-02-07T00:44:50.154Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-07T00:44:51.576Z] $ docker top 4f7d59af6eb479d5947b54abb42fd235ea6932a0bc053291d9a2fc6d8e69715d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-07T00:44:52.559Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-07T00:44:54.666Z] 2021-02-07T00:44:51Z INFO Waiting for automatic snapd restart... [2021-02-07T00:44:54.666Z] snapd 2.48.2 from Canonical* installed [2021-02-07T00:44:55.240Z] "snapd" switched to the "latest/stable" channel [2021-02-07T00:44:55.240Z] [2021-02-07T00:44:56.985Z] Building docker-core-command-go ... [2021-02-07T00:44:56.985Z] Building docker-core-data-go ... [2021-02-07T00:44:56.985Z] Building docker-core-metadata-go ... [2021-02-07T00:44:56.985Z] Building docker-security-bootstrapper-go ... [2021-02-07T00:44:56.985Z] Building docker-security-proxy-setup-go ... [2021-02-07T00:44:56.985Z] Building docker-security-secretstore-setup-go ... [2021-02-07T00:44:56.985Z] Building docker-support-notifications-go ... [2021-02-07T00:44:56.985Z] Building docker-support-scheduler-go ... [2021-02-07T00:44:56.985Z] Building docker-sys-mgmt-agent-go ... [2021-02-07T00:44:56.985Z] Building docker-core-command-go [2021-02-07T00:44:56.985Z] Building docker-core-data-go [2021-02-07T00:44:56.985Z] Building docker-security-secretstore-setup-go [2021-02-07T00:44:56.985Z] Building docker-security-proxy-setup-go [2021-02-07T00:44:56.985Z] Building docker-core-metadata-go [2021-02-07T00:44:58.555Z] core18 20201210 from Canonical* installed [2021-02-07T00:44:58.555Z] "core18" switched to the "latest/stable" channel [2021-02-07T00:44:58.555Z] [2021-02-07T00:45:01.101Z] snapcraft 4.4.4 from Canonical* installed [2021-02-07T00:45:01.363Z] "snapcraft" switched to the "latest/stable" channel [2021-02-07T00:45:01.363Z] [2021-02-07T00:45:05.584Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-07T00:45:05.584Z] - README.md [2021-02-07T00:45:05.584Z] - snapcraft.yaml.orig [2021-02-07T00:45:05.584Z] [2021-02-07T00:45:05.584Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-07T00:45:12.203Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-07T00:45:12.203Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-07T00:45:12.203Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-07T00:45:12.203Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-07T00:45:12.774Z] Reading package lists... [2021-02-07T00:45:13.034Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-02-07T00:45:19.649Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-07T00:45:19.649Z] Reading package lists... [2021-02-07T00:45:19.649Z] Building dependency tree... [2021-02-07T00:45:19.649Z] Reading state information... [2021-02-07T00:45:19.649Z] Suggested packages: [2021-02-07T00:45:19.649Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-07T00:45:19.649Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-07T00:45:19.649Z] Recommended packages: [2021-02-07T00:45:19.649Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-07T00:45:19.649Z] The following NEW packages will be installed: [2021-02-07T00:45:19.649Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-07T00:45:19.649Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-07T00:45:19.649Z] pkg-config zip [2021-02-07T00:45:19.649Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-07T00:45:19.649Z] Need to get 7655 kB of archives. [2021-02-07T00:45:19.649Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-07T00:45:19.649Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-07T00:45:19.649Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-07T00:45:19.649Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-07T00:45:19.649Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-07T00:45:19.909Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-07T00:45:19.909Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-07T00:45:19.909Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-07T00:45:19.909Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-07T00:45:20.171Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-07T00:45:20.171Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-07T00:45:20.171Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-07T00:45:20.171Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-07T00:45:20.171Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-07T00:45:20.171Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-07T00:45:20.433Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-07T00:45:20.433Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-07T00:45:20.433Z] Fetched 7655 kB in 1s (10.2 MB/s) [2021-02-07T00:45:20.433Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-07T00:45:20.433Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-07T00:45:20.433Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-07T00:45:20.694Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-07T00:45:20.694Z] Selecting previously unselected package libpsl5:amd64. [2021-02-07T00:45:20.694Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-07T00:45:20.694Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-07T00:45:20.955Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-07T00:45:20.955Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-07T00:45:20.955Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-07T00:45:20.955Z] Selecting previously unselected package librtmp1:amd64. [2021-02-07T00:45:20.955Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-07T00:45:20.955Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-07T00:45:20.955Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-07T00:45:20.955Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-07T00:45:20.955Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-07T00:45:21.216Z] Selecting previously unselected package liberror-perl. [2021-02-07T00:45:21.216Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-07T00:45:21.216Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-07T00:45:21.216Z] Selecting previously unselected package git-man. [2021-02-07T00:45:21.217Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-07T00:45:21.217Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-07T00:45:21.477Z] Selecting previously unselected package git. [2021-02-07T00:45:21.477Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-07T00:45:21.477Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-07T00:45:22.048Z] Selecting previously unselected package libnorm1:amd64. [2021-02-07T00:45:22.048Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-07T00:45:22.048Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-07T00:45:22.309Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-07T00:45:22.309Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-07T00:45:22.309Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-07T00:45:22.309Z] Selecting previously unselected package libsodium23:amd64. [2021-02-07T00:45:22.309Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-07T00:45:22.309Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-07T00:45:22.568Z] Selecting previously unselected package libzmq5:amd64. [2021-02-07T00:45:22.568Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-07T00:45:22.568Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-07T00:45:22.568Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-07T00:45:22.568Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-07T00:45:22.568Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-07T00:45:22.829Z] Selecting previously unselected package pkg-config. [2021-02-07T00:45:22.829Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-07T00:45:22.829Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-07T00:45:22.829Z] Selecting previously unselected package zip. [2021-02-07T00:45:22.829Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-07T00:45:22.829Z] Unpacking zip (3.0-11build1) ... [2021-02-07T00:45:22.829Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-07T00:45:23.091Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-07T00:45:23.091Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-07T00:45:23.091Z] Setting up liberror-perl (0.17025-1) ... [2021-02-07T00:45:23.091Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-07T00:45:23.091Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-07T00:45:23.091Z] No schema files found: doing nothing. [2021-02-07T00:45:23.091Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-07T00:45:23.091Z] Setting up zip (3.0-11build1) ... [2021-02-07T00:45:23.091Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-07T00:45:23.091Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-07T00:45:23.091Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-07T00:45:23.350Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-07T00:45:23.350Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-07T00:45:23.350Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-07T00:45:23.350Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-07T00:45:23.350Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-07T00:45:29.939Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-07T00:45:29.939Z] git set to automatically installed. [2021-02-07T00:45:29.939Z] git-man set to automatically installed. [2021-02-07T00:45:29.939Z] libcurl3-gnutls set to automatically installed. [2021-02-07T00:45:29.939Z] liberror-perl set to automatically installed. [2021-02-07T00:45:29.939Z] libglib2.0-0 set to automatically installed. [2021-02-07T00:45:29.939Z] libnghttp2-14 set to automatically installed. [2021-02-07T00:45:29.939Z] libnorm1 set to automatically installed. [2021-02-07T00:45:29.939Z] libpgm-5.2-0 set to automatically installed. [2021-02-07T00:45:29.939Z] libpsl5 set to automatically installed. [2021-02-07T00:45:29.939Z] librtmp1 set to automatically installed. [2021-02-07T00:45:29.939Z] libsodium23 set to automatically installed. [2021-02-07T00:45:29.939Z] libzmq3-dev set to automatically installed. [2021-02-07T00:45:29.939Z] libzmq5 set to automatically installed. [2021-02-07T00:45:29.939Z] pkg-config set to automatically installed. [2021-02-07T00:45:29.939Z] zip set to automatically installed. [2021-02-07T00:45:31.859Z] snapd is not logged in, snap install commands will use sudo [2021-02-07T00:45:38.447Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-07T00:45:45.030Z] core18 20210128 from Canonical* refreshed [2021-02-07T00:45:45.030Z] Pulling config-common [2021-02-07T00:45:45.973Z] Pulling go-build-helper [2021-02-07T00:46:04.961Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:46:04.961Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:46:04.961Z] ---> e0e3efde57b8 [2021-02-07T00:46:04.961Z] Step 3/23 : WORKDIR /edgex-go [2021-02-07T00:46:04.961Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:46:04.961Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:46:04.961Z] ---> e0e3efde57b8 [2021-02-07T00:46:04.961Z] Step 3/23 : WORKDIR /edgex-go [2021-02-07T00:46:05.230Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:46:05.230Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:46:05.230Z] ---> e0e3efde57b8 [2021-02-07T00:46:05.230Z] Step 3/24 : WORKDIR /edgex-go [2021-02-07T00:46:05.230Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:46:05.230Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:46:05.230Z] ---> e0e3efde57b8 [2021-02-07T00:46:05.230Z] Step 3/23 : WORKDIR /edgex-go [2021-02-07T00:46:05.502Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:46:05.502Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:46:05.502Z] ---> e0e3efde57b8 [2021-02-07T00:46:05.502Z] Step 3/21 : WORKDIR /edgex-go [2021-02-07T00:46:07.976Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-07T00:46:07.976Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-07T00:46:07.976Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-07T00:46:07.976Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-07T00:46:07.976Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-07T00:46:07.976Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-07T00:46:07.976Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-07T00:46:07.976Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-07T00:46:07.976Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-07T00:46:07.976Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-07T00:46:07.976Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-07T00:46:07.976Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-07T00:46:07.976Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-07T00:46:07.976Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-07T00:46:07.976Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-07T00:46:07.976Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-07T00:46:07.976Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-07T00:46:07.976Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-07T00:46:07.976Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-07T00:46:07.976Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-07T00:46:07.976Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-07T00:46:07.976Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-07T00:46:07.976Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-07T00:46:07.976Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-07T00:46:07.976Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-07T00:46:07.976Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-07T00:46:07.976Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-07T00:46:07.976Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-07T00:46:07.977Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-07T00:46:07.977Z] Fetched 279 kB in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-07T00:46:07.977Z] Fetched 122 kB in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-07T00:46:07.977Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-07T00:46:07.977Z] Fetched 8848 B in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-07T00:46:07.977Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-07T00:46:07.977Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-07T00:46:07.977Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-07T00:46:07.977Z] Fetched 214 kB in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-07T00:46:07.977Z] Fetched 155 kB in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-07T00:46:07.977Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-07T00:46:07.977Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-07T00:46:07.977Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-07T00:46:07.977Z] Fetched 499 kB in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-07T00:46:07.977Z] Fetched 111 kB in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-07T00:46:07.977Z] Fetched 240 kB in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-07T00:46:07.977Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-07T00:46:07.977Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-07T00:46:07.977Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-07T00:46:07.977Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-07T00:46:07.977Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-07T00:46:07.977Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-07T00:46:07.977Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-07T00:46:07.977Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-07T00:46:07.977Z] Fetched 8720 B in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-07T00:46:07.977Z] Fetched 137 kB in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-07T00:46:07.977Z] Fetched 119 kB in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-07T00:46:07.977Z] Fetched 109 kB in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-07T00:46:07.977Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-07T00:46:07.977Z] Fetched 645 kB in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-07T00:46:07.977Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-07T00:46:07.977Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-07T00:46:07.977Z] Fetched 368 kB in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-07T00:46:07.977Z] Fetched 187 kB in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-07T00:46:07.977Z] Fetched 175 kB in 0s (0 B/s) [2021-02-07T00:46:07.977Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-07T00:46:08.933Z] ---> Running in 5358e378a4a3 [2021-02-07T00:46:08.933Z] ---> Running in bc87f25ce43b [2021-02-07T00:46:08.933Z] ---> Running in 3ca5141513eb [2021-02-07T00:46:08.933Z] ---> Running in 5fbdaf4ac69b [2021-02-07T00:46:08.933Z] ---> Running in babcf4faa72b [2021-02-07T00:46:09.539Z] Removing intermediate container babcf4faa72b [2021-02-07T00:46:09.539Z] ---> 64555d35103c [2021-02-07T00:46:09.539Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:46:09.539Z] Removing intermediate container 3ca5141513eb [2021-02-07T00:46:09.539Z] ---> 621cf40bbfdf [2021-02-07T00:46:09.539Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:46:09.814Z] Removing intermediate container 5358e378a4a3 [2021-02-07T00:46:09.814Z] ---> 37134365be96 [2021-02-07T00:46:09.814Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:46:09.814Z] Removing intermediate container 5fbdaf4ac69b [2021-02-07T00:46:09.814Z] ---> de05ac83f7fb [2021-02-07T00:46:09.814Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:46:09.814Z] Removing intermediate container bc87f25ce43b [2021-02-07T00:46:09.814Z] ---> bbe3cdd06207 [2021-02-07T00:46:09.814Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:46:09.814Z] ---> Running in ebaa2bbf5ee0 [2021-02-07T00:46:10.087Z] ---> Running in c0715dfcce5f [2021-02-07T00:46:10.087Z] ---> Running in 8680d0eaf036 [2021-02-07T00:46:10.087Z] ---> Running in a22e4538e142 [2021-02-07T00:46:10.087Z] ---> Running in b9f9a68e0a2e [2021-02-07T00:46:12.205Z] Fetched 206 kB in 0s (0 B/s) [2021-02-07T00:46:12.205Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-07T00:46:12.205Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-07T00:46:12.205Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-07T00:46:12.205Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-07T00:46:12.205Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-07T00:46:12.205Z] Fetched 159 kB in 0s (0 B/s) [2021-02-07T00:46:12.205Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-07T00:46:12.205Z] Fetched 107 kB in 0s (0 B/s) [2021-02-07T00:46:12.205Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-07T00:46:12.205Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-07T00:46:12.205Z] Pulling static-packages [2021-02-07T00:46:12.780Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-07T00:46:12.780Z] Skipping pull go-build-helper (already ran) [2021-02-07T00:46:12.780Z] Skipping pull static-packages (already ran) [2021-02-07T00:46:12.780Z] Building go-build-helper [2021-02-07T00:46:14.442Z] Removing intermediate container ebaa2bbf5ee0 [2021-02-07T00:46:14.442Z] ---> 2f1027c06004 [2021-02-07T00:46:14.442Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-07T00:46:14.442Z] ---> Running in 2f3ff8b667e9 [2021-02-07T00:46:14.442Z] Removing intermediate container a22e4538e142 [2021-02-07T00:46:14.442Z] ---> d4f624c57218 [2021-02-07T00:46:14.442Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-07T00:46:14.442Z] Removing intermediate container b9f9a68e0a2e [2021-02-07T00:46:14.442Z] ---> ef742c56ae36 [2021-02-07T00:46:14.442Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-07T00:46:14.442Z] ---> Running in e91037aba66c [2021-02-07T00:46:14.442Z] ---> Running in 733aac8f9451 [2021-02-07T00:46:14.713Z] Removing intermediate container 8680d0eaf036 [2021-02-07T00:46:14.713Z] ---> 340ecae31931 [2021-02-07T00:46:14.713Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-07T00:46:14.713Z] Removing intermediate container c0715dfcce5f [2021-02-07T00:46:14.713Z] ---> c6abfc0126b1 [2021-02-07T00:46:14.713Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-07T00:46:14.990Z] ---> Running in d848d593d479 [2021-02-07T00:46:14.990Z] ---> Running in 1ccfa30a3b65 [2021-02-07T00:46:15.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:46:16.562Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:46:16.562Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:46:16.562Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:46:16.562Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:46:16.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:46:17.007Z] Building static-packages [2021-02-07T00:46:17.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:46:17.378Z] OK: 217 MiB in 51 packages [2021-02-07T00:46:17.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:46:17.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:46:17.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:46:18.372Z] OK: 217 MiB in 51 packages [2021-02-07T00:46:18.372Z] OK: 217 MiB in 51 packages [2021-02-07T00:46:18.372Z] OK: 217 MiB in 51 packages [2021-02-07T00:46:18.651Z] OK: 217 MiB in 51 packages [2021-02-07T00:46:18.651Z] Removing intermediate container 2f3ff8b667e9 [2021-02-07T00:46:18.651Z] ---> 90c084ef8ae5 [2021-02-07T00:46:18.651Z] Step 6/23 : COPY go.mod . [2021-02-07T00:46:18.931Z] Staging go-build-helper [2021-02-07T00:46:19.510Z] Staging static-packages [2021-02-07T00:46:20.092Z] ---> f06b5e7f7880 [2021-02-07T00:46:20.092Z] Step 7/23 : RUN go mod download [2021-02-07T00:46:20.092Z] Removing intermediate container 733aac8f9451 [2021-02-07T00:46:20.092Z] ---> 8e832cfbad83 [2021-02-07T00:46:20.092Z] Step 6/24 : COPY go.mod . [2021-02-07T00:46:20.092Z] Removing intermediate container 1ccfa30a3b65 [2021-02-07T00:46:20.092Z] ---> a44aac5ecf0f [2021-02-07T00:46:20.092Z] Step 6/23 : COPY go.mod . [2021-02-07T00:46:20.092Z] ---> Running in 49d11ce7ea72 [2021-02-07T00:46:20.365Z] Removing intermediate container e91037aba66c [2021-02-07T00:46:20.365Z] ---> d3bbefddaf65 [2021-02-07T00:46:20.365Z] Step 6/21 : COPY go.mod . [2021-02-07T00:46:20.365Z] Removing intermediate container d848d593d479 [2021-02-07T00:46:20.365Z] ---> ace609b7f32c [2021-02-07T00:46:20.365Z] Step 6/23 : COPY go.mod . [2021-02-07T00:46:20.907Z] Pulling go115 [2021-02-07T00:46:20.963Z] ---> 08a06cd8bbb3 [2021-02-07T00:46:20.963Z] Step 7/24 : RUN go mod download [2021-02-07T00:46:20.963Z] ---> Running in 4480f6aecacb [2021-02-07T00:46:21.239Z] ---> d14960ad4a4f [2021-02-07T00:46:21.239Z] Step 7/23 : RUN go mod download [2021-02-07T00:46:21.239Z] ---> Running in c09a5b45c066 [2021-02-07T00:46:21.482Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-07T00:46:21.482Z] Skipping pull go115 (already ran) [2021-02-07T00:46:21.482Z] Building go115 [2021-02-07T00:46:21.482Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-07T00:46:21.482Z] Dload Upload Total Spent Left Speed [2021-02-07T00:46:21.513Z] ---> daae320d84c1 [2021-02-07T00:46:21.513Z] Step 7/23 : RUN go mod download [2021-02-07T00:46:21.513Z] ---> e477ab2f0fad [2021-02-07T00:46:21.513Z] Step 7/21 : RUN go mod download [2021-02-07T00:46:21.790Z] ---> Running in 85e6dc03d55a [2021-02-07T00:46:21.790Z] ---> Running in 93ec4d3f6d92 [2021-02-07T00:46:23.791Z] Removing intermediate container 49d11ce7ea72 [2021-02-07T00:46:23.791Z] ---> 32353e75b060 [2021-02-07T00:46:23.791Z] Step 8/23 : COPY . . [2021-02-07T00:46:24.276Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 115M 4 5183k 0 0 14.8M 0 0:00:07 --:--:-- 0:00:07 14.8M 39 115M 39 45.2M 0 0 33.7M 0 0:00:03 0:00:01 0:00:02 33.7M 88 115M 88 102M 0 0 43.7M 0 0:00:02 0:00:02 --:--:-- 43.7M 100 115M 100 115M 0 0 42.4M 0 0:00:02 0:00:02 --:--:-- 42.4M [2021-02-07T00:46:24.851Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-07T00:46:25.241Z] Removing intermediate container 4480f6aecacb [2021-02-07T00:46:25.242Z] ---> c77c875aa7d2 [2021-02-07T00:46:25.242Z] Step 8/24 : COPY . . [2021-02-07T00:46:26.227Z] Removing intermediate container c09a5b45c066 [2021-02-07T00:46:26.227Z] ---> a1235c51f138 [2021-02-07T00:46:26.227Z] Step 8/23 : COPY . . [2021-02-07T00:46:27.243Z] Removing intermediate container 85e6dc03d55a [2021-02-07T00:46:27.243Z] ---> 259dc26460d2 [2021-02-07T00:46:27.243Z] Step 8/23 : COPY . . [2021-02-07T00:46:27.522Z] Removing intermediate container 93ec4d3f6d92 [2021-02-07T00:46:27.522Z] ---> bf694251a05a [2021-02-07T00:46:27.522Z] Step 8/21 : COPY . . [2021-02-07T00:46:29.078Z] Staging go115 [2021-02-07T00:46:34.390Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-07T00:46:34.390Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-07T00:46:34.390Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-07T00:46:34.390Z] Fetched 0 B in 0s (0 B/s) [2021-02-07T00:46:34.390Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-07T00:46:34.390Z] Fetched 224 kB in 0s (0 B/s) [2021-02-07T00:46:34.390Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-07T00:46:34.390Z] Fetched 157 kB in 0s (0 B/s) [2021-02-07T00:46:34.390Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-07T00:46:34.390Z] Fetched 221 kB in 0s (0 B/s) [2021-02-07T00:46:34.391Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-07T00:46:34.391Z] Fetched 143 kB in 0s (0 B/s) [2021-02-07T00:46:34.391Z] Pulling edgex-go [2021-02-07T00:46:34.965Z] Pulling version [2021-02-07T00:46:35.916Z] Building config-common [2021-02-07T00:46:37.846Z] Skipping build go-build-helper (already ran) [2021-02-07T00:46:37.846Z] Skipping build static-packages (already ran) [2021-02-07T00:46:37.846Z] Skipping build go115 (already ran) [2021-02-07T00:46:38.109Z] Building edgex-go [2021-02-07T00:46:38.372Z] 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-07T00:46:39.319Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-07T00:46:39.319Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-07T00:46:39.319Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-07T00:46:39.319Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.23 [2021-02-07T00:46:39.319Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-07T00:46:39.319Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-07T00:46:39.319Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-07T00:46:39.319Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 [2021-02-07T00:46:39.319Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-07T00:46:39.585Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-07T00:46:39.585Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-07T00:46:39.585Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-07T00:46:39.585Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-07T00:46:39.585Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-07T00:46:39.585Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-07T00:46:39.585Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-07T00:46:39.585Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-07T00:46:39.585Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-07T00:46:39.585Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-07T00:46:39.585Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-07T00:46:39.585Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-07T00:46:39.585Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-07T00:46:39.585Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-07T00:46:39.585Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-07T00:46:39.585Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-07T00:46:39.585Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-07T00:46:39.585Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-07T00:46:39.585Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-07T00:46:39.585Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-07T00:46:39.585Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-07T00:46:39.585Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-07T00:46:39.585Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-07T00:46:39.585Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-07T00:46:39.585Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-07T00:46:39.585Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-07T00:46:39.848Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-07T00:46:40.113Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-07T00:46:40.376Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-07T00:46:40.639Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-07T00:46:47.243Z] 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-07T00:46:47.243Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-07T00:46:51.473Z] 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-07T00:46:52.862Z] 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-07T00:46:54.251Z] 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-07T00:46:54.331Z] ---> 278d942caa39 [2021-02-07T00:46:54.331Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-07T00:46:54.331Z] ---> e1a256288a81 [2021-02-07T00:46:54.331Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-07T00:46:54.331Z] ---> 949574586c3f [2021-02-07T00:46:54.331Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-07T00:46:54.331Z] ---> e90f0746214e [2021-02-07T00:46:54.331Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-07T00:46:54.331Z] ---> Running in 0398f048e3c3 [2021-02-07T00:46:54.331Z] ---> Running in 1815a0b42efa [2021-02-07T00:46:54.331Z] ---> 97b04af789e5 [2021-02-07T00:46:54.331Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-07T00:46:54.331Z] ---> Running in a4536cf9d4ab [2021-02-07T00:46:54.331Z] ---> Running in 2439cf3cadb9 [2021-02-07T00:46:54.331Z] ---> Running in 03198ae3fdfe [2021-02-07T00:46:54.331Z] 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-07T00:46:54.518Z] 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-07T00:46:54.518Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-07T00:46:54.605Z] 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-07T00:46:54.605Z] 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-07T00:46:54.781Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-07T00:46:54.781Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-07T00:46:54.781Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-07T00:46:54.882Z] 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-07T00:46:54.882Z] 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-07T00:46:56.702Z] 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-07T00:46:56.702Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-07T00:46:56.702Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-07T00:46:58.092Z] 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-07T00:46:58.668Z] 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-07T00:46:58.668Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-07T00:47:00.057Z] 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-07T00:47:01.010Z] 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-07T00:47:01.961Z] 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-07T00:47:01.961Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-07T00:47:02.908Z] 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-07T00:47:02.908Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-07T00:47:06.344Z] Building version [2021-02-07T00:47:07.959Z] Staging config-common [2021-02-07T00:47:08.687Z] Skipping stage go-build-helper (already ran) [2021-02-07T00:47:08.687Z] Skipping stage static-packages (already ran) [2021-02-07T00:47:08.687Z] Skipping stage go115 (already ran) [2021-02-07T00:47:08.687Z] Staging edgex-go [2021-02-07T00:47:09.876Z] Staging version [2021-02-07T00:47:10.448Z] Priming config-common [2021-02-07T00:47:11.393Z] Priming go-build-helper [2021-02-07T00:47:12.340Z] Priming static-packages [2021-02-07T00:47:14.887Z] Priming go115 [2021-02-07T00:47:15.457Z] Priming edgex-go [2021-02-07T00:47:16.842Z] Priming version [2021-02-07T00:47:17.781Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-07T00:48:31.746Z] 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-07T00:48:31.746Z] 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-07T00:48:36.076Z] Removing intermediate container 1815a0b42efa [2021-02-07T00:48:36.076Z] ---> 9a87ec0fabf1 [2021-02-07T00:48:36.076Z] [2021-02-07T00:48:36.076Z] Step 10/24 : FROM alpine:3.12 [2021-02-07T00:48:36.076Z] 3.12: Pulling from library/alpine [2021-02-07T00:48:36.695Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-07T00:48:36.977Z] Status: Downloaded newer image for alpine:3.12 [2021-02-07T00:48:36.977Z] ---> afeebe901d6b [2021-02-07T00:48:36.977Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-07T00:48:37.255Z] ---> Running in ba344e9219f5 [2021-02-07T00:48:39.281Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:48:39.896Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:48:40.906Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-07T00:48:40.906Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-07T00:48:40.906Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-07T00:48:40.906Z] (4/5) Installing curl (7.69.1-r3) [2021-02-07T00:48:40.906Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-07T00:48:40.906Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:48:40.906Z] Executing ca-certificates-20191127-r4.trigger [2021-02-07T00:48:41.530Z] OK: 7 MiB in 19 packages [2021-02-07T00:48:44.215Z] Removing intermediate container 03198ae3fdfe [2021-02-07T00:48:44.215Z] ---> 4b7acff65899 [2021-02-07T00:48:44.215Z] [2021-02-07T00:48:44.215Z] Step 10/21 : FROM alpine:3.12 [2021-02-07T00:48:44.215Z] ---> afeebe901d6b [2021-02-07T00:48:44.215Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-07T00:48:44.514Z] ---> Running in 2d49d451552d [2021-02-07T00:48:44.804Z] Removing intermediate container ba344e9219f5 [2021-02-07T00:48:44.804Z] ---> 5e07ff647711 [2021-02-07T00:48:44.804Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-07T00:48:45.094Z] ---> Running in af0333131d9f [2021-02-07T00:48:46.091Z] Removing intermediate container af0333131d9f [2021-02-07T00:48:46.091Z] ---> da9ebcd1701b [2021-02-07T00:48:46.091Z] Step 13/24 : WORKDIR / [2021-02-07T00:48:46.571Z] ---> Running in 0e5eeef1cf84 [2021-02-07T00:48:47.211Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:48:47.514Z] Removing intermediate container 0e5eeef1cf84 [2021-02-07T00:48:47.514Z] ---> de7cb5f7d26a [2021-02-07T00:48:47.514Z] 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-07T00:48:47.514Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:48:48.621Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-07T00:48:48.621Z] ---> 8be74dc714a5 [2021-02-07T00:48:48.621Z] 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-07T00:48:48.621Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-07T00:48:48.621Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-07T00:48:48.621Z] (4/4) Installing curl (7.69.1-r3) [2021-02-07T00:48:48.621Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:48:48.925Z] Executing ca-certificates-20191127-r4.trigger [2021-02-07T00:48:49.199Z] OK: 7 MiB in 18 packages [2021-02-07T00:48:50.179Z] ---> 5a8241a20905 [2021-02-07T00:48:50.179Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-07T00:48:52.170Z] ---> 391c5cf341d0 [2021-02-07T00:48:52.170Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-07T00:48:52.170Z] Removing intermediate container 2d49d451552d [2021-02-07T00:48:52.170Z] ---> fc4ea7858f98 [2021-02-07T00:48:52.170Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-07T00:48:52.451Z] ---> Running in 24b02f8c8200 [2021-02-07T00:48:53.448Z] Removing intermediate container 24b02f8c8200 [2021-02-07T00:48:53.448Z] ---> aca41bbc6bce [2021-02-07T00:48:53.448Z] Step 13/21 : WORKDIR /edgex [2021-02-07T00:48:54.056Z] ---> bcfd2c8b1f9f [2021-02-07T00:48:54.056Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-07T00:48:54.056Z] ---> Running in 4f88b74190f2 [2021-02-07T00:48:55.052Z] Removing intermediate container 4f88b74190f2 [2021-02-07T00:48:55.052Z] ---> df471fac1088 [2021-02-07T00:48:55.052Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-07T00:48:56.511Z] ---> c5ab26da363c [2021-02-07T00:48:56.511Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-07T00:48:57.508Z] ---> 67d07105db96 [2021-02-07T00:48:57.508Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-07T00:48:59.507Z] ---> 4084dbe96765 [2021-02-07T00:48:59.507Z] 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-07T00:48:59.785Z] ---> Running in a811103a428f [2021-02-07T00:49:00.068Z] ---> 5106355c6c92 [2021-02-07T00:49:00.068Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-07T00:49:01.084Z] Removing intermediate container 0398f048e3c3 [2021-02-07T00:49:01.084Z] ---> 33fe8c7c0a16 [2021-02-07T00:49:01.084Z] [2021-02-07T00:49:01.084Z] Step 10/23 : FROM alpine:3.12 [2021-02-07T00:49:01.084Z] ---> afeebe901d6b [2021-02-07T00:49:01.084Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-07T00:49:01.678Z] ---> Running in cc5a9cb4e30f [2021-02-07T00:49:02.667Z] ---> 442aeea26ec2 [2021-02-07T00:49:02.667Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-07T00:49:02.951Z] ---> Running in 08be328d3f39 [2021-02-07T00:49:03.558Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:49:03.841Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:49:03.841Z] Removing intermediate container 08be328d3f39 [2021-02-07T00:49:03.841Z] ---> 4d335d95a024 [2021-02-07T00:49:03.841Z] Step 18/21 : CMD ["--init=true"] [2021-02-07T00:49:03.841Z] Removing intermediate container a811103a428f [2021-02-07T00:49:03.841Z] ---> b3116e160851 [2021-02-07T00:49:03.841Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-07T00:49:03.841Z] ---> Running in 5699a13bbe48 [2021-02-07T00:49:04.128Z] ---> Running in d7994e887a86 [2021-02-07T00:49:04.406Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-07T00:49:04.406Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:49:04.682Z] OK: 5 MiB in 15 packages [2021-02-07T00:49:04.682Z] Removing intermediate container 5699a13bbe48 [2021-02-07T00:49:04.682Z] ---> 6e4ba4c84ac9 [2021-02-07T00:49:04.682Z] Step 19/21 : LABEL arch=arm64 [2021-02-07T00:49:04.993Z] Removing intermediate container d7994e887a86 [2021-02-07T00:49:04.993Z] ---> cf4909f422e4 [2021-02-07T00:49:04.993Z] Step 22/24 : LABEL arch=arm64 [2021-02-07T00:49:04.993Z] ---> Running in 7d89538975ef [2021-02-07T00:49:05.272Z] ---> Running in 65f0a28bb0ad [2021-02-07T00:49:06.266Z] Removing intermediate container 7d89538975ef [2021-02-07T00:49:06.266Z] ---> fb3a9ffa5d3e [2021-02-07T00:49:06.266Z] Step 20/21 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 [2021-02-07T00:49:06.266Z] Removing intermediate container 65f0a28bb0ad [2021-02-07T00:49:06.266Z] ---> 90b8d099b609 [2021-02-07T00:49:06.266Z] Step 23/24 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 [2021-02-07T00:49:06.266Z] ---> Running in 3050037995aa [2021-02-07T00:49:06.266Z] ---> Running in 88adb754f5b8 [2021-02-07T00:49:06.555Z] Removing intermediate container cc5a9cb4e30f [2021-02-07T00:49:06.555Z] ---> 6b1c7c5bba4f [2021-02-07T00:49:06.555Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-07T00:49:07.173Z] ---> Running in b71efb01ab4c [2021-02-07T00:49:07.770Z] Removing intermediate container 3050037995aa [2021-02-07T00:49:07.770Z] Removing intermediate container 88adb754f5b8 [2021-02-07T00:49:07.770Z] ---> 002d2fdf0431 [2021-02-07T00:49:07.770Z] Step 24/24 : LABEL version=0.0.0 [2021-02-07T00:49:07.770Z] ---> 3c3acbe03455 [2021-02-07T00:49:07.770Z] Step 21/21 : LABEL version=0.0.0 [2021-02-07T00:49:08.044Z] ---> Running in 8864574bac7f [2021-02-07T00:49:08.044Z] ---> Running in 7b21a3ec0568 [2021-02-07T00:49:08.322Z] Removing intermediate container b71efb01ab4c [2021-02-07T00:49:08.322Z] ---> cd25ad2234fc [2021-02-07T00:49:08.322Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-07T00:49:08.601Z] ---> Running in b8eea47a91e9 [2021-02-07T00:49:08.877Z] Removing intermediate container 8864574bac7f [2021-02-07T00:49:08.877Z] ---> a5e4fd4a85cb [2021-02-07T00:49:08.877Z] [2021-02-07T00:49:09.153Z] Removing intermediate container 7b21a3ec0568 [2021-02-07T00:49:09.153Z] ---> 75874dd8121b [2021-02-07T00:49:09.153Z] [2021-02-07T00:49:09.434Z] Removing intermediate container b8eea47a91e9 [2021-02-07T00:49:09.434Z] ---> a2bc6e9ab3cf [2021-02-07T00:49:09.434Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-07T00:49:09.742Z] Successfully built a5e4fd4a85cb [2021-02-07T00:49:09.742Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-07T00:49:09.742Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-02-07T00:49:09.742Z] Successfully built 75874dd8121b [2021-02-07T00:49:10.020Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-07T00:49:10.020Z] ---> Running in a6ca0009c257 [2021-02-07T00:49:10.020Z] Building docker-support-notifications-go [2021-02-07T00:49:11.008Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container a6ca0009c257 [2021-02-07T00:49:11.008Z] ---> e98c1a0ca9da [2021-02-07T00:49:11.008Z] Step 15/23 : WORKDIR / [2021-02-07T00:49:11.608Z] ---> Running in 9c9e59fcec6b [2021-02-07T00:49:12.202Z] Removing intermediate container 2439cf3cadb9 [2021-02-07T00:49:12.202Z] ---> 8ae10a78f146 [2021-02-07T00:49:12.202Z] [2021-02-07T00:49:12.202Z] Step 10/23 : FROM alpine:3.12 [2021-02-07T00:49:12.202Z] ---> afeebe901d6b [2021-02-07T00:49:12.202Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-07T00:49:12.202Z] ---> Using cache [2021-02-07T00:49:12.202Z] ---> 6b1c7c5bba4f [2021-02-07T00:49:12.202Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-07T00:49:12.202Z] ---> Using cache [2021-02-07T00:49:12.202Z] ---> cd25ad2234fc [2021-02-07T00:49:12.202Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-07T00:49:12.479Z] ---> Running in 952b1029244a [2021-02-07T00:49:12.479Z] Removing intermediate container 9c9e59fcec6b [2021-02-07T00:49:12.479Z] ---> 1593464bf9f4 [2021-02-07T00:49:12.479Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:49:13.924Z] Removing intermediate container 952b1029244a [2021-02-07T00:49:13.924Z] ---> 0aa903639c23 [2021-02-07T00:49:13.924Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-07T00:49:14.529Z] ---> 5c1f12216d92 [2021-02-07T00:49:14.529Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-07T00:49:14.895Z] ---> Running in 276125b98614 [2021-02-07T00:49:15.897Z] Removing intermediate container 276125b98614 [2021-02-07T00:49:15.897Z] ---> 770c1dba470a [2021-02-07T00:49:15.897Z] Step 15/23 : WORKDIR / [2021-02-07T00:49:16.497Z] ---> df6944a32e88 [2021-02-07T00:49:16.497Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-07T00:49:16.497Z] ---> Running in 317035b91b8d [2021-02-07T00:49:17.489Z] Removing intermediate container 317035b91b8d [2021-02-07T00:49:17.489Z] ---> d8ee1e41e8ec [2021-02-07T00:49:17.489Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:49:18.094Z] ---> 53d06ba32b50 [2021-02-07T00:49:18.094Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-07T00:49:18.715Z] ---> Running in 3b0ffb4bb56b [2021-02-07T00:49:18.989Z] Removing intermediate container a4536cf9d4ab [2021-02-07T00:49:18.989Z] ---> 57d6ea8ba653 [2021-02-07T00:49:18.989Z] [2021-02-07T00:49:18.989Z] Step 10/23 : FROM alpine:3.12 [2021-02-07T00:49:18.989Z] ---> afeebe901d6b [2021-02-07T00:49:18.989Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-07T00:49:19.267Z] ---> b5a6a0a46ca6 [2021-02-07T00:49:19.268Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-07T00:49:19.542Z] ---> Running in eed33cfe15b0 [2021-02-07T00:49:19.819Z] Removing intermediate container 3b0ffb4bb56b [2021-02-07T00:49:19.819Z] ---> a7a94e29715d [2021-02-07T00:49:19.819Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:49:20.414Z] ---> Running in 5c9c988e6252 [2021-02-07T00:49:20.414Z] Removing intermediate container eed33cfe15b0 [2021-02-07T00:49:20.414Z] ---> dadbf69d3778 [2021-02-07T00:49:20.414Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-07T00:49:21.015Z] ---> Running in abaa197d9033 [2021-02-07T00:49:21.015Z] ---> fe6951e45a34 [2021-02-07T00:49:21.015Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-07T00:49:21.015Z] Removing intermediate container 5c9c988e6252 [2021-02-07T00:49:21.015Z] ---> feefbe068b81 [2021-02-07T00:49:21.015Z] Step 21/23 : LABEL arch=arm64 [2021-02-07T00:49:21.286Z] ---> Running in eb89296b122c [2021-02-07T00:49:21.560Z] Removing intermediate container abaa197d9033 [2021-02-07T00:49:21.560Z] ---> 972f17801074 [2021-02-07T00:49:21.560Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-07T00:49:21.560Z] ---> Running in bd86cb2472a9 [2021-02-07T00:49:21.834Z] ---> a61dc3b0e880 [2021-02-07T00:49:21.834Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-07T00:49:21.834Z] Removing intermediate container eb89296b122c [2021-02-07T00:49:21.834Z] ---> 3a8f38726748 [2021-02-07T00:49:21.834Z] Step 22/23 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 [2021-02-07T00:49:22.106Z] ---> Running in cea62cca5d8c [2021-02-07T00:49:22.106Z] ---> Running in 344006ef6f27 [2021-02-07T00:49:22.378Z] Removing intermediate container bd86cb2472a9 [2021-02-07T00:49:22.378Z] ---> f43a42afc219 [2021-02-07T00:49:22.378Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:49:22.653Z] ---> Running in f18c9232c21e [2021-02-07T00:49:22.653Z] Removing intermediate container 344006ef6f27 [2021-02-07T00:49:22.653Z] ---> 4b460cf5e826 [2021-02-07T00:49:22.653Z] Step 23/23 : LABEL version=0.0.0 [2021-02-07T00:49:22.653Z] Removing intermediate container cea62cca5d8c [2021-02-07T00:49:22.653Z] ---> 48add347ee55 [2021-02-07T00:49:22.653Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:49:22.927Z] ---> Running in dffc84908023 [2021-02-07T00:49:22.927Z] ---> Running in 41ebef0ac1f9 [2021-02-07T00:49:23.532Z] Removing intermediate container 41ebef0ac1f9 [2021-02-07T00:49:23.532Z] ---> 319bfa311245 [2021-02-07T00:49:23.532Z] Step 21/23 : LABEL arch=arm64 [2021-02-07T00:49:23.532Z] Removing intermediate container dffc84908023 [2021-02-07T00:49:23.532Z] ---> 96436140d9b1 [2021-02-07T00:49:23.532Z] [2021-02-07T00:49:23.804Z] ---> Running in 50398968343d [2021-02-07T00:49:24.085Z] Successfully built 96436140d9b1 [2021-02-07T00:49:24.356Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-07T00:49:24.356Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-02-07T00:49:24.356Z] Removing intermediate container 50398968343d [2021-02-07T00:49:24.356Z] ---> 292d5fe3ba8b [2021-02-07T00:49:24.356Z] Step 22/23 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 [2021-02-07T00:49:24.950Z] ---> Running in 469e0132cd28 [2021-02-07T00:49:25.229Z] Removing intermediate container 469e0132cd28 [2021-02-07T00:49:25.229Z] ---> 8ae8fc3fe111 [2021-02-07T00:49:25.229Z] Step 23/23 : LABEL version=0.0.0 [2021-02-07T00:49:25.512Z] Removing intermediate container f18c9232c21e [2021-02-07T00:49:25.512Z] ---> 2db68df00aeb [2021-02-07T00:49:25.512Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-07T00:49:25.512Z] ---> Running in 58b3e80f8b06 [2021-02-07T00:49:25.512Z] ---> Running in a44ca05180de [2021-02-07T00:49:26.498Z] Removing intermediate container 58b3e80f8b06 [2021-02-07T00:49:26.498Z] ---> 0f6e90fc1485 [2021-02-07T00:49:26.498Z] [2021-02-07T00:49:26.774Z] Successfully built 0f6e90fc1485 [2021-02-07T00:49:26.774Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-07T00:49:26.774Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-02-07T00:49:27.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:49:29.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:49:34.268Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-07T00:49:34.268Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-07T00:49:34.268Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-07T00:49:34.544Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-07T00:49:35.523Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-07T00:49:35.797Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-07T00:49:36.069Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:49:36.069Z] OK: 8 MiB in 20 packages [2021-02-07T00:49:40.377Z] Removing intermediate container a44ca05180de [2021-02-07T00:49:40.377Z] ---> a6a420e4f792 [2021-02-07T00:49:40.377Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:49:41.817Z] ---> cc18df3efb5f [2021-02-07T00:49:41.817Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-07T00:49:43.806Z] ---> df787b328825 [2021-02-07T00:49:43.806Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-07T00:49:44.782Z] ---> b22d6f8aa370 [2021-02-07T00:49:44.782Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-07T00:49:45.057Z] ---> Running in c3c33c886f55 [2021-02-07T00:49:45.653Z] Removing intermediate container c3c33c886f55 [2021-02-07T00:49:45.653Z] ---> 7bc159436a93 [2021-02-07T00:49:45.653Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:49:45.926Z] ---> Running in 3f216f7e0a90 [2021-02-07T00:49:46.537Z] Removing intermediate container 3f216f7e0a90 [2021-02-07T00:49:46.537Z] ---> 9f6b988d82fb [2021-02-07T00:49:46.537Z] Step 21/23 : LABEL arch=arm64 [2021-02-07T00:49:46.841Z] ---> Running in 2b0881f2f1c4 [2021-02-07T00:49:47.540Z] Removing intermediate container 2b0881f2f1c4 [2021-02-07T00:49:47.540Z] ---> 03b1791fe86b [2021-02-07T00:49:47.540Z] Step 22/23 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 [2021-02-07T00:49:47.540Z] ---> Running in e20087cc2eaa [2021-02-07T00:49:48.611Z] Removing intermediate container e20087cc2eaa [2021-02-07T00:49:48.611Z] ---> 1c97c9da4479 [2021-02-07T00:49:48.611Z] Step 23/23 : LABEL version=0.0.0 [2021-02-07T00:49:48.611Z] ---> Running in 0e8412aa4d82 [2021-02-07T00:49:49.255Z] Removing intermediate container 0e8412aa4d82 [2021-02-07T00:49:49.255Z] ---> e1fc8a4a868d [2021-02-07T00:49:49.255Z] [2021-02-07T00:49:49.855Z] Successfully built e1fc8a4a868d [2021-02-07T00:49:49.855Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-07T00:49:59.990Z]  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:49:59.990Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:49:59.990Z] ---> e0e3efde57b8 [2021-02-07T00:49:59.990Z] Step 3/22 : WORKDIR /edgex-go [2021-02-07T00:49:59.990Z] ---> Using cache [2021-02-07T00:49:59.990Z] ---> bbe3cdd06207 [2021-02-07T00:49:59.990Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:49:59.990Z] ---> Using cache [2021-02-07T00:49:59.990Z] ---> ef742c56ae36 [2021-02-07T00:49:59.990Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-07T00:49:59.990Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:49:59.990Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:49:59.990Z] ---> e0e3efde57b8 [2021-02-07T00:49:59.990Z] Step 3/31 : WORKDIR /edgex-go [2021-02-07T00:49:59.990Z] ---> Using cache [2021-02-07T00:49:59.990Z] ---> bbe3cdd06207 [2021-02-07T00:49:59.990Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:49:59.990Z] ---> Using cache [2021-02-07T00:49:59.990Z] ---> ef742c56ae36 [2021-02-07T00:49:59.990Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-07T00:49:59.990Z] ---> Using cache [2021-02-07T00:49:59.990Z] ---> 8e832cfbad83 [2021-02-07T00:49:59.990Z] Step 6/31 : COPY go.mod . [2021-02-07T00:49:59.990Z] ---> Using cache [2021-02-07T00:49:59.990Z] ---> 08a06cd8bbb3 [2021-02-07T00:49:59.990Z] Step 7/31 : RUN go mod download [2021-02-07T00:49:59.990Z] ---> Using cache [2021-02-07T00:49:59.990Z] ---> c77c875aa7d2 [2021-02-07T00:49:59.990Z] Step 8/31 : COPY . . [2021-02-07T00:49:59.990Z] ---> Using cache [2021-02-07T00:49:59.990Z] ---> 278d942caa39 [2021-02-07T00:49:59.990Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-07T00:50:01.428Z] ---> Running in 7af2694fd647 [2021-02-07T00:50:01.428Z] ---> Running in c5dd3b4d5609 [2021-02-07T00:50:02.873Z] 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-07T00:50:03.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:50:04.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:50:05.120Z] OK: 217 MiB in 51 packages [2021-02-07T00:50:09.491Z] Removing intermediate container c5dd3b4d5609 [2021-02-07T00:50:09.491Z] ---> ff45e922b3ce [2021-02-07T00:50:09.491Z] Step 6/22 : COPY go.mod . [2021-02-07T00:50:11.495Z] ---> a7d44ee6e700 [2021-02-07T00:50:11.496Z] Step 7/22 : RUN go mod download [2021-02-07T00:50:11.769Z] ---> Running in 796fbee0f211 [2021-02-07T00:50:12.051Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:50:12.051Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:50:12.329Z] ---> e0e3efde57b8 [2021-02-07T00:50:12.329Z] Step 3/26 : WORKDIR /edgex-go [2021-02-07T00:50:12.329Z] ---> Using cache [2021-02-07T00:50:12.329Z] ---> bbe3cdd06207 [2021-02-07T00:50:12.329Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:50:12.329Z] ---> Using cache [2021-02-07T00:50:12.329Z] ---> ef742c56ae36 [2021-02-07T00:50:12.329Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-07T00:50:12.329Z] ---> Running in 2d5d83d2ceb4 [2021-02-07T00:50:12.329Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:50:12.329Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:50:12.329Z] ---> e0e3efde57b8 [2021-02-07T00:50:12.329Z] Step 3/22 : WORKDIR /edgex-go [2021-02-07T00:50:12.329Z] ---> Using cache [2021-02-07T00:50:12.329Z] ---> bbe3cdd06207 [2021-02-07T00:50:12.329Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:50:12.329Z] ---> Using cache [2021-02-07T00:50:12.329Z] ---> ef742c56ae36 [2021-02-07T00:50:12.329Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-07T00:50:12.329Z] ---> Using cache [2021-02-07T00:50:12.329Z] ---> 8e832cfbad83 [2021-02-07T00:50:12.329Z] Step 6/22 : COPY go.mod . [2021-02-07T00:50:12.329Z] ---> Using cache [2021-02-07T00:50:12.329Z] ---> 08a06cd8bbb3 [2021-02-07T00:50:12.329Z] Step 7/22 : RUN go mod download [2021-02-07T00:50:12.329Z] ---> Using cache [2021-02-07T00:50:12.329Z] ---> c77c875aa7d2 [2021-02-07T00:50:12.329Z] Step 8/22 : COPY . . [2021-02-07T00:50:12.329Z] ---> Using cache [2021-02-07T00:50:12.329Z] ---> 278d942caa39 [2021-02-07T00:50:12.329Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-07T00:50:12.620Z] ---> Running in 8f4526ab6071 [2021-02-07T00:50:15.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:50:15.303Z] 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-07T00:50:15.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:50:16.618Z] OK: 217 MiB in 51 packages [2021-02-07T00:50:17.223Z] Removing intermediate container 796fbee0f211 [2021-02-07T00:50:17.223Z] ---> 3dbf261e8b09 [2021-02-07T00:50:17.223Z] Step 8/22 : COPY . . [2021-02-07T00:50:18.698Z] Removing intermediate container 2d5d83d2ceb4 [2021-02-07T00:50:18.698Z] ---> a06ea1c108d3 [2021-02-07T00:50:18.698Z] Step 6/26 : COPY go.mod . [2021-02-07T00:50:20.169Z] ---> 3dcaa78f81df [2021-02-07T00:50:20.169Z] Step 7/26 : RUN go mod download [2021-02-07T00:50:20.677Z] ---> Running in 265b3bb423cd [2021-02-07T00:50:29.033Z] Removing intermediate container 265b3bb423cd [2021-02-07T00:50:29.033Z] ---> 0c934bc86736 [2021-02-07T00:50:29.033Z] Step 8/26 : COPY . . [2021-02-07T00:50:47.381Z] ---> b3b2237273fe [2021-02-07T00:50:47.381Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-07T00:50:47.381Z] ---> Running in 5fd05d88f47a [2021-02-07T00:50:47.657Z] 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-07T00:50:54.400Z] ---> 4f95b3a2d562 [2021-02-07T00:50:54.400Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-07T00:50:54.400Z] ---> Running in b628d3cf1ab2 [2021-02-07T00:50:56.377Z] 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-07T00:50:56.980Z] 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-07T00:51:23.837Z] Removing intermediate container 7af2694fd647 [2021-02-07T00:51:23.837Z] ---> 3b89db1b8ab1 [2021-02-07T00:51:23.837Z] [2021-02-07T00:51:23.837Z] Step 10/31 : FROM alpine:3.12 [2021-02-07T00:51:23.837Z] ---> afeebe901d6b [2021-02-07T00:51:23.837Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-07T00:51:23.837Z] ---> Running in ed86417b1940 [2021-02-07T00:51:23.837Z] Removing intermediate container ed86417b1940 [2021-02-07T00:51:23.837Z] ---> 9364050303a9 [2021-02-07T00:51:23.837Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-07T00:51:23.837Z] ---> Running in 7f3b570bcc6f [2021-02-07T00:51:25.839Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:51:26.121Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:51:26.736Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-07T00:51:26.736Z] (2/2) Installing su-exec (0.2-r1) [2021-02-07T00:51:26.736Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:51:27.018Z] OK: 5 MiB in 16 packages [2021-02-07T00:51:29.066Z] Removing intermediate container 7f3b570bcc6f [2021-02-07T00:51:29.066Z] ---> edb7cf371fd2 [2021-02-07T00:51:29.066Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-07T00:51:29.066Z] ---> Running in 7dec8255931f [2021-02-07T00:51:30.072Z] Removing intermediate container 7dec8255931f [2021-02-07T00:51:30.072Z] ---> cc953bc8d1db [2021-02-07T00:51:30.072Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-07T00:51:30.072Z] ---> Running in ac3e025590ef [2021-02-07T00:51:31.082Z] Removing intermediate container ac3e025590ef [2021-02-07T00:51:31.082Z] ---> c375c1b410f6 [2021-02-07T00:51:31.082Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-07T00:51:31.082Z] ---> Running in 94d31c394031 [2021-02-07T00:51:34.501Z] Removing intermediate container 94d31c394031 [2021-02-07T00:51:34.501Z] ---> 03023797b928 [2021-02-07T00:51:34.501Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-07T00:51:34.787Z] ---> Running in c4d40e593732 [2021-02-07T00:51:35.601Z] Removing intermediate container c4d40e593732 [2021-02-07T00:51:35.601Z] ---> b05eb21bc32c [2021-02-07T00:51:35.601Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-07T00:51:37.092Z] ---> cb9a3453b0b1 [2021-02-07T00:51:37.092Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-07T00:51:37.092Z] ---> Running in a3beaa088cc2 [2021-02-07T00:51:41.446Z] Removing intermediate container a3beaa088cc2 [2021-02-07T00:51:41.446Z] ---> c2f7ac4afe87 [2021-02-07T00:51:41.446Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:51:42.937Z] ---> a226b501330e [2021-02-07T00:51:42.937Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-07T00:51:43.531Z] Removing intermediate container 8f4526ab6071 [2021-02-07T00:51:43.531Z] ---> bb157ddab898 [2021-02-07T00:51:43.531Z] [2021-02-07T00:51:43.531Z] Step 10/22 : FROM alpine:3.12 [2021-02-07T00:51:43.531Z] ---> afeebe901d6b [2021-02-07T00:51:43.531Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-07T00:51:43.531Z] ---> Using cache [2021-02-07T00:51:43.531Z] ---> 6b1c7c5bba4f [2021-02-07T00:51:43.531Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-07T00:51:43.531Z] ---> Using cache [2021-02-07T00:51:43.531Z] ---> cd25ad2234fc [2021-02-07T00:51:43.531Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-07T00:51:44.129Z] ---> Running in c8c04877746d [2021-02-07T00:51:45.123Z] Removing intermediate container c8c04877746d [2021-02-07T00:51:45.123Z] ---> 8341f621aafa [2021-02-07T00:51:45.123Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-07T00:51:45.123Z] ---> b700bcdd4a30 [2021-02-07T00:51:45.123Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-07T00:51:45.123Z] ---> Running in 4d0cd79c7a12 [2021-02-07T00:51:46.118Z] Removing intermediate container 4d0cd79c7a12 [2021-02-07T00:51:46.118Z] ---> 046aba5ccefd [2021-02-07T00:51:46.118Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:51:46.399Z] ---> 6743f983560f [2021-02-07T00:51:46.399Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-07T00:51:47.862Z] ---> 277bad2ccc96 [2021-02-07T00:51:47.862Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-07T00:51:48.475Z] ---> 227de222d725 [2021-02-07T00:51:48.475Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-07T00:51:49.938Z] ---> db18ffb4d1ec [2021-02-07T00:51:49.938Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-07T00:51:50.247Z] ---> 309bc6a55b36 [2021-02-07T00:51:50.247Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-07T00:51:50.856Z] ---> Running in 7ad359d56ef2 [2021-02-07T00:51:51.881Z] Removing intermediate container 7ad359d56ef2 [2021-02-07T00:51:51.881Z] ---> 4a8c3f8ab060 [2021-02-07T00:51:51.881Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-07T00:51:51.881Z] ---> f2ce2798a7d2 [2021-02-07T00:51:51.881Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-07T00:51:52.165Z] ---> Running in 8be526d57d91 [2021-02-07T00:51:53.188Z] Removing intermediate container 8be526d57d91 [2021-02-07T00:51:53.188Z] ---> aa0333e593cc [2021-02-07T00:51:53.188Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:51:53.188Z] ---> 6392ce58ddd7 [2021-02-07T00:51:53.188Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-07T00:51:53.470Z] ---> Running in ceef6fe20136 [2021-02-07T00:51:54.114Z] ---> Running in 7b5f8fe3c923 [2021-02-07T00:51:54.114Z] Removing intermediate container ceef6fe20136 [2021-02-07T00:51:54.114Z] ---> b41fca726c52 [2021-02-07T00:51:54.114Z] Step 20/22 : LABEL arch=arm64 [2021-02-07T00:51:54.396Z] ---> Running in 223238145ac9 [2021-02-07T00:51:55.412Z] Removing intermediate container 223238145ac9 [2021-02-07T00:51:55.412Z] ---> 5f1e5c91ff3b [2021-02-07T00:51:55.412Z] Step 21/22 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 [2021-02-07T00:51:55.412Z] ---> Running in 4989a3d86aba [2021-02-07T00:51:56.448Z] Removing intermediate container 4989a3d86aba [2021-02-07T00:51:56.448Z] ---> 48fabafd1f0d [2021-02-07T00:51:56.448Z] Step 22/22 : LABEL version=0.0.0 [2021-02-07T00:51:56.742Z] ---> Running in c77725f0d054 [2021-02-07T00:51:57.757Z] Removing intermediate container c77725f0d054 [2021-02-07T00:51:57.757Z] ---> 2ebd33f3a6b9 [2021-02-07T00:51:57.757Z] [2021-02-07T00:51:58.404Z] Successfully built 2ebd33f3a6b9 [2021-02-07T00:51:58.404Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-07T00:51:58.404Z]  Building docker-support-scheduler-go ... done Removing intermediate container 7b5f8fe3c923 [2021-02-07T00:51:58.404Z] ---> 701687639022 [2021-02-07T00:51:58.404Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-07T00:51:59.032Z] ---> Running in da78f247dedb [2021-02-07T00:52:00.029Z] Removing intermediate container da78f247dedb [2021-02-07T00:52:00.029Z] ---> 96f751fe835a [2021-02-07T00:52:00.029Z] Step 28/31 : CMD ["gate"] [2021-02-07T00:52:00.639Z] ---> Running in 7fd82da13f88 [2021-02-07T00:52:01.261Z] Removing intermediate container 7fd82da13f88 [2021-02-07T00:52:01.261Z] ---> e74c4c80db9a [2021-02-07T00:52:01.261Z] Step 29/31 : LABEL arch=arm64 [2021-02-07T00:52:01.891Z] ---> Running in 9be8556daf2c [2021-02-07T00:52:02.877Z] Removing intermediate container 9be8556daf2c [2021-02-07T00:52:02.877Z] ---> 1c345ac79e35 [2021-02-07T00:52:02.877Z] Step 30/31 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 [2021-02-07T00:52:03.487Z] ---> Running in cf259c0edfc6 [2021-02-07T00:52:04.091Z] Removing intermediate container cf259c0edfc6 [2021-02-07T00:52:04.091Z] ---> fbd3357caebe [2021-02-07T00:52:04.091Z] Step 31/31 : LABEL version=0.0.0 [2021-02-07T00:52:04.364Z] ---> Running in c18f69c1a322 [2021-02-07T00:52:04.963Z] Removing intermediate container c18f69c1a322 [2021-02-07T00:52:04.963Z] ---> 0ba014705046 [2021-02-07T00:52:04.963Z] [2021-02-07T00:52:05.561Z] Successfully built 0ba014705046 [2021-02-07T00:52:05.561Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-07T00:52:10.973Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container b628d3cf1ab2 [2021-02-07T00:52:10.973Z] ---> 79d0ec3b0363 [2021-02-07T00:52:10.973Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-07T00:52:10.973Z] ---> Running in 220ff8f26f84 [2021-02-07T00:52:11.948Z] Removing intermediate container 5fd05d88f47a [2021-02-07T00:52:11.948Z] ---> aa2eadbdb101 [2021-02-07T00:52:11.948Z] [2021-02-07T00:52:11.948Z] Step 10/22 : FROM alpine:3.12 [2021-02-07T00:52:11.948Z] ---> afeebe901d6b [2021-02-07T00:52:11.948Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-07T00:52:12.230Z] 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-07T00:52:12.230Z] ---> Running in 935a8aeb8247 [2021-02-07T00:52:13.676Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:52:13.676Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:52:14.652Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-07T00:52:14.652Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-07T00:52:14.652Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:52:14.652Z] Executing ca-certificates-20191127-r4.trigger [2021-02-07T00:52:14.652Z] OK: 6 MiB in 16 packages [2021-02-07T00:52:15.628Z] Removing intermediate container 220ff8f26f84 [2021-02-07T00:52:15.628Z] ---> eaf41e073db2 [2021-02-07T00:52:15.628Z] [2021-02-07T00:52:15.628Z] Step 11/26 : FROM docker:20.10.0 [2021-02-07T00:52:15.628Z] 20.10.0: Pulling from library/docker [2021-02-07T00:52:16.604Z] Removing intermediate container 935a8aeb8247 [2021-02-07T00:52:16.604Z] ---> 3ae8932301c8 [2021-02-07T00:52:16.604Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-07T00:52:17.199Z] ---> Running in 6d2da11140e1 [2021-02-07T00:52:18.177Z] Removing intermediate container 6d2da11140e1 [2021-02-07T00:52:18.177Z] ---> 71ae34639986 [2021-02-07T00:52:18.177Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-07T00:52:18.177Z] ---> Running in e8cec9ee68fa [2021-02-07T00:52:18.777Z] Removing intermediate container e8cec9ee68fa [2021-02-07T00:52:18.777Z] ---> 7995208dbc89 [2021-02-07T00:52:18.777Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-07T00:52:19.053Z] ---> Running in 439ae3a69503 [2021-02-07T00:52:20.031Z] Removing intermediate container 439ae3a69503 [2021-02-07T00:52:20.031Z] ---> c8810cf7101f [2021-02-07T00:52:20.031Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:52:21.469Z] ---> a890f9ce0e14 [2021-02-07T00:52:21.492Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-07T00:52:23.479Z] ---> 962a8ba38a58 [2021-02-07T00:52:23.479Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-07T00:52:24.073Z] ---> 8d181875fef6 [2021-02-07T00:52:24.074Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-07T00:52:24.074Z] ---> Running in 50db58fffe11 [2021-02-07T00:52:24.665Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-07T00:52:24.665Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-07T00:52:24.665Z] ---> eeaf43b92773 [2021-02-07T00:52:24.665Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-07T00:52:24.665Z] ---> Running in 6984808a5cdd [2021-02-07T00:52:24.665Z] Removing intermediate container 50db58fffe11 [2021-02-07T00:52:24.665Z] ---> abf50bda52cb [2021-02-07T00:52:24.665Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:52:24.938Z] ---> Running in 58203e8de3c6 [2021-02-07T00:52:25.538Z] Removing intermediate container 58203e8de3c6 [2021-02-07T00:52:25.538Z] ---> 68941e74c8bc [2021-02-07T00:52:25.538Z] Step 20/22 : LABEL arch=arm64 [2021-02-07T00:52:25.538Z] ---> Running in 6bb4098b1267 [2021-02-07T00:52:26.144Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:52:26.144Z] Removing intermediate container 6bb4098b1267 [2021-02-07T00:52:26.144Z] ---> 695be476ab29 [2021-02-07T00:52:26.144Z] Step 21/22 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 [2021-02-07T00:52:26.144Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:52:26.144Z] ---> Running in f8bc74a9f684 [2021-02-07T00:52:26.740Z] Removing intermediate container f8bc74a9f684 [2021-02-07T00:52:26.740Z] ---> b4a15ecf1cf0 [2021-02-07T00:52:26.740Z] Step 22/22 : LABEL version=0.0.0 [2021-02-07T00:52:26.740Z] (1/2) Installing readline (8.0.4-r0) [2021-02-07T00:52:26.740Z] (2/2) Installing bash (5.0.17-r0) [2021-02-07T00:52:27.026Z] ---> Running in af64bdfb1eac [2021-02-07T00:52:27.026Z] Executing bash-5.0.17-r0.post-install [2021-02-07T00:52:27.026Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:52:27.026Z] OK: 12 MiB in 22 packages [2021-02-07T00:52:27.618Z] Removing intermediate container af64bdfb1eac [2021-02-07T00:52:27.618Z] ---> 668a8faff007 [2021-02-07T00:52:27.618Z] [2021-02-07T00:52:27.889Z] Successfully built 668a8faff007 [2021-02-07T00:52:27.889Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-07T00:52:28.863Z]  Building docker-support-notifications-go ... done Removing intermediate container 6984808a5cdd [2021-02-07T00:52:28.863Z] ---> 4f967eff0348 [2021-02-07T00:52:28.863Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-07T00:52:28.863Z] ---> Running in 78231b020b3f [2021-02-07T00:52:29.454Z] Removing intermediate container 78231b020b3f [2021-02-07T00:52:29.454Z] ---> cdbaa545dca4 [2021-02-07T00:52:29.454Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-07T00:52:29.454Z] ---> Running in 1fc364f4da06 [2021-02-07T00:52:30.045Z] Removing intermediate container 1fc364f4da06 [2021-02-07T00:52:30.045Z] ---> 500be8451dc0 [2021-02-07T00:52:30.045Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-07T00:52:30.045Z] ---> Running in 02182f1da68f [2021-02-07T00:52:30.636Z] Removing intermediate container 02182f1da68f [2021-02-07T00:52:30.636Z] ---> 115db5392df6 [2021-02-07T00:52:30.636Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-07T00:52:31.611Z] ---> c646ad8d2a74 [2021-02-07T00:52:31.611Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-07T00:52:32.587Z] ---> c0e5eba04e8a [2021-02-07T00:52:32.587Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-07T00:52:33.587Z] ---> c227aa1084cb [2021-02-07T00:52:33.587Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-07T00:52:33.587Z] ---> Running in e2cedbbda960 [2021-02-07T00:52:35.064Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:52:35.064Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:52:35.663Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-07T00:52:35.663Z] (2/33) Installing expat (2.2.9-r1) [2021-02-07T00:52:35.663Z] (3/33) Installing libffi (3.3-r2) [2021-02-07T00:52:35.663Z] (4/33) Installing gdbm (1.13-r1) [2021-02-07T00:52:35.663Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-07T00:52:35.663Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-07T00:52:35.663Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-07T00:52:37.625Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-07T00:52:37.625Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-07T00:52:37.625Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-07T00:52:37.625Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-07T00:52:37.625Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-07T00:52:37.625Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-07T00:52:37.625Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-07T00:52:37.896Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-07T00:52:37.896Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-07T00:52:37.896Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-07T00:52:37.896Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-07T00:52:37.896Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-07T00:52:37.896Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-07T00:52:37.896Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-07T00:52:37.896Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-07T00:52:37.896Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-07T00:52:38.167Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-07T00:52:38.167Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-07T00:52:38.167Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-07T00:52:38.167Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-07T00:52:38.167Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-07T00:52:38.167Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-07T00:52:38.167Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-07T00:52:38.167Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-07T00:52:38.167Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-07T00:52:38.167Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-07T00:52:38.438Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:52:38.438Z] OK: 71 MiB in 55 packages [2021-02-07T00:52:45.133Z] Removing intermediate container e2cedbbda960 [2021-02-07T00:52:45.133Z] ---> 55bc8811d9d2 [2021-02-07T00:52:45.133Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-07T00:52:45.405Z] ---> Running in d62be91d5284 [2021-02-07T00:52:52.103Z] Collecting docker-compose==1.23.2 [2021-02-07T00:52:52.103Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-07T00:52:52.382Z] Collecting jsonschema<3,>=2.5.1 [2021-02-07T00:52:52.382Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-07T00:52:52.990Z] Collecting texttable<0.10,>=0.9.0 [2021-02-07T00:52:53.283Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-07T00:52:55.903Z] Collecting cached-property<2,>=1.2.0 [2021-02-07T00:52:55.903Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-07T00:52:57.326Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-07T00:52:57.326Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-07T00:52:58.748Z] Collecting PyYAML<4,>=3.10 [2021-02-07T00:52:58.748Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-07T00:53:03.031Z] Collecting docker<4.0,>=3.6.0 [2021-02-07T00:53:03.031Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-07T00:53:03.305Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-07T00:53:03.577Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-07T00:53:03.577Z] 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-07T00:53:03.848Z] Collecting docopt<0.7,>=0.6.1 [2021-02-07T00:53:04.119Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-07T00:53:06.721Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-07T00:53:06.721Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-07T00:53:08.698Z] Collecting idna<2.8,>=2.5 [2021-02-07T00:53:08.969Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-07T00:53:09.559Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-07T00:53:09.830Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-07T00:53:10.100Z] 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-07T00:53:10.100Z] 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-07T00:53:10.372Z] Collecting docker-pycreds>=0.4.0 [2021-02-07T00:53:10.372Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-07T00:53:10.372Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-07T00:53:10.641Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-07T00:53:10.641Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-07T00:53:10.641Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-07T00:53:11.616Z] Installing collected packages: jsonschema, texttable, cached-property, idna, urllib3, requests, PyYAML, docker-pycreds, websocket-client, docker, docopt, dockerpty, docker-compose [2021-02-07T00:53:11.889Z] Running setup.py install for texttable: started [2021-02-07T00:53:14.493Z] Running setup.py install for texttable: finished with status 'done' [2021-02-07T00:53:14.493Z] Attempting uninstall: idna [2021-02-07T00:53:14.493Z] Found existing installation: idna 2.9 [2021-02-07T00:53:14.493Z] Uninstalling idna-2.9: [2021-02-07T00:53:14.493Z] Successfully uninstalled idna-2.9 [2021-02-07T00:53:15.464Z] Attempting uninstall: urllib3 [2021-02-07T00:53:15.464Z] Found existing installation: urllib3 1.25.9 [2021-02-07T00:53:15.464Z] Uninstalling urllib3-1.25.9: [2021-02-07T00:53:15.464Z] Successfully uninstalled urllib3-1.25.9 [2021-02-07T00:53:16.055Z] Attempting uninstall: requests [2021-02-07T00:53:16.327Z] Found existing installation: requests 2.23.0 [2021-02-07T00:53:16.327Z] Uninstalling requests-2.23.0: [2021-02-07T00:53:16.327Z] Successfully uninstalled requests-2.23.0 [2021-02-07T00:53:16.599Z] Running setup.py install for PyYAML: started [2021-02-07T00:53:19.211Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-07T00:53:20.181Z] Running setup.py install for docopt: started [2021-02-07T00:53:22.145Z] Running setup.py install for docopt: finished with status 'done' [2021-02-07T00:53:22.145Z] Running setup.py install for dockerpty: started [2021-02-07T00:53:24.106Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-07T00:53:25.076Z] 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-07T00:53:29.359Z] Removing intermediate container d62be91d5284 [2021-02-07T00:53:29.359Z] ---> 24365d70b7bb [2021-02-07T00:53:29.359Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-07T00:53:29.359Z] ---> Running in 2335be6ebffc [2021-02-07T00:53:29.948Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:53:30.219Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:53:30.808Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-07T00:53:30.809Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-07T00:53:30.809Z] (3/3) Installing curl (7.69.1-r3) [2021-02-07T00:53:30.809Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:53:31.089Z] OK: 71 MiB in 58 packages [2021-02-07T00:53:32.527Z] Removing intermediate container 2335be6ebffc [2021-02-07T00:53:32.528Z] ---> d65bfbb7406e [2021-02-07T00:53:32.528Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-07T00:53:32.528Z] ---> Running in 7a3591f900b1 [2021-02-07T00:53:32.801Z] Removing intermediate container 7a3591f900b1 [2021-02-07T00:53:32.801Z] ---> f8bb50a8c4cf [2021-02-07T00:53:32.801Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:53:33.072Z] ---> Running in e87397b2e1f7 [2021-02-07T00:53:33.665Z] Removing intermediate container e87397b2e1f7 [2021-02-07T00:53:33.665Z] ---> 2faf43aadda2 [2021-02-07T00:53:33.665Z] Step 24/26 : LABEL arch=arm64 [2021-02-07T00:53:33.665Z] ---> Running in 7822dd131e09 [2021-02-07T00:53:34.263Z] Removing intermediate container 7822dd131e09 [2021-02-07T00:53:34.263Z] ---> 80946eb6b16e [2021-02-07T00:53:34.263Z] Step 25/26 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 [2021-02-07T00:53:34.263Z] ---> Running in a605004829a3 [2021-02-07T00:53:34.853Z] Removing intermediate container a605004829a3 [2021-02-07T00:53:34.853Z] ---> a2493adec928 [2021-02-07T00:53:34.853Z] Step 26/26 : LABEL version=0.0.0 [2021-02-07T00:53:35.126Z] ---> Running in b951c1b358e3 [2021-02-07T00:53:35.397Z] Removing intermediate container b951c1b358e3 [2021-02-07T00:53:35.397Z] ---> 09cb71f17599 [2021-02-07T00:53:35.397Z] [2021-02-07T00:53:35.989Z] Successfully built 09cb71f17599 [2021-02-07T00:53:35.989Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-07T00:53:36.273Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-07T00:53:36.284Z] $ docker stop --time=1 4f7d59af6eb479d5947b54abb42fd235ea6932a0bc053291d9a2fc6d8e69715d [2021-02-07T00:53:38.294Z] $ docker rm -f 4f7d59af6eb479d5947b54abb42fd235ea6932a0bc053291d9a2fc6d8e69715d [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-07T00:53:38.997Z] + grep docker [2021-02-07T00:53:38.997Z] + docker images [2021-02-07T00:53:39.294Z] docker-sys-mgmt-agent-go-arm64 latest 09cb71f17599 4 seconds ago 300MB [2021-02-07T00:53:39.294Z] docker-support-notifications-go-arm64 latest 668a8faff007 About a minute ago 16.7MB [2021-02-07T00:53:39.294Z] docker-security-bootstrapper-go-arm64 latest 0ba014705046 About a minute ago 22.6MB [2021-02-07T00:53:39.294Z] docker-support-scheduler-go-arm64 latest 2ebd33f3a6b9 About a minute ago 16.1MB [2021-02-07T00:53:39.294Z] docker-core-data-go-arm64 latest e1fc8a4a868d 3 minutes ago 21MB [2021-02-07T00:53:39.294Z] docker-core-metadata-go-arm64 latest 0f6e90fc1485 4 minutes ago 17.8MB [2021-02-07T00:53:39.294Z] docker-core-command-go-arm64 latest 96436140d9b1 4 minutes ago 16MB [2021-02-07T00:53:39.294Z] docker-security-secretstore-setup-go-arm64 latest 75874dd8121b 4 minutes ago 23.4MB [2021-02-07T00:53:39.294Z] docker-security-proxy-setup-go-arm64 latest a5e4fd4a85cb 4 minutes ago 23.2MB [2021-02-07T00:53:39.294Z] docker 20.10.0 eeaf43b92773 8 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) [Pipeline] unstash [Pipeline] wrap [2021-02-07T00:53:41.711Z] provisioning config files... [2021-02-07T00:53:41.723Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/14@tmp/config3081196174118096404tmp [Pipeline] { [Pipeline] sh [2021-02-07T00:53:42.098Z] + set +x [2021-02-07T00:53:42.098Z] + curl -s https://codecov.io/bash [2021-02-07T00:53:42.098Z] + bash -s -- [2021-02-07T00:53:42.687Z] [2021-02-07T00:53:42.687Z] _____ _ [2021-02-07T00:53:42.687Z] / ____| | | [2021-02-07T00:53:42.687Z] | | ___ __| | ___ ___ _____ __ [2021-02-07T00:53:42.687Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-07T00:53:42.687Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-07T00:53:42.687Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-07T00:53:42.687Z] Bash-20210129-7c25fce [2021-02-07T00:53:42.687Z] [2021-02-07T00:53:42.687Z] [2021-02-07T00:53:42.687Z] ==> git version 2.24.3 found [2021-02-07T00:53:42.687Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-07T00:53:42.687Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-07T00:53:42.687Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-07T00:53:42.687Z] ==> Jenkins CI detected. [2021-02-07T00:53:42.687Z] project root: . [2021-02-07T00:53:42.687Z] --> token set from env [2021-02-07T00:53:42.687Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-07T00:53:42.687Z] ==> Running gcov in . (disable via -X gcov) [2021-02-07T00:53:42.687Z] ==> Python coveragepy not found [2021-02-07T00:53:42.687Z] ==> Searching for coverage reports in: [2021-02-07T00:53:42.687Z] + . [2021-02-07T00:53:42.687Z] -> Found 1 reports [2021-02-07T00:53:42.687Z] ==> Detecting git/mercurial file structure [2021-02-07T00:53:42.687Z] ==> Reading reports [2021-02-07T00:53:42.949Z] + ./coverage.out bytes=590503 [2021-02-07T00:53:42.949Z] ==> Appending adjustments [2021-02-07T00:53:42.949Z] https://docs.codecov.io/docs/fixing-reports [2021-02-07T00:53:46.260Z] + Found adjustments [2021-02-07T00:53:46.260Z] ==> Gzipping contents [2021-02-07T00:53:46.260Z] 88K /tmp/codecov.E6n2N3.gz [2021-02-07T00:53:46.260Z] ==> Uploading reports [2021-02-07T00:53:46.260Z] url: https://codecov.io [2021-02-07T00:53:46.260Z] query: branch=PR-3113&commit=d07ed7d296622a123decb8b64b0dd4420a8b93a0&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= [2021-02-07T00:53:46.260Z] -> Pinging Codecov [2021-02-07T00:53:46.260Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3113&commit=d07ed7d296622a123decb8b64b0dd4420a8b93a0&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= [2021-02-07T00:53:46.522Z] -> Uploading to [2021-02-07T00:53:46.522Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-07/00271124DB129430A58F1EEE437C3FCB/d07ed7d296622a123decb8b64b0dd4420a8b93a0/9705b624-3458-4d8b-a44e-76f26b056920.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210207%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210207T005346Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fef33a58c3087e788f663d4604690f8f562fae2e3cd8b3dfeec13cd54ca1c489 [2021-02-07T00:53:46.522Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-07T00:53:46.522Z] Dload Upload Total Spent Left Speed [2021-02-07T00:53:47.096Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88757 0 0 100 88757 0 166k --:--:-- --:--:-- --:--:-- 166k [2021-02-07T00:53:47.096Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/d07ed7d296622a123decb8b64b0dd4420a8b93a0 [Pipeline] } [2021-02-07T00:53:47.109Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [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-07T00:53:49.054Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:53:49.943Z] ---> package-listing.sh [2021-02-07T00:53:49.943Z] ++ facter osfamily [2021-02-07T00:53:49.943Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-07T00:53:49.943Z] + OS_FAMILY=redhat [2021-02-07T00:53:49.943Z] + workspace=/w/workspace/edgex-go/14 [2021-02-07T00:53:49.943Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-07T00:53:49.943Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-07T00:53:49.943Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-07T00:53:49.943Z] + PACKAGES=/tmp/packages_start.txt [2021-02-07T00:53:49.943Z] + '[' /w/workspace/edgex-go/14 ']' [2021-02-07T00:53:49.943Z] + PACKAGES=/tmp/packages_end.txt [2021-02-07T00:53:49.943Z] + case "${OS_FAMILY}" in [2021-02-07T00:53:49.943Z] + rpm -qa [2021-02-07T00:53:49.943Z] + sort [2021-02-07T00:53:55.250Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-07T00:53:55.250Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-07T00:53:55.250Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-07T00:53:55.250Z] + '[' /w/workspace/edgex-go/14 ']' [2021-02-07T00:53:55.250Z] + mkdir -p /w/workspace/edgex-go/14/archives/ [2021-02-07T00:53:55.250Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/14/archives/ [Pipeline] echo [2021-02-07T00:53:55.264Z] 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/14/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-07T00:53:55.558Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:53:55.865Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-07T00:53:56.127Z] [2021-02-07T00:53:56.127Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:53:56.473Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-07T00:53:56.473Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-07T00:53:56.473Z] df20fa9351a1: Pulling fs layer [2021-02-07T00:53:56.473Z] 36b3adc4ff6f: Pulling fs layer [2021-02-07T00:53:56.473Z] 8ad3a11d3b57: Pulling fs layer [2021-02-07T00:53:56.473Z] 46f8f816bc3b: Pulling fs layer [2021-02-07T00:53:56.473Z] 93b61091891f: Pulling fs layer [2021-02-07T00:53:56.473Z] 93b9cdb0e59b: Pulling fs layer [2021-02-07T00:53:56.473Z] 5e14af77c1be: Pulling fs layer [2021-02-07T00:53:56.473Z] 01666e4c0597: Pulling fs layer [2021-02-07T00:53:56.473Z] aa168da1d23b: Pulling fs layer [2021-02-07T00:53:56.473Z] 93b9cdb0e59b: Waiting [2021-02-07T00:53:56.473Z] 5e14af77c1be: Waiting [2021-02-07T00:53:56.473Z] 01666e4c0597: Waiting [2021-02-07T00:53:56.473Z] aa168da1d23b: Waiting [2021-02-07T00:53:56.473Z] 46f8f816bc3b: Waiting [2021-02-07T00:53:56.473Z] 93b61091891f: Waiting [2021-02-07T00:53:56.473Z] 36b3adc4ff6f: Verifying Checksum [2021-02-07T00:53:56.473Z] 36b3adc4ff6f: Download complete [2021-02-07T00:53:56.473Z] 46f8f816bc3b: Verifying Checksum [2021-02-07T00:53:56.473Z] 46f8f816bc3b: Download complete [2021-02-07T00:53:56.740Z] df20fa9351a1: Verifying Checksum [2021-02-07T00:53:56.740Z] df20fa9351a1: Download complete [2021-02-07T00:53:56.740Z] 93b9cdb0e59b: Verifying Checksum [2021-02-07T00:53:56.740Z] 93b9cdb0e59b: Download complete [2021-02-07T00:53:56.740Z] 5e14af77c1be: Download complete [2021-02-07T00:53:56.740Z] 93b61091891f: Verifying Checksum [2021-02-07T00:53:56.740Z] 93b61091891f: Download complete [2021-02-07T00:53:56.740Z] 01666e4c0597: Verifying Checksum [2021-02-07T00:53:56.740Z] 01666e4c0597: Download complete [2021-02-07T00:53:56.740Z] 8ad3a11d3b57: Verifying Checksum [2021-02-07T00:53:56.740Z] 8ad3a11d3b57: Download complete [2021-02-07T00:53:57.009Z] df20fa9351a1: Pull complete [2021-02-07T00:53:57.278Z] 36b3adc4ff6f: Pull complete [2021-02-07T00:53:58.683Z] aa168da1d23b: Verifying Checksum [2021-02-07T00:53:58.684Z] aa168da1d23b: Download complete [2021-02-07T00:53:59.260Z] 8ad3a11d3b57: Pull complete [2021-02-07T00:53:59.527Z] 46f8f816bc3b: Pull complete [2021-02-07T00:54:00.106Z] 93b61091891f: Pull complete [2021-02-07T00:54:00.370Z] 93b9cdb0e59b: Pull complete [2021-02-07T00:54:00.634Z] 5e14af77c1be: Pull complete [2021-02-07T00:54:00.634Z] 01666e4c0597: Pull complete [2021-02-07T00:54:12.940Z] aa168da1d23b: Pull complete [2021-02-07T00:54:12.940Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-07T00:54:12.940Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-07T00:54:12.940Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-07T00:54:13.183Z] prd-centos7-docker-4c-2g-25363 does not seem to be running inside a container [2021-02-07T00:54:13.243Z] $ 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/14/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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-07T00:54:20.247Z] $ docker top 6479872a6dc6a89414b62495ba60844ccf9d49af9f79eb46d093ef76c500833b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-07T00:54:20.856Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-07T00:54:21.164Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-07T00:54:21.470Z] + ls /var/log/sa-host [2021-02-07T00:54:21.470Z] + sadf -c /var/log/sa-host/sa07 [2021-02-07T00:54:21.470Z] file_magic: OK [2021-02-07T00:54:21.470Z] HZ: Using current value: 100 [2021-02-07T00:54:21.470Z] file_header: OK [2021-02-07T00:54:21.470Z] 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-07T00:54:21.470Z] Statistics: [2021-02-07T00:54:21.470Z] 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-07T00:54:21.470Z] File successfully converted to sysstat format version 12.2.1 [2021-02-07T00:54:21.470Z] + sadf -c /var/log/sa-host/sa23 [2021-02-07T00:54:21.470Z] file_magic: OK [2021-02-07T00:54:21.470Z] HZ: Using current value: 100 [2021-02-07T00:54:21.470Z] file_header: OK [2021-02-07T00:54:21.470Z] 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-07T00:54:21.470Z] Statistics: [2021-02-07T00:54:21.470Z] Hnuu...uuuununununu... [2021-02-07T00:54:21.470Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-07T00:54:21.695Z] provisioning config files... [2021-02-07T00:54:21.710Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/14@tmp/config8129898068301374416tmp [Pipeline] { [Pipeline] echo [2021-02-07T00:54:21.781Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:54:22.079Z] ---> create-netrc.sh [Pipeline] } [2021-02-07T00:54:22.088Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-07T00:54:22.184Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:54:22.542Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-07T00:54:22.565Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:54:22.882Z] ---> sudo-logs.sh [2021-02-07T00:54:22.882Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-07T00:54:22.896Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:54:23.206Z] ---> job-cost.sh [2021-02-07T00:54:23.206Z] lf-activate-venv: SKIPPING [2021-02-07T00:54:23.206Z] INFO: No Stack... [2021-02-07T00:54:24.159Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-07T00:54:24.739Z] INFO: Archiving Costs [Pipeline] echo [2021-02-07T00:54:24.754Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:54:25.062Z] ---> logs-deploy.sh [2021-02-07T00:54:25.062Z] lf-activate-venv: SKIPPING [2021-02-07T00:54:25.062Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3113/14 [2021-02-07T00:54:25.062Z] INFO: archiving workspace using pattern(s): [2021-02-07T00:54:26.983Z] Archives upload complete. [2021-02-07T00:54:26.983Z] INFO: archiving logs to Nexus