judehung commented: recheck 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 judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 7e4b36505a1967a6a490424c350129e624223419+73dc428bea26e7bc953b08348183f35641f26ad3 (2e8feb6e81e994603815a13ff1fe5e8cc15558f4) 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 # timeout=10 Commit message: "Merge pull request #316 from ernestojeda/email-notifications" > 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 ‘prd-centos7-docker-4c-2g-27826’ is offline Running on prd-centos7-docker-4c-2g-27828 in /w/workspace/edgexfoundry_edgex-go_PR-3202 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 73dc428bea26e7bc953b08348183f35641f26ad3 into PR head commit 7e4b36505a1967a6a490424c350129e624223419 Merge succeeded, producing 7e4b36505a1967a6a490424c350129e624223419 Checking out Revision 7e4b36505a1967a6a490424c350129e624223419 (PR-3202) > 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/3202/head:refs/remotes/origin/PR-3202 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7e4b36505a1967a6a490424c350129e624223419 # 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 73dc428bea26e7bc953b08348183f35641f26ad3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7e4b36505a1967a6a490424c350129e624223419 # timeout=10 Commit message: "feat(data): Add CBOR support for V2 API" > git rev-list --no-walk 7e4b36505a1967a6a490424c350129e624223419 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-26T08:52:57.231Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-26T08:52:57.541Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-26T08:52:57.649Z] ========================================================= [2021-02-26T08:52:57.649Z] EdgeX Global Pipelines Version Info [2021-02-26T08:52:57.649Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-26T08:52:59.264Z] ------------------- [2021-02-26T08:52:59.264Z] stable info: [2021-02-26T08:52:59.264Z] ------------------- [2021-02-26T08:52:59.264Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-26T08:52:59.264Z] Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 [2021-02-26T08:52:59.264Z] Message: update stable to v1.0.182 [2021-02-26T08:53:00.209Z] ------------------- [2021-02-26T08:53:00.209Z] experimental info: [2021-02-26T08:53:00.209Z] ------------------- [2021-02-26T08:53:00.209Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-02-26T08:53:00.209Z] Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 [2021-02-26T08:53:00.209Z] Message: update experimental to v1.0.182 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-26T08:53:00.528Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-26T08:53:00.615Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-26T08:53:00.712Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-26T08:53:00.809Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-26T08:53:00.899Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-26T08:53:01.033Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-26T08:53:01.156Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-26T08:53:01.259Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-26T08:53:01.342Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-26T08:53:01.439Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-26T08:53:01.553Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-26T08:53:01.645Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-26T08:53:01.750Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-26T08:53:01.849Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-26T08:53:01.953Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-26T08:53:02.054Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-26T08:53:02.147Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-26T08:53:02.229Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-26T08:53:02.319Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-26T08:53:02.447Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-26T08:53:02.531Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-26T08:53:02.616Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-02-26T08:53:02.712Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3202 [Pipeline] echo [2021-02-26T08:53:02.805Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3202 [Pipeline] echo [2021-02-26T08:53:02.894Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3202 [Pipeline] echo [2021-02-26T08:53:02.981Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7e4b36505a1967a6a490424c350129e624223419 [Pipeline] echo [2021-02-26T08:53:03.069Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7e4b365 [Pipeline] echo [2021-02-26T08:53:03.155Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-26T08:53:03.320Z] provisioning config files... [2021-02-26T08:53:03.356Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config7529354715184750109tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-26T08:53:03.732Z] ---> docker-login.sh [2021-02-26T08:53:03.732Z] nexus3.edgexfoundry.org:10001 [2021-02-26T08:53:03.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T08:53:03.997Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T08:53:03.997Z] Configure a credential helper to remove this warning. See [2021-02-26T08:53:03.997Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T08:53:03.997Z] [2021-02-26T08:53:03.997Z] Login Succeeded [2021-02-26T08:53:03.997Z] nexus3.edgexfoundry.org:10002 [2021-02-26T08:53:04.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T08:53:04.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T08:53:04.258Z] Configure a credential helper to remove this warning. See [2021-02-26T08:53:04.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T08:53:04.258Z] [2021-02-26T08:53:04.258Z] Login Succeeded [2021-02-26T08:53:04.258Z] nexus3.edgexfoundry.org:10003 [2021-02-26T08:53:04.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T08:53:04.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T08:53:04.519Z] Configure a credential helper to remove this warning. See [2021-02-26T08:53:04.519Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T08:53:04.519Z] [2021-02-26T08:53:04.519Z] Login Succeeded [2021-02-26T08:53:04.519Z] nexus3.edgexfoundry.org:10004 [2021-02-26T08:53:04.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T08:53:04.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T08:53:04.519Z] Configure a credential helper to remove this warning. See [2021-02-26T08:53:04.519Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T08:53:04.519Z] [2021-02-26T08:53:04.519Z] Login Succeeded [2021-02-26T08:53:04.519Z] docker.io [2021-02-26T08:53:04.781Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T08:53:05.043Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T08:53:05.043Z] Configure a credential helper to remove this warning. See [2021-02-26T08:53:05.043Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T08:53:05.043Z] [2021-02-26T08:53:05.043Z] Login Succeeded [2021-02-26T08:53:05.043Z] ---> docker-login.sh ends [Pipeline] } [2021-02-26T08:53:05.051Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-26T08:53:05.527Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-26T08:53:05.527Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T08:53:05.527Z] ++ dirname cmd/core-command/Dockerfile [2021-02-26T08:53:05.527Z] ++ cut -d/ -f2 [2021-02-26T08:53:05.527Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-26T08:53:05.527Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T08:53:05.527Z] ++ dirname cmd/core-data/Dockerfile [2021-02-26T08:53:05.527Z] ++ cut -d/ -f2 [2021-02-26T08:53:05.527Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-26T08:53:05.527Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T08:53:05.527Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-26T08:53:05.527Z] ++ cut -d/ -f2 [2021-02-26T08:53:05.527Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-26T08:53:05.527Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T08:53:05.527Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-26T08:53:05.527Z] ++ cut -d/ -f2 [2021-02-26T08:53:05.527Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-26T08:53:05.527Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T08:53:05.527Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-26T08:53:05.527Z] ++ cut -d/ -f2 [2021-02-26T08:53:05.527Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-26T08:53:05.527Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T08:53:05.527Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-26T08:53:05.527Z] ++ cut -d/ -f2 [2021-02-26T08:53:05.527Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-26T08:53:05.527Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T08:53:05.527Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-26T08:53:05.527Z] ++ cut -d/ -f2 [2021-02-26T08:53:05.527Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-26T08:53:05.527Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T08:53:05.527Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-26T08:53:05.527Z] ++ cut -d/ -f2 [2021-02-26T08:53:05.527Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-26T08:53:05.527Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T08:53:05.527Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-26T08:53:05.527Z] ++ cut -d/ -f2 [2021-02-26T08:53:05.527Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-26T08:53:05.598Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-26T08:53:07.148Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T08:53:07.148Z] [2021-02-26T08:53:07.148Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T08:53:07.488Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T08:53:07.488Z] latest: Pulling from edgex-devops/git-semver [2021-02-26T08:53:07.488Z] 31603596830f: Pulling fs layer [2021-02-26T08:53:07.488Z] 2a8b12db71e7: Pulling fs layer [2021-02-26T08:53:07.488Z] 6ca5941a6612: Pulling fs layer [2021-02-26T08:53:07.488Z] ecc8261a40a4: Pulling fs layer [2021-02-26T08:53:07.488Z] ecc8261a40a4: Waiting [2021-02-26T08:53:07.488Z] 2a8b12db71e7: Verifying Checksum [2021-02-26T08:53:07.488Z] 2a8b12db71e7: Download complete [2021-02-26T08:53:07.488Z] 31603596830f: Verifying Checksum [2021-02-26T08:53:07.488Z] 31603596830f: Download complete [2021-02-26T08:53:07.748Z] ecc8261a40a4: Verifying Checksum [2021-02-26T08:53:07.748Z] ecc8261a40a4: Download complete [2021-02-26T08:53:07.748Z] 6ca5941a6612: Verifying Checksum [2021-02-26T08:53:07.748Z] 6ca5941a6612: Download complete [2021-02-26T08:53:08.009Z] 31603596830f: Pull complete [2021-02-26T08:53:08.009Z] 2a8b12db71e7: Pull complete [2021-02-26T08:53:08.952Z] 6ca5941a6612: Pull complete [2021-02-26T08:53:08.952Z] ecc8261a40a4: Pull complete [2021-02-26T08:53:08.952Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-26T08:53:08.952Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T08:53:08.952Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-26T08:53:09.060Z] prd-centos7-docker-4c-2g-27828 does not seem to be running inside a container [2021-02-26T08:53:09.106Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-26T08:53:11.472Z] $ docker top d550ace1fad276f377a53a1a93700fa8ea6a898fc46e46ab74f78bdd7d6330bd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-26T08:53:11.758Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-26T08:53:11.758Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-26T08:53:11.982Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-26T08:53:11.986Z] $ docker exec d550ace1fad276f377a53a1a93700fa8ea6a898fc46e46ab74f78bdd7d6330bd ssh-agent [2021-02-26T08:53:12.174Z] SSH_AUTH_SOCK=/tmp/ssh-hSqFMI9D7bPn/agent.11 [2021-02-26T08:53:12.174Z] SSH_AGENT_PID=16 [2021-02-26T08:53:12.187Z] Running ssh-add (command line suppressed) [2021-02-26T08:53:12.305Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_3879558345421027330.key (/w/workspace/edgex-go/3@tmp/private_key_3879558345421027330.key) [2021-02-26T08:53:12.353Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-26T08:53:12.722Z] + git tag --points-at HEAD [Pipeline] } [2021-02-26T08:53:12.743Z] $ docker exec --env ******** --env ******** d550ace1fad276f377a53a1a93700fa8ea6a898fc46e46ab74f78bdd7d6330bd ssh-agent -k [2021-02-26T08:53:12.847Z] unset SSH_AUTH_SOCK; [2021-02-26T08:53:12.847Z] unset SSH_AGENT_PID; [2021-02-26T08:53:12.847Z] echo Agent pid 16 killed; [2021-02-26T08:53:12.891Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-26T08:53:13.030Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-26T08:53:13.030Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-26T08:53:13.193Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-26T08:53:13.196Z] $ docker exec d550ace1fad276f377a53a1a93700fa8ea6a898fc46e46ab74f78bdd7d6330bd ssh-agent [2021-02-26T08:53:13.347Z] SSH_AUTH_SOCK=/tmp/ssh-aq9SkdveoFkV/agent.46 [2021-02-26T08:53:13.347Z] SSH_AGENT_PID=51 [2021-02-26T08:53:13.354Z] Running ssh-add (command line suppressed) [2021-02-26T08:53:13.461Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_3290311320038733351.key (/w/workspace/edgex-go/3@tmp/private_key_3290311320038733351.key) [2021-02-26T08:53:13.508Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-26T08:53:13.846Z] + git semver init [2021-02-26T08:53:13.846Z] # -> Open(): unable to determine branch for HEAD [2021-02-26T08:53:13.846Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-02-26T08:53:13.846Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-02-26T08:53:13.846Z] # $SEMVER_REMOTE_NAME = origin [2021-02-26T08:53:13.846Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-26T08:53:13.846Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-26T08:53:13.846Z] # $SEMVER_BRANCH = PR-3202 [2021-02-26T08:53:13.846Z] # $SEMVER_TEMP = /tmp/semver-855382317 [2021-02-26T08:53:13.846Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-26T08:53:40.437Z] # '/tmp/semver-855382317' -> '/w/workspace/edgex-go/3/.semver' [2021-02-26T08:53:40.437Z] # -> Force: false [2021-02-26T08:53:40.437Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-02-26T08:53:40.450Z] $ docker exec --env ******** --env ******** d550ace1fad276f377a53a1a93700fa8ea6a898fc46e46ab74f78bdd7d6330bd ssh-agent -k [2021-02-26T08:53:40.637Z] unset SSH_AUTH_SOCK; [2021-02-26T08:53:40.637Z] unset SSH_AGENT_PID; [2021-02-26T08:53:40.637Z] echo Agent pid 51 killed; [2021-02-26T08:53:40.687Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-26T08:53:41.213Z] + git semver [Pipeline] } [2021-02-26T08:53:41.231Z] $ docker stop --time=1 d550ace1fad276f377a53a1a93700fa8ea6a898fc46e46ab74f78bdd7d6330bd [2021-02-26T08:53:43.060Z] $ docker rm -f d550ace1fad276f377a53a1a93700fa8ea6a898fc46e46ab74f78bdd7d6330bd [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-26T08:53:43.557Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-26T08:53:44.050Z] Stashed 1 file(s) [Pipeline] echo [2021-02-26T08:53:44.053Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-26T08:53:44.975Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-26T08:53:45.270Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-26T08:53:45.561Z] + sudo service docker restart [2021-02-26T08:53:45.561Z] + true [2021-02-26T08:53:45.561Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-26T08:53:46.145Z] ========================================================= [2021-02-26T08:53:46.145Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-26T08:53:46.145Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-26T08:53:46.485Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-26T08:53:49.797Z] Sending build context to Docker daemon 328MB [2021-02-26T08:53:49.797Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-26T08:53:49.797Z] Step 2/6 : FROM ${BASE} [2021-02-26T08:53:49.797Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-26T08:53:49.797Z] 188c0c94c7c5: Pulling fs layer [2021-02-26T08:53:49.797Z] 0ef7d3d256c8: Pulling fs layer [2021-02-26T08:53:49.797Z] de9db76c5a1d: Pulling fs layer [2021-02-26T08:53:49.797Z] bca2f99d35d6: Pulling fs layer [2021-02-26T08:53:49.797Z] 93359f2a8cfa: Pulling fs layer [2021-02-26T08:53:49.797Z] 7c6f9722023f: Pulling fs layer [2021-02-26T08:53:49.797Z] a35cf1a2eb13: Pulling fs layer [2021-02-26T08:53:49.797Z] 93359f2a8cfa: Waiting [2021-02-26T08:53:49.797Z] 7c6f9722023f: Waiting [2021-02-26T08:53:49.797Z] a35cf1a2eb13: Waiting [2021-02-26T08:53:49.797Z] bca2f99d35d6: Waiting [2021-02-26T08:53:49.797Z] de9db76c5a1d: Download complete [2021-02-26T08:53:49.797Z] 0ef7d3d256c8: Download complete [2021-02-26T08:53:49.797Z] 93359f2a8cfa: Verifying Checksum [2021-02-26T08:53:49.797Z] 93359f2a8cfa: Download complete [2021-02-26T08:53:49.797Z] 188c0c94c7c5: Verifying Checksum [2021-02-26T08:53:49.797Z] 188c0c94c7c5: Download complete [2021-02-26T08:53:49.797Z] 7c6f9722023f: Verifying Checksum [2021-02-26T08:53:49.797Z] 7c6f9722023f: Download complete [2021-02-26T08:53:50.058Z] 188c0c94c7c5: Pull complete [2021-02-26T08:53:50.058Z] 0ef7d3d256c8: Pull complete [2021-02-26T08:53:50.318Z] de9db76c5a1d: Pull complete [2021-02-26T08:53:51.708Z] a35cf1a2eb13: Verifying Checksum [2021-02-26T08:53:52.660Z] bca2f99d35d6: Verifying Checksum [2021-02-26T08:53:52.660Z] bca2f99d35d6: Download complete [2021-02-26T08:53:57.988Z] bca2f99d35d6: Pull complete [2021-02-26T08:53:57.988Z] 93359f2a8cfa: Pull complete [2021-02-26T08:53:57.988Z] 7c6f9722023f: Pull complete [2021-02-26T08:53:59.480Z] Still waiting to schedule task [2021-02-26T08:53:59.481Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-26T08:54:02.206Z] a35cf1a2eb13: Pull complete [2021-02-26T08:54:02.206Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-26T08:54:02.206Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-26T08:54:02.206Z] ---> a62c8e92a672 [2021-02-26T08:54:02.206Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-26T08:54:02.206Z] ---> Running in 787f1c870f43 [2021-02-26T08:54:02.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T08:54:03.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T08:54:03.613Z] (1/12) Installing libmagic (5.38-r0) [2021-02-26T08:54:03.873Z] (2/12) Installing file (5.38-r0) [2021-02-26T08:54:03.874Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-26T08:54:03.874Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-26T08:54:07.174Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-26T08:54:07.175Z] (6/12) Installing patch (2.7.6-r6) [2021-02-26T08:54:07.175Z] (7/12) Installing build-base (0.5-r2) [2021-02-26T08:54:07.175Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-26T08:54:07.175Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-26T08:54:07.175Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-26T08:54:07.437Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-26T08:54:07.437Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-26T08:54:07.437Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T08:54:07.437Z] OK: 233 MiB in 51 packages [2021-02-26T08:54:10.743Z] Removing intermediate container 787f1c870f43 [2021-02-26T08:54:10.743Z] ---> 92d09c83572b [2021-02-26T08:54:10.743Z] Step 4/6 : WORKDIR /edgex-go [2021-02-26T08:54:10.743Z] ---> Running in d3c6cf7c4311 [2021-02-26T08:54:11.004Z] Removing intermediate container d3c6cf7c4311 [2021-02-26T08:54:11.004Z] ---> 2ecbc2256542 [2021-02-26T08:54:11.004Z] Step 5/6 : COPY go.mod . [2021-02-26T08:54:11.004Z] ---> 4d383f127016 [2021-02-26T08:54:11.004Z] Step 6/6 : RUN go mod download [2021-02-26T08:54:11.266Z] ---> Running in e84c6c71cf85 [2021-02-26T08:54:33.254Z] Removing intermediate container e84c6c71cf85 [2021-02-26T08:54:33.254Z] ---> d7984801fb5a [2021-02-26T08:54:33.254Z] Successfully built d7984801fb5a [2021-02-26T08:54:33.254Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T08:54:33.565Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-26T08:54:33.565Z] . [Pipeline] withDockerContainer [2021-02-26T08:54:33.665Z] prd-centos7-docker-4c-2g-27828 does not seem to be running inside a container [2021-02-26T08:54:33.710Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-26T08:54:34.394Z] $ docker top cc7915c9ebedcb25282defdb29feb0c6819288fda5391535f8cab453fff79d70 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T08:54:34.882Z] + go version [2021-02-26T08:54:34.882Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-26T08:54:34.895Z] $ docker stop --time=1 cc7915c9ebedcb25282defdb29feb0c6819288fda5391535f8cab453fff79d70 [2021-02-26T08:54:36.214Z] $ docker rm -f cc7915c9ebedcb25282defdb29feb0c6819288fda5391535f8cab453fff79d70 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T08:54:37.154Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-26T08:54:37.154Z] . [Pipeline] withDockerContainer [2021-02-26T08:54:37.239Z] prd-centos7-docker-4c-2g-27828 does not seem to be running inside a container [2021-02-26T08:54:37.282Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-26T08:54:37.852Z] $ docker top db983fac0e0ef1a82a8fa6d3c75114e3efdb2ed6bbe3eb4b9888d04fd57c8582 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-26T08:54:38.051Z] ========================================================= [2021-02-26T08:54:38.051Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-26T08:54:38.051Z] ========================================================= [Pipeline] sh [2021-02-26T08:54:38.341Z] + make test [2021-02-26T08:54:38.341Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-26T08:54:46.505Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-26T08:55:01.476Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-26T08:55:06.840Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-26T08:55:06.840Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-26T08:55:06.840Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-26T08:55:09.411Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-26T08:55:09.411Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-26T08:55:09.411Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-26T08:55:09.411Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-26T08:55:09.411Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-26T08:55:09.997Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-26T08:55:11.969Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-26T08:55:11.969Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-26T08:55:11.969Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-26T08:55:14.852Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.148s coverage: 45.9% of statements [2021-02-26T08:55:14.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-26T08:55:14.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-26T08:55:14.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-26T08:55:14.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-26T08:55:14.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-26T08:55:14.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-26T08:55:14.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-26T08:55:15.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.102s coverage: 100.0% of statements [2021-02-26T08:55:17.064Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.168s coverage: 27.1% of statements [2021-02-26T08:55:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-26T08:55:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-26T08:55:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-26T08:55:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-26T08:55:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-26T08:55:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-26T08:55:17.064Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.031s coverage: 100.0% of statements [2021-02-26T08:55:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-26T08:55:17.064Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.045s coverage: 100.0% of statements [2021-02-26T08:55:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-26T08:55:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-26T08:55:17.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.094s coverage: 65.8% of statements [2021-02-26T08:55:17.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-26T08:55:17.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-26T08:55:17.902Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.450s coverage: 82.4% of statements [2021-02-26T08:55:17.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-26T08:55:17.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-26T08:55:17.902Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.060s coverage: 90.5% of statements [2021-02-26T08:55:17.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-26T08:55:20.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.328s coverage: 28.6% of statements [2021-02-26T08:55:20.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-26T08:55:20.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-26T08:55:20.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-26T08:55:20.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-26T08:55:20.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-26T08:55:20.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.065s coverage: 100.0% of statements [2021-02-26T08:55:20.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-26T08:55:20.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.062s coverage: 100.0% of statements [2021-02-26T08:55:20.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-26T08:55:20.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.108s coverage: 86.7% of statements [2021-02-26T08:55:20.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-26T08:55:20.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.137s coverage: 97.5% of statements [2021-02-26T08:55:20.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-26T08:55:20.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.068s coverage: 78.3% of statements [2021-02-26T08:55:20.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-26T08:55:20.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-26T08:55:20.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-26T08:55:20.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-26T08:55:23.058Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.373s coverage: 92.8% of statements [2021-02-26T08:55:23.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-26T08:55:23.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-26T08:55:23.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-26T08:55:23.058Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-26T08:55:23.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-26T08:55:23.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-26T08:55:23.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-26T08:55:23.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-26T08:55:23.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-26T08:55:23.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-26T08:55:23.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-26T08:55:23.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-26T08:55:23.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-26T08:55:23.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-26T08:55:23.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-26T08:55:23.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-26T08:55:23.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-26T08:55:23.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-26T08:55:23.058Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements [2021-02-26T08:55:23.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-26T08:55:23.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-26T08:55:23.058Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.1% of statements [2021-02-26T08:55:23.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-26T08:55:23.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-26T08:55:23.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-26T08:55:23.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 45.5% of statements [2021-02-26T08:55:23.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.049s coverage: 79.5% of statements [2021-02-26T08:55:23.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.030s coverage: 94.1% of statements [2021-02-26T08:55:23.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.086s coverage: 96.3% of statements [2021-02-26T08:55:23.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.025s coverage: 87.5% of statements [2021-02-26T08:55:35.300Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.046s coverage: 94.4% of statements [2021-02-26T08:55:35.300Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-02-26T08:55:47.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.053s coverage: 92.9% of statements [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-26T08:55:47.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.036s coverage: 77.8% of statements [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-26T08:55:47.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-26T08:55:47.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.031s coverage: 100.0% of statements [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-26T08:55:47.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-26T08:55:47.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.031s coverage: 80.8% of statements [2021-02-26T08:55:47.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.052s coverage: 87.2% of statements [2021-02-26T08:55:47.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.042s coverage: 84.6% of statements [2021-02-26T08:55:47.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.062s coverage: 91.6% of statements [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-26T08:55:47.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.136s coverage: 62.4% of statements [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-26T08:55:47.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements [2021-02-26T08:55:47.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-02-26T08:55:47.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2021-02-26T08:55:47.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements [2021-02-26T08:55:47.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-26T08:55:47.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.249s coverage: 68.9% of statements [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-26T08:55:47.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 36.6% of statements [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-26T08:55:47.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.038s coverage: 89.5% of statements [2021-02-26T08:55:47.573Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.113s coverage: 47.0% of statements [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-26T08:55:47.573Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-26T08:55:47.573Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.042s coverage: 100.0% of statements [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-26T08:55:47.573Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.108s coverage: 89.4% of statements [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-26T08:55:47.573Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.701s coverage: 29.1% of statements [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-26T08:55:47.573Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-26T08:55:47.573Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.036s coverage: 100.0% of statements [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-26T08:55:47.573Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.062s coverage: 92.9% of statements [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-26T08:55:47.573Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.021s coverage: 0.0% of statements [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-26T08:55:47.573Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-26T08:55:47.573Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.032s coverage: 87.9% of statements [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-26T08:55:47.573Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-26T08:55:47.573Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements [2021-02-26T08:55:47.573Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements [2021-02-26T08:55:47.573Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.035s coverage: 100.0% of statements [2021-02-26T08:55:47.573Z] GO111MODULE=on go vet ./... [2021-02-26T08:55:52.761Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27829 in /w/workspace/edgexfoundry_edgex-go_PR-3202 [Pipeline] { [Pipeline] ws [2021-02-26T08:55:52.870Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-02-26T08:55:58.270Z] using credential edgex-jenkins-ssh [2021-02-26T08:55:58.328Z] Cloning the remote Git repository [2021-02-26T08:55:58.375Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-26T08:55:58.485Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-02-26T08:55:58.575Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-26T08:55:58.576Z] > git --version # timeout=10 [2021-02-26T08:55:58.598Z] > git --version # 'git version 2.17.1' [2021-02-26T08:55:58.600Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T08:55:58.665Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-26T08:56:13.182Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-26T08:56:13.200Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-26T08:56:13.231Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-26T08:56:13.276Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-26T08:56:13.276Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T08:56:13.288Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3202/head:refs/remotes/origin/PR-3202 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-26T08:56:14.179Z] Merging remotes/origin/master commit 73dc428bea26e7bc953b08348183f35641f26ad3 into PR head commit 7e4b36505a1967a6a490424c350129e624223419 [2021-02-26T08:56:14.264Z] gofmt -l . [2021-02-26T08:56:14.264Z] [ "`gofmt -l .`" = "" ] [2021-02-26T08:56:14.264Z] ./bin/test-go-mod-tidy.sh [2021-02-26T08:56:14.264Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-26T08:56:14.562Z] + ls -al . [2021-02-26T08:56:14.562Z] total 712 [2021-02-26T08:56:14.562Z] drwxrwxr-x 10 1001 1001 4096 Feb 26 08:56 . [2021-02-26T08:56:14.562Z] drwxr-xr-x 4 root root 28 Feb 26 08:54 .. [2021-02-26T08:56:14.562Z] -rw-rw-r-- 1 1001 1001 11 Feb 26 08:52 .dockerignore [2021-02-26T08:56:14.562Z] drwxrwxr-x 8 1001 1001 179 Feb 26 08:52 .git [2021-02-26T08:56:14.562Z] drwxrwxr-x 3 1001 1001 125 Feb 26 08:52 .github [2021-02-26T08:56:14.562Z] -rw-rw-r-- 1 1001 1001 818 Feb 26 08:52 .gitignore [2021-02-26T08:56:14.562Z] drwx------ 3 1001 1001 60 Feb 26 08:53 .semver [2021-02-26T08:56:14.562Z] -rw-rw-r-- 1 1001 1001 166 Feb 26 08:52 .sonarcloud.properties [2021-02-26T08:56:14.562Z] -rw-rw-r-- 1 1001 1001 8475 Feb 26 08:52 Attribution.txt [2021-02-26T08:56:14.562Z] -rw-rw-r-- 1 1001 1001 3804 Feb 26 08:52 CONTRIBUTING.md [2021-02-26T08:56:14.562Z] -rw-rw-r-- 1 1001 1001 931 Feb 26 08:52 Dockerfile.build [2021-02-26T08:56:14.562Z] -rw-rw-r-- 1 1001 1001 863 Feb 26 08:52 Jenkinsfile [2021-02-26T08:56:14.562Z] -rw-rw-r-- 1 1001 1001 10775 Feb 26 08:52 LICENSE [2021-02-26T08:56:14.562Z] -rw-rw-r-- 1 1001 1001 5774 Feb 26 08:52 Makefile [2021-02-26T08:56:14.562Z] -rw-rw-r-- 1 1001 1001 6524 Feb 26 08:52 README.md [2021-02-26T08:56:14.562Z] -rw-rw-r-- 1 1001 1001 6755 Feb 26 08:52 SECURITY.md [2021-02-26T08:56:14.562Z] -rw-rw-r-- 1 1001 1001 5 Feb 26 08:53 VERSION [2021-02-26T08:56:14.562Z] -rw-rw-r-- 1 1001 1001 4131 Feb 26 08:52 ZMQWindows.md [2021-02-26T08:56:14.562Z] drwxrwxr-x 2 1001 1001 117 Feb 26 08:52 bin [2021-02-26T08:56:14.562Z] drwxrwxr-x 14 1001 1001 4096 Feb 26 08:52 cmd [2021-02-26T08:56:14.562Z] -rw-r--r-- 1 root root 599137 Feb 26 08:55 coverage.out [2021-02-26T08:56:14.562Z] -rw-r--r-- 1 root root 1055 Feb 26 08:56 go.mod [2021-02-26T08:56:14.562Z] -rw-r--r-- 1 root root 21699 Feb 26 08:56 go.sum [2021-02-26T08:56:14.562Z] drwxrwxr-x 8 1001 1001 127 Feb 26 08:52 internal [2021-02-26T08:56:14.562Z] drwxrwxr-x 4 1001 1001 26 Feb 26 08:52 openapi [2021-02-26T08:56:14.562Z] drwxrwxr-x 4 1001 1001 71 Feb 26 08:52 snap [2021-02-26T08:56:14.562Z] -rw-rw-r-- 1 1001 1001 168 Feb 26 08:52 version.go [Pipeline] sh [2021-02-26T08:56:14.680Z] Merge succeeded, producing 7e4b36505a1967a6a490424c350129e624223419 [2021-02-26T08:56:14.681Z] Checking out Revision 7e4b36505a1967a6a490424c350129e624223419 (PR-3202) [2021-02-26T08:56:14.855Z] + '[' -e coverage.out ] [2021-02-26T08:56:14.855Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-26T08:56:15.070Z] Stashed 1 file(s) [Pipeline] sh [2021-02-26T08:56:15.361Z] + make build [2021-02-26T08:56:15.361Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-26T08:56:14.200Z] > git config core.sparsecheckout # timeout=10 [2021-02-26T08:56:14.215Z] > git checkout -f 7e4b36505a1967a6a490424c350129e624223419 # timeout=10 [2021-02-26T08:56:14.533Z] > git remote # timeout=10 [2021-02-26T08:56:14.555Z] > git config --get remote.origin.url # timeout=10 [2021-02-26T08:56:14.575Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T08:56:14.585Z] > git merge 73dc428bea26e7bc953b08348183f35641f26ad3 # timeout=10 [2021-02-26T08:56:14.607Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-26T08:56:14.684Z] > git config core.sparsecheckout # timeout=10 [2021-02-26T08:56:14.696Z] > git checkout -f 7e4b36505a1967a6a490424c350129e624223419 # timeout=10 [2021-02-26T08:56:19.214Z] Commit message: "feat(data): Add CBOR support for V2 API" [2021-02-26T08:56:19.577Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-26T08:56:20.779Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-26T08:56:21.186Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-26T08:56:21.571Z] + true [2021-02-26T08:56:21.571Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-26T08:56:23.629Z] provisioning config files... [2021-02-26T08:56:23.675Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1119398314098040101tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-26T08:56:24.092Z] ---> docker-login.sh [2021-02-26T08:56:24.092Z] nexus3.edgexfoundry.org:10001 [2021-02-26T08:56:25.078Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T08:56:25.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T08:56:25.353Z] Configure a credential helper to remove this warning. See [2021-02-26T08:56:25.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T08:56:25.353Z] [2021-02-26T08:56:25.353Z] Login Succeeded [2021-02-26T08:56:25.353Z] nexus3.edgexfoundry.org:10002 [2021-02-26T08:56:25.628Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T08:56:25.906Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T08:56:25.906Z] Configure a credential helper to remove this warning. See [2021-02-26T08:56:25.906Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T08:56:25.906Z] [2021-02-26T08:56:25.906Z] Login Succeeded [2021-02-26T08:56:25.906Z] nexus3.edgexfoundry.org:10003 [2021-02-26T08:56:26.180Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T08:56:26.180Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T08:56:26.180Z] Configure a credential helper to remove this warning. See [2021-02-26T08:56:26.180Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T08:56:26.180Z] [2021-02-26T08:56:26.180Z] Login Succeeded [2021-02-26T08:56:26.456Z] nexus3.edgexfoundry.org:10004 [2021-02-26T08:56:26.731Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T08:56:26.731Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T08:56:26.731Z] Configure a credential helper to remove this warning. See [2021-02-26T08:56:26.731Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T08:56:26.731Z] [2021-02-26T08:56:26.731Z] Login Succeeded [2021-02-26T08:56:27.007Z] docker.io [2021-02-26T08:56:27.281Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T08:56:27.553Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T08:56:27.553Z] Configure a credential helper to remove this warning. See [2021-02-26T08:56:27.553Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T08:56:27.553Z] [2021-02-26T08:56:27.553Z] Login Succeeded [2021-02-26T08:56:27.553Z] ---> docker-login.sh ends [Pipeline] } [2021-02-26T08:56:27.572Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-02-26T08:56:27.818Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-26T08:56:27.818Z] 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 [Pipeline] echo [2021-02-26T08:56:28.001Z] ========================================================= [2021-02-26T08:56:28.001Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-26T08:56:28.001Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-26T08:56:28.386Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-26T08:56:29.201Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-26T08:56:29.780Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-26T08:56:31.070Z] Sending build context to Docker daemon 166.4MB [2021-02-26T08:56:31.070Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-26T08:56:31.070Z] Step 2/6 : FROM ${BASE} [2021-02-26T08:56:31.070Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-26T08:56:31.070Z] 5f621e34cdf4: Pulling fs layer [2021-02-26T08:56:31.070Z] a4357932f1b6: Pulling fs layer [2021-02-26T08:56:31.070Z] 18c013af1878: Pulling fs layer [2021-02-26T08:56:31.070Z] 00ac8860ef70: Pulling fs layer [2021-02-26T08:56:31.070Z] 63d7cb157983: Pulling fs layer [2021-02-26T08:56:31.070Z] b116817d02f9: Pulling fs layer [2021-02-26T08:56:31.070Z] 745a02a5169b: Pulling fs layer [2021-02-26T08:56:31.070Z] b116817d02f9: Waiting [2021-02-26T08:56:31.070Z] 63d7cb157983: Waiting [2021-02-26T08:56:31.070Z] 745a02a5169b: Waiting [2021-02-26T08:56:31.070Z] 00ac8860ef70: Waiting [2021-02-26T08:56:31.070Z] 18c013af1878: Verifying Checksum [2021-02-26T08:56:31.070Z] 18c013af1878: Download complete [2021-02-26T08:56:31.070Z] a4357932f1b6: Verifying Checksum [2021-02-26T08:56:31.070Z] a4357932f1b6: Download complete [2021-02-26T08:56:31.070Z] 63d7cb157983: Verifying Checksum [2021-02-26T08:56:31.070Z] 63d7cb157983: Download complete [2021-02-26T08:56:31.070Z] b116817d02f9: Verifying Checksum [2021-02-26T08:56:31.070Z] b116817d02f9: Download complete [2021-02-26T08:56:31.070Z] 5f621e34cdf4: Verifying Checksum [2021-02-26T08:56:31.070Z] 5f621e34cdf4: Download complete [2021-02-26T08:56:31.177Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-26T08:56:31.670Z] 5f621e34cdf4: Pull complete [2021-02-26T08:56:32.272Z] a4357932f1b6: Pull complete [2021-02-26T08:56:32.561Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-26T08:56:32.872Z] 18c013af1878: Pull complete [2021-02-26T08:56:33.469Z] 745a02a5169b: Verifying Checksum [2021-02-26T08:56:33.469Z] 745a02a5169b: Download complete [2021-02-26T08:56:33.516Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-26T08:56:34.462Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-26T08:56:35.413Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-26T08:56:35.463Z] 00ac8860ef70: Verifying Checksum [2021-02-26T08:56:35.463Z] 00ac8860ef70: Download complete [2021-02-26T08:56:36.367Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-26T08:56:38.312Z] $ docker stop --time=1 db983fac0e0ef1a82a8fa6d3c75114e3efdb2ed6bbe3eb4b9888d04fd57c8582 [2021-02-26T08:56:39.898Z] $ docker rm -f db983fac0e0ef1a82a8fa6d3c75114e3efdb2ed6bbe3eb4b9888d04fd57c8582 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T08:56:43.544Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-26T08:56:43.544Z] [2021-02-26T08:56:43.544Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T08:56:43.893Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-26T08:56:43.893Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-26T08:56:43.893Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-26T08:56:43.893Z] ca9280d653b3: Pulling fs layer [2021-02-26T08:56:43.893Z] 7e9c9ca2126c: Pulling fs layer [2021-02-26T08:56:44.160Z] cbdbe7a5bc2a: Download complete [2021-02-26T08:56:44.421Z] ca9280d653b3: Verifying Checksum [2021-02-26T08:56:44.421Z] cbdbe7a5bc2a: Pull complete [2021-02-26T08:56:45.374Z] ca9280d653b3: Pull complete [2021-02-26T08:56:45.374Z] 7e9c9ca2126c: Verifying Checksum [2021-02-26T08:56:45.374Z] 7e9c9ca2126c: Download complete [2021-02-26T08:56:45.629Z] 00ac8860ef70: Pull complete [2021-02-26T08:56:45.629Z] 63d7cb157983: Pull complete [2021-02-26T08:56:46.224Z] b116817d02f9: Pull complete [2021-02-26T08:56:49.636Z] 745a02a5169b: Pull complete [2021-02-26T08:56:49.636Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-26T08:56:49.636Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-26T08:56:49.636Z] ---> b7e6874047d6 [2021-02-26T08:56:49.636Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-26T08:56:50.687Z] 7e9c9ca2126c: Pull complete [2021-02-26T08:56:50.687Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-26T08:56:50.687Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-26T08:56:50.687Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-26T08:56:50.796Z] prd-centos7-docker-4c-2g-27828 does not seem to be running inside a container [2021-02-26T08:56:50.841Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-26T08:56:53.030Z] ---> Running in 11f634916318 [2021-02-26T08:56:53.728Z] $ docker top 6d0061f906ad67a2f7c8e0247793aad7e235e27f56269b3cd293e80d063d262d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T08:56:54.184Z] + docker-compose build --help [2021-02-26T08:56:54.184Z] + grep parallel [2021-02-26T08:56:54.478Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T08:56:55.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T08:56:55.122Z] --parallel Build images in parallel. [Pipeline] } [2021-02-26T08:56:55.135Z] $ docker stop --time=1 6d0061f906ad67a2f7c8e0247793aad7e235e27f56269b3cd293e80d063d262d [2021-02-26T08:56:55.663Z] (1/12) Installing libmagic (5.38-r0) [2021-02-26T08:56:55.936Z] (2/12) Installing file (5.38-r0) [2021-02-26T08:56:55.936Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-26T08:56:56.208Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-26T08:56:56.464Z] $ docker rm -f 6d0061f906ad67a2f7c8e0247793aad7e235e27f56269b3cd293e80d063d262d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T08:56:57.044Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-26T08:56:57.044Z] . [Pipeline] withDockerContainer [2021-02-26T08:56:57.126Z] prd-centos7-docker-4c-2g-27828 does not seem to be running inside a container [2021-02-26T08:56:57.230Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-26T08:56:57.807Z] $ docker top 46b214fad7afe297a02f2f68d4524169fe7882befadc3cccd95c3e213d03fb8b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T08:56:58.320Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-26T08:56:59.260Z] Building docker-core-command-go ... [2021-02-26T08:56:59.261Z] Building docker-core-data-go ... [2021-02-26T08:56:59.261Z] Building docker-core-metadata-go ... [2021-02-26T08:56:59.261Z] Building docker-security-bootstrapper-go ... [2021-02-26T08:56:59.261Z] Building docker-security-proxy-setup-go ... [2021-02-26T08:56:59.261Z] Building docker-security-secretstore-setup-go ... [2021-02-26T08:56:59.261Z] Building docker-support-notifications-go ... [2021-02-26T08:56:59.261Z] Building docker-support-scheduler-go ... [2021-02-26T08:56:59.261Z] Building docker-sys-mgmt-agent-go ... [2021-02-26T08:56:59.261Z] Building docker-sys-mgmt-agent-go [2021-02-26T08:56:59.261Z] Building docker-core-metadata-go [2021-02-26T08:56:59.261Z] Building docker-security-proxy-setup-go [2021-02-26T08:56:59.261Z] Building docker-support-scheduler-go [2021-02-26T08:56:59.261Z] Building docker-security-bootstrapper-go [2021-02-26T08:56:59.596Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-26T08:56:59.596Z] (6/12) Installing patch (2.7.6-r6) [2021-02-26T08:56:59.596Z] (7/12) Installing build-base (0.5-r2) [2021-02-26T08:56:59.596Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-26T08:56:59.866Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-26T08:56:59.866Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-26T08:56:59.866Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-26T08:57:00.141Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-26T08:57:00.141Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T08:57:00.141Z] OK: 217 MiB in 51 packages [2021-02-26T08:57:04.443Z] Removing intermediate container 11f634916318 [2021-02-26T08:57:04.443Z] ---> 8b0b8d1251f1 [2021-02-26T08:57:04.443Z] Step 4/6 : WORKDIR /edgex-go [2021-02-26T08:57:04.443Z] ---> Running in f2a58a6e8da4 [2021-02-26T08:57:04.716Z] Removing intermediate container f2a58a6e8da4 [2021-02-26T08:57:04.716Z] ---> c1f61ab9accf [2021-02-26T08:57:04.716Z] Step 5/6 : COPY go.mod . [2021-02-26T08:57:05.314Z] ---> 88ef9359a6a7 [2021-02-26T08:57:05.314Z] Step 6/6 : RUN go mod download [2021-02-26T08:57:05.592Z] ---> Running in ab5e67cfff3c [2021-02-26T08:57:25.920Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T08:57:25.920Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-26T08:57:25.920Z] ---> d7984801fb5a [2021-02-26T08:57:25.920Z] Step 3/26 : WORKDIR /edgex-go [2021-02-26T08:57:26.184Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T08:57:26.184Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-26T08:57:26.184Z] ---> d7984801fb5a [2021-02-26T08:57:26.184Z] Step 3/30 : WORKDIR /edgex-go [2021-02-26T08:57:26.184Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T08:57:26.184Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-26T08:57:26.184Z] ---> d7984801fb5a [2021-02-26T08:57:26.184Z] Step 3/23 : WORKDIR /edgex-go [2021-02-26T08:57:26.445Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T08:57:26.445Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-26T08:57:26.445Z] ---> d7984801fb5a [2021-02-26T08:57:26.445Z] Step 3/22 : WORKDIR /edgex-go [2021-02-26T08:57:26.445Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T08:57:26.445Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-26T08:57:26.445Z] ---> d7984801fb5a [2021-02-26T08:57:26.445Z] Step 3/21 : WORKDIR /edgex-go [2021-02-26T08:57:27.017Z] ---> Running in 7fcaa2370df9 [2021-02-26T08:57:27.017Z] ---> Running in 485979b85013 [2021-02-26T08:57:27.017Z] ---> Running in 70e0d0cce969 [2021-02-26T08:57:27.017Z] ---> Running in cebaa9ecf314 [2021-02-26T08:57:27.017Z] ---> Running in 1bcd21159b4c [2021-02-26T08:57:27.591Z] Removing intermediate container 1bcd21159b4c [2021-02-26T08:57:27.591Z] ---> 819147e1b032 [2021-02-26T08:57:27.591Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T08:57:27.591Z] Removing intermediate container 70e0d0cce969 [2021-02-26T08:57:27.591Z] ---> 941b2d47e430 [2021-02-26T08:57:27.591Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T08:57:27.591Z] Removing intermediate container cebaa9ecf314 [2021-02-26T08:57:27.591Z] ---> 1fb900d69fae [2021-02-26T08:57:27.591Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T08:57:27.591Z] Removing intermediate container 7fcaa2370df9 [2021-02-26T08:57:27.591Z] ---> 6728780b7eae [2021-02-26T08:57:27.591Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T08:57:27.591Z] Removing intermediate container 485979b85013 [2021-02-26T08:57:27.591Z] ---> 8694f6192ed1 [2021-02-26T08:57:27.591Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T08:57:27.851Z] ---> Running in 6d8c58149ffc [2021-02-26T08:57:27.851Z] ---> Running in de17ebc87561 [2021-02-26T08:57:27.851Z] ---> Running in 6edd2f12768f [2021-02-26T08:57:27.851Z] ---> Running in ebc78cfd5620 [2021-02-26T08:57:27.851Z] ---> Running in 73f4aa378312 [2021-02-26T08:57:29.767Z] Removing intermediate container 6d8c58149ffc [2021-02-26T08:57:29.767Z] ---> 3138ccdf6daf [2021-02-26T08:57:29.767Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-26T08:57:29.767Z] ---> Running in 0512bca711c1 [2021-02-26T08:57:30.027Z] Removing intermediate container 6edd2f12768f [2021-02-26T08:57:30.027Z] ---> b877d0f3b5fe [2021-02-26T08:57:30.027Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-26T08:57:30.287Z] Removing intermediate container de17ebc87561 [2021-02-26T08:57:30.287Z] ---> a22e22d07c99 [2021-02-26T08:57:30.287Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-26T08:57:30.287Z] Removing intermediate container ebc78cfd5620 [2021-02-26T08:57:30.287Z] ---> 981aee25c17b [2021-02-26T08:57:30.287Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-26T08:57:30.287Z] ---> Running in d79e92da9423 [2021-02-26T08:57:30.287Z] ---> Running in 0f9fda83cb15 [2021-02-26T08:57:30.562Z] Removing intermediate container 73f4aa378312 [2021-02-26T08:57:30.562Z] ---> a6a8c2d9f95d [2021-02-26T08:57:30.562Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-26T08:57:30.562Z] ---> Running in 834fe9395711 [2021-02-26T08:57:30.562Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T08:57:30.562Z] ---> Running in b343a68508e1 [2021-02-26T08:57:31.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T08:57:31.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T08:57:31.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T08:57:31.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T08:57:31.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T08:57:31.674Z] OK: 233 MiB in 51 packages [2021-02-26T08:57:31.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T08:57:31.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T08:57:31.936Z] Removing intermediate container 0512bca711c1 [2021-02-26T08:57:31.936Z] ---> 6a80f0452c0b [2021-02-26T08:57:31.936Z] Step 6/26 : COPY go.mod . [2021-02-26T08:57:32.195Z] OK: 233 MiB in 51 packages [2021-02-26T08:57:32.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T08:57:32.195Z] ---> 9621ad729865 [2021-02-26T08:57:32.195Z] Step 7/26 : RUN go mod download [2021-02-26T08:57:32.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T08:57:32.773Z] OK: 233 MiB in 51 packages [2021-02-26T08:57:32.774Z] OK: 233 MiB in 51 packages [2021-02-26T08:57:33.035Z] OK: 233 MiB in 51 packages [2021-02-26T08:57:33.035Z] ---> Running in b1880c797551 [2021-02-26T08:57:33.609Z] Removing intermediate container d79e92da9423 [2021-02-26T08:57:33.609Z] ---> f9950707e7ef [2021-02-26T08:57:33.609Z] Step 6/30 : COPY go.mod . [2021-02-26T08:57:33.870Z] Removing intermediate container 0f9fda83cb15 [2021-02-26T08:57:33.870Z] ---> 9639c04d74a5 [2021-02-26T08:57:33.870Z] Step 6/22 : COPY go.mod . [2021-02-26T08:57:33.870Z] ---> ccdaa8ca7949 [2021-02-26T08:57:33.870Z] Step 7/30 : RUN go mod download [2021-02-26T08:57:34.133Z] Removing intermediate container b343a68508e1 [2021-02-26T08:57:34.133Z] ---> 4726c03ad4d8 [2021-02-26T08:57:34.133Z] Step 6/23 : COPY go.mod . [2021-02-26T08:57:34.133Z] ---> Running in 22672e861509 [2021-02-26T08:57:34.133Z] Removing intermediate container 834fe9395711 [2021-02-26T08:57:34.133Z] ---> 6a20de90f28c [2021-02-26T08:57:34.133Z] Step 6/21 : COPY go.mod . [2021-02-26T08:57:34.403Z] ---> 9c79af751c17 [2021-02-26T08:57:34.403Z] Step 7/22 : RUN go mod download [2021-02-26T08:57:34.403Z] ---> 16df8fb84bc6 [2021-02-26T08:57:34.403Z] Step 7/23 : RUN go mod download [2021-02-26T08:57:34.403Z] ---> Running in d1fff1f27b76 [2021-02-26T08:57:34.683Z] ---> 9965dde72958 [2021-02-26T08:57:34.683Z] Step 7/21 : RUN go mod download [2021-02-26T08:57:34.683Z] ---> Running in aa3193e60538 [2021-02-26T08:57:34.683Z] ---> Running in 6a4d0aa9d8e5 [2021-02-26T08:57:35.647Z] Removing intermediate container b1880c797551 [2021-02-26T08:57:35.647Z] ---> 501f55eda06d [2021-02-26T08:57:35.647Z] Step 8/26 : COPY . . [2021-02-26T08:57:36.596Z] Removing intermediate container 22672e861509 [2021-02-26T08:57:36.596Z] ---> aed7b7b550ca [2021-02-26T08:57:36.596Z] Step 8/30 : COPY . . [2021-02-26T08:57:37.980Z] Removing intermediate container ab5e67cfff3c [2021-02-26T08:57:37.980Z] ---> 75a061b753f0 [2021-02-26T08:57:37.980Z] Successfully built 75a061b753f0 [2021-02-26T08:57:37.980Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T08:57:38.321Z] + docker inspect -f . ci-base-image-arm64 [2021-02-26T08:57:38.321Z] . [Pipeline] withDockerContainer [2021-02-26T08:57:38.604Z] prd-ubuntu18.04-docker-arm64-4c-16g-27829 does not seem to be running inside a container [2021-02-26T08:57:38.706Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-26T08:57:40.292Z] $ docker top cdedef3fa3c1a55883b424dd7b74122cbb0da8f1feba711cb9a21ad6c632c23d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T08:57:41.335Z] + go version [2021-02-26T08:57:41.335Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-26T08:57:41.360Z] $ docker stop --time=1 cdedef3fa3c1a55883b424dd7b74122cbb0da8f1feba711cb9a21ad6c632c23d [2021-02-26T08:57:43.310Z] $ docker rm -f cdedef3fa3c1a55883b424dd7b74122cbb0da8f1feba711cb9a21ad6c632c23d [2021-02-26T08:57:43.498Z] Removing intermediate container d1fff1f27b76 [2021-02-26T08:57:43.498Z] ---> 34293847ecea [2021-02-26T08:57:43.498Z] Step 8/22 : COPY . . [2021-02-26T08:57:43.498Z] Removing intermediate container aa3193e60538 [2021-02-26T08:57:43.498Z] ---> bd928892d298 [2021-02-26T08:57:43.498Z] Step 8/23 : COPY . . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T08:57:44.364Z] + docker inspect -f . ci-base-image-arm64 [2021-02-26T08:57:44.364Z] . [Pipeline] withDockerContainer [2021-02-26T08:57:44.631Z] prd-ubuntu18.04-docker-arm64-4c-16g-27829 does not seem to be running inside a container [2021-02-26T08:57:44.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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-26T08:57:46.242Z] $ docker top dc384f2d445331a0cae10705740b1015249f1a8c1874dab795c3cbe89ac67503 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-26T08:57:46.619Z] ========================================================= [2021-02-26T08:57:46.619Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-26T08:57:46.619Z] ========================================================= [Pipeline] sh [2021-02-26T08:57:47.262Z] + make test [2021-02-26T08:57:47.263Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-26T08:57:50.088Z] Removing intermediate container 6a4d0aa9d8e5 [2021-02-26T08:57:50.088Z] ---> 816ed90bb1da [2021-02-26T08:57:50.088Z] Step 8/21 : COPY . . [2021-02-26T08:58:09.449Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-26T08:58:16.838Z] ---> a7264e8c5b73 [2021-02-26T08:58:16.838Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-26T08:58:16.838Z] ---> 3a90fe8b9385 [2021-02-26T08:58:16.838Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-26T08:58:17.411Z] ---> Running in 1d3226f50f22 [2021-02-26T08:58:17.411Z] ---> Running in c0661f83505a [2021-02-26T08:58:19.982Z] ---> 1528c5ad8ad2 [2021-02-26T08:58:19.982Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-26T08:58:20.955Z] ---> Running in 27c6b29d65be [2021-02-26T08:58:20.955Z] ---> af2a34c8e74b [2021-02-26T08:58:20.955Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-26T08:58:20.955Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-26T08:58:21.223Z] ---> e9cbaa4d9115 [2021-02-26T08:58:21.223Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-26T08:58:21.223Z] ---> Running in 242b263fb182 [2021-02-26T08:58:21.223Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-26T08:58:21.490Z] ---> Running in 0a4e584780bb [2021-02-26T08:58:21.753Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-26T08:58:22.022Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-26T08:58:22.022Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-26T08:58:48.701Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-26T08:58:52.109Z] Removing intermediate container 1d3226f50f22 [2021-02-26T08:58:52.109Z] ---> ff83169a653d [2021-02-26T08:58:52.109Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-26T08:58:53.513Z] ---> Running in b7cb1ec97efe [2021-02-26T08:58:53.513Z] Removing intermediate container c0661f83505a [2021-02-26T08:58:53.513Z] ---> 7483896367e5 [2021-02-26T08:58:53.513Z] [2021-02-26T08:58:53.513Z] Step 10/30 : FROM alpine:3.12 [2021-02-26T08:58:53.513Z] 3.12: Pulling from library/alpine [2021-02-26T08:58:54.098Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-26T08:58:56.015Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-26T08:58:56.490Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-26T08:58:57.945Z] Status: Downloaded newer image for alpine:3.12 [2021-02-26T08:58:57.945Z] ---> 88dd2752d2ea [2021-02-26T08:58:57.945Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-26T08:58:57.945Z] Removing intermediate container 0a4e584780bb [2021-02-26T08:58:57.945Z] ---> 4e2ec3634813 [2021-02-26T08:58:57.945Z] [2021-02-26T08:58:57.945Z] Step 10/21 : FROM alpine:3.12 [2021-02-26T08:58:57.945Z] ---> 88dd2752d2ea [2021-02-26T08:58:57.945Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-26T08:58:57.945Z] Removing intermediate container 27c6b29d65be [2021-02-26T08:58:57.945Z] ---> 5fbe174f4474 [2021-02-26T08:58:57.945Z] [2021-02-26T08:58:57.945Z] Step 10/22 : FROM alpine:3.12 [2021-02-26T08:58:57.945Z] ---> 88dd2752d2ea [2021-02-26T08:58:57.945Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-26T08:58:57.945Z] ---> Running in b891c004987a [2021-02-26T08:58:58.520Z] ---> Running in 5d5a54d15a1f [2021-02-26T08:58:58.520Z] ---> Running in b0e74e2e5a41 [2021-02-26T08:58:58.781Z] Removing intermediate container b891c004987a [2021-02-26T08:58:58.781Z] ---> 8b8c1a8c459d [2021-02-26T08:58:58.781Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-26T08:58:58.781Z] Removing intermediate container b7cb1ec97efe [2021-02-26T08:58:58.781Z] ---> 981c17c00294 [2021-02-26T08:58:58.781Z] [2021-02-26T08:58:58.781Z] Step 11/26 : FROM docker:20.10.0 [2021-02-26T08:58:59.049Z] 20.10.0: Pulling from library/docker [2021-02-26T08:58:59.639Z] ---> Running in bc3dc25292f4 [2021-02-26T08:59:02.237Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T08:59:02.516Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T08:59:02.516Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-26T08:59:02.516Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T08:59:02.516Z] OK: 6 MiB in 15 packages [2021-02-26T08:59:02.794Z] Removing intermediate container 242b263fb182 [2021-02-26T08:59:02.794Z] ---> f5c5358fef2b [2021-02-26T08:59:02.794Z] [2021-02-26T08:59:02.794Z] Step 10/23 : FROM alpine:3.12 [2021-02-26T08:59:02.794Z] ---> 88dd2752d2ea [2021-02-26T08:59:02.794Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-26T08:59:02.794Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T08:59:02.794Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T08:59:02.794Z] ---> Running in b0cf1b09d4bd [2021-02-26T08:59:02.794Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-26T08:59:02.794Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-26T08:59:02.794Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-26T08:59:03.062Z] (4/4) Installing curl (7.69.1-r3) [2021-02-26T08:59:03.062Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T08:59:03.273Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-26T08:59:03.634Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T08:59:03.634Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T08:59:03.634Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-26T08:59:03.634Z] (2/2) Installing su-exec (0.2-r1) [2021-02-26T08:59:03.634Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T08:59:03.634Z] OK: 6 MiB in 16 packages [2021-02-26T08:59:03.634Z] Executing ca-certificates-20191127-r4.trigger [2021-02-26T08:59:03.896Z] OK: 7 MiB in 18 packages [2021-02-26T08:59:04.840Z] Removing intermediate container 5d5a54d15a1f [2021-02-26T08:59:04.840Z] ---> 653db92ced0a [2021-02-26T08:59:04.840Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-26T08:59:04.840Z] ---> Running in 60e2864f52d6 [2021-02-26T08:59:05.415Z] Removing intermediate container bc3dc25292f4 [2021-02-26T08:59:05.415Z] ---> 322e452c0000 [2021-02-26T08:59:05.415Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-26T08:59:05.415Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T08:59:05.678Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T08:59:05.678Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-26T08:59:05.678Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T08:59:05.678Z] OK: 6 MiB in 15 packages [2021-02-26T08:59:05.678Z] Removing intermediate container 60e2864f52d6 [2021-02-26T08:59:05.678Z] ---> 90d0006bfeb0 [2021-02-26T08:59:05.678Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-26T08:59:05.941Z] ---> Running in 5eb96853f7bb [2021-02-26T08:59:06.210Z] ---> Running in f101f1c96968 [2021-02-26T08:59:06.210Z] Removing intermediate container b0e74e2e5a41 [2021-02-26T08:59:06.210Z] ---> 90f00f725300 [2021-02-26T08:59:06.211Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-26T08:59:06.211Z] ---> Running in 5d7c1ff59b1e [2021-02-26T08:59:06.471Z] Removing intermediate container 5eb96853f7bb [2021-02-26T08:59:06.471Z] ---> e72258aa46d3 [2021-02-26T08:59:06.471Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-26T08:59:06.471Z] Removing intermediate container f101f1c96968 [2021-02-26T08:59:06.471Z] ---> 40f36714272a [2021-02-26T08:59:06.471Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-26T08:59:06.471Z] ---> Running in 33e223d139c3 [2021-02-26T08:59:06.471Z] Removing intermediate container b0cf1b09d4bd [2021-02-26T08:59:06.471Z] ---> ed8eba082d04 [2021-02-26T08:59:06.471Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-26T08:59:06.732Z] ---> Running in e23091f619be [2021-02-26T08:59:06.732Z] Removing intermediate container 5d7c1ff59b1e [2021-02-26T08:59:06.732Z] ---> 89e9f55de1d6 [2021-02-26T08:59:06.732Z] Step 13/21 : WORKDIR /edgex [2021-02-26T08:59:06.732Z] ---> Running in 5338c8d1ae94 [2021-02-26T08:59:07.010Z] ---> Running in d42d693c9dae [2021-02-26T08:59:07.010Z] Removing intermediate container 33e223d139c3 [2021-02-26T08:59:07.010Z] ---> 0551ada523f3 [2021-02-26T08:59:07.010Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-26T08:59:07.010Z] Removing intermediate container e23091f619be [2021-02-26T08:59:07.010Z] ---> 158a7690031b [2021-02-26T08:59:07.010Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T08:59:07.010Z] ---> Running in 456ca57b272d [2021-02-26T08:59:07.010Z] Removing intermediate container 5338c8d1ae94 [2021-02-26T08:59:07.010Z] ---> d6e91a39b1ec [2021-02-26T08:59:07.010Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-26T08:59:07.275Z] Removing intermediate container d42d693c9dae [2021-02-26T08:59:07.275Z] ---> f1ca0b794fbf [2021-02-26T08:59:07.275Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-26T08:59:07.546Z] ---> Running in 4f7c8690119f [2021-02-26T08:59:07.546Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-26T08:59:07.546Z] ---> 7f5f3d35bf0c [2021-02-26T08:59:07.546Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-26T08:59:07.546Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-26T08:59:07.546Z] ---> aefe523efa57 [2021-02-26T08:59:07.546Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-26T08:59:07.811Z] ---> e016c3d782dc [2021-02-26T08:59:07.811Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-26T08:59:07.811Z] ---> Running in d4b4307dbc54 [2021-02-26T08:59:07.811Z] Removing intermediate container 4f7c8690119f [2021-02-26T08:59:07.811Z] ---> a1031fefd10f [2021-02-26T08:59:07.811Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-26T08:59:08.383Z] ---> Running in 6dd007bfca5e [2021-02-26T08:59:08.383Z] ---> 5f49fd451a48 [2021-02-26T08:59:08.383Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-26T08:59:08.643Z] ---> c3898fe5156a [2021-02-26T08:59:08.643Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-26T08:59:08.643Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T08:59:08.643Z] Removing intermediate container 6dd007bfca5e [2021-02-26T08:59:08.643Z] ---> a734dab84b54 [2021-02-26T08:59:08.643Z] Step 15/23 : WORKDIR / [2021-02-26T08:59:08.643Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T08:59:08.643Z] ---> Running in 6a14bc338f95 [2021-02-26T08:59:08.643Z] (1/2) Installing readline (8.0.4-r0) [2021-02-26T08:59:08.643Z] (2/2) Installing bash (5.0.17-r0) [2021-02-26T08:59:08.643Z] Executing bash-5.0.17-r0.post-install [2021-02-26T08:59:08.906Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T08:59:08.906Z] OK: 12 MiB in 22 packages [2021-02-26T08:59:08.906Z] Removing intermediate container 456ca57b272d [2021-02-26T08:59:08.906Z] ---> 5bb1d920bb6b [2021-02-26T08:59:08.906Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-26T08:59:08.906Z] ---> 811e3a93d972 [2021-02-26T08:59:08.906Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-26T08:59:09.169Z] ---> be08475ff1c1 [2021-02-26T08:59:09.169Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-26T08:59:09.169Z] ---> Running in 539a61978cb0 [2021-02-26T08:59:09.169Z] ---> Running in 2f2f8f677de0 [2021-02-26T08:59:09.169Z] Removing intermediate container 6a14bc338f95 [2021-02-26T08:59:09.169Z] ---> 7efa6d83273e [2021-02-26T08:59:09.169Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T08:59:09.429Z] ---> Running in c796816c9981 [2021-02-26T08:59:09.690Z] Removing intermediate container 539a61978cb0 [2021-02-26T08:59:09.690Z] ---> 69ed0742041c [2021-02-26T08:59:09.690Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-26T08:59:09.690Z] Removing intermediate container 2f2f8f677de0 [2021-02-26T08:59:09.690Z] ---> 3fa248791521 [2021-02-26T08:59:09.690Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T08:59:09.690Z] Removing intermediate container d4b4307dbc54 [2021-02-26T08:59:09.690Z] ---> 5ca7f3456597 [2021-02-26T08:59:09.690Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-26T08:59:09.690Z] ---> 14ea158d2651 [2021-02-26T08:59:09.690Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-26T08:59:09.950Z] Removing intermediate container c796816c9981 [2021-02-26T08:59:09.950Z] ---> a6ac6e76ed01 [2021-02-26T08:59:09.950Z] Step 18/21 : CMD ["--init=true"] [2021-02-26T08:59:09.950Z] ---> Running in 132acc145ee9 [2021-02-26T08:59:09.950Z] ---> Running in e5a7bd57f712 [2021-02-26T08:59:10.210Z] ---> Running in 403601d71536 [2021-02-26T08:59:10.210Z] ---> 9bc00047ee5c [2021-02-26T08:59:10.210Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-26T08:59:10.470Z] Removing intermediate container e5a7bd57f712 [2021-02-26T08:59:10.470Z] ---> 185603695669 [2021-02-26T08:59:10.470Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-26T08:59:10.470Z] Removing intermediate container 132acc145ee9 [2021-02-26T08:59:10.470Z] ---> 5c7d09335042 [2021-02-26T08:59:10.470Z] Step 20/22 : LABEL arch=x86_64 [2021-02-26T08:59:10.731Z] ---> Running in 66f1b999ae5e [2021-02-26T08:59:10.731Z] ---> 95c8d658c70b [2021-02-26T08:59:10.731Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-26T08:59:10.731Z] Removing intermediate container 403601d71536 [2021-02-26T08:59:10.731Z] ---> fcd3ce6dd8ef [2021-02-26T08:59:10.731Z] Step 19/21 : LABEL arch=x86_64 [2021-02-26T08:59:10.991Z] ---> Running in 34127c04010d [2021-02-26T08:59:10.991Z] ---> Running in f44ed7e0b91e [2021-02-26T08:59:11.255Z] ---> Running in 99d24e996f5f [2021-02-26T08:59:11.255Z] ---> 6fb2d7be1010 [2021-02-26T08:59:11.255Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-26T08:59:11.515Z] Removing intermediate container 34127c04010d [2021-02-26T08:59:11.515Z] ---> 4e16201e9e93 [2021-02-26T08:59:11.515Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-26T08:59:11.515Z] Removing intermediate container f44ed7e0b91e [2021-02-26T08:59:11.515Z] ---> 5b8364fc8c99 [2021-02-26T08:59:11.515Z] Step 21/22 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 [2021-02-26T08:59:11.515Z] ---> Running in 43c98ab07165 [2021-02-26T08:59:11.515Z] Removing intermediate container 99d24e996f5f [2021-02-26T08:59:11.515Z] ---> 489016a5643a [2021-02-26T08:59:11.515Z] Step 20/21 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 [2021-02-26T08:59:11.515Z] ---> Running in 6b9e29d40c22 [2021-02-26T08:59:11.700Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-26T08:59:11.700Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-26T08:59:11.776Z] ---> Running in 3a50aa525e9d [2021-02-26T08:59:11.776Z] ---> Running in 9562b419b661 [2021-02-26T08:59:12.052Z] Removing intermediate container 43c98ab07165 [2021-02-26T08:59:12.052Z] ---> 5deded8c4cca [2021-02-26T08:59:12.052Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T08:59:12.052Z] Removing intermediate container 6b9e29d40c22 [2021-02-26T08:59:12.052Z] ---> 7e4ab8b58e6c [2021-02-26T08:59:12.052Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-26T08:59:12.052Z] Removing intermediate container 3a50aa525e9d [2021-02-26T08:59:12.052Z] ---> 0a5da6f537bf [2021-02-26T08:59:12.052Z] Step 22/22 : LABEL version=0.0.0 [2021-02-26T08:59:12.314Z] ---> Running in 5b077ee330a3 [2021-02-26T08:59:12.314Z] Removing intermediate container 9562b419b661 [2021-02-26T08:59:12.314Z] ---> 1c3869dd8930 [2021-02-26T08:59:12.314Z] Step 21/21 : LABEL version=0.0.0 [2021-02-26T08:59:12.314Z] ---> Running in 3c14a7dd09c2 [2021-02-26T08:59:12.576Z] ---> Running in 08e188d37db9 [2021-02-26T08:59:12.576Z] Removing intermediate container 66f1b999ae5e [2021-02-26T08:59:12.576Z] ---> f742d1425751 [2021-02-26T08:59:12.576Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T08:59:12.576Z] Removing intermediate container 5b077ee330a3 [2021-02-26T08:59:12.576Z] ---> db0c0f3c633d [2021-02-26T08:59:12.576Z] Step 21/23 : LABEL arch=x86_64 [2021-02-26T08:59:12.836Z] ---> Running in 7d90c3f9a5ae [2021-02-26T08:59:12.836Z] ---> 40c7f1bd575b [2021-02-26T08:59:12.836Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-26T08:59:13.098Z] Removing intermediate container 3c14a7dd09c2 [2021-02-26T08:59:13.098Z] ---> a1c6f9c97cd6 [2021-02-26T08:59:13.098Z] [2021-02-26T08:59:13.098Z] Removing intermediate container 08e188d37db9 [2021-02-26T08:59:13.098Z] ---> 50510d65fd3b [2021-02-26T08:59:13.098Z] [2021-02-26T08:59:13.098Z] ---> 88364d6d3ac7 [2021-02-26T08:59:13.098Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-26T08:59:13.098Z] Removing intermediate container 7d90c3f9a5ae [2021-02-26T08:59:13.098Z] ---> c32f2ac9e43b [2021-02-26T08:59:13.098Z] Step 22/23 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 [2021-02-26T08:59:13.098Z] ---> 7134650be94e [2021-02-26T08:59:13.098Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-26T08:59:13.358Z] Successfully built 50510d65fd3b [2021-02-26T08:59:13.358Z] Successfully built a1c6f9c97cd6 [2021-02-26T08:59:13.358Z] ---> Running in f6a0d22626e5 [2021-02-26T08:59:13.358Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-26T08:59:13.358Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-26T08:59:13.358Z] Building docker-core-data-go [2021-02-26T08:59:13.358Z] Building docker-core-command-go [2021-02-26T08:59:13.622Z]  Building docker-support-scheduler-go ... done  Building docker-security-proxy-setup-go ... done Removing intermediate container f6a0d22626e5 [2021-02-26T08:59:13.622Z] ---> 76ff7ffcaa0e [2021-02-26T08:59:13.622Z] Step 23/23 : LABEL version=0.0.0 [2021-02-26T08:59:13.622Z] ---> e3c92e1a45db [2021-02-26T08:59:13.622Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-26T08:59:13.883Z] ---> db7067e8d48f [2021-02-26T08:59:13.883Z] ---> Running in 25b659baa49e [2021-02-26T08:59:13.883Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-26T08:59:13.883Z] ---> Running in c0e91bbdde2a [2021-02-26T08:59:14.350Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-26T08:59:14.350Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-26T08:59:14.350Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-26T08:59:14.350Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-26T08:59:16.341Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-26T08:59:16.435Z] Removing intermediate container 25b659baa49e [2021-02-26T08:59:16.435Z] ---> 45f55ac20c3a [2021-02-26T08:59:16.435Z] [2021-02-26T08:59:16.696Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T08:59:16.696Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T08:59:16.958Z] ---> 1f5950555874 [2021-02-26T08:59:16.958Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-26T08:59:17.344Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-26T08:59:21.215Z] Successfully built 45f55ac20c3a [2021-02-26T08:59:21.215Z] Successfully tagged docker-core-metadata-go:latest [2021-02-26T08:59:21.215Z] Building docker-security-secretstore-setup-go [2021-02-26T08:59:21.215Z]  Building docker-core-metadata-go ... done (1/33) Installing libbz2 (1.0.8-r1) [2021-02-26T08:59:21.215Z] (2/33) Installing expat (2.2.9-r1) [2021-02-26T08:59:21.215Z] (3/33) Installing libffi (3.3-r2) [2021-02-26T08:59:21.215Z] (4/33) Installing gdbm (1.13-r1) [2021-02-26T08:59:21.215Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-26T08:59:21.215Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-26T08:59:21.215Z] (7/33) Installing python3 (3.8.5-r1) [2021-02-26T08:59:25.659Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-26T08:59:25.659Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-26T08:59:25.659Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-26T08:59:31.123Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.323s coverage: 45.9% of statements [2021-02-26T08:59:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-26T08:59:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-26T08:59:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-26T08:59:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-26T08:59:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-26T08:59:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-26T08:59:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-26T08:59:31.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.217s coverage: 100.0% of statements [2021-02-26T08:59:32.003Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T08:59:32.003Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-26T08:59:32.003Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T08:59:32.003Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-26T08:59:32.266Z] ---> d7984801fb5a [2021-02-26T08:59:32.266Z] Step 3/23 : WORKDIR /edgex-go [2021-02-26T08:59:32.266Z] ---> d7984801fb5a [2021-02-26T08:59:32.266Z] Step 3/23 : WORKDIR /edgex-go [2021-02-26T08:59:32.266Z] ---> Using cache [2021-02-26T08:59:32.266Z] ---> 8694f6192ed1 [2021-02-26T08:59:32.266Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T08:59:32.266Z] ---> Using cache [2021-02-26T08:59:32.266Z] ---> 8694f6192ed1 [2021-02-26T08:59:32.266Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T08:59:32.528Z] ---> Using cache [2021-02-26T08:59:32.528Z] ---> a6a8c2d9f95d [2021-02-26T08:59:32.528Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git ---> Using cache [2021-02-26T08:59:32.528Z] [2021-02-26T08:59:32.528Z] ---> a6a8c2d9f95d [2021-02-26T08:59:32.528Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-26T08:59:32.528Z] ---> Using cache [2021-02-26T08:59:32.528Z] ---> 4726c03ad4d8 [2021-02-26T08:59:32.528Z] Step 6/23 : COPY go.mod . [2021-02-26T08:59:32.528Z] ---> Using cache [2021-02-26T08:59:32.528Z] ---> 16df8fb84bc6 [2021-02-26T08:59:32.528Z] Step 7/23 : RUN go mod download [2021-02-26T08:59:32.790Z] ---> Using cache [2021-02-26T08:59:32.790Z] ---> bd928892d298 [2021-02-26T08:59:32.790Z] Step 8/23 : COPY . . [2021-02-26T08:59:32.790Z] ---> Using cache [2021-02-26T08:59:32.790Z] ---> af2a34c8e74b [2021-02-26T08:59:32.790Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-26T08:59:33.763Z] ---> 3f7fafa8913a [2021-02-26T08:59:33.763Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-26T08:59:33.763Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-26T08:59:33.763Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-26T08:59:33.763Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-26T08:59:33.763Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-26T08:59:34.026Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-26T08:59:34.599Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-26T08:59:34.599Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-26T08:59:34.869Z] ---> Running in ee1d1b456a27 [2021-02-26T08:59:34.869Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-26T08:59:34.869Z] ---> Running in 17463dd59eec [2021-02-26T08:59:34.869Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-26T08:59:34.869Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-26T08:59:35.816Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-26T08:59:35.816Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-26T08:59:36.077Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-26T08:59:37.021Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-26T08:59:37.021Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-26T08:59:37.021Z] ---> Running in 5636e99e30e7 [2021-02-26T08:59:37.021Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-26T08:59:37.283Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-26T08:59:37.283Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-26T08:59:37.283Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-26T08:59:37.283Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-26T08:59:37.546Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-26T08:59:37.546Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-26T08:59:37.546Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-26T08:59:38.115Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-26T08:59:38.181Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.548s coverage: 27.1% of statements [2021-02-26T08:59:38.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-26T08:59:38.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-26T08:59:38.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-26T08:59:38.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-26T08:59:38.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-26T08:59:38.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-26T08:59:38.181Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements [2021-02-26T08:59:38.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-26T08:59:38.181Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.084s coverage: 100.0% of statements [2021-02-26T08:59:38.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-26T08:59:38.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-26T08:59:38.181Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.224s coverage: 65.8% of statements [2021-02-26T08:59:38.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-26T08:59:38.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-26T08:59:38.380Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-26T08:59:38.380Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-26T08:59:38.954Z] Removing intermediate container 5636e99e30e7 [2021-02-26T08:59:38.954Z] ---> 5701f7125110 [2021-02-26T08:59:38.954Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-26T08:59:38.954Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T08:59:39.222Z] OK: 71 MiB in 55 packages [2021-02-26T08:59:39.222Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-26T08:59:39.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T08:59:40.175Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T08:59:40.175Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-26T08:59:40.175Z] ---> d7984801fb5a [2021-02-26T08:59:40.175Z] Step 3/24 : WORKDIR /edgex-go [2021-02-26T08:59:40.175Z] ---> Using cache [2021-02-26T08:59:40.175Z] ---> 8694f6192ed1 [2021-02-26T08:59:40.175Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T08:59:40.175Z] ---> Using cache [2021-02-26T08:59:40.175Z] ---> a6a8c2d9f95d [2021-02-26T08:59:40.175Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-26T08:59:40.175Z] ---> Using cache [2021-02-26T08:59:40.175Z] ---> 4726c03ad4d8 [2021-02-26T08:59:40.175Z] Step 6/24 : COPY go.mod . [2021-02-26T08:59:40.175Z] ---> Using cache [2021-02-26T08:59:40.175Z] ---> 16df8fb84bc6 [2021-02-26T08:59:40.175Z] Step 7/24 : RUN go mod download [2021-02-26T08:59:40.175Z] ---> Using cache [2021-02-26T08:59:40.175Z] ---> bd928892d298 [2021-02-26T08:59:40.175Z] Step 8/24 : COPY . . [2021-02-26T08:59:40.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T08:59:40.175Z] ---> Using cache [2021-02-26T08:59:40.175Z] ---> af2a34c8e74b [2021-02-26T08:59:40.175Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-26T08:59:40.753Z] OK: 233 MiB in 51 packages [2021-02-26T08:59:40.753Z] ---> e244fa73cbb3 [2021-02-26T08:59:40.753Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-26T08:59:40.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.752s coverage: 82.4% of statements [2021-02-26T08:59:40.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-26T08:59:40.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-26T08:59:40.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.137s coverage: 90.5% of statements [2021-02-26T08:59:40.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-26T08:59:41.019Z] ---> Running in 9ba1c205b5fe [2021-02-26T08:59:41.293Z] ---> Running in a56996613c83 [2021-02-26T08:59:41.884Z] Removing intermediate container 17463dd59eec [2021-02-26T08:59:41.884Z] ---> 63edce46e0db [2021-02-26T08:59:41.884Z] Step 6/23 : COPY go.mod . [2021-02-26T08:59:43.296Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-26T08:59:43.560Z] ---> d37e24b743f9 [2021-02-26T08:59:43.560Z] Step 7/23 : RUN go mod download [2021-02-26T08:59:44.150Z] ---> Running in 995bd23a366a [2021-02-26T08:59:46.764Z] Removing intermediate container a56996613c83 [2021-02-26T08:59:46.764Z] ---> 99e9fdc179e2 [2021-02-26T08:59:46.764Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-26T08:59:48.201Z] ---> Running in 752d478e4977 [2021-02-26T08:59:48.475Z] Removing intermediate container 752d478e4977 [2021-02-26T08:59:48.475Z] ---> b47aaebb510b [2021-02-26T08:59:48.475Z] Step 27/30 : CMD ["gate"] [2021-02-26T08:59:48.744Z] Removing intermediate container 995bd23a366a [2021-02-26T08:59:48.744Z] ---> 26f851ea7fbe [2021-02-26T08:59:48.744Z] Step 8/23 : COPY . . [2021-02-26T08:59:48.744Z] ---> Running in a7db9e65214a [2021-02-26T08:59:49.329Z] Removing intermediate container a7db9e65214a [2021-02-26T08:59:49.329Z] ---> 8cc966e34ec3 [2021-02-26T08:59:49.329Z] Step 28/30 : LABEL arch=x86_64 [2021-02-26T08:59:51.066Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.118s coverage: 28.6% of statements [2021-02-26T08:59:51.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-26T08:59:51.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-26T08:59:51.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-26T08:59:51.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-26T08:59:51.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-26T08:59:51.066Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.154s coverage: 100.0% of statements [2021-02-26T08:59:51.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-26T08:59:51.066Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.071s coverage: 100.0% of statements [2021-02-26T08:59:51.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-26T08:59:51.066Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.338s coverage: 86.7% of statements [2021-02-26T08:59:51.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-26T08:59:51.066Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.388s coverage: 97.5% of statements [2021-02-26T08:59:51.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-26T08:59:51.066Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.200s coverage: 78.3% of statements [2021-02-26T08:59:51.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-26T08:59:51.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-26T08:59:51.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-26T08:59:51.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-26T08:59:53.603Z] ---> Running in 2e3328aff86d [2021-02-26T08:59:59.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.342s coverage: 92.8% of statements [2021-02-26T08:59:59.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-26T08:59:59.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-26T08:59:59.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-26T08:59:59.408Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-26T08:59:59.408Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-26T08:59:59.408Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-26T08:59:59.408Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-26T08:59:59.408Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-26T08:59:59.408Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-26T08:59:59.408Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-26T08:59:59.408Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-26T08:59:59.408Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-26T08:59:59.408Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-26T08:59:59.408Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-26T08:59:59.408Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-26T08:59:59.408Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-26T08:59:59.408Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-26T08:59:59.408Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-26T08:59:59.408Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements [2021-02-26T08:59:59.408Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-26T08:59:59.408Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-26T08:59:59.408Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.239s coverage: 0.1% of statements [2021-02-26T08:59:59.408Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-26T08:59:59.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-26T08:59:59.409Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-26T08:59:59.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 45.5% of statements [2021-02-26T08:59:59.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.078s coverage: 79.5% of statements [2021-02-26T08:59:59.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements [2021-02-26T08:59:59.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.098s coverage: 96.3% of statements [2021-02-26T08:59:59.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.069s coverage: 87.5% of statements [2021-02-26T09:00:00.258Z] Removing intermediate container 2e3328aff86d [2021-02-26T09:00:00.259Z] ---> 359998d60922 [2021-02-26T09:00:00.259Z] Step 29/30 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 [2021-02-26T09:00:00.532Z] Removing intermediate container c0e91bbdde2a [2021-02-26T09:00:00.532Z] ---> 4a09b9a0ef43 [2021-02-26T09:00:00.532Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-26T09:00:03.142Z] ---> Running in fc7da7f56303 [2021-02-26T09:00:04.100Z] ---> Running in 0f0168b5daf8 [2021-02-26T09:00:04.100Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-26T09:00:04.372Z] Removing intermediate container fc7da7f56303 [2021-02-26T09:00:04.372Z] ---> 0cf3a0f6b2a4 [2021-02-26T09:00:04.372Z] Step 30/30 : LABEL version=0.0.0 [2021-02-26T09:00:06.308Z] ---> Running in 11e745eb2e44 [2021-02-26T09:00:08.862Z] Removing intermediate container 11e745eb2e44 [2021-02-26T09:00:08.862Z] ---> f47a06025306 [2021-02-26T09:00:08.862Z] [2021-02-26T09:00:08.862Z] Successfully built f47a06025306 [2021-02-26T09:00:08.862Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-26T09:00:08.862Z]  Building docker-security-bootstrapper-go ... done Building docker-support-notifications-go [2021-02-26T09:00:10.779Z] Collecting docker-compose==1.23.2 [2021-02-26T09:00:10.779Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-26T09:00:11.862Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.080s coverage: 94.4% of statements [2021-02-26T09:00:11.862Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-02-26T09:00:14.150Z] Collecting docker<4.0,>=3.6.0 [2021-02-26T09:00:14.150Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-26T09:00:15.538Z] Collecting texttable<0.10,>=0.9.0 [2021-02-26T09:00:15.539Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-26T09:00:15.804Z] ---> 97fe56da10bb [2021-02-26T09:00:15.804Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-26T09:00:16.381Z] Removing intermediate container ee1d1b456a27 [2021-02-26T09:00:16.381Z] ---> f93f91991e57 [2021-02-26T09:00:16.381Z] [2021-02-26T09:00:16.381Z] Step 10/23 : FROM alpine:3.12 [2021-02-26T09:00:16.381Z] ---> 88dd2752d2ea [2021-02-26T09:00:16.381Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-26T09:00:16.381Z] ---> Using cache [2021-02-26T09:00:16.381Z] ---> ed8eba082d04 [2021-02-26T09:00:16.381Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-26T09:00:16.381Z] ---> Using cache [2021-02-26T09:00:16.381Z] ---> d6e91a39b1ec [2021-02-26T09:00:16.381Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-26T09:00:16.649Z] ---> Running in f199de97679a [2021-02-26T09:00:17.228Z] ---> Running in 4125f119a2f5 [2021-02-26T09:00:17.228Z] Collecting jsonschema<3,>=2.5.1 [2021-02-26T09:00:17.228Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-26T09:00:18.616Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-26T09:00:18.616Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-26T09:00:19.205Z] Removing intermediate container 9ba1c205b5fe [2021-02-26T09:00:19.205Z] ---> 5c96e2c08062 [2021-02-26T09:00:19.205Z] [2021-02-26T09:00:19.206Z] Step 10/24 : FROM alpine:3.12 [2021-02-26T09:00:19.206Z] ---> 88dd2752d2ea [2021-02-26T09:00:19.206Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-26T09:00:19.467Z] Removing intermediate container 4125f119a2f5 [2021-02-26T09:00:19.467Z] ---> 4252ba1851c4 [2021-02-26T09:00:19.467Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-26T09:00:19.467Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-26T09:00:19.732Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-26T09:00:20.702Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-26T09:00:20.702Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-26T09:00:21.295Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-26T09:00:21.295Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-26T09:00:21.559Z] ---> Running in 9333d7dfaddd [2021-02-26T09:00:22.508Z] Collecting docopt<0.7,>=0.6.1 [2021-02-26T09:00:22.508Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-26T09:00:22.508Z] ---> Running in 382b3c93a5a3 [2021-02-26T09:00:22.508Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T09:00:22.508Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-26T09:00:22.508Z] ---> d7984801fb5a [2021-02-26T09:00:22.508Z] Step 3/22 : WORKDIR /edgex-go [2021-02-26T09:00:22.508Z] ---> Using cache [2021-02-26T09:00:22.508Z] ---> 8694f6192ed1 [2021-02-26T09:00:22.508Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T09:00:22.508Z] ---> Using cache [2021-02-26T09:00:22.508Z] ---> a6a8c2d9f95d [2021-02-26T09:00:22.508Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-26T09:00:23.905Z] Collecting cached-property<2,>=1.2.0 [2021-02-26T09:00:23.905Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-26T09:00:23.905Z] ---> Running in b9202cba758c [2021-02-26T09:00:24.179Z] Collecting PyYAML<4,>=3.10 [2021-02-26T09:00:24.179Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-26T09:00:24.179Z] Removing intermediate container 382b3c93a5a3 [2021-02-26T09:00:24.179Z] ---> 29aefc367a7d [2021-02-26T09:00:24.179Z] Step 15/23 : WORKDIR / [2021-02-26T09:00:24.443Z] ---> Running in 5091fe1103f2 [2021-02-26T09:00:24.704Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T09:00:24.704Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T09:00:24.968Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-26T09:00:24.968Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-26T09:00:24.968Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-26T09:00:24.968Z] (4/5) Installing curl (7.69.1-r3) [2021-02-26T09:00:24.968Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-26T09:00:24.968Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T09:00:24.968Z] Executing ca-certificates-20191127-r4.trigger [2021-02-26T09:00:24.968Z] Collecting docker-pycreds>=0.4.0 [2021-02-26T09:00:24.968Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-26T09:00:24.968Z] OK: 7 MiB in 19 packages [2021-02-26T09:00:25.229Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-26T09:00:25.229Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-26T09:00:25.229Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-26T09:00:25.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T09:00:25.810Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-26T09:00:25.810Z] Removing intermediate container 5091fe1103f2 [2021-02-26T09:00:25.810Z] ---> ba513afdb13e [2021-02-26T09:00:25.810Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T09:00:25.810Z] Collecting idna<2.8,>=2.5 [2021-02-26T09:00:25.810Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-26T09:00:25.810Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-26T09:00:25.810Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-26T09:00:25.810Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-26T09:00:25.810Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-26T09:00:26.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T09:00:26.081Z] Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, texttable, jsonschema, dockerpty, docopt, cached-property, PyYAML, docker-compose [2021-02-26T09:00:26.081Z] Attempting uninstall: urllib3 [2021-02-26T09:00:26.081Z] Found existing installation: urllib3 1.25.9 [2021-02-26T09:00:26.081Z] Uninstalling urllib3-1.25.9: [2021-02-26T09:00:26.360Z] Successfully uninstalled urllib3-1.25.9 [2021-02-26T09:00:26.627Z] ---> 667ce99e03a5 [2021-02-26T09:00:26.627Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-26T09:00:26.627Z] Attempting uninstall: idna [2021-02-26T09:00:26.627Z] Found existing installation: idna 2.9 [2021-02-26T09:00:26.627Z] Uninstalling idna-2.9: [2021-02-26T09:00:26.627Z] OK: 233 MiB in 51 packages [2021-02-26T09:00:26.890Z] Successfully uninstalled idna-2.9 [2021-02-26T09:00:27.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.120s coverage: 92.9% of statements [2021-02-26T09:00:27.003Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-26T09:00:27.003Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-26T09:00:27.003Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-26T09:00:27.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements [2021-02-26T09:00:27.003Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-26T09:00:27.003Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-26T09:00:27.003Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-26T09:00:27.003Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-26T09:00:27.003Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-26T09:00:27.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements [2021-02-26T09:00:27.003Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-26T09:00:27.003Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-26T09:00:27.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2021-02-26T09:00:27.003Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-26T09:00:27.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements [2021-02-26T09:00:27.003Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-26T09:00:27.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-02-26T09:00:27.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements [2021-02-26T09:00:27.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.149s coverage: 84.6% of statements [2021-02-26T09:00:27.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.199s coverage: 91.6% of statements [2021-02-26T09:00:27.003Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-26T09:00:27.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.501s coverage: 62.4% of statements [2021-02-26T09:00:27.003Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-26T09:00:27.003Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-26T09:00:27.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.070s coverage: 100.0% of statements [2021-02-26T09:00:27.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.103s coverage: 91.3% of statements [2021-02-26T09:00:27.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements [2021-02-26T09:00:27.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements [2021-02-26T09:00:27.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements [2021-02-26T09:00:27.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.828s coverage: 68.9% of statements [2021-02-26T09:00:27.003Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-26T09:00:27.003Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-26T09:00:27.153Z] Removing intermediate container 9333d7dfaddd [2021-02-26T09:00:27.153Z] ---> 3946b79236b1 [2021-02-26T09:00:27.153Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-26T09:00:27.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.343s coverage: 36.6% of statements [2021-02-26T09:00:27.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-26T09:00:27.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-26T09:00:27.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.088s coverage: 89.5% of statements [2021-02-26T09:00:27.423Z] Attempting uninstall: requests [2021-02-26T09:00:27.423Z] Found existing installation: requests 2.23.0 [2021-02-26T09:00:27.423Z] Uninstalling requests-2.23.0: [2021-02-26T09:00:27.423Z] Successfully uninstalled requests-2.23.0 [2021-02-26T09:00:27.694Z] ---> fcecf972175e [2021-02-26T09:00:27.694Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-26T09:00:27.962Z] ---> Running in c448329174b0 [2021-02-26T09:00:28.546Z] Removing intermediate container b9202cba758c [2021-02-26T09:00:28.546Z] ---> 48046134b176 [2021-02-26T09:00:28.546Z] Step 6/22 : COPY go.mod . [2021-02-26T09:00:29.141Z] Running setup.py install for texttable: started [2021-02-26T09:00:29.410Z] Removing intermediate container c448329174b0 [2021-02-26T09:00:29.410Z] ---> f01ca4c901bd [2021-02-26T09:00:29.410Z] Step 13/24 : WORKDIR / [2021-02-26T09:00:29.410Z] ---> 7e5aa5945007 [2021-02-26T09:00:29.410Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-26T09:00:29.670Z] Running setup.py install for texttable: finished with status 'done' [2021-02-26T09:00:30.620Z] ---> 27bbf668221e [2021-02-26T09:00:30.620Z] Step 7/22 : RUN go mod download [2021-02-26T09:00:30.620Z] Running setup.py install for dockerpty: started [2021-02-26T09:00:30.620Z] ---> Running in f6f57ae4bc17 [2021-02-26T09:00:30.620Z] ---> Running in 1095e32297e7 [2021-02-26T09:00:30.892Z] ---> Running in b3f2e6aa61ad [2021-02-26T09:00:30.892Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-26T09:00:30.892Z] Running setup.py install for docopt: started [2021-02-26T09:00:31.157Z] Removing intermediate container 1095e32297e7 [2021-02-26T09:00:31.157Z] ---> 0249a303eaea [2021-02-26T09:00:31.157Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T09:00:31.157Z] Removing intermediate container f6f57ae4bc17 [2021-02-26T09:00:31.157Z] ---> 3d7d0415bf6f [2021-02-26T09:00:31.157Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-26T09:00:31.429Z] ---> Running in f79e5ef71ecf [2021-02-26T09:00:31.429Z] Running setup.py install for docopt: finished with status 'done' [2021-02-26T09:00:31.429Z] Running setup.py install for PyYAML: started [2021-02-26T09:00:31.726Z] Removing intermediate container f79e5ef71ecf [2021-02-26T09:00:31.726Z] ---> 33dba90de28a [2021-02-26T09:00:31.726Z] Step 21/23 : LABEL arch=x86_64 [2021-02-26T09:00:31.726Z] ---> Running in dfb0a6f58829 [2021-02-26T09:00:31.726Z] ---> 4ed44ff0d5c4 [2021-02-26T09:00:31.726Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-26T09:00:32.048Z] Removing intermediate container dfb0a6f58829 [2021-02-26T09:00:32.048Z] ---> 4bf81da0714f [2021-02-26T09:00:32.048Z] Step 22/23 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 [2021-02-26T09:00:32.048Z] ---> Running in 7518824ad986 [2021-02-26T09:00:32.324Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-26T09:00:32.324Z] ---> cb06bf716826 [2021-02-26T09:00:32.324Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-26T09:00:32.705Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.393s coverage: 47.0% of statements [2021-02-26T09:00:32.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-26T09:00:32.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-26T09:00:32.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-26T09:00:32.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-26T09:00:32.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-26T09:00:32.705Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.155s coverage: 100.0% of statements [2021-02-26T09:00:32.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-26T09:00:32.705Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.106s coverage: 100.0% of statements [2021-02-26T09:00:32.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-26T09:00:32.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-26T09:00:32.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-26T09:00:32.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-26T09:00:32.705Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.337s coverage: 89.4% of statements [2021-02-26T09:00:32.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-26T09:00:32.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-26T09:00:32.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-26T09:00:32.899Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-26T09:00:33.160Z] Removing intermediate container 7518824ad986 [2021-02-26T09:00:33.160Z] ---> cd6bf07c4913 [2021-02-26T09:00:33.160Z] Step 23/23 : LABEL version=0.0.0 [2021-02-26T09:00:34.554Z] ---> Running in 95e770f8b1bf [2021-02-26T09:00:34.855Z] ---> 1fd5a7ff8f7d [2021-02-26T09:00:34.855Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-26T09:00:35.127Z] Removing intermediate container 95e770f8b1bf [2021-02-26T09:00:35.127Z] ---> 334246e03e2b [2021-02-26T09:00:35.127Z] [2021-02-26T09:00:35.127Z] Removing intermediate container b3f2e6aa61ad [2021-02-26T09:00:35.127Z] ---> 0700f00ab692 [2021-02-26T09:00:35.127Z] Step 8/22 : COPY . . [2021-02-26T09:00:35.406Z] Successfully built 334246e03e2b [2021-02-26T09:00:35.406Z] Successfully tagged docker-core-command-go:latest [2021-02-26T09:00:37.972Z]  Building docker-core-command-go ... done  ---> 542937838180 [2021-02-26T09:00:37.972Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-26T09:00:41.033Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.273s coverage: 29.1% of statements [2021-02-26T09:00:41.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-26T09:00:41.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-26T09:00:41.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-26T09:00:41.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-26T09:00:41.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-26T09:00:41.033Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.191s coverage: 99.0% of statements [2021-02-26T09:00:41.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-26T09:00:41.033Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.136s coverage: 100.0% of statements [2021-02-26T09:00:41.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-26T09:00:41.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-26T09:00:41.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-26T09:00:41.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-26T09:00:41.033Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.193s coverage: 92.9% of statements [2021-02-26T09:00:41.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-26T09:00:41.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-26T09:00:41.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-26T09:00:41.033Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements [2021-02-26T09:00:41.033Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-26T09:00:41.033Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.075s coverage: 100.0% of statements [2021-02-26T09:00:41.033Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-26T09:00:41.033Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-26T09:00:41.033Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-26T09:00:41.033Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-26T09:00:41.033Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.087s coverage: 87.9% of statements [2021-02-26T09:00:41.033Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-26T09:00:41.033Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-26T09:00:41.033Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2021-02-26T09:00:41.304Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.067s coverage: 32.1% of statements [2021-02-26T09:00:41.576Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-02-26T09:00:42.554Z] GO111MODULE=on go vet ./... [2021-02-26T09:00:45.070Z] Removing intermediate container 0f0168b5daf8 [2021-02-26T09:00:45.070Z] ---> 8e24b633fd08 [2021-02-26T09:00:45.070Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-26T09:00:45.070Z] ---> 1ade2acb86d5 [2021-02-26T09:00:45.070Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-26T09:00:47.746Z] ---> Running in e1f2907ab780 [2021-02-26T09:00:49.131Z] ---> d27754204dcf [2021-02-26T09:00:49.131Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-26T09:00:50.523Z] ---> Running in 00dc35d16f15 [2021-02-26T09:00:50.786Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T09:00:50.787Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T09:00:51.052Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-26T09:00:51.052Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-26T09:00:51.052Z] (3/3) Installing curl (7.69.1-r3) [2021-02-26T09:00:51.052Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T09:00:51.052Z] OK: 72 MiB in 58 packages [2021-02-26T09:00:55.265Z] Removing intermediate container 00dc35d16f15 [2021-02-26T09:00:55.265Z] ---> 4c8cd08f7c16 [2021-02-26T09:00:55.265Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-26T09:00:57.175Z] Removing intermediate container e1f2907ab780 [2021-02-26T09:00:57.175Z] ---> f6e0d474415f [2021-02-26T09:00:57.175Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-26T09:00:57.175Z] ---> Running in 3102cc313fc9 [2021-02-26T09:00:57.175Z] ---> Running in ccddcac9e685 [2021-02-26T09:00:57.175Z] Removing intermediate container f199de97679a [2021-02-26T09:00:57.175Z] ---> 8ddc03a073b4 [2021-02-26T09:00:57.175Z] [2021-02-26T09:00:57.175Z] Step 10/23 : FROM alpine:3.12 [2021-02-26T09:00:57.175Z] ---> 88dd2752d2ea [2021-02-26T09:00:57.175Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-26T09:00:57.175Z] ---> b6fcd825426f [2021-02-26T09:00:57.175Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-26T09:00:57.175Z] ---> Running in 5996c58eddd7 [2021-02-26T09:00:57.175Z] Removing intermediate container 3102cc313fc9 [2021-02-26T09:00:57.175Z] ---> 08beb8a1023e [2021-02-26T09:00:57.175Z] Step 22/24 : LABEL arch=x86_64 [2021-02-26T09:00:57.175Z] ---> Running in 9785e6167190 [2021-02-26T09:00:57.175Z] Removing intermediate container ccddcac9e685 [2021-02-26T09:00:57.175Z] ---> 5b44722b3554 [2021-02-26T09:00:57.175Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T09:00:57.442Z] ---> Running in 19e14f4ed1b3 [2021-02-26T09:00:57.442Z] ---> Running in 115a3d2f13c2 [2021-02-26T09:00:57.702Z] Removing intermediate container 5996c58eddd7 [2021-02-26T09:00:57.702Z] ---> f52695072e1b [2021-02-26T09:00:57.702Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-26T09:00:57.702Z] Removing intermediate container 19e14f4ed1b3 [2021-02-26T09:00:57.702Z] ---> 0cc5439315ce [2021-02-26T09:00:57.702Z] Step 23/24 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 [2021-02-26T09:00:57.702Z] ---> Running in ae1654b25cbb [2021-02-26T09:00:57.964Z] Removing intermediate container 115a3d2f13c2 [2021-02-26T09:00:57.964Z] ---> 31dba3aca4fa [2021-02-26T09:00:57.964Z] Step 24/26 : LABEL arch=x86_64 [2021-02-26T09:00:57.964Z] ---> Running in 142225c94423 [2021-02-26T09:00:57.964Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-26T09:00:57.964Z] ---> Running in 553605ac02d2 [2021-02-26T09:00:57.964Z] Removing intermediate container ae1654b25cbb [2021-02-26T09:00:57.964Z] ---> f15b62cab511 [2021-02-26T09:00:57.964Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-26T09:00:58.225Z] Removing intermediate container 142225c94423 [2021-02-26T09:00:58.225Z] ---> 00be86cf84c9 [2021-02-26T09:00:58.225Z] Step 24/24 : LABEL version=0.0.0 [2021-02-26T09:00:58.225Z] ---> Running in 5b07022f8bf7 [2021-02-26T09:00:58.225Z] ---> Running in 3c711c4f57d0 [2021-02-26T09:00:58.225Z] Removing intermediate container 553605ac02d2 [2021-02-26T09:00:58.225Z] ---> eee9c0c9b40d [2021-02-26T09:00:58.225Z] Step 25/26 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 [2021-02-26T09:00:58.488Z] ---> Running in 9d0bac87b3a4 [2021-02-26T09:00:58.488Z] Removing intermediate container 5b07022f8bf7 [2021-02-26T09:00:58.488Z] ---> ce1d300c8b9d [2021-02-26T09:00:58.488Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T09:00:58.488Z] Removing intermediate container 3c711c4f57d0 [2021-02-26T09:00:58.488Z] ---> c4df126f21b0 [2021-02-26T09:00:58.488Z] [2021-02-26T09:00:58.749Z] ---> Running in 820692ea16c9 [2021-02-26T09:00:58.749Z] Successfully built c4df126f21b0 [2021-02-26T09:00:58.749Z] Removing intermediate container 9d0bac87b3a4 [2021-02-26T09:00:58.749Z] ---> 192d7a316727 [2021-02-26T09:00:58.749Z] Step 26/26 : LABEL version=0.0.0 [2021-02-26T09:00:59.017Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-26T09:00:59.282Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 567605df3ba9 [2021-02-26T09:00:59.548Z] Removing intermediate container 567605df3ba9 [2021-02-26T09:00:59.548Z] ---> 3e56b85e78f5 [2021-02-26T09:00:59.548Z] [2021-02-26T09:01:00.516Z] Successfully built 3e56b85e78f5 [2021-02-26T09:01:00.516Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-26T09:01:01.491Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 820692ea16c9 [2021-02-26T09:01:01.491Z] ---> d3e43ae5e51d [2021-02-26T09:01:01.491Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-26T09:01:01.491Z] ---> Running in 8e247074e7e4 [2021-02-26T09:01:02.452Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T09:01:03.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T09:01:03.701Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-26T09:01:03.967Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-26T09:01:03.967Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-26T09:01:03.967Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-26T09:01:04.229Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-26T09:01:04.499Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-26T09:01:04.499Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T09:01:04.499Z] OK: 8 MiB in 20 packages [2021-02-26T09:01:05.916Z] Removing intermediate container 8e247074e7e4 [2021-02-26T09:01:05.917Z] ---> 6b8ede55d9d9 [2021-02-26T09:01:05.917Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T09:01:06.516Z] ---> b441128674d2 [2021-02-26T09:01:06.516Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-26T09:01:07.490Z] ---> 4eee55849dcf [2021-02-26T09:01:07.490Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-26T09:01:07.751Z] ---> 6b5256985717 [2021-02-26T09:01:07.751Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-26T09:01:07.751Z] ---> Running in 2f451307861b [2021-02-26T09:01:08.011Z] Removing intermediate container 2f451307861b [2021-02-26T09:01:08.011Z] ---> 27c56e79eeb5 [2021-02-26T09:01:08.011Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T09:01:08.011Z] ---> Running in a199b50ebba7 [2021-02-26T09:01:08.011Z] Removing intermediate container a199b50ebba7 [2021-02-26T09:01:08.011Z] ---> d597dc91a188 [2021-02-26T09:01:08.011Z] Step 21/23 : LABEL arch=x86_64 [2021-02-26T09:01:08.271Z] ---> Running in 0ef22fee8390 [2021-02-26T09:01:08.271Z] Removing intermediate container 0ef22fee8390 [2021-02-26T09:01:08.271Z] ---> f504f5e61b59 [2021-02-26T09:01:08.271Z] Step 22/23 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 [2021-02-26T09:01:08.532Z] ---> Running in 0c5cde179e35 [2021-02-26T09:01:08.532Z] Removing intermediate container 0c5cde179e35 [2021-02-26T09:01:08.532Z] ---> 8064688f2163 [2021-02-26T09:01:08.532Z] Step 23/23 : LABEL version=0.0.0 [2021-02-26T09:01:08.792Z] ---> Running in ff086a399c7d [2021-02-26T09:01:08.792Z] Removing intermediate container ff086a399c7d [2021-02-26T09:01:08.792Z] ---> fea58610eb3b [2021-02-26T09:01:08.792Z] [2021-02-26T09:01:09.052Z] Successfully built fea58610eb3b [2021-02-26T09:01:09.052Z] Successfully tagged docker-core-data-go:latest [2021-02-26T09:01:10.964Z]  Building docker-core-data-go ... done Removing intermediate container 9785e6167190 [2021-02-26T09:01:10.964Z] ---> 4d43e1978300 [2021-02-26T09:01:10.964Z] [2021-02-26T09:01:10.964Z] Step 10/22 : FROM alpine:3.12 [2021-02-26T09:01:10.964Z] ---> 88dd2752d2ea [2021-02-26T09:01:10.964Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-26T09:01:10.964Z] ---> Running in fdbf35db5bf0 [2021-02-26T09:01:11.224Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T09:01:11.224Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T09:01:11.486Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-26T09:01:11.486Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-26T09:01:11.486Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T09:01:11.486Z] Executing ca-certificates-20191127-r4.trigger [2021-02-26T09:01:11.486Z] OK: 6 MiB in 16 packages [2021-02-26T09:01:12.427Z] Removing intermediate container fdbf35db5bf0 [2021-02-26T09:01:12.427Z] ---> f2ee7715fc3c [2021-02-26T09:01:12.427Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-26T09:01:12.427Z] ---> Running in 25640dd79f7a [2021-02-26T09:01:12.686Z] Removing intermediate container 25640dd79f7a [2021-02-26T09:01:12.686Z] ---> bca512c7b12a [2021-02-26T09:01:12.686Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-26T09:01:12.686Z] ---> Running in 5e6586f23fa0 [2021-02-26T09:01:12.946Z] Removing intermediate container 5e6586f23fa0 [2021-02-26T09:01:12.946Z] ---> 0e273ceaa17f [2021-02-26T09:01:12.946Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-26T09:01:12.946Z] ---> Running in 698f5d8fc639 [2021-02-26T09:01:13.207Z] Removing intermediate container 698f5d8fc639 [2021-02-26T09:01:13.207Z] ---> 2e06798f1ef4 [2021-02-26T09:01:13.207Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T09:01:13.467Z] ---> aece254fb663 [2021-02-26T09:01:13.467Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-26T09:01:14.038Z] ---> 011cce41ee51 [2021-02-26T09:01:14.038Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-26T09:01:14.038Z] ---> 489e100b0d18 [2021-02-26T09:01:14.038Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-26T09:01:14.297Z] ---> Running in d4357dab9749 [2021-02-26T09:01:14.297Z] Removing intermediate container d4357dab9749 [2021-02-26T09:01:14.297Z] ---> 437182c81a3b [2021-02-26T09:01:14.297Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T09:01:14.297Z] ---> Running in fcb690c72666 [2021-02-26T09:01:14.557Z] Removing intermediate container fcb690c72666 [2021-02-26T09:01:14.557Z] ---> 1293a38d6ebe [2021-02-26T09:01:14.557Z] Step 20/22 : LABEL arch=x86_64 [2021-02-26T09:01:14.557Z] ---> Running in f885a640528b [2021-02-26T09:01:14.819Z] Removing intermediate container f885a640528b [2021-02-26T09:01:14.819Z] ---> 4d675b2a962d [2021-02-26T09:01:14.819Z] Step 21/22 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 [2021-02-26T09:01:14.819Z] ---> Running in eef3381a7d2a [2021-02-26T09:01:15.079Z] Removing intermediate container eef3381a7d2a [2021-02-26T09:01:15.079Z] ---> 1b5e2d47a209 [2021-02-26T09:01:15.079Z] Step 22/22 : LABEL version=0.0.0 [2021-02-26T09:01:15.079Z] ---> Running in aa0454b1fedf [2021-02-26T09:01:15.338Z] Removing intermediate container aa0454b1fedf [2021-02-26T09:01:15.338Z] ---> 2d788cd756a9 [2021-02-26T09:01:15.338Z] [2021-02-26T09:01:15.338Z] Successfully built 2d788cd756a9 [2021-02-26T09:01:15.338Z] Successfully tagged docker-support-notifications-go:latest [2021-02-26T09:01:15.624Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-02-26T09:01:15.685Z] $ docker stop --time=1 46b214fad7afe297a02f2f68d4524169fe7882befadc3cccd95c3e213d03fb8b [2021-02-26T09:01:17.289Z] $ docker rm -f 46b214fad7afe297a02f2f68d4524169fe7882befadc3cccd95c3e213d03fb8b [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-26T09:01:17.878Z] + docker images [2021-02-26T09:01:17.878Z] + grep docker [2021-02-26T09:01:18.450Z] docker-support-notifications-go latest 2d788cd756a9 3 seconds ago 17.8MB [2021-02-26T09:01:18.450Z] docker-core-data-go latest fea58610eb3b 10 seconds ago 22.4MB [2021-02-26T09:01:18.450Z] docker-sys-mgmt-agent-go latest 3e56b85e78f5 19 seconds ago 313MB [2021-02-26T09:01:18.450Z] docker-security-secretstore-setup-go latest c4df126f21b0 20 seconds ago 24.9MB [2021-02-26T09:01:18.450Z] docker-core-command-go latest 334246e03e2b 44 seconds ago 17MB [2021-02-26T09:01:18.450Z] docker-security-bootstrapper-go latest f47a06025306 About a minute ago 18.7MB [2021-02-26T09:01:18.450Z] docker-core-metadata-go latest 45f55ac20c3a 2 minutes ago 19MB [2021-02-26T09:01:18.450Z] docker-security-proxy-setup-go latest 50510d65fd3b 2 minutes ago 24.7MB [2021-02-26T09:01:18.450Z] docker-support-scheduler-go latest a1c6f9c97cd6 2 minutes ago 17.2MB [2021-02-26T09:01:18.450Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-26T09:01:34.277Z] Still waiting to schedule task [2021-02-26T09:01:34.277Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-26T09:02:04.354Z] gofmt -l . [2021-02-26T09:02:04.354Z] [ "`gofmt -l .`" = "" ] [2021-02-26T09:02:04.354Z] ./bin/test-go-mod-tidy.sh [2021-02-26T09:02:04.354Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-26T09:02:05.010Z] + ls -al . [2021-02-26T09:02:05.010Z] total 740 [2021-02-26T09:02:05.010Z] drwxrwxr-x 9 1001 1001 4096 Feb 26 09:02 . [2021-02-26T09:02:05.011Z] drwxr-xr-x 4 root root 4096 Feb 26 08:57 .. [2021-02-26T09:02:05.011Z] -rw-rw-r-- 1 1001 1001 11 Feb 26 08:56 .dockerignore [2021-02-26T09:02:05.011Z] drwxrwxr-x 8 1001 1001 4096 Feb 26 08:56 .git [2021-02-26T09:02:05.011Z] drwxrwxr-x 3 1001 1001 4096 Feb 26 08:56 .github [2021-02-26T09:02:05.011Z] -rw-rw-r-- 1 1001 1001 818 Feb 26 08:56 .gitignore [2021-02-26T09:02:05.011Z] -rw-rw-r-- 1 1001 1001 166 Feb 26 08:56 .sonarcloud.properties [2021-02-26T09:02:05.011Z] -rw-rw-r-- 1 1001 1001 8475 Feb 26 08:56 Attribution.txt [2021-02-26T09:02:05.011Z] -rw-rw-r-- 1 1001 1001 3804 Feb 26 08:56 CONTRIBUTING.md [2021-02-26T09:02:05.011Z] -rw-rw-r-- 1 1001 1001 931 Feb 26 08:56 Dockerfile.build [2021-02-26T09:02:05.011Z] -rw-rw-r-- 1 1001 1001 863 Feb 26 08:56 Jenkinsfile [2021-02-26T09:02:05.011Z] -rw-rw-r-- 1 1001 1001 10775 Feb 26 08:56 LICENSE [2021-02-26T09:02:05.011Z] -rw-rw-r-- 1 1001 1001 5774 Feb 26 08:56 Makefile [2021-02-26T09:02:05.011Z] -rw-rw-r-- 1 1001 1001 6524 Feb 26 08:56 README.md [2021-02-26T09:02:05.011Z] -rw-rw-r-- 1 1001 1001 6755 Feb 26 08:56 SECURITY.md [2021-02-26T09:02:05.011Z] -rw-rw-r-- 1 1001 1001 5 Feb 26 08:53 VERSION [2021-02-26T09:02:05.011Z] -rw-rw-r-- 1 1001 1001 4131 Feb 26 08:56 ZMQWindows.md [2021-02-26T09:02:05.011Z] drwxrwxr-x 2 1001 1001 4096 Feb 26 08:56 bin [2021-02-26T09:02:05.011Z] drwxrwxr-x 14 1001 1001 4096 Feb 26 08:56 cmd [2021-02-26T09:02:05.011Z] -rw-r--r-- 1 root root 599137 Feb 26 09:00 coverage.out [2021-02-26T09:02:05.011Z] -rw-r--r-- 1 root root 1055 Feb 26 09:02 go.mod [2021-02-26T09:02:05.011Z] -rw-r--r-- 1 root root 21699 Feb 26 09:02 go.sum [2021-02-26T09:02:05.011Z] drwxrwxr-x 8 1001 1001 4096 Feb 26 08:56 internal [2021-02-26T09:02:05.011Z] drwxrwxr-x 4 1001 1001 4096 Feb 26 08:56 openapi [2021-02-26T09:02:05.011Z] drwxrwxr-x 4 1001 1001 4096 Feb 26 08:56 snap [2021-02-26T09:02:05.011Z] -rw-rw-r-- 1 1001 1001 168 Feb 26 08:56 version.go [Pipeline] sh [2021-02-26T09:02:05.665Z] + '[' -e coverage.out ] [2021-02-26T09:02:05.665Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-26T09:02:05.731Z] Warning: overwriting stash ‘coverage-report’ [2021-02-26T09:02:06.968Z] Stashed 1 file(s) [Pipeline] sh [2021-02-26T09:02:07.663Z] + make build [2021-02-26T09:02:07.663Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-26T09:02:17.838Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-26T09:02:32.598Z] Running on prd-ubuntu18.04-docker-8c-8g-27831 in /w/workspace/edgexfoundry_edgex-go_PR-3202 [Pipeline] { [Pipeline] ws [2021-02-26T09:02:32.688Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-02-26T09:02:36.481Z] using credential edgex-jenkins-ssh [2021-02-26T09:02:36.538Z] Cloning the remote Git repository [2021-02-26T09:02:36.565Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-26T09:02:36.629Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-02-26T09:02:36.663Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-26T09:02:36.663Z] > git --version # timeout=10 [2021-02-26T09:02:36.672Z] > git --version # 'git version 2.17.1' [2021-02-26T09:02:36.673Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T09:02:36.698Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-26T09:02:41.510Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-26T09:02:41.041Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-26T09:02:41.048Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-26T09:02:41.057Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-26T09:02:41.067Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-26T09:02:41.067Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T09:02:41.070Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3202/head:refs/remotes/origin/PR-3202 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-26T09:02:41.665Z] Merging remotes/origin/master commit 73dc428bea26e7bc953b08348183f35641f26ad3 into PR head commit 7e4b36505a1967a6a490424c350129e624223419 [2021-02-26T09:02:41.784Z] Merge succeeded, producing 7e4b36505a1967a6a490424c350129e624223419 [2021-02-26T09:02:41.785Z] Checking out Revision 7e4b36505a1967a6a490424c350129e624223419 (PR-3202) [2021-02-26T09:02:41.689Z] > git config core.sparsecheckout # timeout=10 [2021-02-26T09:02:41.696Z] > git checkout -f 7e4b36505a1967a6a490424c350129e624223419 # timeout=10 [2021-02-26T09:02:41.768Z] > git remote # timeout=10 [2021-02-26T09:02:41.775Z] > git config --get remote.origin.url # timeout=10 [2021-02-26T09:02:41.781Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T09:02:41.785Z] > git merge 73dc428bea26e7bc953b08348183f35641f26ad3 # timeout=10 [2021-02-26T09:02:41.794Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-26T09:02:41.802Z] > git config core.sparsecheckout # timeout=10 [2021-02-26T09:02:41.806Z] > git checkout -f 7e4b36505a1967a6a490424c350129e624223419 # timeout=10 [2021-02-26T09:02:45.439Z] Commit message: "feat(data): Add CBOR support for V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-26T09:02:46.553Z] + echo snap-build.sh [2021-02-26T09:02:46.553Z] snap-build.sh [2021-02-26T09:02:46.553Z] + SNAP_BASE_DIR=. [2021-02-26T09:02:46.553Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-02-26T09:02:46.553Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-02-26T09:02:46.553Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-02-26T09:02:46.553Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-02-26T09:02:46.553Z] + cd /w/workspace/edgex-go/3 [2021-02-26T09:02:46.553Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-26T09:02:46.553Z] Reading package lists... [2021-02-26T09:02:46.553Z] Building dependency tree... [2021-02-26T09:02:46.553Z] Reading state information... [2021-02-26T09:02:46.819Z] The following packages were automatically installed and are no longer required: [2021-02-26T09:02:46.819Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-26T09:02:46.819Z] uidmap xdelta3 [2021-02-26T09:02:46.819Z] Use 'sudo apt autoremove' to remove them. [2021-02-26T09:02:46.819Z] The following packages will be REMOVED: [2021-02-26T09:02:46.819Z] lxd* lxd-client* [2021-02-26T09:02:47.392Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-26T09:02:47.392Z] After this operation, 31.7 MB disk space will be freed. [2021-02-26T09:02:48.180Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-02-26T09:02:48.180Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-26T09:02:48.236Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-26T09:02:49.129Z] Removing lxd dnsmasq configuration [2021-02-26T09:02:49.129Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-26T09:02:49.129Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-26T09:02:50.072Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-26T09:02:50.334Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-02-26T09:02:50.334Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-26T09:02:51.724Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-26T09:02:51.724Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-26T09:02:52.667Z] + sudo snap remove --purge lxd [2021-02-26T09:02:52.928Z] snap "lxd" is not installed [2021-02-26T09:02:52.928Z] + sudo groupadd --force --system lxd [2021-02-26T09:02:52.928Z] ++ whoami [2021-02-26T09:02:52.928Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-26T09:02:52.928Z] + newgrp - lxd [2021-02-26T09:02:52.928Z] + sudo snap install lxd [2021-02-26T09:02:53.648Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-26T09:02:54.628Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-26T09:02:58.931Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-26T09:03:01.071Z] 2021-02-26T09:02:58Z INFO Waiting for automatic snapd restart... [2021-02-26T09:03:05.647Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-26T09:03:09.037Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-26T09:03:13.307Z] lxd 4.11 from Canonical* installed [2021-02-26T09:03:13.308Z] + sudo lxd init --auto [2021-02-26T09:03:13.347Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-26T09:03:16.733Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-26T09:03:21.044Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-26T09:03:23.318Z] + sudo snap install --classic snapcraft [Pipeline] } [2021-02-26T09:03:27.797Z] $ docker stop --time=1 dc384f2d445331a0cae10705740b1015249f1a8c1874dab795c3cbe89ac67503 [2021-02-26T09:03:28.643Z] snapcraft 4.5.1 from Canonical* installed [2021-02-26T09:03:28.643Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-26T09:03:28.643Z] + patch --verbose -p1 [2021-02-26T09:03:28.643Z] Hmm... Looks like a unified diff to me... [2021-02-26T09:03:28.643Z] The text leading up to this was: [2021-02-26T09:03:28.643Z] -------------------------- [2021-02-26T09:03:28.643Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-26T09:03:28.643Z] |From: Tony Espy [2021-02-26T09:03:28.643Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-26T09:03:28.643Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-26T09:03:28.643Z] | [2021-02-26T09:03:28.643Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-26T09:03:28.643Z] |optimize the snap CI check run for pull requests. When [2021-02-26T09:03:28.643Z] |applied, it essentially strips out everything (apps and [2021-02-26T09:03:28.643Z] |parts) from the snapcraft.yaml file except those required [2021-02-26T09:03:28.643Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-26T09:03:28.643Z] |catch changes to edgex-go that break the snap build. [2021-02-26T09:03:28.643Z] | [2021-02-26T09:03:28.643Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-26T09:03:28.643Z] |to update this patch file, otherwise it may fail to apply, [2021-02-26T09:03:28.643Z] |resulting in a failed snap build CI check in the associated [2021-02-26T09:03:28.643Z] |pull request. [2021-02-26T09:03:28.643Z] | [2021-02-26T09:03:28.643Z] |Note - in addition to applying this patch, the pipeline also [2021-02-26T09:03:28.643Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-26T09:03:28.643Z] |need to build the finally binary .snap file (and it won't [2021-02-26T09:03:28.643Z] |work with the patch applied). This further reduces the build [2021-02-26T09:03:28.643Z] |time. [2021-02-26T09:03:28.643Z] |--- [2021-02-26T09:03:28.643Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-26T09:03:28.643Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-26T09:03:28.643Z] | [2021-02-26T09:03:28.643Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-26T09:03:28.643Z] |index 1e537489..faf42425 100644 [2021-02-26T09:03:28.643Z] |--- a/snap/snapcraft.yaml [2021-02-26T09:03:28.643Z] |+++ b/snap/snapcraft.yaml [2021-02-26T09:03:28.643Z] -------------------------- [2021-02-26T09:03:28.643Z] patching file snap/snapcraft.yaml [2021-02-26T09:03:28.643Z] Using Plan A... [2021-02-26T09:03:28.643Z] Hunk #1 succeeded at 73. [2021-02-26T09:03:28.643Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-26T09:03:28.643Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-26T09:03:28.643Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-26T09:03:28.643Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-26T09:03:28.643Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-26T09:03:28.643Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-26T09:03:28.643Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-26T09:03:28.643Z] Hmm... Ignoring the trailing garbage. [2021-02-26T09:03:28.643Z] done [2021-02-26T09:03:28.643Z] + sudo snapcraft prime --use-lxd [2021-02-26T09:03:29.215Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-26T09:03:29.215Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-26T09:03:29.215Z] - README.md [2021-02-26T09:03:29.215Z] - snapcraft.yaml.orig [2021-02-26T09:03:29.215Z] [2021-02-26T09:03:29.215Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-26T09:03:29.788Z] Launching a container. [2021-02-26T09:03:30.387Z] $ docker rm -f dc384f2d445331a0cae10705740b1015249f1a8c1874dab795c3cbe89ac67503 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T09:03:32.445Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-26T09:03:32.445Z] [2021-02-26T09:03:32.445Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T09:03:33.106Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-26T09:03:33.377Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-26T09:03:33.377Z] 29e5d40040c1: Pulling fs layer [2021-02-26T09:03:33.377Z] 1ce36da41761: Pulling fs layer [2021-02-26T09:03:33.377Z] 25b303627fd3: Pulling fs layer [2021-02-26T09:03:33.974Z] 29e5d40040c1: Verifying Checksum [2021-02-26T09:03:33.974Z] 29e5d40040c1: Download complete [2021-02-26T09:03:34.573Z] 1ce36da41761: Verifying Checksum [2021-02-26T09:03:34.573Z] 1ce36da41761: Download complete [2021-02-26T09:03:34.573Z] 29e5d40040c1: Pull complete [2021-02-26T09:03:36.008Z] 1ce36da41761: Pull complete [2021-02-26T09:03:36.008Z] 25b303627fd3: Verifying Checksum [2021-02-26T09:03:36.008Z] 25b303627fd3: Download complete [2021-02-26T09:03:42.025Z] Waiting for container to be ready [2021-02-26T09:03:42.025Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-26T09:03:42.025Z] [2021-02-26T09:03:45.379Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-26T09:03:45.643Z] Waiting for network to be ready... [2021-02-26T09:03:46.162Z] 25b303627fd3: Pull complete [2021-02-26T09:03:46.162Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-26T09:03:46.162Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-26T09:03:46.162Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-26T09:03:46.215Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-26T09:03:46.216Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-26T09:03:46.432Z] prd-ubuntu18.04-docker-arm64-4c-16g-27829 does not seem to be running inside a container [2021-02-26T09:03:46.478Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-26T09:03:46.478Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-02-26T09:03:46.529Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-26T09:03:46.743Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-26T09:03:47.005Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-26T09:03:47.005Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-26T09:03:47.005Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-26T09:03:47.005Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-26T09:03:47.005Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-26T09:03:47.005Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-26T09:03:47.005Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-02-26T09:03:47.005Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] [2021-02-26T09:03:47.005Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] [2021-02-26T09:03:47.005Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] [2021-02-26T09:03:47.005Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] [2021-02-26T09:03:47.005Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1110 kB] [2021-02-26T09:03:47.264Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-02-26T09:03:47.264Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-26T09:03:47.524Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] [2021-02-26T09:03:47.785Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-02-26T09:03:47.785Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] [2021-02-26T09:03:47.785Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] [2021-02-26T09:03:47.785Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] [2021-02-26T09:03:47.785Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] [2021-02-26T09:03:47.785Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-26T09:03:47.785Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-26T09:03:49.614Z] $ docker top f8c9c735712474a1ad51a38eabb9809f5076a435a28c4ab2f04256964c313aaf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T09:03:50.336Z] Fetched 24.0 MB in 4s (5541 kB/s) [2021-02-26T09:03:50.623Z] + docker-compose build --help [2021-02-26T09:03:50.623Z] + grep parallel [2021-02-26T09:03:50.907Z] Reading package lists... [2021-02-26T09:03:51.168Z] Reading package lists... [2021-02-26T09:03:51.430Z] Building dependency tree... [2021-02-26T09:03:51.430Z] Reading state information... [2021-02-26T09:03:51.430Z] The following additional packages will be installed: [2021-02-26T09:03:51.430Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-26T09:03:51.430Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-26T09:03:51.430Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-26T09:03:51.430Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-26T09:03:51.430Z] Suggested packages: [2021-02-26T09:03:51.430Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-26T09:03:51.430Z] Recommended packages: [2021-02-26T09:03:51.430Z] gnupg libsasl2-modules [2021-02-26T09:03:51.430Z] The following NEW packages will be installed: [2021-02-26T09:03:51.430Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-26T09:03:51.430Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-26T09:03:51.430Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-26T09:03:51.430Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-26T09:03:51.430Z] The following packages will be upgraded: [2021-02-26T09:03:51.430Z] gpg gpg-agent gpgconf libudev1 [2021-02-26T09:03:51.691Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-26T09:03:51.691Z] Need to get 3530 kB of archives. [2021-02-26T09:03:51.691Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-26T09:03:51.691Z] 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-02-26T09:03:51.691Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-26T09:03:51.951Z] 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-02-26T09:03:52.212Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-02-26T09:03:52.212Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-26T09:03:52.212Z] 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-02-26T09:03:53.155Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-26T09:03:53.155Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-26T09:03:53.155Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-02-26T09:03:53.155Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-02-26T09:03:53.155Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-02-26T09:03:53.155Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-26T09:03:53.155Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-26T09:03:53.155Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-26T09:03:53.155Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-26T09:03:53.155Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-26T09:03:53.423Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-26T09:03:53.423Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-26T09:03:53.423Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-26T09:03:53.423Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-26T09:03:53.423Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-26T09:03:53.423Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-02-26T09:03:53.686Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-26T09:03:53.687Z] Fetched 3530 kB in 2s (1628 kB/s) [2021-02-26T09:03:53.948Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-26T09:03:53.948Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-26T09:03:53.948Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-26T09:03:53.948Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-26T09:03:54.209Z] Selecting previously unselected package udev. [2021-02-26T09:03:54.209Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-26T09:03:54.209Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-26T09:03:54.209Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-26T09:03:54.470Z] Selecting previously unselected package libfuse2:amd64. [2021-02-26T09:03:54.470Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-26T09:03:54.470Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-26T09:03:54.470Z] Selecting previously unselected package fuse. [2021-02-26T09:03:54.470Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-26T09:03:54.470Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-26T09:03:54.470Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-26T09:03:54.731Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-02-26T09:03:54.731Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-26T09:03:54.731Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-02-26T09:03:54.919Z] --parallel Build images in parallel. [Pipeline] } [2021-02-26T09:03:54.955Z] $ docker stop --time=1 f8c9c735712474a1ad51a38eabb9809f5076a435a28c4ab2f04256964c313aaf [2021-02-26T09:03:55.001Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-26T09:03:55.001Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-02-26T09:03:55.001Z] Selecting previously unselected package libksba8:amd64. [2021-02-26T09:03:55.001Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-26T09:03:55.001Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-26T09:03:55.261Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-26T09:03:55.261Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-26T09:03:55.261Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T09:03:55.261Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-26T09:03:55.261Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-26T09:03:55.261Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T09:03:55.261Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-26T09:03:55.261Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-26T09:03:55.261Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T09:03:55.522Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-26T09:03:55.522Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-26T09:03:55.522Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T09:03:55.522Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-26T09:03:55.522Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-26T09:03:55.522Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T09:03:55.783Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-26T09:03:55.783Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-26T09:03:55.783Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T09:03:55.783Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-26T09:03:55.783Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-26T09:03:55.783Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T09:03:55.783Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-26T09:03:55.783Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-26T09:03:55.783Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T09:03:56.047Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-26T09:03:56.047Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-26T09:03:56.047Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T09:03:56.047Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-26T09:03:56.047Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-26T09:03:56.047Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-26T09:03:56.047Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-26T09:03:56.047Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-26T09:03:56.308Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-26T09:03:56.308Z] Selecting previously unselected package libldap-common. [2021-02-26T09:03:56.308Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-02-26T09:03:56.308Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-26T09:03:56.308Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-26T09:03:56.308Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-02-26T09:03:56.308Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-26T09:03:56.569Z] Selecting previously unselected package dirmngr. [2021-02-26T09:03:56.569Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-26T09:03:56.569Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-02-26T09:03:56.569Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-26T09:03:56.569Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-02-26T09:03:56.569Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-26T09:03:56.830Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-26T09:03:56.830Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-26T09:03:56.830Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-02-26T09:03:56.830Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T09:03:56.830Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-26T09:03:56.830Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-26T09:03:56.830Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-26T09:03:56.948Z] $ docker rm -f f8c9c735712474a1ad51a38eabb9809f5076a435a28c4ab2f04256964c313aaf [Pipeline] // withDockerContainer [Pipeline] writeFile [2021-02-26T09:03:57.409Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-26T09:03:57.409Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T09:03:57.409Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-26T09:03:57.409Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-26T09:03:57.409Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T09:03:57.678Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T09:03:57.679Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T09:03:57.679Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T09:03:57.679Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T09:03:57.679Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T09:03:57.679Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T09:03:57.679Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T09:03:57.679Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-26T09:03:57.868Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-26T09:03:57.868Z] . [Pipeline] withDockerContainer [2021-02-26T09:03:57.946Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-02-26T09:03:57.946Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-26T09:03:58.180Z] prd-ubuntu18.04-docker-arm64-4c-16g-27829 does not seem to be running inside a container [2021-02-26T09:03:58.212Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-26T09:03:58.212Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-26T09:03:58.212Z] This means they are not meant to be enabled using systemctl. [2021-02-26T09:03:58.212Z] Possible reasons for having this kind of units are: [2021-02-26T09:03:58.212Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-26T09:03:58.212Z] .wants/ or .requires/ directory. [2021-02-26T09:03:58.213Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-26T09:03:58.213Z] a requirement dependency on it. [2021-02-26T09:03:58.213Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-26T09:03:58.213Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-26T09:03:58.213Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-26T09:03:58.213Z] instance name specified. [2021-02-26T09:03:58.299Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-26T09:03:58.474Z] Reading package lists... [2021-02-26T09:03:58.734Z] Building dependency tree... [2021-02-26T09:03:58.734Z] Reading state information... [2021-02-26T09:03:58.734Z] The following additional packages will be installed: [2021-02-26T09:03:58.734Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-26T09:03:58.734Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-26T09:03:58.734Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-26T09:03:58.734Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-26T09:03:58.734Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-26T09:03:58.734Z] Suggested packages: [2021-02-26T09:03:58.734Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-26T09:03:58.734Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-26T09:03:58.734Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-26T09:03:58.734Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-26T09:03:58.734Z] systemd-container policykit-1 [2021-02-26T09:03:58.734Z] Recommended packages: [2021-02-26T09:03:58.734Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-26T09:03:58.734Z] The following NEW packages will be installed: [2021-02-26T09:03:58.734Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-26T09:03:58.734Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-26T09:03:58.734Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-26T09:03:58.734Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-26T09:03:58.734Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-26T09:03:58.734Z] The following packages will be upgraded: [2021-02-26T09:03:58.734Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-26T09:03:58.995Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-26T09:03:58.995Z] Need to get 35.2 MB of archives. [2021-02-26T09:03:58.995Z] After this operation, 141 MB of additional disk space will be used. [2021-02-26T09:03:58.995Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-26T09:03:59.596Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-26T09:03:59.824Z] $ docker top 8fa28fe44928b980c4bd8f5ac0842fadf212ded9d1d8ce54165989d431540780 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T09:04:00.548Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-26T09:04:00.549Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-26T09:04:00.549Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-26T09:04:00.549Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-26T09:04:00.810Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-26T09:04:00.810Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-26T09:04:00.810Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-26T09:04:00.810Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-26T09:04:00.810Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-26T09:04:00.810Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-26T09:04:00.810Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-26T09:04:00.810Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-26T09:04:00.878Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-26T09:04:01.072Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-02-26T09:04:01.332Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-02-26T09:04:01.332Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-26T09:04:01.332Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-02-26T09:04:01.592Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-02-26T09:04:01.852Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-02-26T09:04:01.852Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-26T09:04:01.852Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-26T09:04:01.852Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-26T09:04:01.852Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-26T09:04:01.852Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-26T09:04:01.852Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-26T09:04:01.852Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-26T09:04:01.852Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-02-26T09:04:02.113Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-26T09:04:02.113Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-02-26T09:04:04.027Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-26T09:04:04.027Z] Fetched 35.2 MB in 5s (7242 kB/s) [2021-02-26T09:04:04.027Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-26T09:04:04.027Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-26T09:04:04.027Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-26T09:04:04.970Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-26T09:04:04.970Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-26T09:04:04.970Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-26T09:04:04.970Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-26T09:04:04.970Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-26T09:04:05.178Z] Building docker-core-command-go ... [2021-02-26T09:04:05.178Z] Building docker-core-data-go ... [2021-02-26T09:04:05.178Z] Building docker-core-metadata-go ... [2021-02-26T09:04:05.178Z] Building docker-security-bootstrapper-go ... [2021-02-26T09:04:05.178Z] Building docker-security-proxy-setup-go ... [2021-02-26T09:04:05.178Z] Building docker-security-secretstore-setup-go ... [2021-02-26T09:04:05.178Z] Building docker-support-notifications-go ... [2021-02-26T09:04:05.178Z] Building docker-support-scheduler-go ... [2021-02-26T09:04:05.178Z] Building docker-sys-mgmt-agent-go ... [2021-02-26T09:04:05.178Z] Building docker-core-data-go [2021-02-26T09:04:05.178Z] Building docker-security-bootstrapper-go [2021-02-26T09:04:05.178Z] Building docker-support-scheduler-go [2021-02-26T09:04:05.178Z] Building docker-core-metadata-go [2021-02-26T09:04:05.178Z] Building docker-support-notifications-go [2021-02-26T09:04:05.230Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-26T09:04:05.230Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-26T09:04:05.490Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-26T09:04:05.490Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-26T09:04:05.490Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-26T09:04:05.751Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-26T09:04:05.751Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-26T09:04:06.011Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-26T09:04:06.272Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-26T09:04:06.273Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-02-26T09:04:06.273Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-02-26T09:04:06.533Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-26T09:04:06.533Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-02-26T09:04:06.533Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-02-26T09:04:06.533Z] Selecting previously unselected package libexpat1:amd64. [2021-02-26T09:04:06.533Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-26T09:04:06.533Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-26T09:04:06.795Z] Selecting previously unselected package python3.6-minimal. [2021-02-26T09:04:06.795Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-02-26T09:04:06.795Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-02-26T09:04:07.061Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-02-26T09:04:07.061Z] Checking for services that may need to be restarted...done. [2021-02-26T09:04:07.061Z] Checking for services that may need to be restarted...done. [2021-02-26T09:04:07.061Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-02-26T09:04:07.321Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-26T09:04:07.321Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-02-26T09:04:07.581Z] Selecting previously unselected package python3-minimal. [2021-02-26T09:04:07.842Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-26T09:04:07.842Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-26T09:04:07.842Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-26T09:04:07.842Z] Selecting previously unselected package mime-support. [2021-02-26T09:04:07.842Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-26T09:04:07.842Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-26T09:04:07.842Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-26T09:04:07.842Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-26T09:04:07.842Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-26T09:04:08.105Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-26T09:04:08.105Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-02-26T09:04:08.105Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-02-26T09:04:08.365Z] Selecting previously unselected package python3.6. [2021-02-26T09:04:08.365Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-02-26T09:04:08.365Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-02-26T09:04:08.365Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-26T09:04:08.365Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-26T09:04:08.365Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-26T09:04:08.626Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-26T09:04:08.889Z] Selecting previously unselected package python3. [2021-02-26T09:04:08.889Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-26T09:04:08.889Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-26T09:04:08.889Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-26T09:04:08.889Z] Selecting previously unselected package multiarch-support. [2021-02-26T09:04:08.889Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-26T09:04:08.889Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-26T09:04:08.889Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-26T09:04:09.152Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-26T09:04:09.152Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-26T09:04:09.152Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-26T09:04:09.152Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-26T09:04:09.152Z] Selecting previously unselected package libbsd0:amd64. [2021-02-26T09:04:09.152Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-26T09:04:09.152Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-26T09:04:09.416Z] Selecting previously unselected package sudo. [2021-02-26T09:04:09.416Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-26T09:04:09.416Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-26T09:04:09.416Z] Selecting previously unselected package apparmor. [2021-02-26T09:04:09.416Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-26T09:04:09.677Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-26T09:04:10.620Z] Selecting previously unselected package libedit2:amd64. [2021-02-26T09:04:10.620Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-26T09:04:10.620Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-26T09:04:10.880Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-26T09:04:10.880Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-26T09:04:10.880Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-26T09:04:10.881Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-26T09:04:10.881Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-26T09:04:10.881Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-26T09:04:10.881Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-26T09:04:10.881Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-26T09:04:10.881Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-26T09:04:11.141Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-26T09:04:11.141Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-26T09:04:11.141Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-26T09:04:11.141Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-26T09:04:11.141Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-26T09:04:11.141Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-26T09:04:11.403Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-26T09:04:11.403Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-02-26T09:04:11.403Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-02-26T09:04:11.677Z] Selecting previously unselected package openssh-client. [2021-02-26T09:04:11.677Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-26T09:04:11.677Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-26T09:04:11.677Z] Selecting previously unselected package squashfs-tools. [2021-02-26T09:04:11.677Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-26T09:04:11.677Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-26T09:04:11.936Z] Selecting previously unselected package snapd. [2021-02-26T09:04:11.937Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-02-26T09:04:11.937Z] Unpacking snapd (2.48.3+18.04) ... [2021-02-26T09:04:13.855Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-26T09:04:13.855Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-02-26T09:04:13.855Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-26T09:04:13.855Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-26T09:04:14.117Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-26T09:04:14.117Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-26T09:04:14.117Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-26T09:04:14.117Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-26T09:04:14.117Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-26T09:04:15.060Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-26T09:04:15.060Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-26T09:04:15.060Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-26T09:04:15.060Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-02-26T09:04:15.060Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-26T09:04:15.060Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-02-26T09:04:15.631Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-26T09:04:15.631Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-26T09:04:15.891Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-26T09:04:15.891Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-26T09:04:15.891Z] running python rtupdate hooks for python3.6... [2021-02-26T09:04:15.891Z] running python post-rtupdate hooks for python3.6... [2021-02-26T09:04:15.891Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-26T09:04:17.277Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-26T09:04:17.538Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-26T09:04:17.538Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-26T09:04:17.805Z] Setting up snapd (2.48.3+18.04) ... [2021-02-26T09:04:18.072Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-26T09:04:18.333Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-26T09:04:18.593Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-26T09:04:18.593Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-26T09:04:18.856Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-26T09:04:18.856Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-26T09:04:19.116Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-26T09:04:19.116Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-26T09:04:19.378Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-26T09:04:19.640Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-26T09:04:19.901Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-02-26T09:04:19.901Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-26T09:04:19.901Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-26T09:04:20.847Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-26T09:04:20.847Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-26T09:04:20.847Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-26T09:04:22.055Z] Reading package lists... [2021-02-26T09:04:22.055Z] Reading package lists... [2021-02-26T09:04:22.314Z] Building dependency tree... [2021-02-26T09:04:22.315Z] Reading state information... [2021-02-26T09:04:22.315Z] Calculating upgrade... [2021-02-26T09:04:22.583Z] The following packages will be upgraded: [2021-02-26T09:04:22.583Z] advancecomp base-files bash binutils binutils-common [2021-02-26T09:04:22.583Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-26T09:04:22.583Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-26T09:04:22.583Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-26T09:04:22.583Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-26T09:04:22.583Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-26T09:04:22.583Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-26T09:04:22.583Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-26T09:04:22.583Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-26T09:04:22.583Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-26T09:04:22.583Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-26T09:04:22.583Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-26T09:04:22.583Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-26T09:04:22.583Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-26T09:04:22.583Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-26T09:04:22.583Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-26T09:04:22.583Z] Need to get 63.8 MB of archives. [2021-02-26T09:04:22.583Z] After this operation, 5201 kB of additional disk space will be used. [2021-02-26T09:04:22.583Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-02-26T09:04:22.843Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-26T09:04:22.843Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-26T09:04:22.843Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-26T09:04:22.843Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-26T09:04:22.843Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-26T09:04:22.843Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-26T09:04:22.843Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-26T09:04:22.843Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-26T09:04:22.843Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-26T09:04:22.843Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-26T09:04:22.843Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-26T09:04:22.843Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-26T09:04:22.843Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-26T09:04:22.843Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-26T09:04:22.843Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-26T09:04:22.843Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-26T09:04:22.843Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-26T09:04:22.843Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-26T09:04:22.843Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-26T09:04:22.843Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-26T09:04:23.105Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-26T09:04:23.105Z] 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-02-26T09:04:23.105Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-26T09:04:23.105Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-26T09:04:23.105Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-26T09:04:23.105Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-26T09:04:23.105Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-26T09:04:23.105Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-26T09:04:23.105Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-26T09:04:23.105Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-26T09:04:23.105Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-26T09:04:23.105Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-26T09:04:23.105Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-26T09:04:23.105Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-26T09:04:23.105Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-26T09:04:23.105Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-26T09:04:23.105Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-26T09:04:23.105Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-26T09:04:23.105Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-02-26T09:04:23.105Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-26T09:04:23.105Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-26T09:04:23.105Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-26T09:04:23.105Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-26T09:04:23.105Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-26T09:04:23.105Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-26T09:04:23.105Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-26T09:04:23.105Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-26T09:04:23.106Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-26T09:04:23.106Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-26T09:04:23.106Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-26T09:04:23.106Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-26T09:04:23.106Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-26T09:04:23.106Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-26T09:04:23.106Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-26T09:04:23.370Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-26T09:04:23.370Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-26T09:04:23.630Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-26T09:04:23.630Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-26T09:04:23.630Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-26T09:04:23.630Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-26T09:04:23.630Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-26T09:04:23.630Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-26T09:04:23.630Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-26T09:04:23.630Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-26T09:04:23.630Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-26T09:04:23.891Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-26T09:04:23.891Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-26T09:04:23.891Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-26T09:04:23.891Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-26T09:04:23.891Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-26T09:04:23.891Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-26T09:04:23.891Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-26T09:04:23.891Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-26T09:04:23.891Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-26T09:04:23.891Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-26T09:04:23.891Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-26T09:04:23.891Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-26T09:04:23.891Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-26T09:04:23.891Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-26T09:04:23.891Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-26T09:04:23.891Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-26T09:04:23.891Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-26T09:04:23.891Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-26T09:04:23.891Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-26T09:04:24.153Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-26T09:04:24.154Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-02-26T09:04:24.154Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-26T09:04:24.154Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-26T09:04:24.154Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-26T09:04:24.154Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-26T09:04:24.154Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-26T09:04:24.154Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-26T09:04:24.154Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-26T09:04:24.154Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-26T09:04:24.154Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-26T09:04:24.154Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-26T09:04:24.154Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-26T09:04:24.415Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-26T09:04:24.415Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-26T09:04:24.415Z] Fetched 63.8 MB in 2s (37.1 MB/s) [2021-02-26T09:04:24.415Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T09:04:24.415Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-26T09:04:24.415Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-26T09:04:25.357Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-26T09:04:25.357Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-26T09:04:25.357Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-02-26T09:04:25.357Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-02-26T09:04:25.928Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-26T09:04:26.188Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-26T09:04:26.448Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-26T09:04:26.448Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-26T09:04:26.448Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-26T09:04:26.448Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-26T09:04:26.709Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-26T09:04:26.709Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-26T09:04:26.709Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-26T09:04:26.709Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-26T09:04:26.972Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-26T09:04:26.972Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-26T09:04:26.972Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-26T09:04:26.972Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-26T09:04:27.233Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-26T09:04:27.233Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-26T09:04:27.233Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-26T09:04:27.233Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-26T09:04:27.233Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-26T09:04:27.494Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-26T09:04:27.494Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-26T09:04:27.494Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-26T09:04:27.494Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-26T09:04:27.755Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-26T09:04:27.755Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-26T09:04:27.755Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-26T09:04:28.018Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-26T09:04:28.282Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-26T09:04:28.282Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-26T09:04:28.282Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-26T09:04:28.855Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-26T09:04:29.117Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-26T09:04:29.117Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-26T09:04:29.117Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-26T09:04:29.117Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-26T09:04:29.117Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-26T09:04:29.378Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-26T09:04:29.639Z] Installing new version of config file /etc/issue ... [2021-02-26T09:04:29.639Z] Installing new version of config file /etc/issue.net ... [2021-02-26T09:04:29.639Z] Installing new version of config file /etc/lsb-release ... [2021-02-26T09:04:29.639Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-26T09:04:29.901Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-26T09:04:29.901Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-26T09:04:29.901Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-26T09:04:29.901Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T09:04:29.901Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-26T09:04:30.162Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-26T09:04:30.162Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-26T09:04:30.162Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-02-26T09:04:30.422Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T09:04:30.422Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-26T09:04:30.422Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-26T09:04:30.422Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-26T09:04:30.682Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T09:04:30.682Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-26T09:04:30.682Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-26T09:04:30.682Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-26T09:04:30.943Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T09:04:30.943Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-26T09:04:30.943Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-26T09:04:30.943Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-26T09:04:31.203Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T09:04:31.203Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-26T09:04:31.203Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-26T09:04:31.499Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-26T09:04:31.499Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T09:04:31.499Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-26T09:04:31.499Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-26T09:04:31.760Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-26T09:04:31.760Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T09:04:31.760Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-26T09:04:31.760Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-26T09:04:32.021Z] Setting up grep (3.1-2build1) ... [2021-02-26T09:04:32.021Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T09:04:32.021Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-26T09:04:32.021Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-26T09:04:32.282Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-26T09:04:32.282Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T09:04:32.282Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-26T09:04:32.282Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-26T09:04:32.543Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-26T09:04:32.543Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T09:04:32.543Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-26T09:04:32.543Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-26T09:04:33.115Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-26T09:04:33.115Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-26T09:04:33.115Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-26T09:04:33.375Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-26T09:04:33.635Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-26T09:04:33.896Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T09:04:33.896Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-26T09:04:33.896Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-26T09:04:35.282Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-26T09:04:35.282Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-26T09:04:35.282Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-26T09:04:35.282Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-26T09:04:35.282Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-26T09:04:35.282Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T09:04:35.282Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-26T09:04:35.282Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-26T09:04:35.542Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-26T09:04:35.542Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T09:04:35.542Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-26T09:04:35.803Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-26T09:04:35.803Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-26T09:04:35.803Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T09:04:35.803Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-26T09:04:35.803Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-26T09:04:36.062Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-26T09:04:36.062Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T09:04:36.062Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-26T09:04:36.062Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-26T09:04:36.324Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-26T09:04:36.324Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T09:04:36.324Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-26T09:04:36.586Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-26T09:04:36.586Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-26T09:04:36.586Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T09:04:36.586Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-26T09:04:36.586Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-26T09:04:36.846Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-26T09:04:36.846Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-26T09:04:36.846Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-26T09:04:37.107Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T09:04:37.107Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-26T09:04:37.107Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-26T09:04:37.107Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-26T09:04:37.368Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T09:04:37.368Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-26T09:04:37.368Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-26T09:04:37.368Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-26T09:04:37.628Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T09:04:37.628Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-26T09:04:37.628Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-26T09:04:37.628Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-26T09:04:37.889Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T09:04:37.889Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-26T09:04:37.889Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-26T09:04:38.461Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-26T09:04:38.461Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-26T09:04:38.722Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-26T09:04:38.989Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T09:04:38.989Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-26T09:04:38.989Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-26T09:04:39.250Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-26T09:04:39.250Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T09:04:39.250Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-26T09:04:39.250Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-26T09:04:39.510Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-26T09:04:39.510Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T09:04:39.510Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-26T09:04:39.771Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-26T09:04:39.771Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-26T09:04:40.032Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T09:04:40.032Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-26T09:04:40.032Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-26T09:04:40.032Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-26T09:04:40.292Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T09:04:40.292Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-26T09:04:40.292Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-26T09:04:40.553Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-26T09:04:40.553Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T09:04:40.553Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-26T09:04:40.553Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-26T09:04:40.813Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-26T09:04:40.813Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T09:04:40.813Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-26T09:04:40.813Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-26T09:04:41.074Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-26T09:04:41.074Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T09:04:41.074Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-26T09:04:41.343Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-26T09:04:41.343Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-26T09:04:41.605Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T09:04:41.605Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-26T09:04:41.605Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-26T09:04:41.866Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-26T09:04:41.866Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-26T09:04:41.866Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-26T09:04:41.866Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-26T09:04:42.128Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-26T09:04:42.128Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T09:04:42.128Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-26T09:04:42.128Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-26T09:04:42.389Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-26T09:04:42.389Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T09:04:42.389Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-26T09:04:42.651Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-26T09:04:42.651Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-26T09:04:42.911Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T09:04:42.911Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-26T09:04:42.911Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-26T09:04:43.172Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-26T09:04:43.172Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T09:04:43.172Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-26T09:04:43.172Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-26T09:04:43.433Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-26T09:04:43.433Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T09:04:43.433Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-26T09:04:43.433Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-26T09:04:43.693Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-26T09:04:43.954Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T09:04:43.954Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-26T09:04:43.954Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-02-26T09:04:44.215Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-02-26T09:04:44.215Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T09:04:44.215Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-26T09:04:44.215Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-26T09:04:44.476Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-26T09:04:44.476Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T09:04:44.476Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-26T09:04:44.476Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-26T09:04:44.741Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-26T09:04:44.741Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T09:04:44.741Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-26T09:04:44.741Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-26T09:04:45.001Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-26T09:04:45.001Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T09:04:45.001Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-26T09:04:45.001Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-26T09:04:45.262Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-26T09:04:45.262Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T09:04:45.262Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-26T09:04:45.262Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-26T09:04:45.523Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-26T09:04:45.523Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T09:04:45.523Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-26T09:04:45.523Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-26T09:04:45.785Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-26T09:04:45.785Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-26T09:04:45.785Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-26T09:04:45.785Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-26T09:04:46.046Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-26T09:04:46.046Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-26T09:04:46.310Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-02-26T09:04:46.310Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-02-26T09:04:46.310Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-26T09:04:46.570Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-26T09:04:46.570Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-26T09:04:47.141Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-26T09:04:47.141Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-26T09:04:47.141Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-26T09:04:47.141Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-26T09:04:47.402Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-26T09:04:47.402Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-26T09:04:47.402Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-26T09:04:47.402Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-26T09:04:47.673Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-26T09:04:47.673Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-26T09:04:47.673Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-26T09:04:47.673Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-26T09:04:47.673Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-26T09:04:47.934Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-26T09:04:47.934Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-26T09:04:48.875Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-26T09:04:48.875Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-26T09:04:48.875Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-26T09:04:48.875Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-26T09:04:49.207Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-26T09:04:49.207Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-26T09:04:49.555Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-26T09:04:49.555Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-26T09:04:49.555Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-26T09:04:49.849Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-26T09:04:49.849Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-26T09:04:49.849Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-26T09:04:49.849Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-26T09:04:49.849Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-26T09:04:50.128Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-26T09:04:50.128Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-26T09:04:50.425Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-26T09:04:50.425Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-26T09:04:50.425Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-26T09:04:50.425Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-26T09:04:51.484Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-26T09:04:51.484Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-26T09:04:52.088Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-26T09:04:52.351Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-26T09:04:52.925Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-26T09:04:52.925Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-26T09:04:53.187Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-26T09:04:53.187Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-26T09:04:54.128Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-26T09:04:54.128Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-26T09:04:54.128Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-26T09:04:54.388Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-26T09:04:54.388Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-26T09:04:54.388Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-26T09:04:54.655Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-26T09:04:54.655Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-26T09:04:54.655Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-26T09:04:54.914Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-26T09:04:54.914Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-26T09:04:54.914Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-26T09:04:55.174Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-26T09:04:55.174Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-26T09:04:55.174Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-26T09:04:55.174Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-26T09:04:55.435Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-26T09:04:55.435Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-26T09:04:55.435Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-26T09:04:55.435Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-26T09:04:55.435Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-26T09:04:55.435Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-26T09:04:55.435Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-26T09:04:55.435Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-26T09:04:55.695Z] [2021-02-26T09:04:55.695Z] Current default time zone: 'Etc/UTC' [2021-02-26T09:04:55.695Z] Local time is now: Fri Feb 26 09:04:55 UTC 2021. [2021-02-26T09:04:55.695Z] Universal Time is now: Fri Feb 26 09:04:55 UTC 2021. [2021-02-26T09:04:55.695Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-26T09:04:55.695Z] [2021-02-26T09:04:55.695Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-26T09:04:55.695Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-26T09:04:55.695Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-02-26T09:04:55.695Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-26T09:04:55.695Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-26T09:04:55.695Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-26T09:04:55.695Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-26T09:04:55.956Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-26T09:04:55.956Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-26T09:04:55.956Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-26T09:04:55.956Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-26T09:04:55.956Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-26T09:04:56.226Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-26T09:04:56.226Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-26T09:04:56.226Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-26T09:04:56.226Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-26T09:04:56.485Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-26T09:04:56.485Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-26T09:04:56.485Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-02-26T09:04:56.485Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-26T09:04:56.485Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-26T09:04:56.485Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-26T09:04:56.485Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-26T09:04:58.401Z] Updating certificates in /etc/ssl/certs... [2021-02-26T09:04:59.350Z] 23 added, 27 removed; done. [2021-02-26T09:04:59.350Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-26T09:04:59.350Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-26T09:04:59.350Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-26T09:04:59.350Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-26T09:04:59.350Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-26T09:04:59.350Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-26T09:04:59.350Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-26T09:04:59.350Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-26T09:04:59.350Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-26T09:04:59.610Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-26T09:04:59.610Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-26T09:04:59.610Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-26T09:04:59.610Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-26T09:04:59.610Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-26T09:04:59.610Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-26T09:04:59.610Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-26T09:04:59.610Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-26T09:04:59.871Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-26T09:04:59.871Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-26T09:04:59.871Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-26T09:04:59.871Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-26T09:04:59.871Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-26T09:04:59.871Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-26T09:04:59.871Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-26T09:05:00.132Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-26T09:05:00.132Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-26T09:05:00.132Z] Updating certificates in /etc/ssl/certs... [2021-02-26T09:05:00.705Z] 0 added, 0 removed; done. [2021-02-26T09:05:00.705Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-26T09:05:00.705Z] done. [2021-02-26T09:05:01.277Z] Reading package lists... [2021-02-26T09:05:01.277Z] Building dependency tree... [2021-02-26T09:05:01.277Z] Reading state information... [2021-02-26T09:05:01.541Z] The following NEW packages will be installed: [2021-02-26T09:05:01.541Z] apt-transport-https [2021-02-26T09:05:01.541Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-26T09:05:01.541Z] Need to get 1696 B of archives. [2021-02-26T09:05:01.541Z] After this operation, 153 kB of additional disk space will be used. [2021-02-26T09:05:01.541Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-26T09:05:01.541Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-26T09:05:01.803Z] Fetched 1696 B in 0s (13.1 kB/s) [2021-02-26T09:05:01.803Z] Selecting previously unselected package apt-transport-https. [2021-02-26T09:05:01.803Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-26T09:05:01.803Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-26T09:05:01.803Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-26T09:05:01.803Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-26T09:05:02.063Z] Waiting for network to be ready... [2021-02-26T09:05:06.268Z] 2021-02-26T09:05:04Z INFO Waiting for automatic snapd restart... [2021-02-26T09:05:06.843Z] snapd 2.48.2.1 from Canonical* installed [2021-02-26T09:05:06.843Z] "snapd" switched to the "latest/stable" channel [2021-02-26T09:05:06.843Z] [2021-02-26T09:05:09.388Z] core18 20210128 from Canonical* installed [2021-02-26T09:05:09.649Z] "core18" switched to the "latest/stable" channel [2021-02-26T09:05:09.649Z] [2021-02-26T09:05:12.964Z] snapcraft 4.5.1 from Canonical* installed [2021-02-26T09:05:12.964Z] "snapcraft" switched to the "latest/stable" channel [2021-02-26T09:05:12.964Z] [2021-02-26T09:05:13.160Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T09:05:13.160Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-26T09:05:13.160Z] ---> 75a061b753f0 [2021-02-26T09:05:13.160Z] Step 3/23 : WORKDIR /edgex-go [2021-02-26T09:05:13.160Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T09:05:13.160Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-26T09:05:13.160Z] ---> 75a061b753f0 [2021-02-26T09:05:13.160Z] Step 3/30 : WORKDIR /edgex-go [2021-02-26T09:05:13.160Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T09:05:13.160Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-26T09:05:13.160Z] ---> 75a061b753f0 [2021-02-26T09:05:13.160Z] Step 3/22 : WORKDIR /edgex-go [2021-02-26T09:05:13.160Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T09:05:13.160Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-26T09:05:13.160Z] ---> 75a061b753f0 [2021-02-26T09:05:13.160Z] Step 3/22 : WORKDIR /edgex-go [2021-02-26T09:05:13.160Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T09:05:13.160Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-26T09:05:13.160Z] ---> 75a061b753f0 [2021-02-26T09:05:13.160Z] Step 3/23 : WORKDIR /edgex-go [2021-02-26T09:05:16.272Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-26T09:05:16.272Z] - README.md [2021-02-26T09:05:16.272Z] - snapcraft.yaml.orig [2021-02-26T09:05:16.272Z] [2021-02-26T09:05:16.272Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-26T09:05:17.469Z] ---> Running in c4427091632a [2021-02-26T09:05:17.469Z] ---> Running in 3d0f93ee0920 [2021-02-26T09:05:17.469Z] ---> Running in 305153ea9822 [2021-02-26T09:05:17.469Z] ---> Running in e7da25539187 [2021-02-26T09:05:17.469Z] ---> Running in be7794828284 [2021-02-26T09:05:17.469Z] Removing intermediate container c4427091632a [2021-02-26T09:05:17.469Z] ---> 6d6cd4613109 [2021-02-26T09:05:17.469Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T09:05:17.469Z] Removing intermediate container 305153ea9822 [2021-02-26T09:05:17.469Z] ---> 810398709b7e [2021-02-26T09:05:17.469Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T09:05:17.744Z] Removing intermediate container 3d0f93ee0920 [2021-02-26T09:05:17.744Z] ---> fd24d0d752f9 [2021-02-26T09:05:17.744Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T09:05:17.744Z] Removing intermediate container be7794828284 [2021-02-26T09:05:17.744Z] ---> 1f3beea65d79 [2021-02-26T09:05:17.744Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T09:05:17.744Z] Removing intermediate container e7da25539187 [2021-02-26T09:05:17.744Z] ---> 534df3f8fae2 [2021-02-26T09:05:17.744Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T09:05:18.017Z] ---> Running in 2bed7a73a5dd [2021-02-26T09:05:18.017Z] ---> Running in 26289e6c6cdf [2021-02-26T09:05:18.017Z] ---> Running in e26cc1499a80 [2021-02-26T09:05:18.017Z] ---> Running in b0915126bacc [2021-02-26T09:05:18.017Z] ---> Running in ad8b4786d4ac [2021-02-26T09:05:22.368Z] Removing intermediate container e26cc1499a80 [2021-02-26T09:05:22.368Z] ---> dd933d25e9bc [2021-02-26T09:05:22.368Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-26T09:05:22.368Z] ---> Running in 697a014ce6c8 [2021-02-26T09:05:22.368Z] Removing intermediate container 2bed7a73a5dd [2021-02-26T09:05:22.368Z] ---> 4b365734b1f0 [2021-02-26T09:05:22.368Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-26T09:05:22.368Z] Removing intermediate container 26289e6c6cdf [2021-02-26T09:05:22.368Z] ---> d5dc44ed32ad [2021-02-26T09:05:22.368Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-26T09:05:22.641Z] Removing intermediate container ad8b4786d4ac [2021-02-26T09:05:22.642Z] ---> 3a104ad64600 [2021-02-26T09:05:22.642Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-26T09:05:22.642Z] ---> Running in 1dd9373a4140 [2021-02-26T09:05:22.642Z] Removing intermediate container b0915126bacc [2021-02-26T09:05:22.642Z] ---> 1278a5155bf5 [2021-02-26T09:05:22.642Z] Step 5/30 : RUN apk add --update --no-cache make git ---> Running in 037925ca118c [2021-02-26T09:05:22.642Z] [2021-02-26T09:05:22.854Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-26T09:05:22.854Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-26T09:05:22.854Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-26T09:05:22.854Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-26T09:05:22.919Z] ---> Running in beeb3dcffb75 [2021-02-26T09:05:23.193Z] ---> Running in a88692d97b9d [2021-02-26T09:05:23.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T09:05:23.794Z] Reading package lists... [2021-02-26T09:05:24.055Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-02-26T09:05:24.771Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T09:05:24.771Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T09:05:24.771Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T09:05:25.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T09:05:25.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T09:05:25.318Z] OK: 217 MiB in 51 packages [2021-02-26T09:05:25.599Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T09:05:25.599Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T09:05:25.599Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T09:05:25.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T09:05:26.481Z] OK: 217 MiB in 51 packages [2021-02-26T09:05:26.481Z] OK: 217 MiB in 51 packages [2021-02-26T09:05:26.481Z] OK: 217 MiB in 51 packages [2021-02-26T09:05:26.764Z] OK: 217 MiB in 51 packages [2021-02-26T09:05:27.047Z] Removing intermediate container 697a014ce6c8 [2021-02-26T09:05:27.047Z] ---> 67489e8f28f7 [2021-02-26T09:05:27.047Z] Step 6/23 : COPY go.mod . [2021-02-26T09:05:28.031Z] Removing intermediate container 1dd9373a4140 [2021-02-26T09:05:28.031Z] ---> 2d1ce7412d85 [2021-02-26T09:05:28.031Z] Step 6/23 : COPY go.mod . ---> 8c12b6068a6f [2021-02-26T09:05:28.031Z] Step 7/23 : RUN go mod download [2021-02-26T09:05:28.031Z] [2021-02-26T09:05:28.308Z] ---> Running in 9fc5efabb8c7 [2021-02-26T09:05:28.587Z] Removing intermediate container 037925ca118c [2021-02-26T09:05:28.587Z] ---> 397e1cf09728 [2021-02-26T09:05:28.587Z] Step 6/22 : COPY go.mod . [2021-02-26T09:05:28.587Z] Removing intermediate container a88692d97b9d [2021-02-26T09:05:28.587Z] ---> c1a55aa4b32c [2021-02-26T09:05:28.587Z] Step 6/30 : COPY go.mod . [2021-02-26T09:05:28.863Z] Removing intermediate container beeb3dcffb75 [2021-02-26T09:05:28.863Z] ---> edc62a03f527 [2021-02-26T09:05:28.863Z] Step 6/22 : COPY go.mod . [2021-02-26T09:05:29.138Z] ---> ce54f85d32dc [2021-02-26T09:05:29.138Z] Step 7/23 : RUN go mod download [2021-02-26T09:05:29.138Z] ---> Running in e28084e026fb [2021-02-26T09:05:29.742Z] ---> 26930ca19736 [2021-02-26T09:05:29.742Z] Step 7/22 : RUN go mod download [2021-02-26T09:05:30.022Z] ---> Running in 9cc8d519fd80 [2021-02-26T09:05:30.022Z] ---> ba6646f0468f [2021-02-26T09:05:30.022Z] Step 7/30 : RUN go mod download [2021-02-26T09:05:30.022Z] ---> 200099aca67b [2021-02-26T09:05:30.022Z] Step 7/22 : RUN go mod download [2021-02-26T09:05:30.296Z] ---> Running in f312b95ef294 [2021-02-26T09:05:30.296Z] ---> Running in b687aa876d5d [2021-02-26T09:05:30.637Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-26T09:05:30.637Z] Reading package lists... [2021-02-26T09:05:30.637Z] Building dependency tree... [2021-02-26T09:05:30.637Z] Reading state information... [2021-02-26T09:05:30.637Z] Suggested packages: [2021-02-26T09:05:30.637Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-26T09:05:30.637Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-26T09:05:30.637Z] Recommended packages: [2021-02-26T09:05:30.637Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-26T09:05:30.637Z] The following NEW packages will be installed: [2021-02-26T09:05:30.637Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-26T09:05:30.637Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-26T09:05:30.637Z] pkg-config zip [2021-02-26T09:05:30.637Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-26T09:05:30.637Z] Need to get 7655 kB of archives. [2021-02-26T09:05:30.637Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-26T09:05:30.637Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-26T09:05:30.637Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-26T09:05:30.637Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-26T09:05:30.637Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-26T09:05:30.637Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-26T09:05:30.637Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-26T09:05:30.637Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-26T09:05:30.637Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-26T09:05:30.897Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-26T09:05:30.897Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-26T09:05:30.897Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-26T09:05:30.897Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-26T09:05:31.157Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-26T09:05:31.157Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-26T09:05:31.158Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-26T09:05:31.158Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-26T09:05:31.158Z] Fetched 7655 kB in 1s (9736 kB/s) [2021-02-26T09:05:31.418Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-26T09:05:31.418Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-26T09:05:31.418Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-26T09:05:31.418Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-26T09:05:31.418Z] Selecting previously unselected package libpsl5:amd64. [2021-02-26T09:05:31.418Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-26T09:05:31.679Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-26T09:05:31.679Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-26T09:05:31.679Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-26T09:05:31.679Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-26T09:05:31.679Z] Selecting previously unselected package librtmp1:amd64. [2021-02-26T09:05:31.679Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-26T09:05:31.679Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-26T09:05:31.939Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-26T09:05:31.939Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-26T09:05:31.939Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-26T09:05:31.939Z] Selecting previously unselected package liberror-perl. [2021-02-26T09:05:31.939Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-26T09:05:31.939Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-26T09:05:32.200Z] Selecting previously unselected package git-man. [2021-02-26T09:05:32.200Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-26T09:05:32.200Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-26T09:05:32.200Z] Selecting previously unselected package git. [2021-02-26T09:05:32.200Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-26T09:05:32.200Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-26T09:05:32.949Z] Removing intermediate container 9fc5efabb8c7 [2021-02-26T09:05:32.949Z] ---> 07bcab938047 [2021-02-26T09:05:32.949Z] Step 8/23 : COPY . . [2021-02-26T09:05:33.141Z] Selecting previously unselected package libnorm1:amd64. [2021-02-26T09:05:33.141Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-26T09:05:33.141Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-26T09:05:33.402Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-26T09:05:33.402Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-26T09:05:33.402Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-26T09:05:33.402Z] Selecting previously unselected package libsodium23:amd64. [2021-02-26T09:05:33.402Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-26T09:05:33.402Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-26T09:05:33.549Z] Removing intermediate container e28084e026fb [2021-02-26T09:05:33.549Z] ---> 9ea12c14cfd6 [2021-02-26T09:05:33.549Z] Step 8/23 : COPY . . [2021-02-26T09:05:33.663Z] Selecting previously unselected package libzmq5:amd64. [2021-02-26T09:05:33.663Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-26T09:05:33.664Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-26T09:05:33.664Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-26T09:05:33.664Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-26T09:05:33.664Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-26T09:05:33.924Z] Selecting previously unselected package pkg-config. [2021-02-26T09:05:33.924Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-26T09:05:33.924Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-26T09:05:33.924Z] Selecting previously unselected package zip. [2021-02-26T09:05:33.924Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-26T09:05:33.924Z] Unpacking zip (3.0-11build1) ... [2021-02-26T09:05:34.185Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-26T09:05:34.185Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-26T09:05:34.185Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-26T09:05:34.185Z] Setting up liberror-perl (0.17025-1) ... [2021-02-26T09:05:34.185Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-26T09:05:34.185Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-26T09:05:34.185Z] No schema files found: doing nothing. [2021-02-26T09:05:34.185Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-26T09:05:34.185Z] Setting up zip (3.0-11build1) ... [2021-02-26T09:05:34.185Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-26T09:05:34.447Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-26T09:05:34.447Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-26T09:05:34.447Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-26T09:05:34.447Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-26T09:05:34.447Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-26T09:05:34.447Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-26T09:05:34.447Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-26T09:05:34.531Z] Removing intermediate container 9cc8d519fd80 [2021-02-26T09:05:34.531Z] ---> c4c66b74b3f7 [2021-02-26T09:05:34.531Z] Step 8/22 : COPY . . [2021-02-26T09:05:35.123Z] Removing intermediate container f312b95ef294 [2021-02-26T09:05:35.123Z] ---> 20b76d25276c [2021-02-26T09:05:35.123Z] Step 8/30 : COPY . . [2021-02-26T09:05:36.101Z] Removing intermediate container b687aa876d5d [2021-02-26T09:05:36.101Z] ---> 8216d279e387 [2021-02-26T09:05:36.101Z] Step 8/22 : COPY . . [2021-02-26T09:05:41.045Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-26T09:05:41.045Z] git set to automatically installed. [2021-02-26T09:05:41.045Z] git-man set to automatically installed. [2021-02-26T09:05:41.045Z] libcurl3-gnutls set to automatically installed. [2021-02-26T09:05:41.045Z] liberror-perl set to automatically installed. [2021-02-26T09:05:41.045Z] libglib2.0-0 set to automatically installed. [2021-02-26T09:05:41.045Z] libnghttp2-14 set to automatically installed. [2021-02-26T09:05:41.045Z] libnorm1 set to automatically installed. [2021-02-26T09:05:41.045Z] libpgm-5.2-0 set to automatically installed. [2021-02-26T09:05:41.045Z] libpsl5 set to automatically installed. [2021-02-26T09:05:41.045Z] librtmp1 set to automatically installed. [2021-02-26T09:05:41.045Z] libsodium23 set to automatically installed. [2021-02-26T09:05:41.045Z] libzmq3-dev set to automatically installed. [2021-02-26T09:05:41.045Z] libzmq5 set to automatically installed. [2021-02-26T09:05:41.045Z] pkg-config set to automatically installed. [2021-02-26T09:05:41.045Z] zip set to automatically installed. [2021-02-26T09:05:42.958Z] snapd is not logged in, snap install commands will use sudo [2021-02-26T09:05:49.543Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-26T09:05:49.543Z] snap "core18" has no updates available [2021-02-26T09:05:50.115Z] Pulling config-common [2021-02-26T09:05:50.115Z] + snapcraftctl pull [2021-02-26T09:05:51.057Z] Pulling go-build-helper [2021-02-26T09:05:51.057Z] + snapcraftctl pull [2021-02-26T09:05:58.285Z] ---> 8163bf448a85 [2021-02-26T09:05:58.285Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-26T09:05:58.285Z] ---> Running in 58f9b5a8048f [2021-02-26T09:05:58.285Z] ---> 0573f043b2dd [2021-02-26T09:05:58.285Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-26T09:05:58.285Z] ---> 1bdc115f802f [2021-02-26T09:05:58.285Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-26T09:05:58.285Z] ---> b2337df9a8c9 [2021-02-26T09:05:58.285Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-26T09:05:58.285Z] ---> 475a1c15392f [2021-02-26T09:05:58.285Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-26T09:05:58.285Z] ---> Running in 51c557bfae90 [2021-02-26T09:05:58.285Z] ---> Running in 3bea18cfc6b2 [2021-02-26T09:05:58.285Z] ---> Running in 8754992a44d4 [2021-02-26T09:05:58.285Z] ---> Running in 3d79143e5cc4 [2021-02-26T09:05:59.271Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-26T09:06:00.277Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-26T09:06:00.555Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-26T09:06:00.831Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-26T09:06:00.831Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-26T09:06:13.031Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-26T09:06:13.031Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-26T09:06:13.031Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-26T09:06:13.031Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-02-26T09:06:13.031Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-26T09:06:13.031Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-26T09:06:13.031Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-26T09:06:13.031Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-26T09:06:13.031Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-26T09:06:13.031Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-26T09:06:13.031Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-26T09:06:13.031Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-02-26T09:06:13.031Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] [2021-02-26T09:06:13.031Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] [2021-02-26T09:06:13.031Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] [2021-02-26T09:06:13.031Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] [2021-02-26T09:06:13.031Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1110 kB] [2021-02-26T09:06:13.031Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-02-26T09:06:13.031Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-26T09:06:13.031Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] [2021-02-26T09:06:13.031Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-02-26T09:06:13.031Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] [2021-02-26T09:06:13.031Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] [2021-02-26T09:06:13.031Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] [2021-02-26T09:06:13.031Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] [2021-02-26T09:06:13.031Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-26T09:06:13.031Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-26T09:06:13.031Z] Fetched 24.0 MB in 0s (0 B/s) [2021-02-26T09:06:13.031Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-26T09:06:13.031Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-26T09:06:13.031Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-26T09:06:13.031Z] Fetched 279 kB in 0s (0 B/s) [2021-02-26T09:06:13.031Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-26T09:06:13.031Z] Fetched 122 kB in 0s (0 B/s) [2021-02-26T09:06:13.031Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-26T09:06:13.031Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-26T09:06:13.031Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-26T09:06:13.031Z] Fetched 8848 B in 0s (0 B/s) [2021-02-26T09:06:13.031Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-26T09:06:13.031Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-26T09:06:13.031Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-26T09:06:13.031Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-26T09:06:13.031Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-26T09:06:13.031Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-26T09:06:13.031Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-26T09:06:13.031Z] Fetched 214 kB in 0s (0 B/s) [2021-02-26T09:06:13.031Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-02-26T09:06:13.031Z] Fetched 154 kB in 0s (0 B/s) [2021-02-26T09:06:13.031Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-26T09:06:13.031Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-26T09:06:13.031Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-26T09:06:13.031Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-26T09:06:13.032Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-26T09:06:13.032Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-26T09:06:13.032Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-26T09:06:13.032Z] Fetched 499 kB in 0s (0 B/s) [2021-02-26T09:06:13.032Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-26T09:06:13.032Z] Fetched 111 kB in 0s (0 B/s) [2021-02-26T09:06:13.032Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-26T09:06:13.032Z] Fetched 240 kB in 0s (0 B/s) [2021-02-26T09:06:13.032Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-26T09:06:13.032Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-26T09:06:13.032Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-26T09:06:13.032Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-26T09:06:13.032Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-26T09:06:13.032Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-26T09:06:13.032Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-26T09:06:13.032Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-26T09:06:13.032Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-26T09:06:13.032Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-26T09:06:13.032Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-26T09:06:13.032Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-26T09:06:13.032Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-02-26T09:06:13.032Z] Fetched 15.8 kB in 0s (0 B/s) [2021-02-26T09:06:13.032Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-26T09:06:13.032Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-26T09:06:13.032Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-26T09:06:13.032Z] Fetched 8720 B in 0s (0 B/s) [2021-02-26T09:06:13.032Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-26T09:06:13.032Z] Fetched 137 kB in 0s (0 B/s) [2021-02-26T09:06:13.032Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-26T09:06:13.032Z] Fetched 119 kB in 0s (0 B/s) [2021-02-26T09:06:13.032Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-26T09:06:13.032Z] Fetched 109 kB in 0s (0 B/s) [2021-02-26T09:06:13.032Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-26T09:06:13.032Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-26T09:06:13.032Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-26T09:06:13.032Z] Fetched 645 kB in 0s (0 B/s) [2021-02-26T09:06:13.032Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-26T09:06:13.032Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-26T09:06:13.032Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-26T09:06:13.032Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-26T09:06:13.032Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-26T09:06:13.032Z] Fetched 368 kB in 0s (0 B/s) [2021-02-26T09:06:13.032Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-26T09:06:13.032Z] Fetched 187 kB in 0s (0 B/s) [2021-02-26T09:06:13.032Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-26T09:06:13.032Z] Fetched 175 kB in 0s (0 B/s) [2021-02-26T09:06:13.032Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-26T09:06:17.247Z] Fetched 206 kB in 0s (0 B/s) [2021-02-26T09:06:17.247Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-02-26T09:06:17.247Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-26T09:06:17.247Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-26T09:06:17.247Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-26T09:06:17.247Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-26T09:06:17.247Z] Fetched 159 kB in 0s (0 B/s) [2021-02-26T09:06:17.247Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-26T09:06:17.247Z] Fetched 107 kB in 0s (0 B/s) [2021-02-26T09:06:17.247Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-26T09:06:17.247Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-26T09:06:17.247Z] Pulling static-packages [2021-02-26T09:06:17.247Z] + snapcraftctl pull [2021-02-26T09:06:17.820Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-26T09:06:17.820Z] Skipping pull go-build-helper (already ran) [2021-02-26T09:06:17.820Z] Skipping pull static-packages (already ran) [2021-02-26T09:06:17.820Z] Building go-build-helper [2021-02-26T09:06:17.820Z] + snapcraftctl build [2021-02-26T09:06:21.146Z] Building static-packages [2021-02-26T09:06:21.146Z] + snapcraftctl build [2021-02-26T09:06:23.230Z] Staging go-build-helper [2021-02-26T09:06:23.230Z] + snapcraftctl stage [2021-02-26T09:06:23.806Z] Staging static-packages [2021-02-26T09:06:23.806Z] + snapcraftctl stage [2021-02-26T09:06:25.196Z] Pulling go115 [2021-02-26T09:06:25.196Z] + snapcraftctl pull [2021-02-26T09:06:26.140Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-26T09:06:26.140Z] Skipping pull go115 (already ran) [2021-02-26T09:06:26.140Z] Building go115 [2021-02-26T09:06:26.140Z] + dpkg --print-architecture [2021-02-26T09:06:26.140Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-02-26T09:06:26.140Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-02-26T09:06:26.140Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-02-26T09:06:26.140Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T09:06:26.140Z] Dload Upload Total Spent Left Speed [2021-02-26T09:06:32.250Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 115M 8 9.7M 0 0 12.2M 0 0:00:09 --:--:-- 0:00:09 12.2M 24 115M 24 28.7M 0 0 16.0M 0 0:00:07 0:00:01 0:00:06 15.9M 41 115M 41 47.6M 0 0 17.0M 0 0:00:06 0:00:02 0:00:04 17.0M 55 115M 55 64.6M 0 0 16.9M 0 0:00:06 0:00:03 0:00:03 16.9M 70 115M 70 81.9M 0 0 17.0M 0 0:00:06 0:00:04 0:00:02 17.0M 89 115M 89 103M 0 0 17.7M 0 0:00:06 0:00:05 0:00:01 18.5M 100 115M 100 115M 0 0 18.4M 0 0:00:06 0:00:06 --:--:-- 19.3M [2021-02-26T09:06:32.250Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-02-26T09:06:32.250Z] + sha256sum -c sha256 [2021-02-26T09:06:32.250Z] + grep OK [2021-02-26T09:06:32.823Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-26T09:06:32.823Z] + mkdir -p /root/stage/go1.15 [2021-02-26T09:06:32.823Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-02-26T09:06:37.034Z] Staging go115 [2021-02-26T09:06:37.034Z] + snapcraftctl stage [2021-02-26T09:06:42.340Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-26T09:06:42.340Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-26T09:06:42.340Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-26T09:06:42.340Z] Fetched 0 B in 0s (0 B/s) [2021-02-26T09:06:42.340Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-26T09:06:42.340Z] Fetched 224 kB in 0s (0 B/s) [2021-02-26T09:06:42.340Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-26T09:06:42.340Z] Fetched 157 kB in 0s (0 B/s) [2021-02-26T09:06:42.340Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-26T09:06:42.340Z] Fetched 221 kB in 0s (0 B/s) [2021-02-26T09:06:42.340Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-26T09:06:42.340Z] Fetched 143 kB in 0s (0 B/s) [2021-02-26T09:06:42.340Z] Pulling edgex-go [2021-02-26T09:06:42.340Z] + snapcraftctl pull [2021-02-26T09:06:42.920Z] Pulling version [2021-02-26T09:06:42.920Z] + cd /root/project [2021-02-26T09:06:42.920Z] + [ -f VERSION ] [2021-02-26T09:06:42.920Z] + PROJECT_VERSION=local-dev [2021-02-26T09:06:42.920Z] + git rev-parse --short HEAD [2021-02-26T09:06:42.920Z] + GIT_REVISION=7e4b3650 [2021-02-26T09:06:42.920Z] + snapcraftctl set-version local-dev [2021-02-26T09:06:43.864Z] Building config-common [2021-02-26T09:06:43.864Z] + snapcraftctl build [2021-02-26T09:06:45.789Z] Skipping build go-build-helper (already ran) [2021-02-26T09:06:45.789Z] Skipping build static-packages (already ran) [2021-02-26T09:06:45.789Z] Skipping build go115 (already ran) [2021-02-26T09:06:45.789Z] Building edgex-go [2021-02-26T09:06:46.056Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-26T09:06:46.056Z] + 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/6050/bin/scriptlet-bin [2021-02-26T09:06:46.056Z] + cd /root/parts/edgex-go/src [2021-02-26T09:06:46.056Z] + make build [2021-02-26T09:06:47.992Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-26T09:06:47.992Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.39 [2021-02-26T09:06:47.992Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-26T09:06:47.992Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-02-26T09:06:47.992Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-02-26T09:06:47.992Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-02-26T09:06:47.992Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-26T09:06:47.992Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-02-26T09:06:47.992Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-02-26T09:06:47.992Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-26T09:06:47.992Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-26T09:06:47.992Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-02-26T09:06:47.992Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-26T09:06:47.992Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-26T09:06:47.992Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-26T09:06:47.992Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-26T09:06:47.992Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-26T09:06:47.992Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-26T09:06:47.992Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-26T09:06:47.992Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-26T09:06:47.992Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-26T09:06:47.992Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-26T09:06:47.992Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-26T09:06:47.992Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-02-26T09:06:47.992Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-26T09:06:47.992Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-26T09:06:47.992Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-26T09:06:47.992Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-26T09:06:47.992Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-26T09:06:48.258Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-26T09:06:48.258Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-26T09:06:48.258Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-02-26T09:06:48.258Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-02-26T09:06:48.258Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-02-26T09:06:48.258Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-26T09:06:48.258Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-26T09:06:48.258Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-26T09:06:48.259Z] go: downloading github.com/fatih/color v1.9.0 [2021-02-26T09:06:48.259Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-26T09:06:48.259Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-26T09:06:48.529Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-02-26T09:06:48.529Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-26T09:06:48.529Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-26T09:06:48.794Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-26T09:06:55.414Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-26T09:06:55.414Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-26T09:07:00.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-26T09:07:01.277Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-26T09:07:02.223Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-26T09:07:02.807Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-26T09:07:02.807Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-26T09:07:03.072Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-26T09:07:03.072Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-26T09:07:03.072Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-26T09:07:04.469Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-26T09:07:04.469Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-26T09:07:04.469Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-26T09:07:05.862Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-26T09:07:06.432Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-26T09:07:06.703Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-02-26T09:07:08.091Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-26T09:07:08.664Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-26T09:07:08.664Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-26T09:07:10.050Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-26T09:07:10.050Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-26T09:07:11.453Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-02-26T09:07:11.453Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-02-26T09:07:11.453Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-02-26T09:07:11.453Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-02-26T09:07:11.453Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-02-26T09:07:11.453Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-02-26T09:07:11.453Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-02-26T09:07:11.453Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-02-26T09:07:11.453Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-02-26T09:07:11.453Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-02-26T09:07:11.453Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-02-26T09:07:11.453Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-02-26T09:07:11.453Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-02-26T09:07:11.453Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-02-26T09:07:11.453Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-02-26T09:07:11.453Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-02-26T09:07:11.453Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-02-26T09:07:11.453Z] + 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-02-26T09:07:11.453Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-02-26T09:07:11.453Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-02-26T09:07:11.453Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-02-26T09:07:11.453Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-02-26T09:07:11.453Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-02-26T09:07:11.453Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-02-26T09:07:11.453Z] + 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-02-26T09:07:12.865Z] Building version [2021-02-26T09:07:12.865Z] + snapcraftctl build [2021-02-26T09:07:14.783Z] Staging config-common [2021-02-26T09:07:14.783Z] + snapcraftctl stage [2021-02-26T09:07:15.357Z] Skipping stage go-build-helper (already ran) [2021-02-26T09:07:15.357Z] Skipping stage static-packages (already ran) [2021-02-26T09:07:15.357Z] Skipping stage go115 (already ran) [2021-02-26T09:07:15.357Z] Staging edgex-go [2021-02-26T09:07:15.357Z] + snapcraftctl stage [2021-02-26T09:07:16.318Z] Staging version [2021-02-26T09:07:16.318Z] + snapcraftctl stage [2021-02-26T09:07:17.265Z] Priming config-common [2021-02-26T09:07:17.265Z] + snapcraftctl prime [2021-02-26T09:07:18.209Z] Priming go-build-helper [2021-02-26T09:07:18.209Z] + snapcraftctl prime [2021-02-26T09:07:19.154Z] Priming static-packages [2021-02-26T09:07:19.154Z] + snapcraftctl prime [2021-02-26T09:07:21.729Z] Priming go115 [2021-02-26T09:07:21.729Z] + snapcraftctl prime [2021-02-26T09:07:22.301Z] Priming edgex-go [2021-02-26T09:07:22.301Z] + snapcraftctl prime [2021-02-26T09:07:23.687Z] Priming version [2021-02-26T09:07:23.687Z] + snapcraftctl prime [2021-02-26T09:07:24.261Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-26T09:07:52.788Z] Removing intermediate container 3bea18cfc6b2 [2021-02-26T09:07:52.788Z] ---> 6f62a8d73fd3 [2021-02-26T09:07:52.788Z] [2021-02-26T09:07:52.788Z] Step 10/30 : FROM alpine:3.12 [2021-02-26T09:07:52.788Z] 3.12: Pulling from library/alpine [2021-02-26T09:07:52.788Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-26T09:07:52.788Z] Status: Downloaded newer image for alpine:3.12 [2021-02-26T09:07:52.788Z] ---> d10569e2745f [2021-02-26T09:07:52.788Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-26T09:07:52.788Z] ---> Running in 9bde483bcb39 [2021-02-26T09:07:52.788Z] Removing intermediate container 9bde483bcb39 [2021-02-26T09:07:52.788Z] ---> 57cbda7a6d26 [2021-02-26T09:07:52.788Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-26T09:07:52.788Z] ---> Running in 2b4a9b0dd7eb [2021-02-26T09:07:54.236Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T09:07:54.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T09:07:55.504Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-26T09:07:55.504Z] (2/2) Installing su-exec (0.2-r1) [2021-02-26T09:07:55.504Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T09:07:55.504Z] OK: 5 MiB in 16 packages [2021-02-26T09:07:57.508Z] Removing intermediate container 2b4a9b0dd7eb [2021-02-26T09:07:57.508Z] ---> 881f79286fe5 [2021-02-26T09:07:57.508Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-26T09:07:57.508Z] ---> Running in 1fc9f5c5635a [2021-02-26T09:07:58.517Z] Removing intermediate container 1fc9f5c5635a [2021-02-26T09:07:58.517Z] ---> 472aa2d2d0cb [2021-02-26T09:07:58.517Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-26T09:07:58.517Z] ---> Running in 516b7f185a7b [2021-02-26T09:07:59.526Z] Removing intermediate container 516b7f185a7b [2021-02-26T09:07:59.526Z] ---> 73cdeccb6d60 [2021-02-26T09:07:59.526Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-26T09:07:59.526Z] ---> Running in ce36b36ffd3e [2021-02-26T09:08:04.988Z] Removing intermediate container 3d79143e5cc4 [2021-02-26T09:08:04.988Z] ---> 00424606ff34 [2021-02-26T09:08:04.988Z] [2021-02-26T09:08:04.988Z] Step 10/22 : FROM alpine:3.12 [2021-02-26T09:08:04.988Z] ---> d10569e2745f [2021-02-26T09:08:04.988Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-26T09:08:04.988Z] ---> Running in 5fa8adde0343 [2021-02-26T09:08:04.988Z] Removing intermediate container ce36b36ffd3e [2021-02-26T09:08:04.988Z] ---> ef2d3a4c038b [2021-02-26T09:08:04.988Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-26T09:08:05.266Z] ---> Running in bf629181465a [2021-02-26T09:08:06.712Z] Removing intermediate container bf629181465a [2021-02-26T09:08:06.712Z] ---> fd38340f6ba1 [2021-02-26T09:08:06.712Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-26T09:08:07.334Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T09:08:07.334Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T09:08:07.962Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-26T09:08:07.962Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T09:08:07.962Z] OK: 5 MiB in 15 packages [2021-02-26T09:08:08.241Z] Removing intermediate container 51c557bfae90 [2021-02-26T09:08:08.241Z] ---> da5cca842007 [2021-02-26T09:08:08.241Z] [2021-02-26T09:08:08.241Z] Step 10/22 : FROM alpine:3.12 [2021-02-26T09:08:08.241Z] ---> d10569e2745f [2021-02-26T09:08:08.241Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-26T09:08:08.241Z] ---> 120bbcced7ab [2021-02-26T09:08:08.241Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-26T09:08:08.852Z] ---> Running in f3609afc869f [2021-02-26T09:08:08.852Z] ---> Running in ee3688feedbd [2021-02-26T09:08:10.303Z] Removing intermediate container 5fa8adde0343 [2021-02-26T09:08:10.303Z] ---> 78b54633a511 [2021-02-26T09:08:10.303Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-26T09:08:10.578Z] ---> Running in ef2253f32fcf [2021-02-26T09:08:11.181Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T09:08:11.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T09:08:12.070Z] Removing intermediate container ef2253f32fcf [2021-02-26T09:08:12.070Z] ---> a454cbe77076 [2021-02-26T09:08:12.070Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-26T09:08:12.070Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-26T09:08:12.070Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-26T09:08:12.070Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T09:08:12.070Z] Executing ca-certificates-20191127-r4.trigger [2021-02-26T09:08:12.346Z] OK: 6 MiB in 16 packages [2021-02-26T09:08:12.627Z] ---> Running in c9f38bcbb89e [2021-02-26T09:08:14.077Z] Removing intermediate container c9f38bcbb89e [2021-02-26T09:08:14.077Z] ---> a35a2501b749 [2021-02-26T09:08:14.077Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-26T09:08:14.077Z] Removing intermediate container ee3688feedbd [2021-02-26T09:08:14.077Z] ---> 7a61004c736b [2021-02-26T09:08:14.077Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T09:08:14.077Z] ---> Running in e28d83b19d1f [2021-02-26T09:08:14.724Z] Removing intermediate container 58f9b5a8048f [2021-02-26T09:08:14.724Z] ---> 054882ca6abd [2021-02-26T09:08:14.724Z] [2021-02-26T09:08:14.724Z] Step 10/23 : FROM alpine:3.12 [2021-02-26T09:08:14.724Z] ---> d10569e2745f [2021-02-26T09:08:14.724Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-26T09:08:14.724Z] ---> Using cache [2021-02-26T09:08:14.724Z] ---> 78b54633a511 [2021-02-26T09:08:14.724Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-26T09:08:14.724Z] ---> Using cache [2021-02-26T09:08:14.724Z] ---> a454cbe77076 [2021-02-26T09:08:14.724Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-26T09:08:14.997Z] ---> Running in 4a070491d90e [2021-02-26T09:08:14.997Z] Removing intermediate container e28d83b19d1f [2021-02-26T09:08:14.997Z] ---> 77384df6aeba [2021-02-26T09:08:14.997Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T09:08:15.272Z] Removing intermediate container f3609afc869f [2021-02-26T09:08:15.272Z] ---> 75582874f650 [2021-02-26T09:08:15.272Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-26T09:08:15.272Z] ---> 478b3a16a523 [2021-02-26T09:08:15.272Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-26T09:08:15.545Z] ---> Running in 62d0d264ec57 [2021-02-26T09:08:15.545Z] Removing intermediate container 4a070491d90e [2021-02-26T09:08:15.545Z] ---> b213b26482fd [2021-02-26T09:08:15.545Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-26T09:08:15.824Z] ---> Running in 905b0373006d [2021-02-26T09:08:16.421Z] ---> afa851d1b05b [2021-02-26T09:08:16.421Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-26T09:08:16.421Z] Removing intermediate container 62d0d264ec57 [2021-02-26T09:08:16.421Z] ---> a955977f36f5 [2021-02-26T09:08:16.421Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-26T09:08:16.697Z] ---> Running in 32c79875795a [2021-02-26T09:08:16.697Z] Removing intermediate container 905b0373006d [2021-02-26T09:08:16.697Z] ---> a27254e79534 [2021-02-26T09:08:16.697Z] Step 15/23 : WORKDIR / [2021-02-26T09:08:17.294Z] ---> defbeec4dcbc [2021-02-26T09:08:17.294Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-26T09:08:17.294Z] ---> Running in 235d4921e034 [2021-02-26T09:08:17.294Z] Removing intermediate container 32c79875795a [2021-02-26T09:08:17.294Z] ---> 5cd43a3fbffd [2021-02-26T09:08:17.294Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-26T09:08:17.569Z] ---> Running in a8881bd51f57 [2021-02-26T09:08:17.570Z] ---> 4ce29794d7db [2021-02-26T09:08:17.570Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-26T09:08:17.848Z] Removing intermediate container 235d4921e034 [2021-02-26T09:08:17.848Z] ---> 6dca764c7c61 [2021-02-26T09:08:17.848Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T09:08:18.442Z] ---> ca4116ab3889 [2021-02-26T09:08:18.442Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-26T09:08:18.442Z] Removing intermediate container a8881bd51f57 [2021-02-26T09:08:18.442Z] ---> a9f769642766 [2021-02-26T09:08:18.442Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T09:08:19.048Z] ---> 824096ded30c [2021-02-26T09:08:19.048Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-26T09:08:19.325Z] ---> 75512d2384af [2021-02-26T09:08:19.325Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-26T09:08:19.325Z] ---> Running in 3d9603339999 [2021-02-26T09:08:19.603Z] ---> 9f29d1afb564 [2021-02-26T09:08:19.604Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-26T09:08:19.881Z] ---> f79b1460126e [2021-02-26T09:08:19.881Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-26T09:08:20.482Z] ---> Running in c6e866a0769f [2021-02-26T09:08:20.482Z] Removing intermediate container 3d9603339999 [2021-02-26T09:08:20.482Z] ---> 5fadff8fe27e [2021-02-26T09:08:20.482Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T09:08:21.083Z] Removing intermediate container 8754992a44d4 [2021-02-26T09:08:21.083Z] ---> 3c87731d66a6 [2021-02-26T09:08:21.083Z] [2021-02-26T09:08:21.083Z] Step 10/23 : FROM alpine:3.12 [2021-02-26T09:08:21.083Z] ---> d10569e2745f [2021-02-26T09:08:21.083Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-26T09:08:21.083Z] ---> 891a888aed61 [2021-02-26T09:08:21.083Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-26T09:08:21.083Z] ---> Running in 31687e26dd91 [2021-02-26T09:08:21.083Z] ---> Running in 4b1523a9e94f [2021-02-26T09:08:21.362Z] ---> 3157230607fe [2021-02-26T09:08:21.362Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-26T09:08:21.362Z] Removing intermediate container c6e866a0769f [2021-02-26T09:08:21.362Z] ---> acc6a73cb1f2 [2021-02-26T09:08:21.362Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-26T09:08:21.643Z] Removing intermediate container 31687e26dd91 [2021-02-26T09:08:21.643Z] ---> 924f69bf2efd [2021-02-26T09:08:21.643Z] Step 20/22 : LABEL arch=arm64 [2021-02-26T09:08:21.920Z] Removing intermediate container 4b1523a9e94f [2021-02-26T09:08:21.920Z] ---> 48e4f8ff21cb [2021-02-26T09:08:21.920Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-26T09:08:21.920Z] ---> Running in ecb6b2cf51ac [2021-02-26T09:08:22.196Z] ---> Running in 8fa4fd8562e6 [2021-02-26T09:08:22.196Z] ---> 5fe19744fb9c [2021-02-26T09:08:22.196Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-26T09:08:22.196Z] ---> 432f194f6004 [2021-02-26T09:08:22.196Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-26T09:08:22.473Z] ---> fcab404471b2 [2021-02-26T09:08:22.473Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-26T09:08:22.473Z] ---> Running in f6efa545e43b [2021-02-26T09:08:22.473Z] ---> Running in fec1d1f002f3 [2021-02-26T09:08:22.755Z] ---> Running in dac8ba5f1747 [2021-02-26T09:08:23.030Z] Removing intermediate container ecb6b2cf51ac [2021-02-26T09:08:23.030Z] ---> b791661e0868 [2021-02-26T09:08:23.030Z] Step 21/22 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419Removing intermediate container 8fa4fd8562e6 [2021-02-26T09:08:23.030Z] ---> f728179958d5 [2021-02-26T09:08:23.030Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-26T09:08:23.030Z] [2021-02-26T09:08:23.320Z] Removing intermediate container f6efa545e43b [2021-02-26T09:08:23.320Z] ---> 4ccee520383b [2021-02-26T09:08:23.320Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T09:08:23.320Z] Removing intermediate container fec1d1f002f3 [2021-02-26T09:08:23.320Z] ---> aaea53864b44 [2021-02-26T09:08:23.320Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T09:08:23.320Z] ---> Running in d5b26645befe [2021-02-26T09:08:23.320Z] ---> Running in b8e4527b6646 [2021-02-26T09:08:23.600Z] ---> Running in 8da46ff8af33 [2021-02-26T09:08:23.600Z] ---> Running in fd6e2b03c633 [2021-02-26T09:08:23.885Z] Removing intermediate container b8e4527b6646 [2021-02-26T09:08:23.885Z] ---> 583897e48d2f [2021-02-26T09:08:23.885Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T09:08:24.166Z] ---> Running in a082b2e10034 [2021-02-26T09:08:24.166Z] Removing intermediate container d5b26645befe [2021-02-26T09:08:24.166Z] ---> bd4f11bdbc06 [2021-02-26T09:08:24.166Z] Step 22/22 : LABEL version=0.0.0 [2021-02-26T09:08:24.451Z] Removing intermediate container fd6e2b03c633 [2021-02-26T09:08:24.451Z] ---> 3f9e2f04ca82 [2021-02-26T09:08:24.451Z] Step 20/22 : LABEL arch=arm64 [2021-02-26T09:08:24.451Z] Removing intermediate container 8da46ff8af33 [2021-02-26T09:08:24.451Z] ---> f0bd4fc6e713 [2021-02-26T09:08:24.451Z] Step 21/23 : LABEL arch=arm64 [2021-02-26T09:08:24.451Z] ---> Running in a12cbedfe1cb [2021-02-26T09:08:24.728Z] ---> Running in 0a9b9574fee2 [2021-02-26T09:08:24.728Z] ---> Running in f6ca6017a6a8 [2021-02-26T09:08:25.332Z] Removing intermediate container a12cbedfe1cb [2021-02-26T09:08:25.332Z] ---> a4d8b2b4ab8d [2021-02-26T09:08:25.332Z] [2021-02-26T09:08:25.608Z] Removing intermediate container 0a9b9574fee2 [2021-02-26T09:08:25.608Z] ---> 1d5d0d1145d0 [2021-02-26T09:08:25.608Z] Step 22/23 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 [2021-02-26T09:08:25.608Z] Removing intermediate container f6ca6017a6a8 [2021-02-26T09:08:25.608Z] ---> 60a383ac2bb6 [2021-02-26T09:08:25.608Z] Step 21/22 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 [2021-02-26T09:08:25.884Z] ---> Running in fc2506ed831b [2021-02-26T09:08:25.884Z] ---> Running in 7d552f6439d9 [2021-02-26T09:08:25.884Z] Successfully built a4d8b2b4ab8d [2021-02-26T09:08:25.884Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-26T09:08:25.884Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-02-26T09:08:26.165Z] Removing intermediate container dac8ba5f1747 [2021-02-26T09:08:26.165Z] ---> 208fb9c8051c [2021-02-26T09:08:26.165Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-26T09:08:26.785Z] Removing intermediate container 7d552f6439d9 [2021-02-26T09:08:26.785Z] ---> d5d823691698 [2021-02-26T09:08:26.785Z] Step 23/23 : LABEL version=0.0.0 [2021-02-26T09:08:26.785Z] ---> Running in 12cd449c9034 [2021-02-26T09:08:26.785Z] Removing intermediate container fc2506ed831b [2021-02-26T09:08:26.785Z] ---> 366cda9ebec6 [2021-02-26T09:08:26.785Z] Step 22/22 : LABEL version=0.0.0 [2021-02-26T09:08:26.785Z] ---> Running in 5275c0290847 [2021-02-26T09:08:26.785Z] ---> Running in d34cf306d0ec [2021-02-26T09:08:27.382Z] Removing intermediate container 12cd449c9034 [2021-02-26T09:08:27.382Z] ---> 775135125913 [2021-02-26T09:08:27.382Z] Step 27/30 : CMD ["gate"] [2021-02-26T09:08:27.989Z] Removing intermediate container a082b2e10034 [2021-02-26T09:08:27.989Z] ---> c35484886fcd [2021-02-26T09:08:27.989Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-26T09:08:28.592Z] ---> Running in 6024892aec04 [2021-02-26T09:08:28.592Z] Removing intermediate container 5275c0290847 [2021-02-26T09:08:28.592Z] ---> 9f633f950276 [2021-02-26T09:08:28.592Z] [2021-02-26T09:08:28.592Z] Removing intermediate container d34cf306d0ec [2021-02-26T09:08:28.592Z] ---> 1bb3ee9084b3 [2021-02-26T09:08:28.592Z] [2021-02-26T09:08:28.890Z] ---> Running in b71c49bb2a03 [2021-02-26T09:08:28.890Z] Successfully built 9f633f950276 [2021-02-26T09:08:29.167Z] Successfully built 1bb3ee9084b3 [2021-02-26T09:08:29.447Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-26T09:08:29.447Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-26T09:08:29.447Z] Building docker-core-command-go [2021-02-26T09:08:29.447Z]  Building docker-core-metadata-go ... done  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-02-26T09:08:29.447Z] Removing intermediate container 6024892aec04 [2021-02-26T09:08:29.447Z] ---> afd04e14727d [2021-02-26T09:08:29.447Z] Step 28/30 : LABEL arch=arm64 [2021-02-26T09:08:30.061Z] ---> Running in a4a786777796 [2021-02-26T09:08:30.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T09:08:30.665Z] Removing intermediate container a4a786777796 [2021-02-26T09:08:30.665Z] ---> 6e6c7bc34ffe [2021-02-26T09:08:30.665Z] Step 29/30 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 [2021-02-26T09:08:30.943Z] ---> Running in e35dc08f1c18 [2021-02-26T09:08:31.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T09:08:31.546Z] Removing intermediate container e35dc08f1c18 [2021-02-26T09:08:31.546Z] ---> 7ae733add1e4 [2021-02-26T09:08:31.546Z] Step 30/30 : LABEL version=0.0.0 [2021-02-26T09:08:31.832Z] ---> Running in f7082d03d1b3 [2021-02-26T09:08:32.840Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-26T09:08:32.840Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-26T09:08:32.840Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-26T09:08:32.840Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-26T09:08:33.117Z] Removing intermediate container f7082d03d1b3 [2021-02-26T09:08:33.117Z] ---> 1f1463dfc7ac [2021-02-26T09:08:33.117Z] [2021-02-26T09:08:33.395Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-26T09:08:33.395Z] Successfully built 1f1463dfc7ac [2021-02-26T09:08:33.395Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-26T09:08:33.395Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-26T09:08:33.395Z]  Building docker-security-bootstrapper-go ... done Building docker-security-secretstore-setup-go [2021-02-26T09:08:33.682Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T09:08:33.682Z] OK: 8 MiB in 20 packages [2021-02-26T09:08:36.330Z] Removing intermediate container b71c49bb2a03 [2021-02-26T09:08:36.330Z] ---> e4e41d343c94 [2021-02-26T09:08:36.330Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T09:08:38.357Z] ---> 5718566345ed [2021-02-26T09:08:38.357Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-26T09:08:40.350Z] ---> 1c30f98dc292 [2021-02-26T09:08:40.350Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-26T09:08:41.333Z] ---> a1b632efa871 [2021-02-26T09:08:41.333Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-26T09:08:41.609Z] ---> Running in 56f131f48f9e [2021-02-26T09:08:42.226Z] Removing intermediate container 56f131f48f9e [2021-02-26T09:08:42.226Z] ---> 47f044da0677 [2021-02-26T09:08:42.226Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T09:08:42.500Z] ---> Running in 6decb933eeb0 [2021-02-26T09:08:43.523Z] Removing intermediate container 6decb933eeb0 [2021-02-26T09:08:43.523Z] ---> 8db140980bf4 [2021-02-26T09:08:43.523Z] Step 21/23 : LABEL arch=arm64 [2021-02-26T09:08:44.125Z] ---> Running in 79e65df6f6a2 [2021-02-26T09:08:44.733Z] Removing intermediate container 79e65df6f6a2 [2021-02-26T09:08:44.733Z] ---> ff0607c90166 [2021-02-26T09:08:44.733Z] Step 22/23 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 [2021-02-26T09:08:45.330Z] ---> Running in 83e7bea3ebaf [2021-02-26T09:08:45.937Z] Removing intermediate container 83e7bea3ebaf [2021-02-26T09:08:45.937Z] ---> 7c26e681f284 [2021-02-26T09:08:45.937Z] Step 23/23 : LABEL version=0.0.0 [2021-02-26T09:08:46.534Z] ---> Running in c80e35ea127d [2021-02-26T09:08:47.515Z] Removing intermediate container c80e35ea127d [2021-02-26T09:08:47.515Z] ---> ee357afc92bc [2021-02-26T09:08:47.515Z] [2021-02-26T09:08:47.789Z] Successfully built ee357afc92bc [2021-02-26T09:08:47.789Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-26T09:09:20.184Z]  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T09:09:20.184Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-26T09:09:20.184Z] ---> 75a061b753f0 [2021-02-26T09:09:20.184Z] Step 3/21 : WORKDIR /edgex-go [2021-02-26T09:09:20.184Z] ---> Using cache [2021-02-26T09:09:20.184Z] ---> 534df3f8fae2 [2021-02-26T09:09:20.184Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T09:09:20.184Z] ---> Using cache [2021-02-26T09:09:20.184Z] ---> 3a104ad64600 [2021-02-26T09:09:20.184Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-26T09:09:20.184Z] ---> Using cache [2021-02-26T09:09:20.184Z] ---> edc62a03f527 [2021-02-26T09:09:20.184Z] Step 6/21 : COPY go.mod . [2021-02-26T09:09:20.184Z] ---> Using cache [2021-02-26T09:09:20.184Z] ---> 200099aca67b [2021-02-26T09:09:20.184Z] Step 7/21 : RUN go mod download [2021-02-26T09:09:20.184Z] ---> Using cache [2021-02-26T09:09:20.184Z] ---> 8216d279e387 [2021-02-26T09:09:20.184Z] Step 8/21 : COPY . . [2021-02-26T09:09:20.184Z] ---> Using cache [2021-02-26T09:09:20.184Z] ---> 475a1c15392f [2021-02-26T09:09:20.184Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-26T09:09:22.413Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T09:09:22.413Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-26T09:09:22.413Z] ---> 75a061b753f0 [2021-02-26T09:09:22.413Z] Step 3/26 : WORKDIR /edgex-go [2021-02-26T09:09:22.413Z] ---> Using cache [2021-02-26T09:09:22.413Z] ---> 534df3f8fae2 [2021-02-26T09:09:22.413Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T09:09:22.413Z] ---> Using cache [2021-02-26T09:09:22.413Z] ---> 3a104ad64600 [2021-02-26T09:09:22.413Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-26T09:09:22.789Z] ---> Running in c34b6604f2d5 [2021-02-26T09:09:22.789Z] ---> Running in e6e106f37ccc [2021-02-26T09:09:23.085Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T09:09:23.085Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-26T09:09:23.085Z] ---> 75a061b753f0 [2021-02-26T09:09:23.085Z] Step 3/23 : WORKDIR /edgex-go [2021-02-26T09:09:23.085Z] ---> Using cache [2021-02-26T09:09:23.085Z] ---> 534df3f8fae2 [2021-02-26T09:09:23.085Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T09:09:23.085Z] ---> Using cache [2021-02-26T09:09:23.085Z] ---> 3a104ad64600 [2021-02-26T09:09:23.085Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-26T09:09:23.085Z] ---> Using cache [2021-02-26T09:09:23.085Z] ---> edc62a03f527 [2021-02-26T09:09:23.086Z] Step 6/23 : COPY go.mod . [2021-02-26T09:09:23.086Z] ---> Using cache [2021-02-26T09:09:23.086Z] ---> 200099aca67b [2021-02-26T09:09:23.086Z] Step 7/23 : RUN go mod download [2021-02-26T09:09:23.086Z] ---> Using cache [2021-02-26T09:09:23.086Z] ---> 8216d279e387 [2021-02-26T09:09:23.086Z] Step 8/23 : COPY . . [2021-02-26T09:09:23.725Z] ---> Using cache [2021-02-26T09:09:23.725Z] ---> 475a1c15392f [2021-02-26T09:09:23.725Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-26T09:09:24.020Z] ---> Running in 2417a4a48dad [2021-02-26T09:09:24.644Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T09:09:24.644Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-26T09:09:24.644Z] ---> 75a061b753f0 [2021-02-26T09:09:24.644Z] Step 3/24 : WORKDIR /edgex-go [2021-02-26T09:09:24.644Z] ---> Using cache [2021-02-26T09:09:24.644Z] ---> 534df3f8fae2 [2021-02-26T09:09:24.644Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T09:09:24.644Z] ---> Using cache [2021-02-26T09:09:24.644Z] ---> 3a104ad64600 [2021-02-26T09:09:24.644Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-26T09:09:24.644Z] ---> Using cache [2021-02-26T09:09:24.644Z] ---> edc62a03f527 [2021-02-26T09:09:24.644Z] Step 6/24 : COPY go.mod . [2021-02-26T09:09:24.644Z] ---> Using cache [2021-02-26T09:09:24.644Z] ---> 200099aca67b [2021-02-26T09:09:24.644Z] Step 7/24 : RUN go mod download [2021-02-26T09:09:24.644Z] ---> Using cache [2021-02-26T09:09:24.644Z] ---> 8216d279e387 [2021-02-26T09:09:24.644Z] Step 8/24 : COPY . . [2021-02-26T09:09:24.925Z] ---> Using cache [2021-02-26T09:09:24.925Z] ---> 475a1c15392f [2021-02-26T09:09:24.925Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-26T09:09:24.925Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-26T09:09:24.925Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T09:09:25.215Z] ---> Running in 0e8f39d5ad96 [2021-02-26T09:09:25.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T09:09:25.829Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-26T09:09:26.827Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-26T09:09:26.827Z] OK: 217 MiB in 51 packages [2021-02-26T09:09:28.826Z] Removing intermediate container e6e106f37ccc [2021-02-26T09:09:28.826Z] ---> 7b2ef42375aa [2021-02-26T09:09:28.826Z] Step 6/26 : COPY go.mod . [2021-02-26T09:09:29.819Z] ---> c1a4d2379348 [2021-02-26T09:09:29.819Z] Step 7/26 : RUN go mod download [2021-02-26T09:09:29.819Z] ---> Running in 4503bcf140ba [2021-02-26T09:09:34.174Z] Removing intermediate container 4503bcf140ba [2021-02-26T09:09:34.174Z] ---> 01a122235bd0 [2021-02-26T09:09:34.174Z] Step 8/26 : COPY . . [2021-02-26T09:09:52.553Z] ---> cf6de1efb0ce [2021-02-26T09:09:52.553Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-26T09:09:52.553Z] ---> Running in 542537b45e1a [2021-02-26T09:09:54.567Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-26T09:10:33.639Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-26T09:10:34.245Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-26T09:10:49.388Z] Removing intermediate container c34b6604f2d5 [2021-02-26T09:10:49.388Z] ---> 7dbe87a2c8e4 [2021-02-26T09:10:49.388Z] [2021-02-26T09:10:49.388Z] Step 10/21 : FROM alpine:3.12 [2021-02-26T09:10:49.388Z] ---> d10569e2745f [2021-02-26T09:10:49.388Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-26T09:10:49.676Z] Removing intermediate container 0e8f39d5ad96 [2021-02-26T09:10:49.676Z] ---> 1a5e96c945f7 [2021-02-26T09:10:49.676Z] [2021-02-26T09:10:49.676Z] Step 10/24 : FROM alpine:3.12 [2021-02-26T09:10:49.676Z] ---> d10569e2745f [2021-02-26T09:10:49.676Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-26T09:10:49.676Z] ---> Running in 38290af5944e [2021-02-26T09:10:49.954Z] ---> Running in f14706346500 [2021-02-26T09:10:51.967Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T09:10:52.247Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T09:10:52.523Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T09:10:52.523Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T09:10:53.128Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-26T09:10:53.128Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-26T09:10:53.128Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-26T09:10:53.128Z] (4/4) Installing curl (7.69.1-r3) [2021-02-26T09:10:53.128Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T09:10:53.128Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-26T09:10:53.410Z] Executing ca-certificates-20191127-r4.trigger [2021-02-26T09:10:53.410Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-26T09:10:53.410Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-26T09:10:53.410Z] (4/5) Installing curl (7.69.1-r3) [2021-02-26T09:10:53.410Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-26T09:10:53.410Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T09:10:53.410Z] Executing ca-certificates-20191127-r4.trigger [2021-02-26T09:10:53.701Z] OK: 7 MiB in 19 packages [2021-02-26T09:10:53.701Z] OK: 7 MiB in 18 packages [2021-02-26T09:10:56.338Z] Removing intermediate container 2417a4a48dad [2021-02-26T09:10:56.338Z] ---> ce11b9dd5817 [2021-02-26T09:10:56.338Z] [2021-02-26T09:10:56.338Z] Step 10/23 : FROM alpine:3.12 [2021-02-26T09:10:56.338Z] ---> d10569e2745f [2021-02-26T09:10:56.338Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-26T09:10:56.338Z] ---> Using cache [2021-02-26T09:10:56.338Z] ---> 78b54633a511 [2021-02-26T09:10:56.338Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-26T09:10:56.338Z] ---> Using cache [2021-02-26T09:10:56.338Z] ---> a454cbe77076 [2021-02-26T09:10:56.338Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-26T09:10:56.611Z] ---> Running in ff8774c6c751 [2021-02-26T09:10:56.882Z] Removing intermediate container 38290af5944e [2021-02-26T09:10:56.882Z] ---> 675aa6ca8d19 [2021-02-26T09:10:56.882Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-26T09:10:56.882Z] Removing intermediate container f14706346500 [2021-02-26T09:10:56.882Z] ---> b5a7ded3a357 [2021-02-26T09:10:56.882Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-26T09:10:57.159Z] ---> Running in 3474c6db0207 [2021-02-26T09:10:57.159Z] ---> Running in 1c2a3dd104b3 [2021-02-26T09:10:57.433Z] Removing intermediate container ff8774c6c751 [2021-02-26T09:10:57.433Z] ---> 6c3cfcb77bf5 [2021-02-26T09:10:57.433Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-26T09:10:57.711Z] ---> Running in edbd1076294e [2021-02-26T09:10:57.711Z] Removing intermediate container 3474c6db0207 [2021-02-26T09:10:57.711Z] ---> aca3708848fc [2021-02-26T09:10:57.711Z] Step 13/21 : WORKDIR /edgex [2021-02-26T09:10:57.984Z] Removing intermediate container 1c2a3dd104b3 [2021-02-26T09:10:57.984Z] ---> f07cd9494d66 [2021-02-26T09:10:57.984Z] Step 13/24 : WORKDIR / [2021-02-26T09:10:57.984Z] ---> Running in c8ec3e4db787 [2021-02-26T09:10:57.984Z] ---> Running in 8b17143aee62 [2021-02-26T09:10:58.257Z] Removing intermediate container edbd1076294e [2021-02-26T09:10:58.257Z] ---> d63f00ed36bc [2021-02-26T09:10:58.257Z] Step 15/23 : WORKDIR / [2021-02-26T09:10:58.528Z] ---> Running in d95a44aee3fd [2021-02-26T09:10:58.801Z] Removing intermediate container 8b17143aee62 [2021-02-26T09:10:58.801Z] ---> 92122d0a7884 [2021-02-26T09:10:58.801Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-26T09:10:58.801Z] Removing intermediate container c8ec3e4db787 [2021-02-26T09:10:58.801Z] ---> 3bbdff2b334a [2021-02-26T09:10:58.801Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-26T09:10:59.399Z] Removing intermediate container d95a44aee3fd [2021-02-26T09:10:59.399Z] ---> d7bec35df6b0 [2021-02-26T09:10:59.399Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T09:10:59.998Z] ---> 937c6c147347 [2021-02-26T09:10:59.998Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-26T09:10:59.998Z] ---> ea52c6f22032 [2021-02-26T09:10:59.999Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-26T09:11:00.274Z] ---> 80cd551d4439 [2021-02-26T09:11:00.274Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-26T09:11:01.264Z] ---> 9b7b168f38ea [2021-02-26T09:11:01.264Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-26T09:11:02.254Z] ---> 66c14a82d61c [2021-02-26T09:11:02.254Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-26T09:11:02.254Z] ---> c249b2652968 [2021-02-26T09:11:02.254Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-26T09:11:02.862Z] ---> eb5916cd9286 [2021-02-26T09:11:02.862Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-26T09:11:03.838Z] ---> dc8523f68550 [2021-02-26T09:11:03.838Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-26T09:11:04.118Z] ---> Running in 4d2d00146ba8 [2021-02-26T09:11:04.118Z] ---> 33c8ee7c2a70 [2021-02-26T09:11:04.118Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-26T09:11:04.118Z] ---> 4c7787f2565a [2021-02-26T09:11:04.118Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-26T09:11:04.399Z] Removing intermediate container 542537b45e1a [2021-02-26T09:11:04.399Z] ---> 4c89f2508e0c [2021-02-26T09:11:04.399Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-26T09:11:04.399Z] ---> Running in bc337ec88c1b [2021-02-26T09:11:04.399Z] Removing intermediate container 4d2d00146ba8 [2021-02-26T09:11:04.399Z] ---> ad3c80cd59e7 [2021-02-26T09:11:04.399Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T09:11:04.671Z] ---> Running in e4f871fa15a1 [2021-02-26T09:11:04.943Z] ---> Running in 1b2ba97cd647 [2021-02-26T09:11:04.943Z] Removing intermediate container bc337ec88c1b [2021-02-26T09:11:04.943Z] ---> 8def2de2514c [2021-02-26T09:11:04.943Z] Step 18/21 : CMD ["--init=true"] [2021-02-26T09:11:05.220Z] ---> Running in 845f908ceced [2021-02-26T09:11:05.503Z] ---> 05c80ae8b11c [2021-02-26T09:11:05.503Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-26T09:11:05.503Z] Removing intermediate container 1b2ba97cd647 [2021-02-26T09:11:05.503Z] ---> 8fd516728c11 [2021-02-26T09:11:05.503Z] Step 21/23 : LABEL arch=arm64 [2021-02-26T09:11:05.775Z] ---> Running in 86d47a6465b2 [2021-02-26T09:11:06.047Z] Removing intermediate container 845f908ceced [2021-02-26T09:11:06.047Z] ---> 75f358cd1ab9 [2021-02-26T09:11:06.047Z] Step 19/21 : LABEL arch=arm64 [2021-02-26T09:11:06.047Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-26T09:11:06.047Z] ---> Running in acbbf1acfaaf [2021-02-26T09:11:06.318Z] Removing intermediate container 86d47a6465b2 [2021-02-26T09:11:06.318Z] ---> 8465b5eaa06a [2021-02-26T09:11:06.318Z] Step 22/23 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 [2021-02-26T09:11:06.318Z] ---> 279da61348c3 [2021-02-26T09:11:06.318Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-26T09:11:06.590Z] ---> Running in 998cc501402b [2021-02-26T09:11:06.590Z] ---> Running in dba050ccbf3d [2021-02-26T09:11:06.867Z] Removing intermediate container acbbf1acfaaf [2021-02-26T09:11:06.867Z] ---> 74a2eb7f78e9 [2021-02-26T09:11:06.867Z] Step 20/21 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 [2021-02-26T09:11:07.141Z] ---> Running in dbc7cc39e33b [2021-02-26T09:11:07.141Z] Removing intermediate container 998cc501402b [2021-02-26T09:11:07.141Z] ---> abbd68c479b1 [2021-02-26T09:11:07.141Z] Step 23/23 : LABEL version=0.0.0 [2021-02-26T09:11:07.414Z] ---> Running in f8a896b6ee02 [2021-02-26T09:11:07.684Z] Removing intermediate container dbc7cc39e33b [2021-02-26T09:11:07.684Z] ---> e7b4cdac4a70 [2021-02-26T09:11:07.684Z] Step 21/21 : LABEL version=0.0.0 [2021-02-26T09:11:07.958Z] ---> Running in 639ff5eb5b13 [2021-02-26T09:11:07.958Z] Removing intermediate container f8a896b6ee02 [2021-02-26T09:11:07.958Z] ---> 8fb19c8986cd [2021-02-26T09:11:07.958Z] [2021-02-26T09:11:08.552Z] Successfully built 8fb19c8986cd [2021-02-26T09:11:08.552Z] Removing intermediate container 639ff5eb5b13 [2021-02-26T09:11:08.552Z] ---> 54ab92fe2527 [2021-02-26T09:11:08.552Z] [2021-02-26T09:11:08.552Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-26T09:11:09.145Z]  Building docker-core-command-go ... done Successfully built 54ab92fe2527 [2021-02-26T09:11:09.145Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-26T09:11:09.736Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container dba050ccbf3d [2021-02-26T09:11:09.736Z] ---> d7cbf6e1b488 [2021-02-26T09:11:09.736Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-26T09:11:09.736Z] Removing intermediate container e4f871fa15a1 [2021-02-26T09:11:09.736Z] ---> dd2a45c418e8 [2021-02-26T09:11:09.736Z] [2021-02-26T09:11:09.736Z] Step 11/26 : FROM docker:20.10.0 [2021-02-26T09:11:09.736Z] ---> Running in 1e128d261d97 [2021-02-26T09:11:09.736Z] 20.10.0: Pulling from library/docker [2021-02-26T09:11:10.007Z] Removing intermediate container 1e128d261d97 [2021-02-26T09:11:10.007Z] ---> 301aa96e8ee0 [2021-02-26T09:11:10.007Z] Step 22/24 : LABEL arch=arm64 [2021-02-26T09:11:10.282Z] ---> Running in aece461961dd [2021-02-26T09:11:10.878Z] Removing intermediate container aece461961dd [2021-02-26T09:11:10.878Z] ---> 8fcae5890da5 [2021-02-26T09:11:10.878Z] Step 23/24 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 [2021-02-26T09:11:11.154Z] ---> Running in c640989f8e10 [2021-02-26T09:11:11.749Z] Removing intermediate container c640989f8e10 [2021-02-26T09:11:11.749Z] ---> 58be5331aea7 [2021-02-26T09:11:11.749Z] Step 24/24 : LABEL version=0.0.0 [2021-02-26T09:11:12.028Z] ---> Running in 19a7b7b1acdd [2021-02-26T09:11:13.013Z] Removing intermediate container 19a7b7b1acdd [2021-02-26T09:11:13.013Z] ---> 34e1a2c0ee91 [2021-02-26T09:11:13.013Z] [2021-02-26T09:11:13.289Z] Successfully built 34e1a2c0ee91 [2021-02-26T09:11:13.289Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-26T09:11:18.685Z]  Building docker-security-secretstore-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-26T09:11:18.685Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-26T09:11:18.685Z] ---> eeaf43b92773 [2021-02-26T09:11:18.685Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-26T09:11:19.658Z] ---> Running in d3250df8e5c7 [2021-02-26T09:11:21.084Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T09:11:21.084Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T09:11:21.354Z] (1/2) Installing readline (8.0.4-r0) [2021-02-26T09:11:21.354Z] (2/2) Installing bash (5.0.17-r0) [2021-02-26T09:11:21.625Z] Executing bash-5.0.17-r0.post-install [2021-02-26T09:11:21.625Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T09:11:21.625Z] OK: 12 MiB in 22 packages [2021-02-26T09:11:23.054Z] Removing intermediate container d3250df8e5c7 [2021-02-26T09:11:23.054Z] ---> ebfd5bf1dead [2021-02-26T09:11:23.054Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-26T09:11:23.054Z] ---> Running in 3c2e3b894290 [2021-02-26T09:11:23.328Z] Removing intermediate container 3c2e3b894290 [2021-02-26T09:11:23.328Z] ---> 308eff6eca8f [2021-02-26T09:11:23.328Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-26T09:11:23.328Z] ---> Running in 5b8e9583e2ff [2021-02-26T09:11:23.922Z] Removing intermediate container 5b8e9583e2ff [2021-02-26T09:11:23.922Z] ---> b7df67dcf63d [2021-02-26T09:11:23.922Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-26T09:11:23.922Z] ---> Running in 8417b6888c8a [2021-02-26T09:11:24.518Z] Removing intermediate container 8417b6888c8a [2021-02-26T09:11:24.518Z] ---> 405217f8a75e [2021-02-26T09:11:24.518Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-26T09:11:25.493Z] ---> 7a1df8e70ad8 [2021-02-26T09:11:25.493Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-26T09:11:26.465Z] ---> f98d80294029 [2021-02-26T09:11:26.465Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-26T09:11:27.060Z] ---> 6c21d6a05813 [2021-02-26T09:11:27.060Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-26T09:11:27.330Z] ---> Running in 58dbb69fe9d2 [2021-02-26T09:11:28.759Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T09:11:28.759Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T09:11:29.029Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-26T09:11:29.029Z] (2/33) Installing expat (2.2.9-r1) [2021-02-26T09:11:29.029Z] (3/33) Installing libffi (3.3-r2) [2021-02-26T09:11:29.029Z] (4/33) Installing gdbm (1.13-r1) [2021-02-26T09:11:29.029Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-26T09:11:29.029Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-26T09:11:29.029Z] (7/33) Installing python3 (3.8.5-r1) [2021-02-26T09:11:30.996Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-26T09:11:30.996Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-26T09:11:30.996Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-26T09:11:30.996Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-26T09:11:30.996Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-26T09:11:30.996Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-26T09:11:30.996Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-26T09:11:30.996Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-26T09:11:30.996Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-26T09:11:30.996Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-26T09:11:30.996Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-26T09:11:30.996Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-26T09:11:31.267Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-26T09:11:31.267Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-26T09:11:31.267Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-26T09:11:31.267Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-26T09:11:31.267Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-26T09:11:31.267Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-26T09:11:31.267Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-26T09:11:31.267Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-26T09:11:31.267Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-26T09:11:31.267Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-26T09:11:31.267Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-26T09:11:31.267Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-26T09:11:31.267Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-26T09:11:31.267Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-26T09:11:31.537Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T09:11:31.538Z] OK: 71 MiB in 55 packages [2021-02-26T09:11:38.231Z] Removing intermediate container 58dbb69fe9d2 [2021-02-26T09:11:38.231Z] ---> d20e85ef2afa [2021-02-26T09:11:38.231Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-26T09:11:38.231Z] ---> Running in 89f2e4ee977f [2021-02-26T09:11:42.520Z] Collecting docker-compose==1.23.2 [2021-02-26T09:11:42.520Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-26T09:11:42.792Z] Collecting texttable<0.10,>=0.9.0 [2021-02-26T09:11:42.792Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-26T09:11:44.756Z] Collecting cached-property<2,>=1.2.0 [2021-02-26T09:11:44.756Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-26T09:11:45.345Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-26T09:11:45.345Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-26T09:11:46.315Z] Collecting PyYAML<4,>=3.10 [2021-02-26T09:11:46.315Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-26T09:11:48.923Z] Collecting docopt<0.7,>=0.6.1 [2021-02-26T09:11:48.923Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-26T09:11:50.895Z] Collecting jsonschema<3,>=2.5.1 [2021-02-26T09:11:50.895Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-26T09:11:51.489Z] Collecting docker<4.0,>=3.6.0 [2021-02-26T09:11:51.489Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-26T09:11:52.081Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-26T09:11:52.081Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-26T09:11:52.081Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-26T09:11:54.681Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-26T09:11:54.681Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-26T09:11:54.949Z] Collecting docker-pycreds>=0.4.0 [2021-02-26T09:11:54.950Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-26T09:11:55.220Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-26T09:11:55.491Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-26T09:11:55.491Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-26T09:11:56.081Z] Collecting idna<2.8,>=2.5 [2021-02-26T09:11:56.081Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-26T09:11:56.081Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-26T09:11:56.081Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-26T09:11:56.081Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-26T09:11:56.081Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-26T09:11:56.081Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-26T09:11:57.048Z] Installing collected packages: texttable, cached-property, websocket-client, PyYAML, docopt, jsonschema, docker-pycreds, urllib3, idna, requests, docker, dockerpty, docker-compose [2021-02-26T09:11:57.048Z] Running setup.py install for texttable: started [2021-02-26T09:11:59.084Z] Running setup.py install for texttable: finished with status 'done' [2021-02-26T09:11:59.084Z] Running setup.py install for PyYAML: started [2021-02-26T09:12:01.736Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-26T09:12:01.736Z] Running setup.py install for docopt: started [2021-02-26T09:12:03.160Z] Running setup.py install for docopt: finished with status 'done' [2021-02-26T09:12:03.431Z] Attempting uninstall: urllib3 [2021-02-26T09:12:03.431Z] Found existing installation: urllib3 1.25.9 [2021-02-26T09:12:03.702Z] Uninstalling urllib3-1.25.9: [2021-02-26T09:12:03.702Z] Successfully uninstalled urllib3-1.25.9 [2021-02-26T09:12:04.291Z] Attempting uninstall: idna [2021-02-26T09:12:04.291Z] Found existing installation: idna 2.9 [2021-02-26T09:12:04.291Z] Uninstalling idna-2.9: [2021-02-26T09:12:04.291Z] Successfully uninstalled idna-2.9 [2021-02-26T09:12:04.883Z] Attempting uninstall: requests [2021-02-26T09:12:04.883Z] Found existing installation: requests 2.23.0 [2021-02-26T09:12:05.155Z] Uninstalling requests-2.23.0: [2021-02-26T09:12:05.155Z] Successfully uninstalled requests-2.23.0 [2021-02-26T09:12:06.129Z] Running setup.py install for dockerpty: started [2021-02-26T09:12:08.088Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-26T09:12:08.683Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-26T09:12:12.974Z] Removing intermediate container 89f2e4ee977f [2021-02-26T09:12:12.974Z] ---> 8efbe605e59d [2021-02-26T09:12:12.974Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-26T09:12:12.974Z] ---> Running in e54597b08b5e [2021-02-26T09:12:13.566Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T09:12:13.837Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T09:12:14.429Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-26T09:12:14.429Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-26T09:12:14.429Z] (3/3) Installing curl (7.69.1-r3) [2021-02-26T09:12:14.429Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T09:12:14.429Z] OK: 71 MiB in 58 packages [2021-02-26T09:12:15.861Z] Removing intermediate container e54597b08b5e [2021-02-26T09:12:15.861Z] ---> cdbcfc4444b0 [2021-02-26T09:12:15.861Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-26T09:12:15.861Z] ---> Running in 6be0f06cf96b [2021-02-26T09:12:16.132Z] Removing intermediate container 6be0f06cf96b [2021-02-26T09:12:16.132Z] ---> 8b6ff7d12dd2 [2021-02-26T09:12:16.132Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T09:12:16.402Z] ---> Running in b8b75290c9c7 [2021-02-26T09:12:16.675Z] Removing intermediate container b8b75290c9c7 [2021-02-26T09:12:16.675Z] ---> 004d5c30fb56 [2021-02-26T09:12:16.675Z] Step 24/26 : LABEL arch=arm64 [2021-02-26T09:12:16.946Z] ---> Running in 8c353fe25f14 [2021-02-26T09:12:17.539Z] Removing intermediate container 8c353fe25f14 [2021-02-26T09:12:17.539Z] ---> 22fae0b4399e [2021-02-26T09:12:17.539Z] Step 25/26 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 [2021-02-26T09:12:17.539Z] ---> Running in 05fff335a42f [2021-02-26T09:12:18.132Z] Removing intermediate container 05fff335a42f [2021-02-26T09:12:18.132Z] ---> d2126fc2382f [2021-02-26T09:12:18.132Z] Step 26/26 : LABEL version=0.0.0 [2021-02-26T09:12:18.132Z] ---> Running in d4b67d214909 [2021-02-26T09:12:18.723Z] Removing intermediate container d4b67d214909 [2021-02-26T09:12:18.723Z] ---> ed688b277105 [2021-02-26T09:12:18.723Z] [2021-02-26T09:12:18.993Z] Successfully built ed688b277105 [2021-02-26T09:12:18.993Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-26T09:12:19.599Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-26T09:12:19.624Z] $ docker stop --time=1 8fa28fe44928b980c4bd8f5ac0842fadf212ded9d1d8ce54165989d431540780 [2021-02-26T09:12:21.613Z] $ docker rm -f 8fa28fe44928b980c4bd8f5ac0842fadf212ded9d1d8ce54165989d431540780 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-26T09:12:22.266Z] + grep docker [2021-02-26T09:12:22.266Z] + docker images [2021-02-26T09:12:22.536Z] docker-sys-mgmt-agent-go-arm64 latest ed688b277105 4 seconds ago 300MB [2021-02-26T09:12:22.536Z] docker-security-secretstore-setup-go-arm64 latest 34e1a2c0ee91 About a minute ago 23.7MB [2021-02-26T09:12:22.536Z] docker-security-proxy-setup-go-arm64 latest 54ab92fe2527 About a minute ago 23.4MB [2021-02-26T09:12:22.536Z] docker-core-command-go-arm64 latest 8fb19c8986cd About a minute ago 16.2MB [2021-02-26T09:12:22.536Z] docker-core-data-go-arm64 latest ee357afc92bc 3 minutes ago 21.1MB [2021-02-26T09:12:22.536Z] docker-security-bootstrapper-go-arm64 latest 1f1463dfc7ac 3 minutes ago 17.6MB [2021-02-26T09:12:22.536Z] docker-support-notifications-go-arm64 latest 1bb3ee9084b3 3 minutes ago 16.8MB [2021-02-26T09:12:22.536Z] docker-core-metadata-go-arm64 latest 9f633f950276 3 minutes ago 17.9MB [2021-02-26T09:12:22.536Z] docker-support-scheduler-go-arm64 latest a4d8b2b4ab8d 3 minutes ago 16.3MB [2021-02-26T09:12:22.536Z] 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-02-26T09:12:23.468Z] ---> job-cost.sh [2021-02-26T09:12:23.468Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-OjeR [2021-02-26T09:13:02.403Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-26T09:15:24.270Z] lf-activate-venv(): INFO: Adding /tmp/venv-OjeR/bin to PATH [2021-02-26T09:15:24.270Z] INFO: No Stack... [2021-02-26T09:15:24.270Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-02-26T09:15:24.270Z] INFO: Archiving Costs [Pipeline] sh [2021-02-26T09:15:24.722Z] + cut -d, -f6 [2021-02-26T09:15:24.722Z] + cat /w/workspace/edgex-go/3/archives/cost.csv [Pipeline] lock [2021-02-26T09:15:24.835Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3202-3-stack-cost] [2021-02-26T09:15:24.844Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3202-3-stack-cost] did not exist. Created. [2021-02-26T09:15:24.844Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3202-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-26T09:15:25.295Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-02-26T09:15:25.653Z] Stashed 1 file(s) [Pipeline] } [2021-02-26T09:15:25.668Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3202-3-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-02-26T09:15:27.022Z] provisioning config files... [2021-02-26T09:15:27.045Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config3414416554959382406tmp [Pipeline] { [Pipeline] sh [2021-02-26T09:15:27.420Z] + set +x [2021-02-26T09:15:27.421Z] + curl -s https://codecov.io/bash [2021-02-26T09:15:27.421Z] + bash -s -- [2021-02-26T09:15:27.681Z] [2021-02-26T09:15:27.681Z] _____ _ [2021-02-26T09:15:27.681Z] / ____| | | [2021-02-26T09:15:27.681Z] | | ___ __| | ___ ___ _____ __ [2021-02-26T09:15:27.681Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-26T09:15:27.681Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-26T09:15:27.681Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-26T09:15:27.681Z] Bash-20210129-7c25fce [2021-02-26T09:15:27.681Z] [2021-02-26T09:15:27.681Z] [2021-02-26T09:15:27.681Z] ==> git version 2.24.3 found [2021-02-26T09:15:27.681Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-26T09:15:27.681Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-26T09:15:27.681Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-26T09:15:27.681Z] ==> Jenkins CI detected. [2021-02-26T09:15:27.681Z] project root: . [2021-02-26T09:15:27.681Z] --> token set from env [2021-02-26T09:15:27.681Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-26T09:15:27.681Z] ==> Running gcov in . (disable via -X gcov) [2021-02-26T09:15:27.941Z] ==> Python coveragepy not found [2021-02-26T09:15:27.942Z] ==> Searching for coverage reports in: [2021-02-26T09:15:27.942Z] + . [2021-02-26T09:15:27.942Z] -> Found 1 reports [2021-02-26T09:15:27.942Z] ==> Detecting git/mercurial file structure [2021-02-26T09:15:27.942Z] ==> Reading reports [2021-02-26T09:15:27.942Z] + ./coverage.out bytes=599137 [2021-02-26T09:15:27.942Z] ==> Appending adjustments [2021-02-26T09:15:27.942Z] https://docs.codecov.io/docs/fixing-reports [2021-02-26T09:15:31.243Z] + Found adjustments [2021-02-26T09:15:31.243Z] ==> Gzipping contents [2021-02-26T09:15:31.243Z] 88K /tmp/codecov.wA1eNF.gz [2021-02-26T09:15:31.243Z] ==> Uploading reports [2021-02-26T09:15:31.243Z] url: https://codecov.io [2021-02-26T09:15:31.243Z] query: branch=PR-3202&commit=7e4b36505a1967a6a490424c350129e624223419&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3202%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3202&job=&cmd_args= [2021-02-26T09:15:31.243Z] -> Pinging Codecov [2021-02-26T09:15:31.243Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3202&commit=7e4b36505a1967a6a490424c350129e624223419&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3202%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3202&job=&cmd_args= [2021-02-26T09:15:31.243Z] -> Uploading to [2021-02-26T09:15:31.243Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-26/00271124DB129430A58F1EEE437C3FCB/7e4b36505a1967a6a490424c350129e624223419/8cec960a-49ef-456b-aadd-a7385786e7c9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210226%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210226T091531Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2fefe5f7b66272ddc60b937bc193f3beb266d26ed61e472fecad0cd50fc417f7 [2021-02-26T09:15:31.243Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T09:15:31.243Z] Dload Upload Total Spent Left Speed [2021-02-26T09:15:31.814Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89316 0 0 100 89316 0 167k --:--:-- --:--:-- --:--:-- 168k [2021-02-26T09:15:31.814Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/7e4b36505a1967a6a490424c350129e624223419 [Pipeline] } [2021-02-26T09:15:31.823Z] 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-02-26T09:15:33.509Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T09:15:34.392Z] ---> package-listing.sh [2021-02-26T09:15:34.392Z] ++ facter osfamily [2021-02-26T09:15:34.392Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-26T09:15:34.392Z] + OS_FAMILY=redhat [2021-02-26T09:15:34.392Z] + workspace=/w/workspace/edgex-go/3 [2021-02-26T09:15:34.392Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-26T09:15:34.392Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-26T09:15:34.392Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-26T09:15:34.392Z] + PACKAGES=/tmp/packages_start.txt [2021-02-26T09:15:34.392Z] + '[' /w/workspace/edgex-go/3 ']' [2021-02-26T09:15:34.392Z] + PACKAGES=/tmp/packages_end.txt [2021-02-26T09:15:34.392Z] + case "${OS_FAMILY}" in [2021-02-26T09:15:34.392Z] + rpm -qa [2021-02-26T09:15:34.392Z] + sort [2021-02-26T09:15:39.686Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-26T09:15:39.686Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-26T09:15:39.686Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-26T09:15:39.686Z] + '[' /w/workspace/edgex-go/3 ']' [2021-02-26T09:15:39.686Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-02-26T09:15:39.686Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-02-26T09:15:39.701Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-26T09:15:39.990Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-26T09:15:40.291Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-26T09:15:40.291Z] [2021-02-26T09:15:40.291Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-26T09:15:40.641Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-26T09:15:40.641Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-26T09:15:40.641Z] df20fa9351a1: Pulling fs layer [2021-02-26T09:15:40.641Z] 36b3adc4ff6f: Pulling fs layer [2021-02-26T09:15:40.641Z] 8ad3a11d3b57: Pulling fs layer [2021-02-26T09:15:40.641Z] 46f8f816bc3b: Pulling fs layer [2021-02-26T09:15:40.641Z] 93b61091891f: Pulling fs layer [2021-02-26T09:15:40.641Z] 93b9cdb0e59b: Pulling fs layer [2021-02-26T09:15:40.641Z] 5e14af77c1be: Pulling fs layer [2021-02-26T09:15:40.641Z] 01666e4c0597: Pulling fs layer [2021-02-26T09:15:40.641Z] aa168da1d23b: Pulling fs layer [2021-02-26T09:15:40.641Z] 93b9cdb0e59b: Waiting [2021-02-26T09:15:40.641Z] 5e14af77c1be: Waiting [2021-02-26T09:15:40.641Z] 01666e4c0597: Waiting [2021-02-26T09:15:40.641Z] aa168da1d23b: Waiting [2021-02-26T09:15:40.641Z] 46f8f816bc3b: Waiting [2021-02-26T09:15:40.641Z] 93b61091891f: Waiting [2021-02-26T09:15:40.641Z] 36b3adc4ff6f: Verifying Checksum [2021-02-26T09:15:40.641Z] 36b3adc4ff6f: Download complete [2021-02-26T09:15:40.641Z] 46f8f816bc3b: Verifying Checksum [2021-02-26T09:15:40.641Z] 46f8f816bc3b: Download complete [2021-02-26T09:15:40.901Z] df20fa9351a1: Verifying Checksum [2021-02-26T09:15:40.901Z] df20fa9351a1: Download complete [2021-02-26T09:15:40.901Z] 93b9cdb0e59b: Download complete [2021-02-26T09:15:40.901Z] 5e14af77c1be: Download complete [2021-02-26T09:15:40.901Z] 93b61091891f: Verifying Checksum [2021-02-26T09:15:40.901Z] 93b61091891f: Download complete [2021-02-26T09:15:40.901Z] 01666e4c0597: Verifying Checksum [2021-02-26T09:15:40.901Z] 01666e4c0597: Download complete [2021-02-26T09:15:40.901Z] 8ad3a11d3b57: Verifying Checksum [2021-02-26T09:15:40.901Z] 8ad3a11d3b57: Download complete [2021-02-26T09:15:41.162Z] df20fa9351a1: Pull complete [2021-02-26T09:15:41.162Z] 36b3adc4ff6f: Pull complete [2021-02-26T09:15:42.117Z] 8ad3a11d3b57: Pull complete [2021-02-26T09:15:42.117Z] 46f8f816bc3b: Pull complete [2021-02-26T09:15:42.379Z] 93b61091891f: Pull complete [2021-02-26T09:15:42.953Z] aa168da1d23b: Verifying Checksum [2021-02-26T09:15:42.953Z] aa168da1d23b: Download complete [2021-02-26T09:15:43.897Z] 93b9cdb0e59b: Pull complete [2021-02-26T09:15:44.158Z] 5e14af77c1be: Pull complete [2021-02-26T09:15:44.486Z] 01666e4c0597: Pull complete [2021-02-26T09:15:54.736Z] aa168da1d23b: Pull complete [2021-02-26T09:15:54.736Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-26T09:15:54.736Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-26T09:15:54.736Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-26T09:15:54.899Z] prd-centos7-docker-4c-2g-27828 does not seem to be running inside a container [2021-02-26T09:15:54.944Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-26T09:15:58.048Z] $ docker top d7ed69846a1eb60323840877c0c9072f4c4a28f7720231a17a89a817aa02549d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T09:15:58.609Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-26T09:15:58.903Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-26T09:15:59.197Z] + ls /var/log/sa-host [2021-02-26T09:15:59.197Z] + sadf -c /var/log/sa-host/sa23 [2021-02-26T09:15:59.197Z] file_magic: OK [2021-02-26T09:15:59.197Z] HZ: Using current value: 100 [2021-02-26T09:15:59.197Z] file_header: OK [2021-02-26T09:15:59.197Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-26T09:15:59.197Z] Statistics: [2021-02-26T09:15:59.197Z] Hnuu...uuuununununu... [2021-02-26T09:15:59.197Z] File successfully converted to sysstat format version 12.2.1 [2021-02-26T09:15:59.197Z] + sadf -c /var/log/sa-host/sa26 [2021-02-26T09:15:59.197Z] file_magic: OK [2021-02-26T09:15:59.197Z] HZ: Using current value: 100 [2021-02-26T09:15:59.197Z] file_header: OK [2021-02-26T09:15:59.197Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-26T09:15:59.197Z] Statistics: [2021-02-26T09:15:59.197Z] 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... [2021-02-26T09:15:59.197Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-26T09:15:59.487Z] provisioning config files... [2021-02-26T09:15:59.500Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config3235731454558878310tmp [Pipeline] { [Pipeline] echo [2021-02-26T09:15:59.574Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T09:15:59.870Z] ---> create-netrc.sh [Pipeline] } [2021-02-26T09:15:59.879Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-26T09:16:00.009Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T09:16:00.301Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-26T09:16:00.310Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T09:16:00.602Z] ---> sudo-logs.sh [2021-02-26T09:16:00.602Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-26T09:16:00.678Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T09:16:00.972Z] ---> job-cost.sh [2021-02-26T09:16:00.972Z] lf-activate-venv: SKIPPING [2021-02-26T09:16:00.972Z] DEBUG: total: 0.20999999344348907 [2021-02-26T09:16:00.972Z] INFO: Retrieving Stack Cost... [2021-02-26T09:16:01.915Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-26T09:16:02.488Z] INFO: Archiving Costs [Pipeline] echo [2021-02-26T09:16:02.500Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T09:16:02.795Z] ---> logs-deploy.sh [2021-02-26T09:16:02.795Z] lf-activate-venv: SKIPPING [2021-02-26T09:16:02.795Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3202/3 [2021-02-26T09:16:02.795Z] INFO: archiving workspace using pattern(s): [2021-02-26T09:16:04.176Z] Archives upload complete. [2021-02-26T09:16:04.176Z] INFO: archiving logs to Nexus [2021-02-26T09:16:05.119Z] ---> uname -a: [2021-02-26T09:16:05.119Z] Linux prd-centos7-docker-4c-2g-27828.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-26T09:16:05.119Z] [2021-02-26T09:16:05.119Z] [2021-02-26T09:16:05.119Z] ---> lscpu: [2021-02-26T09:16:05.119Z] Architecture: x86_64 [2021-02-26T09:16:05.119Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-26T09:16:05.119Z] Byte Order: Little Endian [2021-02-26T09:16:05.119Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-26T09:16:05.119Z] CPU(s): 4 [2021-02-26T09:16:05.119Z] On-line CPU(s) list: 0-3 [2021-02-26T09:16:05.119Z] Thread(s) per core: 1 [2021-02-26T09:16:05.119Z] Core(s) per socket: 1 [2021-02-26T09:16:05.119Z] Socket(s): 4 [2021-02-26T09:16:05.119Z] NUMA node(s): 1 [2021-02-26T09:16:05.119Z] Vendor ID: GenuineIntel [2021-02-26T09:16:05.119Z] CPU family: 6 [2021-02-26T09:16:05.119Z] Model: 44 [2021-02-26T09:16:05.119Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-26T09:16:05.119Z] Stepping: 1 [2021-02-26T09:16:05.119Z] CPU MHz: 2933.436 [2021-02-26T09:16:05.119Z] BogoMIPS: 5866.87 [2021-02-26T09:16:05.119Z] Virtualization: VT-x [2021-02-26T09:16:05.119Z] Hypervisor vendor: KVM [2021-02-26T09:16:05.119Z] Virtualization type: full [2021-02-26T09:16:05.119Z] L1d cache: 128 KiB [2021-02-26T09:16:05.119Z] L1i cache: 128 KiB [2021-02-26T09:16:05.119Z] L2 cache: 16 MiB [2021-02-26T09:16:05.119Z] L3 cache: 64 MiB [2021-02-26T09:16:05.119Z] NUMA node0 CPU(s): 0-3 [2021-02-26T09:16:05.119Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-26T09:16:05.119Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-26T09:16:05.119Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-26T09:16:05.119Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-26T09:16:05.119Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-26T09:16:05.119Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-26T09:16:05.119Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-26T09:16:05.119Z] Vulnerability Srbds: Not affected [2021-02-26T09:16:05.119Z] Vulnerability Tsx async abort: Not affected [2021-02-26T09:16:05.119Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-02-26T09:16:05.119Z] [2021-02-26T09:16:05.119Z] [2021-02-26T09:16:05.119Z] ---> nproc: [2021-02-26T09:16:05.119Z] 4 [2021-02-26T09:16:05.119Z] [2021-02-26T09:16:05.119Z] [2021-02-26T09:16:05.119Z] ---> df -h: [2021-02-26T09:16:05.119Z] Filesystem Size Used Available Use% Mounted on [2021-02-26T09:16:05.119Z] overlay 50.0G 12.2G 37.8G 24% / [2021-02-26T09:16:05.119Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-26T09:16:05.119Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-26T09:16:05.119Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-26T09:16:05.119Z] /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os [2021-02-26T09:16:05.119Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf [2021-02-26T09:16:05.119Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname [2021-02-26T09:16:05.119Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts [2021-02-26T09:16:05.119Z] /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json [2021-02-26T09:16:05.119Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host [2021-02-26T09:16:05.119Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure [2021-02-26T09:16:05.119Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log [2021-02-26T09:16:05.119Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/3 [2021-02-26T09:16:05.119Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/3@tmp [2021-02-26T09:16:05.119Z] [2021-02-26T09:16:05.120Z] [2021-02-26T09:16:05.120Z] ---> free -m: [2021-02-26T09:16:05.120Z] total used free shared buff/cache available [2021-02-26T09:16:05.120Z] Mem: 1837 685 133 0 1018 1064 [2021-02-26T09:16:05.120Z] Swap: 1023 85 938 [2021-02-26T09:16:05.120Z] [2021-02-26T09:16:05.120Z] [2021-02-26T09:16:05.120Z] ---> ip addr: [2021-02-26T09:16:05.120Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-26T09:16:05.120Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-26T09:16:05.120Z] inet 127.0.0.1/8 scope host lo [2021-02-26T09:16:05.120Z] valid_lft forever preferred_lft forever [2021-02-26T09:16:05.120Z] inet6 ::1/128 scope host [2021-02-26T09:16:05.120Z] valid_lft forever preferred_lft forever [2021-02-26T09:16:05.120Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-26T09:16:05.120Z] link/ether fa:16:3e:b6:cc:13 brd ff:ff:ff:ff:ff:ff [2021-02-26T09:16:05.120Z] inet 10.30.122.23/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-26T09:16:05.120Z] valid_lft 84966sec preferred_lft 84966sec [2021-02-26T09:16:05.120Z] inet6 fe80::f816:3eff:feb6:cc13/64 scope link [2021-02-26T09:16:05.120Z] valid_lft forever preferred_lft forever [2021-02-26T09:16:05.120Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-26T09:16:05.120Z] link/ether 02:42:aa:6f:1f:49 brd ff:ff:ff:ff:ff:ff [2021-02-26T09:16:05.120Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-26T09:16:05.120Z] valid_lft forever preferred_lft forever [2021-02-26T09:16:05.120Z] inet6 fe80::42:aaff:fe6f:1f49/64 scope link [2021-02-26T09:16:05.120Z] valid_lft forever preferred_lft forever [2021-02-26T09:16:05.120Z] [2021-02-26T09:16:05.120Z] [2021-02-26T09:16:05.120Z] ---> sar -b -r -n DEV: [2021-02-26T09:16:05.120Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/26/21 _x86_64_ (4 CPU) [2021-02-26T09:16:05.120Z] [2021-02-26T09:16:05.120Z] 08:52:00 LINUX RESTART (4 CPU) [2021-02-26T09:16:05.120Z] [2021-02-26T09:16:05.120Z] 08:53:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-26T09:16:05.120Z] 08:54:01 218.69 106.32 112.36 0.00 11260.18 45354.44 0.00 [2021-02-26T09:16:05.120Z] 08:55:01 276.55 106.19 170.36 0.00 4439.39 22456.80 0.00 [2021-02-26T09:16:05.120Z] 08:56:01 149.59 60.28 89.32 0.00 2194.57 11477.63 0.00 [2021-02-26T09:16:05.120Z] 08:57:03 161.19 48.93 112.25 0.00 7886.33 34864.27 0.00 [2021-02-26T09:16:05.120Z] 08:58:01 2304.64 1906.47 398.17 0.00 185575.96 242118.23 0.00 [2021-02-26T09:16:05.120Z] 08:59:02 1013.88 760.64 253.24 0.00 54488.86 79607.85 0.00 [2021-02-26T09:16:05.120Z] 09:00:02 1255.30 882.92 372.38 0.00 105536.65 137411.14 0.00 [2021-02-26T09:16:05.120Z] 09:01:02 1348.80 1003.79 345.01 0.00 84705.63 88301.30 0.00 [2021-02-26T09:16:05.120Z] 09:02:01 87.35 31.46 55.89 0.00 3767.52 6905.14 0.00 [2021-02-26T09:16:05.120Z] 09:03:01 3.10 1.53 1.57 0.00 27.32 28.10 0.00 [2021-02-26T09:16:05.120Z] 09:04:01 1.58 1.33 0.25 0.00 101.30 2.70 0.00 [2021-02-26T09:16:05.120Z] 09:05:01 0.45 0.28 0.17 0.00 5.73 1.77 0.00 [2021-02-26T09:16:05.120Z] 09:06:01 0.22 0.02 0.20 0.00 0.27 2.22 0.00 [2021-02-26T09:16:05.120Z] 09:07:01 0.33 0.10 0.23 0.00 2.00 1.93 0.00 [2021-02-26T09:16:05.120Z] 09:08:01 2.61 1.78 0.83 0.00 167.49 16.07 0.00 [2021-02-26T09:16:05.120Z] 09:09:01 0.30 0.03 0.27 0.00 0.80 3.13 0.00 [2021-02-26T09:16:05.120Z] 09:10:01 0.22 0.02 0.20 0.00 0.13 1.92 0.00 [2021-02-26T09:16:05.120Z] 09:11:01 0.20 0.03 0.17 0.00 0.27 1.65 0.00 [2021-02-26T09:16:05.120Z] 09:12:01 0.27 0.00 0.27 0.00 0.00 3.43 0.00 [2021-02-26T09:16:05.120Z] 09:13:01 0.27 0.02 0.25 0.00 0.53 2.60 0.00 [2021-02-26T09:16:05.120Z] 09:14:01 0.23 0.07 0.17 0.00 0.67 1.65 0.00 [2021-02-26T09:16:05.120Z] 09:15:01 0.30 0.07 0.23 0.00 0.67 2.12 0.00 [2021-02-26T09:16:05.120Z] Average: 308.16 221.42 86.74 0.00 20744.26 30206.83 0.00 [2021-02-26T09:16:05.120Z] [2021-02-26T09:16:05.120Z] 08:53:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-26T09:16:05.120Z] 08:54:01 182152 0 694496 36.91 2196 1002700 1334620 45.55 535208 927056 33708 [2021-02-26T09:16:05.120Z] 08:55:01 96008 0 831496 44.19 1236 952804 1605192 54.78 665036 837800 85752 [2021-02-26T09:16:05.120Z] 08:56:01 230020 0 798160 42.42 680 852684 1776820 60.64 622568 735044 63700 [2021-02-26T09:16:05.120Z] 08:57:03 114504 0 737836 39.21 184 1029020 1250348 42.67 539296 951596 331480 [2021-02-26T09:16:05.120Z] 08:58:01 77680 0 813376 43.23 8 990480 2124224 72.50 669888 910124 89844 [2021-02-26T09:16:05.120Z] 08:59:02 249416 0 806316 42.85 8 825804 2787144 95.12 613912 762680 8 [2021-02-26T09:16:05.120Z] 09:00:02 69456 0 759004 40.34 8 1053076 2076856 70.88 719044 835564 30972 [2021-02-26T09:16:05.120Z] 09:01:02 302760 0 837540 44.51 8 741236 2823784 96.37 629592 699128 2996 [2021-02-26T09:16:05.120Z] 09:02:01 491200 0 603588 32.08 8 786748 1196068 40.82 385108 766992 8 [2021-02-26T09:16:05.120Z] 09:03:01 494232 0 600104 31.89 8 787200 1165272 39.77 385384 764900 8 [2021-02-26T09:16:05.120Z] 09:04:01 491768 0 599516 31.86 8 790252 1165272 39.77 385244 767952 16 [2021-02-26T09:16:05.120Z] 09:05:01 491148 0 600144 31.90 8 790244 1165280 39.77 385500 768112 20 [2021-02-26T09:16:05.120Z] 09:06:01 491620 0 599644 31.87 8 790272 1165140 39.76 384448 768136 12 [2021-02-26T09:16:05.120Z] 09:07:01 491768 0 599508 31.86 8 790260 1184496 40.42 384696 768136 8 [2021-02-26T09:16:05.120Z] 09:08:01 483496 0 603444 32.07 8 794596 1165224 39.77 390800 769488 8 [2021-02-26T09:16:05.120Z] 09:09:01 484244 0 602708 32.03 8 794584 1165140 39.76 390352 769488 8 [2021-02-26T09:16:05.120Z] 09:10:01 484328 0 602596 32.03 8 794612 1165176 39.77 390488 769516 8 [2021-02-26T09:16:05.120Z] 09:11:01 484252 0 602668 32.03 8 794616 1165140 39.76 390364 769520 8 [2021-02-26T09:16:05.120Z] 09:12:01 484128 0 602780 32.04 8 794628 1165140 39.76 390492 769524 8 [2021-02-26T09:16:05.120Z] 09:13:01 484272 0 602644 32.03 8 794620 1165212 39.77 390444 769524 8 [2021-02-26T09:16:05.120Z] 09:14:01 484220 0 602676 32.03 8 794640 1165140 39.76 390488 769560 8 [2021-02-26T09:16:05.120Z] 09:15:01 484368 0 602520 32.02 8 794648 1165140 39.76 390388 769576 8 [2021-02-26T09:16:05.120Z] Average: 370320 0 668307 35.52 202 842715 1460992 49.86 474034 791792 29027 [2021-02-26T09:16:05.120Z] [2021-02-26T09:16:05.120Z] 08:53:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-26T09:16:05.120Z] 08:54:01 eth0 1203.66 1214.78 5849.12 138.21 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 08:54:01 docker0 898.30 822.55 72.95 2683.98 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 08:55:01 veth4925fef 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 08:55:01 eth0 252.74 199.30 870.02 28.65 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 08:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 08:55:01 docker0 177.45 213.69 13.15 835.45 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 08:56:01 veth4925fef 2.13 2.13 0.17 0.17 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 08:56:01 eth0 39.27 27.86 22.14 71.48 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 08:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 08:56:01 docker0 2.13 2.13 0.14 0.17 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 08:57:03 eth0 213.31 160.65 1670.38 77.94 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 08:57:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 08:57:03 vethfd296d3 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 08:57:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 08:58:01 eth0 60.30 43.30 171.57 12.26 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 08:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 08:58:01 vethfd296d3 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 08:58:01 docker0 30.65 36.78 1.94 151.04 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 08:59:02 veth7d0e674 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 08:59:02 vethf66c730 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 08:59:02 vethca27c3e 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 08:59:02 veth3448296 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:00:02 veth1ac2f8d 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:00:02 veth820af22 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:00:02 eth0 3117.17 2471.89 13738.08 522.06 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:00:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:01:02 vethd9cee14 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:01:02 vethf4753e8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:01:02 vethc92caba 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:01:02 eth0 100.08 66.92 165.72 85.40 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:02:01 eth0 31.72 15.07 93.07 7.62 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:02:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:02:01 docker0 1181.99 1222.36 92.90 4442.67 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:03:01 eth0 1.47 0.62 0.81 0.29 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:04:01 eth0 2.28 0.30 0.44 0.17 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:05:01 eth0 1.00 0.62 0.54 0.40 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:06:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:07:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:08:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:09:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:10:01 eth0 0.23 0.22 0.10 0.02 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:11:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:12:01 eth0 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:13:01 eth0 0.27 0.20 0.14 0.07 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:14:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:15:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] 09:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] Average: eth0 99.87 87.37 486.59 24.04 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] Average: docker0 52.93 54.74 4.16 198.95 0.00 0.00 0.00 0.00 [2021-02-26T09:16:05.120Z] [2021-02-26T09:16:05.120Z] [2021-02-26T09:16:05.120Z] ---> sar -P ALL: [2021-02-26T09:16:05.120Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/26/21 _x86_64_ (4 CPU) [2021-02-26T09:16:05.120Z] [2021-02-26T09:16:05.120Z] 08:52:00 LINUX RESTART (4 CPU) [2021-02-26T09:16:05.120Z] [2021-02-26T09:16:05.120Z] 08:53:01 CPU %user %nice %system %iowait %steal %idle [2021-02-26T09:16:05.121Z] 08:54:01 all 15.21 0.00 6.19 1.69 0.10 76.81 [2021-02-26T09:16:05.121Z] 08:54:01 0 15.38 0.00 7.26 2.13 0.09 75.15 [2021-02-26T09:16:05.121Z] 08:54:01 1 19.34 0.00 6.29 2.44 0.14 71.79 [2021-02-26T09:16:05.121Z] 08:54:01 2 12.16 0.00 5.42 1.48 0.09 80.85 [2021-02-26T09:16:05.121Z] 08:54:01 3 13.98 0.00 5.80 0.70 0.10 79.42 [2021-02-26T09:16:05.121Z] 08:55:01 all 27.93 0.00 7.53 6.36 0.12 58.05 [2021-02-26T09:16:05.121Z] 08:55:01 0 27.42 0.00 7.54 6.45 0.12 58.47 [2021-02-26T09:16:05.121Z] 08:55:01 1 27.61 0.00 7.59 6.71 0.12 57.98 [2021-02-26T09:16:05.121Z] 08:55:01 2 28.25 0.00 7.71 5.30 0.10 58.64 [2021-02-26T09:16:05.121Z] 08:55:01 3 28.45 0.00 7.30 6.99 0.14 57.11 [2021-02-26T09:16:05.121Z] 08:56:01 all 51.21 0.00 10.55 4.29 0.11 33.85 [2021-02-26T09:16:05.121Z] 08:56:01 0 49.36 0.00 10.16 6.57 0.10 33.81 [2021-02-26T09:16:05.121Z] 08:56:01 1 53.51 0.00 11.06 3.48 0.10 31.85 [2021-02-26T09:16:05.121Z] 08:56:01 2 51.24 0.00 10.81 2.20 0.09 35.67 [2021-02-26T09:16:05.121Z] 08:56:01 3 50.74 0.00 10.16 4.91 0.14 34.05 [2021-02-26T09:16:05.121Z] 08:57:03 all 29.41 0.00 9.24 5.48 0.09 55.77 [2021-02-26T09:16:05.121Z] 08:57:03 0 30.68 0.00 8.95 5.27 0.10 54.99 [2021-02-26T09:16:05.121Z] 08:57:03 1 29.82 0.00 9.54 6.78 0.08 53.78 [2021-02-26T09:16:05.121Z] 08:57:03 2 27.80 0.00 9.51 5.06 0.12 57.52 [2021-02-26T09:16:05.121Z] 08:57:03 3 29.35 0.00 8.97 4.81 0.07 56.79 [2021-02-26T09:16:05.121Z] 08:58:01 all 19.73 0.00 18.01 31.69 0.26 30.31 [2021-02-26T09:16:05.121Z] 08:58:01 0 19.30 0.00 17.54 29.85 0.30 33.01 [2021-02-26T09:16:05.121Z] 08:58:01 1 19.49 0.00 17.97 34.61 0.32 27.60 [2021-02-26T09:16:05.121Z] 08:58:01 2 20.00 0.00 18.13 29.57 0.23 32.07 [2021-02-26T09:16:05.121Z] 08:58:01 3 20.13 0.00 18.39 32.75 0.20 28.54 [2021-02-26T09:16:05.121Z] 08:59:02 all 51.70 0.00 12.08 19.08 0.10 17.05 [2021-02-26T09:16:05.121Z] 08:59:02 0 50.83 0.00 11.98 19.96 0.14 17.09 [2021-02-26T09:16:05.121Z] 08:59:02 1 51.59 0.00 12.49 18.20 0.10 17.62 [2021-02-26T09:16:05.121Z] 08:59:02 2 52.18 0.00 11.79 21.18 0.08 14.77 [2021-02-26T09:16:05.121Z] 08:59:02 3 52.17 0.00 12.05 16.97 0.07 18.74 [2021-02-26T09:16:05.121Z] 09:00:02 all 29.38 0.00 14.26 31.07 0.14 25.15 [2021-02-26T09:16:05.121Z] 09:00:02 0 27.66 0.00 13.85 29.53 0.14 28.82 [2021-02-26T09:16:05.121Z] 09:00:02 1 30.60 0.00 14.26 31.73 0.15 23.26 [2021-02-26T09:16:05.121Z] 09:00:02 2 29.00 0.00 14.25 30.79 0.14 25.83 [2021-02-26T09:16:05.121Z] 09:00:02 3 30.28 0.00 14.69 32.24 0.12 22.67 [2021-02-26T09:16:05.121Z] 09:01:02 all 29.17 0.00 12.47 33.95 0.19 24.22 [2021-02-26T09:16:05.121Z] 09:01:02 0 29.98 0.00 11.88 36.79 0.21 21.14 [2021-02-26T09:16:05.121Z] 09:01:02 1 26.97 0.00 12.92 32.17 0.21 27.74 [2021-02-26T09:16:05.121Z] 09:01:02 2 30.14 0.00 12.18 34.40 0.17 23.11 [2021-02-26T09:16:05.121Z] 09:01:02 3 29.60 0.00 12.90 32.42 0.18 24.91 [2021-02-26T09:16:05.121Z] 09:02:01 all 7.64 0.00 2.38 1.93 0.03 88.02 [2021-02-26T09:16:05.121Z] 09:02:01 0 7.42 0.00 2.39 3.24 0.02 86.93 [2021-02-26T09:16:05.121Z] 09:02:01 1 7.44 0.00 2.55 1.79 0.02 88.20 [2021-02-26T09:16:05.121Z] 09:02:01 2 7.13 0.00 2.42 1.46 0.05 88.93 [2021-02-26T09:16:05.121Z] 09:02:01 3 8.57 0.00 2.17 1.23 0.02 88.01 [2021-02-26T09:16:05.121Z] 09:03:01 all 0.15 0.00 0.03 0.03 0.00 99.78 [2021-02-26T09:16:05.121Z] 09:03:01 0 0.05 0.00 0.03 0.03 0.02 99.87 [2021-02-26T09:16:05.121Z] 09:03:01 1 0.02 0.00 0.02 0.03 0.00 99.93 [2021-02-26T09:16:05.121Z] 09:03:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-26T09:16:05.121Z] 09:03:01 3 0.52 0.00 0.03 0.07 0.00 99.38 [2021-02-26T09:16:05.121Z] 09:04:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-02-26T09:16:05.121Z] 09:04:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-26T09:16:05.121Z] 09:04:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-26T09:16:05.121Z] 09:04:01 2 0.03 0.00 0.03 0.02 0.00 99.92 [2021-02-26T09:16:05.121Z] 09:04:01 3 0.52 0.00 0.00 0.00 0.00 99.48 [2021-02-26T09:16:05.121Z] [2021-02-26T09:16:05.121Z] 09:04:01 CPU %user %nice %system %iowait %steal %idle [2021-02-26T09:16:05.121Z] 09:05:01 all 0.16 0.00 0.02 0.01 0.00 99.81 [2021-02-26T09:16:05.121Z] 09:05:01 0 0.03 0.00 0.02 0.05 0.00 99.90 [2021-02-26T09:16:05.121Z] 09:05:01 1 0.08 0.00 0.02 0.00 0.02 99.88 [2021-02-26T09:16:05.121Z] 09:05:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-26T09:16:05.121Z] 09:05:01 3 0.50 0.00 0.02 0.00 0.00 99.48 [2021-02-26T09:16:05.121Z] 09:06:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2021-02-26T09:16:05.121Z] 09:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-26T09:16:05.121Z] 09:06:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-26T09:16:05.121Z] 09:06:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-26T09:16:05.121Z] 09:06:01 3 0.50 0.00 0.02 0.00 0.00 99.48 [2021-02-26T09:16:05.121Z] 09:07:01 all 0.14 0.00 0.02 0.00 0.00 99.84 [2021-02-26T09:16:05.121Z] 09:07:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-02-26T09:16:05.121Z] 09:07:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-26T09:16:05.121Z] 09:07:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2021-02-26T09:16:05.121Z] 09:07:01 3 0.50 0.00 0.02 0.00 0.00 99.48 [2021-02-26T09:16:05.121Z] 09:08:01 all 0.09 0.00 0.05 0.03 0.00 99.83 [2021-02-26T09:16:05.121Z] 09:08:01 0 0.02 0.00 0.07 0.07 0.00 99.85 [2021-02-26T09:16:05.121Z] 09:08:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-26T09:16:05.121Z] 09:08:01 2 0.05 0.00 0.07 0.03 0.00 99.85 [2021-02-26T09:16:05.121Z] 09:08:01 3 0.25 0.00 0.05 0.00 0.00 99.70 [2021-02-26T09:16:05.121Z] 09:09:01 all 0.03 0.00 0.01 0.00 0.00 99.96 [2021-02-26T09:16:05.121Z] 09:09:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-26T09:16:05.121Z] 09:09:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2021-02-26T09:16:05.121Z] 09:09:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-26T09:16:05.121Z] 09:09:01 3 0.05 0.00 0.00 0.00 0.02 99.93 [2021-02-26T09:16:05.121Z] 09:10:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2021-02-26T09:16:05.121Z] 09:10:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2021-02-26T09:16:05.121Z] 09:10:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-26T09:16:05.121Z] 09:10:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2021-02-26T09:16:05.121Z] 09:10:01 3 0.52 0.00 0.03 0.02 0.00 99.43 [2021-02-26T09:16:05.121Z] 09:11:01 all 0.14 0.00 0.02 0.00 0.00 99.84 [2021-02-26T09:16:05.121Z] 09:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-26T09:16:05.121Z] 09:11:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-26T09:16:05.121Z] 09:11:01 2 0.02 0.00 0.03 0.02 0.00 99.93 [2021-02-26T09:16:05.121Z] 09:11:01 3 0.50 0.00 0.02 0.00 0.00 99.48 [2021-02-26T09:16:05.121Z] 09:12:01 all 0.15 0.00 0.02 0.00 0.00 99.84 [2021-02-26T09:16:05.121Z] 09:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-26T09:16:05.121Z] 09:12:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2021-02-26T09:16:05.121Z] 09:12:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-26T09:16:05.121Z] 09:12:01 3 0.50 0.00 0.02 0.00 0.00 99.48 [2021-02-26T09:16:05.121Z] 09:13:01 all 0.14 0.00 0.02 0.00 0.00 99.84 [2021-02-26T09:16:05.121Z] 09:13:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-26T09:16:05.121Z] 09:13:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-26T09:16:05.121Z] 09:13:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-26T09:16:05.121Z] 09:13:01 3 0.50 0.00 0.00 0.00 0.00 99.50 [2021-02-26T09:16:05.121Z] 09:14:01 all 0.14 0.00 0.02 0.00 0.00 99.84 [2021-02-26T09:16:05.121Z] 09:14:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-26T09:16:05.121Z] 09:14:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2021-02-26T09:16:05.121Z] 09:14:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-26T09:16:05.121Z] 09:14:01 3 0.50 0.00 0.03 0.00 0.00 99.47 [2021-02-26T09:16:05.121Z] 09:15:01 all 0.15 0.00 0.01 0.01 0.00 99.83 [2021-02-26T09:16:05.121Z] 09:15:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-02-26T09:16:05.121Z] 09:15:01 1 0.03 0.00 0.02 0.02 0.00 99.93 [2021-02-26T09:16:05.121Z] 09:15:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-26T09:16:05.121Z] 09:15:01 3 0.52 0.00 0.02 0.02 0.00 99.45 [2021-02-26T09:16:05.121Z] [2021-02-26T09:16:05.121Z] Average: CPU %user %nice %system %iowait %steal %idle [2021-02-26T09:16:05.121Z] Average: all 11.76 0.00 4.13 5.99 0.05 78.06 [2021-02-26T09:16:05.121Z] Average: 0 11.56 0.00 4.09 6.20 0.06 78.10 [2021-02-26T09:16:05.121Z] Average: 1 11.92 0.00 4.22 6.10 0.06 77.70 [2021-02-26T09:16:05.121Z] Average: 2 11.56 0.00 4.12 5.83 0.05 78.45 [2021-02-26T09:16:05.121Z] Average: 3 12.01 0.00 4.10 5.84 0.05 78.00 [2021-02-26T09:16:05.121Z] [2021-02-26T09:16:05.121Z] [2021-02-26T09:16:05.121Z]