Pull request #3210 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at 55fea418b1ac49172828e32c63c2641cfdddd142 rather than 4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 Obtained Jenkinsfile from 55fea418b1ac49172828e32c63c2641cfdddd142 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-28712 in /w/workspace/edgexfoundry_edgex-go_PR-3210 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/8 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3210/head:refs/remotes/origin/PR-3210 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 55fea418b1ac49172828e32c63c2641cfdddd142 into PR head commit 4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 Merge succeeded, producing 4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 Checking out Revision 4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 (PR-3210) > git config core.sparsecheckout # timeout=10 > git checkout -f 4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 # 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 55fea418b1ac49172828e32c63c2641cfdddd142 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 # timeout=10 Commit message: "feat(notifications): Implement GET /notification/id/{id} V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-05T13:08:02.844Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-05T13:08:03.116Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-05T13:08:03.221Z] ========================================================= [2021-03-05T13:08:03.221Z] EdgeX Global Pipelines Version Info [2021-03-05T13:08:03.221Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 12746f91723dee4d114230c5413fccf75a25cf3a # timeout=10 [2021-03-05T13:08:04.749Z] ------------------- [2021-03-05T13:08:04.749Z] stable info: [2021-03-05T13:08:04.749Z] ------------------- [2021-03-05T13:08:04.749Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-05T13:08:04.749Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-05T13:08:04.749Z] Message: update stable to v1.0.184 [2021-03-05T13:08:05.698Z] ------------------- [2021-03-05T13:08:05.698Z] experimental info: [2021-03-05T13:08:05.698Z] ------------------- [2021-03-05T13:08:05.698Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-05T13:08:05.698Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-05T13:08:05.698Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-05T13:08:06.051Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-05T13:08:06.147Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-05T13:08:06.236Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-05T13:08:06.323Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-05T13:08:06.402Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-05T13:08:06.477Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-05T13:08:06.552Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-05T13:08:06.633Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-05T13:08:06.719Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-05T13:08:06.806Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-05T13:08:06.896Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-05T13:08:07.001Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-05T13:08:07.087Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-05T13:08:07.179Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-05T13:08:07.274Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-05T13:08:07.360Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-05T13:08:07.448Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-05T13:08:07.531Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-05T13:08:07.615Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-05T13:08:07.712Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-05T13:08:07.798Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-05T13:08:07.885Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-05T13:08:07.974Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3210 [Pipeline] echo [2021-03-05T13:08:08.098Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3210 [Pipeline] echo [2021-03-05T13:08:08.182Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3210 [Pipeline] echo [2021-03-05T13:08:08.293Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 [Pipeline] echo [2021-03-05T13:08:08.377Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4e55b03 [Pipeline] echo [2021-03-05T13:08:08.480Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-05T13:08:08.689Z] provisioning config files... [2021-03-05T13:08:08.814Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config3479943398636296154tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T13:08:09.194Z] ---> docker-login.sh [2021-03-05T13:08:09.194Z] nexus3.edgexfoundry.org:10001 [2021-03-05T13:08:09.458Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T13:08:09.721Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T13:08:09.721Z] Configure a credential helper to remove this warning. See [2021-03-05T13:08:09.721Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T13:08:09.721Z] [2021-03-05T13:08:09.721Z] Login Succeeded [2021-03-05T13:08:09.721Z] nexus3.edgexfoundry.org:10002 [2021-03-05T13:08:09.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T13:08:09.983Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T13:08:09.983Z] Configure a credential helper to remove this warning. See [2021-03-05T13:08:09.983Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T13:08:09.983Z] [2021-03-05T13:08:09.983Z] Login Succeeded [2021-03-05T13:08:09.983Z] nexus3.edgexfoundry.org:10003 [2021-03-05T13:08:09.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T13:08:10.245Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T13:08:10.245Z] Configure a credential helper to remove this warning. See [2021-03-05T13:08:10.245Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T13:08:10.245Z] [2021-03-05T13:08:10.245Z] Login Succeeded [2021-03-05T13:08:10.245Z] nexus3.edgexfoundry.org:10004 [2021-03-05T13:08:10.245Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T13:08:10.245Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T13:08:10.245Z] Configure a credential helper to remove this warning. See [2021-03-05T13:08:10.245Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T13:08:10.245Z] [2021-03-05T13:08:10.245Z] Login Succeeded [2021-03-05T13:08:10.245Z] docker.io [2021-03-05T13:08:10.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T13:08:10.773Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T13:08:10.773Z] Configure a credential helper to remove this warning. See [2021-03-05T13:08:10.773Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T13:08:10.773Z] [2021-03-05T13:08:10.773Z] Login Succeeded [2021-03-05T13:08:10.773Z] ---> docker-login.sh ends [Pipeline] } [2021-03-05T13:08:10.782Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T13:08:11.277Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-05T13:08:11.277Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T13:08:11.277Z] ++ dirname cmd/core-command/Dockerfile [2021-03-05T13:08:11.277Z] ++ cut -d/ -f2 [2021-03-05T13:08:11.277Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-05T13:08:11.277Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T13:08:11.277Z] ++ dirname cmd/core-data/Dockerfile [2021-03-05T13:08:11.277Z] ++ cut -d/ -f2 [2021-03-05T13:08:11.277Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-05T13:08:11.277Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T13:08:11.277Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-05T13:08:11.277Z] ++ cut -d/ -f2 [2021-03-05T13:08:11.277Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-05T13:08:11.277Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T13:08:11.277Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-05T13:08:11.277Z] ++ cut -d/ -f2 [2021-03-05T13:08:11.277Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-05T13:08:11.277Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T13:08:11.277Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-05T13:08:11.277Z] ++ cut -d/ -f2 [2021-03-05T13:08:11.277Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-05T13:08:11.277Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T13:08:11.277Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-05T13:08:11.277Z] ++ cut -d/ -f2 [2021-03-05T13:08:11.277Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-05T13:08:11.277Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T13:08:11.277Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-05T13:08:11.277Z] ++ cut -d/ -f2 [2021-03-05T13:08:11.277Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-05T13:08:11.277Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T13:08:11.277Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-05T13:08:11.277Z] ++ cut -d/ -f2 [2021-03-05T13:08:11.277Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-05T13:08:11.277Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T13:08:11.277Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-05T13:08:11.277Z] ++ cut -d/ -f2 [2021-03-05T13:08:11.277Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-05T13:08:11.349Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-05T13:08:12.908Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T13:08:12.908Z] [2021-03-05T13:08:12.908Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T13:08:13.255Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T13:08:13.255Z] latest: Pulling from edgex-devops/git-semver [2021-03-05T13:08:13.255Z] 31603596830f: Pulling fs layer [2021-03-05T13:08:13.255Z] 2a8b12db71e7: Pulling fs layer [2021-03-05T13:08:13.255Z] 6ca5941a6612: Pulling fs layer [2021-03-05T13:08:13.255Z] ecc8261a40a4: Pulling fs layer [2021-03-05T13:08:13.255Z] ecc8261a40a4: Waiting [2021-03-05T13:08:13.255Z] 2a8b12db71e7: Verifying Checksum [2021-03-05T13:08:13.255Z] 2a8b12db71e7: Download complete [2021-03-05T13:08:13.255Z] 31603596830f: Download complete [2021-03-05T13:08:13.526Z] ecc8261a40a4: Download complete [2021-03-05T13:08:13.526Z] 6ca5941a6612: Download complete [2021-03-05T13:08:13.788Z] 31603596830f: Pull complete [2021-03-05T13:08:14.050Z] 2a8b12db71e7: Pull complete [2021-03-05T13:08:15.005Z] 6ca5941a6612: Pull complete [2021-03-05T13:08:15.005Z] ecc8261a40a4: Pull complete [2021-03-05T13:08:15.005Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-05T13:08:15.005Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T13:08:15.005Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-05T13:08:15.118Z] prd-centos7-docker-4c-2g-28712 does not seem to be running inside a container [2021-03-05T13:08:15.162Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-05T13:08:18.261Z] $ docker top 0111eef12a59c9957365b6fcdc750b9d454160fc95cb2e9d3a2042f554be9e20 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-05T13:08:18.655Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T13:08:18.655Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T13:08:18.910Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T13:08:18.908Z] $ docker exec 0111eef12a59c9957365b6fcdc750b9d454160fc95cb2e9d3a2042f554be9e20 ssh-agent [2021-03-05T13:08:19.106Z] SSH_AUTH_SOCK=/tmp/ssh-wqUpFBsC2mu8/agent.11 [2021-03-05T13:08:19.106Z] SSH_AGENT_PID=16 [2021-03-05T13:08:19.125Z] Running ssh-add (command line suppressed) [2021-03-05T13:08:19.254Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_6322212815866543144.key (/w/workspace/edgex-go/8@tmp/private_key_6322212815866543144.key) [2021-03-05T13:08:19.317Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T13:08:19.656Z] + git tag --points-at HEAD [Pipeline] } [2021-03-05T13:08:19.676Z] $ docker exec --env ******** --env ******** 0111eef12a59c9957365b6fcdc750b9d454160fc95cb2e9d3a2042f554be9e20 ssh-agent -k [2021-03-05T13:08:19.804Z] unset SSH_AUTH_SOCK; [2021-03-05T13:08:19.805Z] unset SSH_AGENT_PID; [2021-03-05T13:08:19.805Z] echo Agent pid 16 killed; [2021-03-05T13:08:19.860Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-05T13:08:19.992Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T13:08:19.992Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T13:08:20.169Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T13:08:20.168Z] $ docker exec 0111eef12a59c9957365b6fcdc750b9d454160fc95cb2e9d3a2042f554be9e20 ssh-agent [2021-03-05T13:08:20.352Z] SSH_AUTH_SOCK=/tmp/ssh-XrapX3gm6DC6/agent.44 [2021-03-05T13:08:20.352Z] SSH_AGENT_PID=49 [2021-03-05T13:08:20.361Z] Running ssh-add (command line suppressed) [2021-03-05T13:08:20.487Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_5465700417982680868.key (/w/workspace/edgex-go/8@tmp/private_key_5465700417982680868.key) [2021-03-05T13:08:20.551Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T13:08:20.951Z] + git semver init [2021-03-05T13:08:20.952Z] # -> Open(): unable to determine branch for HEAD [2021-03-05T13:08:20.952Z] # $GIT_DIR = /w/workspace/edgex-go/8/.git [2021-03-05T13:08:20.952Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/8 [2021-03-05T13:08:20.952Z] # $SEMVER_REMOTE_NAME = origin [2021-03-05T13:08:20.952Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-05T13:08:20.952Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-05T13:08:20.952Z] # $SEMVER_BRANCH = PR-3210 [2021-03-05T13:08:20.952Z] # $SEMVER_TEMP = /tmp/semver-389875110 [2021-03-05T13:08:20.952Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-05T13:08:39.142Z] # '/tmp/semver-389875110' -> '/w/workspace/edgex-go/8/.semver' [2021-03-05T13:08:39.406Z] # -> Force: false [2021-03-05T13:08:39.406Z] # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } [2021-03-05T13:08:39.416Z] $ docker exec --env ******** --env ******** 0111eef12a59c9957365b6fcdc750b9d454160fc95cb2e9d3a2042f554be9e20 ssh-agent -k [2021-03-05T13:08:39.666Z] unset SSH_AUTH_SOCK; [2021-03-05T13:08:39.667Z] unset SSH_AGENT_PID; [2021-03-05T13:08:39.667Z] echo Agent pid 49 killed; [2021-03-05T13:08:39.773Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T13:08:40.289Z] + git semver [Pipeline] } [2021-03-05T13:08:40.303Z] $ docker stop --time=1 0111eef12a59c9957365b6fcdc750b9d454160fc95cb2e9d3a2042f554be9e20 [2021-03-05T13:08:41.916Z] $ docker rm -f 0111eef12a59c9957365b6fcdc750b9d454160fc95cb2e9d3a2042f554be9e20 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T13:08:42.488Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-05T13:08:43.051Z] Stashed 1 file(s) [Pipeline] echo [2021-03-05T13:08:43.055Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-05T13:08:43.949Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-05T13:08:44.250Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-05T13:08:44.566Z] + sudo service docker restart [2021-03-05T13:08:44.566Z] + true [2021-03-05T13:08:44.566Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-05T13:08:45.532Z] ========================================================= [2021-03-05T13:08:45.533Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-05T13:08:45.533Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-05T13:08:45.893Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-05T13:08:49.219Z] Sending build context to Docker daemon 328.3MB [2021-03-05T13:08:49.219Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-05T13:08:49.219Z] Step 2/6 : FROM ${BASE} [2021-03-05T13:08:49.482Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-05T13:08:49.482Z] 188c0c94c7c5: Pulling fs layer [2021-03-05T13:08:49.482Z] 0ef7d3d256c8: Pulling fs layer [2021-03-05T13:08:49.482Z] de9db76c5a1d: Pulling fs layer [2021-03-05T13:08:49.482Z] bca2f99d35d6: Pulling fs layer [2021-03-05T13:08:49.482Z] 93359f2a8cfa: Pulling fs layer [2021-03-05T13:08:49.482Z] 7c6f9722023f: Pulling fs layer [2021-03-05T13:08:49.482Z] a35cf1a2eb13: Pulling fs layer [2021-03-05T13:08:49.482Z] 93359f2a8cfa: Waiting [2021-03-05T13:08:49.482Z] 7c6f9722023f: Waiting [2021-03-05T13:08:49.482Z] a35cf1a2eb13: Waiting [2021-03-05T13:08:49.482Z] bca2f99d35d6: Waiting [2021-03-05T13:08:49.482Z] de9db76c5a1d: Download complete [2021-03-05T13:08:49.482Z] 0ef7d3d256c8: Verifying Checksum [2021-03-05T13:08:49.482Z] 0ef7d3d256c8: Download complete [2021-03-05T13:08:49.482Z] 93359f2a8cfa: Verifying Checksum [2021-03-05T13:08:49.482Z] 93359f2a8cfa: Download complete [2021-03-05T13:08:49.482Z] 188c0c94c7c5: Verifying Checksum [2021-03-05T13:08:49.482Z] 188c0c94c7c5: Download complete [2021-03-05T13:08:49.482Z] 7c6f9722023f: Verifying Checksum [2021-03-05T13:08:49.482Z] 7c6f9722023f: Download complete [2021-03-05T13:08:50.057Z] 188c0c94c7c5: Pull complete [2021-03-05T13:08:50.057Z] 0ef7d3d256c8: Pull complete [2021-03-05T13:08:50.321Z] de9db76c5a1d: Pull complete [2021-03-05T13:08:51.729Z] a35cf1a2eb13: Verifying Checksum [2021-03-05T13:08:51.729Z] a35cf1a2eb13: Download complete [2021-03-05T13:08:52.680Z] bca2f99d35d6: Verifying Checksum [2021-03-05T13:08:52.680Z] bca2f99d35d6: Download complete [2021-03-05T13:08:58.446Z] Still waiting to schedule task [2021-03-05T13:08:58.447Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-05T13:08:59.305Z] bca2f99d35d6: Pull complete [2021-03-05T13:08:59.306Z] 93359f2a8cfa: Pull complete [2021-03-05T13:08:59.306Z] 7c6f9722023f: Pull complete [2021-03-05T13:09:04.638Z] a35cf1a2eb13: Pull complete [2021-03-05T13:09:04.638Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-05T13:09:04.638Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-05T13:09:04.638Z] ---> a62c8e92a672 [2021-03-05T13:09:04.638Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-05T13:09:04.638Z] ---> Running in c18adfe0b025 [2021-03-05T13:09:04.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T13:09:05.848Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T13:09:06.423Z] (1/12) Installing libmagic (5.38-r0) [2021-03-05T13:09:06.423Z] (2/12) Installing file (5.38-r0) [2021-03-05T13:09:06.685Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-05T13:09:06.685Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-05T13:09:10.905Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-05T13:09:10.905Z] (6/12) Installing patch (2.7.6-r6) [2021-03-05T13:09:10.905Z] (7/12) Installing build-base (0.5-r2) [2021-03-05T13:09:10.905Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-05T13:09:10.905Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-05T13:09:10.905Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-05T13:09:10.905Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-05T13:09:11.169Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-05T13:09:11.169Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T13:09:11.169Z] OK: 233 MiB in 51 packages [2021-03-05T13:09:15.397Z] Removing intermediate container c18adfe0b025 [2021-03-05T13:09:15.397Z] ---> 09a9a95db6e8 [2021-03-05T13:09:15.397Z] Step 4/6 : WORKDIR /edgex-go [2021-03-05T13:09:15.397Z] ---> Running in a37644946210 [2021-03-05T13:09:15.397Z] Removing intermediate container a37644946210 [2021-03-05T13:09:15.397Z] ---> 64c4a31ef637 [2021-03-05T13:09:15.397Z] Step 5/6 : COPY go.mod . [2021-03-05T13:09:15.397Z] ---> 40f5bef63dd1 [2021-03-05T13:09:15.397Z] Step 6/6 : RUN go mod download [2021-03-05T13:09:15.397Z] ---> Running in 57d2a6829e0b [2021-03-05T13:09:37.426Z] Removing intermediate container 57d2a6829e0b [2021-03-05T13:09:37.426Z] ---> f426e7b596e6 [2021-03-05T13:09:37.690Z] Successfully built f426e7b596e6 [2021-03-05T13:09:37.952Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T13:09:38.267Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-05T13:09:38.267Z] . [Pipeline] withDockerContainer [2021-03-05T13:09:38.376Z] prd-centos7-docker-4c-2g-28712 does not seem to be running inside a container [2021-03-05T13:09:38.419Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-05T13:09:39.225Z] $ docker top 5d6f8e19f782d3e25ff0cd40059e738f00f99f2deefc0bc58141cc01c0e5582a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T13:09:39.744Z] + go version [2021-03-05T13:09:39.744Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-05T13:09:39.755Z] $ docker stop --time=1 5d6f8e19f782d3e25ff0cd40059e738f00f99f2deefc0bc58141cc01c0e5582a [2021-03-05T13:09:41.139Z] $ docker rm -f 5d6f8e19f782d3e25ff0cd40059e738f00f99f2deefc0bc58141cc01c0e5582a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T13:09:41.981Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-05T13:09:41.981Z] . [Pipeline] withDockerContainer [2021-03-05T13:09:42.091Z] prd-centos7-docker-4c-2g-28712 does not seem to be running inside a container [2021-03-05T13:09:42.143Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-05T13:09:42.988Z] $ docker top d7d00b127ad805a65d77935ae5c45a894995ac923064844a2dc605aa869c724c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-05T13:09:43.303Z] ========================================================= [2021-03-05T13:09:43.303Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-05T13:09:43.303Z] ========================================================= [Pipeline] sh [2021-03-05T13:09:43.603Z] + make test [2021-03-05T13:09:43.603Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-05T13:09:53.685Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-05T13:10:11.970Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-05T13:10:17.311Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-05T13:10:17.311Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-05T13:10:17.311Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-05T13:10:18.733Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-05T13:10:18.733Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-05T13:10:18.733Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-05T13:10:19.001Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-05T13:10:19.985Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-05T13:10:20.250Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-05T13:10:23.594Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-05T13:10:23.594Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-05T13:10:23.594Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-05T13:10:25.582Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.154s coverage: 45.9% of statements [2021-03-05T13:10:25.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-05T13:10:25.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-05T13:10:25.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-05T13:10:25.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-05T13:10:25.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-05T13:10:25.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-05T13:10:25.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-05T13:10:25.582Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.085s coverage: 100.0% of statements [2021-03-05T13:10:28.954Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.185s coverage: 27.1% of statements [2021-03-05T13:10:28.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-05T13:10:28.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-05T13:10:28.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-05T13:10:28.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-05T13:10:28.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-05T13:10:28.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-05T13:10:28.954Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.099s coverage: 100.0% of statements [2021-03-05T13:10:28.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-05T13:10:28.954Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.045s coverage: 100.0% of statements [2021-03-05T13:10:28.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-05T13:10:28.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-05T13:10:28.954Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.120s coverage: 66.2% of statements [2021-03-05T13:10:28.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-05T13:10:28.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-05T13:10:29.223Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.458s coverage: 82.4% of statements [2021-03-05T13:10:29.223Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-05T13:10:29.223Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T13:10:29.223Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-05T13:10:29.223Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-05T13:10:31.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.420s coverage: 28.6% of statements [2021-03-05T13:10:31.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-05T13:10:31.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-05T13:10:31.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-05T13:10:31.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-05T13:10:31.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-05T13:10:31.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.076s coverage: 100.0% of statements [2021-03-05T13:10:31.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-05T13:10:31.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.049s coverage: 100.0% of statements [2021-03-05T13:10:31.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-05T13:10:31.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.139s coverage: 86.7% of statements [2021-03-05T13:10:31.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-05T13:10:31.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.123s coverage: 97.5% of statements [2021-03-05T13:10:31.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-05T13:10:32.442Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.064s coverage: 78.3% of statements [2021-03-05T13:10:32.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-05T13:10:32.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-05T13:10:32.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-05T13:10:32.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-05T13:10:35.054Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.433s coverage: 92.8% of statements [2021-03-05T13:10:35.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-05T13:10:35.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T13:10:35.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-05T13:10:35.054Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-05T13:10:35.054Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-05T13:10:35.054Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-05T13:10:35.054Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-05T13:10:35.054Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-05T13:10:35.054Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-05T13:10:35.054Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-05T13:10:35.054Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-05T13:10:35.054Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-05T13:10:35.054Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-05T13:10:35.054Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-05T13:10:35.054Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-05T13:10:35.054Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-05T13:10:35.054Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-05T13:10:35.054Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-05T13:10:35.054Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.042s coverage: 58.8% of statements [2021-03-05T13:10:35.054Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-05T13:10:35.054Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-05T13:10:35.054Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.073s coverage: 0.1% of statements [2021-03-05T13:10:35.054Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-05T13:10:35.054Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-05T13:10:35.054Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-05T13:10:35.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.050s coverage: 47.1% of statements [2021-03-05T13:10:35.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.057s coverage: 79.5% of statements [2021-03-05T13:10:35.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.039s coverage: 94.1% of statements [2021-03-05T13:10:35.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.065s coverage: 96.3% of statements [2021-03-05T13:10:35.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements [2021-03-05T13:10:47.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.053s coverage: 94.4% of statements [2021-03-05T13:10:47.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.044s coverage: 44.8% of statements [2021-03-05T13:10:47.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.049s coverage: 81.4% of statements [2021-03-05T13:11:02.607Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.072s coverage: 92.9% of statements [2021-03-05T13:11:02.607Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-05T13:11:02.607Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-05T13:11:02.607Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-05T13:11:02.607Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-03-05T13:11:02.607Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-05T13:11:02.607Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-05T13:11:02.607Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-05T13:11:02.607Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-05T13:11:02.607Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-05T13:11:02.607Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements [2021-03-05T13:11:02.607Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-05T13:11:02.607Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-05T13:11:02.607Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-05T13:11:02.607Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-05T13:11:02.607Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-03-05T13:11:02.607Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-05T13:11:02.607Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-05T13:11:02.607Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-03-05T13:11:02.607Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements [2021-03-05T13:11:02.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.093s coverage: 91.6% of statements [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-05T13:11:02.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.181s coverage: 62.4% of statements [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-05T13:11:02.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.028s coverage: 100.0% of statements [2021-03-05T13:11:02.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements [2021-03-05T13:11:02.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.041s coverage: 100.0% of statements [2021-03-05T13:11:02.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements [2021-03-05T13:11:02.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-03-05T13:11:02.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.357s coverage: 69.1% of statements [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-05T13:11:02.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.097s coverage: 38.4% of statements [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-05T13:11:02.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-05T13:11:02.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.036s coverage: 84.8% of statements [2021-03-05T13:11:02.608Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.129s coverage: 47.0% of statements [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-05T13:11:02.608Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-05T13:11:02.608Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-05T13:11:02.608Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.138s coverage: 88.5% of statements [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-05T13:11:02.608Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.762s coverage: 29.1% of statements [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-05T13:11:02.608Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.078s coverage: 99.0% of statements [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-05T13:11:02.608Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.048s coverage: 100.0% of statements [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-05T13:11:02.608Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.087s coverage: 95.6% of statements [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-05T13:11:02.608Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-05T13:11:02.608Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-05T13:11:02.608Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.055s coverage: 87.9% of statements [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-05T13:11:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-05T13:11:02.608Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-03-05T13:11:02.608Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-03-05T13:11:02.608Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-05T13:11:02.608Z] GO111MODULE=on go vet ./... [2021-03-05T13:11:29.362Z] gofmt -l . [2021-03-05T13:11:29.362Z] [ "`gofmt -l .`" = "" ] [2021-03-05T13:11:29.627Z] ./bin/test-go-mod-tidy.sh [2021-03-05T13:11:30.216Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-05T13:11:31.419Z] + ls -al . [2021-03-05T13:11:31.419Z] total 732 [2021-03-05T13:11:31.419Z] drwxrwxr-x 10 1001 1001 4096 Mar 5 13:11 . [2021-03-05T13:11:31.419Z] drwxr-xr-x 4 root root 28 Mar 5 13:09 .. [2021-03-05T13:11:31.419Z] -rw-rw-r-- 1 1001 1001 11 Mar 5 13:07 .dockerignore [2021-03-05T13:11:31.419Z] drwxrwxr-x 8 1001 1001 179 Mar 5 13:08 .git [2021-03-05T13:11:31.419Z] drwxrwxr-x 3 1001 1001 125 Mar 5 13:07 .github [2021-03-05T13:11:31.419Z] -rw-rw-r-- 1 1001 1001 818 Mar 5 13:07 .gitignore [2021-03-05T13:11:31.419Z] drwx------ 3 1001 1001 60 Mar 5 13:08 .semver [2021-03-05T13:11:31.419Z] -rw-rw-r-- 1 1001 1001 166 Mar 5 13:07 .sonarcloud.properties [2021-03-05T13:11:31.419Z] -rw-rw-r-- 1 1001 1001 8475 Mar 5 13:07 Attribution.txt [2021-03-05T13:11:31.419Z] -rw-rw-r-- 1 1001 1001 3804 Mar 5 13:07 CONTRIBUTING.md [2021-03-05T13:11:31.419Z] -rw-rw-r-- 1 1001 1001 931 Mar 5 13:07 Dockerfile.build [2021-03-05T13:11:31.419Z] -rw-rw-r-- 1 1001 1001 863 Mar 5 13:07 Jenkinsfile [2021-03-05T13:11:31.419Z] -rw-rw-r-- 1 1001 1001 10775 Mar 5 13:07 LICENSE [2021-03-05T13:11:31.419Z] -rw-rw-r-- 1 1001 1001 5774 Mar 5 13:07 Makefile [2021-03-05T13:11:31.419Z] -rw-rw-r-- 1 1001 1001 6524 Mar 5 13:07 README.md [2021-03-05T13:11:31.419Z] -rw-rw-r-- 1 1001 1001 6755 Mar 5 13:07 SECURITY.md [2021-03-05T13:11:31.419Z] -rw-rw-r-- 1 1001 1001 5 Mar 5 13:08 VERSION [2021-03-05T13:11:31.419Z] -rw-rw-r-- 1 1001 1001 4131 Mar 5 13:07 ZMQWindows.md [2021-03-05T13:11:31.419Z] drwxrwxr-x 2 1001 1001 117 Mar 5 13:07 bin [2021-03-05T13:11:31.419Z] drwxrwxr-x 14 1001 1001 4096 Mar 5 13:07 cmd [2021-03-05T13:11:31.419Z] -rw-r--r-- 1 root root 621194 Mar 5 13:11 coverage.out [2021-03-05T13:11:31.419Z] -rw-r--r-- 1 root root 1055 Mar 5 13:11 go.mod [2021-03-05T13:11:31.419Z] -rw-r--r-- 1 root root 21699 Mar 5 13:11 go.sum [2021-03-05T13:11:31.419Z] drwxrwxr-x 8 1001 1001 127 Mar 5 13:07 internal [2021-03-05T13:11:31.419Z] drwxrwxr-x 4 1001 1001 26 Mar 5 13:07 openapi [2021-03-05T13:11:31.419Z] drwxrwxr-x 4 1001 1001 71 Mar 5 13:07 snap [2021-03-05T13:11:31.419Z] -rw-rw-r-- 1 1001 1001 168 Mar 5 13:07 version.go [Pipeline] sh [2021-03-05T13:11:31.734Z] + '[' -e coverage.out ] [2021-03-05T13:11:31.734Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-05T13:11:32.025Z] Stashed 1 file(s) [Pipeline] sh [2021-03-05T13:11:32.321Z] + make build [2021-03-05T13:11:32.321Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-05T13:11:37.657Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-05T13:11:45.908Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-05T13:11:47.301Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-05T13:11:48.700Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-05T13:11:49.280Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-05T13:11:51.206Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-05T13:11:52.602Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-05T13:11:54.000Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-05T13:11:55.396Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-05T13:11:56.344Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-05T13:11:57.749Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-05T13:11:59.705Z] $ docker stop --time=1 d7d00b127ad805a65d77935ae5c45a894995ac923064844a2dc605aa869c724c [2021-03-05T13:12:01.476Z] $ docker rm -f d7d00b127ad805a65d77935ae5c45a894995ac923064844a2dc605aa869c724c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T13:12:05.397Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T13:12:05.397Z] [2021-03-05T13:12:05.397Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T13:12:05.778Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T13:12:05.778Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-05T13:12:05.778Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-05T13:12:05.778Z] ca9280d653b3: Pulling fs layer [2021-03-05T13:12:05.778Z] 7e9c9ca2126c: Pulling fs layer [2021-03-05T13:12:06.362Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-05T13:12:06.362Z] cbdbe7a5bc2a: Download complete [2021-03-05T13:12:06.946Z] cbdbe7a5bc2a: Pull complete [2021-03-05T13:12:06.946Z] ca9280d653b3: Verifying Checksum [2021-03-05T13:12:06.946Z] ca9280d653b3: Download complete [2021-03-05T13:12:07.900Z] 7e9c9ca2126c: Verifying Checksum [2021-03-05T13:12:07.900Z] 7e9c9ca2126c: Download complete [2021-03-05T13:12:07.900Z] ca9280d653b3: Pull complete [2021-03-05T13:12:14.535Z] 7e9c9ca2126c: Pull complete [2021-03-05T13:12:14.535Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-05T13:12:14.535Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T13:12:14.535Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-05T13:12:14.682Z] prd-centos7-docker-4c-2g-28712 does not seem to be running inside a container [2021-03-05T13:12:14.740Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-05T13:12:17.293Z] $ docker top 15081910a927a666cc72c07dff6507b5b4478f3bff173a28c14a28323a7d133e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T13:12:17.829Z] + docker-compose build --help [2021-03-05T13:12:17.830Z] + grep parallel [2021-03-05T13:12:18.777Z] --parallel Build images in parallel. [Pipeline] } [2021-03-05T13:12:19.051Z] $ docker stop --time=1 15081910a927a666cc72c07dff6507b5b4478f3bff173a28c14a28323a7d133e [2021-03-05T13:12:20.495Z] $ docker rm -f 15081910a927a666cc72c07dff6507b5b4478f3bff173a28c14a28323a7d133e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T13:12:21.305Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T13:12:21.305Z] . [Pipeline] withDockerContainer [2021-03-05T13:12:21.423Z] prd-centos7-docker-4c-2g-28712 does not seem to be running inside a container [2021-03-05T13:12:21.470Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-05T13:12:22.355Z] $ docker top 5bb42d342306023a35ebabf30a92c5db08b4708255821c29e0d297b5fa7e204d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T13:12:22.989Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-05T13:12:23.944Z] Building docker-core-command-go ... [2021-03-05T13:12:23.944Z] Building docker-core-data-go ... [2021-03-05T13:12:23.944Z] Building docker-core-metadata-go ... [2021-03-05T13:12:23.944Z] Building docker-security-bootstrapper-go ... [2021-03-05T13:12:23.944Z] Building docker-security-proxy-setup-go ... [2021-03-05T13:12:23.944Z] Building docker-security-secretstore-setup-go ... [2021-03-05T13:12:23.944Z] Building docker-support-notifications-go ... [2021-03-05T13:12:23.944Z] Building docker-support-scheduler-go ... [2021-03-05T13:12:23.944Z] Building docker-sys-mgmt-agent-go ... [2021-03-05T13:12:23.944Z] Building docker-core-command-go [2021-03-05T13:12:23.944Z] Building docker-support-notifications-go [2021-03-05T13:12:23.944Z] Building docker-security-secretstore-setup-go [2021-03-05T13:12:23.944Z] Building docker-sys-mgmt-agent-go [2021-03-05T13:12:23.944Z] Building docker-security-bootstrapper-go [2021-03-05T13:13:02.908Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T13:13:02.908Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-05T13:13:02.908Z] ---> f426e7b596e6 [2021-03-05T13:13:02.908Z] Step 3/24 : WORKDIR /edgex-go [2021-03-05T13:13:02.908Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T13:13:02.908Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T13:13:02.908Z] ---> f426e7b596e6 [2021-03-05T13:13:02.908Z] Step 3/22 : WORKDIR /edgex-go [2021-03-05T13:13:02.908Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T13:13:02.908Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-05T13:13:02.908Z] ---> f426e7b596e6 [2021-03-05T13:13:02.908Z] Step 3/31 : WORKDIR /edgex-go [2021-03-05T13:13:02.908Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T13:13:02.908Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T13:13:02.908Z] ---> f426e7b596e6 [2021-03-05T13:13:02.908Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T13:13:02.908Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T13:13:02.908Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-05T13:13:02.908Z] ---> f426e7b596e6 [2021-03-05T13:13:02.908Z] Step 3/26 : WORKDIR /edgex-go [2021-03-05T13:13:02.908Z] ---> Running in 253c49df4d40 [2021-03-05T13:13:02.908Z] ---> Running in 959ae85885b6 [2021-03-05T13:13:02.908Z] ---> Running in b9dbba627201 [2021-03-05T13:13:02.908Z] ---> Running in e3154aca5fe9 [2021-03-05T13:13:02.908Z] ---> Running in 4d508e1d3b46 [2021-03-05T13:13:02.908Z] Removing intermediate container 253c49df4d40 [2021-03-05T13:13:02.908Z] ---> 627313bc191f [2021-03-05T13:13:02.908Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T13:13:02.908Z] Removing intermediate container b9dbba627201 [2021-03-05T13:13:02.908Z] ---> a349ca6c25cf [2021-03-05T13:13:02.908Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T13:13:02.908Z] Removing intermediate container 959ae85885b6 [2021-03-05T13:13:02.908Z] ---> 3b8910bc84e4 [2021-03-05T13:13:02.908Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T13:13:02.908Z] Removing intermediate container 4d508e1d3b46 [2021-03-05T13:13:02.908Z] ---> 4e12f87d27fe [2021-03-05T13:13:02.908Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T13:13:02.908Z] Removing intermediate container e3154aca5fe9 [2021-03-05T13:13:02.908Z] ---> f13d5d6923d9 [2021-03-05T13:13:02.908Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T13:13:02.908Z] ---> Running in 5eed56d30806 [2021-03-05T13:13:02.908Z] ---> Running in 953f4650a4af [2021-03-05T13:13:02.908Z] ---> Running in adc912db9fe5 [2021-03-05T13:13:02.908Z] ---> Running in 2fa6d385d31c [2021-03-05T13:13:02.908Z] ---> Running in 4ff34836992c [2021-03-05T13:13:02.908Z] Removing intermediate container adc912db9fe5 [2021-03-05T13:13:02.908Z] ---> ef5a503b21f2 [2021-03-05T13:13:02.908Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T13:13:02.908Z] Removing intermediate container 5eed56d30806 [2021-03-05T13:13:02.908Z] ---> 2e60915a7b57 [2021-03-05T13:13:02.908Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-05T13:13:02.908Z] Removing intermediate container 4ff34836992c [2021-03-05T13:13:02.908Z] ---> 2adf481a3823 [2021-03-05T13:13:02.908Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-05T13:13:03.191Z] Removing intermediate container 953f4650a4af [2021-03-05T13:13:03.191Z] ---> 840d7757c95e [2021-03-05T13:13:03.191Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-05T13:13:03.191Z] Removing intermediate container 2fa6d385d31c [2021-03-05T13:13:03.191Z] ---> 19c9a513c5be [2021-03-05T13:13:03.191Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-05T13:13:03.191Z] ---> Running in 2baed1a89ca9 [2021-03-05T13:13:03.191Z] ---> Running in fcc1360c6966 [2021-03-05T13:13:03.191Z] ---> Running in d416e09ebd6d [2021-03-05T13:13:03.462Z] ---> Running in 4fb7031e58a1 [2021-03-05T13:13:03.462Z] ---> Running in ad12c547da20 [2021-03-05T13:13:04.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T13:13:04.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T13:13:05.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T13:13:05.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T13:13:05.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T13:13:05.400Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T13:13:05.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T13:13:05.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T13:13:05.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T13:13:05.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T13:13:05.934Z] OK: 233 MiB in 51 packages [2021-03-05T13:13:05.934Z] OK: 233 MiB in 51 packages [2021-03-05T13:13:06.200Z] OK: 233 MiB in 51 packages [2021-03-05T13:13:06.200Z] OK: 233 MiB in 51 packages [2021-03-05T13:13:06.479Z] OK: 233 MiB in 51 packages [2021-03-05T13:13:06.753Z] Removing intermediate container fcc1360c6966 [2021-03-05T13:13:06.753Z] ---> 89aa28bdda5f [2021-03-05T13:13:06.753Z] Step 6/22 : COPY go.mod . [2021-03-05T13:13:07.018Z] Removing intermediate container 2baed1a89ca9 [2021-03-05T13:13:07.018Z] ---> 7a10c07cb8ee [2021-03-05T13:13:07.018Z] Step 6/23 : COPY go.mod . [2021-03-05T13:13:07.282Z] Removing intermediate container ad12c547da20 [2021-03-05T13:13:07.282Z] ---> a8763f740fd0 [2021-03-05T13:13:07.282Z] Step 6/26 : COPY go.mod . [2021-03-05T13:13:07.282Z] ---> 0b25a136124e [2021-03-05T13:13:07.282Z] Step 7/22 : RUN go mod download [2021-03-05T13:13:07.282Z] ---> 43332917c28d [2021-03-05T13:13:07.282Z] Step 7/23 : RUN go mod download [2021-03-05T13:13:07.548Z] ---> Running in 08d01567d92f [2021-03-05T13:13:07.548Z] Removing intermediate container d416e09ebd6d [2021-03-05T13:13:07.548Z] ---> e0b809ba69c2 [2021-03-05T13:13:07.548Z] Step 6/24 : COPY go.mod . [2021-03-05T13:13:07.548Z] ---> Running in ba986c2d6771 [2021-03-05T13:13:07.548Z] Removing intermediate container 4fb7031e58a1 [2021-03-05T13:13:07.548Z] ---> 183f503f3576 [2021-03-05T13:13:07.548Z] Step 6/31 : COPY go.mod . [2021-03-05T13:13:07.811Z] ---> 555e7cc88265 [2021-03-05T13:13:07.811Z] Step 7/26 : RUN go mod download [2021-03-05T13:13:08.076Z] ---> Running in 0eb813524a68 [2021-03-05T13:13:08.076Z] ---> ac3724676808 [2021-03-05T13:13:08.076Z] Step 7/24 : RUN go mod download [2021-03-05T13:13:08.076Z] ---> ac799d68fa36 [2021-03-05T13:13:08.076Z] Step 7/31 : RUN go mod download [2021-03-05T13:13:08.365Z] ---> Running in 8400027b776e [2021-03-05T13:13:08.365Z] ---> Running in 69dbe06463bb [2021-03-05T13:13:10.338Z] Removing intermediate container 08d01567d92f [2021-03-05T13:13:10.338Z] ---> e9504f2ff985 [2021-03-05T13:13:10.338Z] Step 8/22 : COPY . . [2021-03-05T13:13:10.338Z] Removing intermediate container ba986c2d6771 [2021-03-05T13:13:10.338Z] ---> b3b20f4a0aec [2021-03-05T13:13:10.338Z] Step 8/23 : COPY . . [2021-03-05T13:13:10.631Z] Removing intermediate container 0eb813524a68 [2021-03-05T13:13:10.631Z] ---> 50c4c3e1791e [2021-03-05T13:13:10.631Z] Step 8/26 : COPY . . [2021-03-05T13:13:10.631Z] Removing intermediate container 8400027b776e [2021-03-05T13:13:10.631Z] ---> 38026e1332b4 [2021-03-05T13:13:10.631Z] Step 8/24 : COPY . . [2021-03-05T13:13:10.631Z] Removing intermediate container 69dbe06463bb [2021-03-05T13:13:10.631Z] ---> 2e4b1932e5b8 [2021-03-05T13:13:10.631Z] Step 8/31 : COPY . . [2021-03-05T13:13:49.735Z] ---> dcd085595d4d [2021-03-05T13:13:49.735Z] ---> b4ab82bea7a3 [2021-03-05T13:13:49.735Z] Step 9/22 : RUN make cmd/support-notifications/support-notificationsStep 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-05T13:13:49.735Z] [2021-03-05T13:13:49.735Z] ---> dcc59e3c9330 [2021-03-05T13:13:49.735Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-05T13:13:49.735Z] ---> 30991bb1d913 [2021-03-05T13:13:49.736Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-05T13:13:49.736Z] ---> Running in 7023f509832d [2021-03-05T13:13:49.736Z] ---> Running in 51f5c5f96617 [2021-03-05T13:13:49.736Z] ---> Running in 4a317774e8cc [2021-03-05T13:13:49.736Z] ---> Running in 75123c5955d2 [2021-03-05T13:13:49.736Z] ---> ab94c146df35 [2021-03-05T13:13:49.736Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-05T13:13:49.736Z] ---> Running in f19e1d15c018 [2021-03-05T13:13:49.736Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-05T13:13:49.736Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-05T13:13:49.736Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-05T13:13:49.736Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-05T13:13:49.736Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-05T13:14:22.020Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-05T13:14:32.126Z] Removing intermediate container 4a317774e8cc [2021-03-05T13:14:32.126Z] ---> 22d21aef0771 [2021-03-05T13:14:32.126Z] [2021-03-05T13:14:32.126Z] Step 10/24 : FROM alpine:3.12 [2021-03-05T13:14:32.126Z] Removing intermediate container 75123c5955d2 [2021-03-05T13:14:32.126Z] ---> 878ac64cea78 [2021-03-05T13:14:32.126Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-05T13:14:32.126Z] Removing intermediate container 7023f509832d [2021-03-05T13:14:32.126Z] ---> e196b542f0a6 [2021-03-05T13:14:32.126Z] [2021-03-05T13:14:32.126Z] Step 10/31 : FROM alpine:3.12 [2021-03-05T13:14:32.126Z] 3.12: Pulling from library/alpine [2021-03-05T13:14:32.126Z] 3.12: Pulling from library/alpine [2021-03-05T13:14:32.126Z] Removing intermediate container 51f5c5f96617 [2021-03-05T13:14:32.126Z] ---> cd58ae5d3c9f [2021-03-05T13:14:32.126Z] [2021-03-05T13:14:32.126Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T13:14:32.126Z] Removing intermediate container f19e1d15c018 [2021-03-05T13:14:32.126Z] ---> d5272d30399c [2021-03-05T13:14:32.126Z] [2021-03-05T13:14:32.126Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T13:14:32.126Z] ---> Running in a2875cd465e7 [2021-03-05T13:14:32.126Z] 3.12: Pulling from library/alpine [2021-03-05T13:14:32.126Z] 3.12: Pulling from library/alpine [2021-03-05T13:14:32.126Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T13:14:32.126Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T13:14:32.126Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T13:14:32.126Z] Status: Downloaded newer image for alpine:3.12 [2021-03-05T13:14:32.126Z] Status: Image is up to date for alpine:3.12 [2021-03-05T13:14:32.126Z] Status: Downloaded newer image for alpine:3.12 [2021-03-05T13:14:32.126Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T13:14:32.126Z] Status: Image is up to date for alpine:3.12 [2021-03-05T13:14:32.126Z] ---> 88dd2752d2ea [2021-03-05T13:14:32.126Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-05T13:14:32.126Z] ---> 88dd2752d2ea [2021-03-05T13:14:32.126Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-05T13:14:32.126Z] ---> 88dd2752d2ea [2021-03-05T13:14:32.126Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-05T13:14:32.126Z] ---> 88dd2752d2ea [2021-03-05T13:14:32.126Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T13:14:32.126Z] ---> Running in 51f0e3996caa [2021-03-05T13:14:32.126Z] ---> Running in a4bd3c9a518b [2021-03-05T13:14:32.126Z] ---> Running in 679550bbc310 [2021-03-05T13:14:32.126Z] ---> Running in ca168a127a28 [2021-03-05T13:14:32.126Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-05T13:14:32.126Z] Removing intermediate container ca168a127a28 [2021-03-05T13:14:32.126Z] ---> 3f383865c78f [2021-03-05T13:14:32.126Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-05T13:14:32.126Z] ---> Running in 963157855f2a [2021-03-05T13:14:32.724Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T13:14:33.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T13:14:33.007Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-05T13:14:33.007Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T13:14:33.007Z] OK: 6 MiB in 15 packages [2021-03-05T13:14:33.298Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T13:14:33.298Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T13:14:33.298Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T13:14:33.298Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T13:14:33.298Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T13:14:33.298Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T13:14:33.298Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-05T13:14:33.565Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T13:14:33.565Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-05T13:14:33.565Z] (4/5) Installing curl (7.69.1-r3) [2021-03-05T13:14:33.565Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-05T13:14:33.565Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T13:14:33.565Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T13:14:33.565Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-05T13:14:33.565Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-05T13:14:33.565Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T13:14:33.565Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-05T13:14:33.565Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T13:14:33.565Z] (2/2) Installing su-exec (0.2-r1) [2021-03-05T13:14:33.565Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T13:14:33.565Z] OK: 6 MiB in 16 packages [2021-03-05T13:14:33.830Z] OK: 6 MiB in 16 packages [2021-03-05T13:14:34.093Z] OK: 7 MiB in 19 packages [2021-03-05T13:14:36.030Z] Removing intermediate container a2875cd465e7 [2021-03-05T13:14:36.030Z] ---> 070c468cb6f5 [2021-03-05T13:14:36.030Z] [2021-03-05T13:14:36.030Z] Step 11/26 : FROM docker:20.10.0 [2021-03-05T13:14:36.030Z] 20.10.0: Pulling from library/docker [2021-03-05T13:14:36.030Z] Removing intermediate container 51f0e3996caa [2021-03-05T13:14:36.030Z] ---> 06d039b6103f [2021-03-05T13:14:36.030Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T13:14:36.030Z] ---> Running in 3f53ce24e85c [2021-03-05T13:14:36.610Z] Removing intermediate container 963157855f2a [2021-03-05T13:14:36.610Z] ---> 4812e4f8b5d3 [2021-03-05T13:14:36.610Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-05T13:14:37.187Z] Removing intermediate container 3f53ce24e85c [2021-03-05T13:14:37.187Z] ---> d1118d4bdf02 [2021-03-05T13:14:37.187Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-05T13:14:37.187Z] Removing intermediate container a4bd3c9a518b [2021-03-05T13:14:37.187Z] ---> fa627f868d26 [2021-03-05T13:14:37.187Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T13:14:37.187Z] Removing intermediate container 679550bbc310 [2021-03-05T13:14:37.187Z] ---> 9fb9105049dc [2021-03-05T13:14:37.187Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T13:14:37.187Z] ---> Running in 427dd0e0a786 [2021-03-05T13:14:37.187Z] ---> Running in 8c00e691f751 [2021-03-05T13:14:37.450Z] ---> Running in 562cec0b22b7 [2021-03-05T13:14:37.450Z] ---> Running in d3fbdca0df64 [2021-03-05T13:14:37.713Z] Removing intermediate container 427dd0e0a786 [2021-03-05T13:14:37.713Z] ---> cf298c43c4ff [2021-03-05T13:14:37.713Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-05T13:14:38.288Z] ---> Running in 932bbd2f0ccd [2021-03-05T13:14:38.288Z] Removing intermediate container 8c00e691f751 [2021-03-05T13:14:38.288Z] ---> 8889832b50f8 [2021-03-05T13:14:38.288Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T13:14:38.288Z] Removing intermediate container 562cec0b22b7 [2021-03-05T13:14:38.288Z] ---> 4b607f9dfe08 [2021-03-05T13:14:38.288Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-05T13:14:38.288Z] Removing intermediate container d3fbdca0df64 [2021-03-05T13:14:38.288Z] ---> cc826702560e [2021-03-05T13:14:38.288Z] Step 13/24 : WORKDIR / [2021-03-05T13:14:38.563Z] ---> Running in 797eeed0c393 [2021-03-05T13:14:38.563Z] ---> Running in 2f24d248f24a [2021-03-05T13:14:38.563Z] ---> Running in 9353828ebd5d [2021-03-05T13:14:38.563Z] Removing intermediate container 932bbd2f0ccd [2021-03-05T13:14:38.563Z] ---> 107cccef40e7 [2021-03-05T13:14:38.563Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-05T13:14:38.563Z] ---> Running in 23f4460355a3 [2021-03-05T13:14:39.142Z] Removing intermediate container 2f24d248f24a [2021-03-05T13:14:39.142Z] ---> e07c67278bab [2021-03-05T13:14:39.142Z] Step 15/23 : WORKDIR / [2021-03-05T13:14:39.410Z] Removing intermediate container 797eeed0c393 [2021-03-05T13:14:39.410Z] ---> 8a99b19d1582 [2021-03-05T13:14:39.410Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T13:14:39.410Z] Removing intermediate container 9353828ebd5d [2021-03-05T13:14:39.410Z] ---> b580cf993569 [2021-03-05T13:14:39.410Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-05T13:14:39.410Z] ---> Running in 33596043c019 [2021-03-05T13:14:39.681Z] ---> Running in 59c14681c630 [2021-03-05T13:14:39.948Z] Removing intermediate container 33596043c019 [2021-03-05T13:14:39.948Z] ---> 12a6c293a749 [2021-03-05T13:14:39.948Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T13:14:39.948Z] Removing intermediate container 59c14681c630 [2021-03-05T13:14:39.948Z] ---> c7506dafb15b [2021-03-05T13:14:39.948Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T13:14:40.215Z] ---> 11a635f3c999 [2021-03-05T13:14:40.215Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-05T13:14:40.800Z] ---> 826c7fd3b44b [2021-03-05T13:14:40.800Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-05T13:14:40.800Z] ---> 879150e1126a [2021-03-05T13:14:40.800Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-05T13:14:40.800Z] ---> 0427faab4465 [2021-03-05T13:14:40.800Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-05T13:14:41.070Z] Removing intermediate container 23f4460355a3 [2021-03-05T13:14:41.070Z] ---> c1eb788c287d [2021-03-05T13:14:41.070Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-05T13:14:41.070Z] ---> Running in ad3ebb587c6b [2021-03-05T13:14:41.350Z] ---> 54061e970e73 [2021-03-05T13:14:41.350Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-05T13:14:41.350Z] ---> 6990de8f1772 [2021-03-05T13:14:41.350Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-05T13:14:41.627Z] Removing intermediate container ad3ebb587c6b [2021-03-05T13:14:41.627Z] ---> 1ca769405e28 [2021-03-05T13:14:41.627Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-05T13:14:41.627Z] ---> 8c1ff84ac9fc [2021-03-05T13:14:41.627Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-05T13:14:41.900Z] ---> 6a60d8d7c8c1 [2021-03-05T13:14:41.900Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-05T13:14:42.175Z] ---> 7f1dd9223560 [2021-03-05T13:14:42.175Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-05T13:14:42.175Z] ---> 6669e4023973 [2021-03-05T13:14:42.175Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-05T13:14:42.175Z] ---> Running in 20349e6e07e0 [2021-03-05T13:14:42.175Z] ---> f2b1a4324674 [2021-03-05T13:14:42.175Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-05T13:14:42.175Z] ---> Running in 0378104baf38 [2021-03-05T13:14:42.440Z] ---> Running in 0cc4d1f3142e [2021-03-05T13:14:42.706Z] Removing intermediate container 20349e6e07e0 [2021-03-05T13:14:42.707Z] ---> 744bafc01aa7 [2021-03-05T13:14:42.707Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T13:14:42.978Z] Removing intermediate container 0cc4d1f3142e [2021-03-05T13:14:42.978Z] ---> b71aaf319abf [2021-03-05T13:14:42.978Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T13:14:42.978Z] ---> Running in 30b9cdb421c7 [2021-03-05T13:14:42.978Z] ---> 0338c1a68d26 [2021-03-05T13:14:42.978Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-05T13:14:42.978Z] ---> Running in 349cd50a0e2c [2021-03-05T13:14:43.241Z] Removing intermediate container 30b9cdb421c7 [2021-03-05T13:14:43.241Z] ---> 5f0378ad9be0 [2021-03-05T13:14:43.241Z] Step 21/23 : LABEL arch=x86_64 [2021-03-05T13:14:43.818Z] ---> Running in b7492935a3f7 [2021-03-05T13:14:43.818Z] Removing intermediate container 349cd50a0e2c [2021-03-05T13:14:43.818Z] ---> f424b5063585 [2021-03-05T13:14:43.818Z] Step 20/22 : LABEL arch=x86_64 [2021-03-05T13:14:43.818Z] ---> 8bb612ec46a8 [2021-03-05T13:14:43.818Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-05T13:14:43.818Z] ---> Running in 017e88e53fcc [2021-03-05T13:14:43.818Z] ---> Running in 72f95b49007d [2021-03-05T13:14:44.081Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-05T13:14:44.081Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-05T13:14:44.081Z] ---> aefe523efa57 [2021-03-05T13:14:44.081Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-05T13:14:44.081Z] Removing intermediate container b7492935a3f7 [2021-03-05T13:14:44.081Z] ---> 30a7febfb858 [2021-03-05T13:14:44.081Z] Step 22/23 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 [2021-03-05T13:14:44.344Z] Removing intermediate container 017e88e53fcc [2021-03-05T13:14:44.344Z] ---> 278b921c34c2 [2021-03-05T13:14:44.344Z] Step 21/22 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 [2021-03-05T13:14:44.344Z] ---> Running in 298e13de40f3 [2021-03-05T13:14:44.344Z] ---> Running in 56767c502f75 [2021-03-05T13:14:44.611Z] ---> Running in bb85ec961839 [2021-03-05T13:14:44.611Z] Removing intermediate container 0378104baf38 [2021-03-05T13:14:44.611Z] ---> 1e7381f22b44 [2021-03-05T13:14:44.611Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T13:14:44.876Z] Removing intermediate container 56767c502f75 [2021-03-05T13:14:44.876Z] ---> 136ed6c1c78a [2021-03-05T13:14:44.876Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T13:14:45.147Z] ---> Running in 50936c27af1f [2021-03-05T13:14:45.147Z] Removing intermediate container bb85ec961839 [2021-03-05T13:14:45.147Z] ---> c564f1aea42f [2021-03-05T13:14:45.147Z] Step 22/22 : LABEL version=0.0.0 [2021-03-05T13:14:45.147Z] ---> c5d7cf753eae [2021-03-05T13:14:45.147Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-05T13:14:45.147Z] ---> Running in cbcfcdcf1cbb [2021-03-05T13:14:45.412Z] Removing intermediate container 50936c27af1f [2021-03-05T13:14:45.412Z] ---> 17f60de13ae3 [2021-03-05T13:14:45.412Z] [2021-03-05T13:14:45.412Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T13:14:45.412Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T13:14:45.675Z] (1/2) Installing readline (8.0.4-r0) [2021-03-05T13:14:45.675Z] (2/2) Installing bash (5.0.17-r0) [2021-03-05T13:14:45.675Z] Executing bash-5.0.17-r0.post-install [2021-03-05T13:14:45.675Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T13:14:45.675Z] OK: 12 MiB in 22 packages [2021-03-05T13:14:45.675Z] Successfully built 17f60de13ae3 [2021-03-05T13:14:45.675Z] Removing intermediate container cbcfcdcf1cbb [2021-03-05T13:14:45.675Z] ---> d99d3c04cd68 [2021-03-05T13:14:45.675Z] [2021-03-05T13:14:45.675Z] Successfully tagged docker-core-command-go:latest [2021-03-05T13:14:45.675Z] Building docker-support-scheduler-go [2021-03-05T13:14:45.939Z]  Building docker-core-command-go ... done Successfully built d99d3c04cd68 [2021-03-05T13:14:46.208Z] ---> 3c0bd5bff99e [2021-03-05T13:14:46.208Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-05T13:14:46.208Z] Successfully tagged docker-support-notifications-go:latest [2021-03-05T13:14:46.209Z] Building docker-core-metadata-go [2021-03-05T13:14:46.209Z]  Building docker-support-notifications-go ... done Removing intermediate container 72f95b49007d [2021-03-05T13:14:46.209Z] ---> 6ab53251b6c3 [2021-03-05T13:14:46.209Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-05T13:14:46.209Z] ---> Running in 2a4d8b474e88 [2021-03-05T13:14:46.481Z] ---> 9e24f232fad5 [2021-03-05T13:14:46.481Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-05T13:14:46.481Z] Removing intermediate container 298e13de40f3 [2021-03-05T13:14:46.481Z] ---> e53d7be93d5f [2021-03-05T13:14:46.481Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-05T13:14:46.744Z] Removing intermediate container 2a4d8b474e88 [2021-03-05T13:14:46.744Z] ---> f1cf7dbee6c2 [2021-03-05T13:14:46.744Z] Step 22/24 : LABEL arch=x86_64 [2021-03-05T13:14:47.011Z] ---> Running in 91c3eb2635b9 [2021-03-05T13:14:48.967Z] ---> Running in c3fd75d2caf5 [2021-03-05T13:14:49.553Z] ---> 9093f7a5b40c [2021-03-05T13:14:49.553Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-05T13:14:52.118Z] Removing intermediate container 91c3eb2635b9 [2021-03-05T13:14:52.118Z] ---> 226d7decd897 [2021-03-05T13:14:52.118Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-05T13:14:53.535Z] Removing intermediate container c3fd75d2caf5 [2021-03-05T13:14:53.535Z] ---> 5739881d132a [2021-03-05T13:14:53.535Z] Step 23/24 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 [2021-03-05T13:14:53.535Z] ---> 24520b2677c9 [2021-03-05T13:14:53.535Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-05T13:14:53.535Z] ---> Running in f262868cdda1 [2021-03-05T13:14:53.536Z] ---> Running in f99b59ecd9cc [2021-03-05T13:14:54.119Z] ---> Running in f5d13159c331 [2021-03-05T13:14:54.383Z] Removing intermediate container f262868cdda1 [2021-03-05T13:14:54.383Z] ---> 909ee06d07a8 [2021-03-05T13:14:54.383Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-05T13:14:54.383Z] Removing intermediate container f99b59ecd9cc [2021-03-05T13:14:54.383Z] ---> 11dbd8e26658 [2021-03-05T13:14:54.383Z] Step 24/24 : LABEL version=0.0.0 [2021-03-05T13:14:55.366Z] ---> Running in 336f547746e6 [2021-03-05T13:14:57.971Z] ---> Running in ffe73c504f74 [2021-03-05T13:14:58.248Z] Removing intermediate container f5d13159c331 [2021-03-05T13:14:58.248Z] ---> 95c8ae6fcb88 [2021-03-05T13:14:58.248Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-05T13:15:00.838Z] Removing intermediate container 336f547746e6 [2021-03-05T13:15:00.838Z] ---> 7eedded45e6b [2021-03-05T13:15:00.838Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-05T13:15:01.438Z] Removing intermediate container ffe73c504f74 [2021-03-05T13:15:01.438Z] ---> ae4a8bff7bf7 [2021-03-05T13:15:01.438Z] [2021-03-05T13:15:01.715Z] ---> 424abad19298 [2021-03-05T13:15:01.715Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-05T13:15:01.715Z] Successfully built ae4a8bff7bf7 [2021-03-05T13:15:01.985Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-05T13:15:02.261Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-03-05T13:15:03.749Z] ---> 7acff7e66ab2 [2021-03-05T13:15:03.749Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-05T13:15:03.749Z] ---> Running in d2ac6d7ac987 [2021-03-05T13:15:05.719Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T13:15:05.719Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T13:15:05.719Z] ---> f426e7b596e6 [2021-03-05T13:15:05.719Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T13:15:05.719Z] ---> Using cache [2021-03-05T13:15:05.719Z] ---> f13d5d6923d9 [2021-03-05T13:15:05.719Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T13:15:05.719Z] ---> Using cache [2021-03-05T13:15:05.719Z] ---> 2adf481a3823 [2021-03-05T13:15:05.719Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T13:15:06.358Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T13:15:06.358Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T13:15:06.358Z] ---> f426e7b596e6 [2021-03-05T13:15:06.358Z] Step 3/22 : WORKDIR /edgex-go [2021-03-05T13:15:06.358Z] ---> Using cache [2021-03-05T13:15:06.358Z] ---> f13d5d6923d9 [2021-03-05T13:15:06.358Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T13:15:06.358Z] ---> Using cache [2021-03-05T13:15:06.358Z] ---> 2adf481a3823 [2021-03-05T13:15:06.358Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-05T13:15:07.782Z] ---> Running in 1202d776295a [2021-03-05T13:15:07.782Z] ---> a4f94a13decd [2021-03-05T13:15:07.782Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-05T13:15:07.782Z] ---> Running in 9686ee3b1d57 [2021-03-05T13:15:09.720Z] ---> 69787f4666d3 [2021-03-05T13:15:09.720Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-05T13:15:09.720Z] ---> Running in 3cc7c6d76469 [2021-03-05T13:15:10.313Z] Removing intermediate container d2ac6d7ac987 [2021-03-05T13:15:10.313Z] ---> df36da7abb58 [2021-03-05T13:15:10.313Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-05T13:15:10.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T13:15:10.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T13:15:10.583Z] ---> Running in 7982a00e4dc3 [2021-03-05T13:15:10.874Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T13:15:11.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T13:15:11.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T13:15:11.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T13:15:11.145Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-05T13:15:11.410Z] (2/33) Installing expat (2.2.9-r1) [2021-03-05T13:15:11.410Z] Removing intermediate container 7982a00e4dc3 [2021-03-05T13:15:11.410Z] ---> 332076146015 [2021-03-05T13:15:11.410Z] Step 28/31 : CMD ["gate"] [2021-03-05T13:15:11.410Z] (3/33) Installing libffi (3.3-r2) [2021-03-05T13:15:11.410Z] (4/33) Installing gdbm (1.13-r1) [2021-03-05T13:15:11.686Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-05T13:15:11.686Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-05T13:15:11.686Z] OK: 233 MiB in 51 packages [2021-03-05T13:15:11.686Z] OK: 233 MiB in 51 packages [2021-03-05T13:15:11.686Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-05T13:15:12.669Z] ---> Running in 17b04f22498a [2021-03-05T13:15:16.913Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-05T13:15:16.913Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-05T13:15:16.913Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-05T13:15:16.913Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-05T13:15:16.913Z] Removing intermediate container 17b04f22498a [2021-03-05T13:15:16.913Z] ---> 0bb7ac5bb1ce [2021-03-05T13:15:16.913Z] Step 29/31 : LABEL arch=x86_64 [2021-03-05T13:15:16.913Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-05T13:15:16.913Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-05T13:15:16.913Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-05T13:15:17.494Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-05T13:15:17.494Z] Removing intermediate container 1202d776295a [2021-03-05T13:15:17.494Z] ---> 43bd630da8fa [2021-03-05T13:15:17.494Z] Step 6/23 : COPY go.mod . [2021-03-05T13:15:17.494Z] Removing intermediate container 9686ee3b1d57 [2021-03-05T13:15:17.494Z] ---> 5420f5377f25 [2021-03-05T13:15:17.494Z] Step 6/22 : COPY go.mod . [2021-03-05T13:15:17.757Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-05T13:15:17.757Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-05T13:15:17.757Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-05T13:15:18.021Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-05T13:15:18.602Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-05T13:15:19.191Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-05T13:15:19.191Z] ---> Running in 4b2e8e9f9887 [2021-03-05T13:15:19.191Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-05T13:15:19.191Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-05T13:15:19.460Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-05T13:15:20.040Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-05T13:15:20.304Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-05T13:15:20.304Z] ---> 760f4fe396ee [2021-03-05T13:15:20.304Z] Step 7/23 : RUN go mod download [2021-03-05T13:15:20.304Z] ---> 45d286c252fa [2021-03-05T13:15:20.304Z] Step 7/22 : RUN go mod download [2021-03-05T13:15:20.304Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-05T13:15:20.304Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-05T13:15:20.304Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-05T13:15:20.304Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-05T13:15:20.304Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T13:15:20.304Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-05T13:15:20.304Z] ---> f426e7b596e6 [2021-03-05T13:15:20.304Z] Step 3/21 : WORKDIR /edgex-go [2021-03-05T13:15:20.304Z] ---> Using cache [2021-03-05T13:15:20.304Z] ---> f13d5d6923d9 [2021-03-05T13:15:20.304Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T13:15:20.304Z] ---> Using cache [2021-03-05T13:15:20.304Z] ---> 2adf481a3823 [2021-03-05T13:15:20.305Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-05T13:15:20.305Z] ---> Using cache [2021-03-05T13:15:20.305Z] ---> 5420f5377f25 [2021-03-05T13:15:20.305Z] Step 6/21 : COPY go.mod . [2021-03-05T13:15:20.305Z] ---> Using cache [2021-03-05T13:15:20.305Z] ---> 45d286c252fa [2021-03-05T13:15:20.305Z] Step 7/21 : RUN go mod download [2021-03-05T13:15:21.257Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-05T13:15:21.257Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-05T13:15:21.257Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-05T13:15:21.257Z] Removing intermediate container 4b2e8e9f9887 [2021-03-05T13:15:21.257Z] ---> c254c3895553 [2021-03-05T13:15:21.257Z] Step 30/31 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 [2021-03-05T13:15:21.520Z] ---> Running in 3897c3d9e164 [2021-03-05T13:15:21.520Z] ---> Running in a7c6cf8a2caf [2021-03-05T13:15:21.520Z] ---> Running in 426109c1a543 [2021-03-05T13:15:21.520Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T13:15:21.793Z] OK: 71 MiB in 55 packages [2021-03-05T13:15:21.793Z] ---> Running in 9f467606d897 [2021-03-05T13:15:22.373Z] Removing intermediate container 9f467606d897 [2021-03-05T13:15:22.373Z] ---> 78b8282de192 [2021-03-05T13:15:22.373Z] Step 31/31 : LABEL version=0.0.0 [2021-03-05T13:15:22.645Z] ---> Running in ed5e2614970e [2021-03-05T13:15:23.239Z] Removing intermediate container ed5e2614970e [2021-03-05T13:15:23.239Z] ---> 9fb7bf55b86a [2021-03-05T13:15:23.239Z] [2021-03-05T13:15:23.513Z] Successfully built 9fb7bf55b86a [2021-03-05T13:15:23.513Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-05T13:15:23.513Z] Building docker-core-data-go [2021-03-05T13:15:25.901Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container a7c6cf8a2caf [2021-03-05T13:15:25.901Z] ---> 36778ebd8736 [2021-03-05T13:15:25.901Z] Step 8/23 : COPY . . [2021-03-05T13:15:27.713Z] Removing intermediate container 426109c1a543 [2021-03-05T13:15:27.713Z] ---> 4999319f250e [2021-03-05T13:15:27.713Z] Step 8/22 : COPY . . [2021-03-05T13:15:28.026Z] Removing intermediate container 3897c3d9e164 [2021-03-05T13:15:28.026Z] ---> af1a6e592499 [2021-03-05T13:15:28.026Z] Step 8/21 : COPY . . [2021-03-05T13:15:48.101Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T13:15:48.101Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T13:15:48.101Z] ---> f426e7b596e6 [2021-03-05T13:15:48.101Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T13:15:48.101Z] ---> Using cache [2021-03-05T13:15:48.101Z] ---> f13d5d6923d9 [2021-03-05T13:15:48.101Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T13:15:48.101Z] ---> Using cache [2021-03-05T13:15:48.101Z] ---> 2adf481a3823 [2021-03-05T13:15:48.101Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-05T13:15:50.060Z] ---> Running in 6d44e6d1f0c4 [2021-03-05T13:15:58.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T13:15:58.319Z] Removing intermediate container 3cc7c6d76469 [2021-03-05T13:15:58.319Z] ---> cc88d7e79cd8 [2021-03-05T13:15:58.319Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-05T13:15:58.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T13:15:58.904Z] OK: 233 MiB in 51 packages [2021-03-05T13:16:00.858Z] ---> Running in cf4c7a8fc8be [2021-03-05T13:16:05.150Z] Removing intermediate container 6d44e6d1f0c4 [2021-03-05T13:16:05.150Z] ---> ec745352acc9 [2021-03-05T13:16:05.150Z] Step 6/23 : COPY go.mod . [2021-03-05T13:16:07.077Z] ---> e34d8298505a [2021-03-05T13:16:07.077Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-05T13:16:07.077Z] ---> c8d211bfeafe [2021-03-05T13:16:07.077Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-05T13:16:07.077Z] ---> 62d7ea330970 [2021-03-05T13:16:07.077Z] Step 7/23 : RUN go mod download [2021-03-05T13:16:07.077Z] ---> Running in 75ae71d4c2cf [2021-03-05T13:16:07.077Z] ---> Running in 6b2d9c43c5b4 [2021-03-05T13:16:07.077Z] ---> Running in 3397e48176dd [2021-03-05T13:16:07.340Z] ---> e65b775a6c43 [2021-03-05T13:16:07.340Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-05T13:16:07.340Z] ---> Running in 6e6f1a66c1b4 [2021-03-05T13:16:07.615Z] Collecting docker-compose==1.23.2 [2021-03-05T13:16:07.615Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-05T13:16:08.207Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-05T13:16:08.207Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-05T13:16:08.207Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-05T13:16:08.207Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-05T13:16:08.207Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-05T13:16:08.207Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-05T13:16:08.487Z] Collecting PyYAML<4,>=3.10 [2021-03-05T13:16:08.487Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-05T13:16:08.487Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-05T13:16:10.455Z] Collecting texttable<0.10,>=0.9.0 [2021-03-05T13:16:10.455Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-05T13:16:11.048Z] Removing intermediate container 3397e48176dd [2021-03-05T13:16:11.048Z] ---> cb27db1ee179 [2021-03-05T13:16:11.048Z] Step 8/23 : COPY . . [2021-03-05T13:16:11.317Z] Collecting jsonschema<3,>=2.5.1 [2021-03-05T13:16:11.317Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-05T13:16:11.590Z] Collecting docker<4.0,>=3.6.0 [2021-03-05T13:16:11.590Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-05T13:16:12.185Z] Collecting cached-property<2,>=1.2.0 [2021-03-05T13:16:12.186Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-05T13:16:14.144Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-05T13:16:14.144Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-05T13:16:16.747Z] Collecting docopt<0.7,>=0.6.1 [2021-03-05T13:16:16.747Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-05T13:16:17.703Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-05T13:16:17.968Z] Collecting idna<2.8,>=2.5 [2021-03-05T13:16:17.968Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-05T13:16:18.238Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-05T13:16:18.238Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-05T13:16:18.238Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-05T13:16:18.238Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-05T13:16:19.225Z] Collecting docker-pycreds>=0.4.0 [2021-03-05T13:16:19.225Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-05T13:16:19.225Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-05T13:16:19.225Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-05T13:16:19.225Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-05T13:16:19.225Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-05T13:16:19.225Z] Installing collected packages: idna, urllib3, requests, websocket-client, PyYAML, texttable, jsonschema, docker-pycreds, docker, cached-property, dockerpty, docopt, docker-compose [2021-03-05T13:16:19.225Z] Attempting uninstall: idna [2021-03-05T13:16:19.225Z] Found existing installation: idna 2.9 [2021-03-05T13:16:19.225Z] Uninstalling idna-2.9: [2021-03-05T13:16:19.494Z] Successfully uninstalled idna-2.9 [2021-03-05T13:16:20.082Z] Attempting uninstall: urllib3 [2021-03-05T13:16:20.082Z] Found existing installation: urllib3 1.25.9 [2021-03-05T13:16:20.082Z] Uninstalling urllib3-1.25.9: [2021-03-05T13:16:20.353Z] Successfully uninstalled urllib3-1.25.9 [2021-03-05T13:16:20.622Z] Attempting uninstall: requests [2021-03-05T13:16:20.622Z] Found existing installation: requests 2.23.0 [2021-03-05T13:16:20.622Z] Uninstalling requests-2.23.0: [2021-03-05T13:16:20.892Z] Successfully uninstalled requests-2.23.0 [2021-03-05T13:16:21.164Z] Running setup.py install for PyYAML: started [2021-03-05T13:16:25.507Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-05T13:16:25.507Z] Running setup.py install for texttable: started [2021-03-05T13:16:26.119Z] Running setup.py install for texttable: finished with status 'done' [2021-03-05T13:16:27.146Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28714 in /w/workspace/edgexfoundry_edgex-go_PR-3210 [Pipeline] { [Pipeline] ws [2021-03-05T13:16:27.219Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-03-05T13:16:29.522Z] Running setup.py install for dockerpty: started [2021-03-05T13:16:30.496Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-05T13:16:30.496Z] Running setup.py install for docopt: started [2021-03-05T13:16:31.085Z] Running setup.py install for docopt: finished with status 'done' [2021-03-05T13:16:31.671Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-05T13:16:32.050Z] using credential edgex-jenkins-ssh [2021-03-05T13:16:32.118Z] Cloning the remote Git repository [2021-03-05T13:16:32.181Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-05T13:16:32.296Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-03-05T13:16:32.359Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-05T13:16:32.359Z] > git --version # timeout=10 [2021-03-05T13:16:32.377Z] > git --version # 'git version 2.17.1' [2021-03-05T13:16:32.379Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T13:16:32.436Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T13:16:35.056Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-05T13:16:39.314Z] ---> 0f7547f52647 [2021-03-05T13:16:39.314Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-05T13:16:40.292Z] ---> Running in bcd9cc94e221 [2021-03-05T13:16:40.292Z] Removing intermediate container cf4c7a8fc8be [2021-03-05T13:16:40.292Z] ---> 804429e85e92 [2021-03-05T13:16:40.292Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-05T13:16:40.883Z] ---> Running in a8a2060bd0eb [2021-03-05T13:16:41.533Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-05T13:16:42.116Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T13:16:42.116Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T13:16:42.392Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T13:16:42.392Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-05T13:16:42.392Z] (3/3) Installing curl (7.69.1-r3) [2021-03-05T13:16:42.392Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T13:16:42.392Z] OK: 72 MiB in 58 packages [2021-03-05T13:16:45.739Z] Removing intermediate container a8a2060bd0eb [2021-03-05T13:16:45.739Z] ---> 5a6137a5ed58 [2021-03-05T13:16:45.739Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-05T13:16:46.698Z] ---> Running in 9c0cda0f4230 [2021-03-05T13:16:47.288Z] Removing intermediate container 75ae71d4c2cf [2021-03-05T13:16:47.288Z] ---> 6322f5d29656 [2021-03-05T13:16:47.288Z] [2021-03-05T13:16:47.288Z] Step 10/21 : FROM alpine:3.12 [2021-03-05T13:16:47.288Z] ---> 88dd2752d2ea [2021-03-05T13:16:47.288Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-05T13:16:47.569Z] Removing intermediate container 9c0cda0f4230 [2021-03-05T13:16:47.569Z] ---> 611f263e9424 [2021-03-05T13:16:47.569Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T13:16:47.345Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-05T13:16:47.362Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T13:16:47.391Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-05T13:16:47.430Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-05T13:16:47.431Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T13:16:47.442Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3210/head:refs/remotes/origin/PR-3210 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-05T13:16:48.320Z] Merging remotes/origin/master commit 55fea418b1ac49172828e32c63c2641cfdddd142 into PR head commit 4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 [2021-03-05T13:16:48.538Z] ---> Running in 99bed86c693c [2021-03-05T13:16:48.775Z] Merge succeeded, producing 4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 [2021-03-05T13:16:48.776Z] Checking out Revision 4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 (PR-3210) [2021-03-05T13:16:48.344Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T13:16:48.356Z] > git checkout -f 4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 # timeout=10 [2021-03-05T13:16:48.689Z] > git remote # timeout=10 [2021-03-05T13:16:48.713Z] > git config --get remote.origin.url # timeout=10 [2021-03-05T13:16:48.727Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T13:16:48.739Z] > git merge 55fea418b1ac49172828e32c63c2641cfdddd142 # timeout=10 [2021-03-05T13:16:48.763Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-05T13:16:48.786Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T13:16:48.797Z] > git checkout -f 4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 # timeout=10 [2021-03-05T13:16:51.170Z] ---> Running in 4d4b33cfebc0 [2021-03-05T13:16:53.141Z] Removing intermediate container 6b2d9c43c5b4 [2021-03-05T13:16:53.141Z] ---> 9ed1139c7625 [2021-03-05T13:16:53.141Z] [2021-03-05T13:16:53.141Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T13:16:53.141Z] ---> 88dd2752d2ea [2021-03-05T13:16:53.141Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-05T13:16:53.141Z] ---> Using cache [2021-03-05T13:16:53.141Z] ---> 06d039b6103f [2021-03-05T13:16:53.141Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T13:16:53.141Z] ---> Using cache [2021-03-05T13:16:53.141Z] ---> d1118d4bdf02 [2021-03-05T13:16:53.141Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-05T13:16:53.141Z] Removing intermediate container 4d4b33cfebc0 [2021-03-05T13:16:53.141Z] ---> 39d69880b7b4 [2021-03-05T13:16:53.141Z] Step 24/26 : LABEL arch=x86_64 [2021-03-05T13:16:53.141Z] ---> Running in aa6a104c1168 [2021-03-05T13:16:53.141Z] ---> Running in 4c0fec4fac94 [2021-03-05T13:16:53.141Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T13:16:53.141Z] Removing intermediate container 6e6f1a66c1b4 [2021-03-05T13:16:53.141Z] ---> 3f1fe3169b22 [2021-03-05T13:16:53.141Z] [2021-03-05T13:16:53.141Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T13:16:53.141Z] ---> 88dd2752d2ea [2021-03-05T13:16:53.141Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T13:16:53.141Z] ---> Using cache [2021-03-05T13:16:53.141Z] ---> 06d039b6103f [2021-03-05T13:16:53.142Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T13:16:53.142Z] ---> Using cache [2021-03-05T13:16:53.142Z] ---> d1118d4bdf02 [2021-03-05T13:16:53.142Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-05T13:16:53.381Z] Commit message: "feat(notifications): Implement GET /notification/id/{id} V2 API" [2021-03-05T13:16:53.421Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T13:16:53.421Z] ---> Running in 9b41a5364c23 [2021-03-05T13:16:53.702Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-05T13:16:53.702Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T13:16:53.702Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-05T13:16:53.702Z] (4/4) Installing curl (7.69.1-r3) [2021-03-05T13:16:53.702Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T13:16:53.702Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T13:16:53.702Z] OK: 7 MiB in 18 packages [2021-03-05T13:16:53.963Z] Removing intermediate container aa6a104c1168 [2021-03-05T13:16:53.963Z] ---> e378dc879bfd [2021-03-05T13:16:53.963Z] Step 25/26 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2021-03-05T13:16:54.228Z] Removing intermediate container 4c0fec4fac94 [2021-03-05T13:16:54.228Z] ---> 3666a402e030 [2021-03-05T13:16:54.228Z] Step 14/22 : EXPOSE $APP_PORT [Pipeline] sh [2021-03-05T13:16:54.499Z] ---> Running in 64236d7603c3 [2021-03-05T13:16:54.499Z] Removing intermediate container 9b41a5364c23 [2021-03-05T13:16:54.499Z] ---> 16d74f914cc5 [2021-03-05T13:16:54.499Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T13:16:54.499Z] ---> Running in a046c1f9e30b [2021-03-05T13:16:54.776Z] ---> Running in a23bf9314024 [2021-03-05T13:16:55.045Z] Removing intermediate container 64236d7603c3 [2021-03-05T13:16:55.045Z] ---> 76afe14d4df4 [2021-03-05T13:16:55.045Z] Step 26/26 : LABEL version=0.0.0 [2021-03-05T13:16:55.064Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-05T13:16:55.502Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-05T13:16:55.627Z] Removing intermediate container a046c1f9e30b [2021-03-05T13:16:55.627Z] ---> 1d21f6af1541 [2021-03-05T13:16:55.627Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T13:16:55.627Z] ---> Running in eaffeb525851 [2021-03-05T13:16:55.846Z] + sudo service docker restart [2021-03-05T13:16:55.846Z] + true [2021-03-05T13:16:55.896Z] Removing intermediate container a23bf9314024 [2021-03-05T13:16:55.896Z] ---> 86ba9db2ae4a [2021-03-05T13:16:55.896Z] Step 15/23 : WORKDIR / [2021-03-05T13:16:55.896Z] Removing intermediate container 99bed86c693c [2021-03-05T13:16:55.896Z] ---> 2608885fdb8b [2021-03-05T13:16:55.896Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T13:16:55.896Z] ---> Running in fb4b415f2424 [2021-03-05T13:16:56.167Z] ---> Running in bd15c4e99795 [2021-03-05T13:16:56.167Z] Removing intermediate container eaffeb525851 [2021-03-05T13:16:56.167Z] ---> 1b3a7f1d5df3 [2021-03-05T13:16:56.167Z] [2021-03-05T13:16:56.440Z] Removing intermediate container fb4b415f2424 [2021-03-05T13:16:56.440Z] ---> fa7aa37813a6 [2021-03-05T13:16:56.440Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T13:16:56.440Z] ---> 179201eb125b [2021-03-05T13:16:56.440Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-05T13:16:56.724Z] Successfully built 1b3a7f1d5df3 [2021-03-05T13:16:56.724Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-05T13:16:56.724Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container bd15c4e99795 [2021-03-05T13:16:56.724Z] ---> d9f2177e4ec9 [2021-03-05T13:16:56.724Z] Step 13/21 : WORKDIR /edgex [2021-03-05T13:16:57.678Z] ---> Running in d33259337db2 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-05T13:16:57.959Z] provisioning config files... [2021-03-05T13:16:57.977Z] ---> e6e650486a31 [2021-03-05T13:16:57.978Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-05T13:16:58.198Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config6107081558487084796tmp [Pipeline] { [2021-03-05T13:16:58.273Z] ---> 598e0303a9c6 [2021-03-05T13:16:58.273Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-05T13:16:58.273Z] Removing intermediate container d33259337db2 [2021-03-05T13:16:58.273Z] ---> b499fec522db [2021-03-05T13:16:58.273Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [Pipeline] libraryResource [Pipeline] sh [2021-03-05T13:16:58.618Z] ---> docker-login.sh [2021-03-05T13:16:58.618Z] nexus3.edgexfoundry.org:10001 [2021-03-05T13:16:58.871Z] ---> bbfd6684f423 [2021-03-05T13:16:58.871Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-05T13:16:58.871Z] ---> fe360c2f8968 [2021-03-05T13:16:58.871Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-05T13:16:59.144Z] ---> Running in ea2cec548dd3 [2021-03-05T13:16:59.144Z] ---> 89be8af67cc0 [2021-03-05T13:16:59.144Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-05T13:16:59.418Z] Removing intermediate container ea2cec548dd3 [2021-03-05T13:16:59.418Z] ---> 3d7844543e9c [2021-03-05T13:16:59.418Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T13:16:59.601Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T13:16:59.687Z] ---> d565a59604a1 [2021-03-05T13:16:59.687Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-05T13:16:59.687Z] ---> Running in 71dd8a5fbfff [2021-03-05T13:16:59.875Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T13:16:59.875Z] Configure a credential helper to remove this warning. See [2021-03-05T13:16:59.875Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T13:16:59.875Z] [2021-03-05T13:16:59.875Z] Login Succeeded [2021-03-05T13:16:59.875Z] nexus3.edgexfoundry.org:10002 [2021-03-05T13:16:59.953Z] ---> 96538f638949 [2021-03-05T13:16:59.953Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-05T13:16:59.953Z] ---> Running in 7dd21bf4fbd0 [2021-03-05T13:17:00.226Z] Removing intermediate container 71dd8a5fbfff [2021-03-05T13:17:00.226Z] ---> d7ff1f8d91ea [2021-03-05T13:17:00.226Z] Step 20/22 : LABEL arch=x86_64 [2021-03-05T13:17:00.226Z] Removing intermediate container 7dd21bf4fbd0 [2021-03-05T13:17:00.226Z] ---> 1dfdb720ef3c [2021-03-05T13:17:00.226Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T13:17:00.226Z] ---> Running in df0eda270f44 [2021-03-05T13:17:00.472Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T13:17:00.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T13:17:00.472Z] Configure a credential helper to remove this warning. See [2021-03-05T13:17:00.472Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T13:17:00.472Z] [2021-03-05T13:17:00.472Z] Login Succeeded [2021-03-05T13:17:00.472Z] nexus3.edgexfoundry.org:10003 [2021-03-05T13:17:00.746Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T13:17:00.809Z] ---> Running in 61c9e30265fc [2021-03-05T13:17:00.809Z] ---> 7418ac20d9fd [2021-03-05T13:17:00.809Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-05T13:17:00.809Z] Removing intermediate container df0eda270f44 [2021-03-05T13:17:00.809Z] ---> 418d038acefc [2021-03-05T13:17:00.809Z] Step 21/22 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 [2021-03-05T13:17:01.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T13:17:01.018Z] Configure a credential helper to remove this warning. See [2021-03-05T13:17:01.018Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T13:17:01.018Z] [2021-03-05T13:17:01.018Z] Login Succeeded [2021-03-05T13:17:01.018Z] nexus3.edgexfoundry.org:10004 [2021-03-05T13:17:01.071Z] ---> Running in 00b68da9208d [2021-03-05T13:17:01.071Z] ---> Running in f5a4c2dcc1b6 [2021-03-05T13:17:01.071Z] Removing intermediate container 61c9e30265fc [2021-03-05T13:17:01.071Z] ---> 9025ef47bfef [2021-03-05T13:17:01.071Z] Step 21/23 : LABEL arch=x86_64 [2021-03-05T13:17:01.071Z] ---> Running in c2bee95b5353 [2021-03-05T13:17:01.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T13:17:01.336Z] Removing intermediate container f5a4c2dcc1b6 [2021-03-05T13:17:01.336Z] ---> 8be1b485b924 [2021-03-05T13:17:01.336Z] Step 18/21 : CMD ["--init=true"] [2021-03-05T13:17:01.336Z] Removing intermediate container 00b68da9208d [2021-03-05T13:17:01.336Z] ---> 5aa4b5a292df [2021-03-05T13:17:01.336Z] Step 22/22 : LABEL version=0.0.0 [2021-03-05T13:17:01.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T13:17:01.572Z] Configure a credential helper to remove this warning. See [2021-03-05T13:17:01.572Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T13:17:01.572Z] [2021-03-05T13:17:01.572Z] Login Succeeded [2021-03-05T13:17:01.572Z] docker.io [2021-03-05T13:17:01.597Z] ---> Running in f547fbcd9d75 [2021-03-05T13:17:01.597Z] Removing intermediate container c2bee95b5353 [2021-03-05T13:17:01.597Z] ---> 9f11b201c449 [2021-03-05T13:17:01.597Z] Step 22/23 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 [2021-03-05T13:17:01.597Z] ---> Running in 2314b813dea5 [2021-03-05T13:17:01.597Z] ---> Running in 178bb4991f76 [2021-03-05T13:17:01.597Z] Removing intermediate container f547fbcd9d75 [2021-03-05T13:17:01.597Z] ---> 97c40ead255f [2021-03-05T13:17:01.597Z] Step 19/21 : LABEL arch=x86_64 [2021-03-05T13:17:01.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T13:17:01.863Z] Removing intermediate container 2314b813dea5 [2021-03-05T13:17:01.863Z] ---> 33acf531a8a4 [2021-03-05T13:17:01.863Z] [2021-03-05T13:17:01.863Z] ---> Running in b1d29ae35f6f [2021-03-05T13:17:01.863Z] Removing intermediate container 178bb4991f76 [2021-03-05T13:17:01.863Z] ---> 71711d67cbd3 [2021-03-05T13:17:01.863Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T13:17:02.127Z] ---> Running in 14ad886fb707 [2021-03-05T13:17:02.131Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T13:17:02.131Z] Configure a credential helper to remove this warning. See [2021-03-05T13:17:02.131Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T13:17:02.131Z] [2021-03-05T13:17:02.131Z] Login Succeeded [2021-03-05T13:17:02.402Z] ---> docker-login.sh ends [Pipeline] } [2021-03-05T13:17:02.421Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-03-05T13:17:02.725Z] Successfully built 33acf531a8a4 [2021-03-05T13:17:02.725Z] Removing intermediate container b1d29ae35f6f [2021-03-05T13:17:02.725Z] ---> 71df36e6a45c [2021-03-05T13:17:02.725Z] Step 20/21 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 [Pipeline] echo [2021-03-05T13:17:02.958Z] ========================================================= [2021-03-05T13:17:02.958Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-05T13:17:02.958Z] ========================================================= [2021-03-05T13:17:02.992Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-05T13:17:02.992Z]  Building docker-support-scheduler-go ... done  ---> Running in fe5c793cad54 [2021-03-05T13:17:02.992Z] Removing intermediate container 14ad886fb707 [2021-03-05T13:17:02.992Z] ---> ab7b40120577 [2021-03-05T13:17:02.992Z] [Pipeline] isUnix [Pipeline] sh [2021-03-05T13:17:03.351Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-05T13:17:03.949Z] Successfully built ab7b40120577 [2021-03-05T13:17:04.212Z] Successfully tagged docker-core-metadata-go:latest [2021-03-05T13:17:04.788Z]  Building docker-core-metadata-go ... done Removing intermediate container fe5c793cad54 [2021-03-05T13:17:04.788Z] ---> 39b9c4e25e11 [2021-03-05T13:17:04.788Z] Step 21/21 : LABEL version=0.0.0 [2021-03-05T13:17:04.788Z] ---> Running in a86a9ecfd968 [2021-03-05T13:17:05.053Z] Removing intermediate container a86a9ecfd968 [2021-03-05T13:17:05.053Z] ---> 8ee90dcb6a75 [2021-03-05T13:17:05.053Z] [2021-03-05T13:17:05.053Z] Successfully built 8ee90dcb6a75 [2021-03-05T13:17:05.328Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-05T13:17:05.979Z] Sending build context to Docker daemon 166.6MB [2021-03-05T13:17:05.979Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-05T13:17:05.979Z] Step 2/6 : FROM ${BASE} [2021-03-05T13:17:05.979Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-05T13:17:05.979Z] 5f621e34cdf4: Pulling fs layer [2021-03-05T13:17:05.979Z] a4357932f1b6: Pulling fs layer [2021-03-05T13:17:05.979Z] 18c013af1878: Pulling fs layer [2021-03-05T13:17:05.979Z] 00ac8860ef70: Pulling fs layer [2021-03-05T13:17:05.979Z] 63d7cb157983: Pulling fs layer [2021-03-05T13:17:05.979Z] b116817d02f9: Pulling fs layer [2021-03-05T13:17:05.979Z] 745a02a5169b: Pulling fs layer [2021-03-05T13:17:05.979Z] 63d7cb157983: Waiting [2021-03-05T13:17:05.979Z] 00ac8860ef70: Waiting [2021-03-05T13:17:05.979Z] b116817d02f9: Waiting [2021-03-05T13:17:05.979Z] 745a02a5169b: Waiting [2021-03-05T13:17:05.979Z] 18c013af1878: Verifying Checksum [2021-03-05T13:17:05.979Z] a4357932f1b6: Download complete [2021-03-05T13:17:05.979Z] 63d7cb157983: Verifying Checksum [2021-03-05T13:17:05.979Z] 63d7cb157983: Download complete [2021-03-05T13:17:05.979Z] 5f621e34cdf4: Verifying Checksum [2021-03-05T13:17:05.979Z] b116817d02f9: Verifying Checksum [2021-03-05T13:17:05.979Z] b116817d02f9: Download complete [2021-03-05T13:17:06.578Z] 5f621e34cdf4: Pull complete [2021-03-05T13:17:06.852Z] a4357932f1b6: Pull complete [2021-03-05T13:17:07.446Z] 18c013af1878: Pull complete [2021-03-05T13:17:07.888Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container bcd9cc94e221 [2021-03-05T13:17:07.888Z] ---> 4ee3bea64873 [2021-03-05T13:17:07.888Z] [2021-03-05T13:17:07.888Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T13:17:07.888Z] ---> 88dd2752d2ea [2021-03-05T13:17:07.888Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-05T13:17:07.888Z] ---> Running in 6b87a5600e73 [2021-03-05T13:17:08.153Z] Removing intermediate container 6b87a5600e73 [2021-03-05T13:17:08.153Z] ---> eb1154a0e3cb [2021-03-05T13:17:08.153Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-05T13:17:08.153Z] ---> Running in 3d2723bbe4d7 [2021-03-05T13:17:08.416Z] Removing intermediate container 3d2723bbe4d7 [2021-03-05T13:17:08.416Z] ---> ff14d0353347 [2021-03-05T13:17:08.416Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-05T13:17:08.416Z] ---> Running in d87982cb6e65 [2021-03-05T13:17:08.679Z] Removing intermediate container d87982cb6e65 [2021-03-05T13:17:08.679Z] ---> dc1e214405cd [2021-03-05T13:17:08.679Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T13:17:08.679Z] ---> Running in 6adf036e165f [2021-03-05T13:17:09.419Z] 745a02a5169b: Verifying Checksum [2021-03-05T13:17:09.419Z] 745a02a5169b: Download complete [2021-03-05T13:17:09.691Z] 00ac8860ef70: Verifying Checksum [2021-03-05T13:17:09.691Z] 00ac8860ef70: Download complete [2021-03-05T13:17:10.084Z] Removing intermediate container 6adf036e165f [2021-03-05T13:17:10.085Z] ---> 55a9db39aaaa [2021-03-05T13:17:10.085Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-05T13:17:10.085Z] ---> Running in 9eaf83ea2ab6 [2021-03-05T13:17:10.707Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T13:17:11.335Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T13:17:11.946Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-05T13:17:11.946Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-05T13:17:11.946Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-05T13:17:11.946Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-05T13:17:12.208Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-05T13:17:12.208Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-05T13:17:12.472Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T13:17:12.472Z] OK: 8 MiB in 20 packages [2021-03-05T13:17:13.049Z] Removing intermediate container 9eaf83ea2ab6 [2021-03-05T13:17:13.049Z] ---> 97e9a802c5a9 [2021-03-05T13:17:13.049Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T13:17:13.315Z] ---> 2277c056b3d3 [2021-03-05T13:17:13.315Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-05T13:17:13.895Z] ---> 1490f3c92e21 [2021-03-05T13:17:13.895Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-05T13:17:14.164Z] ---> 00cdd3fc4290 [2021-03-05T13:17:14.164Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-05T13:17:14.164Z] ---> Running in 7095eb7ddd83 [2021-03-05T13:17:14.427Z] Removing intermediate container 7095eb7ddd83 [2021-03-05T13:17:14.427Z] ---> 29cff46c322f [2021-03-05T13:17:14.427Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T13:17:14.427Z] ---> Running in 879a2d590373 [2021-03-05T13:17:14.692Z] Removing intermediate container 879a2d590373 [2021-03-05T13:17:14.692Z] ---> 7058d39447a5 [2021-03-05T13:17:14.692Z] Step 21/23 : LABEL arch=x86_64 [2021-03-05T13:17:14.692Z] ---> Running in c809111ddf2e [2021-03-05T13:17:14.955Z] Removing intermediate container c809111ddf2e [2021-03-05T13:17:14.955Z] ---> 33f6ca3541b2 [2021-03-05T13:17:14.955Z] Step 22/23 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 [2021-03-05T13:17:14.955Z] ---> Running in 1f20273bf20e [2021-03-05T13:17:14.955Z] Removing intermediate container 1f20273bf20e [2021-03-05T13:17:14.955Z] ---> 624111c47089 [2021-03-05T13:17:14.955Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T13:17:15.218Z] ---> Running in 5aa5f3bee47c [2021-03-05T13:17:15.218Z] Removing intermediate container 5aa5f3bee47c [2021-03-05T13:17:15.218Z] ---> a3b15415010b [2021-03-05T13:17:15.218Z] [2021-03-05T13:17:15.481Z] Successfully built a3b15415010b [2021-03-05T13:17:15.481Z] Successfully tagged docker-core-data-go:latest [2021-03-05T13:17:16.070Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-05T13:17:16.096Z] $ docker stop --time=1 5bb42d342306023a35ebabf30a92c5db08b4708255821c29e0d297b5fa7e204d [2021-03-05T13:17:17.709Z] $ docker rm -f 5bb42d342306023a35ebabf30a92c5db08b4708255821c29e0d297b5fa7e204d [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T13:17:18.320Z] + docker images [2021-03-05T13:17:18.320Z] + grep docker [2021-03-05T13:17:18.895Z] docker-core-data-go latest a3b15415010b 3 seconds ago 22.4MB [2021-03-05T13:17:18.895Z] docker-security-proxy-setup-go latest 8ee90dcb6a75 14 seconds ago 24.7MB [2021-03-05T13:17:18.895Z] docker-core-metadata-go latest ab7b40120577 16 seconds ago 19MB [2021-03-05T13:17:18.895Z] docker-support-scheduler-go latest 33acf531a8a4 17 seconds ago 17.2MB [2021-03-05T13:17:18.895Z] docker-sys-mgmt-agent-go latest 1b3a7f1d5df3 22 seconds ago 313MB [2021-03-05T13:17:18.895Z] docker-security-bootstrapper-go latest 9fb7bf55b86a About a minute ago 18.7MB [2021-03-05T13:17:18.895Z] docker-security-secretstore-setup-go latest ae4a8bff7bf7 2 minutes ago 24.9MB [2021-03-05T13:17:18.895Z] docker-support-notifications-go latest d99d3c04cd68 2 minutes ago 17.8MB [2021-03-05T13:17:18.895Z] docker-core-command-go latest 17f60de13ae3 2 minutes ago 17.2MB [2021-03-05T13:17:18.895Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-05T13:17:22.115Z] 00ac8860ef70: Pull complete [2021-03-05T13:17:22.115Z] 63d7cb157983: Pull complete [2021-03-05T13:17:22.115Z] b116817d02f9: Pull complete [2021-03-05T13:17:24.748Z] 745a02a5169b: Pull complete [2021-03-05T13:17:24.748Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-05T13:17:24.748Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-05T13:17:24.748Z] ---> b7e6874047d6 [2021-03-05T13:17:24.748Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-05T13:17:28.173Z] ---> Running in c16a6a5f00cc [2021-03-05T13:17:29.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T13:17:30.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T13:17:30.807Z] (1/12) Installing libmagic (5.38-r0) [2021-03-05T13:17:31.077Z] (2/12) Installing file (5.38-r0) [2021-03-05T13:17:31.349Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-05T13:17:31.349Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-05T13:17:34.595Z] Still waiting to schedule task [2021-03-05T13:17:34.596Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-05T13:17:35.646Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-05T13:17:35.646Z] (6/12) Installing patch (2.7.6-r6) [2021-03-05T13:17:35.646Z] (7/12) Installing build-base (0.5-r2) [2021-03-05T13:17:35.646Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-05T13:17:35.646Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-05T13:17:35.646Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-05T13:17:35.646Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-05T13:17:35.646Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-05T13:17:35.646Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T13:17:35.646Z] OK: 217 MiB in 51 packages [2021-03-05T13:17:39.965Z] Removing intermediate container c16a6a5f00cc [2021-03-05T13:17:39.965Z] ---> 676c7b33d1d3 [2021-03-05T13:17:39.965Z] Step 4/6 : WORKDIR /edgex-go [2021-03-05T13:17:39.965Z] ---> Running in 14e5701045f6 [2021-03-05T13:17:40.238Z] Removing intermediate container 14e5701045f6 [2021-03-05T13:17:40.238Z] ---> 5a86b442375f [2021-03-05T13:17:40.238Z] Step 5/6 : COPY go.mod . [2021-03-05T13:17:41.215Z] ---> 2aec012f0a22 [2021-03-05T13:17:41.215Z] Step 6/6 : RUN go mod download [2021-03-05T13:17:41.215Z] ---> Running in 09087c5c27dd [2021-03-05T13:18:08.005Z] Removing intermediate container 09087c5c27dd [2021-03-05T13:18:08.005Z] ---> 51a6f8a45d1d [2021-03-05T13:18:08.005Z] Successfully built 51a6f8a45d1d [2021-03-05T13:18:08.005Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T13:18:08.349Z] + docker inspect -f . ci-base-image-arm64 [2021-03-05T13:18:08.349Z] . [Pipeline] withDockerContainer [2021-03-05T13:18:08.582Z] prd-ubuntu18.04-docker-arm64-4c-16g-28714 does not seem to be running inside a container [2021-03-05T13:18:08.667Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-05T13:18:10.377Z] $ docker top 60db2f08505e531d5a0d753d44b5c63f1f340e740efe961f6487ba487c04974e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T13:18:11.451Z] + go version [2021-03-05T13:18:11.451Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-05T13:18:11.477Z] $ docker stop --time=1 60db2f08505e531d5a0d753d44b5c63f1f340e740efe961f6487ba487c04974e [2021-03-05T13:18:13.334Z] $ docker rm -f 60db2f08505e531d5a0d753d44b5c63f1f340e740efe961f6487ba487c04974e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T13:18:14.385Z] + docker inspect -f . ci-base-image-arm64 [2021-03-05T13:18:14.385Z] . [Pipeline] withDockerContainer [2021-03-05T13:18:14.622Z] prd-ubuntu18.04-docker-arm64-4c-16g-28714 does not seem to be running inside a container [2021-03-05T13:18:14.712Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-05T13:18:16.167Z] $ docker top 5767da0c860d5bdca52598ef62eb37c564a81763b8a4437726c27d0cc8ab14e7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-05T13:18:16.559Z] ========================================================= [2021-03-05T13:18:16.559Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-05T13:18:16.559Z] ========================================================= [Pipeline] sh [2021-03-05T13:18:17.208Z] + make test [2021-03-05T13:18:17.208Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-05T13:18:30.587Z] Running on prd-ubuntu18.04-docker-8c-8g-28715 in /w/workspace/edgexfoundry_edgex-go_PR-3210 [Pipeline] { [Pipeline] ws [2021-03-05T13:18:30.651Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-03-05T13:18:32.783Z] using credential edgex-jenkins-ssh [2021-03-05T13:18:32.839Z] Cloning the remote Git repository [2021-03-05T13:18:32.864Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-05T13:18:32.931Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-03-05T13:18:32.957Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-05T13:18:32.957Z] > git --version # timeout=10 [2021-03-05T13:18:32.962Z] > git --version # 'git version 2.17.1' [2021-03-05T13:18:32.963Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T13:18:32.986Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T13:18:39.407Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-05T13:18:43.367Z] Merging remotes/origin/master commit 55fea418b1ac49172828e32c63c2641cfdddd142 into PR head commit 4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 [2021-03-05T13:18:43.528Z] Merge succeeded, producing 4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 [2021-03-05T13:18:43.529Z] Checking out Revision 4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 (PR-3210) [2021-03-05T13:18:42.688Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-05T13:18:42.696Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T13:18:42.706Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-05T13:18:42.719Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-05T13:18:42.719Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T13:18:42.724Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3210/head:refs/remotes/origin/PR-3210 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-05T13:18:43.380Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T13:18:43.385Z] > git checkout -f 4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 # timeout=10 [2021-03-05T13:18:43.502Z] > git remote # timeout=10 [2021-03-05T13:18:43.509Z] > git config --get remote.origin.url # timeout=10 [2021-03-05T13:18:43.515Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T13:18:43.518Z] > git merge 55fea418b1ac49172828e32c63c2641cfdddd142 # timeout=10 [2021-03-05T13:18:43.527Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-05T13:18:43.536Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T13:18:43.540Z] > git checkout -f 4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 # timeout=10 [2021-03-05T13:18:47.296Z] Commit message: "feat(notifications): Implement GET /notification/id/{id} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T13:18:48.544Z] + echo snap-build.sh [2021-03-05T13:18:48.544Z] snap-build.sh [2021-03-05T13:18:48.544Z] + SNAP_BASE_DIR=. [2021-03-05T13:18:48.544Z] + '[' '!' -z /w/workspace/edgex-go/8 ']' [2021-03-05T13:18:48.544Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/8 [2021-03-05T13:18:48.544Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/8]' [2021-03-05T13:18:48.544Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/8] [2021-03-05T13:18:48.544Z] + cd /w/workspace/edgex-go/8 [2021-03-05T13:18:48.544Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-05T13:18:48.544Z] Reading package lists... [2021-03-05T13:18:48.544Z] Building dependency tree... [2021-03-05T13:18:48.544Z] Reading state information... [2021-03-05T13:18:48.806Z] The following packages were automatically installed and are no longer required: [2021-03-05T13:18:48.806Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-05T13:18:48.806Z] uidmap xdelta3 [2021-03-05T13:18:48.806Z] Use 'sudo apt autoremove' to remove them. [2021-03-05T13:18:48.806Z] The following packages will be REMOVED: [2021-03-05T13:18:48.806Z] lxd* lxd-client* [2021-03-05T13:18:49.380Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-05T13:18:49.380Z] After this operation, 31.7 MB disk space will be freed. [2021-03-05T13:18:50.426Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-05T13:18:50.426Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-05T13:18:51.371Z] Removing lxd dnsmasq configuration [2021-03-05T13:18:51.371Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-05T13:18:51.371Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-05T13:18:52.317Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-05T13:18:52.317Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-05T13:18:52.578Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-05T13:18:54.498Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-05T13:18:54.498Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-05T13:18:55.887Z] + sudo snap remove --purge lxd [2021-03-05T13:18:56.149Z] snap "lxd" is not installed [2021-03-05T13:18:56.149Z] + sudo groupadd --force --system lxd [2021-03-05T13:18:56.149Z] ++ whoami [2021-03-05T13:18:56.149Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-05T13:18:56.149Z] + newgrp - lxd [2021-03-05T13:18:56.149Z] + sudo snap install lxd [2021-03-05T13:19:08.402Z] 2021-03-05T13:19:06Z INFO Waiting for automatic snapd restart... [2021-03-05T13:19:23.333Z] lxd 4.11 from Canonical* installed [2021-03-05T13:19:23.333Z] + sudo lxd init --auto [2021-03-05T13:19:26.441Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-05T13:19:31.864Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-05T13:19:33.361Z] + sudo snap install --classic snapcraft [2021-03-05T13:19:39.957Z] snapcraft 4.5.4 from Canonical* installed [2021-03-05T13:19:39.957Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-05T13:19:39.957Z] + patch --verbose -p1 [2021-03-05T13:19:39.957Z] Hmm... Looks like a unified diff to me... [2021-03-05T13:19:39.957Z] The text leading up to this was: [2021-03-05T13:19:39.957Z] -------------------------- [2021-03-05T13:19:39.957Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-05T13:19:39.957Z] |From: Tony Espy [2021-03-05T13:19:39.957Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-05T13:19:39.957Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-05T13:19:39.957Z] | [2021-03-05T13:19:39.957Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-05T13:19:39.957Z] |optimize the snap CI check run for pull requests. When [2021-03-05T13:19:39.957Z] |applied, it essentially strips out everything (apps and [2021-03-05T13:19:39.957Z] |parts) from the snapcraft.yaml file except those required [2021-03-05T13:19:39.957Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-05T13:19:39.957Z] |catch changes to edgex-go that break the snap build. [2021-03-05T13:19:39.957Z] | [2021-03-05T13:19:39.957Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-05T13:19:39.957Z] |to update this patch file, otherwise it may fail to apply, [2021-03-05T13:19:39.957Z] |resulting in a failed snap build CI check in the associated [2021-03-05T13:19:39.957Z] |pull request. [2021-03-05T13:19:39.957Z] | [2021-03-05T13:19:39.957Z] |Note - in addition to applying this patch, the pipeline also [2021-03-05T13:19:39.957Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-05T13:19:39.957Z] |need to build the finally binary .snap file (and it won't [2021-03-05T13:19:39.957Z] |work with the patch applied). This further reduces the build [2021-03-05T13:19:39.957Z] |time. [2021-03-05T13:19:39.957Z] |--- [2021-03-05T13:19:39.957Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-05T13:19:39.957Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-05T13:19:39.957Z] | [2021-03-05T13:19:39.957Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-05T13:19:39.957Z] |index 1e537489..faf42425 100644 [2021-03-05T13:19:39.957Z] |--- a/snap/snapcraft.yaml [2021-03-05T13:19:39.957Z] |+++ b/snap/snapcraft.yaml [2021-03-05T13:19:39.957Z] -------------------------- [2021-03-05T13:19:39.957Z] patching file snap/snapcraft.yaml [2021-03-05T13:19:39.957Z] Using Plan A... [2021-03-05T13:19:39.957Z] Hunk #1 succeeded at 73. [2021-03-05T13:19:39.957Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-05T13:19:39.957Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-05T13:19:39.957Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-05T13:19:39.957Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-05T13:19:39.957Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-05T13:19:39.957Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-05T13:19:39.957Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-05T13:19:39.957Z] Hmm... Ignoring the trailing garbage. [2021-03-05T13:19:39.957Z] done [2021-03-05T13:19:39.957Z] + sudo snapcraft prime --use-lxd [2021-03-05T13:19:40.529Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-05T13:19:40.530Z] 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-03-05T13:19:40.530Z] - README.md [2021-03-05T13:19:40.530Z] - snapcraft.yaml.orig [2021-03-05T13:19:40.530Z] [2021-03-05T13:19:40.530Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-05T13:19:41.480Z] Launching a container. [2021-03-05T13:19:42.060Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-05T13:19:42.060Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-05T13:19:42.661Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-05T13:19:42.661Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-05T13:19:42.661Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-05T13:19:42.661Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-05T13:19:46.078Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-05T13:19:46.680Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-05T13:19:55.430Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-05T13:19:55.430Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-05T13:19:55.430Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-05T13:20:02.168Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.383s coverage: 45.9% of statements [2021-03-05T13:20:02.168Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-05T13:20:02.168Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-05T13:20:02.168Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-05T13:20:02.168Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-05T13:20:02.168Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-05T13:20:02.168Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-05T13:20:02.168Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-05T13:20:02.168Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.282s coverage: 100.0% of statements [2021-03-05T13:20:07.596Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.540s coverage: 27.1% of statements [2021-03-05T13:20:07.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-05T13:20:07.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-05T13:20:07.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-05T13:20:07.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-05T13:20:07.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-05T13:20:07.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-05T13:20:07.596Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.075s coverage: 100.0% of statements [2021-03-05T13:20:07.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-05T13:20:07.596Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.096s coverage: 100.0% of statements [2021-03-05T13:20:07.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-05T13:20:07.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-05T13:20:09.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.226s coverage: 66.2% of statements [2021-03-05T13:20:09.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-05T13:20:09.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-05T13:20:11.693Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.768s coverage: 82.4% of statements [2021-03-05T13:20:11.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-05T13:20:11.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T13:20:11.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-05T13:20:11.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-05T13:20:17.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.218s coverage: 28.6% of statements [2021-03-05T13:20:17.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-05T13:20:17.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-05T13:20:17.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-05T13:20:17.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-05T13:20:17.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-05T13:20:17.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.147s coverage: 100.0% of statements [2021-03-05T13:20:17.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-05T13:20:17.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.134s coverage: 100.0% of statements [2021-03-05T13:20:17.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-05T13:20:18.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.341s coverage: 86.7% of statements [2021-03-05T13:20:18.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-05T13:20:18.397Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.447s coverage: 97.5% of statements [2021-03-05T13:20:18.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-05T13:20:18.397Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.241s coverage: 78.3% of statements [2021-03-05T13:20:18.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-05T13:20:18.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-05T13:20:18.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-05T13:20:18.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-05T13:20:28.224Z] Waiting for container to be ready [2021-03-05T13:20:28.224Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-05T13:20:28.224Z] [2021-03-05T13:20:28.224Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-05T13:20:28.224Z] Waiting for network to be ready... [2021-03-05T13:20:28.224Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-05T13:20:28.224Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-03-05T13:20:28.224Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-05T13:20:28.224Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-05T13:20:28.224Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-05T13:20:28.224Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-05T13:20:28.224Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-05T13:20:28.224Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-05T13:20:28.224Z] Get:9 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-05T13:20:28.224Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-05T13:20:28.224Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-05T13:20:28.224Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-05T13:20:28.487Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-05T13:20:28.487Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-05T13:20:28.487Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-05T13:20:28.487Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-05T13:20:28.487Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-05T13:20:28.487Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-05T13:20:28.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.290s coverage: 92.8% of statements [2021-03-05T13:20:28.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-05T13:20:28.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T13:20:28.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-05T13:20:28.612Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-05T13:20:28.612Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-05T13:20:28.612Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-05T13:20:28.612Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-05T13:20:28.612Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-05T13:20:28.612Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-05T13:20:28.612Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-05T13:20:28.612Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-05T13:20:28.612Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-05T13:20:28.612Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-05T13:20:28.612Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-05T13:20:28.612Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-05T13:20:28.612Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-05T13:20:28.612Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-05T13:20:28.612Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-05T13:20:28.612Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements [2021-03-05T13:20:28.612Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-05T13:20:28.612Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-05T13:20:28.612Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.207s coverage: 0.1% of statements [2021-03-05T13:20:28.612Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-05T13:20:28.612Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-05T13:20:28.612Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-05T13:20:28.612Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.088s coverage: 47.1% of statements [2021-03-05T13:20:28.612Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.082s coverage: 79.5% of statements [2021-03-05T13:20:28.612Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.089s coverage: 94.1% of statements [2021-03-05T13:20:28.612Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.082s coverage: 96.3% of statements [2021-03-05T13:20:28.612Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.111s coverage: 87.5% of statements [2021-03-05T13:20:29.062Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-05T13:20:29.062Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-05T13:20:29.062Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-05T13:20:29.062Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-05T13:20:29.062Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-05T13:20:29.062Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-05T13:20:29.062Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-05T13:20:29.062Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-05T13:20:29.062Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-05T13:20:32.372Z] Fetched 24.0 MB in 5s (4805 kB/s) [2021-03-05T13:20:33.764Z] Reading package lists... [2021-03-05T13:20:33.764Z] Reading package lists... [2021-03-05T13:20:34.025Z] Building dependency tree... [2021-03-05T13:20:34.025Z] Reading state information... [2021-03-05T13:20:34.287Z] The following additional packages will be installed: [2021-03-05T13:20:34.287Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-05T13:20:34.287Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-05T13:20:34.287Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-05T13:20:34.287Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-05T13:20:34.287Z] Suggested packages: [2021-03-05T13:20:34.287Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-05T13:20:34.287Z] Recommended packages: [2021-03-05T13:20:34.287Z] gnupg libsasl2-modules [2021-03-05T13:20:34.287Z] The following NEW packages will be installed: [2021-03-05T13:20:34.287Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-05T13:20:34.287Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-05T13:20:34.287Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-05T13:20:34.287Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-05T13:20:34.287Z] The following packages will be upgraded: [2021-03-05T13:20:34.287Z] gpg gpg-agent gpgconf libudev1 [2021-03-05T13:20:34.549Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-05T13:20:34.549Z] Need to get 3530 kB of archives. [2021-03-05T13:20:34.549Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-05T13:20:34.549Z] Get:1 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-03-05T13:20:34.549Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-05T13:20:34.549Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-05T13:20:34.810Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-05T13:20:34.811Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-05T13:20:34.811Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-05T13:20:35.072Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-05T13:20:35.072Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-05T13:20:35.333Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-05T13:20:35.334Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-05T13:20:35.334Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-05T13:20:35.334Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-05T13:20:35.334Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-05T13:20:35.334Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-05T13:20:35.334Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-05T13:20:35.334Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-05T13:20:35.334Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-05T13:20:35.334Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-05T13:20:35.334Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-05T13:20:35.334Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-05T13:20:35.334Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-05T13:20:35.334Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-05T13:20:35.595Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-05T13:20:35.595Z] Fetched 3530 kB in 1s (3188 kB/s) [2021-03-05T13:20:35.595Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-05T13:20:35.595Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-05T13:20:35.595Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-05T13:20:35.857Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-05T13:20:35.857Z] Selecting previously unselected package udev. [2021-03-05T13:20:35.857Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-05T13:20:35.857Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-05T13:20:35.857Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-05T13:20:36.432Z] Selecting previously unselected package libfuse2:amd64. [2021-03-05T13:20:36.432Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-05T13:20:36.432Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-05T13:20:36.432Z] Selecting previously unselected package fuse. [2021-03-05T13:20:36.432Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-05T13:20:36.432Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-05T13:20:36.432Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-05T13:20:36.432Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-05T13:20:36.694Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-05T13:20:36.694Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-05T13:20:36.694Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-05T13:20:36.694Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-05T13:20:36.955Z] Selecting previously unselected package libksba8:amd64. [2021-03-05T13:20:36.955Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-05T13:20:36.955Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-05T13:20:37.220Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-05T13:20:37.220Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T13:20:37.220Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T13:20:37.220Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-05T13:20:37.220Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T13:20:37.220Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T13:20:37.220Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-05T13:20:37.220Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T13:20:37.220Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T13:20:37.481Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-05T13:20:37.481Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T13:20:37.481Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T13:20:37.481Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-05T13:20:37.481Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T13:20:37.481Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T13:20:37.481Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-05T13:20:37.481Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T13:20:37.481Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T13:20:37.744Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-05T13:20:37.744Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T13:20:37.744Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T13:20:37.744Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-05T13:20:37.744Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T13:20:37.744Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T13:20:37.744Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-05T13:20:37.744Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T13:20:37.744Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T13:20:38.007Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-05T13:20:38.007Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-05T13:20:38.007Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-05T13:20:38.007Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-05T13:20:38.007Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-05T13:20:38.007Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-05T13:20:38.007Z] Selecting previously unselected package libldap-common. [2021-03-05T13:20:38.007Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-05T13:20:38.007Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-05T13:20:38.007Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-05T13:20:38.007Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-05T13:20:38.268Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-05T13:20:38.268Z] Selecting previously unselected package dirmngr. [2021-03-05T13:20:38.268Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-05T13:20:38.268Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-05T13:20:38.268Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-05T13:20:38.268Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-05T13:20:38.268Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-05T13:20:38.531Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-05T13:20:38.531Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-05T13:20:38.531Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-05T13:20:38.531Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T13:20:38.531Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-05T13:20:38.531Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-05T13:20:38.531Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-05T13:20:38.793Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-05T13:20:39.055Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T13:20:39.055Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-05T13:20:39.055Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-05T13:20:39.055Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-05T13:20:39.055Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T13:20:39.055Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T13:20:39.317Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T13:20:39.317Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T13:20:39.317Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T13:20:39.317Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T13:20:39.317Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T13:20:39.317Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-05T13:20:39.317Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-05T13:20:39.317Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-05T13:20:39.893Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-05T13:20:39.893Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-05T13:20:39.893Z] This means they are not meant to be enabled using systemctl. [2021-03-05T13:20:39.893Z] Possible reasons for having this kind of units are: [2021-03-05T13:20:39.893Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-05T13:20:39.893Z] .wants/ or .requires/ directory. [2021-03-05T13:20:39.893Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-05T13:20:39.893Z] a requirement dependency on it. [2021-03-05T13:20:39.893Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-05T13:20:39.893Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-05T13:20:39.893Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-05T13:20:39.893Z] instance name specified. [2021-03-05T13:20:40.156Z] Reading package lists... [2021-03-05T13:20:40.424Z] Building dependency tree... [2021-03-05T13:20:40.424Z] Reading state information... [2021-03-05T13:20:40.424Z] The following additional packages will be installed: [2021-03-05T13:20:40.424Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-05T13:20:40.424Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-05T13:20:40.424Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-05T13:20:40.424Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-05T13:20:40.424Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-05T13:20:40.424Z] Suggested packages: [2021-03-05T13:20:40.424Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-05T13:20:40.424Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-05T13:20:40.424Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-05T13:20:40.424Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-05T13:20:40.424Z] systemd-container policykit-1 [2021-03-05T13:20:40.424Z] Recommended packages: [2021-03-05T13:20:40.424Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-05T13:20:40.424Z] The following NEW packages will be installed: [2021-03-05T13:20:40.424Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-05T13:20:40.424Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-05T13:20:40.424Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-05T13:20:40.424Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-05T13:20:40.424Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-05T13:20:40.424Z] The following packages will be upgraded: [2021-03-05T13:20:40.424Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-05T13:20:40.424Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-05T13:20:40.424Z] Need to get 35.2 MB of archives. [2021-03-05T13:20:40.424Z] After this operation, 141 MB of additional disk space will be used. [2021-03-05T13:20:40.424Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-05T13:20:40.687Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-05T13:20:40.687Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-05T13:20:40.687Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-05T13:20:40.687Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-05T13:20:40.687Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-05T13:20:40.687Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-05T13:20:40.953Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-05T13:20:40.954Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-05T13:20:40.954Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-05T13:20:40.954Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-05T13:20:40.954Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-05T13:20:40.954Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-05T13:20:40.954Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-05T13:20:40.954Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-05T13:20:40.954Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-05T13:20:40.954Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-05T13:20:40.954Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-05T13:20:41.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.071s coverage: 94.4% of statements [2021-03-05T13:20:41.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-03-05T13:20:41.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.094s coverage: 81.4% of statements [2021-03-05T13:20:41.217Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-05T13:20:42.163Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-05T13:20:42.163Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-05T13:20:42.163Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-05T13:20:42.163Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-05T13:20:42.163Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-05T13:20:42.163Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-05T13:20:42.163Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-05T13:20:42.163Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-05T13:20:42.163Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-05T13:20:42.163Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-05T13:20:42.163Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-05T13:20:42.163Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-05T13:20:42.163Z] Fetched 35.2 MB in 2s (21.7 MB/s) [2021-03-05T13:20:42.424Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-05T13:20:42.424Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-05T13:20:42.424Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-05T13:20:43.367Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-05T13:20:43.368Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-05T13:20:43.368Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-05T13:20:43.368Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-05T13:20:43.368Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-05T13:20:43.368Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-05T13:20:43.629Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-05T13:20:43.890Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-05T13:20:43.890Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-05T13:20:43.890Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-05T13:20:44.153Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-05T13:20:44.153Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-05T13:20:44.727Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-05T13:20:44.727Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-05T13:20:44.727Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-05T13:20:44.727Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-05T13:20:44.990Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-05T13:20:44.990Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-05T13:20:44.990Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T13:20:45.250Z] Selecting previously unselected package libexpat1:amd64. [2021-03-05T13:20:45.250Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-05T13:20:45.250Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-05T13:20:45.512Z] Selecting previously unselected package python3.6-minimal. [2021-03-05T13:20:45.512Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-05T13:20:45.512Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T13:20:45.773Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-05T13:20:45.773Z] Checking for services that may need to be restarted...done. [2021-03-05T13:20:45.773Z] Checking for services that may need to be restarted...done. [2021-03-05T13:20:45.773Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T13:20:46.034Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-05T13:20:46.034Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T13:20:46.608Z] Selecting previously unselected package python3-minimal. [2021-03-05T13:20:46.608Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-05T13:20:46.608Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-05T13:20:46.608Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-05T13:20:46.608Z] Selecting previously unselected package mime-support. [2021-03-05T13:20:46.608Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-05T13:20:46.608Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-05T13:20:46.870Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-05T13:20:46.870Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-05T13:20:46.870Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-05T13:20:46.870Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-05T13:20:46.870Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-05T13:20:46.870Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T13:20:47.133Z] Selecting previously unselected package python3.6. [2021-03-05T13:20:47.133Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-05T13:20:47.133Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T13:20:47.395Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-05T13:20:47.395Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-05T13:20:47.395Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-05T13:20:47.395Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-05T13:20:47.657Z] Selecting previously unselected package python3. [2021-03-05T13:20:47.657Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-05T13:20:47.657Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-05T13:20:47.657Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-05T13:20:47.657Z] Selecting previously unselected package multiarch-support. [2021-03-05T13:20:47.657Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-05T13:20:47.657Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-05T13:20:47.919Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-05T13:20:47.919Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-05T13:20:47.919Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-05T13:20:47.919Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-05T13:20:47.919Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-05T13:20:47.919Z] Selecting previously unselected package libbsd0:amd64. [2021-03-05T13:20:47.919Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-05T13:20:47.919Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-05T13:20:48.182Z] Selecting previously unselected package sudo. [2021-03-05T13:20:48.182Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-05T13:20:48.182Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-05T13:20:48.182Z] Selecting previously unselected package apparmor. [2021-03-05T13:20:48.182Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-05T13:20:48.182Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-05T13:20:48.445Z] Selecting previously unselected package libedit2:amd64. [2021-03-05T13:20:48.445Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-05T13:20:48.445Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-05T13:20:48.445Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-05T13:20:48.445Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-05T13:20:48.445Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T13:20:48.708Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-05T13:20:48.708Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-05T13:20:48.708Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T13:20:48.708Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-05T13:20:48.708Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-05T13:20:48.708Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-05T13:20:48.972Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-05T13:20:48.972Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-05T13:20:48.972Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T13:20:48.972Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-05T13:20:48.972Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-05T13:20:48.972Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T13:20:49.234Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-05T13:20:49.234Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-05T13:20:49.234Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-05T13:20:49.497Z] Selecting previously unselected package openssh-client. [2021-03-05T13:20:49.497Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-05T13:20:49.497Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-05T13:20:49.497Z] Selecting previously unselected package squashfs-tools. [2021-03-05T13:20:49.497Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-05T13:20:49.497Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-05T13:20:49.758Z] Selecting previously unselected package snapd. [2021-03-05T13:20:49.758Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-05T13:20:49.758Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-05T13:20:52.363Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-05T13:20:52.363Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-05T13:20:52.363Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-05T13:20:52.363Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-05T13:20:52.364Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-05T13:20:52.364Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T13:20:52.626Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-05T13:20:52.626Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-05T13:20:52.626Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-05T13:20:53.576Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-05T13:20:53.576Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-05T13:20:53.576Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-05T13:20:53.576Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T13:20:53.576Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T13:20:53.576Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T13:20:54.520Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-05T13:20:54.520Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T13:20:54.520Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-05T13:20:54.520Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-05T13:20:54.520Z] running python rtupdate hooks for python3.6... [2021-03-05T13:20:54.520Z] running python post-rtupdate hooks for python3.6... [2021-03-05T13:20:54.780Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-05T13:20:56.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.118s coverage: 92.9% of statements [2021-03-05T13:20:56.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-05T13:20:56.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-05T13:20:56.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-05T13:20:56.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-05T13:20:56.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-05T13:20:56.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-05T13:20:56.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-05T13:20:56.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-05T13:20:56.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-05T13:20:56.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements [2021-03-05T13:20:56.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-05T13:20:56.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-05T13:20:56.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-03-05T13:20:56.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-05T13:20:56.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements [2021-03-05T13:20:56.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-05T13:20:56.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.8% of statements [2021-03-05T13:20:56.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.117s coverage: 87.2% of statements [2021-03-05T13:20:56.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.126s coverage: 84.6% of statements [2021-03-05T13:20:56.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.169s coverage: 91.6% of statements [2021-03-05T13:20:56.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-05T13:20:56.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.521s coverage: 62.4% of statements [2021-03-05T13:20:56.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-05T13:20:56.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-05T13:20:56.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements [2021-03-05T13:20:56.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements [2021-03-05T13:20:56.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements [2021-03-05T13:20:56.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements [2021-03-05T13:20:56.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements [2021-03-05T13:20:56.694Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-05T13:20:56.694Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T13:20:56.694Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-05T13:20:56.694Z] Setting up snapd (2.48.3+18.04) ... [2021-03-05T13:20:56.738Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.872s coverage: 69.1% of statements [2021-03-05T13:20:56.739Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-05T13:20:56.739Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-05T13:20:57.267Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-05T13:20:57.530Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-05T13:20:57.792Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-05T13:20:57.792Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-05T13:20:58.053Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-05T13:20:58.053Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-05T13:20:58.314Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-05T13:20:58.575Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-05T13:20:58.575Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-05T13:20:58.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.375s coverage: 38.4% of statements [2021-03-05T13:20:58.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-05T13:20:58.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-05T13:20:58.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.144s coverage: 89.5% of statements [2021-03-05T13:20:58.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-05T13:20:58.835Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-05T13:20:59.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.112s coverage: 84.8% of statements [2021-03-05T13:20:59.096Z] /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-03-05T13:20:59.096Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-05T13:20:59.096Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-05T13:21:00.482Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-05T13:21:03.800Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-05T13:21:03.800Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-05T13:21:04.745Z] Reading package lists... [2021-03-05T13:21:05.007Z] Reading package lists... [2021-03-05T13:21:05.266Z] Building dependency tree... [2021-03-05T13:21:05.267Z] Reading state information... [2021-03-05T13:21:05.267Z] Calculating upgrade... [2021-03-05T13:21:05.526Z] The following packages will be upgraded: [2021-03-05T13:21:05.526Z] advancecomp base-files bash binutils binutils-common [2021-03-05T13:21:05.526Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-05T13:21:05.526Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-05T13:21:05.526Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-05T13:21:05.526Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-05T13:21:05.526Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-05T13:21:05.526Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-05T13:21:05.526Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-05T13:21:05.526Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-05T13:21:05.526Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-05T13:21:05.526Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-05T13:21:05.526Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-05T13:21:05.526Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-05T13:21:05.526Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-05T13:21:05.526Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-05T13:21:05.768Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.550s coverage: 47.0% of statements [2021-03-05T13:21:05.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-05T13:21:05.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-05T13:21:05.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-05T13:21:05.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-05T13:21:05.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-05T13:21:05.768Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.136s coverage: 100.0% of statements [2021-03-05T13:21:05.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-05T13:21:05.768Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.109s coverage: 100.0% of statements [2021-03-05T13:21:05.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-05T13:21:05.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-05T13:21:05.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-05T13:21:05.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-05T13:21:05.768Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.411s coverage: 88.5% of statements [2021-03-05T13:21:05.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-05T13:21:05.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T13:21:05.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-05T13:21:05.786Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-05T13:21:05.787Z] Need to get 63.8 MB of archives. [2021-03-05T13:21:05.787Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-05T13:21:05.787Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-05T13:21:06.358Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-05T13:21:06.358Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-05T13:21:06.358Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-05T13:21:06.358Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-05T13:21:06.358Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-05T13:21:06.358Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-05T13:21:06.358Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-05T13:21:06.358Z] 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-03-05T13:21:06.358Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-05T13:21:06.358Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-05T13:21:06.358Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-05T13:21:06.621Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-05T13:21:06.621Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-05T13:21:06.621Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-05T13:21:06.621Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-05T13:21:06.621Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-05T13:21:06.621Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-05T13:21:06.621Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-05T13:21:06.621Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-05T13:21:06.882Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-05T13:21:06.882Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-05T13:21:06.882Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-05T13:21:06.882Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-05T13:21:06.882Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-05T13:21:06.882Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-05T13:21:06.882Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-05T13:21:06.882Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-05T13:21:06.882Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-05T13:21:06.882Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-05T13:21:07.143Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-05T13:21:07.143Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-05T13:21:07.143Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-05T13:21:07.143Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-05T13:21:07.143Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-05T13:21:07.143Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-05T13:21:07.143Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-05T13:21:07.143Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-03-05T13:21:07.143Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-05T13:21:07.143Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-05T13:21:07.143Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-05T13:21:07.143Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-05T13:21:07.143Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-05T13:21:07.143Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-05T13:21:07.143Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-05T13:21:07.143Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-05T13:21:07.143Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-05T13:21:07.143Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-05T13:21:07.143Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-05T13:21:07.143Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-05T13:21:07.143Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-05T13:21:07.143Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-05T13:21:07.404Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-05T13:21:07.404Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-05T13:21:07.404Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-05T13:21:07.404Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-05T13:21:07.404Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-05T13:21:07.404Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-05T13:21:07.404Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-05T13:21:07.404Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-05T13:21:07.404Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-05T13:21:07.404Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-05T13:21:07.404Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-05T13:21:07.404Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-05T13:21:07.404Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-05T13:21:07.404Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-05T13:21:07.404Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-05T13:21:07.404Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-05T13:21:07.404Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-05T13:21:07.404Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-05T13:21:07.404Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-05T13:21:07.404Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-05T13:21:07.404Z] Get:73 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-03-05T13:21:07.404Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-05T13:21:07.404Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-05T13:21:07.404Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-05T13:21:07.404Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-05T13:21:07.665Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-05T13:21:07.665Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-05T13:21:07.665Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-05T13:21:07.665Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-05T13:21:07.665Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-05T13:21:07.665Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-05T13:21:07.665Z] Get:84 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-03-05T13:21:07.665Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-05T13:21:07.665Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-05T13:21:07.665Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-05T13:21:07.665Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-05T13:21:07.665Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-05T13:21:07.926Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-05T13:21:07.926Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-05T13:21:08.188Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-05T13:21:08.188Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-05T13:21:08.188Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-05T13:21:08.760Z] 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-03-05T13:21:08.760Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-05T13:21:08.760Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-05T13:21:08.760Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-05T13:21:08.760Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-05T13:21:08.760Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-05T13:21:08.760Z] Fetched 63.8 MB in 3s (21.1 MB/s) [2021-03-05T13:21:09.020Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T13:21:09.020Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-05T13:21:09.020Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-05T13:21:09.593Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-05T13:21:09.593Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-05T13:21:09.854Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-05T13:21:09.854Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-05T13:21:10.799Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T13:21:10.799Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T13:21:10.799Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T13:21:10.799Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T13:21:11.060Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T13:21:11.060Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T13:21:11.321Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T13:21:11.321Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T13:21:11.321Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T13:21:11.321Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T13:21:11.581Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T13:21:11.581Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T13:21:11.581Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T13:21:11.581Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T13:21:11.581Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T13:21:11.843Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-05T13:21:11.843Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T13:21:11.843Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-05T13:21:11.843Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-05T13:21:12.105Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-05T13:21:12.105Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T13:21:12.105Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T13:21:12.105Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T13:21:12.105Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T13:21:12.374Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T13:21:12.374Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T13:21:12.634Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T13:21:12.634Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-05T13:21:12.634Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-05T13:21:12.894Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-05T13:21:13.466Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-05T13:21:13.728Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-05T13:21:13.728Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-05T13:21:13.728Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-05T13:21:13.728Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-05T13:21:13.728Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-05T13:21:13.989Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-05T13:21:13.989Z] Installing new version of config file /etc/issue ... [2021-03-05T13:21:13.989Z] Installing new version of config file /etc/issue.net ... [2021-03-05T13:21:13.989Z] Installing new version of config file /etc/lsb-release ... [2021-03-05T13:21:14.070Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.131s coverage: 29.1% of statements [2021-03-05T13:21:14.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-05T13:21:14.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-05T13:21:14.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-05T13:21:14.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-05T13:21:14.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-05T13:21:14.070Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.228s coverage: 99.0% of statements [2021-03-05T13:21:14.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-05T13:21:14.070Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.105s coverage: 100.0% of statements [2021-03-05T13:21:14.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-05T13:21:14.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-05T13:21:14.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-05T13:21:14.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-05T13:21:14.070Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.237s coverage: 95.6% of statements [2021-03-05T13:21:14.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-05T13:21:14.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T13:21:14.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-05T13:21:14.070Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements [2021-03-05T13:21:14.070Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-05T13:21:14.070Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2021-03-05T13:21:14.070Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-05T13:21:14.070Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-05T13:21:14.070Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-05T13:21:14.070Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-05T13:21:14.070Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.121s coverage: 87.9% of statements [2021-03-05T13:21:14.070Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-05T13:21:14.070Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-05T13:21:14.070Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements [2021-03-05T13:21:14.070Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.049s coverage: 32.1% of statements [2021-03-05T13:21:14.249Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-05T13:21:14.511Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-05T13:21:14.511Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-05T13:21:14.511Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-05T13:21:14.511Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T13:21:14.511Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-05T13:21:14.511Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-05T13:21:14.665Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements [2021-03-05T13:21:14.773Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-05T13:21:14.773Z] 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-03-05T13:21:15.033Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T13:21:15.033Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T13:21:15.033Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-05T13:21:15.033Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-05T13:21:15.298Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T13:21:15.298Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-05T13:21:15.298Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-05T13:21:15.298Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-05T13:21:15.558Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T13:21:15.558Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-05T13:21:15.558Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-05T13:21:15.641Z] GO111MODULE=on go vet ./... [2021-03-05T13:21:15.819Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-05T13:21:15.819Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T13:21:15.819Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-05T13:21:15.819Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-05T13:21:16.080Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-05T13:21:16.080Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T13:21:16.080Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-05T13:21:16.080Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-05T13:21:16.340Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-05T13:21:16.340Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T13:21:16.340Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-05T13:21:16.600Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-05T13:21:16.600Z] Setting up grep (3.1-2build1) ... [2021-03-05T13:21:16.600Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T13:21:16.600Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-05T13:21:16.600Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-05T13:21:16.861Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-05T13:21:16.861Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T13:21:16.861Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-05T13:21:16.861Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-05T13:21:17.121Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-05T13:21:17.121Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T13:21:17.121Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-05T13:21:17.121Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-05T13:21:17.691Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-05T13:21:17.952Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-05T13:21:17.952Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-05T13:21:17.952Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-05T13:21:18.893Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-05T13:21:18.893Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T13:21:18.893Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-05T13:21:18.893Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-05T13:21:19.832Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-05T13:21:19.832Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-05T13:21:20.092Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-05T13:21:20.092Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-05T13:21:20.092Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-05T13:21:20.092Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T13:21:20.092Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-05T13:21:20.352Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-05T13:21:20.352Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-05T13:21:20.612Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T13:21:20.612Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T13:21:20.612Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T13:21:20.612Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-05T13:21:20.612Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T13:21:20.612Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T13:21:20.612Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T13:21:20.872Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-05T13:21:20.872Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T13:21:20.872Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T13:21:20.872Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T13:21:20.872Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-05T13:21:21.133Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T13:21:21.133Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T13:21:21.133Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T13:21:21.133Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-05T13:21:21.133Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T13:21:21.133Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-05T13:21:21.394Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-05T13:21:21.394Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-05T13:21:21.394Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-05T13:21:21.394Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-05T13:21:21.655Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T13:21:21.655Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-05T13:21:21.655Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-05T13:21:21.655Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-05T13:21:21.655Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T13:21:21.655Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T13:21:21.917Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T13:21:21.917Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-05T13:21:21.917Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T13:21:21.917Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T13:21:21.917Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T13:21:22.489Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-05T13:21:22.489Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T13:21:22.489Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T13:21:22.489Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T13:21:23.062Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-05T13:21:23.323Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-05T13:21:23.591Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-05T13:21:23.852Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T13:21:23.852Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-05T13:21:23.852Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-05T13:21:24.113Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-05T13:21:24.373Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T13:21:24.373Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-05T13:21:24.373Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-05T13:21:24.373Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-05T13:21:24.636Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T13:21:24.636Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-05T13:21:24.636Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-05T13:21:24.897Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-05T13:21:25.157Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T13:21:25.157Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-05T13:21:25.157Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-05T13:21:25.157Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-05T13:21:25.416Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T13:21:25.416Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-05T13:21:25.416Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-05T13:21:25.416Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-05T13:21:25.681Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T13:21:25.681Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-05T13:21:25.681Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-05T13:21:25.681Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-05T13:21:25.941Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T13:21:25.942Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-05T13:21:25.942Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-05T13:21:25.942Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-05T13:21:25.942Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T13:21:25.942Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-05T13:21:26.202Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-05T13:21:26.202Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-05T13:21:26.464Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T13:21:26.464Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T13:21:26.464Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T13:21:26.464Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-05T13:21:26.725Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-05T13:21:26.725Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-05T13:21:26.725Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-05T13:21:26.725Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-05T13:21:26.987Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T13:21:26.987Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-05T13:21:26.987Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-05T13:21:26.987Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-05T13:21:27.248Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T13:21:27.248Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-05T13:21:27.248Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-05T13:21:27.248Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-05T13:21:27.820Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T13:21:27.820Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-05T13:21:27.820Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-05T13:21:27.820Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-05T13:21:27.820Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T13:21:27.820Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-03-05T13:21:28.080Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-05T13:21:28.080Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-03-05T13:21:28.651Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T13:21:28.651Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-05T13:21:28.985Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-05T13:21:29.251Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-05T13:21:29.512Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T13:21:29.512Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-05T13:21:29.512Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-05T13:21:29.512Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-05T13:21:29.773Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T13:21:29.773Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-05T13:21:29.773Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-05T13:21:29.773Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-05T13:21:30.034Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T13:21:30.034Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-05T13:21:30.034Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-05T13:21:30.034Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-05T13:21:30.034Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T13:21:30.034Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-05T13:21:30.296Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-05T13:21:30.296Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-05T13:21:30.557Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T13:21:30.557Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-05T13:21:30.558Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-05T13:21:30.558Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-05T13:21:30.821Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T13:21:30.821Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-05T13:21:30.821Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-05T13:21:30.821Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-05T13:21:31.081Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T13:21:31.081Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-05T13:21:31.081Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-05T13:21:31.081Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-05T13:21:31.341Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-05T13:21:31.341Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-05T13:21:31.341Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-05T13:21:31.341Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-05T13:21:31.341Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-05T13:21:31.601Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-05T13:21:31.601Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-05T13:21:31.860Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-05T13:21:31.860Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-05T13:21:32.126Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-05T13:21:32.126Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-05T13:21:32.126Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-05T13:21:32.126Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-05T13:21:32.126Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-05T13:21:32.415Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-05T13:21:32.415Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-05T13:21:32.415Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-05T13:21:32.415Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-05T13:21:32.415Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-05T13:21:32.690Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-05T13:21:32.690Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-05T13:21:32.967Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-05T13:21:32.967Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-05T13:21:32.967Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-05T13:21:32.967Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-05T13:21:33.943Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-05T13:21:33.943Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-05T13:21:33.943Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-05T13:21:33.943Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-05T13:21:34.211Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-05T13:21:34.211Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-05T13:21:34.789Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-05T13:21:34.790Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-05T13:21:34.790Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-05T13:21:34.790Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-05T13:21:35.052Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-05T13:21:35.052Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-05T13:21:35.052Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T13:21:35.052Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T13:21:35.312Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T13:21:35.312Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T13:21:35.573Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T13:21:35.573Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T13:21:35.573Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T13:21:35.573Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T13:21:36.519Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T13:21:36.781Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T13:21:37.723Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T13:21:37.723Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T13:21:38.665Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T13:21:38.665Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T13:21:38.926Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T13:21:38.926Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T13:21:39.873Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T13:21:39.873Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T13:21:40.135Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-05T13:21:40.135Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-05T13:21:40.135Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-05T13:21:40.135Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-05T13:21:40.397Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-05T13:21:40.397Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-05T13:21:40.661Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-05T13:21:40.661Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-05T13:21:40.661Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-05T13:21:40.661Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-05T13:21:40.923Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-05T13:21:40.923Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-05T13:21:40.923Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-05T13:21:40.923Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-05T13:21:41.185Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T13:21:41.185Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-05T13:21:41.185Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T13:21:41.185Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T13:21:41.185Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T13:21:41.446Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-05T13:21:41.446Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-05T13:21:41.446Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-05T13:21:41.446Z] [2021-03-05T13:21:41.446Z] Current default time zone: 'Etc/UTC' [2021-03-05T13:21:41.446Z] Local time is now: Fri Mar 5 13:21:41 UTC 2021. [2021-03-05T13:21:41.446Z] Universal Time is now: Fri Mar 5 13:21:41 UTC 2021. [2021-03-05T13:21:41.446Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-05T13:21:41.446Z] [2021-03-05T13:21:41.707Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-05T13:21:41.707Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T13:21:41.707Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-05T13:21:41.707Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-05T13:21:41.707Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-05T13:21:41.707Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-05T13:21:41.707Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-05T13:21:41.707Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-05T13:21:41.968Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-05T13:21:41.968Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-05T13:21:41.968Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T13:21:41.968Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-05T13:21:42.230Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T13:21:42.230Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-05T13:21:42.230Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T13:21:42.230Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-05T13:21:42.230Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-05T13:21:42.491Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-05T13:21:42.491Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-05T13:21:42.491Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-05T13:21:42.491Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-05T13:21:42.491Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-05T13:21:42.491Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-05T13:21:43.879Z] Updating certificates in /etc/ssl/certs... [2021-03-05T13:21:44.821Z] 23 added, 27 removed; done. [2021-03-05T13:21:44.821Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-05T13:21:44.821Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T13:21:44.821Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-05T13:21:44.821Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-05T13:21:44.821Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-05T13:21:45.083Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T13:21:45.083Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-05T13:21:45.083Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T13:21:45.083Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T13:21:45.083Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T13:21:45.083Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T13:21:45.083Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T13:21:45.083Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-05T13:21:45.345Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-05T13:21:45.345Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-05T13:21:45.345Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-05T13:21:45.345Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-05T13:21:45.345Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T13:21:45.345Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T13:21:45.345Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-05T13:21:45.345Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-05T13:21:45.345Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-05T13:21:45.608Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-05T13:21:45.608Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-05T13:21:45.608Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-05T13:21:45.608Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-05T13:21:45.608Z] Updating certificates in /etc/ssl/certs... [2021-03-05T13:21:46.180Z] 0 added, 0 removed; done. [2021-03-05T13:21:46.180Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-05T13:21:46.180Z] done. [2021-03-05T13:21:46.751Z] Reading package lists... [2021-03-05T13:21:47.013Z] Building dependency tree... [2021-03-05T13:21:47.013Z] Reading state information... [2021-03-05T13:21:47.274Z] The following NEW packages will be installed: [2021-03-05T13:21:47.274Z] apt-transport-https [2021-03-05T13:21:47.535Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-05T13:21:47.535Z] Need to get 1696 B of archives. [2021-03-05T13:21:47.535Z] After this operation, 153 kB of additional disk space will be used. [2021-03-05T13:21:47.535Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-05T13:21:47.535Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-05T13:21:47.535Z] Fetched 1696 B in 0s (8498 B/s) [2021-03-05T13:21:47.535Z] Selecting previously unselected package apt-transport-https. [2021-03-05T13:21:47.535Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-05T13:21:47.535Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-05T13:21:47.535Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-05T13:21:47.796Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-05T13:21:48.056Z] Waiting for network to be ready... [2021-03-05T13:21:56.190Z] 2021-03-05T13:21:51Z INFO Waiting for automatic snapd restart... [2021-03-05T13:21:56.190Z] snapd 2.49 from Canonical* installed [2021-03-05T13:21:56.762Z] "snapd" switched to the "latest/stable" channel [2021-03-05T13:21:56.762Z] [2021-03-05T13:22:00.976Z] core18 20210128 from Canonical* installed [2021-03-05T13:22:00.976Z] "core18" switched to the "latest/stable" channel [2021-03-05T13:22:00.976Z] [2021-03-05T13:22:06.261Z] snapcraft 4.5.4 from Canonical* installed [2021-03-05T13:22:06.521Z] "snapcraft" switched to the "latest/stable" channel [2021-03-05T13:22:06.521Z] [2021-03-05T13:22:09.818Z] 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-03-05T13:22:09.818Z] - README.md [2021-03-05T13:22:09.818Z] - snapcraft.yaml.orig [2021-03-05T13:22:09.818Z] [2021-03-05T13:22:09.818Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-05T13:22:16.413Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-05T13:22:16.413Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-05T13:22:16.673Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-05T13:22:16.673Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-05T13:22:18.056Z] Reading package lists... [2021-03-05T13:22:18.627Z] 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-03-05T13:22:25.231Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-05T13:22:25.231Z] Reading package lists... [2021-03-05T13:22:25.231Z] Building dependency tree... [2021-03-05T13:22:25.231Z] Reading state information... [2021-03-05T13:22:25.231Z] Suggested packages: [2021-03-05T13:22:25.231Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-05T13:22:25.231Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-05T13:22:25.231Z] Recommended packages: [2021-03-05T13:22:25.231Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-05T13:22:25.231Z] The following NEW packages will be installed: [2021-03-05T13:22:25.231Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-05T13:22:25.231Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-05T13:22:25.231Z] pkg-config zip [2021-03-05T13:22:25.231Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-05T13:22:25.231Z] Need to get 7655 kB of archives. [2021-03-05T13:22:25.231Z] After this operation, 43.7 MB of additional disk space will be used. [2021-03-05T13:22:25.231Z] 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-03-05T13:22:25.231Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-05T13:22:25.491Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-05T13:22:25.491Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-05T13:22:25.491Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-05T13:22:25.491Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-05T13:22:25.752Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-05T13:22:25.752Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-05T13:22:25.752Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-05T13:22:25.752Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-05T13:22:26.016Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-05T13:22:26.016Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-03-05T13:22:26.016Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-03-05T13:22:26.016Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-05T13:22:26.016Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-05T13:22:26.276Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-05T13:22:26.276Z] Fetched 7655 kB in 1s (7195 kB/s) [2021-03-05T13:22:26.536Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-05T13:22:26.536Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-05T13:22:26.536Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-03-05T13:22:26.536Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-03-05T13:22:26.797Z] Selecting previously unselected package libpsl5:amd64. [2021-03-05T13:22:26.797Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-05T13:22:26.797Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-05T13:22:26.797Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-05T13:22:26.797Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-05T13:22:26.797Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-05T13:22:26.797Z] Selecting previously unselected package librtmp1:amd64. [2021-03-05T13:22:26.797Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-05T13:22:26.797Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-05T13:22:27.057Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-05T13:22:27.058Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-05T13:22:27.058Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-05T13:22:27.058Z] Selecting previously unselected package liberror-perl. [2021-03-05T13:22:27.058Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-05T13:22:27.058Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-05T13:22:27.058Z] Selecting previously unselected package git-man. [2021-03-05T13:22:27.058Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-03-05T13:22:27.058Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-05T13:22:27.317Z] Selecting previously unselected package git. [2021-03-05T13:22:27.317Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-03-05T13:22:27.317Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-03-05T13:22:28.256Z] Selecting previously unselected package libnorm1:amd64. [2021-03-05T13:22:28.256Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-05T13:22:28.256Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-05T13:22:28.256Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-05T13:22:28.256Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-05T13:22:28.256Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-05T13:22:28.518Z] Selecting previously unselected package libsodium23:amd64. [2021-03-05T13:22:28.518Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-05T13:22:28.518Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-05T13:22:28.518Z] Selecting previously unselected package libzmq5:amd64. [2021-03-05T13:22:28.518Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-05T13:22:28.518Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-05T13:22:28.518Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-05T13:22:28.518Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-05T13:22:28.778Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-05T13:22:28.778Z] Selecting previously unselected package pkg-config. [2021-03-05T13:22:28.778Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-05T13:22:28.778Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-05T13:22:28.778Z] Selecting previously unselected package zip. [2021-03-05T13:22:28.778Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-05T13:22:28.778Z] Unpacking zip (3.0-11build1) ... [2021-03-05T13:22:29.038Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-05T13:22:29.038Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-05T13:22:29.038Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-05T13:22:29.038Z] Setting up liberror-perl (0.17025-1) ... [2021-03-05T13:22:29.038Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-05T13:22:29.038Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-03-05T13:22:29.038Z] No schema files found: doing nothing. [2021-03-05T13:22:29.298Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-05T13:22:29.298Z] Setting up zip (3.0-11build1) ... [2021-03-05T13:22:29.298Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-05T13:22:29.298Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-05T13:22:29.298Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-05T13:22:29.298Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-05T13:22:29.298Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-05T13:22:29.558Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-05T13:22:29.558Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-03-05T13:22:29.558Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-05T13:22:36.142Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-05T13:22:36.407Z] git set to automatically installed. [2021-03-05T13:22:36.407Z] git-man set to automatically installed. [2021-03-05T13:22:36.407Z] libcurl3-gnutls set to automatically installed. [2021-03-05T13:22:36.407Z] liberror-perl set to automatically installed. [2021-03-05T13:22:36.407Z] libglib2.0-0 set to automatically installed. [2021-03-05T13:22:36.407Z] libnghttp2-14 set to automatically installed. [2021-03-05T13:22:36.407Z] libnorm1 set to automatically installed. [2021-03-05T13:22:36.407Z] libpgm-5.2-0 set to automatically installed. [2021-03-05T13:22:36.407Z] libpsl5 set to automatically installed. [2021-03-05T13:22:36.407Z] librtmp1 set to automatically installed. [2021-03-05T13:22:36.407Z] libsodium23 set to automatically installed. [2021-03-05T13:22:36.407Z] libzmq3-dev set to automatically installed. [2021-03-05T13:22:36.407Z] libzmq5 set to automatically installed. [2021-03-05T13:22:36.407Z] pkg-config set to automatically installed. [2021-03-05T13:22:36.407Z] zip set to automatically installed. [2021-03-05T13:22:37.427Z] gofmt -l . [2021-03-05T13:22:37.427Z] [ "`gofmt -l .`" = "" ] [2021-03-05T13:22:37.427Z] ./bin/test-go-mod-tidy.sh [2021-03-05T13:22:37.427Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-05T13:22:38.092Z] + ls -al . [2021-03-05T13:22:38.092Z] total 760 [2021-03-05T13:22:38.092Z] drwxrwxr-x 9 1001 1001 4096 Mar 5 13:22 . [2021-03-05T13:22:38.092Z] drwxr-xr-x 4 root root 4096 Mar 5 13:18 .. [2021-03-05T13:22:38.092Z] -rw-rw-r-- 1 1001 1001 11 Mar 5 13:16 .dockerignore [2021-03-05T13:22:38.092Z] drwxrwxr-x 8 1001 1001 4096 Mar 5 13:16 .git [2021-03-05T13:22:38.092Z] drwxrwxr-x 3 1001 1001 4096 Mar 5 13:16 .github [2021-03-05T13:22:38.092Z] -rw-rw-r-- 1 1001 1001 818 Mar 5 13:16 .gitignore [2021-03-05T13:22:38.092Z] -rw-rw-r-- 1 1001 1001 166 Mar 5 13:16 .sonarcloud.properties [2021-03-05T13:22:38.092Z] -rw-rw-r-- 1 1001 1001 8475 Mar 5 13:16 Attribution.txt [2021-03-05T13:22:38.092Z] -rw-rw-r-- 1 1001 1001 3804 Mar 5 13:16 CONTRIBUTING.md [2021-03-05T13:22:38.092Z] -rw-rw-r-- 1 1001 1001 931 Mar 5 13:16 Dockerfile.build [2021-03-05T13:22:38.092Z] -rw-rw-r-- 1 1001 1001 863 Mar 5 13:16 Jenkinsfile [2021-03-05T13:22:38.092Z] -rw-rw-r-- 1 1001 1001 10775 Mar 5 13:16 LICENSE [2021-03-05T13:22:38.092Z] -rw-rw-r-- 1 1001 1001 5774 Mar 5 13:16 Makefile [2021-03-05T13:22:38.092Z] -rw-rw-r-- 1 1001 1001 6524 Mar 5 13:16 README.md [2021-03-05T13:22:38.092Z] -rw-rw-r-- 1 1001 1001 6755 Mar 5 13:16 SECURITY.md [2021-03-05T13:22:38.092Z] -rw-rw-r-- 1 1001 1001 5 Mar 5 13:08 VERSION [2021-03-05T13:22:38.092Z] -rw-rw-r-- 1 1001 1001 4131 Mar 5 13:16 ZMQWindows.md [2021-03-05T13:22:38.092Z] drwxrwxr-x 2 1001 1001 4096 Mar 5 13:16 bin [2021-03-05T13:22:38.092Z] drwxrwxr-x 14 1001 1001 4096 Mar 5 13:16 cmd [2021-03-05T13:22:38.092Z] -rw-r--r-- 1 root root 621194 Mar 5 13:21 coverage.out [2021-03-05T13:22:38.092Z] -rw-r--r-- 1 root root 1055 Mar 5 13:22 go.mod [2021-03-05T13:22:38.092Z] -rw-r--r-- 1 root root 21699 Mar 5 13:22 go.sum [2021-03-05T13:22:38.092Z] drwxrwxr-x 8 1001 1001 4096 Mar 5 13:16 internal [2021-03-05T13:22:38.092Z] drwxrwxr-x 4 1001 1001 4096 Mar 5 13:16 openapi [2021-03-05T13:22:38.092Z] drwxrwxr-x 4 1001 1001 4096 Mar 5 13:16 snap [2021-03-05T13:22:38.092Z] -rw-rw-r-- 1 1001 1001 168 Mar 5 13:16 version.go [Pipeline] sh [2021-03-05T13:22:38.749Z] + '[' -e coverage.out ] [2021-03-05T13:22:38.749Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-05T13:22:38.824Z] Warning: overwriting stash ‘coverage-report’ [2021-03-05T13:22:39.957Z] Stashed 1 file(s) [Pipeline] sh [2021-03-05T13:22:40.610Z] snapd is not logged in, snap install commands will use sudo [2021-03-05T13:22:40.637Z] + make build [2021-03-05T13:22:40.637Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-05T13:22:47.193Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-05T13:22:50.599Z] snap "core18" has no updates available [2021-03-05T13:22:50.853Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-05T13:22:53.144Z] Pulling config-common [2021-03-05T13:22:53.144Z] + snapcraftctl pull [2021-03-05T13:22:54.531Z] Pulling go-build-helper [2021-03-05T13:22:54.531Z] + snapcraftctl pull [2021-03-05T13:23:13.022Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-05T13:23:17.339Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-05T13:23:21.119Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-05T13:23:21.119Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-05T13:23:21.119Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-05T13:23:21.119Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-03-05T13:23:21.119Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-05T13:23:21.119Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-05T13:23:21.119Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-05T13:23:21.119Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-05T13:23:21.119Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-05T13:23:21.119Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-05T13:23:21.119Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-05T13:23:21.119Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-05T13:23:21.119Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-05T13:23:21.119Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-05T13:23:21.119Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-05T13:23:21.119Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-05T13:23:21.119Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-05T13:23:21.119Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-05T13:23:21.119Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-05T13:23:21.119Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-05T13:23:21.119Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-05T13:23:21.119Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-05T13:23:21.119Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-05T13:23:21.119Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-05T13:23:21.119Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-05T13:23:21.119Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-05T13:23:21.119Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-05T13:23:21.119Z] Fetched 24.0 MB in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-05T13:23:21.119Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-05T13:23:21.119Z] Fetched 279 kB in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-05T13:23:21.119Z] Fetched 122 kB in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-05T13:23:21.119Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-05T13:23:21.119Z] Fetched 8848 B in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-05T13:23:21.119Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-05T13:23:21.119Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-05T13:23:21.119Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-05T13:23:21.119Z] Fetched 214 kB in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-05T13:23:21.119Z] Fetched 154 kB in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-05T13:23:21.119Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-05T13:23:21.119Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-05T13:23:21.119Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-05T13:23:21.119Z] Fetched 499 kB in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-05T13:23:21.119Z] Fetched 111 kB in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-05T13:23:21.119Z] Fetched 240 kB in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-05T13:23:21.119Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-05T13:23:21.119Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-05T13:23:21.119Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-05T13:23:21.119Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-05T13:23:21.119Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-05T13:23:21.119Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-05T13:23:21.119Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-05T13:23:21.119Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-05T13:23:21.119Z] Fetched 8720 B in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-05T13:23:21.119Z] Fetched 137 kB in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-05T13:23:21.119Z] Fetched 119 kB in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-05T13:23:21.119Z] Fetched 109 kB in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-05T13:23:21.119Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-05T13:23:21.119Z] Fetched 645 kB in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-05T13:23:21.119Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-05T13:23:21.119Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-05T13:23:21.119Z] Fetched 368 kB in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-05T13:23:21.119Z] Fetched 187 kB in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-05T13:23:21.119Z] Fetched 175 kB in 0s (0 B/s) [2021-03-05T13:23:21.119Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-05T13:23:21.381Z] Fetched 206 kB in 0s (0 B/s) [2021-03-05T13:23:21.381Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-05T13:23:21.381Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-05T13:23:21.381Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-05T13:23:21.381Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-05T13:23:21.381Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-05T13:23:21.381Z] Fetched 159 kB in 0s (0 B/s) [2021-03-05T13:23:21.381Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-05T13:23:21.381Z] Fetched 107 kB in 0s (0 B/s) [2021-03-05T13:23:21.381Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-05T13:23:21.381Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-05T13:23:21.381Z] Pulling static-packages [2021-03-05T13:23:21.381Z] + snapcraftctl pull [2021-03-05T13:23:22.325Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-03-05T13:23:22.325Z] Skipping pull go-build-helper (already ran) [2021-03-05T13:23:22.325Z] Skipping pull static-packages (already ran) [2021-03-05T13:23:22.325Z] Building go-build-helper [2021-03-05T13:23:22.325Z] + snapcraftctl build [2021-03-05T13:23:22.740Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-05T13:23:24.173Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-05T13:23:26.531Z] Building static-packages [2021-03-05T13:23:26.531Z] + snapcraftctl build [2021-03-05T13:23:29.074Z] Staging go-build-helper [2021-03-05T13:23:29.074Z] + snapcraftctl stage [2021-03-05T13:23:29.569Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-05T13:23:30.018Z] Staging static-packages [2021-03-05T13:23:30.018Z] + snapcraftctl stage [2021-03-05T13:23:31.411Z] Pulling go115 [2021-03-05T13:23:31.411Z] + snapcraftctl pull [2021-03-05T13:23:32.354Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-05T13:23:32.354Z] Skipping pull go115 (already ran) [2021-03-05T13:23:32.354Z] Building go115 [2021-03-05T13:23:32.354Z] + dpkg --print-architecture [2021-03-05T13:23:32.354Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-05T13:23:32.354Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-05T13:23:32.354Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-05T13:23:32.354Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T13:23:32.354Z] Dload Upload Total Spent Left Speed [2021-03-05T13:23:34.976Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-05T13:23:35.618Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 13 115M 13 15.6M 0 0 23.4M 0 0:00:04 --:--:-- 0:00:04 23.3M 46 115M 46 53.3M 0 0 31.8M 0 0:00:03 0:00:01 0:00:02 31.8M 76 115M 76 88.9M 0 0 33.2M 0 0:00:03 0:00:02 0:00:01 33.2M 100 115M 100 115M 0 0 34.9M 0 0:00:03 0:00:03 --:--:-- 34.9M [2021-03-05T13:23:35.618Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-03-05T13:23:35.618Z] + sha256sum -c sha256 [2021-03-05T13:23:35.618Z] + grep OK [2021-03-05T13:23:36.561Z] go1.15.2.linux-amd64.tar.gz: OK [2021-03-05T13:23:36.561Z] + mkdir -p /root/stage/go1.15 [2021-03-05T13:23:36.561Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-03-05T13:23:38.412Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-05T13:23:41.856Z] Staging go115 [2021-03-05T13:23:41.857Z] + snapcraftctl stage [2021-03-05T13:23:45.122Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-05T13:23:48.464Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-05T13:23:48.464Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-05T13:23:48.464Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-05T13:23:48.464Z] Fetched 0 B in 0s (0 B/s) [2021-03-05T13:23:48.464Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-05T13:23:48.464Z] Fetched 224 kB in 0s (0 B/s) [2021-03-05T13:23:48.464Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-05T13:23:48.464Z] Fetched 157 kB in 0s (0 B/s) [2021-03-05T13:23:48.464Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-05T13:23:48.465Z] Fetched 221 kB in 0s (0 B/s) [2021-03-05T13:23:48.465Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-05T13:23:48.465Z] Fetched 143 kB in 0s (0 B/s) [2021-03-05T13:23:48.465Z] Pulling edgex-go [2021-03-05T13:23:48.465Z] + snapcraftctl pull [2021-03-05T13:23:48.502Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-05T13:23:49.858Z] Pulling version [2021-03-05T13:23:49.858Z] + cd /root/project [2021-03-05T13:23:49.858Z] + [ -f VERSION ] [2021-03-05T13:23:49.858Z] + PROJECT_VERSION=local-dev [2021-03-05T13:23:49.858Z] + git rev-parse --short HEAD [2021-03-05T13:23:49.858Z] + GIT_REVISION=4e55b03f [2021-03-05T13:23:49.858Z] + snapcraftctl set-version local-dev [2021-03-05T13:23:50.799Z] Building config-common [2021-03-05T13:23:50.799Z] + snapcraftctl build [2021-03-05T13:23:52.795Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-05T13:23:53.348Z] Skipping build go-build-helper (already ran) [2021-03-05T13:23:53.348Z] Skipping build static-packages (already ran) [2021-03-05T13:23:53.348Z] Skipping build go115 (already ran) [2021-03-05T13:23:53.609Z] Building edgex-go [2021-03-05T13:23:54.553Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6120/bin/scriptlet-bin [2021-03-05T13:23:54.553Z] + cd /root/parts/edgex-go/src [2021-03-05T13:23:54.553Z] + make build [2021-03-05T13:23:54.553Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-05T13:23:56.478Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-05T13:23:56.478Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.43 [2021-03-05T13:23:56.478Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-05T13:23:56.478Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-05T13:23:56.478Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-05T13:23:56.478Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-05T13:23:56.478Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-05T13:23:56.478Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-05T13:23:56.478Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-05T13:23:56.478Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-05T13:23:56.478Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-05T13:23:56.478Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-05T13:23:56.478Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-03-05T13:23:56.478Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-05T13:23:56.478Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-05T13:23:56.478Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-05T13:23:56.478Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-05T13:23:56.478Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-05T13:23:56.478Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-05T13:23:56.478Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-05T13:23:56.478Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-05T13:23:56.478Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-05T13:23:56.478Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-05T13:23:56.478Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-05T13:23:56.478Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-05T13:23:56.478Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-05T13:23:56.478Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-05T13:23:56.478Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-05T13:23:56.478Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-05T13:23:56.478Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-05T13:23:56.478Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-05T13:23:56.478Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-05T13:23:56.478Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-05T13:23:56.478Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-05T13:23:56.478Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-05T13:23:56.478Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-05T13:23:56.478Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-05T13:23:56.478Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-05T13:23:56.742Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-05T13:23:56.742Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-05T13:23:56.742Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-05T13:23:57.003Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-05T13:23:57.003Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-05T13:23:57.003Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [Pipeline] } [2021-03-05T13:23:59.524Z] $ docker stop --time=1 5767da0c860d5bdca52598ef62eb37c564a81763b8a4437726c27d0cc8ab14e7 [2021-03-05T13:24:02.106Z] $ docker rm -f 5767da0c860d5bdca52598ef62eb37c564a81763b8a4437726c27d0cc8ab14e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T13:24:04.352Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T13:24:04.352Z] [2021-03-05T13:24:04.352Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T13:24:05.025Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T13:24:05.167Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-05T13:24:05.167Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-05T13:24:05.296Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-05T13:24:05.297Z] 29e5d40040c1: Pulling fs layer [2021-03-05T13:24:05.297Z] 1ce36da41761: Pulling fs layer [2021-03-05T13:24:05.297Z] 25b303627fd3: Pulling fs layer [2021-03-05T13:24:05.890Z] 29e5d40040c1: Download complete [2021-03-05T13:24:06.164Z] 1ce36da41761: Verifying Checksum [2021-03-05T13:24:06.164Z] 1ce36da41761: Download complete [2021-03-05T13:24:06.437Z] 29e5d40040c1: Pull complete [2021-03-05T13:24:07.871Z] 1ce36da41761: Pull complete [2021-03-05T13:24:07.871Z] 25b303627fd3: Verifying Checksum [2021-03-05T13:24:07.871Z] 25b303627fd3: Download complete [2021-03-05T13:24:10.456Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-05T13:24:11.865Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-05T13:24:13.250Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-05T13:24:13.511Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-05T13:24:13.511Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-05T13:24:13.772Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-05T13:24:13.772Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-05T13:24:13.772Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-05T13:24:15.687Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-05T13:24:15.687Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-05T13:24:15.687Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-05T13:24:17.071Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-05T13:24:18.006Z] 25b303627fd3: Pull complete [2021-03-05T13:24:18.007Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-05T13:24:18.007Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T13:24:18.007Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T13:24:18.013Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-05T13:24:18.013Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [Pipeline] withDockerContainer [2021-03-05T13:24:18.237Z] prd-ubuntu18.04-docker-arm64-4c-16g-28714 does not seem to be running inside a container [2021-03-05T13:24:18.310Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-03-05T13:24:19.403Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-05T13:24:20.787Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-05T13:24:20.787Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-05T13:24:21.287Z] $ docker top 79621ffbe928af2e947e965e91ec79916d3227c38006332744b9dcadeb760ff4 -eo pid,comm [Pipeline] { [2021-03-05T13:24:21.727Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-05T13:24:21.727Z] go: downloading github.com/lib/pq v1.9.0 [Pipeline] sh [2021-03-05T13:24:22.379Z] + docker-compose build --help [2021-03-05T13:24:22.379Z] + grep parallel [2021-03-05T13:24:23.647Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-05T13:24:23.647Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-05T13:24:23.647Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-05T13:24:23.647Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-05T13:24:23.647Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-05T13:24:23.647Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-05T13:24:23.647Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-05T13:24:23.647Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-05T13:24:23.907Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-05T13:24:23.908Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-05T13:24:23.908Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-05T13:24:23.908Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-05T13:24:23.908Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-05T13:24:23.908Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-05T13:24:23.908Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-05T13:24:23.908Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-05T13:24:23.908Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-05T13:24:23.908Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-05T13:24:23.908Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-05T13:24:23.908Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-05T13:24:23.908Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-05T13:24:23.908Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-05T13:24:23.908Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-05T13:24:23.908Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-05T13:24:23.908Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-05T13:24:25.753Z] --parallel Build images in parallel. [2021-03-05T13:24:25.819Z] Building version [2021-03-05T13:24:25.819Z] + snapcraftctl build [Pipeline] } [2021-03-05T13:24:26.038Z] $ docker stop --time=1 79621ffbe928af2e947e965e91ec79916d3227c38006332744b9dcadeb760ff4 [2021-03-05T13:24:28.004Z] $ docker rm -f 79621ffbe928af2e947e965e91ec79916d3227c38006332744b9dcadeb760ff4 [Pipeline] // withDockerContainer [2021-03-05T13:24:28.365Z] Staging config-common [2021-03-05T13:24:28.365Z] + snapcraftctl stage [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T13:24:28.869Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T13:24:28.869Z] . [Pipeline] withDockerContainer [2021-03-05T13:24:29.187Z] prd-ubuntu18.04-docker-arm64-4c-16g-28714 does not seem to be running inside a container [2021-03-05T13:24:29.277Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-05T13:24:29.311Z] Skipping stage go-build-helper (already ran) [2021-03-05T13:24:29.311Z] Skipping stage static-packages (already ran) [2021-03-05T13:24:29.311Z] Skipping stage go115 (already ran) [2021-03-05T13:24:29.311Z] Staging edgex-go [2021-03-05T13:24:29.311Z] + snapcraftctl stage [2021-03-05T13:24:30.253Z] Staging version [2021-03-05T13:24:30.254Z] + snapcraftctl stage [2021-03-05T13:24:30.738Z] $ docker top 5ff209b7f39a1a22c9a249d160dc4397f2853cd8f215e652e8864182e943c3ca -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T13:24:31.641Z] Priming config-common [2021-03-05T13:24:31.641Z] + snapcraftctl prime [2021-03-05T13:24:31.819Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-05T13:24:32.586Z] Priming go-build-helper [2021-03-05T13:24:32.586Z] + snapcraftctl prime [2021-03-05T13:24:34.012Z] Priming static-packages [2021-03-05T13:24:34.012Z] + snapcraftctl prime [2021-03-05T13:24:36.099Z] Building docker-core-command-go ... [2021-03-05T13:24:36.099Z] Building docker-core-data-go ... [2021-03-05T13:24:36.099Z] Building docker-core-metadata-go ... [2021-03-05T13:24:36.099Z] Building docker-security-bootstrapper-go ... [2021-03-05T13:24:36.099Z] Building docker-security-proxy-setup-go ... [2021-03-05T13:24:36.099Z] Building docker-security-secretstore-setup-go ... [2021-03-05T13:24:36.099Z] Building docker-support-notifications-go ... [2021-03-05T13:24:36.099Z] Building docker-support-scheduler-go ... [2021-03-05T13:24:36.099Z] Building docker-sys-mgmt-agent-go ... [2021-03-05T13:24:36.099Z] Building docker-core-command-go [2021-03-05T13:24:36.099Z] Building docker-support-scheduler-go [2021-03-05T13:24:36.099Z] Building docker-security-secretstore-setup-go [2021-03-05T13:24:36.099Z] Building docker-security-bootstrapper-go [2021-03-05T13:24:36.100Z] Building docker-core-metadata-go [2021-03-05T13:24:36.611Z] Priming go115 [2021-03-05T13:24:36.611Z] + snapcraftctl prime [2021-03-05T13:24:37.206Z] Priming edgex-go [2021-03-05T13:24:37.206Z] + snapcraftctl prime [2021-03-05T13:24:38.627Z] Priming version [2021-03-05T13:24:38.627Z] + snapcraftctl prime [2021-03-05T13:24:39.573Z] 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-03-05T13:25:57.867Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T13:25:57.868Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-05T13:25:57.868Z] ---> 51a6f8a45d1d [2021-03-05T13:25:57.868Z] Step 3/31 : WORKDIR /edgex-go [2021-03-05T13:25:57.868Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T13:25:57.868Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T13:25:57.868Z] ---> 51a6f8a45d1d [2021-03-05T13:25:57.868Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T13:25:57.868Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T13:25:57.868Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T13:25:57.868Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-05T13:25:57.868Z] ---> 51a6f8a45d1d [2021-03-05T13:25:57.868Z] [2021-03-05T13:25:57.868Z] ---> 51a6f8a45d1d [2021-03-05T13:25:57.868Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T13:25:57.868Z] Step 3/24 : WORKDIR /edgex-go [2021-03-05T13:25:57.868Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T13:25:57.868Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T13:25:57.868Z] ---> 51a6f8a45d1d [2021-03-05T13:25:57.868Z] Step 3/22 : WORKDIR /edgex-go [2021-03-05T13:25:57.868Z] ---> Running in c193cbc2df78 [2021-03-05T13:25:57.868Z] ---> Running in f3960ad4d2a2 [2021-03-05T13:25:57.868Z] ---> Running in 04b1b1dcfefd [2021-03-05T13:25:57.868Z] ---> Running in dc4366f9bc8d [2021-03-05T13:25:57.868Z] ---> Running in 37f58748143a [2021-03-05T13:25:57.868Z] Removing intermediate container 37f58748143a [2021-03-05T13:25:57.868Z] ---> 3d53c2bbf561 [2021-03-05T13:25:57.868Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T13:25:57.868Z] Removing intermediate container dc4366f9bc8d [2021-03-05T13:25:57.868Z] ---> aa8d8df85806 [2021-03-05T13:25:57.868Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T13:25:57.868Z] Removing intermediate container f3960ad4d2a2 [2021-03-05T13:25:57.868Z] Removing intermediate container c193cbc2df78 [2021-03-05T13:25:57.868Z] ---> b388c11dc900 [2021-03-05T13:25:57.868Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T13:25:57.868Z] ---> 9e2964230267 [2021-03-05T13:25:57.868Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T13:25:57.868Z] Removing intermediate container 04b1b1dcfefd [2021-03-05T13:25:57.868Z] ---> aeb32746480f [2021-03-05T13:25:57.868Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T13:25:57.868Z] ---> Running in 010d5a2c2f2e [2021-03-05T13:25:57.868Z] ---> Running in 87f44ce57d7e [2021-03-05T13:25:57.868Z] ---> Running in 9e61406f7ab0 [2021-03-05T13:25:57.868Z] ---> Running in 3f150585c24f [2021-03-05T13:25:57.868Z] ---> Running in 35c4ff0eb937 [2021-03-05T13:25:57.868Z] Removing intermediate container 010d5a2c2f2e [2021-03-05T13:25:57.868Z] ---> c73a9ff7eeaf [2021-03-05T13:25:57.868Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-05T13:25:57.868Z] ---> Running in c67950f1abcc [2021-03-05T13:25:57.868Z] Removing intermediate container 35c4ff0eb937 [2021-03-05T13:25:57.868Z] ---> cb12f2b49f36 [2021-03-05T13:25:57.868Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-05T13:25:57.868Z] Removing intermediate container 87f44ce57d7e [2021-03-05T13:25:57.868Z] ---> 5f4e6e594838 [2021-03-05T13:25:57.868Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T13:25:57.868Z] ---> Running in c8431dba2496 [2021-03-05T13:25:57.868Z] ---> Running in 6b59e474e850 [2021-03-05T13:25:57.868Z] Removing intermediate container 9e61406f7ab0 [2021-03-05T13:25:57.868Z] ---> 4fe676d72c48 [2021-03-05T13:25:57.868Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-05T13:25:57.868Z] Removing intermediate container 3f150585c24f [2021-03-05T13:25:57.868Z] ---> a3f255e86ead [2021-03-05T13:25:57.868Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T13:25:57.868Z] ---> Running in 49b5bbcc2bb3 [2021-03-05T13:25:57.868Z] ---> Running in a04035e40e07 [2021-03-05T13:25:57.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T13:25:57.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T13:25:57.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T13:25:57.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T13:25:57.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T13:25:57.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T13:25:57.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T13:25:58.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T13:25:58.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T13:25:58.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T13:25:58.142Z] OK: 217 MiB in 51 packages [2021-03-05T13:25:58.421Z] OK: 217 MiB in 51 packages [2021-03-05T13:25:59.045Z] OK: 217 MiB in 51 packages [2021-03-05T13:25:59.045Z] OK: 217 MiB in 51 packages [2021-03-05T13:25:59.045Z] OK: 217 MiB in 51 packages [2021-03-05T13:25:59.653Z] Removing intermediate container c67950f1abcc [2021-03-05T13:25:59.653Z] ---> 91c74567f99f [2021-03-05T13:25:59.653Z] Step 6/22 : COPY go.mod . [2021-03-05T13:26:00.248Z] Removing intermediate container c8431dba2496 [2021-03-05T13:26:00.248Z] ---> cd5548e4e79d [2021-03-05T13:26:00.248Z] Step 6/31 : COPY go.mod . [2021-03-05T13:26:00.523Z] Removing intermediate container 6b59e474e850 [2021-03-05T13:26:00.523Z] ---> 8cf57366ea83 [2021-03-05T13:26:00.523Z] Step 6/23 : COPY go.mod . [2021-03-05T13:26:00.800Z] ---> 121af71e2e6a [2021-03-05T13:26:00.800Z] Step 7/22 : RUN go mod download [2021-03-05T13:26:00.800Z] ---> Running in 3996df3ca1c4 [2021-03-05T13:26:01.074Z] Removing intermediate container a04035e40e07 [2021-03-05T13:26:01.074Z] ---> 009bcca626cf [2021-03-05T13:26:01.074Z] Step 6/23 : COPY go.mod . [2021-03-05T13:26:01.074Z] Removing intermediate container 49b5bbcc2bb3 [2021-03-05T13:26:01.074Z] ---> b0ff935e0331 [2021-03-05T13:26:01.074Z] Step 6/24 : COPY go.mod . [2021-03-05T13:26:01.349Z] ---> 658aa1bf7e2a [2021-03-05T13:26:01.350Z] Step 7/31 : RUN go mod download [2021-03-05T13:26:01.627Z] ---> Running in c485e623ca4e [2021-03-05T13:26:01.627Z] ---> 808ee743ec75 [2021-03-05T13:26:01.627Z] Step 7/23 : RUN go mod download [2021-03-05T13:26:01.916Z] ---> Running in 21310ac64d25 [2021-03-05T13:26:02.198Z] ---> 1d529ce75780 [2021-03-05T13:26:02.198Z] Step 7/24 : RUN go mod download [2021-03-05T13:26:02.494Z] ---> c0338c23462e [2021-03-05T13:26:02.494Z] Step 7/23 : RUN go mod download [2021-03-05T13:26:02.494Z] ---> Running in adf6049d3f66 [2021-03-05T13:26:02.769Z] ---> Running in c846fb5c4fe5 [2021-03-05T13:26:05.417Z] Removing intermediate container 3996df3ca1c4 [2021-03-05T13:26:05.417Z] ---> 274ec747ac54 [2021-03-05T13:26:05.417Z] Step 8/22 : COPY . . [2021-03-05T13:26:05.698Z] Removing intermediate container c485e623ca4e [2021-03-05T13:26:05.698Z] ---> fde331f00e49 [2021-03-05T13:26:05.698Z] Step 8/31 : COPY . . [2021-03-05T13:26:06.681Z] Removing intermediate container 21310ac64d25 [2021-03-05T13:26:06.681Z] ---> 6f8bfca64aa9 [2021-03-05T13:26:06.681Z] Step 8/23 : COPY . . [2021-03-05T13:26:07.717Z] Removing intermediate container adf6049d3f66 [2021-03-05T13:26:07.717Z] ---> 8aec723e2034 [2021-03-05T13:26:07.717Z] Step 8/24 : COPY . . [2021-03-05T13:26:08.316Z] Removing intermediate container c846fb5c4fe5 [2021-03-05T13:26:08.316Z] ---> bc822de52bf9 [2021-03-05T13:26:08.316Z] Step 8/23 : COPY . . [2021-03-05T13:26:35.131Z] ---> 2451a8b336e3 [2021-03-05T13:26:35.131Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-05T13:26:35.131Z] ---> 3fe8046bb885 [2021-03-05T13:26:35.131Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-05T13:26:35.131Z] ---> 8d34ead1ca4e [2021-03-05T13:26:35.131Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-05T13:26:35.131Z] ---> 7597979ddf9f [2021-03-05T13:26:35.131Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-05T13:26:35.131Z] ---> 5a6e58a2b59c [2021-03-05T13:26:35.131Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-05T13:26:35.131Z] ---> Running in 3fe1b5055490 [2021-03-05T13:26:35.131Z] ---> Running in 4cbc11c5591c [2021-03-05T13:26:35.131Z] ---> Running in 8630101575e4 [2021-03-05T13:26:35.131Z] ---> Running in cc159ccab057 [2021-03-05T13:26:35.131Z] ---> Running in 5a3b1d25762c [2021-03-05T13:26:35.131Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-05T13:26:35.131Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-05T13:26:35.131Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-05T13:26:35.131Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-05T13:26:35.131Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-05T13:28:12.007Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-05T13:28:14.001Z] Removing intermediate container 8630101575e4 [2021-03-05T13:28:14.001Z] ---> 7df24d2f1288 [2021-03-05T13:28:14.001Z] [2021-03-05T13:28:14.001Z] Step 10/24 : FROM alpine:3.12 [2021-03-05T13:28:14.001Z] 3.12: Pulling from library/alpine [2021-03-05T13:28:15.445Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T13:28:15.445Z] Status: Downloaded newer image for alpine:3.12 [2021-03-05T13:28:15.445Z] ---> d10569e2745f [2021-03-05T13:28:15.445Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-05T13:28:15.726Z] ---> Running in 7982432fe33a [2021-03-05T13:28:17.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T13:28:18.005Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T13:28:18.995Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-05T13:28:18.995Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T13:28:18.995Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-05T13:28:18.995Z] (4/5) Installing curl (7.69.1-r3) [2021-03-05T13:28:18.995Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-05T13:28:18.995Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T13:28:19.272Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T13:28:19.550Z] OK: 7 MiB in 19 packages [2021-03-05T13:28:22.260Z] Removing intermediate container 3fe1b5055490 [2021-03-05T13:28:22.260Z] ---> 1c67cd9ca971 [2021-03-05T13:28:22.260Z] [2021-03-05T13:28:22.260Z] Step 10/31 : FROM alpine:3.12 [2021-03-05T13:28:22.260Z] ---> d10569e2745f [2021-03-05T13:28:22.260Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-05T13:28:22.260Z] ---> Running in 8701b69e1002 [2021-03-05T13:28:22.550Z] Removing intermediate container 7982432fe33a [2021-03-05T13:28:22.550Z] ---> 3590ec409287 [2021-03-05T13:28:22.550Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T13:28:22.828Z] ---> Running in 0b6ab1161c20 [2021-03-05T13:28:23.103Z] Removing intermediate container 8701b69e1002 [2021-03-05T13:28:23.103Z] ---> fd1b948e1fda [2021-03-05T13:28:23.103Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-05T13:28:23.377Z] ---> Running in 2a5100d98089 [2021-03-05T13:28:23.650Z] Removing intermediate container 0b6ab1161c20 [2021-03-05T13:28:23.927Z] ---> 8e4617db7357 [2021-03-05T13:28:23.928Z] Step 13/24 : WORKDIR / [2021-03-05T13:28:23.928Z] ---> Running in a85df3ba7068 [2021-03-05T13:28:24.930Z] Removing intermediate container a85df3ba7068 [2021-03-05T13:28:24.930Z] ---> 7bf51f686329 [2021-03-05T13:28:24.930Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-05T13:28:25.533Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T13:28:25.811Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T13:28:26.096Z] ---> eaa1f4f88dec [2021-03-05T13:28:26.096Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-05T13:28:26.384Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-05T13:28:26.384Z] (2/2) Installing su-exec (0.2-r1) [2021-03-05T13:28:26.663Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T13:28:26.663Z] OK: 5 MiB in 16 packages [2021-03-05T13:28:28.645Z] ---> 2ffc5a6db435 [2021-03-05T13:28:28.645Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-05T13:28:28.926Z] Removing intermediate container 2a5100d98089 [2021-03-05T13:28:28.926Z] ---> 42e9fa8dff72 [2021-03-05T13:28:28.926Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-05T13:28:29.529Z] ---> Running in bf5f4fbefcba [2021-03-05T13:28:29.810Z] ---> d98c28c363c0 [2021-03-05T13:28:29.810Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-05T13:28:30.413Z] Removing intermediate container bf5f4fbefcba [2021-03-05T13:28:30.413Z] ---> 015396d746fb [2021-03-05T13:28:30.413Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-05T13:28:30.694Z] ---> Running in 5cd1ca2ba89c [2021-03-05T13:28:32.148Z] Removing intermediate container 5a3b1d25762c [2021-03-05T13:28:32.148Z] ---> a5c3bc16767e [2021-03-05T13:28:32.148Z] [2021-03-05T13:28:32.148Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T13:28:32.148Z] ---> d10569e2745f [2021-03-05T13:28:32.148Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T13:28:32.148Z] Removing intermediate container 5cd1ca2ba89c [2021-03-05T13:28:32.148Z] ---> d428f507005b [2021-03-05T13:28:32.148Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-05T13:28:32.745Z] ---> Running in 5459d142eca6 [2021-03-05T13:28:32.746Z] ---> 4794b46a726c [2021-03-05T13:28:32.746Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-05T13:28:32.746Z] ---> Running in eef318a90172 [2021-03-05T13:28:33.353Z] Removing intermediate container 4cbc11c5591c [2021-03-05T13:28:33.353Z] ---> ba39e71bac29 [2021-03-05T13:28:33.353Z] [2021-03-05T13:28:33.353Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T13:28:33.353Z] ---> d10569e2745f [2021-03-05T13:28:33.353Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-05T13:28:34.051Z] ---> Running in b52e4ddb38d7 [2021-03-05T13:28:35.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T13:28:35.240Z] ---> 7a14a08469f4 [2021-03-05T13:28:35.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T13:28:35.240Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-05T13:28:35.891Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T13:28:35.891Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-05T13:28:35.892Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T13:28:35.892Z] OK: 5 MiB in 15 packages [2021-03-05T13:28:36.209Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T13:28:36.881Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-05T13:28:36.881Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T13:28:36.881Z] OK: 5 MiB in 15 packages [2021-03-05T13:28:36.881Z] ---> 6dbc4c6d5bda [2021-03-05T13:28:36.881Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-05T13:28:37.478Z] ---> Running in 3ffad779fa42 [2021-03-05T13:28:37.478Z] Removing intermediate container eef318a90172 [2021-03-05T13:28:37.478Z] ---> 23ed7da72f9f [2021-03-05T13:28:37.478Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-05T13:28:38.083Z] ---> Running in 4aece4b4e5e1 [2021-03-05T13:28:38.083Z] Removing intermediate container 5459d142eca6 [2021-03-05T13:28:38.083Z] ---> bf497729edb7 [2021-03-05T13:28:38.083Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T13:28:38.360Z] ---> Running in c09748170dc0 [2021-03-05T13:28:38.958Z] Removing intermediate container 4aece4b4e5e1 [2021-03-05T13:28:38.958Z] ---> e3e4e9951695 [2021-03-05T13:28:38.958Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-05T13:28:39.558Z] Removing intermediate container c09748170dc0 [2021-03-05T13:28:39.558Z] ---> 1d5fdaeedab3 [2021-03-05T13:28:39.558Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-05T13:28:39.558Z] Removing intermediate container b52e4ddb38d7 [2021-03-05T13:28:39.558Z] ---> cb6c1d236598 [2021-03-05T13:28:39.558Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T13:28:39.835Z] ---> Running in 66b2d0f7a846 [2021-03-05T13:28:39.835Z] ---> Running in 57d88e42081e [2021-03-05T13:28:40.106Z] ---> c9b031d281ca [2021-03-05T13:28:40.106Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-05T13:28:40.702Z] ---> Running in 35cea83527d7 [2021-03-05T13:28:40.977Z] Removing intermediate container 57d88e42081e [2021-03-05T13:28:40.978Z] ---> 4a35b0c59d44 [2021-03-05T13:28:40.978Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T13:28:40.978Z] Removing intermediate container 66b2d0f7a846 [2021-03-05T13:28:40.978Z] ---> 6e13c6d9a238 [2021-03-05T13:28:40.978Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-05T13:28:41.256Z] ---> Running in 72288ffaa6cf [2021-03-05T13:28:41.256Z] ---> Running in 548a1da23e5a [2021-03-05T13:28:41.256Z] Removing intermediate container 3ffad779fa42 [2021-03-05T13:28:41.256Z] ---> 42b010f9ec18 [2021-03-05T13:28:41.256Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-05T13:28:41.852Z] Removing intermediate container cc159ccab057 [2021-03-05T13:28:41.852Z] ---> b6748806bfa2 [2021-03-05T13:28:41.852Z] [2021-03-05T13:28:41.852Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T13:28:41.852Z] ---> Running in 73cf88eb8567 [2021-03-05T13:28:41.852Z] ---> d10569e2745f [2021-03-05T13:28:41.852Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T13:28:41.852Z] ---> Using cache [2021-03-05T13:28:41.852Z] ---> cb6c1d236598 [2021-03-05T13:28:41.852Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T13:28:41.852Z] ---> Using cache [2021-03-05T13:28:41.852Z] ---> 6e13c6d9a238 [2021-03-05T13:28:41.852Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-05T13:28:42.124Z] ---> Running in 2b47715e25df [2021-03-05T13:28:42.124Z] Removing intermediate container 72288ffaa6cf [2021-03-05T13:28:42.124Z] ---> 37056c77cea2 [2021-03-05T13:28:42.124Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T13:28:42.124Z] Removing intermediate container 548a1da23e5a [2021-03-05T13:28:42.124Z] ---> f5d8a3e7448f [2021-03-05T13:28:42.124Z] Step 15/23 : WORKDIR / [2021-03-05T13:28:42.397Z] ---> Running in e0d32ac97353 [2021-03-05T13:28:42.397Z] ---> Running in 3c83175f2d9a [2021-03-05T13:28:42.397Z] Removing intermediate container 73cf88eb8567 [2021-03-05T13:28:42.397Z] ---> aaca022da6a0 [2021-03-05T13:28:42.397Z] Step 22/24 : LABEL arch=arm64 [2021-03-05T13:28:42.671Z] ---> Running in cf81cdcb25f7 [2021-03-05T13:28:42.671Z] Removing intermediate container 2b47715e25df [2021-03-05T13:28:42.671Z] ---> 4c68e79aec32 [2021-03-05T13:28:42.671Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T13:28:42.953Z] Removing intermediate container 3c83175f2d9a [2021-03-05T13:28:42.953Z] ---> 1ff985b401af [2021-03-05T13:28:42.954Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T13:28:42.954Z] ---> Running in 55ec1d02d44a [2021-03-05T13:28:43.243Z] Removing intermediate container e0d32ac97353 [2021-03-05T13:28:43.243Z] ---> 083f9968bd2e [2021-03-05T13:28:43.243Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T13:28:43.243Z] Removing intermediate container cf81cdcb25f7 [2021-03-05T13:28:43.243Z] ---> 69a9212c1992 [2021-03-05T13:28:43.243Z] Step 23/24 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 [2021-03-05T13:28:43.518Z] ---> Running in 0023b1f9243a [2021-03-05T13:28:43.797Z] Removing intermediate container 55ec1d02d44a [2021-03-05T13:28:43.797Z] ---> 997acd9daa16 [2021-03-05T13:28:43.797Z] Step 15/23 : WORKDIR / [2021-03-05T13:28:43.797Z] Removing intermediate container 35cea83527d7 [2021-03-05T13:28:43.797Z] ---> 5b5aa1ed28d4 [2021-03-05T13:28:43.797Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T13:28:44.082Z] ---> Running in bfecbfa57db8 [2021-03-05T13:28:44.363Z] ---> d8d98fc92f93 [2021-03-05T13:28:44.363Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-05T13:28:44.363Z] ---> 9c5051c64eee [2021-03-05T13:28:44.363Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-05T13:28:44.363Z] Removing intermediate container 0023b1f9243a [2021-03-05T13:28:44.363Z] ---> c7bd11ba0f57 [2021-03-05T13:28:44.363Z] Step 24/24 : LABEL version=0.0.0 [2021-03-05T13:28:44.645Z] ---> Running in 9f35a5a9ba2e [2021-03-05T13:28:44.645Z] Removing intermediate container bfecbfa57db8 [2021-03-05T13:28:44.645Z] ---> 4d87b5f8546f [2021-03-05T13:28:44.646Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T13:28:44.933Z] ---> 33bb3f936b99 [2021-03-05T13:28:44.933Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-05T13:28:45.540Z] Removing intermediate container 9f35a5a9ba2e [2021-03-05T13:28:45.540Z] ---> 30fa68fb949f [2021-03-05T13:28:45.540Z] [2021-03-05T13:28:45.831Z] Successfully built 30fa68fb949f [2021-03-05T13:28:46.110Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-05T13:28:46.110Z] Building docker-security-proxy-setup-go [2021-03-05T13:28:46.396Z]  Building docker-security-secretstore-setup-go ... done  ---> 829f7fc12e89 [2021-03-05T13:28:46.396Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-05T13:28:46.674Z] ---> f6c01846b144 [2021-03-05T13:28:46.674Z] ---> 938b9b360411 [2021-03-05T13:28:46.674Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-05T13:28:46.674Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-05T13:28:46.952Z] ---> 28ddab46e34a [2021-03-05T13:28:46.952Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-05T13:28:48.987Z] ---> 8d1913520ed7 [2021-03-05T13:28:48.987Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-05T13:28:49.585Z] ---> Running in a92a6c0084d0 [2021-03-05T13:28:49.585Z] ---> fcbaec2be34f [2021-03-05T13:28:49.585Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-05T13:28:49.585Z] ---> dd40bc96666e [2021-03-05T13:28:49.585Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-05T13:28:49.585Z] ---> 701aea008110 [2021-03-05T13:28:49.585Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-05T13:28:49.861Z] ---> Running in 170f2f1b95d1 [2021-03-05T13:28:50.136Z] Removing intermediate container a92a6c0084d0 [2021-03-05T13:28:50.411Z] ---> 73a400935bb6 [2021-03-05T13:28:50.411Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T13:28:50.686Z] Removing intermediate container 170f2f1b95d1 [2021-03-05T13:28:50.686Z] ---> c20e62ff12d5 [2021-03-05T13:28:50.686Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T13:28:50.686Z] ---> Running in 4338b57cf6a2 [2021-03-05T13:28:51.282Z] ---> 653e3217fd51 [2021-03-05T13:28:51.558Z] ---> 12a971e55416 [2021-03-05T13:28:51.558Z] Step 19/23 : ENTRYPOINT ["/core-metadata"]Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-05T13:28:51.558Z] [2021-03-05T13:28:51.831Z] ---> Running in e98b623aac09 [2021-03-05T13:28:52.105Z] ---> Running in 83adbf82be22 [2021-03-05T13:28:52.105Z] Removing intermediate container 4338b57cf6a2 [2021-03-05T13:28:52.105Z] ---> 3a40b76e4c51 [2021-03-05T13:28:52.105Z] Step 20/22 : LABEL arch=arm64 [2021-03-05T13:28:52.380Z] ---> Running in ab800fb7f04b [2021-03-05T13:28:52.380Z] Removing intermediate container e98b623aac09 [2021-03-05T13:28:52.380Z] ---> c3dcdfe28034 [2021-03-05T13:28:52.380Z] Step 21/23 : LABEL arch=arm64 [2021-03-05T13:28:52.380Z] ---> b7ad6e59a030 [2021-03-05T13:28:52.380Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-05T13:28:52.654Z] ---> Running in f7bebd151f63 [2021-03-05T13:28:52.654Z] Removing intermediate container 83adbf82be22 [2021-03-05T13:28:52.654Z] ---> 781e6c1cd253 [2021-03-05T13:28:52.654Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T13:28:52.924Z] Removing intermediate container ab800fb7f04b [2021-03-05T13:28:52.924Z] ---> 16a246ae581f [2021-03-05T13:28:52.924Z] Step 21/22 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 [2021-03-05T13:28:53.196Z] ---> Running in c88c60129e08 [2021-03-05T13:28:53.196Z] ---> Running in 005f20584091 [2021-03-05T13:28:53.196Z] ---> Running in aac964df741c [2021-03-05T13:28:53.470Z] Removing intermediate container f7bebd151f63 [2021-03-05T13:28:53.470Z] ---> 1f3bd8b13fb0 [2021-03-05T13:28:53.470Z] Step 22/23 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 [2021-03-05T13:28:53.741Z] ---> Running in 03acded08791 [2021-03-05T13:28:53.741Z] Removing intermediate container c88c60129e08 [2021-03-05T13:28:53.741Z] ---> fa37caba5490 [2021-03-05T13:28:53.741Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-05T13:28:54.014Z] Removing intermediate container 005f20584091 [2021-03-05T13:28:54.014Z] ---> 73edfd79db0a [2021-03-05T13:28:54.014Z] Step 21/23 : LABEL arch=arm64 [2021-03-05T13:28:54.014Z] Removing intermediate container aac964df741c [2021-03-05T13:28:54.014Z] ---> 3077af9b30e8 [2021-03-05T13:28:54.014Z] Step 22/22 : LABEL version=0.0.0 [2021-03-05T13:28:54.292Z] ---> Running in 6051e1848ba3 [2021-03-05T13:28:54.292Z] ---> Running in 8be9c7fde64d [2021-03-05T13:28:54.564Z] Removing intermediate container 03acded08791 [2021-03-05T13:28:54.564Z] ---> 9840931fd6a1 [2021-03-05T13:28:54.564Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T13:28:55.162Z] ---> e979b111071d [2021-03-05T13:28:55.162Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-05T13:28:55.445Z] ---> Running in 7a9377001822 [2021-03-05T13:28:55.445Z] Removing intermediate container 8be9c7fde64d [2021-03-05T13:28:55.445Z] ---> 6328c43957da [2021-03-05T13:28:55.445Z] [2021-03-05T13:28:55.445Z] Removing intermediate container 6051e1848ba3 [2021-03-05T13:28:55.445Z] ---> 6dcd0708616a [2021-03-05T13:28:55.445Z] Step 22/23 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 [2021-03-05T13:28:56.044Z] Successfully built 6328c43957da [2021-03-05T13:28:56.044Z] ---> Running in ac8d665f5569 [2021-03-05T13:28:56.044Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-05T13:28:56.044Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-03-05T13:28:56.643Z] ---> Running in 5c6a20169990 [2021-03-05T13:28:56.643Z] Removing intermediate container 7a9377001822 [2021-03-05T13:28:56.643Z] ---> 943c6b271eba [2021-03-05T13:28:56.643Z] [2021-03-05T13:28:57.241Z] Removing intermediate container 5c6a20169990 [2021-03-05T13:28:57.241Z] ---> 09b99e6f809f [2021-03-05T13:28:57.241Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T13:28:57.241Z] Successfully built 943c6b271eba [2021-03-05T13:28:57.241Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-05T13:28:57.241Z] Building docker-sys-mgmt-agent-go [2021-03-05T13:28:57.515Z]  Building docker-core-command-go ... done  ---> Running in b046adef6eb1 [2021-03-05T13:28:58.109Z] Removing intermediate container b046adef6eb1 [2021-03-05T13:28:58.109Z] ---> 6201a80b5b6f [2021-03-05T13:28:58.109Z] [2021-03-05T13:28:58.386Z] Successfully built 6201a80b5b6f [2021-03-05T13:28:58.386Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-05T13:28:58.664Z] Building docker-core-data-go [2021-03-05T13:28:58.952Z]  Building docker-core-metadata-go ... done Removing intermediate container ac8d665f5569 [2021-03-05T13:28:58.952Z] ---> 67f7a0dddd58 [2021-03-05T13:28:58.952Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-05T13:28:59.546Z] ---> Running in 8d780acc7e57 [2021-03-05T13:28:59.824Z] Removing intermediate container 8d780acc7e57 [2021-03-05T13:28:59.824Z] ---> b847f9184605 [2021-03-05T13:28:59.824Z] Step 28/31 : CMD ["gate"] [2021-03-05T13:29:00.414Z] ---> Running in 2851f0915f6a [2021-03-05T13:29:01.006Z] Removing intermediate container 2851f0915f6a [2021-03-05T13:29:01.006Z] ---> 3fe9d5d8713e [2021-03-05T13:29:01.006Z] Step 29/31 : LABEL arch=arm64 [2021-03-05T13:29:02.463Z] ---> Running in 0f9dcac7c937 [2021-03-05T13:29:03.446Z] Removing intermediate container 0f9dcac7c937 [2021-03-05T13:29:03.446Z] ---> 04b5c3f02f83 [2021-03-05T13:29:03.446Z] Step 30/31 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 [2021-03-05T13:29:04.874Z] ---> Running in c206b86a51ff [2021-03-05T13:29:05.848Z] Removing intermediate container c206b86a51ff [2021-03-05T13:29:05.848Z] ---> 9d539b17fda4 [2021-03-05T13:29:05.848Z] Step 31/31 : LABEL version=0.0.0 [2021-03-05T13:29:07.277Z] ---> Running in 18e7312917c8 [2021-03-05T13:29:08.251Z] Removing intermediate container 18e7312917c8 [2021-03-05T13:29:08.251Z] ---> 0c992ce897e3 [2021-03-05T13:29:08.251Z] [2021-03-05T13:29:08.525Z] Successfully built 0c992ce897e3 [2021-03-05T13:29:08.525Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-05T13:29:23.617Z]  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T13:29:23.617Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-05T13:29:23.617Z] ---> 51a6f8a45d1d [2021-03-05T13:29:23.617Z] Step 3/21 : WORKDIR /edgex-go [2021-03-05T13:29:23.617Z] ---> Using cache [2021-03-05T13:29:23.617Z] ---> b388c11dc900 [2021-03-05T13:29:23.617Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T13:29:23.617Z] ---> Using cache [2021-03-05T13:29:23.617Z] ---> cb12f2b49f36 [2021-03-05T13:29:23.617Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-05T13:29:23.617Z] ---> Using cache [2021-03-05T13:29:23.617Z] ---> cd5548e4e79d [2021-03-05T13:29:23.617Z] Step 6/21 : COPY go.mod . [2021-03-05T13:29:23.617Z] ---> Using cache [2021-03-05T13:29:23.617Z] ---> 658aa1bf7e2a [2021-03-05T13:29:23.617Z] Step 7/21 : RUN go mod download [2021-03-05T13:29:23.617Z] ---> Using cache [2021-03-05T13:29:23.617Z] ---> fde331f00e49 [2021-03-05T13:29:23.617Z] Step 8/21 : COPY . . [2021-03-05T13:29:23.617Z] ---> Using cache [2021-03-05T13:29:23.617Z] ---> 2451a8b336e3 [2021-03-05T13:29:23.617Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-05T13:29:26.263Z] ---> Running in d7e9e26bb3f9 [2021-03-05T13:29:27.699Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-05T13:29:42.830Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T13:29:42.830Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T13:29:42.830Z] ---> 51a6f8a45d1d [2021-03-05T13:29:42.830Z] Step 3/22 : WORKDIR /edgex-go [2021-03-05T13:29:42.830Z] ---> Using cache [2021-03-05T13:29:42.830Z] ---> b388c11dc900 [2021-03-05T13:29:42.830Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T13:29:42.830Z] ---> Using cache [2021-03-05T13:29:42.830Z] ---> cb12f2b49f36 [2021-03-05T13:29:42.830Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-05T13:29:42.830Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T13:29:42.830Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-05T13:29:42.830Z] ---> 51a6f8a45d1d [2021-03-05T13:29:42.830Z] Step 3/26 : WORKDIR /edgex-go [2021-03-05T13:29:42.830Z] ---> Using cache [2021-03-05T13:29:42.830Z] ---> b388c11dc900 [2021-03-05T13:29:42.830Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T13:29:42.830Z] ---> Using cache [2021-03-05T13:29:42.830Z] ---> cb12f2b49f36 [2021-03-05T13:29:42.830Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-05T13:29:42.830Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T13:29:42.830Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T13:29:42.830Z] ---> 51a6f8a45d1d [2021-03-05T13:29:42.830Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T13:29:42.830Z] ---> Using cache [2021-03-05T13:29:42.830Z] ---> b388c11dc900 [2021-03-05T13:29:42.830Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T13:29:42.830Z] ---> Using cache [2021-03-05T13:29:42.830Z] ---> cb12f2b49f36 [2021-03-05T13:29:42.830Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-05T13:29:44.384Z] ---> Running in a9d4bb148239 [2021-03-05T13:29:44.384Z] ---> Running in 4a0e15fa8d15 [2021-03-05T13:29:44.384Z] ---> Running in c3375e983668 [2021-03-05T13:29:45.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T13:29:46.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T13:29:46.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T13:29:46.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T13:29:46.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T13:29:46.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T13:29:47.290Z] OK: 217 MiB in 51 packages [2021-03-05T13:29:47.290Z] OK: 217 MiB in 51 packages [2021-03-05T13:29:47.568Z] OK: 217 MiB in 51 packages [2021-03-05T13:29:49.551Z] Removing intermediate container 4a0e15fa8d15 [2021-03-05T13:29:49.551Z] ---> f9a5391d819b [2021-03-05T13:29:49.551Z] Step 6/23 : COPY go.mod . [2021-03-05T13:29:49.551Z] Removing intermediate container c3375e983668 [2021-03-05T13:29:49.551Z] ---> c77f6767b16e [2021-03-05T13:29:49.551Z] Step 6/22 : COPY go.mod . [2021-03-05T13:29:49.825Z] Removing intermediate container a9d4bb148239 [2021-03-05T13:29:49.825Z] ---> b10b24253a65 [2021-03-05T13:29:49.825Z] Step 6/26 : COPY go.mod . [2021-03-05T13:29:50.821Z] ---> 113b517257eb [2021-03-05T13:29:50.821Z] Step 7/23 : RUN go mod download [2021-03-05T13:29:50.821Z] ---> 1ac8dff89e98 [2021-03-05T13:29:50.821Z] Step 7/22 : RUN go mod download [2021-03-05T13:29:50.821Z] ---> dc8fa42ce207 [2021-03-05T13:29:50.821Z] Step 7/26 : RUN go mod download [2021-03-05T13:29:50.821Z] ---> Running in 0bdf70f2624e [2021-03-05T13:29:51.103Z] ---> Running in 36a4ecd25557 [2021-03-05T13:29:51.378Z] ---> Running in 0ad1ca24945a [2021-03-05T13:29:56.809Z] Removing intermediate container 0bdf70f2624e [2021-03-05T13:29:56.809Z] ---> 743b54a19300 [2021-03-05T13:29:56.809Z] Step 8/23 : COPY . . [2021-03-05T13:29:56.809Z] Removing intermediate container 0ad1ca24945a [2021-03-05T13:29:56.809Z] ---> 4f5c243486aa [2021-03-05T13:29:56.809Z] Step 8/26 : COPY . . [2021-03-05T13:29:56.809Z] Removing intermediate container 36a4ecd25557 [2021-03-05T13:29:56.809Z] ---> 2498a85cc81b [2021-03-05T13:29:56.809Z] Step 8/22 : COPY . . [2021-03-05T13:30:03.804Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-05T13:30:18.909Z] ---> 2ea85e664e60 [2021-03-05T13:30:18.909Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-05T13:30:18.909Z] ---> 900ec2f440c8 [2021-03-05T13:30:18.909Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-05T13:30:18.909Z] ---> 7476a758c276 [2021-03-05T13:30:18.909Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-05T13:30:18.909Z] ---> Running in 6b5518a745c2 [2021-03-05T13:30:18.909Z] ---> Running in f9a8dc838f55 [2021-03-05T13:30:18.909Z] ---> Running in 20be5ea80dc4 [2021-03-05T13:30:19.516Z] Removing intermediate container d7e9e26bb3f9 [2021-03-05T13:30:19.516Z] ---> e61ffa53c4d2 [2021-03-05T13:30:19.516Z] [2021-03-05T13:30:19.516Z] Step 10/21 : FROM alpine:3.12 [2021-03-05T13:30:19.516Z] ---> d10569e2745f [2021-03-05T13:30:19.516Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-05T13:30:19.516Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-05T13:30:19.792Z] ---> Running in bb730382135f [2021-03-05T13:30:19.792Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-05T13:30:20.069Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-05T13:30:21.515Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T13:30:21.791Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T13:30:22.772Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-05T13:30:22.772Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T13:30:22.772Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-05T13:30:22.772Z] (4/4) Installing curl (7.69.1-r3) [2021-03-05T13:30:22.772Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T13:30:22.772Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T13:30:23.048Z] OK: 7 MiB in 18 packages [2021-03-05T13:30:25.682Z] Removing intermediate container bb730382135f [2021-03-05T13:30:25.682Z] ---> e2ffe2cd4906 [2021-03-05T13:30:25.682Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T13:30:25.682Z] ---> Running in eedc94033c35 [2021-03-05T13:30:26.279Z] Removing intermediate container eedc94033c35 [2021-03-05T13:30:26.279Z] ---> e2d01818c71c [2021-03-05T13:30:26.279Z] Step 13/21 : WORKDIR /edgex [2021-03-05T13:30:26.279Z] ---> Running in 00cf69dcc665 [2021-03-05T13:30:26.880Z] Removing intermediate container 00cf69dcc665 [2021-03-05T13:30:26.880Z] ---> 3f8cbbf8b99f [2021-03-05T13:30:26.880Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-05T13:30:27.870Z] ---> 261c7cee803c [2021-03-05T13:30:27.870Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-05T13:30:29.325Z] ---> e632074dff27 [2021-03-05T13:30:29.325Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-05T13:30:31.322Z] ---> e2f6aa09fa94 [2021-03-05T13:30:31.322Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-05T13:30:31.322Z] ---> Running in d4b938808b18 [2021-03-05T13:30:31.928Z] Removing intermediate container d4b938808b18 [2021-03-05T13:30:31.928Z] ---> 2c579fcf1912 [2021-03-05T13:30:31.928Z] Step 18/21 : CMD ["--init=true"] [2021-03-05T13:30:31.928Z] ---> Running in 833f3b794687 [2021-03-05T13:30:32.548Z] Removing intermediate container 833f3b794687 [2021-03-05T13:30:32.548Z] ---> a594b7af4b68 [2021-03-05T13:30:32.548Z] Step 19/21 : LABEL arch=arm64 [2021-03-05T13:30:32.833Z] ---> Running in cf7da8878523 [2021-03-05T13:30:33.431Z] Removing intermediate container cf7da8878523 [2021-03-05T13:30:33.431Z] ---> 32bac85c1d15 [2021-03-05T13:30:33.431Z] Step 20/21 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 [2021-03-05T13:30:33.707Z] ---> Running in f60184c63582 [2021-03-05T13:30:34.316Z] Removing intermediate container f60184c63582 [2021-03-05T13:30:34.316Z] ---> 5c0e32330c35 [2021-03-05T13:30:34.316Z] Step 21/21 : LABEL version=0.0.0 [2021-03-05T13:30:34.595Z] ---> Running in 1c1ba8370a49 [2021-03-05T13:30:35.201Z] Removing intermediate container 1c1ba8370a49 [2021-03-05T13:30:35.201Z] ---> a3c4b18a3ed9 [2021-03-05T13:30:35.201Z] [2021-03-05T13:30:35.481Z] Successfully built a3c4b18a3ed9 [2021-03-05T13:30:35.481Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-05T13:31:32.068Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 20be5ea80dc4 [2021-03-05T13:31:32.068Z] ---> e99b7d81f4c7 [2021-03-05T13:31:32.068Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-05T13:31:32.068Z] ---> Running in 8399d467c49b [2021-03-05T13:31:32.068Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-05T13:31:34.079Z] Removing intermediate container 8399d467c49b [2021-03-05T13:31:34.079Z] ---> 1399def12cc7 [2021-03-05T13:31:34.079Z] [2021-03-05T13:31:34.079Z] Step 11/26 : FROM docker:20.10.0 [2021-03-05T13:31:34.352Z] 20.10.0: Pulling from library/docker [2021-03-05T13:31:35.807Z] Removing intermediate container f9a8dc838f55 [2021-03-05T13:31:35.807Z] ---> 1f444973a575 [2021-03-05T13:31:35.807Z] [2021-03-05T13:31:35.807Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T13:31:35.807Z] ---> d10569e2745f [2021-03-05T13:31:35.807Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-05T13:31:36.404Z] ---> Running in 66b10dd07aa7 [2021-03-05T13:31:37.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T13:31:38.124Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T13:31:38.721Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-05T13:31:38.721Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-05T13:31:38.721Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T13:31:38.721Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T13:31:38.996Z] OK: 6 MiB in 16 packages [2021-03-05T13:31:41.623Z] Removing intermediate container 66b10dd07aa7 [2021-03-05T13:31:41.623Z] ---> 27677b1d615e [2021-03-05T13:31:41.623Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T13:31:41.623Z] ---> Running in 1706ec6e11b9 [2021-03-05T13:31:42.218Z] Removing intermediate container 1706ec6e11b9 [2021-03-05T13:31:42.218Z] ---> 82f703feff93 [2021-03-05T13:31:42.218Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-05T13:31:42.491Z] ---> Running in d76cbe7faf44 [2021-03-05T13:31:43.468Z] Removing intermediate container d76cbe7faf44 [2021-03-05T13:31:43.468Z] ---> 66145620fcee [2021-03-05T13:31:43.468Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T13:31:44.065Z] ---> Running in ffc46f5e8326 [2021-03-05T13:31:45.040Z] Removing intermediate container ffc46f5e8326 [2021-03-05T13:31:45.040Z] ---> 9dfa0ffe83e1 [2021-03-05T13:31:45.040Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T13:31:45.313Z] Removing intermediate container 6b5518a745c2 [2021-03-05T13:31:45.313Z] ---> 9303b46f4401 [2021-03-05T13:31:45.313Z] [2021-03-05T13:31:45.313Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T13:31:45.313Z] ---> d10569e2745f [2021-03-05T13:31:45.313Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-05T13:31:45.313Z] ---> Running in 3aefeee1a10a [2021-03-05T13:31:45.911Z] ---> 2782cc7a3ce3 [2021-03-05T13:31:45.911Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-05T13:31:45.911Z] Removing intermediate container 3aefeee1a10a [2021-03-05T13:31:45.911Z] ---> 9cd9b1641baf [2021-03-05T13:31:45.911Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-05T13:31:46.183Z] ---> Running in d684849d63e3 [2021-03-05T13:31:46.183Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-05T13:31:46.183Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-05T13:31:46.183Z] ---> eeaf43b92773 [2021-03-05T13:31:46.183Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-05T13:31:46.455Z] ---> Running in d00ee76b910b [2021-03-05T13:31:46.726Z] Removing intermediate container d684849d63e3 [2021-03-05T13:31:46.726Z] ---> 29330aa9decc [2021-03-05T13:31:46.726Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-05T13:31:46.999Z] ---> Running in df7e68174e78 [2021-03-05T13:31:47.272Z] ---> ca1b1e03aa61 [2021-03-05T13:31:47.272Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-05T13:31:47.544Z] Removing intermediate container df7e68174e78 [2021-03-05T13:31:47.544Z] ---> 4d2fc14bea22 [2021-03-05T13:31:47.544Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T13:31:47.544Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T13:31:47.820Z] ---> Running in e18a4d74a21d [2021-03-05T13:31:47.820Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T13:31:48.094Z] ---> af0a9ac5f40b [2021-03-05T13:31:48.094Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-05T13:31:48.094Z] ---> Running in f83590c05084 [2021-03-05T13:31:48.364Z] (1/2) Installing readline (8.0.4-r0) [2021-03-05T13:31:48.364Z] (2/2) Installing bash (5.0.17-r0) [2021-03-05T13:31:48.364Z] Executing bash-5.0.17-r0.post-install [2021-03-05T13:31:48.636Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T13:31:48.636Z] OK: 12 MiB in 22 packages [2021-03-05T13:31:48.636Z] Removing intermediate container f83590c05084 [2021-03-05T13:31:48.636Z] ---> 4bc9c2aa8bdb [2021-03-05T13:31:48.636Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T13:31:48.910Z] ---> Running in 3522ff056b3d [2021-03-05T13:31:49.521Z] Removing intermediate container 3522ff056b3d [2021-03-05T13:31:49.521Z] ---> 8ebbb5cbe114 [2021-03-05T13:31:49.521Z] Step 20/22 : LABEL arch=arm64 [2021-03-05T13:31:49.521Z] ---> Running in b6e416563adb [2021-03-05T13:31:49.794Z] Removing intermediate container d00ee76b910b [2021-03-05T13:31:49.794Z] ---> 7ff7fd0c858a [2021-03-05T13:31:49.794Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-05T13:31:50.065Z] ---> Running in 41b17e0b2ba0 [2021-03-05T13:31:50.065Z] Removing intermediate container b6e416563adb [2021-03-05T13:31:50.065Z] Removing intermediate container e18a4d74a21d [2021-03-05T13:31:50.065Z] ---> bb416b0000f4 [2021-03-05T13:31:50.065Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-05T13:31:50.065Z] ---> 11be4ee4eb36 [2021-03-05T13:31:50.065Z] Step 21/22 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 [2021-03-05T13:31:50.337Z] ---> Running in 8be80dd87173 [2021-03-05T13:31:50.337Z] ---> Running in bb2bb58691f3 [2021-03-05T13:31:50.607Z] Removing intermediate container 41b17e0b2ba0 [2021-03-05T13:31:50.607Z] ---> bda09f44fdf7 [2021-03-05T13:31:50.607Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-05T13:31:50.884Z] ---> Running in cb1f29e4955f [2021-03-05T13:31:50.884Z] Removing intermediate container bb2bb58691f3 [2021-03-05T13:31:50.884Z] ---> 991f7ba5d4b1 [2021-03-05T13:31:50.884Z] Step 22/22 : LABEL version=0.0.0 [2021-03-05T13:31:51.155Z] ---> Running in 6b35ebeec78e [2021-03-05T13:31:51.426Z] Removing intermediate container cb1f29e4955f [2021-03-05T13:31:51.426Z] ---> 10f9cbea6dc6 [2021-03-05T13:31:51.426Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-05T13:31:51.426Z] ---> Running in f5ad449e685d [2021-03-05T13:31:51.426Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T13:31:51.697Z] Removing intermediate container 6b35ebeec78e [2021-03-05T13:31:51.697Z] ---> 03af1817aeee [2021-03-05T13:31:51.697Z] [2021-03-05T13:31:52.285Z] Successfully built 03af1817aeee [2021-03-05T13:31:52.285Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-05T13:31:52.285Z]  Building docker-support-notifications-go ... done Removing intermediate container f5ad449e685d [2021-03-05T13:31:52.285Z] ---> 1c32e688540e [2021-03-05T13:31:52.285Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-05T13:31:52.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T13:31:52.878Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-05T13:31:53.150Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-05T13:31:53.150Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-05T13:31:53.150Z] ---> 8b33948bf1ee [2021-03-05T13:31:53.150Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-05T13:31:53.422Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-05T13:31:53.422Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-05T13:31:53.695Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-05T13:31:53.695Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T13:31:53.695Z] OK: 8 MiB in 20 packages [2021-03-05T13:31:53.971Z] ---> 7ea216282b53 [2021-03-05T13:31:53.971Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-05T13:31:54.945Z] Removing intermediate container 8be80dd87173 [2021-03-05T13:31:54.945Z] ---> ec1c910e2e01 [2021-03-05T13:31:54.945Z] ---> 00b2754e8d20 [2021-03-05T13:31:54.945Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt /Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-05T13:31:54.945Z] [2021-03-05T13:31:55.218Z] ---> Running in d3a9a790e9d4 [2021-03-05T13:31:55.814Z] ---> 67b178455486 [2021-03-05T13:31:55.814Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-05T13:31:56.412Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T13:31:56.682Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T13:31:56.955Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-05T13:31:56.955Z] (2/33) Installing expat (2.2.9-r1) [2021-03-05T13:31:56.955Z] (3/33) Installing libffi (3.3-r2) [2021-03-05T13:31:56.955Z] (4/33) Installing gdbm (1.13-r1) [2021-03-05T13:31:57.231Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-05T13:31:57.231Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-05T13:31:57.231Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-05T13:31:57.231Z] ---> 98c5375067c4 [2021-03-05T13:31:57.231Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-05T13:31:58.657Z] ---> 10e2965def0a [2021-03-05T13:31:58.657Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-05T13:31:58.657Z] ---> Running in 5f75b41fdf25 [2021-03-05T13:31:58.944Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-05T13:31:58.944Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-05T13:31:58.944Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-05T13:31:58.944Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-05T13:31:58.944Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-05T13:31:58.944Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-05T13:31:58.944Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-05T13:31:59.226Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-05T13:31:59.226Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-05T13:31:59.226Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-05T13:31:59.226Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-05T13:31:59.226Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-05T13:31:59.226Z] Removing intermediate container 5f75b41fdf25 [2021-03-05T13:31:59.226Z] ---> 4a3a3ab0a0d1 [2021-03-05T13:31:59.226Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T13:31:59.226Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-05T13:31:59.226Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-05T13:31:59.226Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-05T13:31:59.226Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-05T13:31:59.568Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-05T13:31:59.568Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-05T13:31:59.568Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-05T13:31:59.568Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-05T13:31:59.568Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-05T13:31:59.568Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-05T13:31:59.568Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-05T13:31:59.568Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-05T13:31:59.568Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-05T13:31:59.568Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-05T13:31:59.568Z] ---> Running in 345656f46073 [2021-03-05T13:31:59.568Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T13:31:59.865Z] OK: 71 MiB in 55 packages [2021-03-05T13:32:00.174Z] Removing intermediate container 345656f46073 [2021-03-05T13:32:00.174Z] ---> f0711db25e28 [2021-03-05T13:32:00.174Z] Step 21/23 : LABEL arch=arm64 [2021-03-05T13:32:00.471Z] ---> Running in 183f94c4c3ab [2021-03-05T13:32:01.078Z] Removing intermediate container 183f94c4c3ab [2021-03-05T13:32:01.078Z] ---> 08fd9869c4bd [2021-03-05T13:32:01.078Z] Step 22/23 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 [2021-03-05T13:32:01.366Z] ---> Running in 201cd6e57cad [2021-03-05T13:32:01.974Z] Removing intermediate container 201cd6e57cad [2021-03-05T13:32:01.974Z] ---> b1b78e5b99aa [2021-03-05T13:32:01.974Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T13:32:02.568Z] ---> Running in 6fce875f02f8 [2021-03-05T13:32:03.163Z] Removing intermediate container 6fce875f02f8 [2021-03-05T13:32:03.163Z] ---> ad4dee630338 [2021-03-05T13:32:03.163Z] [2021-03-05T13:32:03.434Z] Successfully built ad4dee630338 [2021-03-05T13:32:03.434Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-05T13:32:06.043Z]  Building docker-core-data-go ... done Removing intermediate container d3a9a790e9d4 [2021-03-05T13:32:06.043Z] ---> 493103674217 [2021-03-05T13:32:06.043Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-05T13:32:06.043Z] ---> Running in f7ce0044f3b7 [2021-03-05T13:32:10.330Z] Collecting docker-compose==1.23.2 [2021-03-05T13:32:10.330Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-05T13:32:10.922Z] Collecting cached-property<2,>=1.2.0 [2021-03-05T13:32:10.922Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-05T13:32:12.346Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-05T13:32:12.346Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-05T13:32:12.616Z] Collecting jsonschema<3,>=2.5.1 [2021-03-05T13:32:12.616Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-05T13:32:13.206Z] Collecting texttable<0.10,>=0.9.0 [2021-03-05T13:32:13.206Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-05T13:32:15.166Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-05T13:32:15.166Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-05T13:32:17.131Z] Collecting docopt<0.7,>=0.6.1 [2021-03-05T13:32:17.131Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-05T13:32:19.088Z] Collecting docker<4.0,>=3.6.0 [2021-03-05T13:32:19.088Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-05T13:32:19.676Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-05T13:32:19.676Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-05T13:32:19.945Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-05T13:32:20.533Z] Collecting PyYAML<4,>=3.10 [2021-03-05T13:32:20.533Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-05T13:32:23.897Z] Collecting idna<2.8,>=2.5 [2021-03-05T13:32:23.897Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-05T13:32:23.897Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-05T13:32:24.167Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-05T13:32:24.167Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-05T13:32:24.167Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-05T13:32:24.437Z] Collecting docker-pycreds>=0.4.0 [2021-03-05T13:32:24.437Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-05T13:32:24.437Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-05T13:32:24.437Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-05T13:32:24.437Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-05T13:32:24.437Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-05T13:32:25.404Z] Installing collected packages: cached-property, idna, urllib3, requests, jsonschema, texttable, dockerpty, docopt, websocket-client, docker-pycreds, docker, PyYAML, docker-compose [2021-03-05T13:32:25.404Z] Attempting uninstall: idna [2021-03-05T13:32:25.404Z] Found existing installation: idna 2.9 [2021-03-05T13:32:25.404Z] Uninstalling idna-2.9: [2021-03-05T13:32:25.404Z] Successfully uninstalled idna-2.9 [2021-03-05T13:32:25.996Z] Attempting uninstall: urllib3 [2021-03-05T13:32:25.996Z] Found existing installation: urllib3 1.25.9 [2021-03-05T13:32:25.996Z] Uninstalling urllib3-1.25.9: [2021-03-05T13:32:26.266Z] Successfully uninstalled urllib3-1.25.9 [2021-03-05T13:32:26.855Z] Attempting uninstall: requests [2021-03-05T13:32:26.855Z] Found existing installation: requests 2.23.0 [2021-03-05T13:32:26.856Z] Uninstalling requests-2.23.0: [2021-03-05T13:32:26.856Z] Successfully uninstalled requests-2.23.0 [2021-03-05T13:32:27.446Z] Running setup.py install for texttable: started [2021-03-05T13:32:29.406Z] Running setup.py install for texttable: finished with status 'done' [2021-03-05T13:32:29.406Z] Running setup.py install for dockerpty: started [2021-03-05T13:32:31.365Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-05T13:32:31.365Z] Running setup.py install for docopt: started [2021-03-05T13:32:32.790Z] Running setup.py install for docopt: finished with status 'done' [2021-03-05T13:32:33.760Z] Running setup.py install for PyYAML: started [2021-03-05T13:32:36.363Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-05T13:32:36.953Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-05T13:32:41.238Z] Removing intermediate container f7ce0044f3b7 [2021-03-05T13:32:41.239Z] ---> 553ea17a0f2d [2021-03-05T13:32:41.239Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-05T13:32:41.239Z] ---> Running in afc1eae03b2c [2021-03-05T13:32:41.514Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T13:32:41.788Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T13:32:42.382Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T13:32:42.382Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-05T13:32:42.382Z] (3/3) Installing curl (7.69.1-r3) [2021-03-05T13:32:42.382Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T13:32:42.382Z] OK: 71 MiB in 58 packages [2021-03-05T13:32:43.810Z] Removing intermediate container afc1eae03b2c [2021-03-05T13:32:43.810Z] ---> 909b79a4220a [2021-03-05T13:32:43.810Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-05T13:32:43.810Z] ---> Running in 6531097e037e [2021-03-05T13:32:44.408Z] Removing intermediate container 6531097e037e [2021-03-05T13:32:44.408Z] ---> 25ea56d9e0db [2021-03-05T13:32:44.408Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T13:32:44.408Z] ---> Running in ddaa4a7a3cfd [2021-03-05T13:32:45.003Z] Removing intermediate container ddaa4a7a3cfd [2021-03-05T13:32:45.003Z] ---> 6ae5cf266597 [2021-03-05T13:32:45.003Z] Step 24/26 : LABEL arch=arm64 [2021-03-05T13:32:45.003Z] ---> Running in 740161cffd23 [2021-03-05T13:32:45.595Z] Removing intermediate container 740161cffd23 [2021-03-05T13:32:45.595Z] ---> 67aaede9edc2 [2021-03-05T13:32:45.595Z] Step 25/26 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 [2021-03-05T13:32:45.595Z] ---> Running in d04174f5e9e3 [2021-03-05T13:32:46.189Z] Removing intermediate container d04174f5e9e3 [2021-03-05T13:32:46.189Z] ---> 5f7bb7b3ec0b [2021-03-05T13:32:46.189Z] Step 26/26 : LABEL version=0.0.0 [2021-03-05T13:32:46.189Z] ---> Running in a33130dc0684 [2021-03-05T13:32:46.782Z] Removing intermediate container a33130dc0684 [2021-03-05T13:32:46.782Z] ---> 0eb22d71583c [2021-03-05T13:32:46.782Z] [2021-03-05T13:32:47.052Z] Successfully built 0eb22d71583c [2021-03-05T13:32:47.052Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-05T13:32:47.341Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-05T13:32:47.340Z] $ docker stop --time=1 5ff209b7f39a1a22c9a249d160dc4397f2853cd8f215e652e8864182e943c3ca [2021-03-05T13:32:49.138Z] $ docker rm -f 5ff209b7f39a1a22c9a249d160dc4397f2853cd8f215e652e8864182e943c3ca [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T13:32:49.867Z] + docker images [2021-03-05T13:32:49.867Z] + grep docker [2021-03-05T13:32:50.138Z] docker-sys-mgmt-agent-go-arm64 latest 0eb22d71583c 3 seconds ago 300MB [2021-03-05T13:32:50.138Z] docker-core-data-go-arm64 latest ad4dee630338 47 seconds ago 21.1MB [2021-03-05T13:32:50.138Z] docker-support-notifications-go-arm64 latest 03af1817aeee 58 seconds ago 16.9MB [2021-03-05T13:32:50.138Z] docker-security-proxy-setup-go-arm64 latest a3c4b18a3ed9 2 minutes ago 23.4MB [2021-03-05T13:32:50.138Z] docker-security-bootstrapper-go-arm64 latest 0c992ce897e3 3 minutes ago 17.8MB [2021-03-05T13:32:50.138Z] docker-core-metadata-go-arm64 latest 6201a80b5b6f 3 minutes ago 17.9MB [2021-03-05T13:32:50.138Z] docker-core-command-go-arm64 latest 943c6b271eba 3 minutes ago 16.2MB [2021-03-05T13:32:50.138Z] docker-support-scheduler-go-arm64 latest 6328c43957da 3 minutes ago 16.3MB [2021-03-05T13:32:50.138Z] docker-security-secretstore-setup-go-arm64 latest 30fa68fb949f 4 minutes ago 23.7MB [2021-03-05T13:32:50.138Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-05T13:32:51.577Z] ---> job-cost.sh [2021-03-05T13:32:51.577Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-U4Nl [2021-03-05T13:33:30.520Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-05T13:35:52.366Z] lf-activate-venv(): INFO: Adding /tmp/venv-U4Nl/bin to PATH [2021-03-05T13:35:52.366Z] INFO: No Stack... [2021-03-05T13:35:52.366Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-05T13:35:52.366Z] INFO: Archiving Costs [Pipeline] sh [2021-03-05T13:35:52.704Z] + cat /w/workspace/edgex-go/8/archives/cost.csv [2021-03-05T13:35:52.704Z] + cut -d, -f6 [Pipeline] lock [2021-03-05T13:35:52.819Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3210-8-stack-cost] [2021-03-05T13:35:52.830Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3210-8-stack-cost] did not exist. Created. [2021-03-05T13:35:52.831Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3210-8-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-05T13:35:53.297Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-05T13:35:53.640Z] Stashed 1 file(s) [Pipeline] } [2021-03-05T13:35:53.651Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3210-8-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-05T13:35:55.598Z] provisioning config files... [2021-03-05T13:35:55.612Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/8@tmp/config785546982405335347tmp [Pipeline] { [Pipeline] sh [2021-03-05T13:35:56.021Z] + set +x [2021-03-05T13:35:56.021Z] + curl -s https://codecov.io/bash [2021-03-05T13:35:56.021Z] + bash -s -- [2021-03-05T13:35:56.599Z] [2021-03-05T13:35:56.599Z] _____ _ [2021-03-05T13:35:56.599Z] / ____| | | [2021-03-05T13:35:56.599Z] | | ___ __| | ___ ___ _____ __ [2021-03-05T13:35:56.599Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-05T13:35:56.599Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-05T13:35:56.599Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-05T13:35:56.599Z] Bash-20210226-7100762 [2021-03-05T13:35:56.599Z] [2021-03-05T13:35:56.599Z] [2021-03-05T13:35:56.599Z] ==> git version 2.24.3 found [2021-03-05T13:35:56.599Z] ==> 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-03-05T13:35:56.599Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-05T13:35:56.599Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-05T13:35:56.599Z] curl: option -sm: expected a proper numerical parameter [2021-03-05T13:35:56.599Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-03-05T13:35:56.599Z] ==> Jenkins CI detected. [2021-03-05T13:35:56.599Z] project root: . [2021-03-05T13:35:56.599Z] --> token set from env [2021-03-05T13:35:56.599Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-05T13:35:56.599Z] ==> Running gcov in . (disable via -X gcov) [2021-03-05T13:35:56.599Z] ==> Python coveragepy not found [2021-03-05T13:35:56.599Z] ==> Searching for coverage reports in: [2021-03-05T13:35:56.599Z] + . [2021-03-05T13:35:56.599Z] -> Found 1 reports [2021-03-05T13:35:56.599Z] ==> Detecting git/mercurial file structure [2021-03-05T13:35:56.862Z] ==> Reading reports [2021-03-05T13:35:56.862Z] + ./coverage.out bytes=621194 [2021-03-05T13:35:56.862Z] ==> Appending adjustments [2021-03-05T13:35:56.862Z] https://docs.codecov.io/docs/fixing-reports [2021-03-05T13:36:00.187Z] + Found adjustments [2021-03-05T13:36:00.187Z] ==> Gzipping contents [2021-03-05T13:36:00.187Z] 92K /tmp/codecov.KrJNy1.gz [2021-03-05T13:36:00.187Z] ==> Uploading reports [2021-03-05T13:36:00.187Z] url: https://codecov.io [2021-03-05T13:36:00.187Z] query: branch=PR-3210&commit=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3210%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3210&job=&cmd_args= [2021-03-05T13:36:00.187Z] -> Pinging Codecov [2021-03-05T13:36:00.187Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-3210&commit=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3210%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3210&job=&cmd_args= [2021-03-05T13:36:00.763Z] -> Uploading to [2021-03-05T13:36:00.763Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-05/00271124DB129430A58F1EEE437C3FCB/4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141/a471f907-e641-4514-9f41-408aaf8cacce.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210305%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210305T133600Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a5b3208b183b359783515bb5d5ae54eda8c5d521da74bbe68888f3e3575438f3 [2021-03-05T13:36:00.763Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T13:36:00.763Z] Dload Upload Total Spent Left Speed [2021-03-05T13:36:01.350Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 91818 0 0 100 91818 0 156k --:--:-- --:--:-- --:--:-- 156k [2021-03-05T13:36:01.350Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 [Pipeline] } [2021-03-05T13:36:01.364Z] 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] { (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-03-05T13:36:03.539Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T13:36:04.437Z] ---> package-listing.sh [2021-03-05T13:36:04.437Z] ++ facter osfamily [2021-03-05T13:36:04.437Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-05T13:36:04.437Z] + OS_FAMILY=redhat [2021-03-05T13:36:04.437Z] + workspace=/w/workspace/edgex-go/8 [2021-03-05T13:36:04.437Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-05T13:36:04.437Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-05T13:36:04.437Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-05T13:36:04.438Z] + PACKAGES=/tmp/packages_start.txt [2021-03-05T13:36:04.438Z] + '[' /w/workspace/edgex-go/8 ']' [2021-03-05T13:36:04.438Z] + PACKAGES=/tmp/packages_end.txt [2021-03-05T13:36:04.438Z] + case "${OS_FAMILY}" in [2021-03-05T13:36:04.438Z] + rpm -qa [2021-03-05T13:36:04.438Z] + sort [2021-03-05T13:36:09.748Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-05T13:36:09.748Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-05T13:36:09.748Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-05T13:36:09.748Z] + '[' /w/workspace/edgex-go/8 ']' [2021-03-05T13:36:09.748Z] + mkdir -p /w/workspace/edgex-go/8/archives/ [2021-03-05T13:36:09.748Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo [2021-03-05T13:36:09.762Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-05T13:36:10.057Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-05T13:36:10.368Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T13:36:10.368Z] [2021-03-05T13:36:10.368Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-05T13:36:10.737Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T13:36:10.737Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-05T13:36:10.737Z] df20fa9351a1: Pulling fs layer [2021-03-05T13:36:10.737Z] 36b3adc4ff6f: Pulling fs layer [2021-03-05T13:36:10.737Z] 8ad3a11d3b57: Pulling fs layer [2021-03-05T13:36:10.737Z] 46f8f816bc3b: Pulling fs layer [2021-03-05T13:36:10.737Z] 93b61091891f: Pulling fs layer [2021-03-05T13:36:10.737Z] 93b9cdb0e59b: Pulling fs layer [2021-03-05T13:36:10.737Z] 5e14af77c1be: Pulling fs layer [2021-03-05T13:36:10.737Z] 01666e4c0597: Pulling fs layer [2021-03-05T13:36:10.737Z] aa168da1d23b: Pulling fs layer [2021-03-05T13:36:10.737Z] 5e14af77c1be: Waiting [2021-03-05T13:36:10.737Z] 46f8f816bc3b: Waiting [2021-03-05T13:36:10.737Z] 01666e4c0597: Waiting [2021-03-05T13:36:10.737Z] aa168da1d23b: Waiting [2021-03-05T13:36:10.737Z] 93b9cdb0e59b: Waiting [2021-03-05T13:36:10.737Z] 93b61091891f: Waiting [2021-03-05T13:36:10.737Z] 36b3adc4ff6f: Verifying Checksum [2021-03-05T13:36:10.737Z] 36b3adc4ff6f: Download complete [2021-03-05T13:36:10.737Z] 46f8f816bc3b: Verifying Checksum [2021-03-05T13:36:10.737Z] 46f8f816bc3b: Download complete [2021-03-05T13:36:11.004Z] df20fa9351a1: Verifying Checksum [2021-03-05T13:36:11.004Z] 93b9cdb0e59b: Verifying Checksum [2021-03-05T13:36:11.004Z] 93b9cdb0e59b: Download complete [2021-03-05T13:36:11.004Z] 5e14af77c1be: Verifying Checksum [2021-03-05T13:36:11.004Z] 5e14af77c1be: Download complete [2021-03-05T13:36:11.004Z] 93b61091891f: Download complete [2021-03-05T13:36:11.004Z] 01666e4c0597: Verifying Checksum [2021-03-05T13:36:11.004Z] 01666e4c0597: Download complete [2021-03-05T13:36:11.267Z] df20fa9351a1: Pull complete [2021-03-05T13:36:11.530Z] 36b3adc4ff6f: Pull complete [2021-03-05T13:36:11.802Z] 8ad3a11d3b57: Verifying Checksum [2021-03-05T13:36:11.802Z] 8ad3a11d3b57: Download complete [2021-03-05T13:36:12.770Z] 8ad3a11d3b57: Pull complete [2021-03-05T13:36:12.770Z] 46f8f816bc3b: Pull complete [2021-03-05T13:36:13.721Z] aa168da1d23b: Verifying Checksum [2021-03-05T13:36:13.721Z] aa168da1d23b: Download complete [2021-03-05T13:36:15.114Z] 93b61091891f: Pull complete [2021-03-05T13:36:15.695Z] 93b9cdb0e59b: Pull complete [2021-03-05T13:36:15.957Z] 5e14af77c1be: Pull complete [2021-03-05T13:36:16.221Z] 01666e4c0597: Pull complete [2021-03-05T13:36:26.275Z] aa168da1d23b: Pull complete [2021-03-05T13:36:26.275Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-05T13:36:26.275Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T13:36:26.275Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-05T13:36:26.501Z] prd-centos7-docker-4c-2g-28712 does not seem to be running inside a container [2021-03-05T13:36:26.558Z] $ 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/8/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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-05T13:36:30.367Z] $ docker top a226c6d5a013e356c14b1aac99362dff121e9aa29013d4dbab49b56062686403 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T13:36:30.955Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-05T13:36:31.256Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-05T13:36:31.559Z] + ls /var/log/sa-host [2021-03-05T13:36:31.559Z] + sadf -c /var/log/sa-host/sa05 [2021-03-05T13:36:31.559Z] file_magic: OK [2021-03-05T13:36:31.559Z] HZ: Using current value: 100 [2021-03-05T13:36:31.559Z] file_header: OK [2021-03-05T13:36:31.559Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-05T13:36:31.559Z] Statistics: [2021-03-05T13:36:31.559Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-05T13:36:31.559Z] File successfully converted to sysstat format version 12.2.1 [2021-03-05T13:36:31.559Z] + sadf -c /var/log/sa-host/sa23 [2021-03-05T13:36:31.559Z] file_magic: OK [2021-03-05T13:36:31.559Z] HZ: Using current value: 100 [2021-03-05T13:36:31.559Z] file_header: OK [2021-03-05T13:36:31.559Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-05T13:36:31.559Z] Statistics: [2021-03-05T13:36:31.559Z] Hnuu...uuuununununu... [2021-03-05T13:36:31.559Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-05T13:36:32.212Z] provisioning config files... [2021-03-05T13:36:32.229Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config3195711553225899498tmp [Pipeline] { [Pipeline] echo [2021-03-05T13:36:32.325Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T13:36:32.625Z] ---> create-netrc.sh [Pipeline] } [2021-03-05T13:36:32.637Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-05T13:36:32.741Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T13:36:33.046Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-05T13:36:33.057Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T13:36:33.357Z] ---> sudo-logs.sh [2021-03-05T13:36:33.357Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-05T13:36:33.441Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T13:36:33.746Z] ---> job-cost.sh [2021-03-05T13:36:33.746Z] lf-activate-venv: SKIPPING [2021-03-05T13:36:33.746Z] DEBUG: total: 0.20999999344348907 [2021-03-05T13:36:33.746Z] INFO: Retrieving Stack Cost... [2021-03-05T13:36:35.141Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-05T13:36:35.403Z] INFO: Archiving Costs [Pipeline] echo [2021-03-05T13:36:35.420Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T13:36:35.736Z] ---> logs-deploy.sh [2021-03-05T13:36:35.736Z] lf-activate-venv: SKIPPING [2021-03-05T13:36:35.736Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3210/8 [2021-03-05T13:36:35.736Z] INFO: archiving workspace using pattern(s): [2021-03-05T13:36:37.660Z] Archives upload complete. [2021-03-05T13:36:37.660Z] INFO: archiving logs to Nexus