Pull request #3206 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 2577f09d3b8037d11b31f6b7e5c935e548015290+c501ec80a15903c04bbfabfe9c8b77aea5670573 (6d796a9be62830ee0740f97bcf0f080c5c0c1991) 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e395d696b4e6122b6a4fdab5d2b3787aeaccfdce # timeout=10 Commit message: "Merge pull request #320 from ernestojeda/fix-email" > 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-28096’ is offline Running on prd-centos7-docker-4c-2g-28097 in /w/workspace/edgexfoundry_edgex-go_PR-3206 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3206/head:refs/remotes/origin/PR-3206 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c501ec80a15903c04bbfabfe9c8b77aea5670573 into PR head commit 2577f09d3b8037d11b31f6b7e5c935e548015290 Merge succeeded, producing 2577f09d3b8037d11b31f6b7e5c935e548015290 Checking out Revision 2577f09d3b8037d11b31f6b7e5c935e548015290 (PR-3206) > git config core.sparsecheckout # timeout=10 > git checkout -f 2577f09d3b8037d11b31f6b7e5c935e548015290 # 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 c501ec80a15903c04bbfabfe9c8b77aea5670573 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2577f09d3b8037d11b31f6b7e5c935e548015290 # timeout=10 Commit message: "fix: Enable proper configuration for SecretStore initialization" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-01T20:57:02.807Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-01T20:57:03.074Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-01T20:57:03.172Z] ========================================================= [2021-03-01T20:57:03.172Z] EdgeX Global Pipelines Version Info [2021-03-01T20:57:03.172Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-01T20:57:04.665Z] ------------------- [2021-03-01T20:57:04.665Z] stable info: [2021-03-01T20:57:04.665Z] ------------------- [2021-03-01T20:57:04.665Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-01T20:57:04.665Z] Commit SHA: e395d696b4e6122b6a4fdab5d2b3787aeaccfdce [2021-03-01T20:57:04.665Z] Message: update stable to v1.0.183 [2021-03-01T20:57:05.609Z] ------------------- [2021-03-01T20:57:05.609Z] experimental info: [2021-03-01T20:57:05.609Z] ------------------- [2021-03-01T20:57:05.609Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-01T20:57:05.609Z] Commit SHA: e395d696b4e6122b6a4fdab5d2b3787aeaccfdce [2021-03-01T20:57:05.609Z] Message: update experimental to v1.0.183 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-01T20:57:05.940Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-01T20:57:06.041Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-01T20:57:06.152Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-01T20:57:06.249Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-01T20:57:06.342Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-01T20:57:06.431Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-01T20:57:06.546Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-01T20:57:06.656Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-01T20:57:06.759Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-01T20:57:06.858Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-01T20:57:06.976Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-01T20:57:07.107Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-01T20:57:07.202Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-01T20:57:07.291Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-01T20:57:07.378Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-01T20:57:07.462Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-01T20:57:07.548Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-01T20:57:07.636Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-01T20:57:07.722Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-01T20:57:07.811Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-01T20:57:07.902Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-01T20:57:07.998Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-01T20:57:08.086Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3206 [Pipeline] echo [2021-03-01T20:57:08.173Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3206 [Pipeline] echo [2021-03-01T20:57:08.263Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3206 [Pipeline] echo [2021-03-01T20:57:08.357Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2577f09d3b8037d11b31f6b7e5c935e548015290 [Pipeline] echo [2021-03-01T20:57:08.455Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2577f09 [Pipeline] echo [2021-03-01T20:57:08.552Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-01T20:57:08.723Z] provisioning config files... [2021-03-01T20:57:08.760Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6658602257649433418tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-01T20:57:09.115Z] ---> docker-login.sh [2021-03-01T20:57:09.115Z] nexus3.edgexfoundry.org:10001 [2021-03-01T20:57:09.389Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T20:57:09.389Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T20:57:09.389Z] Configure a credential helper to remove this warning. See [2021-03-01T20:57:09.389Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T20:57:09.389Z] [2021-03-01T20:57:09.654Z] Login Succeeded [2021-03-01T20:57:09.654Z] nexus3.edgexfoundry.org:10002 [2021-03-01T20:57:09.654Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T20:57:09.654Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T20:57:09.654Z] Configure a credential helper to remove this warning. See [2021-03-01T20:57:09.654Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T20:57:09.654Z] [2021-03-01T20:57:09.654Z] Login Succeeded [2021-03-01T20:57:09.654Z] nexus3.edgexfoundry.org:10003 [2021-03-01T20:57:09.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T20:57:09.916Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T20:57:09.916Z] Configure a credential helper to remove this warning. See [2021-03-01T20:57:09.916Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T20:57:09.916Z] [2021-03-01T20:57:09.916Z] Login Succeeded [2021-03-01T20:57:09.916Z] nexus3.edgexfoundry.org:10004 [2021-03-01T20:57:10.182Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T20:57:10.182Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T20:57:10.182Z] Configure a credential helper to remove this warning. See [2021-03-01T20:57:10.182Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T20:57:10.182Z] [2021-03-01T20:57:10.182Z] Login Succeeded [2021-03-01T20:57:10.182Z] docker.io [2021-03-01T20:57:10.182Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T20:57:10.444Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T20:57:10.444Z] Configure a credential helper to remove this warning. See [2021-03-01T20:57:10.444Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T20:57:10.444Z] [2021-03-01T20:57:10.444Z] Login Succeeded [2021-03-01T20:57:10.444Z] ---> docker-login.sh ends [Pipeline] } [2021-03-01T20:57:10.454Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-01T20:57:11.037Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-01T20:57:11.037Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-01T20:57:11.037Z] ++ dirname cmd/core-command/Dockerfile [2021-03-01T20:57:11.037Z] ++ cut -d/ -f2 [2021-03-01T20:57:11.037Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-01T20:57:11.037Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-01T20:57:11.037Z] ++ dirname cmd/core-data/Dockerfile [2021-03-01T20:57:11.037Z] ++ cut -d/ -f2 [2021-03-01T20:57:11.037Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-01T20:57:11.037Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-01T20:57:11.037Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-01T20:57:11.037Z] ++ cut -d/ -f2 [2021-03-01T20:57:11.037Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-01T20:57:11.037Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-01T20:57:11.037Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-01T20:57:11.037Z] ++ cut -d/ -f2 [2021-03-01T20:57:11.037Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-01T20:57:11.037Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-01T20:57:11.037Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-01T20:57:11.037Z] ++ cut -d/ -f2 [2021-03-01T20:57:11.037Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-01T20:57:11.037Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-01T20:57:11.037Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-01T20:57:11.037Z] ++ cut -d/ -f2 [2021-03-01T20:57:11.037Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-01T20:57:11.037Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-01T20:57:11.037Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-01T20:57:11.037Z] ++ cut -d/ -f2 [2021-03-01T20:57:11.037Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-01T20:57:11.037Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-01T20:57:11.037Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-01T20:57:11.037Z] ++ cut -d/ -f2 [2021-03-01T20:57:11.037Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-01T20:57:11.037Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-01T20:57:11.037Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-01T20:57:11.037Z] ++ cut -d/ -f2 [2021-03-01T20:57:11.037Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-01T20:57:11.126Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-01T20:57:12.797Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-01T20:57:12.797Z] [2021-03-01T20:57:12.797Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-01T20:57:13.159Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-01T20:57:13.159Z] latest: Pulling from edgex-devops/git-semver [2021-03-01T20:57:13.159Z] 31603596830f: Pulling fs layer [2021-03-01T20:57:13.159Z] 2a8b12db71e7: Pulling fs layer [2021-03-01T20:57:13.159Z] 6ca5941a6612: Pulling fs layer [2021-03-01T20:57:13.159Z] ecc8261a40a4: Pulling fs layer [2021-03-01T20:57:13.159Z] ecc8261a40a4: Waiting [2021-03-01T20:57:13.159Z] 2a8b12db71e7: Verifying Checksum [2021-03-01T20:57:13.159Z] 2a8b12db71e7: Download complete [2021-03-01T20:57:13.159Z] 31603596830f: Verifying Checksum [2021-03-01T20:57:13.159Z] 31603596830f: Download complete [2021-03-01T20:57:13.427Z] ecc8261a40a4: Verifying Checksum [2021-03-01T20:57:13.427Z] ecc8261a40a4: Download complete [2021-03-01T20:57:13.427Z] 6ca5941a6612: Verifying Checksum [2021-03-01T20:57:13.427Z] 6ca5941a6612: Download complete [2021-03-01T20:57:13.427Z] 31603596830f: Pull complete [2021-03-01T20:57:13.691Z] 2a8b12db71e7: Pull complete [2021-03-01T20:57:14.646Z] 6ca5941a6612: Pull complete [2021-03-01T20:57:14.646Z] ecc8261a40a4: Pull complete [2021-03-01T20:57:14.646Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-01T20:57:14.646Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-01T20:57:14.646Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-01T20:57:14.782Z] prd-centos7-docker-4c-2g-28097 does not seem to be running inside a container [2021-03-01T20:57:14.868Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-01T20:57:17.330Z] $ docker top 944348bf10c5667b784befca30d9797d68d322edab00c8e2ff678454b3fe4f31 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-01T20:57:17.738Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-01T20:57:17.738Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-01T20:57:17.950Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-01T20:57:17.954Z] $ docker exec 944348bf10c5667b784befca30d9797d68d322edab00c8e2ff678454b3fe4f31 ssh-agent [2021-03-01T20:57:18.122Z] SSH_AUTH_SOCK=/tmp/ssh-HKRSxAcxcLms/agent.11 [2021-03-01T20:57:18.122Z] SSH_AGENT_PID=16 [2021-03-01T20:57:18.134Z] Running ssh-add (command line suppressed) [2021-03-01T20:57:18.256Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_8585759554984283218.key (/w/workspace/edgex-go/2@tmp/private_key_8585759554984283218.key) [2021-03-01T20:57:18.311Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-01T20:57:18.643Z] + git tag --points-at HEAD [Pipeline] } [2021-03-01T20:57:18.667Z] $ docker exec --env ******** --env ******** 944348bf10c5667b784befca30d9797d68d322edab00c8e2ff678454b3fe4f31 ssh-agent -k [2021-03-01T20:57:18.780Z] unset SSH_AUTH_SOCK; [2021-03-01T20:57:18.780Z] unset SSH_AGENT_PID; [2021-03-01T20:57:18.780Z] echo Agent pid 16 killed; [2021-03-01T20:57:18.826Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-01T20:57:18.996Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-01T20:57:18.997Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-01T20:57:19.153Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-01T20:57:19.156Z] $ docker exec 944348bf10c5667b784befca30d9797d68d322edab00c8e2ff678454b3fe4f31 ssh-agent [2021-03-01T20:57:19.315Z] SSH_AUTH_SOCK=/tmp/ssh-zAWyEB5C6v3M/agent.46 [2021-03-01T20:57:19.315Z] SSH_AGENT_PID=52 [2021-03-01T20:57:19.327Z] Running ssh-add (command line suppressed) [2021-03-01T20:57:19.438Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_4309762704149512951.key (/w/workspace/edgex-go/2@tmp/private_key_4309762704149512951.key) [2021-03-01T20:57:19.488Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-01T20:57:19.851Z] + git semver init [2021-03-01T20:57:19.851Z] # -> Open(): unable to determine branch for HEAD [2021-03-01T20:57:19.851Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-03-01T20:57:19.851Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-03-01T20:57:19.851Z] # $SEMVER_REMOTE_NAME = origin [2021-03-01T20:57:19.851Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-01T20:57:19.851Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-01T20:57:19.851Z] # $SEMVER_BRANCH = PR-3206 [2021-03-01T20:57:19.851Z] # $SEMVER_TEMP = /tmp/semver-477586759 [2021-03-01T20:57:19.851Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-01T20:57:41.859Z] # '/tmp/semver-477586759' -> '/w/workspace/edgex-go/2/.semver' [2021-03-01T20:57:41.859Z] # -> Force: false [2021-03-01T20:57:41.859Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-03-01T20:57:41.873Z] $ docker exec --env ******** --env ******** 944348bf10c5667b784befca30d9797d68d322edab00c8e2ff678454b3fe4f31 ssh-agent -k [2021-03-01T20:57:42.086Z] unset SSH_AUTH_SOCK; [2021-03-01T20:57:42.086Z] unset SSH_AGENT_PID; [2021-03-01T20:57:42.086Z] echo Agent pid 52 killed; [2021-03-01T20:57:42.153Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-01T20:57:42.724Z] + git semver [Pipeline] } [2021-03-01T20:57:42.741Z] $ docker stop --time=1 944348bf10c5667b784befca30d9797d68d322edab00c8e2ff678454b3fe4f31 [2021-03-01T20:57:44.272Z] $ docker rm -f 944348bf10c5667b784befca30d9797d68d322edab00c8e2ff678454b3fe4f31 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-01T20:57:44.788Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-01T20:57:45.320Z] Stashed 1 file(s) [Pipeline] echo [2021-03-01T20:57:45.324Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-01T20:57:47.631Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-01T20:57:47.927Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-01T20:57:48.221Z] + sudo service docker restart [2021-03-01T20:57:48.221Z] + true [2021-03-01T20:57:48.221Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-01T20:57:48.813Z] ========================================================= [2021-03-01T20:57:48.813Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-01T20:57:48.813Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-01T20:57:49.151Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-01T20:57:52.481Z] Sending build context to Docker daemon 328.1MB [2021-03-01T20:57:52.481Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-01T20:57:52.481Z] Step 2/6 : FROM ${BASE} [2021-03-01T20:57:52.481Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-01T20:57:52.481Z] 188c0c94c7c5: Pulling fs layer [2021-03-01T20:57:52.481Z] 0ef7d3d256c8: Pulling fs layer [2021-03-01T20:57:52.481Z] de9db76c5a1d: Pulling fs layer [2021-03-01T20:57:52.481Z] bca2f99d35d6: Pulling fs layer [2021-03-01T20:57:52.481Z] 93359f2a8cfa: Pulling fs layer [2021-03-01T20:57:52.481Z] 7c6f9722023f: Pulling fs layer [2021-03-01T20:57:52.481Z] a35cf1a2eb13: Pulling fs layer [2021-03-01T20:57:52.481Z] bca2f99d35d6: Waiting [2021-03-01T20:57:52.481Z] 7c6f9722023f: Waiting [2021-03-01T20:57:52.481Z] a35cf1a2eb13: Waiting [2021-03-01T20:57:52.481Z] 93359f2a8cfa: Waiting [2021-03-01T20:57:52.481Z] de9db76c5a1d: Verifying Checksum [2021-03-01T20:57:52.481Z] de9db76c5a1d: Download complete [2021-03-01T20:57:52.481Z] 0ef7d3d256c8: Download complete [2021-03-01T20:57:52.481Z] 93359f2a8cfa: Verifying Checksum [2021-03-01T20:57:52.481Z] 93359f2a8cfa: Download complete [2021-03-01T20:57:52.481Z] 188c0c94c7c5: Verifying Checksum [2021-03-01T20:57:52.481Z] 188c0c94c7c5: Download complete [2021-03-01T20:57:52.481Z] 7c6f9722023f: Verifying Checksum [2021-03-01T20:57:52.481Z] 7c6f9722023f: Download complete [2021-03-01T20:57:53.054Z] 188c0c94c7c5: Pull complete [2021-03-01T20:57:53.054Z] 0ef7d3d256c8: Pull complete [2021-03-01T20:57:53.315Z] de9db76c5a1d: Pull complete [2021-03-01T20:57:54.265Z] a35cf1a2eb13: Verifying Checksum [2021-03-01T20:57:54.265Z] a35cf1a2eb13: Download complete [2021-03-01T20:57:54.841Z] bca2f99d35d6: Verifying Checksum [2021-03-01T20:57:54.841Z] bca2f99d35d6: Download complete [2021-03-01T20:58:00.164Z] bca2f99d35d6: Pull complete [2021-03-01T20:58:00.164Z] 93359f2a8cfa: Pull complete [2021-03-01T20:58:00.164Z] 7c6f9722023f: Pull complete [2021-03-01T20:58:02.090Z] Still waiting to schedule task [2021-03-01T20:58:02.091Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-01T20:58:06.765Z] a35cf1a2eb13: Pull complete [2021-03-01T20:58:06.765Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-01T20:58:06.765Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-01T20:58:06.765Z] ---> a62c8e92a672 [2021-03-01T20:58:06.765Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-01T20:58:06.765Z] ---> Running in 647997e7cee3 [2021-03-01T20:58:06.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T20:58:07.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T20:58:07.969Z] (1/12) Installing libmagic (5.38-r0) [2021-03-01T20:58:08.539Z] (2/12) Installing file (5.38-r0) [2021-03-01T20:58:08.539Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-01T20:58:08.540Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-01T20:58:13.837Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-01T20:58:13.837Z] (6/12) Installing patch (2.7.6-r6) [2021-03-01T20:58:13.837Z] (7/12) Installing build-base (0.5-r2) [2021-03-01T20:58:13.837Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-01T20:58:13.837Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-01T20:58:13.837Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-01T20:58:13.837Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-01T20:58:13.837Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-01T20:58:13.837Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T20:58:13.837Z] OK: 233 MiB in 51 packages [2021-03-01T20:58:17.152Z] Removing intermediate container 647997e7cee3 [2021-03-01T20:58:17.152Z] ---> 2a037438197a [2021-03-01T20:58:17.152Z] Step 4/6 : WORKDIR /edgex-go [2021-03-01T20:58:17.152Z] ---> Running in 37129a7ac4ce [2021-03-01T20:58:17.152Z] Removing intermediate container 37129a7ac4ce [2021-03-01T20:58:17.152Z] ---> 7120e8d2f928 [2021-03-01T20:58:17.152Z] Step 5/6 : COPY go.mod . [2021-03-01T20:58:17.413Z] ---> 68cab275c93c [2021-03-01T20:58:17.413Z] Step 6/6 : RUN go mod download [2021-03-01T20:58:17.413Z] ---> Running in e22c56272b1c [2021-03-01T20:58:39.415Z] Removing intermediate container e22c56272b1c [2021-03-01T20:58:39.415Z] ---> b310941a6db7 [2021-03-01T20:58:39.415Z] Successfully built b310941a6db7 [2021-03-01T20:58:39.415Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-01T20:58:39.724Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-01T20:58:39.725Z] . [Pipeline] withDockerContainer [2021-03-01T20:58:39.821Z] prd-centos7-docker-4c-2g-28097 does not seem to be running inside a container [2021-03-01T20:58:39.864Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat [2021-03-01T20:58:40.822Z] $ docker top 51cc53d29827c519c0dde981e9a634a28367e30a1f5dc963328ee8a315d25426 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-01T20:58:41.316Z] + go version [2021-03-01T20:58:41.316Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-01T20:58:41.329Z] $ docker stop --time=1 51cc53d29827c519c0dde981e9a634a28367e30a1f5dc963328ee8a315d25426 [2021-03-01T20:58:42.663Z] $ docker rm -f 51cc53d29827c519c0dde981e9a634a28367e30a1f5dc963328ee8a315d25426 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T20:58:43.525Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-01T20:58:43.525Z] . [Pipeline] withDockerContainer [2021-03-01T20:58:43.624Z] prd-centos7-docker-4c-2g-28097 does not seem to be running inside a container [2021-03-01T20:58:43.672Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat [2021-03-01T20:58:44.230Z] $ docker top 4c4b4aecf4e4d318191c80118f2ca0a7d9fadec6a45427f42167c1d06418ae39 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-01T20:58:44.430Z] ========================================================= [2021-03-01T20:58:44.430Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-01T20:58:44.430Z] ========================================================= [Pipeline] sh [2021-03-01T20:58:44.729Z] + make test [2021-03-01T20:58:44.729Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-01T20:58:54.764Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-01T20:59:13.057Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-01T20:59:13.057Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-01T20:59:14.485Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-01T20:59:14.485Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-01T20:59:15.461Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-01T20:59:15.461Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-01T20:59:15.461Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-01T20:59:15.461Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-01T20:59:16.437Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-01T20:59:16.709Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-01T20:59:19.317Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-01T20:59:19.317Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-01T20:59:19.317Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-01T20:59:21.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.079s coverage: 45.9% of statements [2021-03-01T20:59:21.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-01T20:59:21.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-01T20:59:21.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-01T20:59:21.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-01T20:59:21.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-01T20:59:21.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-01T20:59:21.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-01T20:59:21.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.080s coverage: 100.0% of statements [2021-03-01T20:59:26.645Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.160s coverage: 27.1% of statements [2021-03-01T20:59:26.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-01T20:59:26.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-01T20:59:26.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-01T20:59:26.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-01T20:59:26.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-01T20:59:26.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-01T20:59:26.645Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.041s coverage: 100.0% of statements [2021-03-01T20:59:26.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-01T20:59:26.645Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.055s coverage: 100.0% of statements [2021-03-01T20:59:26.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-01T20:59:26.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-01T20:59:26.645Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.106s coverage: 65.8% of statements [2021-03-01T20:59:26.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-01T20:59:26.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-01T20:59:26.645Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.129s coverage: 82.3% of statements [2021-03-01T20:59:26.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-01T20:59:26.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-01T20:59:26.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-01T20:59:26.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-01T20:59:27.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.322s coverage: 28.6% of statements [2021-03-01T20:59:27.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-01T20:59:27.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-01T20:59:27.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-01T20:59:27.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-01T20:59:27.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-01T20:59:27.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements [2021-03-01T20:59:27.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-01T20:59:27.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements [2021-03-01T20:59:27.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-01T20:59:27.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.118s coverage: 86.7% of statements [2021-03-01T20:59:27.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-01T20:59:27.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.113s coverage: 97.5% of statements [2021-03-01T20:59:27.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-01T20:59:28.594Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.073s coverage: 78.3% of statements [2021-03-01T20:59:28.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-01T20:59:28.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-01T20:59:28.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-01T20:59:28.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-01T20:59:30.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.394s coverage: 92.8% of statements [2021-03-01T20:59:30.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-01T20:59:30.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-01T20:59:30.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-01T20:59:30.544Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-01T20:59:30.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-01T20:59:30.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-01T20:59:30.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-01T20:59:30.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-01T20:59:30.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-01T20:59:30.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-01T20:59:30.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-01T20:59:30.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-01T20:59:30.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-01T20:59:30.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-01T20:59:30.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-01T20:59:30.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-01T20:59:30.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-01T20:59:30.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-01T20:59:30.544Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements [2021-03-01T20:59:30.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-01T20:59:30.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-01T20:59:30.544Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.055s coverage: 0.1% of statements [2021-03-01T20:59:30.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-01T20:59:30.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-01T20:59:30.544Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-01T20:59:30.544Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.041s coverage: 45.5% of statements [2021-03-01T20:59:30.544Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.044s coverage: 79.5% of statements [2021-03-01T20:59:30.544Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements [2021-03-01T20:59:30.544Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.056s coverage: 96.3% of statements [2021-03-01T20:59:30.544Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.034s coverage: 87.5% of statements [2021-03-01T20:59:42.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.035s coverage: 94.4% of statements [2021-03-01T20:59:42.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.028s coverage: 44.8% of statements [2021-03-01T20:59:55.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.053s coverage: 92.9% of statements [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-01T20:59:55.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-01T20:59:55.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-01T20:59:55.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-01T20:59:55.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.042s coverage: 75.5% of statements [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-01T20:59:55.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.031s coverage: 80.8% of statements [2021-03-01T20:59:55.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-03-01T20:59:55.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements [2021-03-01T20:59:55.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.064s coverage: 91.6% of statements [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-01T20:59:55.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 62.4% of statements [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-01T20:59:55.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-03-01T20:59:55.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-03-01T20:59:55.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2021-03-01T20:59:55.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2021-03-01T20:59:55.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2021-03-01T20:59:55.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.248s coverage: 69.1% of statements [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-01T20:59:55.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.073s coverage: 38.4% of statements [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-01T20:59:55.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.035s coverage: 89.5% of statements [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-01T20:59:55.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.032s coverage: 84.8% of statements [2021-03-01T20:59:55.212Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.126s coverage: 47.0% of statements [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-01T20:59:55.212Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-01T20:59:55.212Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-01T20:59:55.212Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.123s coverage: 89.4% of statements [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-01T20:59:55.212Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.743s coverage: 29.1% of statements [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-01T20:59:55.212Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.059s coverage: 99.0% of statements [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-01T20:59:55.212Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-01T20:59:55.212Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.057s coverage: 94.3% of statements [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-01T20:59:55.212Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-01T20:59:55.212Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-01T20:59:55.212Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-01T20:59:55.212Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-01T20:59:55.212Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements [2021-03-01T20:59:55.212Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-03-01T20:59:55.212Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements [2021-03-01T20:59:55.212Z] GO111MODULE=on go vet ./... [2021-03-01T20:59:57.808Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28098 in /w/workspace/edgexfoundry_edgex-go_PR-3206 [Pipeline] { [Pipeline] ws [2021-03-01T20:59:57.880Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-01T21:00:02.924Z] using credential edgex-jenkins-ssh [2021-03-01T21:00:02.996Z] Cloning the remote Git repository [2021-03-01T21:00:03.065Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-01T21:00:03.190Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-01T21:00:03.287Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-01T21:00:03.288Z] > git --version # timeout=10 [2021-03-01T21:00:03.309Z] > git --version # 'git version 2.17.1' [2021-03-01T21:00:03.310Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-01T21:00:03.393Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-01T21:00:22.363Z] gofmt -l . [2021-03-01T21:00:22.364Z] [ "`gofmt -l .`" = "" ] [2021-03-01T21:00:22.364Z] ./bin/test-go-mod-tidy.sh [2021-03-01T21:00:22.364Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-01T21:00:22.362Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-01T21:00:22.380Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-01T21:00:22.412Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-01T21:00:22.672Z] + ls -al . [2021-03-01T21:00:22.672Z] total 712 [2021-03-01T21:00:22.672Z] drwxrwxr-x 10 1001 1001 4096 Mar 1 21:00 . [2021-03-01T21:00:22.672Z] drwxr-xr-x 4 root root 28 Mar 1 20:58 .. [2021-03-01T21:00:22.672Z] -rw-rw-r-- 1 1001 1001 11 Mar 1 20:56 .dockerignore [2021-03-01T21:00:22.672Z] drwxrwxr-x 8 1001 1001 179 Mar 1 20:57 .git [2021-03-01T21:00:22.672Z] drwxrwxr-x 3 1001 1001 125 Mar 1 20:56 .github [2021-03-01T21:00:22.672Z] -rw-rw-r-- 1 1001 1001 818 Mar 1 20:56 .gitignore [2021-03-01T21:00:22.672Z] drwx------ 3 1001 1001 60 Mar 1 20:57 .semver [2021-03-01T21:00:22.672Z] -rw-rw-r-- 1 1001 1001 166 Mar 1 20:56 .sonarcloud.properties [2021-03-01T21:00:22.672Z] -rw-rw-r-- 1 1001 1001 8475 Mar 1 20:56 Attribution.txt [2021-03-01T21:00:22.672Z] -rw-rw-r-- 1 1001 1001 3804 Mar 1 20:56 CONTRIBUTING.md [2021-03-01T21:00:22.672Z] -rw-rw-r-- 1 1001 1001 931 Mar 1 20:56 Dockerfile.build [2021-03-01T21:00:22.672Z] -rw-rw-r-- 1 1001 1001 863 Mar 1 20:56 Jenkinsfile [2021-03-01T21:00:22.672Z] -rw-rw-r-- 1 1001 1001 10775 Mar 1 20:56 LICENSE [2021-03-01T21:00:22.672Z] -rw-rw-r-- 1 1001 1001 5774 Mar 1 20:56 Makefile [2021-03-01T21:00:22.672Z] -rw-rw-r-- 1 1001 1001 6524 Mar 1 20:56 README.md [2021-03-01T21:00:22.672Z] -rw-rw-r-- 1 1001 1001 6755 Mar 1 20:56 SECURITY.md [2021-03-01T21:00:22.672Z] -rw-rw-r-- 1 1001 1001 5 Mar 1 20:57 VERSION [2021-03-01T21:00:22.672Z] -rw-rw-r-- 1 1001 1001 4131 Mar 1 20:56 ZMQWindows.md [2021-03-01T21:00:22.672Z] drwxrwxr-x 2 1001 1001 117 Mar 1 20:56 bin [2021-03-01T21:00:22.672Z] drwxrwxr-x 14 1001 1001 4096 Mar 1 20:56 cmd [2021-03-01T21:00:22.672Z] -rw-r--r-- 1 root root 600568 Mar 1 20:59 coverage.out [2021-03-01T21:00:22.672Z] -rw-r--r-- 1 root root 1055 Mar 1 21:00 go.mod [2021-03-01T21:00:22.672Z] -rw-r--r-- 1 root root 21699 Mar 1 21:00 go.sum [2021-03-01T21:00:22.672Z] drwxrwxr-x 8 1001 1001 127 Mar 1 20:56 internal [2021-03-01T21:00:22.672Z] drwxrwxr-x 4 1001 1001 26 Mar 1 20:56 openapi [2021-03-01T21:00:22.672Z] drwxrwxr-x 4 1001 1001 71 Mar 1 20:56 snap [2021-03-01T21:00:22.672Z] -rw-rw-r-- 1 1001 1001 168 Mar 1 20:56 version.go [Pipeline] sh [2021-03-01T21:00:22.976Z] + '[' -e coverage.out ] [2021-03-01T21:00:22.976Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-01T21:00:23.205Z] Stashed 1 file(s) [Pipeline] sh [2021-03-01T21:00:23.273Z] Merging remotes/origin/master commit c501ec80a15903c04bbfabfe9c8b77aea5670573 into PR head commit 2577f09d3b8037d11b31f6b7e5c935e548015290 [2021-03-01T21:00:23.505Z] + make build [2021-03-01T21:00:23.505Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-01T21:00:23.704Z] Merge succeeded, producing 2577f09d3b8037d11b31f6b7e5c935e548015290 [2021-03-01T21:00:23.705Z] Checking out Revision 2577f09d3b8037d11b31f6b7e5c935e548015290 (PR-3206) [2021-03-01T21:00:22.453Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-01T21:00:22.454Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-01T21:00:22.465Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3206/head:refs/remotes/origin/PR-3206 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-01T21:00:23.295Z] > git config core.sparsecheckout # timeout=10 [2021-03-01T21:00:23.309Z] > git checkout -f 2577f09d3b8037d11b31f6b7e5c935e548015290 # timeout=10 [2021-03-01T21:00:23.625Z] > git remote # timeout=10 [2021-03-01T21:00:23.643Z] > git config --get remote.origin.url # timeout=10 [2021-03-01T21:00:23.658Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-01T21:00:23.668Z] > git merge c501ec80a15903c04bbfabfe9c8b77aea5670573 # timeout=10 [2021-03-01T21:00:23.691Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-01T21:00:23.714Z] > git config core.sparsecheckout # timeout=10 [2021-03-01T21:00:23.725Z] > git checkout -f 2577f09d3b8037d11b31f6b7e5c935e548015290 # timeout=10 [2021-03-01T21:00:27.720Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-01T21:00:28.241Z] Commit message: "fix: Enable proper configuration for SecretStore initialization" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-01T21:00:29.965Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-01T21:00:30.383Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-01T21:00:30.738Z] + + truesudo [2021-03-01T21:00:30.738Z] service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-01T21:00:32.840Z] provisioning config files... [2021-03-01T21:00:32.971Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config553421678959134509tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-01T21:00:33.392Z] ---> docker-login.sh [2021-03-01T21:00:33.392Z] nexus3.edgexfoundry.org:10001 [2021-03-01T21:00:34.382Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T21:00:34.659Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T21:00:34.659Z] Configure a credential helper to remove this warning. See [2021-03-01T21:00:34.659Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T21:00:34.659Z] [2021-03-01T21:00:34.659Z] Login Succeeded [2021-03-01T21:00:34.659Z] nexus3.edgexfoundry.org:10002 [2021-03-01T21:00:34.933Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T21:00:35.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T21:00:35.207Z] Configure a credential helper to remove this warning. See [2021-03-01T21:00:35.207Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T21:00:35.207Z] [2021-03-01T21:00:35.207Z] Login Succeeded [2021-03-01T21:00:35.207Z] nexus3.edgexfoundry.org:10003 [2021-03-01T21:00:35.486Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T21:00:35.759Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T21:00:35.760Z] Configure a credential helper to remove this warning. See [2021-03-01T21:00:35.760Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T21:00:35.760Z] [2021-03-01T21:00:35.760Z] Login Succeeded [2021-03-01T21:00:35.760Z] nexus3.edgexfoundry.org:10004 [2021-03-01T21:00:35.959Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-01T21:00:36.035Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T21:00:36.224Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-01T21:00:36.309Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T21:00:36.309Z] Configure a credential helper to remove this warning. See [2021-03-01T21:00:36.309Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T21:00:36.309Z] [2021-03-01T21:00:36.309Z] Login Succeeded [2021-03-01T21:00:36.309Z] docker.io [2021-03-01T21:00:36.583Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T21:00:37.182Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T21:00:37.182Z] Configure a credential helper to remove this warning. See [2021-03-01T21:00:37.182Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T21:00:37.182Z] [2021-03-01T21:00:37.182Z] Login Succeeded [2021-03-01T21:00:37.182Z] ---> docker-login.sh ends [Pipeline] } [2021-03-01T21:00:37.202Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-03-01T21:00:37.646Z] 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 [Pipeline] echo [2021-03-01T21:00:37.970Z] ========================================================= [2021-03-01T21:00:37.970Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-01T21:00:37.970Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-01T21:00:38.222Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-01T21:00:38.363Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-01T21:00:39.621Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-01T21:00:40.999Z] Sending build context to Docker daemon 166.4MB [2021-03-01T21:00:40.999Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-01T21:00:40.999Z] Step 2/6 : FROM ${BASE} [2021-03-01T21:00:40.999Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-01T21:00:40.999Z] 5f621e34cdf4: Pulling fs layer [2021-03-01T21:00:40.999Z] a4357932f1b6: Pulling fs layer [2021-03-01T21:00:40.999Z] 18c013af1878: Pulling fs layer [2021-03-01T21:00:40.999Z] 00ac8860ef70: Pulling fs layer [2021-03-01T21:00:40.999Z] 63d7cb157983: Pulling fs layer [2021-03-01T21:00:40.999Z] b116817d02f9: Pulling fs layer [2021-03-01T21:00:40.999Z] 745a02a5169b: Pulling fs layer [2021-03-01T21:00:40.999Z] 00ac8860ef70: Waiting [2021-03-01T21:00:40.999Z] 63d7cb157983: Waiting [2021-03-01T21:00:40.999Z] b116817d02f9: Waiting [2021-03-01T21:00:40.999Z] 745a02a5169b: Waiting [2021-03-01T21:00:41.000Z] 18c013af1878: Verifying Checksum [2021-03-01T21:00:41.000Z] 18c013af1878: Download complete [2021-03-01T21:00:41.000Z] a4357932f1b6: Download complete [2021-03-01T21:00:41.000Z] 63d7cb157983: Verifying Checksum [2021-03-01T21:00:41.000Z] 63d7cb157983: Download complete [2021-03-01T21:00:41.000Z] b116817d02f9: Verifying Checksum [2021-03-01T21:00:41.000Z] b116817d02f9: Download complete [2021-03-01T21:00:41.000Z] 5f621e34cdf4: Verifying Checksum [2021-03-01T21:00:41.000Z] 5f621e34cdf4: Download complete [2021-03-01T21:00:41.026Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-01T21:00:41.624Z] 5f621e34cdf4: Pull complete [2021-03-01T21:00:41.981Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-01T21:00:42.229Z] a4357932f1b6: Pull complete [2021-03-01T21:00:42.503Z] 18c013af1878: Pull complete [2021-03-01T21:00:43.390Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-01T21:00:43.942Z] 745a02a5169b: Verifying Checksum [2021-03-01T21:00:43.942Z] 745a02a5169b: Download complete [2021-03-01T21:00:43.964Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-01T21:00:44.214Z] 00ac8860ef70: Verifying Checksum [2021-03-01T21:00:44.214Z] 00ac8860ef70: Download complete [2021-03-01T21:00:45.355Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-01T21:00:47.298Z] $ docker stop --time=1 4c4b4aecf4e4d318191c80118f2ca0a7d9fadec6a45427f42167c1d06418ae39 [2021-03-01T21:00:48.827Z] $ docker rm -f 4c4b4aecf4e4d318191c80118f2ca0a7d9fadec6a45427f42167c1d06418ae39 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T21:00:52.925Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-01T21:00:52.925Z] [2021-03-01T21:00:52.925Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-01T21:00:53.270Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-01T21:00:53.270Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-01T21:00:53.270Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-01T21:00:53.270Z] ca9280d653b3: Pulling fs layer [2021-03-01T21:00:53.270Z] 7e9c9ca2126c: Pulling fs layer [2021-03-01T21:00:53.270Z] cbdbe7a5bc2a: Download complete [2021-03-01T21:00:53.851Z] ca9280d653b3: Verifying Checksum [2021-03-01T21:00:53.851Z] ca9280d653b3: Download complete [2021-03-01T21:00:53.851Z] cbdbe7a5bc2a: Pull complete [2021-03-01T21:00:54.386Z] 00ac8860ef70: Pull complete [2021-03-01T21:00:54.387Z] 63d7cb157983: Pull complete [2021-03-01T21:00:54.387Z] b116817d02f9: Pull complete [2021-03-01T21:00:54.811Z] ca9280d653b3: Pull complete [2021-03-01T21:00:54.812Z] 7e9c9ca2126c: Verifying Checksum [2021-03-01T21:00:54.812Z] 7e9c9ca2126c: Download complete [2021-03-01T21:00:58.704Z] 745a02a5169b: Pull complete [2021-03-01T21:00:58.704Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-01T21:00:58.704Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-01T21:00:58.704Z] ---> b7e6874047d6 [2021-03-01T21:00:58.704Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-01T21:01:01.421Z] 7e9c9ca2126c: Pull complete [2021-03-01T21:01:01.421Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-01T21:01:01.421Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-01T21:01:01.421Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-01T21:01:01.534Z] prd-centos7-docker-4c-2g-28097 does not seem to be running inside a container [2021-03-01T21:01:01.579Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-01T21:01:02.100Z] ---> Running in 0b6c560d20e8 [2021-03-01T21:01:03.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T21:01:03.426Z] $ docker top d9c61faa14af07a0e267fcfb0000a730106a932c0fb641f689c5683c57f3f12b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-01T21:01:03.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T21:01:03.889Z] + + docker-composegrep build parallel --help [2021-03-01T21:01:03.889Z] [2021-03-01T21:01:04.282Z] (1/12) Installing libmagic (5.38-r0) [2021-03-01T21:01:04.558Z] (2/12) Installing file (5.38-r0) [2021-03-01T21:01:04.558Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-01T21:01:04.558Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-01T21:01:04.833Z] --parallel Build images in parallel. [Pipeline] } [2021-03-01T21:01:04.848Z] $ docker stop --time=1 d9c61faa14af07a0e267fcfb0000a730106a932c0fb641f689c5683c57f3f12b [2021-03-01T21:01:06.180Z] $ docker rm -f d9c61faa14af07a0e267fcfb0000a730106a932c0fb641f689c5683c57f3f12b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T21:01:06.768Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-01T21:01:06.768Z] . [Pipeline] withDockerContainer [2021-03-01T21:01:06.856Z] prd-centos7-docker-4c-2g-28097 does not seem to be running inside a container [2021-03-01T21:01:06.900Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-01T21:01:07.455Z] $ docker top cf13de2a4ab2abcf10b3bd970a412cb89b763c8098cacf3e246594344d11cf19 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-01T21:01:07.909Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-01T21:01:08.850Z] Building docker-core-command-go ... [2021-03-01T21:01:08.850Z] Building docker-core-data-go ... [2021-03-01T21:01:08.850Z] Building docker-core-metadata-go ... [2021-03-01T21:01:08.850Z] Building docker-security-bootstrapper-go ... [2021-03-01T21:01:08.850Z] Building docker-security-proxy-setup-go ... [2021-03-01T21:01:08.850Z] Building docker-security-secretstore-setup-go ... [2021-03-01T21:01:08.850Z] Building docker-support-notifications-go ... [2021-03-01T21:01:08.850Z] Building docker-support-scheduler-go ... [2021-03-01T21:01:08.850Z] Building docker-sys-mgmt-agent-go ... [2021-03-01T21:01:08.850Z] Building docker-security-bootstrapper-go [2021-03-01T21:01:08.850Z] Building docker-core-command-go [2021-03-01T21:01:08.850Z] Building docker-support-notifications-go [2021-03-01T21:01:08.850Z] Building docker-support-scheduler-go [2021-03-01T21:01:08.850Z] Building docker-core-metadata-go [2021-03-01T21:01:09.953Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-01T21:01:09.953Z] (6/12) Installing patch (2.7.6-r6) [2021-03-01T21:01:09.953Z] (7/12) Installing build-base (0.5-r2) [2021-03-01T21:01:09.953Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-01T21:01:09.953Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-01T21:01:09.953Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-01T21:01:10.225Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-01T21:01:10.225Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-01T21:01:10.497Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T21:01:10.497Z] OK: 217 MiB in 51 packages [2021-03-01T21:01:14.834Z] Removing intermediate container 0b6c560d20e8 [2021-03-01T21:01:14.834Z] ---> 7fa46e25b529 [2021-03-01T21:01:14.834Z] Step 4/6 : WORKDIR /edgex-go [2021-03-01T21:01:14.834Z] ---> Running in 0ec7562afdc0 [2021-03-01T21:01:15.109Z] Removing intermediate container 0ec7562afdc0 [2021-03-01T21:01:15.109Z] ---> 337c83fbb459 [2021-03-01T21:01:15.109Z] Step 5/6 : COPY go.mod . [2021-03-01T21:01:15.706Z] ---> b3ae93cbec97 [2021-03-01T21:01:15.706Z] Step 6/6 : RUN go mod download [2021-03-01T21:01:15.977Z] ---> Running in e62b0b48f527 [2021-03-01T21:01:41.207Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T21:01:41.207Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-01T21:01:41.207Z] ---> b310941a6db7 [2021-03-01T21:01:41.207Z] Step 3/23 : WORKDIR /edgex-go [2021-03-01T21:01:41.207Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T21:01:41.207Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-03-01T21:01:41.207Z] ---> b310941a6db7 [2021-03-01T21:01:41.207Z] Step 3/30 : WORKDIR /edgex-go [2021-03-01T21:01:41.207Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T21:01:41.207Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-01T21:01:41.207Z] ---> b310941a6db7 [2021-03-01T21:01:41.207Z] Step 3/22 : WORKDIR /edgex-go [2021-03-01T21:01:41.207Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T21:01:41.207Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-01T21:01:41.207Z] ---> b310941a6db7 [2021-03-01T21:01:41.207Z] Step 3/22 : WORKDIR /edgex-go [2021-03-01T21:01:41.207Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T21:01:41.207Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-01T21:01:41.207Z] ---> b310941a6db7 [2021-03-01T21:01:41.207Z] Step 3/23 : WORKDIR /edgex-go [2021-03-01T21:01:41.207Z] ---> Running in ba578b10f0e2 [2021-03-01T21:01:41.207Z] ---> Running in 3d5173622395 [2021-03-01T21:01:41.207Z] ---> Running in 1e775fceeb2c [2021-03-01T21:01:41.207Z] ---> Running in 8e27299bfd53 [2021-03-01T21:01:41.207Z] ---> Running in a991899826eb [2021-03-01T21:01:41.207Z] Removing intermediate container 8e27299bfd53 [2021-03-01T21:01:41.207Z] ---> 673451a0c39b [2021-03-01T21:01:41.207Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T21:01:41.207Z] Removing intermediate container 3d5173622395 [2021-03-01T21:01:41.207Z] ---> fb726c4fa63a [2021-03-01T21:01:41.207Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T21:01:41.207Z] Removing intermediate container a991899826eb [2021-03-01T21:01:41.207Z] ---> d291c8193e13 [2021-03-01T21:01:41.207Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T21:01:41.207Z] Removing intermediate container ba578b10f0e2 [2021-03-01T21:01:41.207Z] ---> 4176e9e52034 [2021-03-01T21:01:41.207Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T21:01:41.207Z] Removing intermediate container 1e775fceeb2c [2021-03-01T21:01:41.207Z] ---> a3abeb4b59aa [2021-03-01T21:01:41.207Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T21:01:41.207Z] ---> Running in f5539e627916 [2021-03-01T21:01:41.207Z] ---> Running in 64ee9bbdc9b6 [2021-03-01T21:01:41.207Z] ---> Running in 1cdcc0e69221 [2021-03-01T21:01:41.207Z] ---> Running in 6c6c8e981cab [2021-03-01T21:01:41.207Z] ---> Running in 95c1d9ff4171 [2021-03-01T21:01:41.207Z] Removing intermediate container f5539e627916 [2021-03-01T21:01:41.207Z] ---> 2875b1188575 [2021-03-01T21:01:41.207Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-01T21:01:41.207Z] ---> Running in 4db0c5786fb4 [2021-03-01T21:01:41.207Z] Removing intermediate container 64ee9bbdc9b6 [2021-03-01T21:01:41.207Z] ---> 244d12ac2998 [2021-03-01T21:01:41.207Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-03-01T21:01:41.207Z] ---> Running in 47f0a23aaf64 [2021-03-01T21:01:41.207Z] Removing intermediate container 1cdcc0e69221 [2021-03-01T21:01:41.207Z] ---> 9927c723b143 [2021-03-01T21:01:41.207Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-01T21:01:41.207Z] Removing intermediate container 95c1d9ff4171 [2021-03-01T21:01:41.207Z] ---> 4db6a690588f [2021-03-01T21:01:41.207Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-01T21:01:41.207Z] Removing intermediate container 6c6c8e981cab [2021-03-01T21:01:41.207Z] ---> d07464b5530d [2021-03-01T21:01:41.207Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-01T21:01:41.207Z] ---> Running in 016b9e8c983b [2021-03-01T21:01:41.207Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T21:01:41.207Z] ---> Running in 2148b8c9cbae [2021-03-01T21:01:41.207Z] ---> Running in 4066da030b12 [2021-03-01T21:01:41.207Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T21:01:41.207Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T21:01:41.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T21:01:41.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T21:01:41.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T21:01:41.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T21:01:41.832Z] OK: 233 MiB in 51 packages [2021-03-01T21:01:41.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T21:01:42.139Z] OK: 233 MiB in 51 packages [2021-03-01T21:01:42.139Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T21:01:42.139Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T21:01:42.419Z] Removing intermediate container 4db0c5786fb4 [2021-03-01T21:01:42.419Z] ---> 96d79c157867 [2021-03-01T21:01:42.419Z] Step 6/23 : COPY go.mod . [2021-03-01T21:01:42.419Z] OK: 233 MiB in 51 packages [2021-03-01T21:01:42.419Z] Removing intermediate container 47f0a23aaf64 [2021-03-01T21:01:42.419Z] ---> 7757fe94f176 [2021-03-01T21:01:42.419Z] Step 6/30 : COPY go.mod . [2021-03-01T21:01:42.681Z] ---> 419d08c13506 [2021-03-01T21:01:42.681Z] Step 7/23 : RUN go mod download [2021-03-01T21:01:42.681Z] OK: 233 MiB in 51 packages [2021-03-01T21:01:42.681Z] OK: 233 MiB in 51 packages [2021-03-01T21:01:42.681Z] ---> Running in e490b76f1cb9 [2021-03-01T21:01:42.767Z] Removing intermediate container e62b0b48f527 [2021-03-01T21:01:42.767Z] ---> da67cb307df9 [2021-03-01T21:01:42.767Z] Successfully built da67cb307df9 [2021-03-01T21:01:42.767Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-01T21:01:42.945Z] ---> 3b714066418a [2021-03-01T21:01:42.945Z] Step 7/30 : RUN go mod download [2021-03-01T21:01:42.945Z] ---> Running in 8aae6d4ced1e [2021-03-01T21:01:43.115Z] + docker inspect -f . ci-base-image-arm64 [2021-03-01T21:01:43.115Z] . [Pipeline] withDockerContainer [2021-03-01T21:01:43.206Z] Removing intermediate container 016b9e8c983b [2021-03-01T21:01:43.206Z] ---> a5ab62a8e69b [2021-03-01T21:01:43.206Z] Step 6/22 : COPY go.mod . [2021-03-01T21:01:43.399Z] prd-ubuntu18.04-docker-arm64-4c-16g-28098 does not seem to be running inside a container [2021-03-01T21:01:43.467Z] ---> c4acd6dc7d04 [2021-03-01T21:01:43.467Z] Step 7/22 : RUN go mod download [2021-03-01T21:01:43.486Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat [2021-03-01T21:01:43.729Z] ---> Running in 2c064dc26f6c [2021-03-01T21:01:43.729Z] Removing intermediate container 2148b8c9cbae [2021-03-01T21:01:43.729Z] ---> 82a777791f3c [2021-03-01T21:01:43.729Z] Step 6/22 : COPY go.mod . [2021-03-01T21:01:43.993Z] Removing intermediate container 4066da030b12 [2021-03-01T21:01:43.993Z] ---> 1cce14fd0fcd [2021-03-01T21:01:43.993Z] Step 6/23 : COPY go.mod . [2021-03-01T21:01:43.993Z] ---> 358a13c2a000 [2021-03-01T21:01:43.993Z] Step 7/22 : RUN go mod download [2021-03-01T21:01:44.263Z] ---> Running in 014d64e53593 [2021-03-01T21:01:44.263Z] ---> a18d427f601d [2021-03-01T21:01:44.540Z] Step 7/23 : RUN go mod download [2021-03-01T21:01:44.540Z] ---> Running in 5883c159cecc [2021-03-01T21:01:45.117Z] $ docker top cb12b6a756bfdec849d4628d62a3d77f6b85a30f32a77c24b79fc42b81b6a1c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-01T21:01:45.934Z] Removing intermediate container 8aae6d4ced1e [2021-03-01T21:01:45.934Z] ---> 57f712ce4691 [2021-03-01T21:01:45.934Z] Step 8/30 : COPY . . [2021-03-01T21:01:45.934Z] Removing intermediate container e490b76f1cb9 [2021-03-01T21:01:45.934Z] ---> ce3eca7e9164 [2021-03-01T21:01:45.934Z] Step 8/23 : COPY . . [2021-03-01T21:01:45.934Z] Removing intermediate container 2c064dc26f6c [2021-03-01T21:01:45.934Z] ---> a249a95b5cdd [2021-03-01T21:01:45.934Z] Step 8/22 : COPY . . [2021-03-01T21:01:46.119Z] + go version [2021-03-01T21:01:46.119Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-01T21:01:46.143Z] $ docker stop --time=1 cb12b6a756bfdec849d4628d62a3d77f6b85a30f32a77c24b79fc42b81b6a1c3 [2021-03-01T21:01:48.021Z] $ docker rm -f cb12b6a756bfdec849d4628d62a3d77f6b85a30f32a77c24b79fc42b81b6a1c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T21:01:49.038Z] + docker inspect -f . ci-base-image-arm64 [2021-03-01T21:01:49.038Z] . [Pipeline] withDockerContainer [2021-03-01T21:01:49.258Z] prd-ubuntu18.04-docker-arm64-4c-16g-28098 does not seem to be running inside a container [2021-03-01T21:01:49.332Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat [2021-03-01T21:01:50.616Z] $ docker top a953c2259f4772bc674f4ae630aff65a0de9e81f47708102749393e9af936dd6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-01T21:01:50.997Z] ========================================================= [2021-03-01T21:01:50.997Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-01T21:01:50.997Z] ========================================================= [Pipeline] sh [2021-03-01T21:01:51.233Z] Removing intermediate container 5883c159cecc [2021-03-01T21:01:51.234Z] ---> a6b12e2d9560 [2021-03-01T21:01:51.234Z] Step 8/23 : COPY . . [2021-03-01T21:01:51.636Z] + make test [2021-03-01T21:01:51.636Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-01T21:01:53.167Z] Removing intermediate container 014d64e53593 [2021-03-01T21:01:53.167Z] ---> d56930360c1e [2021-03-01T21:01:53.167Z] Step 8/22 : COPY . . [2021-03-01T21:02:13.818Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-01T21:02:25.373Z] ---> 7779df637a06 [2021-03-01T21:02:25.373Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-01T21:02:25.373Z] ---> 849be7868841 [2021-03-01T21:02:25.373Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-01T21:02:25.373Z] ---> 084c286a3f27 [2021-03-01T21:02:25.373Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-01T21:02:25.373Z] ---> Running in 2c4a54fd6129 [2021-03-01T21:02:25.373Z] ---> Running in f86742cbd2ed [2021-03-01T21:02:25.373Z] ---> 7b2b3f51e312 [2021-03-01T21:02:25.373Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-01T21:02:25.373Z] ---> Running in 436104fb2cd8 [2021-03-01T21:02:25.373Z] ---> 2bb5e12755db [2021-03-01T21:02:25.373Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-01T21:02:25.373Z] ---> Running in 86881668c6e7 [2021-03-01T21:02:25.373Z] ---> Running in bff3b6786b46 [2021-03-01T21:02:25.373Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-01T21:02:25.373Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-01T21:02:25.373Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-01T21:02:25.373Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-01T21:02:25.373Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-01T21:03:00.852Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-01T21:03:04.326Z] Removing intermediate container 436104fb2cd8 [2021-03-01T21:03:04.326Z] ---> 043e9f382138 [2021-03-01T21:03:04.326Z] [2021-03-01T21:03:04.326Z] Step 10/30 : FROM alpine:3.12 [2021-03-01T21:03:04.326Z] 3.12: Pulling from library/alpine [2021-03-01T21:03:04.326Z] Removing intermediate container 86881668c6e7 [2021-03-01T21:03:04.326Z] ---> 3a6638e1ab94 [2021-03-01T21:03:04.326Z] [2021-03-01T21:03:04.326Z] Step 10/23 : FROM alpine:3.12 [2021-03-01T21:03:04.326Z] 3.12: Pulling from library/alpine [2021-03-01T21:03:04.326Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-01T21:03:04.326Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-01T21:03:06.241Z] Status: Downloaded newer image for alpine:3.12 [2021-03-01T21:03:06.241Z] ---> 88dd2752d2ea [2021-03-01T21:03:06.241Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-01T21:03:06.241Z] Status: Downloaded newer image for alpine:3.12 [2021-03-01T21:03:06.241Z] ---> 88dd2752d2ea [2021-03-01T21:03:06.241Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-01T21:03:06.241Z] ---> Running in 05b814b0272f [2021-03-01T21:03:06.241Z] ---> Running in 3dcf50c07e2b [2021-03-01T21:03:06.241Z] Removing intermediate container bff3b6786b46 [2021-03-01T21:03:06.241Z] ---> f5ecbd4722d3 [2021-03-01T21:03:06.241Z] [2021-03-01T21:03:06.241Z] Step 10/22 : FROM alpine:3.12 [2021-03-01T21:03:06.241Z] ---> 88dd2752d2ea [2021-03-01T21:03:06.241Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-01T21:03:06.502Z] Removing intermediate container 2c4a54fd6129 [2021-03-01T21:03:06.502Z] ---> 6aef2aa8f6d6 [2021-03-01T21:03:06.502Z] [2021-03-01T21:03:06.502Z] Step 10/22 : FROM alpine:3.12 [2021-03-01T21:03:06.502Z] ---> 88dd2752d2ea [2021-03-01T21:03:06.502Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-01T21:03:06.763Z] ---> Running in 7dceed1723c3 [2021-03-01T21:03:07.713Z] ---> Running in c3ccc49cfe38 [2021-03-01T21:03:07.713Z] Removing intermediate container 05b814b0272f [2021-03-01T21:03:07.713Z] ---> 680161a0e450 [2021-03-01T21:03:07.713Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-01T21:03:08.674Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T21:03:08.674Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T21:03:08.674Z] ---> Running in 9cbf5a333ab5 [2021-03-01T21:03:08.939Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-01T21:03:09.201Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T21:03:09.462Z] OK: 6 MiB in 15 packages [2021-03-01T21:03:09.462Z] Removing intermediate container f86742cbd2ed [2021-03-01T21:03:09.462Z] ---> 507f5f04d630 [2021-03-01T21:03:09.462Z] [2021-03-01T21:03:09.462Z] Step 10/23 : FROM alpine:3.12 [2021-03-01T21:03:09.462Z] ---> 88dd2752d2ea [2021-03-01T21:03:09.462Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-01T21:03:09.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T21:03:09.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T21:03:09.729Z] ---> Running in 3286f6c648bd [2021-03-01T21:03:09.996Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-01T21:03:09.996Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-01T21:03:09.996Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T21:03:09.996Z] Executing ca-certificates-20191127-r4.trigger [2021-03-01T21:03:09.996Z] OK: 6 MiB in 16 packages [2021-03-01T21:03:10.258Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T21:03:10.258Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T21:03:10.258Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-01T21:03:10.258Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T21:03:10.258Z] OK: 6 MiB in 15 packages [2021-03-01T21:03:10.545Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T21:03:10.823Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T21:03:10.823Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-01T21:03:10.823Z] (2/2) Installing su-exec (0.2-r1) [2021-03-01T21:03:10.823Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T21:03:10.823Z] OK: 6 MiB in 16 packages [2021-03-01T21:03:10.823Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T21:03:11.083Z] Removing intermediate container 3dcf50c07e2b [2021-03-01T21:03:11.083Z] ---> 4e1cda505c41 [2021-03-01T21:03:11.083Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-01T21:03:11.083Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T21:03:11.083Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-01T21:03:11.083Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T21:03:11.083Z] OK: 6 MiB in 15 packages [2021-03-01T21:03:11.656Z] ---> Running in 649940a6a5ee [2021-03-01T21:03:11.919Z] Removing intermediate container c3ccc49cfe38 [2021-03-01T21:03:11.919Z] ---> 735f5ce0536f [2021-03-01T21:03:11.919Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-01T21:03:11.919Z] Removing intermediate container 7dceed1723c3 [2021-03-01T21:03:11.919Z] ---> 6bba66d02b1d [2021-03-01T21:03:11.919Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-01T21:03:12.493Z] Removing intermediate container 649940a6a5ee [2021-03-01T21:03:12.493Z] ---> 87777c952025 [2021-03-01T21:03:12.493Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-01T21:03:12.755Z] Removing intermediate container 9cbf5a333ab5 [2021-03-01T21:03:12.755Z] ---> 9e027e013f2f [2021-03-01T21:03:12.755Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-01T21:03:12.755Z] ---> Running in 78198329800e [2021-03-01T21:03:12.755Z] ---> Running in 27b3c47e8e00 [2021-03-01T21:03:12.755Z] Removing intermediate container 3286f6c648bd [2021-03-01T21:03:12.755Z] ---> 111adb7bb036 [2021-03-01T21:03:12.755Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-01T21:03:12.755Z] ---> Running in 27a39d1e2943 [2021-03-01T21:03:12.755Z] ---> Running in 2e1af8b5c3a3 [2021-03-01T21:03:13.016Z] ---> Running in 853a38a2b10d [2021-03-01T21:03:13.016Z] Removing intermediate container 27b3c47e8e00 [2021-03-01T21:03:13.016Z] ---> 3f4cdbc5945d [2021-03-01T21:03:13.016Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-01T21:03:13.016Z] Removing intermediate container 78198329800e [2021-03-01T21:03:13.016Z] ---> 22e978cdb0c1 [2021-03-01T21:03:13.016Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-01T21:03:13.016Z] Removing intermediate container 27a39d1e2943 [2021-03-01T21:03:13.016Z] ---> 04951b418f39 [2021-03-01T21:03:13.016Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-01T21:03:13.279Z] Removing intermediate container 2e1af8b5c3a3 [2021-03-01T21:03:13.279Z] ---> ba44e6fc3a2c [2021-03-01T21:03:13.279Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-01T21:03:13.279Z] ---> Running in 3cdf5eb5d4ac [2021-03-01T21:03:13.279Z] ---> Running in 7a37fbe64e16 [2021-03-01T21:03:13.279Z] Removing intermediate container 853a38a2b10d [2021-03-01T21:03:13.279Z] ---> 7ca37d85be01 [2021-03-01T21:03:13.279Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-01T21:03:13.279Z] ---> Running in 55f4d30d7f30 [2021-03-01T21:03:13.279Z] ---> Running in 95d8ecee4604 [2021-03-01T21:03:13.541Z] ---> Running in 6c5e73cd0206 [2021-03-01T21:03:13.541Z] Removing intermediate container 7a37fbe64e16 [2021-03-01T21:03:13.541Z] ---> 7885c0757943 [2021-03-01T21:03:13.541Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-01T21:03:13.803Z] Removing intermediate container 3cdf5eb5d4ac [2021-03-01T21:03:13.803Z] ---> a029f4c2f15d [2021-03-01T21:03:13.803Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-01T21:03:13.803Z] Removing intermediate container 55f4d30d7f30 [2021-03-01T21:03:13.803Z] ---> afe3f9fb9144 [2021-03-01T21:03:13.803Z] Step 15/23 : WORKDIR / [2021-03-01T21:03:13.803Z] Removing intermediate container 95d8ecee4604 [2021-03-01T21:03:13.803Z] ---> 1741eacfe1b8 [2021-03-01T21:03:13.803Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-01T21:03:13.803Z] Removing intermediate container 6c5e73cd0206 [2021-03-01T21:03:13.803Z] ---> 2c8e8b856c0c [2021-03-01T21:03:13.803Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-01T21:03:14.065Z] ---> Running in ebaf197efa42 [2021-03-01T21:03:14.638Z] ---> Running in 63ccc16ba81a [2021-03-01T21:03:14.638Z] ---> Running in 7f3252260141 [2021-03-01T21:03:14.638Z] ---> Running in e6199dd69830 [2021-03-01T21:03:14.638Z] ---> Running in a00cf0f0ec56 [2021-03-01T21:03:14.638Z] Removing intermediate container ebaf197efa42 [2021-03-01T21:03:14.638Z] ---> a0ce70d977fd [2021-03-01T21:03:14.638Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T21:03:14.905Z] Removing intermediate container 63ccc16ba81a [2021-03-01T21:03:14.905Z] ---> 72b64fde43b6 [2021-03-01T21:03:14.905Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T21:03:14.905Z] Removing intermediate container a00cf0f0ec56 [2021-03-01T21:03:14.905Z] ---> 49e8a2d652d2 [2021-03-01T21:03:14.905Z] Step 15/23 : WORKDIR / [2021-03-01T21:03:14.905Z] Removing intermediate container 7f3252260141 [2021-03-01T21:03:14.905Z] ---> 2108925a67d7 [2021-03-01T21:03:14.905Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T21:03:15.169Z] ---> Running in d0e624dc00d0 [2021-03-01T21:03:15.170Z] ---> 4a1f5dda19de [2021-03-01T21:03:15.170Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-01T21:03:15.431Z] ---> 89c1ade9c7f1 [2021-03-01T21:03:15.431Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-01T21:03:15.695Z] ---> ddc0a555ff21 [2021-03-01T21:03:15.695Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-01T21:03:15.696Z] Removing intermediate container d0e624dc00d0 [2021-03-01T21:03:15.696Z] ---> be051ab47b5f [2021-03-01T21:03:15.696Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T21:03:15.957Z] ---> 86022a222231 [2021-03-01T21:03:15.957Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-01T21:03:16.218Z] Removing intermediate container e6199dd69830 [2021-03-01T21:03:16.218Z] ---> 641e3822d477 [2021-03-01T21:03:16.218Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-01T21:03:16.218Z] ---> 1653bee86758 [2021-03-01T21:03:16.218Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-01T21:03:16.218Z] ---> 68726e51fc6f [2021-03-01T21:03:16.218Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-01T21:03:16.218Z] ---> Running in fdb4eff7e835 [2021-03-01T21:03:16.218Z] ---> 0701bfa9742f [2021-03-01T21:03:16.218Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-01T21:03:16.489Z] ---> b4c0c28ef948 [2021-03-01T21:03:16.489Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-01T21:03:16.489Z] ---> 7d49fd273854 [2021-03-01T21:03:16.489Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-01T21:03:16.755Z] ---> Running in a64fbf49b511 [2021-03-01T21:03:16.756Z] Removing intermediate container fdb4eff7e835 [2021-03-01T21:03:16.756Z] ---> 44d9a9ba052d [2021-03-01T21:03:16.756Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-01T21:03:16.756Z] ---> Running in 67467976d592 [2021-03-01T21:03:16.756Z] ---> 5dee51e77e45 [2021-03-01T21:03:16.756Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-01T21:03:16.756Z] ---> 0af521beffa3 [2021-03-01T21:03:16.756Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-01T21:03:17.016Z] ---> Running in dc7152e879ce [2021-03-01T21:03:17.016Z] Removing intermediate container a64fbf49b511 [2021-03-01T21:03:17.016Z] ---> 6ab6b62a91ee [2021-03-01T21:03:17.016Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T21:03:17.279Z] Removing intermediate container 67467976d592 [2021-03-01T21:03:17.279Z] ---> d5775bf09336 [2021-03-01T21:03:17.279Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T21:03:17.541Z] ---> 6092495a4fc4 [2021-03-01T21:03:17.541Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-01T21:03:17.541Z] ---> 437666079ba5 [2021-03-01T21:03:17.541Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-01T21:03:17.541Z] ---> Running in 4e88119fa5dd [2021-03-01T21:03:17.541Z] Removing intermediate container dc7152e879ce [2021-03-01T21:03:17.541Z] ---> 752ac55ab915 [2021-03-01T21:03:17.541Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T21:03:17.803Z] ---> Running in d357542789e1 [2021-03-01T21:03:17.803Z] ---> Running in dc39b485b51c [2021-03-01T21:03:17.803Z] ---> Running in 62de5159575e [2021-03-01T21:03:17.803Z] ---> Running in 364e385e45c9 [2021-03-01T21:03:18.065Z] Removing intermediate container 4e88119fa5dd [2021-03-01T21:03:18.065Z] ---> 30df5789ebb9 [2021-03-01T21:03:18.065Z] Step 20/22 : LABEL arch=x86_64 [2021-03-01T21:03:18.639Z] Removing intermediate container d357542789e1 [2021-03-01T21:03:18.639Z] ---> 2b9e3f716e2c [2021-03-01T21:03:18.639Z] Step 20/22 : LABEL arch=x86_64 [2021-03-01T21:03:18.639Z] Removing intermediate container 62de5159575e [2021-03-01T21:03:18.639Z] ---> 335b6275b0f3 [2021-03-01T21:03:18.639Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T21:03:18.639Z] Removing intermediate container 364e385e45c9 [2021-03-01T21:03:18.639Z] ---> 38fe2677e36e [2021-03-01T21:03:18.639Z] Step 21/23 : LABEL arch=x86_64 [2021-03-01T21:03:18.639Z] ---> Running in b291bbb43b5d [2021-03-01T21:03:18.901Z] ---> Running in d8d42286f41f [2021-03-01T21:03:18.901Z] ---> Running in 2eded1359a77 [2021-03-01T21:03:18.901Z] ---> Running in 3add43cd8bfd [2021-03-01T21:03:19.161Z] Removing intermediate container b291bbb43b5d [2021-03-01T21:03:19.161Z] ---> 41554f177d44 [2021-03-01T21:03:19.161Z] Step 21/22 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 [2021-03-01T21:03:19.161Z] Removing intermediate container d8d42286f41f [2021-03-01T21:03:19.161Z] ---> ac7817f9f3cf [2021-03-01T21:03:19.161Z] Step 21/22 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 [2021-03-01T21:03:19.161Z] Removing intermediate container 2eded1359a77 [2021-03-01T21:03:19.161Z] ---> 96e3145b1459 [2021-03-01T21:03:19.161Z] Step 21/23 : LABEL arch=x86_64 [2021-03-01T21:03:19.226Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-01T21:03:19.226Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-01T21:03:19.226Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-01T21:03:19.226Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-01T21:03:19.226Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-01T21:03:19.226Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-01T21:03:19.226Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-01T21:03:19.423Z] ---> Running in a1f2d7d5ef2c [2021-03-01T21:03:19.423Z] Removing intermediate container 3add43cd8bfd [2021-03-01T21:03:19.423Z] ---> 9a17ca368bd1 [2021-03-01T21:03:19.423Z] Step 22/23 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 [2021-03-01T21:03:19.423Z] ---> Running in 364028eb388b [2021-03-01T21:03:19.684Z] ---> Running in 35acd0b0c7fc [2021-03-01T21:03:19.684Z] ---> Running in 26941f31bbd5 [2021-03-01T21:03:19.684Z] Removing intermediate container a1f2d7d5ef2c [2021-03-01T21:03:19.684Z] ---> c1ad2ff64dd4 [2021-03-01T21:03:19.684Z] Step 22/22 : LABEL version=0.0.0 [2021-03-01T21:03:19.946Z] Removing intermediate container 364028eb388b [2021-03-01T21:03:19.946Z] ---> 80fa490a3297 [2021-03-01T21:03:19.946Z] Step 22/22 : LABEL version=0.0.0 [2021-03-01T21:03:19.946Z] ---> Running in cae232a79cd4 [2021-03-01T21:03:19.946Z] Removing intermediate container 35acd0b0c7fc [2021-03-01T21:03:19.946Z] ---> 83959057ac2f [2021-03-01T21:03:19.946Z] Step 22/23 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 [2021-03-01T21:03:19.946Z] Removing intermediate container 26941f31bbd5 [2021-03-01T21:03:19.946Z] ---> c500d2354b02 [2021-03-01T21:03:19.946Z] Step 23/23 : LABEL version=0.0.0 [2021-03-01T21:03:19.946Z] Removing intermediate container dc39b485b51c [2021-03-01T21:03:19.946Z] ---> 93c683129f9c [2021-03-01T21:03:19.946Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T21:03:20.207Z] ---> Running in c00c4abc21a8 [2021-03-01T21:03:20.207Z] ---> Running in 1de572d7e9d0 [2021-03-01T21:03:20.207Z] ---> Running in 7dce746bbd6a [2021-03-01T21:03:20.207Z] Removing intermediate container cae232a79cd4 [2021-03-01T21:03:20.207Z] ---> 0fb8d0bf004f [2021-03-01T21:03:20.207Z] [2021-03-01T21:03:20.212Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-01T21:03:20.469Z] ---> 9d131387e8c7 [2021-03-01T21:03:20.469Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-01T21:03:20.469Z] Successfully built 0fb8d0bf004f [2021-03-01T21:03:20.469Z] Successfully tagged docker-support-notifications-go:latest [2021-03-01T21:03:20.469Z] Removing intermediate container c00c4abc21a8 [2021-03-01T21:03:20.469Z] ---> 73871fcfb93c [2021-03-01T21:03:20.741Z] Step 23/23 : LABEL version=0.0.0 [2021-03-01T21:03:20.741Z] Removing intermediate container 1de572d7e9d0 [2021-03-01T21:03:20.741Z] ---> 5b6ce749b545 [2021-03-01T21:03:20.741Z] [2021-03-01T21:03:20.741Z] Removing intermediate container 7dce746bbd6a [2021-03-01T21:03:20.741Z] ---> 8a5ae932404d [2021-03-01T21:03:20.741Z] [2021-03-01T21:03:20.741Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-03-01T21:03:20.741Z] ---> Running in 89cae40a196c [2021-03-01T21:03:20.741Z] Successfully built 5b6ce749b545 [2021-03-01T21:03:20.741Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-01T21:03:20.741Z] Building docker-security-secretstore-setup-go [2021-03-01T21:03:20.741Z]  Building docker-support-scheduler-go ... done Successfully built 8a5ae932404d [2021-03-01T21:03:21.008Z] Successfully tagged docker-core-command-go:latest [2021-03-01T21:03:21.008Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-03-01T21:03:21.008Z] ---> e6b0a2660f31 [2021-03-01T21:03:21.008Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-01T21:03:21.008Z] Removing intermediate container 89cae40a196c [2021-03-01T21:03:21.008Z] ---> b07837686c79 [2021-03-01T21:03:21.008Z] [2021-03-01T21:03:21.273Z] Successfully built b07837686c79 [2021-03-01T21:03:21.273Z] Successfully tagged docker-core-metadata-go:latest [2021-03-01T21:03:21.273Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-03-01T21:03:21.273Z] ---> 73aab68e798b [2021-03-01T21:03:21.273Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-01T21:03:21.337Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-01T21:03:21.535Z] ---> 2e12586713c3 [2021-03-01T21:03:21.535Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-03-01T21:03:21.535Z] ---> Running in 44729da07c30 [2021-03-01T21:03:21.798Z] Removing intermediate container 44729da07c30 [2021-03-01T21:03:21.798Z] ---> 3ba748c54a6a [2021-03-01T21:03:21.798Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-01T21:03:22.745Z] ---> 85c755c5d73d [2021-03-01T21:03:22.745Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-03-01T21:03:25.300Z] ---> Running in ced038fa81ef [2021-03-01T21:03:27.853Z] Removing intermediate container ced038fa81ef [2021-03-01T21:03:27.853Z] ---> 8ae5515a7354 [2021-03-01T21:03:27.853Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-01T21:03:29.855Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-01T21:03:29.855Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-01T21:03:29.855Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-01T21:03:30.405Z] ---> Running in 6fac1d639f42 [2021-03-01T21:03:30.984Z] Removing intermediate container 6fac1d639f42 [2021-03-01T21:03:30.984Z] ---> 9e3241f0e370 [2021-03-01T21:03:30.984Z] Step 27/30 : CMD ["gate"] [2021-03-01T21:03:30.984Z] ---> Running in d06e86a1b1fb [2021-03-01T21:03:31.247Z] Removing intermediate container d06e86a1b1fb [2021-03-01T21:03:31.247Z] ---> 0331a9d61d34 [2021-03-01T21:03:31.247Z] Step 28/30 : LABEL arch=x86_64 [2021-03-01T21:03:31.247Z] ---> Running in 8f9aae36a1c7 [2021-03-01T21:03:31.511Z] Removing intermediate container 8f9aae36a1c7 [2021-03-01T21:03:31.511Z] ---> d80f288fc107 [2021-03-01T21:03:31.511Z] Step 29/30 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 [2021-03-01T21:03:31.773Z] ---> Running in 08562662d682 [2021-03-01T21:03:35.285Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.269s coverage: 45.9% of statements [2021-03-01T21:03:35.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-01T21:03:35.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-01T21:03:35.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-01T21:03:35.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-01T21:03:35.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-01T21:03:35.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-01T21:03:35.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-01T21:03:36.277Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.248s coverage: 100.0% of statements [2021-03-01T21:03:37.109Z] Removing intermediate container 08562662d682 [2021-03-01T21:03:37.109Z] ---> 40586eeee0c2 [2021-03-01T21:03:37.109Z] Step 30/30 : LABEL version=0.0.0 [2021-03-01T21:03:37.700Z] ---> Running in 599b1a125307 [2021-03-01T21:03:38.674Z] Removing intermediate container 599b1a125307 [2021-03-01T21:03:38.674Z] ---> 3e55a618d8e5 [2021-03-01T21:03:38.674Z] [2021-03-01T21:03:39.253Z] Successfully built 3e55a618d8e5 [2021-03-01T21:03:39.253Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-01T21:03:43.051Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.608s coverage: 27.1% of statements [2021-03-01T21:03:43.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-01T21:03:43.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-01T21:03:43.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-01T21:03:43.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-01T21:03:43.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-01T21:03:43.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-01T21:03:43.052Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.070s coverage: 100.0% of statements [2021-03-01T21:03:43.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-01T21:03:43.052Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements [2021-03-01T21:03:43.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-01T21:03:43.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-01T21:03:43.533Z]  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T21:03:43.534Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-01T21:03:43.534Z] ---> b310941a6db7 [2021-03-01T21:03:43.534Z] Step 3/26 : WORKDIR /edgex-go [2021-03-01T21:03:43.534Z] ---> Using cache [2021-03-01T21:03:43.534Z] ---> a3abeb4b59aa [2021-03-01T21:03:43.534Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T21:03:43.534Z] ---> Using cache [2021-03-01T21:03:43.534Z] ---> 4db6a690588f [2021-03-01T21:03:43.534Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-01T21:03:43.534Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T21:03:43.534Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-01T21:03:43.534Z] ---> b310941a6db7 [2021-03-01T21:03:43.534Z] Step 3/21 : WORKDIR /edgex-go [2021-03-01T21:03:43.534Z] ---> Using cache [2021-03-01T21:03:43.534Z] ---> a3abeb4b59aa [2021-03-01T21:03:43.534Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T21:03:43.534Z] ---> Using cache [2021-03-01T21:03:43.534Z] ---> 4db6a690588f [2021-03-01T21:03:43.534Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-01T21:03:43.651Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.263s coverage: 65.8% of statements [2021-03-01T21:03:43.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-01T21:03:43.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-01T21:03:44.199Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T21:03:44.199Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-01T21:03:44.199Z] ---> b310941a6db7 [2021-03-01T21:03:44.199Z] Step 3/23 : WORKDIR /edgex-go [2021-03-01T21:03:44.199Z] ---> Using cache [2021-03-01T21:03:44.199Z] ---> a3abeb4b59aa [2021-03-01T21:03:44.199Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T21:03:44.199Z] ---> Using cache [2021-03-01T21:03:44.199Z] ---> 4db6a690588f [2021-03-01T21:03:44.199Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-01T21:03:44.199Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T21:03:44.199Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-01T21:03:44.199Z] ---> b310941a6db7 [2021-03-01T21:03:44.199Z] Step 3/24 : WORKDIR /edgex-go [2021-03-01T21:03:44.199Z] ---> Using cache [2021-03-01T21:03:44.199Z] ---> a3abeb4b59aa [2021-03-01T21:03:44.199Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T21:03:44.199Z] ---> Using cache [2021-03-01T21:03:44.199Z] ---> 4db6a690588f [2021-03-01T21:03:44.199Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-01T21:03:44.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.657s coverage: 82.3% of statements [2021-03-01T21:03:44.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-01T21:03:44.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-01T21:03:44.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-01T21:03:44.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-01T21:03:44.823Z] ---> Running in 579c96dbcab6 [2021-03-01T21:03:44.823Z] ---> Running in dc81b7e96846 [2021-03-01T21:03:44.823Z] ---> Running in 0f7ed962d515 [2021-03-01T21:03:44.823Z] ---> Running in 4745f1cad2f5 [2021-03-01T21:03:45.844Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T21:03:45.844Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T21:03:45.844Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T21:03:45.844Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T21:03:46.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T21:03:46.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T21:03:46.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T21:03:46.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T21:03:47.001Z] OK: 233 MiB in 51 packages [2021-03-01T21:03:47.001Z] OK: 233 MiB in 51 packages [2021-03-01T21:03:47.276Z] OK: 233 MiB in 51 packages [2021-03-01T21:03:47.546Z] OK: 233 MiB in 51 packages [2021-03-01T21:03:47.546Z] Removing intermediate container 0f7ed962d515 [2021-03-01T21:03:47.546Z] ---> 55d21564c068 [2021-03-01T21:03:47.546Z] Step 6/26 : COPY go.mod . [2021-03-01T21:03:47.828Z] Removing intermediate container 4745f1cad2f5 [2021-03-01T21:03:47.828Z] ---> 0dc1292a97dc [2021-03-01T21:03:47.828Z] Step 6/23 : COPY go.mod . [2021-03-01T21:03:48.342Z] ---> b80eaabfff28 [2021-03-01T21:03:48.342Z] Step 7/26 : RUN go mod download [2021-03-01T21:03:48.342Z] ---> Running in 547c315f0dcd [2021-03-01T21:03:48.614Z] ---> 0b82ddc8cdbb [2021-03-01T21:03:48.614Z] Step 7/23 : RUN go mod download [2021-03-01T21:03:48.880Z] Removing intermediate container 579c96dbcab6 [2021-03-01T21:03:48.880Z] ---> 604dae90c150 [2021-03-01T21:03:48.880Z] Step 6/21 : COPY go.mod . [2021-03-01T21:03:48.880Z] Removing intermediate container dc81b7e96846 [2021-03-01T21:03:48.880Z] ---> c94ef4410a8a [2021-03-01T21:03:48.880Z] Step 6/24 : COPY go.mod . [2021-03-01T21:03:49.142Z] ---> Running in 101483d38d47 [2021-03-01T21:03:49.405Z] ---> 77a467820306 [2021-03-01T21:03:49.405Z] Step 7/21 : RUN go mod download [2021-03-01T21:03:49.405Z] ---> ced0f54448b4 [2021-03-01T21:03:49.405Z] Step 7/24 : RUN go mod download [2021-03-01T21:03:49.674Z] ---> Running in df159c63f3e4 [2021-03-01T21:03:49.674Z] ---> Running in 77d6d6d5ed36 [2021-03-01T21:03:51.084Z] Removing intermediate container 101483d38d47 [2021-03-01T21:03:51.084Z] ---> 7c94e76067e9 [2021-03-01T21:03:51.084Z] Step 8/23 : COPY . . [2021-03-01T21:03:51.084Z] Removing intermediate container 547c315f0dcd [2021-03-01T21:03:51.084Z] ---> ad767cc152d3 [2021-03-01T21:03:51.084Z] Step 8/26 : COPY . . [2021-03-01T21:03:51.762Z] Removing intermediate container df159c63f3e4 [2021-03-01T21:03:51.762Z] ---> e03467ecd7f3 [2021-03-01T21:03:51.762Z] Step 8/21 : COPY . . [2021-03-01T21:03:52.721Z] Removing intermediate container 77d6d6d5ed36 [2021-03-01T21:03:52.721Z] ---> 1910f593348e [2021-03-01T21:03:52.721Z] Step 8/24 : COPY . . [2021-03-01T21:03:52.950Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.201s coverage: 28.6% of statements [2021-03-01T21:03:52.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-01T21:03:52.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-01T21:03:52.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-01T21:03:52.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-01T21:03:52.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-01T21:03:52.950Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.144s coverage: 100.0% of statements [2021-03-01T21:03:52.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-01T21:03:52.950Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.090s coverage: 100.0% of statements [2021-03-01T21:03:52.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-01T21:03:52.950Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.292s coverage: 86.7% of statements [2021-03-01T21:03:52.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-01T21:03:53.224Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.399s coverage: 97.5% of statements [2021-03-01T21:03:53.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-01T21:03:53.224Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.155s coverage: 78.3% of statements [2021-03-01T21:03:53.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-01T21:03:53.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-01T21:03:53.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-01T21:03:53.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-01T21:04:03.419Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.273s coverage: 92.8% of statements [2021-03-01T21:04:03.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-01T21:04:03.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-01T21:04:03.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-01T21:04:03.420Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-01T21:04:03.420Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-01T21:04:03.420Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-01T21:04:03.420Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-01T21:04:03.420Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-01T21:04:03.420Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-01T21:04:03.420Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-01T21:04:03.420Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-01T21:04:03.420Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-01T21:04:03.420Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-01T21:04:03.420Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-01T21:04:03.420Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-01T21:04:03.420Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-01T21:04:03.420Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-01T21:04:03.420Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-01T21:04:03.420Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.065s coverage: 58.8% of statements [2021-03-01T21:04:03.420Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-01T21:04:03.420Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-01T21:04:03.420Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.225s coverage: 0.1% of statements [2021-03-01T21:04:03.420Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-01T21:04:03.420Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-01T21:04:03.420Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-01T21:04:03.420Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 45.5% of statements [2021-03-01T21:04:03.420Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.072s coverage: 79.5% of statements [2021-03-01T21:04:03.420Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.078s coverage: 94.1% of statements [2021-03-01T21:04:03.420Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.081s coverage: 96.3% of statements [2021-03-01T21:04:03.420Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.070s coverage: 87.5% of statements [2021-03-01T21:04:13.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.102s coverage: 94.4% of statements [2021-03-01T21:04:13.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements [2021-03-01T21:04:28.592Z] ---> 234959a54150 [2021-03-01T21:04:28.592Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-01T21:04:28.592Z] ---> Running in d623bb7e28e5 [2021-03-01T21:04:28.592Z] ---> 31c8cea7df72 [2021-03-01T21:04:28.592Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-01T21:04:28.592Z] ---> ffcb5bb8c258 [2021-03-01T21:04:28.592Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-01T21:04:28.592Z] ---> f92bd000f019 [2021-03-01T21:04:28.592Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-01T21:04:28.592Z] ---> Running in 81f035e07f6d [2021-03-01T21:04:28.592Z] ---> Running in 861aed98a5cf [2021-03-01T21:04:28.592Z] ---> Running in d25b4d68e4c0 [2021-03-01T21:04:28.592Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-01T21:04:28.592Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-01T21:04:28.592Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-01T21:04:28.592Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-01T21:04:31.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.120s coverage: 92.9% of statements [2021-03-01T21:04:31.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-01T21:04:31.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-01T21:04:31.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-01T21:04:31.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.063s coverage: 77.8% of statements [2021-03-01T21:04:31.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-01T21:04:31.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-01T21:04:31.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-01T21:04:31.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-01T21:04:31.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-01T21:04:31.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements [2021-03-01T21:04:31.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-01T21:04:31.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-01T21:04:31.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-03-01T21:04:31.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-01T21:04:31.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2021-03-01T21:04:31.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-01T21:04:31.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements [2021-03-01T21:04:31.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.127s coverage: 87.2% of statements [2021-03-01T21:04:31.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.161s coverage: 84.6% of statements [2021-03-01T21:04:31.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.178s coverage: 91.6% of statements [2021-03-01T21:04:31.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-01T21:04:31.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.546s coverage: 62.4% of statements [2021-03-01T21:04:31.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-01T21:04:31.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-01T21:04:31.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2021-03-01T21:04:31.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements [2021-03-01T21:04:31.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements [2021-03-01T21:04:31.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements [2021-03-01T21:04:31.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements [2021-03-01T21:04:31.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.842s coverage: 69.1% of statements [2021-03-01T21:04:31.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-01T21:04:31.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-01T21:04:31.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.351s coverage: 38.4% of statements [2021-03-01T21:04:31.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-01T21:04:31.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-01T21:04:31.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.077s coverage: 89.5% of statements [2021-03-01T21:04:31.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-01T21:04:31.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.080s coverage: 84.8% of statements [2021-03-01T21:04:36.408Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.454s coverage: 47.0% of statements [2021-03-01T21:04:36.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-01T21:04:36.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-01T21:04:36.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-01T21:04:36.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-01T21:04:36.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-01T21:04:36.408Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.131s coverage: 100.0% of statements [2021-03-01T21:04:36.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-01T21:04:36.408Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.117s coverage: 100.0% of statements [2021-03-01T21:04:36.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-01T21:04:36.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-01T21:04:36.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-01T21:04:36.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-01T21:04:37.003Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.371s coverage: 89.4% of statements [2021-03-01T21:04:37.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-01T21:04:37.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-01T21:04:37.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-01T21:04:45.299Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.011s coverage: 29.1% of statements [2021-03-01T21:04:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-01T21:04:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-01T21:04:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-01T21:04:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-01T21:04:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-01T21:04:45.299Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.167s coverage: 99.0% of statements [2021-03-01T21:04:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-01T21:04:45.299Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.091s coverage: 100.0% of statements [2021-03-01T21:04:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-01T21:04:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-01T21:04:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-01T21:04:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-01T21:04:45.299Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.218s coverage: 94.3% of statements [2021-03-01T21:04:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-01T21:04:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-01T21:04:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-01T21:04:45.299Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-03-01T21:04:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-01T21:04:45.299Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.068s coverage: 100.0% of statements [2021-03-01T21:04:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-01T21:04:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-01T21:04:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-01T21:04:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-01T21:04:45.299Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.075s coverage: 87.9% of statements [2021-03-01T21:04:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-01T21:04:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-01T21:04:45.299Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements [2021-03-01T21:04:45.576Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-03-01T21:04:46.559Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-03-01T21:04:47.535Z] GO111MODULE=on go vet ./... [2021-03-01T21:04:50.815Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-01T21:04:50.815Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-01T21:04:52.222Z] Removing intermediate container d623bb7e28e5 [2021-03-01T21:04:52.222Z] ---> 6eb4c47487dc [2021-03-01T21:04:52.222Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-01T21:04:52.501Z] ---> Running in 9cc030e4baf2 [2021-03-01T21:04:53.088Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-01T21:04:55.662Z] Removing intermediate container 81f035e07f6d [2021-03-01T21:04:55.662Z] ---> 81addf39706d [2021-03-01T21:04:55.662Z] [2021-03-01T21:04:55.662Z] Step 10/24 : FROM alpine:3.12 [2021-03-01T21:04:55.662Z] ---> 88dd2752d2ea [2021-03-01T21:04:55.662Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-01T21:04:55.662Z] Removing intermediate container d25b4d68e4c0 [2021-03-01T21:04:55.662Z] ---> 94d4e28920e4 [2021-03-01T21:04:55.662Z] [2021-03-01T21:04:55.662Z] Step 10/21 : FROM alpine:3.12 [2021-03-01T21:04:55.662Z] ---> 88dd2752d2ea [2021-03-01T21:04:55.662Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-01T21:04:55.662Z] ---> Running in 6692c257101e [2021-03-01T21:04:56.156Z] ---> Running in 5e118205b747 [2021-03-01T21:04:56.600Z] Removing intermediate container 9cc030e4baf2 [2021-03-01T21:04:56.600Z] ---> 8f38a137bf61 [2021-03-01T21:04:56.600Z] [2021-03-01T21:04:56.600Z] Step 11/26 : FROM docker:20.10.0 [2021-03-01T21:04:56.600Z] 20.10.0: Pulling from library/docker [2021-03-01T21:04:56.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T21:04:56.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T21:04:56.968Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T21:04:56.968Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T21:04:56.968Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-01T21:04:56.968Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-01T21:04:56.968Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-01T21:04:56.968Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-01T21:04:56.968Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-01T21:04:56.968Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-01T21:04:56.968Z] (4/4) Installing curl (7.69.1-r3) [2021-03-01T21:04:56.968Z] (4/5) Installing curl (7.69.1-r3) [2021-03-01T21:04:56.968Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T21:04:56.968Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-01T21:04:56.968Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T21:04:56.968Z] Executing ca-certificates-20191127-r4.trigger [2021-03-01T21:04:56.968Z] Executing ca-certificates-20191127-r4.trigger [2021-03-01T21:04:57.310Z] OK: 7 MiB in 18 packages [2021-03-01T21:04:57.310Z] OK: 7 MiB in 19 packages [2021-03-01T21:05:00.847Z] Removing intermediate container 861aed98a5cf [2021-03-01T21:05:00.847Z] ---> b2b8ae73012e [2021-03-01T21:05:00.847Z] [2021-03-01T21:05:00.847Z] Step 10/23 : FROM alpine:3.12 [2021-03-01T21:05:00.847Z] ---> 88dd2752d2ea [2021-03-01T21:05:00.847Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-01T21:05:02.771Z] ---> Running in 9e1173c11fe8 [2021-03-01T21:05:02.771Z] Removing intermediate container 6692c257101e [2021-03-01T21:05:02.771Z] ---> 45af33030833 [2021-03-01T21:05:02.771Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-01T21:05:02.771Z] Removing intermediate container 5e118205b747 [2021-03-01T21:05:02.771Z] ---> e47e0f2acbcc [2021-03-01T21:05:02.771Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-01T21:05:02.771Z] ---> Running in 7b6233377b5a [2021-03-01T21:05:02.771Z] Removing intermediate container 9e1173c11fe8 [2021-03-01T21:05:02.771Z] ---> d765dac00056 [2021-03-01T21:05:02.771Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-01T21:05:02.771Z] ---> Running in 27de2078792a [2021-03-01T21:05:03.031Z] ---> Running in 1eacb13160c4 [2021-03-01T21:05:03.031Z] Removing intermediate container 7b6233377b5a [2021-03-01T21:05:03.031Z] ---> f118a173b2f4 [2021-03-01T21:05:03.031Z] Step 13/24 : WORKDIR / [2021-03-01T21:05:03.031Z] Removing intermediate container 27de2078792a [2021-03-01T21:05:03.031Z] ---> c4adefdcca1c [2021-03-01T21:05:03.031Z] Step 13/21 : WORKDIR /edgex [2021-03-01T21:05:03.031Z] ---> Running in 1cb2d9bcc244 [2021-03-01T21:05:03.291Z] ---> Running in 53a69c713b2f [2021-03-01T21:05:03.292Z] Removing intermediate container 1eacb13160c4 [2021-03-01T21:05:03.292Z] ---> e8b67ba44cc6 [2021-03-01T21:05:03.292Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-01T21:05:03.292Z] ---> Running in d782229b685f [2021-03-01T21:05:03.553Z] Removing intermediate container 1cb2d9bcc244 [2021-03-01T21:05:03.553Z] ---> 235edde8f790 [2021-03-01T21:05:03.553Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-01T21:05:03.553Z] Removing intermediate container 53a69c713b2f [2021-03-01T21:05:03.553Z] ---> d2f7d9a7fc15 [2021-03-01T21:05:03.553Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-01T21:05:03.816Z] Removing intermediate container d782229b685f [2021-03-01T21:05:03.816Z] ---> 9eae3388c70f [2021-03-01T21:05:03.816Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T21:05:03.816Z] ---> dec090a4ee17 [2021-03-01T21:05:03.816Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-01T21:05:03.816Z] ---> Running in a2849a62d992 [2021-03-01T21:05:04.077Z] ---> 9c5d5c5cd913 [2021-03-01T21:05:04.077Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-01T21:05:04.077Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-01T21:05:04.077Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-01T21:05:04.077Z] ---> aefe523efa57 [2021-03-01T21:05:04.078Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-01T21:05:04.343Z] ---> b00f9e06db88 [2021-03-01T21:05:04.343Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-01T21:05:04.343Z] ---> Running in 9295f07f33d5 [2021-03-01T21:05:04.605Z] ---> 29bddf7244ff [2021-03-01T21:05:04.605Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-01T21:05:04.869Z] ---> 6c65bafe3276 [2021-03-01T21:05:04.869Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-01T21:05:04.869Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T21:05:05.130Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T21:05:05.130Z] (1/2) Installing readline (8.0.4-r0) [2021-03-01T21:05:05.130Z] (2/2) Installing bash (5.0.17-r0) [2021-03-01T21:05:05.130Z] Executing bash-5.0.17-r0.post-install [2021-03-01T21:05:05.130Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T21:05:05.392Z] OK: 12 MiB in 22 packages [2021-03-01T21:05:05.970Z] ---> e512695e116c [2021-03-01T21:05:05.970Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-01T21:05:05.970Z] ---> 5b5c66137eda [2021-03-01T21:05:05.970Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-01T21:05:05.970Z] ---> Running in 8c4ed56d5964 [2021-03-01T21:05:05.970Z] Removing intermediate container a2849a62d992 [2021-03-01T21:05:05.970Z] ---> 0a35e3fa0609 [2021-03-01T21:05:05.970Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-01T21:05:06.231Z] ---> Running in 13eb35e70048 [2021-03-01T21:05:06.231Z] Removing intermediate container 8c4ed56d5964 [2021-03-01T21:05:06.231Z] ---> 2f7e988415c5 [2021-03-01T21:05:06.231Z] Step 18/21 : CMD ["--init=true"] [2021-03-01T21:05:06.495Z] Removing intermediate container 9295f07f33d5 [2021-03-01T21:05:06.495Z] ---> f7462ec1b648 [2021-03-01T21:05:06.495Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-01T21:05:06.495Z] ---> Running in f6ec5aec92cb [2021-03-01T21:05:06.495Z] ---> 8d4084ab030d [2021-03-01T21:05:06.495Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-01T21:05:06.495Z] ---> Running in fffca1e992c7 [2021-03-01T21:05:06.756Z] Removing intermediate container f6ec5aec92cb [2021-03-01T21:05:06.756Z] ---> 4fec0aa3b507 [2021-03-01T21:05:06.756Z] Step 19/21 : LABEL arch=x86_64 [2021-03-01T21:05:07.018Z] ---> Running in 65a2c098a301 [2021-03-01T21:05:07.018Z] Removing intermediate container fffca1e992c7 [2021-03-01T21:05:07.018Z] ---> 804c888c32fc [2021-03-01T21:05:07.018Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-01T21:05:07.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T21:05:07.018Z] ---> 0c3529df3838 [2021-03-01T21:05:07.018Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-01T21:05:07.018Z] ---> Running in d4d887423b92 [2021-03-01T21:05:07.287Z] ---> Running in c89245a4f15f [2021-03-01T21:05:07.287Z] Removing intermediate container 65a2c098a301 [2021-03-01T21:05:07.287Z] ---> 7b547218cdff [2021-03-01T21:05:07.287Z] Step 20/21 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 [2021-03-01T21:05:07.549Z] ---> Running in df94f284a6b9 [2021-03-01T21:05:07.549Z] Removing intermediate container d4d887423b92 [2021-03-01T21:05:07.549Z] ---> 48fb792258bf [2021-03-01T21:05:07.549Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-01T21:05:07.549Z] ---> Running in b569a54e2573 [2021-03-01T21:05:07.549Z] Removing intermediate container df94f284a6b9 [2021-03-01T21:05:07.549Z] ---> 3f9abbbd2c25 [2021-03-01T21:05:07.549Z] Step 21/21 : LABEL version=0.0.0 [2021-03-01T21:05:07.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T21:05:07.810Z] ---> Running in 16b27f861425 [2021-03-01T21:05:08.075Z] Removing intermediate container b569a54e2573 [2021-03-01T21:05:08.075Z] ---> d9010ff278dc [2021-03-01T21:05:08.075Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-01T21:05:08.341Z] Removing intermediate container 16b27f861425 [2021-03-01T21:05:08.341Z] ---> 7732a9f8108b [2021-03-01T21:05:08.341Z] [2021-03-01T21:05:08.341Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-01T21:05:08.341Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-01T21:05:08.601Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-01T21:05:08.601Z] Successfully built 7732a9f8108b [2021-03-01T21:05:08.601Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-01T21:05:08.601Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-01T21:05:08.862Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container c89245a4f15f [2021-03-01T21:05:08.862Z] ---> 19676c72e542 [2021-03-01T21:05:08.862Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-01T21:05:08.862Z] ---> a9d5c7f74a4e [2021-03-01T21:05:08.862Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-01T21:05:08.862Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-01T21:05:08.862Z] ---> Running in 689f08af3bdf [2021-03-01T21:05:08.862Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-01T21:05:09.125Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T21:05:09.125Z] OK: 8 MiB in 20 packages [2021-03-01T21:05:09.125Z] Removing intermediate container 689f08af3bdf [2021-03-01T21:05:09.125Z] ---> 9f03ea56850e [2021-03-01T21:05:09.125Z] Step 22/24 : LABEL arch=x86_64 [2021-03-01T21:05:09.125Z] ---> 806e30790f4b [2021-03-01T21:05:09.125Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-01T21:05:09.125Z] ---> Running in 9378cbeaf0f1 [2021-03-01T21:05:09.387Z] Removing intermediate container 9378cbeaf0f1 [2021-03-01T21:05:09.387Z] ---> 145fb703489a [2021-03-01T21:05:09.387Z] Step 23/24 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 [2021-03-01T21:05:09.647Z] ---> e897515397b4 [2021-03-01T21:05:09.647Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-01T21:05:09.647Z] ---> Running in 92e196b7ad3b [2021-03-01T21:05:09.647Z] ---> Running in 66051ac1fb6b [2021-03-01T21:05:09.647Z] Removing intermediate container 13eb35e70048 [2021-03-01T21:05:09.647Z] ---> 43300b9768db [2021-03-01T21:05:09.647Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T21:05:09.909Z] Removing intermediate container 92e196b7ad3b [2021-03-01T21:05:09.909Z] ---> 957829bf5485 [2021-03-01T21:05:09.909Z] Step 24/24 : LABEL version=0.0.0 [2021-03-01T21:05:10.175Z] ---> Running in 401efebcee4f [2021-03-01T21:05:10.175Z] ---> 8d45bdf786e1 [2021-03-01T21:05:10.175Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-01T21:05:10.437Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T21:05:10.437Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T21:05:10.437Z] Removing intermediate container 401efebcee4f [2021-03-01T21:05:10.437Z] ---> ec4159b42347 [2021-03-01T21:05:10.437Z] [2021-03-01T21:05:10.437Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-01T21:05:10.437Z] (2/33) Installing expat (2.2.9-r1) [2021-03-01T21:05:10.437Z] (3/33) Installing libffi (3.3-r2) [2021-03-01T21:05:10.701Z] (4/33) Installing gdbm (1.13-r1) [2021-03-01T21:05:10.701Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-01T21:05:10.701Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-01T21:05:10.701Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-01T21:05:10.701Z] Successfully built ec4159b42347 [2021-03-01T21:05:10.701Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-01T21:05:14.946Z]  Building docker-security-secretstore-setup-go ... done  ---> 7940bebc5283 [2021-03-01T21:05:14.946Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-01T21:05:14.946Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-01T21:05:14.946Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-01T21:05:14.946Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-01T21:05:14.946Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-01T21:05:14.946Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-01T21:05:14.946Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-01T21:05:14.946Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-01T21:05:14.946Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-01T21:05:14.946Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-01T21:05:14.946Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-01T21:05:14.946Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-01T21:05:14.946Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-01T21:05:14.946Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-01T21:05:15.208Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-01T21:05:15.208Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-01T21:05:15.208Z] ---> 916eeb83536f [2021-03-01T21:05:15.208Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-01T21:05:15.208Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-01T21:05:15.468Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-01T21:05:15.468Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-01T21:05:15.468Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-01T21:05:15.729Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-01T21:05:15.729Z] ---> Running in 01559630a8ac [2021-03-01T21:05:15.729Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-01T21:05:15.729Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-01T21:05:15.729Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-01T21:05:15.729Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-01T21:05:15.729Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-01T21:05:15.729Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-01T21:05:15.729Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T21:05:15.729Z] OK: 71 MiB in 55 packages [2021-03-01T21:05:16.674Z] Removing intermediate container 01559630a8ac [2021-03-01T21:05:16.674Z] ---> b69917bb3dd6 [2021-03-01T21:05:16.674Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T21:05:16.674Z] ---> Running in 442844a19a78 [2021-03-01T21:05:16.950Z] Removing intermediate container 442844a19a78 [2021-03-01T21:05:16.950Z] ---> c18f5bf786d0 [2021-03-01T21:05:16.950Z] Step 21/23 : LABEL arch=x86_64 [2021-03-01T21:05:17.525Z] ---> Running in f19e3e49d516 [2021-03-01T21:05:20.072Z] Removing intermediate container f19e3e49d516 [2021-03-01T21:05:20.072Z] ---> f1f1dd6fa0c0 [2021-03-01T21:05:20.072Z] Step 22/23 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 [2021-03-01T21:05:21.461Z] ---> Running in 110dad45e596 [2021-03-01T21:05:21.461Z] Removing intermediate container 66051ac1fb6b [2021-03-01T21:05:21.461Z] ---> e3a26b4630ec [2021-03-01T21:05:21.461Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-01T21:05:21.461Z] Removing intermediate container 110dad45e596 [2021-03-01T21:05:21.461Z] ---> eddae9545c96 [2021-03-01T21:05:21.461Z] Step 23/23 : LABEL version=0.0.0 [2021-03-01T21:05:21.723Z] ---> Running in 44b6467fecc8 [2021-03-01T21:05:21.723Z] ---> Running in fb6d8fb74787 [2021-03-01T21:05:21.986Z] Removing intermediate container fb6d8fb74787 [2021-03-01T21:05:21.986Z] ---> 3262988cbb69 [2021-03-01T21:05:21.986Z] [2021-03-01T21:05:21.986Z] Successfully built 3262988cbb69 [2021-03-01T21:05:21.986Z] Successfully tagged docker-core-data-go:latest [2021-03-01T21:05:22.928Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-03-01T21:05:22.928Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-01T21:05:23.189Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-01T21:05:23.189Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-01T21:05:23.762Z] Collecting jsonschema<3,>=2.5.1 [2021-03-01T21:05:23.762Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-01T21:05:23.762Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-01T21:05:23.762Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-01T21:05:24.022Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-01T21:05:24.022Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-01T21:05:24.022Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-03-01T21:05:24.290Z] Collecting cached-property<2,>=1.2.0 [2021-03-01T21:05:24.290Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-01T21:05:24.290Z] Collecting texttable<0.10,>=0.9.0 [2021-03-01T21:05:24.290Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-01T21:05:24.863Z] Collecting PyYAML<4,>=3.10 [2021-03-01T21:05:24.863Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-01T21:05:25.816Z] Collecting docker<4.0,>=3.6.0 [2021-03-01T21:05:25.816Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-01T21:05:25.816Z] Collecting docopt<0.7,>=0.6.1 [2021-03-01T21:05:25.816Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-01T21:05:26.391Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-01T21:05:26.391Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-01T21:05:26.392Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-01T21:05:26.392Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-01T21:05:26.392Z] Collecting idna<2.8,>=2.5 [2021-03-01T21:05:26.392Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-01T21:05:26.652Z] Collecting docker-pycreds>=0.4.0 [2021-03-01T21:05:26.652Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-01T21:05:26.652Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-01T21:05:26.652Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-01T21:05:26.652Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-01T21:05:26.652Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-01T21:05:26.652Z] Installing collected packages: dockerpty, jsonschema, urllib3, idna, requests, websocket-client, cached-property, texttable, PyYAML, docker-pycreds, docker, docopt, docker-compose [2021-03-01T21:05:26.652Z] Running setup.py install for dockerpty: started [2021-03-01T21:05:27.222Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-01T21:05:27.222Z] Attempting uninstall: urllib3 [2021-03-01T21:05:27.222Z] Found existing installation: urllib3 1.25.9 [2021-03-01T21:05:27.222Z] Uninstalling urllib3-1.25.9: [2021-03-01T21:05:27.793Z] Successfully uninstalled urllib3-1.25.9 [2021-03-01T21:05:28.069Z] Attempting uninstall: idna [2021-03-01T21:05:28.069Z] Found existing installation: idna 2.9 [2021-03-01T21:05:28.069Z] Uninstalling idna-2.9: [2021-03-01T21:05:28.069Z] Successfully uninstalled idna-2.9 [2021-03-01T21:05:28.069Z] Attempting uninstall: requests [2021-03-01T21:05:28.069Z] Found existing installation: requests 2.23.0 [2021-03-01T21:05:28.069Z] Uninstalling requests-2.23.0: [2021-03-01T21:05:28.331Z] Successfully uninstalled requests-2.23.0 [2021-03-01T21:05:28.331Z] Running setup.py install for texttable: started [2021-03-01T21:05:28.904Z] Running setup.py install for texttable: finished with status 'done' [2021-03-01T21:05:28.904Z] Running setup.py install for PyYAML: started [2021-03-01T21:05:29.475Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-01T21:05:29.736Z] Running setup.py install for docopt: started [2021-03-01T21:05:29.997Z] Running setup.py install for docopt: finished with status 'done' [2021-03-01T21:05:30.259Z] 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-03-01T21:05:33.561Z] Removing intermediate container 44b6467fecc8 [2021-03-01T21:05:33.561Z] ---> a4b6c6d396dd [2021-03-01T21:05:33.561Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-01T21:05:33.561Z] ---> Running in 000048b0079a [2021-03-01T21:05:34.133Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T21:05:34.134Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T21:05:34.134Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-01T21:05:34.134Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-01T21:05:34.395Z] (3/3) Installing curl (7.69.1-r3) [2021-03-01T21:05:34.395Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T21:05:34.395Z] OK: 72 MiB in 58 packages [2021-03-01T21:05:34.658Z] Removing intermediate container 000048b0079a [2021-03-01T21:05:34.658Z] ---> ecfa06c0c662 [2021-03-01T21:05:34.658Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-01T21:05:34.658Z] ---> Running in a37cfc3d642e [2021-03-01T21:05:34.918Z] Removing intermediate container a37cfc3d642e [2021-03-01T21:05:34.918Z] ---> ccebbba0160f [2021-03-01T21:05:34.918Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T21:05:34.918Z] ---> Running in c03e90c93a0c [2021-03-01T21:05:35.180Z] Removing intermediate container c03e90c93a0c [2021-03-01T21:05:35.180Z] ---> c458113e75ef [2021-03-01T21:05:35.180Z] Step 24/26 : LABEL arch=x86_64 [2021-03-01T21:05:35.180Z] ---> Running in 10fb139eaa4e [2021-03-01T21:05:35.443Z] Removing intermediate container 10fb139eaa4e [2021-03-01T21:05:35.443Z] ---> b148a7ddcfeb [2021-03-01T21:05:35.443Z] Step 25/26 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 [2021-03-01T21:05:35.443Z] ---> Running in 6404752ad77e [2021-03-01T21:05:35.443Z] Removing intermediate container 6404752ad77e [2021-03-01T21:05:35.443Z] ---> 94e4ff9dd27a [2021-03-01T21:05:35.443Z] Step 26/26 : LABEL version=0.0.0 [2021-03-01T21:05:35.704Z] ---> Running in c14a72e23f31 [2021-03-01T21:05:35.704Z] Removing intermediate container c14a72e23f31 [2021-03-01T21:05:35.704Z] ---> 5178f7356e9c [2021-03-01T21:05:35.704Z] [2021-03-01T21:05:35.965Z] Successfully built 5178f7356e9c [2021-03-01T21:05:35.965Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-01T21:05:36.920Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-01T21:05:36.962Z] $ docker stop --time=1 cf13de2a4ab2abcf10b3bd970a412cb89b763c8098cacf3e246594344d11cf19 [2021-03-01T21:05:38.525Z] $ docker rm -f cf13de2a4ab2abcf10b3bd970a412cb89b763c8098cacf3e246594344d11cf19 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-01T21:05:39.107Z] + docker images [2021-03-01T21:05:39.107Z] + grep docker [2021-03-01T21:05:39.678Z] docker-sys-mgmt-agent-go latest 5178f7356e9c 4 seconds ago 313MB [2021-03-01T21:05:39.678Z] docker-core-data-go latest 3262988cbb69 18 seconds ago 22.4MB [2021-03-01T21:05:39.678Z] docker-security-secretstore-setup-go latest ec4159b42347 29 seconds ago 24.9MB [2021-03-01T21:05:39.678Z] docker-security-proxy-setup-go latest 7732a9f8108b 31 seconds ago 24.7MB [2021-03-01T21:05:39.679Z] docker-security-bootstrapper-go latest 3e55a618d8e5 2 minutes ago 18.7MB [2021-03-01T21:05:39.679Z] docker-core-metadata-go latest b07837686c79 2 minutes ago 19MB [2021-03-01T21:05:39.679Z] docker-core-command-go latest 8a5ae932404d 2 minutes ago 17MB [2021-03-01T21:05:39.679Z] docker-support-notifications-go latest 0fb8d0bf004f 2 minutes ago 17.8MB [2021-03-01T21:05:39.679Z] docker-support-scheduler-go latest 5b6ce749b545 2 minutes ago 17.2MB [2021-03-01T21:05:39.679Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-01T21:05:55.606Z] Still waiting to schedule task [2021-03-01T21:05:55.606Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-01T21:06:09.367Z] gofmt -l . [2021-03-01T21:06:09.367Z] [ "`gofmt -l .`" = "" ] [2021-03-01T21:06:09.367Z] ./bin/test-go-mod-tidy.sh [2021-03-01T21:06:09.367Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-01T21:06:10.024Z] + ls -al . [2021-03-01T21:06:10.024Z] total 740 [2021-03-01T21:06:10.024Z] drwxrwxr-x 9 1001 1001 4096 Mar 1 21:06 . [2021-03-01T21:06:10.024Z] drwxr-xr-x 4 root root 4096 Mar 1 21:01 .. [2021-03-01T21:06:10.024Z] -rw-rw-r-- 1 1001 1001 11 Mar 1 21:00 .dockerignore [2021-03-01T21:06:10.024Z] drwxrwxr-x 8 1001 1001 4096 Mar 1 21:00 .git [2021-03-01T21:06:10.024Z] drwxrwxr-x 3 1001 1001 4096 Mar 1 21:00 .github [2021-03-01T21:06:10.024Z] -rw-rw-r-- 1 1001 1001 818 Mar 1 21:00 .gitignore [2021-03-01T21:06:10.024Z] -rw-rw-r-- 1 1001 1001 166 Mar 1 21:00 .sonarcloud.properties [2021-03-01T21:06:10.024Z] -rw-rw-r-- 1 1001 1001 8475 Mar 1 21:00 Attribution.txt [2021-03-01T21:06:10.024Z] -rw-rw-r-- 1 1001 1001 3804 Mar 1 21:00 CONTRIBUTING.md [2021-03-01T21:06:10.024Z] -rw-rw-r-- 1 1001 1001 931 Mar 1 21:00 Dockerfile.build [2021-03-01T21:06:10.024Z] -rw-rw-r-- 1 1001 1001 863 Mar 1 21:00 Jenkinsfile [2021-03-01T21:06:10.024Z] -rw-rw-r-- 1 1001 1001 10775 Mar 1 21:00 LICENSE [2021-03-01T21:06:10.024Z] -rw-rw-r-- 1 1001 1001 5774 Mar 1 21:00 Makefile [2021-03-01T21:06:10.024Z] -rw-rw-r-- 1 1001 1001 6524 Mar 1 21:00 README.md [2021-03-01T21:06:10.024Z] -rw-rw-r-- 1 1001 1001 6755 Mar 1 21:00 SECURITY.md [2021-03-01T21:06:10.024Z] -rw-rw-r-- 1 1001 1001 5 Mar 1 20:57 VERSION [2021-03-01T21:06:10.024Z] -rw-rw-r-- 1 1001 1001 4131 Mar 1 21:00 ZMQWindows.md [2021-03-01T21:06:10.024Z] drwxrwxr-x 2 1001 1001 4096 Mar 1 21:00 bin [2021-03-01T21:06:10.024Z] drwxrwxr-x 14 1001 1001 4096 Mar 1 21:00 cmd [2021-03-01T21:06:10.024Z] -rw-r--r-- 1 root root 600568 Mar 1 21:04 coverage.out [2021-03-01T21:06:10.024Z] -rw-r--r-- 1 root root 1055 Mar 1 21:06 go.mod [2021-03-01T21:06:10.024Z] -rw-r--r-- 1 root root 21699 Mar 1 21:06 go.sum [2021-03-01T21:06:10.024Z] drwxrwxr-x 8 1001 1001 4096 Mar 1 21:00 internal [2021-03-01T21:06:10.024Z] drwxrwxr-x 4 1001 1001 4096 Mar 1 21:00 openapi [2021-03-01T21:06:10.024Z] drwxrwxr-x 4 1001 1001 4096 Mar 1 21:00 snap [2021-03-01T21:06:10.024Z] -rw-rw-r-- 1 1001 1001 168 Mar 1 21:00 version.go [Pipeline] sh [2021-03-01T21:06:10.673Z] + '[' -e coverage.out ] [2021-03-01T21:06:10.673Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-01T21:06:10.743Z] Warning: overwriting stash ‘coverage-report’ [2021-03-01T21:06:11.970Z] Stashed 1 file(s) [Pipeline] sh [2021-03-01T21:06:12.640Z] + make build [2021-03-01T21:06:12.640Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-01T21:06:22.783Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-01T21:06:49.585Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-01T21:06:51.560Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-01T21:06:52.668Z] Running on prd-ubuntu18.04-docker-8c-8g-28100 in /w/workspace/edgexfoundry_edgex-go_PR-3206 [Pipeline] { [Pipeline] ws [2021-03-01T21:06:52.761Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-01T21:06:54.802Z] using credential edgex-jenkins-ssh [2021-03-01T21:06:54.854Z] Cloning the remote Git repository [2021-03-01T21:06:54.889Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-01T21:06:54.960Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-01T21:06:54.995Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-01T21:06:54.996Z] > git --version # timeout=10 [2021-03-01T21:06:55.008Z] > git --version # 'git version 2.17.1' [2021-03-01T21:06:55.009Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-01T21:06:55.040Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-01T21:06:56.956Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-01T21:06:57.933Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-01T21:07:04.659Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-01T21:07:05.553Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-01T21:07:05.560Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-01T21:07:05.571Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-01T21:07:05.582Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-01T21:07:05.582Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-01T21:07:05.588Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3206/head:refs/remotes/origin/PR-3206 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-01T21:07:06.223Z] Merging remotes/origin/master commit c501ec80a15903c04bbfabfe9c8b77aea5670573 into PR head commit 2577f09d3b8037d11b31f6b7e5c935e548015290 [2021-03-01T21:07:06.353Z] Merge succeeded, producing 2577f09d3b8037d11b31f6b7e5c935e548015290 [2021-03-01T21:07:06.354Z] Checking out Revision 2577f09d3b8037d11b31f6b7e5c935e548015290 (PR-3206) [2021-03-01T21:07:06.239Z] > git config core.sparsecheckout # timeout=10 [2021-03-01T21:07:06.249Z] > git checkout -f 2577f09d3b8037d11b31f6b7e5c935e548015290 # timeout=10 [2021-03-01T21:07:06.331Z] > git remote # timeout=10 [2021-03-01T21:07:06.338Z] > git config --get remote.origin.url # timeout=10 [2021-03-01T21:07:06.343Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-01T21:07:06.346Z] > git merge c501ec80a15903c04bbfabfe9c8b77aea5670573 # timeout=10 [2021-03-01T21:07:06.354Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-01T21:07:06.362Z] > git config core.sparsecheckout # timeout=10 [2021-03-01T21:07:06.367Z] > git checkout -f 2577f09d3b8037d11b31f6b7e5c935e548015290 # timeout=10 [2021-03-01T21:07:08.974Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-01T21:07:10.123Z] Commit message: "fix: Enable proper configuration for SecretStore initialization" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-01T21:07:11.454Z] + echo snap-build.sh [2021-03-01T21:07:11.454Z] snap-build.sh [2021-03-01T21:07:11.454Z] + SNAP_BASE_DIR=. [2021-03-01T21:07:11.454Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-03-01T21:07:11.454Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-03-01T21:07:11.454Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-03-01T21:07:11.454Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-03-01T21:07:11.454Z] + cd /w/workspace/edgex-go/2 [2021-03-01T21:07:11.454Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-01T21:07:11.454Z] Reading package lists... [2021-03-01T21:07:11.454Z] Building dependency tree... [2021-03-01T21:07:11.454Z] Reading state information... [2021-03-01T21:07:11.720Z] The following packages were automatically installed and are no longer required: [2021-03-01T21:07:11.720Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-01T21:07:11.720Z] uidmap xdelta3 [2021-03-01T21:07:11.720Z] Use 'sudo apt autoremove' to remove them. [2021-03-01T21:07:11.720Z] The following packages will be REMOVED: [2021-03-01T21:07:11.720Z] lxd* lxd-client* [2021-03-01T21:07:12.299Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-01T21:07:12.299Z] After this operation, 31.7 MB disk space will be freed. [2021-03-01T21:07:13.280Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-01T21:07:13.350Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-01T21:07:13.351Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-01T21:07:14.294Z] Removing lxd dnsmasq configuration [2021-03-01T21:07:14.294Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-01T21:07:14.556Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-01T21:07:15.943Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-01T21:07:16.204Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-01T21:07:16.205Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-01T21:07:17.590Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-01T21:07:17.590Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-01T21:07:18.979Z] + sudo snap remove --purge lxd [2021-03-01T21:07:18.979Z] snap "lxd" is not installed [2021-03-01T21:07:18.979Z] + sudo groupadd --force --system lxd [2021-03-01T21:07:18.979Z] ++ whoami [2021-03-01T21:07:18.979Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-01T21:07:19.240Z] + newgrp - lxd [2021-03-01T21:07:19.240Z] + sudo snap install lxd [2021-03-01T21:07:19.990Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-01T21:07:24.296Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-01T21:07:28.612Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-01T21:07:29.271Z] 2021-03-01T21:07:26Z INFO Waiting for automatic snapd restart... [Pipeline] } [2021-03-01T21:07:35.330Z] $ docker stop --time=1 a953c2259f4772bc674f4ae630aff65a0de9e81f47708102749393e9af936dd6 [2021-03-01T21:07:37.952Z] $ docker rm -f a953c2259f4772bc674f4ae630aff65a0de9e81f47708102749393e9af936dd6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T21:07:39.970Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-01T21:07:40.240Z] [2021-03-01T21:07:40.240Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-01T21:07:40.668Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-01T21:07:40.939Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-01T21:07:40.939Z] 29e5d40040c1: Pulling fs layer [2021-03-01T21:07:40.939Z] 1ce36da41761: Pulling fs layer [2021-03-01T21:07:40.939Z] 25b303627fd3: Pulling fs layer [2021-03-01T21:07:41.531Z] 29e5d40040c1: Verifying Checksum [2021-03-01T21:07:41.531Z] 29e5d40040c1: Download complete [2021-03-01T21:07:42.127Z] 1ce36da41761: Verifying Checksum [2021-03-01T21:07:42.127Z] 1ce36da41761: Download complete [2021-03-01T21:07:42.400Z] 29e5d40040c1: Pull complete [2021-03-01T21:07:43.836Z] 1ce36da41761: Pull complete [2021-03-01T21:07:43.836Z] 25b303627fd3: Verifying Checksum [2021-03-01T21:07:43.836Z] 25b303627fd3: Download complete [2021-03-01T21:07:51.253Z] lxd 4.11 from Canonical* installed [2021-03-01T21:07:51.253Z] + sudo lxd init --auto [2021-03-01T21:07:53.969Z] 25b303627fd3: Pull complete [2021-03-01T21:07:53.969Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-01T21:07:53.969Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-01T21:07:53.969Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-01T21:07:54.183Z] prd-ubuntu18.04-docker-arm64-4c-16g-28098 does not seem to be running inside a container [2021-03-01T21:07:54.247Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-01T21:07:56.553Z] + sudo snap install --classic snapcraft [2021-03-01T21:07:57.112Z] $ docker top 622cff1d721b1f7f4a4889088481f3153f3613752e275ef7cf9a08fc0312d2f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-01T21:07:58.114Z] + docker-compose build --help [2021-03-01T21:07:58.114Z] + grep parallel [2021-03-01T21:08:01.490Z] --parallel Build images in parallel. [Pipeline] } [2021-03-01T21:08:01.509Z] $ docker stop --time=1 622cff1d721b1f7f4a4889088481f3153f3613752e275ef7cf9a08fc0312d2f0 [2021-03-01T21:08:01.876Z] snapcraft 4.5.1 from Canonical* installed [2021-03-01T21:08:01.877Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-01T21:08:01.877Z] + patch --verbose -p1 [2021-03-01T21:08:01.877Z] Hmm... Looks like a unified diff to me... [2021-03-01T21:08:01.877Z] The text leading up to this was: [2021-03-01T21:08:01.877Z] -------------------------- [2021-03-01T21:08:01.877Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-01T21:08:01.877Z] |From: Tony Espy [2021-03-01T21:08:01.877Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-01T21:08:01.877Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-01T21:08:01.877Z] | [2021-03-01T21:08:01.877Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-01T21:08:01.877Z] |optimize the snap CI check run for pull requests. When [2021-03-01T21:08:01.877Z] |applied, it essentially strips out everything (apps and [2021-03-01T21:08:01.877Z] |parts) from the snapcraft.yaml file except those required [2021-03-01T21:08:01.877Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-01T21:08:01.877Z] |catch changes to edgex-go that break the snap build. [2021-03-01T21:08:01.877Z] | [2021-03-01T21:08:01.877Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-01T21:08:01.877Z] |to update this patch file, otherwise it may fail to apply, [2021-03-01T21:08:01.877Z] |resulting in a failed snap build CI check in the associated [2021-03-01T21:08:01.877Z] |pull request. [2021-03-01T21:08:01.877Z] | [2021-03-01T21:08:01.877Z] |Note - in addition to applying this patch, the pipeline also [2021-03-01T21:08:01.877Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-01T21:08:01.877Z] |need to build the finally binary .snap file (and it won't [2021-03-01T21:08:01.877Z] |work with the patch applied). This further reduces the build [2021-03-01T21:08:01.877Z] |time. [2021-03-01T21:08:01.877Z] |--- [2021-03-01T21:08:01.877Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-01T21:08:01.877Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-01T21:08:01.877Z] | [2021-03-01T21:08:01.877Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-01T21:08:01.877Z] |index 1e537489..faf42425 100644 [2021-03-01T21:08:01.877Z] |--- a/snap/snapcraft.yaml [2021-03-01T21:08:01.877Z] |+++ b/snap/snapcraft.yaml [2021-03-01T21:08:01.877Z] -------------------------- [2021-03-01T21:08:01.877Z] patching file snap/snapcraft.yaml [2021-03-01T21:08:01.877Z] Using Plan A... [2021-03-01T21:08:01.877Z] Hunk #1 succeeded at 73. [2021-03-01T21:08:01.877Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-01T21:08:01.877Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-01T21:08:01.877Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-01T21:08:01.877Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-01T21:08:01.877Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-01T21:08:01.877Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-01T21:08:01.877Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-01T21:08:01.877Z] Hmm... Ignoring the trailing garbage. [2021-03-01T21:08:01.877Z] done [2021-03-01T21:08:01.877Z] + sudo snapcraft prime --use-lxd [2021-03-01T21:08:02.819Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-01T21:08:02.819Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-01T21:08:02.819Z] - README.md [2021-03-01T21:08:02.819Z] - snapcraft.yaml.orig [2021-03-01T21:08:02.819Z] [2021-03-01T21:08:02.819Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-01T21:08:03.502Z] $ docker rm -f 622cff1d721b1f7f4a4889088481f3153f3613752e275ef7cf9a08fc0312d2f0 [2021-03-01T21:08:03.772Z] Launching a container. [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T21:08:04.436Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-01T21:08:04.436Z] . [Pipeline] withDockerContainer [2021-03-01T21:08:04.727Z] prd-ubuntu18.04-docker-arm64-4c-16g-28098 does not seem to be running inside a container [2021-03-01T21:08:04.819Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-01T21:08:06.257Z] $ docker top 146d98932261c9b581a5324ecb0d2defcd8957fbebc5b27b91ad19b3a3bb5e1f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-01T21:08:07.274Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-01T21:08:10.643Z] Building docker-core-command-go ... [2021-03-01T21:08:10.643Z] Building docker-core-data-go ... [2021-03-01T21:08:10.643Z] Building docker-core-metadata-go ... [2021-03-01T21:08:10.643Z] Building docker-security-bootstrapper-go ... [2021-03-01T21:08:10.643Z] Building docker-security-proxy-setup-go ... [2021-03-01T21:08:10.643Z] Building docker-security-secretstore-setup-go ... [2021-03-01T21:08:10.643Z] Building docker-support-notifications-go ... [2021-03-01T21:08:10.643Z] Building docker-support-scheduler-go ... [2021-03-01T21:08:10.643Z] Building docker-sys-mgmt-agent-go ... [2021-03-01T21:08:10.643Z] Building docker-security-proxy-setup-go [2021-03-01T21:08:10.643Z] Building docker-core-metadata-go [2021-03-01T21:08:10.643Z] Building docker-support-scheduler-go [2021-03-01T21:08:10.643Z] Building docker-security-bootstrapper-go [2021-03-01T21:08:10.643Z] Building docker-support-notifications-go [2021-03-01T21:08:16.020Z] Waiting for container to be ready [2021-03-01T21:08:16.020Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-01T21:08:16.020Z] [2021-03-01T21:08:18.568Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-01T21:08:18.828Z] Waiting for network to be ready... [2021-03-01T21:08:19.089Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-01T21:08:19.350Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-03-01T21:08:19.350Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-01T21:08:19.350Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-01T21:08:19.350Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] [2021-03-01T21:08:19.350Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] [2021-03-01T21:08:19.350Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] [2021-03-01T21:08:19.350Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] [2021-03-01T21:08:19.350Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-03-01T21:08:19.350Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-01T21:08:19.611Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-01T21:08:19.873Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-01T21:08:20.134Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-01T21:08:20.134Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-01T21:08:20.134Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-01T21:08:20.134Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-01T21:08:20.134Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-01T21:08:20.134Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-01T21:08:20.709Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-01T21:08:20.709Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-01T21:08:20.970Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-01T21:08:20.970Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] [2021-03-01T21:08:20.970Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] [2021-03-01T21:08:20.970Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] [2021-03-01T21:08:20.970Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] [2021-03-01T21:08:20.970Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-01T21:08:20.970Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-01T21:08:22.889Z] Fetched 24.0 MB in 4s (5978 kB/s) [2021-03-01T21:08:23.833Z] Reading package lists... [2021-03-01T21:08:24.094Z] Reading package lists... [2021-03-01T21:08:24.355Z] Building dependency tree... [2021-03-01T21:08:24.355Z] Reading state information... [2021-03-01T21:08:24.355Z] The following additional packages will be installed: [2021-03-01T21:08:24.355Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-01T21:08:24.355Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-01T21:08:24.355Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-01T21:08:24.355Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-01T21:08:24.355Z] Suggested packages: [2021-03-01T21:08:24.355Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-01T21:08:24.355Z] Recommended packages: [2021-03-01T21:08:24.355Z] gnupg libsasl2-modules [2021-03-01T21:08:24.355Z] The following NEW packages will be installed: [2021-03-01T21:08:24.355Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-01T21:08:24.355Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-01T21:08:24.355Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-01T21:08:24.355Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-01T21:08:24.355Z] The following packages will be upgraded: [2021-03-01T21:08:24.355Z] gpg gpg-agent gpgconf libudev1 [2021-03-01T21:08:24.617Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-01T21:08:24.617Z] Need to get 3530 kB of archives. [2021-03-01T21:08:24.617Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-01T21:08:24.617Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-01T21:08:24.877Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-01T21:08:24.877Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-01T21:08:24.877Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-01T21:08:24.877Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-01T21:08:25.138Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-01T21:08:25.399Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-01T21:08:25.399Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-01T21:08:25.399Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-01T21:08:25.399Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-01T21:08:25.399Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-01T21:08:25.399Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-01T21:08:25.399Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-01T21:08:25.399Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-01T21:08:25.399Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-01T21:08:25.399Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-01T21:08:25.660Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-01T21:08:25.660Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-01T21:08:25.660Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-01T21:08:25.660Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-01T21:08:25.660Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-01T21:08:25.660Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-01T21:08:25.660Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-01T21:08:25.660Z] Fetched 3530 kB in 1s (3167 kB/s) [2021-03-01T21:08:25.660Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-01T21:08:25.660Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-01T21:08:25.921Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-01T21:08:25.921Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-01T21:08:25.921Z] Selecting previously unselected package udev. [2021-03-01T21:08:25.921Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-01T21:08:25.921Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-01T21:08:26.184Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-01T21:08:26.444Z] Selecting previously unselected package libfuse2:amd64. [2021-03-01T21:08:26.444Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-01T21:08:26.444Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-01T21:08:26.444Z] Selecting previously unselected package fuse. [2021-03-01T21:08:26.444Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-01T21:08:26.444Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-01T21:08:26.444Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-01T21:08:26.706Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-01T21:08:26.706Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-01T21:08:26.706Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-01T21:08:26.969Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-01T21:08:26.969Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-01T21:08:26.969Z] Selecting previously unselected package libksba8:amd64. [2021-03-01T21:08:26.969Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-01T21:08:26.969Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-01T21:08:27.230Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-01T21:08:27.230Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-01T21:08:27.230Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T21:08:27.230Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-01T21:08:27.230Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-01T21:08:27.230Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T21:08:27.490Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-01T21:08:27.490Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-01T21:08:27.490Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T21:08:27.490Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-01T21:08:27.491Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-01T21:08:27.491Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T21:08:27.491Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-01T21:08:27.491Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-01T21:08:27.491Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T21:08:27.751Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-01T21:08:27.751Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-01T21:08:27.751Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T21:08:27.751Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-01T21:08:27.751Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-01T21:08:27.751Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T21:08:28.013Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-01T21:08:28.013Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-01T21:08:28.013Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T21:08:28.013Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-01T21:08:28.013Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-01T21:08:28.013Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T21:08:28.013Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-01T21:08:28.013Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-01T21:08:28.013Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-01T21:08:28.274Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-01T21:08:28.274Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-01T21:08:28.274Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-01T21:08:28.274Z] Selecting previously unselected package libldap-common. [2021-03-01T21:08:28.274Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-01T21:08:28.274Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-01T21:08:28.274Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-01T21:08:28.274Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-01T21:08:28.274Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-01T21:08:28.536Z] Selecting previously unselected package dirmngr. [2021-03-01T21:08:28.536Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-01T21:08:28.536Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-01T21:08:28.536Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-01T21:08:28.536Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-01T21:08:28.536Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-01T21:08:28.797Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-01T21:08:28.797Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-01T21:08:28.797Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-01T21:08:28.797Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T21:08:28.797Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-01T21:08:28.797Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-01T21:08:28.797Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-01T21:08:29.059Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-01T21:08:29.319Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T21:08:29.319Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-01T21:08:29.319Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-01T21:08:29.319Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-01T21:08:29.582Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T21:08:29.582Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T21:08:29.582Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T21:08:29.582Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T21:08:29.582Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T21:08:29.582Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T21:08:29.582Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T21:08:29.582Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-01T21:08:29.582Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-01T21:08:29.582Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-01T21:08:30.154Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-01T21:08:30.154Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-01T21:08:30.154Z] This means they are not meant to be enabled using systemctl. [2021-03-01T21:08:30.154Z] Possible reasons for having this kind of units are: [2021-03-01T21:08:30.154Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-01T21:08:30.154Z] .wants/ or .requires/ directory. [2021-03-01T21:08:30.154Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-01T21:08:30.154Z] a requirement dependency on it. [2021-03-01T21:08:30.154Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-01T21:08:30.154Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-01T21:08:30.154Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-01T21:08:30.154Z] instance name specified. [2021-03-01T21:08:30.416Z] Reading package lists... [2021-03-01T21:08:30.676Z] Building dependency tree... [2021-03-01T21:08:30.676Z] Reading state information... [2021-03-01T21:08:30.676Z] The following additional packages will be installed: [2021-03-01T21:08:30.676Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-01T21:08:30.676Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-01T21:08:30.676Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-01T21:08:30.676Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-01T21:08:30.676Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-01T21:08:30.676Z] Suggested packages: [2021-03-01T21:08:30.676Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-01T21:08:30.676Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-01T21:08:30.676Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-01T21:08:30.676Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-01T21:08:30.676Z] systemd-container policykit-1 [2021-03-01T21:08:30.676Z] Recommended packages: [2021-03-01T21:08:30.676Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-01T21:08:30.676Z] The following NEW packages will be installed: [2021-03-01T21:08:30.676Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-01T21:08:30.676Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-01T21:08:30.676Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-01T21:08:30.676Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-01T21:08:30.676Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-01T21:08:30.676Z] The following packages will be upgraded: [2021-03-01T21:08:30.676Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-01T21:08:30.676Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-01T21:08:30.676Z] Need to get 35.2 MB of archives. [2021-03-01T21:08:30.676Z] After this operation, 141 MB of additional disk space will be used. [2021-03-01T21:08:30.676Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-01T21:08:30.937Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-01T21:08:30.937Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-01T21:08:30.937Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-01T21:08:30.937Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-01T21:08:30.937Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-01T21:08:30.937Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-01T21:08:30.937Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-01T21:08:30.937Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-01T21:08:30.937Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-01T21:08:30.937Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-01T21:08:31.198Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-01T21:08:31.198Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-01T21:08:31.198Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-01T21:08:31.198Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-01T21:08:31.198Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-01T21:08:31.198Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-01T21:08:31.198Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-01T21:08:31.198Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-01T21:08:32.141Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-01T21:08:32.141Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-01T21:08:32.141Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-01T21:08:32.141Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-01T21:08:32.141Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-01T21:08:32.141Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-01T21:08:32.141Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-01T21:08:32.141Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-01T21:08:32.141Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-01T21:08:32.141Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-01T21:08:32.141Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-01T21:08:32.141Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-01T21:08:32.141Z] Fetched 35.2 MB in 1s (26.0 MB/s) [2021-03-01T21:08:32.401Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-01T21:08:32.401Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-01T21:08:32.401Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-01T21:08:32.974Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-01T21:08:32.974Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-01T21:08:33.235Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-01T21:08:33.235Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-01T21:08:33.235Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-01T21:08:33.236Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-01T21:08:33.496Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-01T21:08:33.496Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-01T21:08:33.496Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-01T21:08:33.496Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-01T21:08:34.068Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-01T21:08:34.068Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-01T21:08:34.330Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-01T21:08:34.596Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-01T21:08:34.596Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-01T21:08:34.596Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-01T21:08:34.857Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-01T21:08:34.857Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-01T21:08:34.857Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-01T21:08:34.857Z] Selecting previously unselected package libexpat1:amd64. [2021-03-01T21:08:35.118Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-01T21:08:35.118Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-01T21:08:35.118Z] Selecting previously unselected package python3.6-minimal. [2021-03-01T21:08:35.118Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-01T21:08:35.118Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-01T21:08:35.382Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-01T21:08:35.382Z] Checking for services that may need to be restarted...done. [2021-03-01T21:08:35.382Z] Checking for services that may need to be restarted...done. [2021-03-01T21:08:35.643Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-01T21:08:35.643Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-01T21:08:35.643Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-01T21:08:36.215Z] Selecting previously unselected package python3-minimal. [2021-03-01T21:08:36.215Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-01T21:08:36.215Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-01T21:08:36.215Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-01T21:08:36.215Z] Selecting previously unselected package mime-support. [2021-03-01T21:08:36.215Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-01T21:08:36.215Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-01T21:08:36.215Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-01T21:08:36.215Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-01T21:08:36.216Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-01T21:08:36.477Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-01T21:08:36.477Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-01T21:08:36.477Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-01T21:08:36.738Z] Selecting previously unselected package python3.6. [2021-03-01T21:08:36.738Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-01T21:08:36.738Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-01T21:08:36.738Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-01T21:08:36.738Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-01T21:08:36.738Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-01T21:08:36.999Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-01T21:08:37.260Z] Selecting previously unselected package python3. [2021-03-01T21:08:37.260Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-01T21:08:37.260Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-01T21:08:37.260Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-01T21:08:37.260Z] Selecting previously unselected package multiarch-support. [2021-03-01T21:08:37.260Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-01T21:08:37.260Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-01T21:08:37.260Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-01T21:08:37.520Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-01T21:08:37.520Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-01T21:08:37.520Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-01T21:08:37.520Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-01T21:08:37.520Z] Selecting previously unselected package libbsd0:amd64. [2021-03-01T21:08:37.520Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-01T21:08:37.520Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-01T21:08:37.781Z] Selecting previously unselected package sudo. [2021-03-01T21:08:37.781Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-01T21:08:37.781Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-01T21:08:37.781Z] Selecting previously unselected package apparmor. [2021-03-01T21:08:37.781Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-01T21:08:37.781Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-01T21:08:38.354Z] Selecting previously unselected package libedit2:amd64. [2021-03-01T21:08:38.354Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-01T21:08:38.354Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-01T21:08:38.354Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-01T21:08:38.354Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-01T21:08:38.354Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-01T21:08:38.615Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-01T21:08:38.615Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-01T21:08:38.615Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-01T21:08:38.877Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-01T21:08:38.877Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-01T21:08:38.877Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-01T21:08:38.877Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-01T21:08:38.877Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-01T21:08:38.877Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-01T21:08:39.138Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-01T21:08:39.138Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-01T21:08:39.138Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-01T21:08:39.138Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-01T21:08:39.138Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-01T21:08:39.138Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-01T21:08:39.399Z] Selecting previously unselected package openssh-client. [2021-03-01T21:08:39.399Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-01T21:08:39.399Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-01T21:08:39.399Z] Selecting previously unselected package squashfs-tools. [2021-03-01T21:08:39.399Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-01T21:08:39.399Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-01T21:08:39.659Z] Selecting previously unselected package snapd. [2021-03-01T21:08:39.659Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-01T21:08:39.659Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-01T21:08:41.575Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-01T21:08:41.575Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-01T21:08:41.851Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-01T21:08:41.851Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-01T21:08:41.851Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-01T21:08:41.851Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-01T21:08:41.851Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-01T21:08:42.111Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-01T21:08:42.111Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-01T21:08:42.683Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-01T21:08:42.683Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-01T21:08:42.943Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-01T21:08:42.943Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-01T21:08:42.943Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-01T21:08:42.943Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-01T21:08:43.891Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-01T21:08:44.257Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-01T21:08:44.518Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-01T21:08:44.518Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-01T21:08:44.518Z] running python rtupdate hooks for python3.6... [2021-03-01T21:08:44.518Z] running python post-rtupdate hooks for python3.6... [2021-03-01T21:08:44.780Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-01T21:08:46.167Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-01T21:08:46.428Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-01T21:08:46.428Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-01T21:08:46.690Z] Setting up snapd (2.48.3+18.04) ... [2021-03-01T21:08:46.950Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-01T21:08:47.211Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-01T21:08:47.472Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-01T21:08:47.472Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-01T21:08:47.733Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-01T21:08:47.733Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-01T21:08:47.994Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-01T21:08:47.994Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-01T21:08:48.255Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-01T21:08:48.516Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-01T21:08:48.516Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-03-01T21:08:48.516Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-01T21:08:48.777Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-01T21:08:49.721Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-01T21:08:49.721Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-01T21:08:49.721Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-01T21:08:50.929Z] Reading package lists... [2021-03-01T21:08:51.189Z] Reading package lists... [2021-03-01T21:08:51.189Z] Building dependency tree... [2021-03-01T21:08:51.189Z] Reading state information... [2021-03-01T21:08:51.450Z] Calculating upgrade... [2021-03-01T21:08:51.450Z] The following packages will be upgraded: [2021-03-01T21:08:51.450Z] advancecomp base-files bash binutils binutils-common [2021-03-01T21:08:51.450Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-01T21:08:51.450Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-01T21:08:51.450Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-01T21:08:51.450Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-01T21:08:51.450Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-01T21:08:51.450Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-01T21:08:51.450Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-01T21:08:51.450Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-01T21:08:51.450Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-01T21:08:51.450Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-01T21:08:51.450Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-01T21:08:51.450Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-01T21:08:51.450Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-01T21:08:51.450Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-01T21:08:51.450Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-01T21:08:51.450Z] Need to get 63.8 MB of archives. [2021-03-01T21:08:51.450Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-01T21:08:51.450Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-01T21:08:51.713Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-01T21:08:51.713Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-01T21:08:51.713Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-01T21:08:51.713Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-01T21:08:51.713Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-01T21:08:51.713Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-01T21:08:51.713Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-01T21:08:51.713Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-01T21:08:51.713Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-01T21:08:51.713Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-01T21:08:51.713Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-01T21:08:51.713Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-01T21:08:51.713Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-01T21:08:51.713Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-01T21:08:51.713Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-01T21:08:51.713Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-01T21:08:51.713Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-01T21:08:51.713Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-01T21:08:51.713Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-01T21:08:51.973Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-01T21:08:51.973Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-01T21:08:51.973Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-01T21:08:51.973Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-01T21:08:51.973Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-01T21:08:51.973Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-01T21:08:51.973Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-01T21:08:51.973Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-01T21:08:51.973Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-01T21:08:51.973Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-01T21:08:51.973Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-01T21:08:51.973Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-01T21:08:51.973Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-01T21:08:51.973Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-01T21:08:51.973Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-01T21:08:51.973Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-03-01T21:08:51.973Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-01T21:08:51.973Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-01T21:08:51.973Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-01T21:08:51.973Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-01T21:08:51.973Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-01T21:08:51.973Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-01T21:08:51.973Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-01T21:08:51.973Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-01T21:08:51.973Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-01T21:08:51.973Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-01T21:08:51.973Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-01T21:08:51.973Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-01T21:08:51.973Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-01T21:08:51.973Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-01T21:08:51.973Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-01T21:08:51.973Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-01T21:08:51.973Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-01T21:08:51.973Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-01T21:08:51.973Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-01T21:08:52.237Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-01T21:08:52.497Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-01T21:08:52.497Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-01T21:08:52.497Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-01T21:08:52.497Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-01T21:08:52.497Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-01T21:08:52.497Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-01T21:08:52.497Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-01T21:08:52.497Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-01T21:08:52.757Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-01T21:08:52.757Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-01T21:08:53.020Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-01T21:08:53.020Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-01T21:08:53.020Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-01T21:08:53.020Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-01T21:08:53.020Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-01T21:08:53.020Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-01T21:08:53.020Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-01T21:08:53.020Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-01T21:08:53.020Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-01T21:08:53.020Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-01T21:08:53.020Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-01T21:08:53.020Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-01T21:08:53.020Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-01T21:08:53.020Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-01T21:08:53.020Z] 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-03-01T21:08:53.020Z] 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-03-01T21:08:53.282Z] 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-03-01T21:08:53.282Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-01T21:08:53.282Z] 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-03-01T21:08:53.282Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-01T21:08:53.282Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-01T21:08:53.282Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-01T21:08:53.282Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-01T21:08:53.282Z] 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-03-01T21:08:53.282Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-01T21:08:53.282Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-01T21:08:53.282Z] 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-03-01T21:08:53.282Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-01T21:08:53.282Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-01T21:08:53.543Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-01T21:08:53.543Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-01T21:08:53.543Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-01T21:08:53.543Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-01T21:08:53.806Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-01T21:08:53.806Z] Fetched 63.8 MB in 2s (30.2 MB/s) [2021-03-01T21:08:53.806Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T21:08:53.806Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-01T21:08:53.806Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-01T21:08:54.749Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-01T21:08:54.749Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-01T21:08:55.011Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-01T21:08:55.011Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-01T21:08:55.957Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-01T21:08:55.957Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-01T21:08:55.957Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-01T21:08:55.957Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-01T21:08:55.957Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-01T21:08:56.219Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-01T21:08:56.220Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-01T21:08:56.220Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-01T21:08:56.220Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-01T21:08:56.220Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-01T21:08:56.481Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-01T21:08:56.481Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-01T21:08:56.481Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-01T21:08:56.481Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-01T21:08:56.742Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-01T21:08:56.742Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-01T21:08:56.742Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-01T21:08:56.742Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-01T21:08:56.742Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-01T21:08:57.003Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-01T21:08:57.003Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-01T21:08:57.003Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-01T21:08:57.003Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-01T21:08:57.003Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-01T21:08:57.265Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-01T21:08:57.265Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-01T21:08:57.526Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-01T21:08:57.526Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-01T21:08:57.526Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-01T21:08:57.787Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-01T21:08:58.048Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-01T21:08:58.309Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-01T21:08:58.309Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-01T21:08:58.572Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-01T21:08:58.572Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-01T21:08:58.572Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-01T21:08:58.833Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-01T21:08:58.833Z] Installing new version of config file /etc/issue ... [2021-03-01T21:08:58.833Z] Installing new version of config file /etc/issue.net ... [2021-03-01T21:08:58.833Z] Installing new version of config file /etc/lsb-release ... [2021-03-01T21:08:58.834Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-01T21:08:59.095Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-01T21:08:59.095Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-01T21:08:59.095Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-01T21:08:59.357Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T21:08:59.357Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-01T21:08:59.357Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-01T21:08:59.357Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-01T21:08:59.620Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-03-01T21:08:59.620Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T21:08:59.620Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-01T21:08:59.620Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-01T21:08:59.620Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-01T21:08:59.881Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T21:08:59.881Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-01T21:08:59.881Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-01T21:08:59.881Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-01T21:09:00.142Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T21:09:00.142Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-01T21:09:00.142Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-01T21:09:00.404Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-01T21:09:00.666Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T21:09:00.666Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-01T21:09:00.666Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-01T21:09:00.666Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-01T21:09:00.928Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T21:09:00.928Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-01T21:09:00.928Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-01T21:09:01.189Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-01T21:09:01.190Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T21:09:01.190Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-01T21:09:01.190Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-01T21:09:01.190Z] Setting up grep (3.1-2build1) ... [2021-03-01T21:09:01.451Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T21:09:01.451Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-01T21:09:01.451Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-01T21:09:01.451Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-01T21:09:01.713Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T21:09:01.713Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-01T21:09:01.713Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-01T21:09:01.713Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-01T21:09:01.974Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T21:09:01.974Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-01T21:09:01.974Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-01T21:09:02.546Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-01T21:09:02.546Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-01T21:09:02.546Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-01T21:09:02.546Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-01T21:09:03.117Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-01T21:09:03.117Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T21:09:03.117Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-01T21:09:03.117Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-01T21:09:04.060Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-01T21:09:04.321Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-01T21:09:04.321Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-01T21:09:04.321Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-01T21:09:04.321Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-01T21:09:04.584Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T21:09:04.584Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-01T21:09:04.584Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-01T21:09:04.845Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-01T21:09:04.845Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T21:09:04.845Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-01T21:09:04.845Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-01T21:09:05.107Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-01T21:09:05.107Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T21:09:05.107Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-01T21:09:05.107Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-01T21:09:05.369Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-01T21:09:05.630Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T21:09:05.630Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-01T21:09:05.630Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-01T21:09:05.630Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-01T21:09:05.892Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T21:09:05.892Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-01T21:09:05.892Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-01T21:09:05.892Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-01T21:09:06.154Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T21:09:06.154Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-01T21:09:06.154Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-01T21:09:06.154Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-01T21:09:06.154Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-01T21:09:06.416Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-01T21:09:06.416Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T21:09:06.416Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-01T21:09:06.416Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-01T21:09:06.679Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-01T21:09:06.679Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T21:09:06.679Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-01T21:09:06.679Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-01T21:09:06.940Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-01T21:09:06.940Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T21:09:06.940Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-01T21:09:06.940Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-01T21:09:07.201Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-01T21:09:07.201Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T21:09:07.201Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-01T21:09:07.201Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-01T21:09:07.774Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-01T21:09:08.035Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-01T21:09:08.297Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-01T21:09:08.297Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T21:09:08.297Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-01T21:09:08.297Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-01T21:09:08.558Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-01T21:09:08.819Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T21:09:08.819Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-01T21:09:08.819Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-01T21:09:08.819Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-01T21:09:09.086Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T21:09:09.086Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-01T21:09:09.086Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-01T21:09:09.347Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-01T21:09:09.348Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T21:09:09.348Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-01T21:09:09.610Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-01T21:09:09.610Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-01T21:09:09.870Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T21:09:09.870Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-01T21:09:09.870Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-01T21:09:09.870Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-01T21:09:10.131Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T21:09:10.131Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-01T21:09:10.131Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-01T21:09:10.131Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-01T21:09:10.393Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T21:09:10.393Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-01T21:09:10.393Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-01T21:09:10.393Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-01T21:09:10.682Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T21:09:10.682Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-01T21:09:10.682Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-01T21:09:10.944Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-01T21:09:10.944Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T21:09:10.944Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-01T21:09:11.205Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-01T21:09:11.205Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-01T21:09:11.205Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-01T21:09:11.205Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-01T21:09:11.205Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-01T21:09:11.467Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-01T21:09:11.467Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T21:09:11.467Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-01T21:09:11.467Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-01T21:09:11.730Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-01T21:09:11.730Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T21:09:11.730Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-01T21:09:11.991Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-01T21:09:11.991Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-01T21:09:12.251Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T21:09:12.251Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-01T21:09:12.251Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-01T21:09:12.251Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-01T21:09:12.512Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T21:09:12.512Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-03-01T21:09:12.512Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-01T21:09:12.512Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-03-01T21:09:12.774Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T21:09:12.774Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-01T21:09:12.774Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-01T21:09:13.035Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-01T21:09:13.295Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T21:09:13.295Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-01T21:09:13.295Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-01T21:09:13.555Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-01T21:09:13.555Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T21:09:13.555Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-01T21:09:13.555Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-01T21:09:13.818Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-01T21:09:13.818Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T21:09:13.818Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-01T21:09:13.818Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-01T21:09:14.079Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-01T21:09:14.079Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T21:09:14.079Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-01T21:09:14.079Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-01T21:09:14.340Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-01T21:09:14.340Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T21:09:14.340Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-01T21:09:14.600Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-01T21:09:14.600Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-01T21:09:14.600Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T21:09:14.600Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-01T21:09:14.863Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-01T21:09:14.863Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-01T21:09:14.863Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T21:09:14.863Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-01T21:09:15.127Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-01T21:09:15.127Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-01T21:09:15.127Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-01T21:09:15.127Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-01T21:09:15.127Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-01T21:09:15.388Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-01T21:09:15.388Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-01T21:09:15.649Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-01T21:09:15.649Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-01T21:09:15.909Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-01T21:09:15.909Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-01T21:09:16.172Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-01T21:09:16.172Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-01T21:09:16.172Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-01T21:09:16.433Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-01T21:09:16.433Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-01T21:09:16.433Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-01T21:09:16.694Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-01T21:09:16.694Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-01T21:09:16.694Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-01T21:09:16.694Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-01T21:09:16.955Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-01T21:09:16.955Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-01T21:09:16.955Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-01T21:09:16.955Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-01T21:09:17.217Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-01T21:09:17.217Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-01T21:09:18.160Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-01T21:09:18.160Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-01T21:09:18.160Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-01T21:09:18.160Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-01T21:09:18.160Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-01T21:09:18.160Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-01T21:09:18.645Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T21:09:18.645Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-01T21:09:18.645Z] ---> da67cb307df9 [2021-03-01T21:09:18.645Z] Step 3/23 : WORKDIR /edgex-go [2021-03-01T21:09:18.645Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T21:09:18.645Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-01T21:09:18.645Z] ---> da67cb307df9 [2021-03-01T21:09:18.645Z] Step 3/21 : WORKDIR /edgex-go [2021-03-01T21:09:18.735Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-01T21:09:18.735Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-01T21:09:18.735Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-01T21:09:18.735Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-01T21:09:18.997Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-01T21:09:18.997Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-01T21:09:18.997Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-01T21:09:18.997Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-01T21:09:19.242Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T21:09:19.242Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-03-01T21:09:19.242Z] ---> da67cb307df9 [2021-03-01T21:09:19.242Z] Step 3/30 : WORKDIR /edgex-go [2021-03-01T21:09:19.242Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T21:09:19.242Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-01T21:09:19.242Z] ---> da67cb307df9 [2021-03-01T21:09:19.242Z] Step 3/22 : WORKDIR /edgex-go [2021-03-01T21:09:19.257Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-01T21:09:19.257Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-01T21:09:19.514Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T21:09:19.514Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-01T21:09:19.514Z] ---> da67cb307df9 [2021-03-01T21:09:19.514Z] Step 3/22 : WORKDIR /edgex-go [2021-03-01T21:09:19.518Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-01T21:09:19.518Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-01T21:09:19.779Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-01T21:09:19.779Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-01T21:09:21.172Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-01T21:09:21.172Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-01T21:09:22.113Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-01T21:09:22.113Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-01T21:09:22.685Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-01T21:09:22.685Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-01T21:09:22.945Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-01T21:09:22.945Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-01T21:09:23.889Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-01T21:09:23.889Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-01T21:09:23.889Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-01T21:09:23.889Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-01T21:09:24.150Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-01T21:09:24.150Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-01T21:09:24.150Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-01T21:09:24.150Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-01T21:09:24.411Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-01T21:09:24.411Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-01T21:09:24.411Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-01T21:09:24.411Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-01T21:09:24.673Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-01T21:09:24.673Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-01T21:09:24.673Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-01T21:09:24.673Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-01T21:09:24.909Z] ---> Running in 4a8c7abe8ba4 [2021-03-01T21:09:24.909Z] ---> Running in bbb36adcd42e [2021-03-01T21:09:24.909Z] ---> Running in 9016721760f4 [2021-03-01T21:09:24.909Z] ---> Running in 84274b48fe8e [2021-03-01T21:09:24.909Z] ---> Running in 7244bb807169 [2021-03-01T21:09:24.909Z] Removing intermediate container 4a8c7abe8ba4 [2021-03-01T21:09:24.909Z] ---> f73133fdca4e [2021-03-01T21:09:24.909Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T21:09:24.909Z] Removing intermediate container 84274b48fe8e [2021-03-01T21:09:24.909Z] ---> 355e5784b5a2 [2021-03-01T21:09:24.909Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T21:09:24.909Z] Removing intermediate container bbb36adcd42e [2021-03-01T21:09:24.909Z] ---> 107e6de31460 [2021-03-01T21:09:24.909Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T21:09:24.909Z] Removing intermediate container 9016721760f4 [2021-03-01T21:09:24.909Z] ---> 44a825458726 [2021-03-01T21:09:24.909Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T21:09:24.909Z] Removing intermediate container 7244bb807169 [2021-03-01T21:09:24.909Z] ---> 3778762c2ee2 [2021-03-01T21:09:24.909Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T21:09:24.909Z] ---> Running in 8eaa0c170e8e [2021-03-01T21:09:24.933Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-01T21:09:24.933Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-01T21:09:24.933Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-01T21:09:24.933Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-01T21:09:24.933Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-01T21:09:24.933Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-01T21:09:24.933Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-01T21:09:24.933Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-01T21:09:25.182Z] ---> Running in d862f4fd978b [2021-03-01T21:09:25.182Z] ---> Running in e8e869692528 [2021-03-01T21:09:25.182Z] ---> Running in fb0d438bd391 [2021-03-01T21:09:25.182Z] ---> Running in c0cc1afa4965 [2021-03-01T21:09:25.194Z] [2021-03-01T21:09:25.194Z] Current default time zone: 'Etc/UTC' [2021-03-01T21:09:25.194Z] Local time is now: Mon Mar 1 21:09:25 UTC 2021. [2021-03-01T21:09:25.194Z] Universal Time is now: Mon Mar 1 21:09:25 UTC 2021. [2021-03-01T21:09:25.194Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-01T21:09:25.194Z] [2021-03-01T21:09:25.194Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-01T21:09:25.194Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-01T21:09:25.194Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-01T21:09:25.194Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-01T21:09:25.194Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-01T21:09:25.455Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-01T21:09:25.455Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-01T21:09:25.455Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-01T21:09:25.455Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-01T21:09:25.455Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-01T21:09:25.455Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-01T21:09:25.455Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-01T21:09:25.715Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-01T21:09:25.715Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-01T21:09:25.715Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-01T21:09:25.715Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-01T21:09:25.715Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-01T21:09:25.715Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-01T21:09:25.977Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-01T21:09:25.977Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-01T21:09:25.977Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-01T21:09:25.977Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-01T21:09:25.977Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-01T21:09:27.893Z] Updating certificates in /etc/ssl/certs... [2021-03-01T21:09:28.836Z] 23 added, 27 removed; done. [2021-03-01T21:09:28.836Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-01T21:09:28.836Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-01T21:09:28.836Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-01T21:09:28.836Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-01T21:09:28.836Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-01T21:09:28.836Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-01T21:09:28.836Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-01T21:09:28.836Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-01T21:09:28.836Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-01T21:09:29.098Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-01T21:09:29.098Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-01T21:09:29.098Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-01T21:09:29.098Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-01T21:09:29.098Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-01T21:09:29.098Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-01T21:09:29.098Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-01T21:09:29.098Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-01T21:09:29.098Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-01T21:09:29.098Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-01T21:09:29.360Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-01T21:09:29.360Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-01T21:09:29.360Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-01T21:09:29.360Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-01T21:09:29.360Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-01T21:09:29.360Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-01T21:09:29.504Z] Removing intermediate container 8eaa0c170e8e [2021-03-01T21:09:29.504Z] ---> b7244dfd935e [2021-03-01T21:09:29.504Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-01T21:09:29.504Z] ---> Running in 0a6d4f34850e [2021-03-01T21:09:29.504Z] Removing intermediate container d862f4fd978b [2021-03-01T21:09:29.504Z] ---> 8d958e937784 [2021-03-01T21:09:29.504Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-01T21:09:29.620Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-01T21:09:29.620Z] Updating certificates in /etc/ssl/certs... [2021-03-01T21:09:29.776Z] ---> Running in df676cbe57fe [2021-03-01T21:09:29.776Z] Removing intermediate container e8e869692528 [2021-03-01T21:09:29.776Z] ---> 9549435d0996 [2021-03-01T21:09:29.776Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-01T21:09:30.060Z] Removing intermediate container c0cc1afa4965 [2021-03-01T21:09:30.060Z] ---> b7ad0c5870b3 [2021-03-01T21:09:30.060Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-03-01T21:09:30.060Z] Removing intermediate container fb0d438bd391 [2021-03-01T21:09:30.060Z] ---> 8ffd35677a5a [2021-03-01T21:09:30.060Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-01T21:09:30.060Z] ---> Running in 70bda661aae8 [2021-03-01T21:09:30.190Z] 0 added, 0 removed; done. [2021-03-01T21:09:30.190Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-01T21:09:30.190Z] done. [2021-03-01T21:09:30.332Z] ---> Running in 6170707d4eaa [2021-03-01T21:09:30.332Z] ---> Running in 66e4d74ac674 [2021-03-01T21:09:30.451Z] Reading package lists... [2021-03-01T21:09:30.712Z] Building dependency tree... [2021-03-01T21:09:30.712Z] Reading state information... [2021-03-01T21:09:30.712Z] The following NEW packages will be installed: [2021-03-01T21:09:30.712Z] apt-transport-https [2021-03-01T21:09:30.712Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-01T21:09:30.712Z] Need to get 1696 B of archives. [2021-03-01T21:09:30.712Z] After this operation, 153 kB of additional disk space will be used. [2021-03-01T21:09:30.712Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-01T21:09:30.973Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-01T21:09:30.974Z] Fetched 1696 B in 0s (27.6 kB/s) [2021-03-01T21:09:30.974Z] Selecting previously unselected package apt-transport-https. [2021-03-01T21:09:30.974Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-01T21:09:30.974Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-01T21:09:30.974Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-01T21:09:30.974Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-01T21:09:31.237Z] Waiting for network to be ready... [2021-03-01T21:09:31.321Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T21:09:31.597Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T21:09:32.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T21:09:32.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T21:09:32.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T21:09:32.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T21:09:32.466Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T21:09:32.745Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T21:09:33.020Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T21:09:33.020Z] OK: 217 MiB in 51 packages [2021-03-01T21:09:33.020Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T21:09:33.295Z] OK: 217 MiB in 51 packages [2021-03-01T21:09:33.898Z] OK: 217 MiB in 51 packages [2021-03-01T21:09:33.898Z] OK: 217 MiB in 51 packages [2021-03-01T21:09:33.898Z] OK: 217 MiB in 51 packages [2021-03-01T21:09:34.492Z] Removing intermediate container 0a6d4f34850e [2021-03-01T21:09:34.492Z] ---> c499e98ab091 [2021-03-01T21:09:34.492Z] Step 6/22 : COPY go.mod . [2021-03-01T21:09:35.087Z] Removing intermediate container df676cbe57fe [2021-03-01T21:09:35.087Z] ---> cc9c407600ae [2021-03-01T21:09:35.087Z] Step 6/22 : COPY go.mod . [2021-03-01T21:09:35.361Z] Removing intermediate container 70bda661aae8 [2021-03-01T21:09:35.361Z] ---> 8eea3a18188e [2021-03-01T21:09:35.361Z] Step 6/23 : COPY go.mod . [2021-03-01T21:09:35.361Z] ---> 399dd5778975 [2021-03-01T21:09:35.361Z] Step 7/22 : RUN go mod download [2021-03-01T21:09:35.960Z] ---> Running in 9b17dcf65258 [2021-03-01T21:09:35.960Z] Removing intermediate container 66e4d74ac674 [2021-03-01T21:09:35.960Z] ---> 3bd987e52a57 [2021-03-01T21:09:35.960Z] Step 6/30 : COPY go.mod . [2021-03-01T21:09:35.960Z] Removing intermediate container 6170707d4eaa [2021-03-01T21:09:35.960Z] ---> b08bf34c08e7 [2021-03-01T21:09:35.960Z] Step 6/21 : COPY go.mod . [2021-03-01T21:09:36.234Z] ---> 861190486d04 [2021-03-01T21:09:36.234Z] Step 7/22 : RUN go mod download [2021-03-01T21:09:36.234Z] ---> 4cab89b4aea4 [2021-03-01T21:09:36.234Z] Step 7/23 : RUN go mod download [2021-03-01T21:09:36.234Z] ---> Running in 502b71ec9b35 [2021-03-01T21:09:36.512Z] ---> Running in 24a6332b4fe0 [2021-03-01T21:09:36.526Z] 2021-03-01T21:09:34Z INFO Waiting for automatic snapd restart... [2021-03-01T21:09:36.526Z] snapd 2.48.2.1 from Canonical* installed [2021-03-01T21:09:36.526Z] "snapd" switched to the "latest/stable" channel [2021-03-01T21:09:36.526Z] [2021-03-01T21:09:37.114Z] ---> a08abc022dd1 [2021-03-01T21:09:37.115Z] Step 7/30 : RUN go mod download [2021-03-01T21:09:37.115Z] ---> 3f5250b82dba [2021-03-01T21:09:37.115Z] Step 7/21 : RUN go mod download [2021-03-01T21:09:37.385Z] ---> Running in def8c317cbec [2021-03-01T21:09:37.673Z] ---> Running in 4e1d182f05d7 [2021-03-01T21:09:39.072Z] core18 20210128 from Canonical* installed [2021-03-01T21:09:39.334Z] "core18" switched to the "latest/stable" channel [2021-03-01T21:09:39.334Z] [2021-03-01T21:09:40.309Z] Removing intermediate container 9b17dcf65258 [2021-03-01T21:09:40.309Z] ---> 5128c0cb2c40 [2021-03-01T21:09:40.309Z] Step 8/22 : COPY . . [2021-03-01T21:09:40.907Z] Removing intermediate container 502b71ec9b35 [2021-03-01T21:09:40.907Z] ---> c086f7dd48da [2021-03-01T21:09:40.907Z] Step 8/22 : COPY . . [2021-03-01T21:09:41.185Z] Removing intermediate container 24a6332b4fe0 [2021-03-01T21:09:41.185Z] ---> b2a20fb4d8d0 [2021-03-01T21:09:41.185Z] Step 8/23 : COPY . . [2021-03-01T21:09:41.785Z] Removing intermediate container def8c317cbec [2021-03-01T21:09:41.785Z] ---> 086bf52ae905 [2021-03-01T21:09:41.785Z] Step 8/30 : COPY . . [2021-03-01T21:09:42.634Z] snapcraft 4.5.1 from Canonical* installed [2021-03-01T21:09:42.784Z] Removing intermediate container 4e1d182f05d7 [2021-03-01T21:09:42.784Z] ---> 7777ac96ba92 [2021-03-01T21:09:42.784Z] Step 8/21 : COPY . . [2021-03-01T21:09:42.894Z] "snapcraft" switched to the "latest/stable" channel [2021-03-01T21:09:42.894Z] [2021-03-01T21:09:46.194Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-01T21:09:46.194Z] - README.md [2021-03-01T21:09:46.194Z] - snapcraft.yaml.orig [2021-03-01T21:09:46.194Z] [2021-03-01T21:09:46.194Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-01T21:09:52.783Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-01T21:09:52.783Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-01T21:09:52.783Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-01T21:09:52.783Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-01T21:09:53.986Z] Reading package lists... [2021-03-01T21:09:53.986Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-01T21:10:00.578Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-01T21:10:00.578Z] Reading package lists... [2021-03-01T21:10:00.578Z] Building dependency tree... [2021-03-01T21:10:00.578Z] Reading state information... [2021-03-01T21:10:00.578Z] Suggested packages: [2021-03-01T21:10:00.578Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-01T21:10:00.578Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-01T21:10:00.578Z] Recommended packages: [2021-03-01T21:10:00.578Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-01T21:10:00.578Z] The following NEW packages will be installed: [2021-03-01T21:10:00.578Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-01T21:10:00.578Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-01T21:10:00.578Z] pkg-config zip [2021-03-01T21:10:00.578Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-01T21:10:00.578Z] Need to get 7655 kB of archives. [2021-03-01T21:10:00.578Z] After this operation, 43.7 MB of additional disk space will be used. [2021-03-01T21:10:00.578Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-03-01T21:10:00.578Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-01T21:10:00.578Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-01T21:10:00.578Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-03-01T21:10:00.578Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-03-01T21:10:00.847Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-01T21:10:00.847Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-01T21:10:00.847Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-01T21:10:01.107Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-01T21:10:01.107Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-01T21:10:01.107Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-01T21:10:01.368Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-01T21:10:01.369Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-01T21:10:01.369Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-01T21:10:01.369Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-01T21:10:01.369Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-01T21:10:01.369Z] Fetched 7655 kB in 1s (8732 kB/s) [2021-03-01T21:10:01.630Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-01T21:10:01.630Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-01T21:10:01.630Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-03-01T21:10:01.630Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-03-01T21:10:01.891Z] Selecting previously unselected package libpsl5:amd64. [2021-03-01T21:10:01.891Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-01T21:10:01.891Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-01T21:10:01.891Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-01T21:10:01.891Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-01T21:10:01.891Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-01T21:10:02.156Z] Selecting previously unselected package librtmp1:amd64. [2021-03-01T21:10:02.156Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-01T21:10:02.156Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-01T21:10:02.156Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-01T21:10:02.156Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-01T21:10:02.156Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-01T21:10:02.156Z] Selecting previously unselected package liberror-perl. [2021-03-01T21:10:02.156Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-01T21:10:02.156Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-01T21:10:02.417Z] Selecting previously unselected package git-man. [2021-03-01T21:10:02.417Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-03-01T21:10:02.417Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-01T21:10:02.417Z] Selecting previously unselected package git. [2021-03-01T21:10:02.417Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-03-01T21:10:02.678Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-03-01T21:10:03.251Z] Selecting previously unselected package libnorm1:amd64. [2021-03-01T21:10:03.251Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-01T21:10:03.251Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-01T21:10:03.251Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-01T21:10:03.251Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-01T21:10:03.513Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-01T21:10:03.513Z] Selecting previously unselected package libsodium23:amd64. [2021-03-01T21:10:03.513Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-01T21:10:03.513Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-01T21:10:03.513Z] Selecting previously unselected package libzmq5:amd64. [2021-03-01T21:10:03.513Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-01T21:10:03.513Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-01T21:10:03.774Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-01T21:10:03.774Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-01T21:10:03.774Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-01T21:10:03.774Z] Selecting previously unselected package pkg-config. [2021-03-01T21:10:03.774Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-01T21:10:03.774Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-01T21:10:04.035Z] Selecting previously unselected package zip. [2021-03-01T21:10:04.036Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-01T21:10:04.036Z] Unpacking zip (3.0-11build1) ... [2021-03-01T21:10:04.036Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-01T21:10:04.036Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-01T21:10:04.036Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-01T21:10:04.036Z] Setting up liberror-perl (0.17025-1) ... [2021-03-01T21:10:04.036Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-01T21:10:04.036Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-03-01T21:10:04.036Z] No schema files found: doing nothing. [2021-03-01T21:10:04.296Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-01T21:10:04.296Z] Setting up zip (3.0-11build1) ... [2021-03-01T21:10:04.296Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-01T21:10:04.296Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-01T21:10:04.296Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-01T21:10:04.296Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-01T21:10:04.296Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-01T21:10:04.296Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-01T21:10:04.296Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-03-01T21:10:04.296Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-01T21:10:04.960Z] ---> 2456ea900581 [2021-03-01T21:10:04.960Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-01T21:10:05.236Z] ---> Running in 6d181959d27e [2021-03-01T21:10:05.511Z] ---> b09d5a610d1e [2021-03-01T21:10:05.511Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-01T21:10:05.511Z] ---> 0ded4da7a051 [2021-03-01T21:10:05.511Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-01T21:10:05.511Z] ---> 56301b3a7af2 [2021-03-01T21:10:05.511Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-01T21:10:05.785Z] ---> Running in b155c0c54a15 [2021-03-01T21:10:05.785Z] ---> Running in 87ffb0ac9169 [2021-03-01T21:10:05.785Z] ---> Running in 1eae9cdc9738 [2021-03-01T21:10:05.785Z] ---> 10a1116e3739 [2021-03-01T21:10:05.785Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-01T21:10:06.058Z] ---> Running in 387a5101a526 [2021-03-01T21:10:07.044Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-01T21:10:07.649Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-01T21:10:07.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-03-01T21:10:08.204Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-01T21:10:08.481Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-01T21:10:10.885Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-01T21:10:10.885Z] git set to automatically installed. [2021-03-01T21:10:10.885Z] git-man set to automatically installed. [2021-03-01T21:10:10.885Z] libcurl3-gnutls set to automatically installed. [2021-03-01T21:10:10.885Z] liberror-perl set to automatically installed. [2021-03-01T21:10:10.885Z] libglib2.0-0 set to automatically installed. [2021-03-01T21:10:10.885Z] libnghttp2-14 set to automatically installed. [2021-03-01T21:10:10.885Z] libnorm1 set to automatically installed. [2021-03-01T21:10:10.885Z] libpgm-5.2-0 set to automatically installed. [2021-03-01T21:10:10.885Z] libpsl5 set to automatically installed. [2021-03-01T21:10:10.885Z] librtmp1 set to automatically installed. [2021-03-01T21:10:10.885Z] libsodium23 set to automatically installed. [2021-03-01T21:10:10.885Z] libzmq3-dev set to automatically installed. [2021-03-01T21:10:10.885Z] libzmq5 set to automatically installed. [2021-03-01T21:10:10.885Z] pkg-config set to automatically installed. [2021-03-01T21:10:10.885Z] zip set to automatically installed. [2021-03-01T21:10:12.801Z] snapd is not logged in, snap install commands will use sudo [2021-03-01T21:10:19.385Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-01T21:10:19.385Z] snap "core18" has no updates available [2021-03-01T21:10:20.327Z] Pulling config-common [2021-03-01T21:10:20.327Z] + snapcraftctl pull [2021-03-01T21:10:21.271Z] Pulling go-build-helper [2021-03-01T21:10:21.271Z] + snapcraftctl pull [2021-03-01T21:10:43.241Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-01T21:10:43.241Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-01T21:10:43.241Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-03-01T21:10:43.241Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-01T21:10:43.241Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] [2021-03-01T21:10:43.241Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] [2021-03-01T21:10:43.241Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] [2021-03-01T21:10:43.241Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] [2021-03-01T21:10:43.241Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-03-01T21:10:43.241Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-01T21:10:43.241Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-01T21:10:43.241Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-01T21:10:43.241Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-01T21:10:43.241Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-01T21:10:43.241Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-01T21:10:43.241Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-01T21:10:43.241Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-01T21:10:43.241Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-01T21:10:43.241Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-01T21:10:43.241Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-01T21:10:43.241Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-01T21:10:43.241Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] [2021-03-01T21:10:43.241Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] [2021-03-01T21:10:43.241Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] [2021-03-01T21:10:43.241Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] [2021-03-01T21:10:43.241Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-01T21:10:43.241Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-01T21:10:43.241Z] Fetched 24.0 MB in 0s (0 B/s) [2021-03-01T21:10:43.241Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-01T21:10:43.241Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-01T21:10:43.241Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-01T21:10:43.241Z] Fetched 279 kB in 0s (0 B/s) [2021-03-01T21:10:43.241Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-01T21:10:43.241Z] Fetched 122 kB in 0s (0 B/s) [2021-03-01T21:10:43.241Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-01T21:10:43.241Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-01T21:10:43.241Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-01T21:10:43.241Z] Fetched 8848 B in 0s (0 B/s) [2021-03-01T21:10:43.241Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-01T21:10:43.241Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-01T21:10:43.241Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-01T21:10:43.241Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-01T21:10:43.241Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-01T21:10:43.241Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-01T21:10:43.241Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-01T21:10:43.241Z] Fetched 214 kB in 0s (0 B/s) [2021-03-01T21:10:43.241Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-01T21:10:43.241Z] Fetched 154 kB in 0s (0 B/s) [2021-03-01T21:10:43.241Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-01T21:10:43.241Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-01T21:10:43.241Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-01T21:10:43.241Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-01T21:10:43.241Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-01T21:10:43.241Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-01T21:10:43.241Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-01T21:10:43.242Z] Fetched 499 kB in 0s (0 B/s) [2021-03-01T21:10:43.242Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-01T21:10:43.242Z] Fetched 111 kB in 0s (0 B/s) [2021-03-01T21:10:43.242Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-01T21:10:43.242Z] Fetched 240 kB in 0s (0 B/s) [2021-03-01T21:10:43.242Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-01T21:10:43.242Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-01T21:10:43.242Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-01T21:10:43.242Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-01T21:10:43.242Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-01T21:10:43.242Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-01T21:10:43.242Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-01T21:10:43.242Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-01T21:10:43.242Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-01T21:10:43.242Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-01T21:10:43.242Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-01T21:10:43.242Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-01T21:10:43.242Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-01T21:10:43.242Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-01T21:10:43.242Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-01T21:10:43.242Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-01T21:10:43.242Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-01T21:10:43.242Z] Fetched 8720 B in 0s (0 B/s) [2021-03-01T21:10:43.242Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-01T21:10:43.242Z] Fetched 137 kB in 0s (0 B/s) [2021-03-01T21:10:43.242Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-01T21:10:43.242Z] Fetched 119 kB in 0s (0 B/s) [2021-03-01T21:10:43.242Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-01T21:10:43.242Z] Fetched 109 kB in 0s (0 B/s) [2021-03-01T21:10:43.242Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-01T21:10:43.242Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-01T21:10:43.242Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-01T21:10:43.242Z] Fetched 645 kB in 0s (0 B/s) [2021-03-01T21:10:43.242Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-01T21:10:43.242Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-01T21:10:43.242Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-01T21:10:43.242Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-01T21:10:43.242Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-01T21:10:43.242Z] Fetched 368 kB in 0s (0 B/s) [2021-03-01T21:10:43.242Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-01T21:10:43.242Z] Fetched 187 kB in 0s (0 B/s) [2021-03-01T21:10:43.242Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-01T21:10:43.242Z] Fetched 175 kB in 0s (0 B/s) [2021-03-01T21:10:43.242Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-01T21:10:45.791Z] Fetched 206 kB in 0s (0 B/s) [2021-03-01T21:10:45.791Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-01T21:10:45.791Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-01T21:10:45.791Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-01T21:10:45.791Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-01T21:10:45.791Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-01T21:10:45.791Z] Fetched 159 kB in 0s (0 B/s) [2021-03-01T21:10:45.791Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-01T21:10:45.791Z] Fetched 107 kB in 0s (0 B/s) [2021-03-01T21:10:45.791Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-01T21:10:45.791Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-01T21:10:45.791Z] Pulling static-packages [2021-03-01T21:10:45.791Z] + snapcraftctl pull [2021-03-01T21:10:46.732Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-03-01T21:10:46.732Z] Skipping pull go-build-helper (already ran) [2021-03-01T21:10:46.732Z] Skipping pull static-packages (already ran) [2021-03-01T21:10:46.732Z] Building go-build-helper [2021-03-01T21:10:46.732Z] + snapcraftctl build [2021-03-01T21:10:50.040Z] Building static-packages [2021-03-01T21:10:50.040Z] + snapcraftctl build [2021-03-01T21:10:51.954Z] Staging go-build-helper [2021-03-01T21:10:51.954Z] + snapcraftctl stage [2021-03-01T21:10:52.896Z] Staging static-packages [2021-03-01T21:10:52.896Z] + snapcraftctl stage [2021-03-01T21:10:53.838Z] Pulling go115 [2021-03-01T21:10:53.838Z] + snapcraftctl pull [2021-03-01T21:10:54.781Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-01T21:10:54.781Z] Skipping pull go115 (already ran) [2021-03-01T21:10:54.781Z] Building go115 [2021-03-01T21:10:54.781Z] + dpkg --print-architecture [2021-03-01T21:10:54.781Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-01T21:10:54.781Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-01T21:10:54.781Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-01T21:10:54.781Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-01T21:10:54.781Z] Dload Upload Total Spent Left Speed [2021-03-01T21:10:58.152Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 24 115M 24 28.8M 0 0 25.5M 0 0:00:04 0:00:01 0:00:03 25.5M 55 115M 55 64.4M 0 0 30.4M 0 0:00:03 0:00:02 0:00:01 30.3M 96 115M 96 111M 0 0 35.7M 0 0:00:03 0:00:03 --:--:-- 35.7M 100 115M 100 115M 0 0 35.7M 0 0:00:03 0:00:03 --:--:-- 35.7M [2021-03-01T21:10:58.152Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-03-01T21:10:58.152Z] + grep OK [2021-03-01T21:10:58.152Z] + sha256sum -c sha256 [2021-03-01T21:10:58.722Z] go1.15.2.linux-amd64.tar.gz: OK [2021-03-01T21:10:58.722Z] + mkdir -p /root/stage/go1.15 [2021-03-01T21:10:58.722Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-03-01T21:11:02.934Z] Staging go115 [2021-03-01T21:11:02.934Z] + snapcraftctl stage [2021-03-01T21:11:08.229Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-01T21:11:08.229Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-01T21:11:08.229Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-01T21:11:08.229Z] Fetched 0 B in 0s (0 B/s) [2021-03-01T21:11:08.229Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-01T21:11:08.229Z] Fetched 224 kB in 0s (0 B/s) [2021-03-01T21:11:08.229Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-01T21:11:08.229Z] Fetched 157 kB in 0s (0 B/s) [2021-03-01T21:11:08.229Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-01T21:11:08.229Z] Fetched 221 kB in 0s (0 B/s) [2021-03-01T21:11:08.229Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-01T21:11:08.229Z] Fetched 143 kB in 0s (0 B/s) [2021-03-01T21:11:08.229Z] Pulling edgex-go [2021-03-01T21:11:08.229Z] + snapcraftctl pull [2021-03-01T21:11:08.803Z] Pulling version [2021-03-01T21:11:08.803Z] + cd /root/project [2021-03-01T21:11:08.803Z] + [ -f VERSION ] [2021-03-01T21:11:08.803Z] + PROJECT_VERSION=local-dev [2021-03-01T21:11:08.803Z] + git rev-parse --short HEAD [2021-03-01T21:11:08.803Z] + GIT_REVISION=2577f09d [2021-03-01T21:11:08.803Z] + snapcraftctl set-version local-dev [2021-03-01T21:11:09.747Z] Building config-common [2021-03-01T21:11:09.747Z] + snapcraftctl build [2021-03-01T21:11:11.661Z] Skipping build go-build-helper (already ran) [2021-03-01T21:11:11.661Z] Skipping build static-packages (already ran) [2021-03-01T21:11:11.661Z] Skipping build go115 (already ran) [2021-03-01T21:11:11.661Z] Building edgex-go [2021-03-01T21:11:11.925Z] + 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-03-01T21:11:11.925Z] + cd /root/parts/edgex-go/src [2021-03-01T21:11:11.925Z] + make build [2021-03-01T21:11:11.925Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-01T21:11:13.850Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-01T21:11:13.850Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-01T21:11:13.850Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.39 [2021-03-01T21:11:13.850Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-01T21:11:13.850Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-01T21:11:13.850Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-01T21:11:13.850Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-01T21:11:13.850Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-01T21:11:13.850Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-01T21:11:13.850Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-03-01T21:11:13.850Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-01T21:11:13.850Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-01T21:11:13.850Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-01T21:11:13.850Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-01T21:11:13.850Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-01T21:11:13.850Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-01T21:11:13.850Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-01T21:11:13.850Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-01T21:11:13.850Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-01T21:11:13.850Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-01T21:11:13.850Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-01T21:11:13.850Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-01T21:11:13.850Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-01T21:11:13.850Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-01T21:11:13.850Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-01T21:11:13.850Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-01T21:11:13.850Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-01T21:11:13.850Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-01T21:11:13.850Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-01T21:11:13.850Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-01T21:11:13.850Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-01T21:11:13.850Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-01T21:11:14.424Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-01T21:11:14.756Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-01T21:11:14.756Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-01T21:11:14.756Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-01T21:11:15.019Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-01T21:11:15.019Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-01T21:11:15.019Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-01T21:11:15.019Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-01T21:11:15.280Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-01T21:11:15.280Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-01T21:11:15.280Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-01T21:11:15.541Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-01T21:11:22.121Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-01T21:11:22.121Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-01T21:11:26.329Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-01T21:11:26.899Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-01T21:11:28.285Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-01T21:11:28.545Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-01T21:11:28.545Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-01T21:11:28.805Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-01T21:11:28.805Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-01T21:11:28.805Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-01T21:11:30.188Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-01T21:11:30.188Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-01T21:11:30.188Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-01T21:11:31.571Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-01T21:11:32.511Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-01T21:11:32.511Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-01T21:11:33.895Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-01T21:11:34.467Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-01T21:11:34.467Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-01T21:11:35.852Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-01T21:11:35.852Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-01T21:11:37.244Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-01T21:11:37.244Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-01T21:11:37.244Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-01T21:11:37.244Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-01T21:11:37.244Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-01T21:11:37.244Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-01T21:11:37.244Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-01T21:11:37.244Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-01T21:11:37.244Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-01T21:11:37.244Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-01T21:11:37.244Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-01T21:11:37.244Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-01T21:11:37.244Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-01T21:11:37.244Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-01T21:11:37.244Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-01T21:11:37.244Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-01T21:11:37.244Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-01T21:11:37.244Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-01T21:11:37.244Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-01T21:11:37.244Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-01T21:11:37.244Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-01T21:11:37.244Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-01T21:11:37.244Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-01T21:11:37.244Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-01T21:11:37.244Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-01T21:11:38.634Z] Building version [2021-03-01T21:11:38.634Z] + snapcraftctl build [2021-03-01T21:11:40.553Z] Staging config-common [2021-03-01T21:11:40.553Z] + snapcraftctl stage [2021-03-01T21:11:41.126Z] Skipping stage go-build-helper (already ran) [2021-03-01T21:11:41.126Z] Skipping stage static-packages (already ran) [2021-03-01T21:11:41.126Z] Skipping stage go115 (already ran) [2021-03-01T21:11:41.126Z] Staging edgex-go [2021-03-01T21:11:41.126Z] + snapcraftctl stage [2021-03-01T21:11:42.069Z] Staging version [2021-03-01T21:11:42.069Z] + snapcraftctl stage [2021-03-01T21:11:43.014Z] Priming config-common [2021-03-01T21:11:43.014Z] + snapcraftctl prime [2021-03-01T21:11:43.586Z] Priming go-build-helper [2021-03-01T21:11:43.586Z] + snapcraftctl prime [2021-03-01T21:11:44.534Z] Priming static-packages [2021-03-01T21:11:44.534Z] + snapcraftctl prime [2021-03-01T21:11:45.332Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-01T21:11:47.083Z] Priming go115 [2021-03-01T21:11:47.083Z] + snapcraftctl prime [2021-03-01T21:11:47.740Z] Priming edgex-go [2021-03-01T21:11:47.740Z] + snapcraftctl prime [2021-03-01T21:11:48.982Z] Priming version [2021-03-01T21:11:48.982Z] + snapcraftctl prime [2021-03-01T21:11:49.755Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-01T21:11:53.720Z] Removing intermediate container 87ffb0ac9169 [2021-03-01T21:11:53.720Z] ---> eb4ecadbe6ef [2021-03-01T21:11:53.720Z] [2021-03-01T21:11:53.720Z] Step 10/21 : FROM alpine:3.12 [2021-03-01T21:11:53.720Z] 3.12: Pulling from library/alpine [2021-03-01T21:11:53.995Z] Removing intermediate container 1eae9cdc9738 [2021-03-01T21:11:53.995Z] ---> a977df9cbc13 [2021-03-01T21:11:53.995Z] [2021-03-01T21:11:53.995Z] Step 10/30 : FROM alpine:3.12 [2021-03-01T21:11:54.276Z] 3.12: Pulling from library/alpine [2021-03-01T21:11:54.276Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-01T21:11:54.276Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-01T21:11:54.276Z] Status: Downloaded newer image for alpine:3.12 [2021-03-01T21:11:54.276Z] ---> d10569e2745f [2021-03-01T21:11:54.276Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-01T21:11:54.276Z] Status: Downloaded newer image for alpine:3.12 [2021-03-01T21:11:54.276Z] ---> d10569e2745f [2021-03-01T21:11:54.276Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-01T21:11:54.876Z] ---> Running in 7b4e26f656fd [2021-03-01T21:11:54.876Z] ---> Running in 64e3b651fc3d [2021-03-01T21:11:55.869Z] Removing intermediate container 7b4e26f656fd [2021-03-01T21:11:55.869Z] ---> 6dbd0a888c4c [2021-03-01T21:11:55.869Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-01T21:11:55.869Z] ---> Running in 585ff12e1b35 [2021-03-01T21:11:57.321Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T21:11:57.596Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T21:11:57.871Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T21:11:58.146Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T21:11:58.423Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-01T21:11:58.423Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-01T21:11:58.423Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-01T21:11:58.423Z] (4/4) Installing curl (7.69.1-r3) [2021-03-01T21:11:58.423Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T21:11:58.423Z] Executing ca-certificates-20191127-r4.trigger [2021-03-01T21:11:58.700Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-01T21:11:58.700Z] (2/2) Installing su-exec (0.2-r1) [2021-03-01T21:11:58.700Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T21:11:58.700Z] OK: 7 MiB in 18 packages [2021-03-01T21:11:58.700Z] OK: 5 MiB in 16 packages [2021-03-01T21:12:02.104Z] Removing intermediate container 585ff12e1b35 [2021-03-01T21:12:02.104Z] ---> 7d48a9656835 [2021-03-01T21:12:02.104Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-01T21:12:02.378Z] Removing intermediate container 64e3b651fc3d [2021-03-01T21:12:02.378Z] ---> 4b6276c17bab [2021-03-01T21:12:02.378Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-01T21:12:02.378Z] ---> Running in 23807e51a8a7 [2021-03-01T21:12:02.653Z] ---> Running in a538a9ccd232 [2021-03-01T21:12:03.634Z] Removing intermediate container 23807e51a8a7 [2021-03-01T21:12:03.634Z] ---> 2b8fd12ee589 [2021-03-01T21:12:03.634Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-01T21:12:03.634Z] Removing intermediate container a538a9ccd232 [2021-03-01T21:12:03.634Z] ---> b22d244abc10 [2021-03-01T21:12:03.634Z] Step 13/21 : WORKDIR /edgex [2021-03-01T21:12:03.906Z] ---> Running in ca2e8411185d [2021-03-01T21:12:03.906Z] ---> Running in 20dc5a0223d9 [2021-03-01T21:12:05.894Z] Removing intermediate container ca2e8411185d [2021-03-01T21:12:05.894Z] ---> 115a47caba0f [2021-03-01T21:12:05.894Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-01T21:12:06.499Z] Removing intermediate container 20dc5a0223d9 [2021-03-01T21:12:06.499Z] ---> ffc3b2758b92 [2021-03-01T21:12:06.499Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-01T21:12:06.499Z] ---> Running in dc6c806b8633 [2021-03-01T21:12:06.779Z] Removing intermediate container 6d181959d27e [2021-03-01T21:12:06.779Z] ---> e50b6e510175 [2021-03-01T21:12:06.779Z] [2021-03-01T21:12:06.779Z] Step 10/22 : FROM alpine:3.12 [2021-03-01T21:12:06.779Z] ---> d10569e2745f [2021-03-01T21:12:06.779Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-01T21:12:07.060Z] Removing intermediate container 387a5101a526 [2021-03-01T21:12:07.060Z] ---> 982954197630 [2021-03-01T21:12:07.060Z] [2021-03-01T21:12:07.060Z] Step 10/22 : FROM alpine:3.12 [2021-03-01T21:12:07.060Z] ---> d10569e2745f [2021-03-01T21:12:07.060Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-01T21:12:07.333Z] ---> Running in 690e09084004 [2021-03-01T21:12:07.612Z] ---> Running in 21e078e000d1 [2021-03-01T21:12:08.219Z] ---> 10f74065d359 [2021-03-01T21:12:08.219Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-01T21:12:09.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T21:12:09.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T21:12:09.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T21:12:09.936Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T21:12:10.212Z] ---> bb556c217493 [2021-03-01T21:12:10.212Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-01T21:12:10.492Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-01T21:12:10.492Z] Removing intermediate container dc6c806b8633 [2021-03-01T21:12:10.492Z] ---> b560c846a0f8 [2021-03-01T21:12:10.492Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-01T21:12:10.492Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-01T21:12:10.492Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-01T21:12:10.492Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T21:12:10.492Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T21:12:10.492Z] OK: 5 MiB in 15 packages [2021-03-01T21:12:10.492Z] Executing ca-certificates-20191127-r4.trigger [2021-03-01T21:12:10.769Z] OK: 6 MiB in 16 packages [2021-03-01T21:12:10.769Z] ---> Running in 3d1a9ddcb209 [2021-03-01T21:12:12.761Z] Removing intermediate container 3d1a9ddcb209 [2021-03-01T21:12:12.761Z] ---> 319b12ad2d11 [2021-03-01T21:12:12.761Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-01T21:12:12.761Z] ---> 8f216211cd96 [2021-03-01T21:12:12.761Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-01T21:12:13.038Z] ---> Running in 43273369e54c [2021-03-01T21:12:13.038Z] Removing intermediate container 21e078e000d1 [2021-03-01T21:12:13.038Z] ---> 196600c15c18 [2021-03-01T21:12:13.038Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-01T21:12:13.652Z] ---> Running in 12b8d878b191 [2021-03-01T21:12:13.925Z] Removing intermediate container 690e09084004 [2021-03-01T21:12:13.925Z] ---> a33e1f83158b [2021-03-01T21:12:13.925Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-01T21:12:13.925Z] Removing intermediate container 43273369e54c [2021-03-01T21:12:13.925Z] ---> de944ded981e [2021-03-01T21:12:13.925Z] Step 18/21 : CMD ["--init=true"] [2021-03-01T21:12:13.925Z] ---> ed6fdf4d1ac8 [2021-03-01T21:12:13.925Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-01T21:12:14.209Z] ---> Running in 24fcfaea54db [2021-03-01T21:12:14.209Z] ---> Running in 7d0a30082f31 [2021-03-01T21:12:14.209Z] ---> Running in adfd9a7de6e4 [2021-03-01T21:12:14.209Z] Removing intermediate container 12b8d878b191 [2021-03-01T21:12:14.209Z] ---> b19509aa0c23 [2021-03-01T21:12:14.209Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-01T21:12:14.507Z] Removing intermediate container b155c0c54a15 [2021-03-01T21:12:14.507Z] ---> 3952dbb6b5f1 [2021-03-01T21:12:14.507Z] [2021-03-01T21:12:14.507Z] Step 10/23 : FROM alpine:3.12 [2021-03-01T21:12:14.507Z] ---> d10569e2745f [2021-03-01T21:12:14.507Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-01T21:12:14.507Z] ---> Using cache [2021-03-01T21:12:14.507Z] ---> 196600c15c18 [2021-03-01T21:12:14.507Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-01T21:12:14.507Z] ---> Using cache [2021-03-01T21:12:14.507Z] ---> b19509aa0c23 [2021-03-01T21:12:14.507Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-01T21:12:14.786Z] ---> Running in 7357f49619c3 [2021-03-01T21:12:14.786Z] ---> Running in c320fbf84d64 [2021-03-01T21:12:15.059Z] Removing intermediate container adfd9a7de6e4 [2021-03-01T21:12:15.059Z] ---> a9729452ce3f [2021-03-01T21:12:15.059Z] Step 19/21 : LABEL arch=arm64 [2021-03-01T21:12:15.059Z] Removing intermediate container 24fcfaea54db [2021-03-01T21:12:15.059Z] ---> 0c6a542866c9 [2021-03-01T21:12:15.059Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-01T21:12:15.332Z] ---> Running in f665ab643955 [2021-03-01T21:12:15.332Z] ---> Running in 9e1bc3fef3d4 [2021-03-01T21:12:15.606Z] Removing intermediate container c320fbf84d64 [2021-03-01T21:12:15.606Z] ---> 23a3e39f8cba [2021-03-01T21:12:15.606Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-01T21:12:15.606Z] Removing intermediate container 7357f49619c3 [2021-03-01T21:12:15.606Z] ---> bf7a3d3bd9e9 [2021-03-01T21:12:15.606Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-01T21:12:15.883Z] ---> Running in c14a13f74523 [2021-03-01T21:12:15.883Z] ---> Running in 03700d7360b3 [2021-03-01T21:12:15.883Z] Removing intermediate container f665ab643955 [2021-03-01T21:12:15.883Z] ---> 16d44ef1700d [2021-03-01T21:12:15.883Z] Step 20/21 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 [2021-03-01T21:12:15.883Z] Removing intermediate container 9e1bc3fef3d4 [2021-03-01T21:12:15.883Z] ---> c753f4d99047 [2021-03-01T21:12:15.883Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-01T21:12:16.157Z] ---> Running in da07688d06cb [2021-03-01T21:12:16.157Z] ---> Running in be9288ab9797 [2021-03-01T21:12:16.437Z] Removing intermediate container 03700d7360b3 [2021-03-01T21:12:16.437Z] ---> b9f24edc5ede [2021-03-01T21:12:16.437Z] Step 15/23 : WORKDIR / [2021-03-01T21:12:16.437Z] Removing intermediate container c14a13f74523 [2021-03-01T21:12:16.437Z] ---> b612fba95257 [2021-03-01T21:12:16.437Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T21:12:16.711Z] ---> Running in 0552ecc08b37 [2021-03-01T21:12:16.984Z] Removing intermediate container da07688d06cb [2021-03-01T21:12:16.984Z] ---> 7b5dc991ebce [2021-03-01T21:12:16.984Z] Step 21/21 : LABEL version=0.0.0 [2021-03-01T21:12:16.984Z] Removing intermediate container be9288ab9797 [2021-03-01T21:12:16.984Z] ---> f07a3df53b93 [2021-03-01T21:12:16.984Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T21:12:17.257Z] ---> Running in 6a3f8f11b13f [2021-03-01T21:12:17.530Z] Removing intermediate container 0552ecc08b37 [2021-03-01T21:12:17.530Z] ---> 2c0c4b38ac95 [2021-03-01T21:12:17.530Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T21:12:17.530Z] ---> 084aa9aa231d [2021-03-01T21:12:17.530Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-01T21:12:17.807Z] Removing intermediate container 7d0a30082f31 [2021-03-01T21:12:17.807Z] ---> 4aef55849144 [2021-03-01T21:12:17.807Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T21:12:17.807Z] Removing intermediate container 6a3f8f11b13f [2021-03-01T21:12:17.807Z] ---> b2ec00279e6b [2021-03-01T21:12:17.807Z] [2021-03-01T21:12:18.080Z] ---> fc3f1c60fabb [2021-03-01T21:12:18.080Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-01T21:12:18.357Z] Successfully built b2ec00279e6b [2021-03-01T21:12:18.630Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-01T21:12:18.630Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-01T21:12:18.630Z] ---> 390097f6f64e [2021-03-01T21:12:18.630Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-01T21:12:19.225Z] ---> f6717b00c81b [2021-03-01T21:12:19.225Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-01T21:12:19.825Z] ---> e7418d9ac122 [2021-03-01T21:12:19.825Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-01T21:12:21.258Z] ---> ae3883610c2a [2021-03-01T21:12:21.258Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-01T21:12:21.532Z] ---> 072b7f1c8c5f [2021-03-01T21:12:21.532Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-01T21:12:22.525Z] ---> 617b10c5fd90 [2021-03-01T21:12:22.525Z] ---> 11fd0c8940db [2021-03-01T21:12:22.525Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"]Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-01T21:12:22.525Z] [2021-03-01T21:12:22.814Z] ---> 244a26e99151 [2021-03-01T21:12:22.814Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-01T21:12:22.814Z] ---> 7884d90725cb [2021-03-01T21:12:22.814Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-01T21:12:22.814Z] ---> Running in f3f3665173b9 [2021-03-01T21:12:23.095Z] ---> Running in f558a77a4710 [2021-03-01T21:12:23.095Z] ---> Running in de4b2695d390 [2021-03-01T21:12:23.694Z] ---> 29f177fa7afc [2021-03-01T21:12:23.694Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-01T21:12:23.694Z] Removing intermediate container f3f3665173b9 [2021-03-01T21:12:23.694Z] ---> 9ed9d2e4fdb5 [2021-03-01T21:12:23.694Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T21:12:24.290Z] Removing intermediate container de4b2695d390 [2021-03-01T21:12:24.290Z] ---> 35f486146735 [2021-03-01T21:12:24.290Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T21:12:24.290Z] Removing intermediate container f558a77a4710 [2021-03-01T21:12:24.290Z] ---> cf66f36def6b [2021-03-01T21:12:24.290Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T21:12:24.566Z] ---> Running in 888310c0d297 [2021-03-01T21:12:24.846Z] ---> Running in a6ea4aed62e7 [2021-03-01T21:12:24.846Z] ---> Running in 3625847526d0 [2021-03-01T21:12:24.846Z] ---> c0734c6eefcf [2021-03-01T21:12:24.846Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-03-01T21:12:25.443Z] ---> Running in 57e45f31b68c [2021-03-01T21:12:25.443Z] Removing intermediate container 888310c0d297 [2021-03-01T21:12:25.443Z] ---> 85fe738f0565 [2021-03-01T21:12:25.443Z] Step 20/22 : LABEL arch=arm64 [2021-03-01T21:12:25.718Z] Removing intermediate container a6ea4aed62e7 [2021-03-01T21:12:25.718Z] ---> 7fbc66be6c44 [2021-03-01T21:12:25.718Z] Step 20/22 : LABEL arch=arm64 [2021-03-01T21:12:25.718Z] Removing intermediate container 3625847526d0 [2021-03-01T21:12:25.718Z] ---> ec6020678d47 [2021-03-01T21:12:25.718Z] Step 21/23 : LABEL arch=arm64 [2021-03-01T21:12:25.718Z] ---> Running in 50b0d377e472 [2021-03-01T21:12:25.994Z] ---> Running in 75c4d4420f2c [2021-03-01T21:12:25.994Z] ---> Running in bb5dc83dc951 [2021-03-01T21:12:25.994Z] Removing intermediate container 57e45f31b68c [2021-03-01T21:12:25.994Z] ---> 1ee559bcbc30 [2021-03-01T21:12:25.994Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-01T21:12:26.589Z] Removing intermediate container 50b0d377e472 [2021-03-01T21:12:26.589Z] ---> 22724861d135 [2021-03-01T21:12:26.589Z] Step 21/22 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 [2021-03-01T21:12:26.869Z] ---> Running in b1ccfaa32a04 [2021-03-01T21:12:26.869Z] Removing intermediate container 75c4d4420f2c [2021-03-01T21:12:26.869Z] ---> 5a028e2e0f5a [2021-03-01T21:12:26.869Z] Step 22/23 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 [2021-03-01T21:12:26.869Z] Removing intermediate container bb5dc83dc951 [2021-03-01T21:12:26.869Z] ---> 317c023f4030 [2021-03-01T21:12:26.869Z] Step 21/22 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 [2021-03-01T21:12:27.469Z] ---> 6236103ce1be [2021-03-01T21:12:27.469Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-03-01T21:12:27.770Z] ---> Running in 5d9738207636 [2021-03-01T21:12:27.770Z] ---> Running in af4ce928d127 [2021-03-01T21:12:27.770Z] Removing intermediate container b1ccfaa32a04 [2021-03-01T21:12:27.770Z] ---> d32c0e1b71d8 [2021-03-01T21:12:27.770Z] Step 22/22 : LABEL version=0.0.0 [2021-03-01T21:12:28.377Z] ---> Running in 86000a83dfa8 [2021-03-01T21:12:28.978Z] ---> Running in 3f07d7c0b867 [2021-03-01T21:12:28.978Z] Removing intermediate container 5d9738207636 [2021-03-01T21:12:28.978Z] ---> 878415308881 [2021-03-01T21:12:28.978Z] Step 23/23 : LABEL version=0.0.0 [2021-03-01T21:12:28.978Z] Removing intermediate container af4ce928d127 [2021-03-01T21:12:29.265Z] ---> 3577d69ed008 [2021-03-01T21:12:29.265Z] Step 22/22 : LABEL version=0.0.0 [2021-03-01T21:12:29.866Z] ---> Running in e78025ff84af [2021-03-01T21:12:29.866Z] ---> Running in 02a84e36b853 [2021-03-01T21:12:29.866Z] Removing intermediate container 3f07d7c0b867 [2021-03-01T21:12:29.866Z] ---> 0c6d2548cb00 [2021-03-01T21:12:29.866Z] [2021-03-01T21:12:30.475Z] Successfully built 0c6d2548cb00 [2021-03-01T21:12:30.751Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-01T21:12:30.751Z] Building docker-core-command-go [2021-03-01T21:12:30.751Z]  Building docker-support-scheduler-go ... done Removing intermediate container e78025ff84af [2021-03-01T21:12:30.751Z] ---> 5a14205a399c [2021-03-01T21:12:30.751Z] [2021-03-01T21:12:30.751Z] Removing intermediate container 02a84e36b853 [2021-03-01T21:12:30.751Z] ---> c8872d42b335 [2021-03-01T21:12:30.751Z] [2021-03-01T21:12:31.359Z] Successfully built 5a14205a399c [2021-03-01T21:12:31.359Z] Successfully built c8872d42b335 [2021-03-01T21:12:31.632Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-01T21:12:31.632Z] Building docker-core-data-go [2021-03-01T21:12:31.905Z]  Building docker-support-notifications-go ... done Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-01T21:12:31.905Z] Building docker-security-secretstore-setup-go [2021-03-01T21:12:32.502Z]  Building docker-core-metadata-go ... done Removing intermediate container 86000a83dfa8 [2021-03-01T21:12:32.502Z] ---> 3fa5ce5243cb [2021-03-01T21:12:32.502Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-01T21:12:32.776Z] ---> Running in 18336415094a [2021-03-01T21:12:33.370Z] Removing intermediate container 18336415094a [2021-03-01T21:12:33.371Z] ---> 4cc61f77de81 [2021-03-01T21:12:33.371Z] Step 27/30 : CMD ["gate"] [2021-03-01T21:12:33.641Z] ---> Running in 60aef2242aa2 [2021-03-01T21:12:33.919Z] Removing intermediate container 60aef2242aa2 [2021-03-01T21:12:33.919Z] ---> 2760139051b0 [2021-03-01T21:12:33.919Z] Step 28/30 : LABEL arch=arm64 [2021-03-01T21:12:34.519Z] ---> Running in cb104911a063 [2021-03-01T21:12:35.502Z] Removing intermediate container cb104911a063 [2021-03-01T21:12:35.502Z] ---> 43dfe0a602a1 [2021-03-01T21:12:35.502Z] Step 29/30 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 [2021-03-01T21:12:36.484Z] ---> Running in cc02d9dc9276 [2021-03-01T21:12:37.471Z] Removing intermediate container cc02d9dc9276 [2021-03-01T21:12:37.471Z] ---> f838a9110df0 [2021-03-01T21:12:37.471Z] Step 30/30 : LABEL version=0.0.0 [2021-03-01T21:12:38.068Z] ---> Running in a856dd3a9090 [2021-03-01T21:12:39.505Z] Removing intermediate container a856dd3a9090 [2021-03-01T21:12:39.505Z] ---> 6eed4b7c64e7 [2021-03-01T21:12:39.505Z] [2021-03-01T21:12:39.777Z] Successfully built 6eed4b7c64e7 [2021-03-01T21:12:39.777Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-01T21:12:44.083Z]  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T21:12:44.083Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-01T21:12:44.083Z] ---> da67cb307df9 [2021-03-01T21:12:44.083Z] Step 3/26 : WORKDIR /edgex-go [2021-03-01T21:12:44.083Z] ---> Using cache [2021-03-01T21:12:44.083Z] ---> 44a825458726 [2021-03-01T21:12:44.083Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T21:12:44.083Z] ---> Using cache [2021-03-01T21:12:44.083Z] ---> 8ffd35677a5a [2021-03-01T21:12:44.083Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-01T21:12:46.719Z] ---> Running in 288095a60095 [2021-03-01T21:12:47.702Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T21:12:48.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T21:12:49.279Z] OK: 217 MiB in 51 packages [2021-03-01T21:12:51.903Z] Removing intermediate container 288095a60095 [2021-03-01T21:12:51.903Z] ---> f3e770f8301b [2021-03-01T21:12:51.903Z] Step 6/26 : COPY go.mod . [2021-03-01T21:12:52.512Z] ---> 16705426625d [2021-03-01T21:12:52.512Z] Step 7/26 : RUN go mod download [2021-03-01T21:12:52.512Z] ---> Running in a13b3fa333f3 [2021-03-01T21:12:55.988Z] Removing intermediate container a13b3fa333f3 [2021-03-01T21:12:55.988Z] ---> 92d83934c3e5 [2021-03-01T21:12:55.988Z] Step 8/26 : COPY . . [2021-03-01T21:13:11.205Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T21:13:11.205Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-01T21:13:11.205Z] ---> da67cb307df9 [2021-03-01T21:13:11.205Z] Step 3/23 : WORKDIR /edgex-go [2021-03-01T21:13:11.205Z] ---> Using cache [2021-03-01T21:13:11.205Z] ---> 44a825458726 [2021-03-01T21:13:11.205Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T21:13:11.205Z] ---> Using cache [2021-03-01T21:13:11.205Z] ---> 8ffd35677a5a [2021-03-01T21:13:11.205Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-01T21:13:11.205Z] ---> Using cache [2021-03-01T21:13:11.205Z] ---> b08bf34c08e7 [2021-03-01T21:13:11.205Z] Step 6/23 : COPY go.mod . [2021-03-01T21:13:11.205Z] ---> Using cache [2021-03-01T21:13:11.205Z] ---> 3f5250b82dba [2021-03-01T21:13:11.205Z] Step 7/23 : RUN go mod download [2021-03-01T21:13:11.205Z] ---> Using cache [2021-03-01T21:13:11.205Z] ---> 7777ac96ba92 [2021-03-01T21:13:11.205Z] Step 8/23 : COPY . . [2021-03-01T21:13:11.205Z] ---> Using cache [2021-03-01T21:13:11.205Z] ---> 0ded4da7a051 [2021-03-01T21:13:11.205Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-01T21:13:11.802Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T21:13:11.802Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-01T21:13:11.802Z] ---> da67cb307df9 [2021-03-01T21:13:11.802Z] Step 3/24 : WORKDIR /edgex-go [2021-03-01T21:13:11.802Z] ---> Using cache [2021-03-01T21:13:11.802Z] ---> 44a825458726 [2021-03-01T21:13:11.802Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T21:13:11.802Z] ---> Using cache [2021-03-01T21:13:11.802Z] ---> 8ffd35677a5a [2021-03-01T21:13:11.802Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-01T21:13:11.802Z] ---> Using cache [2021-03-01T21:13:11.802Z] ---> b08bf34c08e7 [2021-03-01T21:13:11.802Z] Step 6/24 : COPY go.mod . [2021-03-01T21:13:11.802Z] ---> Using cache [2021-03-01T21:13:11.802Z] ---> 3f5250b82dba [2021-03-01T21:13:11.802Z] Step 7/24 : RUN go mod download [2021-03-01T21:13:11.802Z] ---> Using cache [2021-03-01T21:13:11.802Z] ---> 7777ac96ba92 [2021-03-01T21:13:11.802Z] Step 8/24 : COPY . . [2021-03-01T21:13:12.078Z] ---> Using cache [2021-03-01T21:13:12.078Z] ---> 0ded4da7a051 [2021-03-01T21:13:12.078Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-01T21:13:12.357Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T21:13:12.357Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-01T21:13:12.357Z] ---> da67cb307df9 [2021-03-01T21:13:12.357Z] Step 3/23 : WORKDIR /edgex-go [2021-03-01T21:13:12.357Z] ---> Using cache [2021-03-01T21:13:12.357Z] ---> 44a825458726 [2021-03-01T21:13:12.357Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T21:13:12.357Z] ---> Using cache [2021-03-01T21:13:12.357Z] ---> 8ffd35677a5a [2021-03-01T21:13:12.357Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-01T21:13:17.749Z] ---> Running in d97f953a965f [2021-03-01T21:13:17.749Z] ---> Running in 63265e5e435f [2021-03-01T21:13:17.749Z] ---> Running in dcd56ab6fd40 [2021-03-01T21:13:17.749Z] ---> d2f8e9423631 [2021-03-01T21:13:17.749Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-01T21:13:17.749Z] ---> Running in 8bc7d9e9d8d9 [2021-03-01T21:13:18.752Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-01T21:13:19.365Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T21:13:19.365Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-01T21:13:19.365Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-01T21:13:19.966Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T21:13:20.953Z] OK: 217 MiB in 51 packages [2021-03-01T21:13:22.951Z] Removing intermediate container d97f953a965f [2021-03-01T21:13:22.951Z] ---> 8ba58cc0aa40 [2021-03-01T21:13:22.951Z] Step 6/23 : COPY go.mod . [2021-03-01T21:13:23.556Z] ---> 4b39576f8e10 [2021-03-01T21:13:23.556Z] Step 7/23 : RUN go mod download [2021-03-01T21:13:23.838Z] ---> Running in 418c7a35b5c6 [2021-03-01T21:13:28.173Z] Removing intermediate container 418c7a35b5c6 [2021-03-01T21:13:28.173Z] ---> a3db7614b088 [2021-03-01T21:13:28.173Z] Step 8/23 : COPY . . [2021-03-01T21:13:50.389Z] ---> 1d945633e004 [2021-03-01T21:13:50.389Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-01T21:13:50.389Z] ---> Running in e746d999ad5c [2021-03-01T21:13:50.389Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-01T21:14:29.434Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-01T21:14:44.545Z] Removing intermediate container 8bc7d9e9d8d9 [2021-03-01T21:14:44.545Z] ---> 6d4c4a4c87bc [2021-03-01T21:14:44.545Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-01T21:14:44.545Z] Removing intermediate container dcd56ab6fd40 [2021-03-01T21:14:44.545Z] ---> a728766090a3 [2021-03-01T21:14:44.545Z] [2021-03-01T21:14:44.545Z] Step 10/24 : FROM alpine:3.12 [2021-03-01T21:14:44.545Z] ---> d10569e2745f [2021-03-01T21:14:44.545Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-01T21:14:44.545Z] ---> Running in 6d880ea9d3c2 [2021-03-01T21:14:44.545Z] ---> Running in 5dab9259382b [2021-03-01T21:14:44.819Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-01T21:14:45.093Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T21:14:45.371Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T21:14:45.973Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-01T21:14:45.973Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-01T21:14:45.973Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-01T21:14:45.973Z] (4/5) Installing curl (7.69.1-r3) [2021-03-01T21:14:45.973Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-01T21:14:45.973Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T21:14:45.973Z] Executing ca-certificates-20191127-r4.trigger [2021-03-01T21:14:46.251Z] OK: 7 MiB in 19 packages [2021-03-01T21:14:50.595Z] Removing intermediate container 5dab9259382b [2021-03-01T21:14:50.595Z] ---> c3cfa3dbe02f [2021-03-01T21:14:50.595Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-01T21:14:50.595Z] ---> Running in 37e9fa5241f7 [2021-03-01T21:14:51.196Z] Removing intermediate container 6d880ea9d3c2 [2021-03-01T21:14:51.196Z] ---> e35bb79579d1 [2021-03-01T21:14:51.196Z] [2021-03-01T21:14:51.196Z] Step 11/26 : FROM docker:20.10.0 [2021-03-01T21:14:51.196Z] 20.10.0: Pulling from library/docker [2021-03-01T21:14:51.472Z] Removing intermediate container 37e9fa5241f7 [2021-03-01T21:14:51.746Z] ---> 2879f8cf25e4 [2021-03-01T21:14:51.746Z] Step 13/24 : WORKDIR / [2021-03-01T21:14:52.020Z] ---> Running in 45d8199f5055 [2021-03-01T21:14:53.475Z] Removing intermediate container 63265e5e435f [2021-03-01T21:14:53.475Z] ---> e5f0c6a6b6aa [2021-03-01T21:14:53.475Z] [2021-03-01T21:14:53.475Z] Step 10/23 : FROM alpine:3.12 [2021-03-01T21:14:53.475Z] ---> d10569e2745f [2021-03-01T21:14:53.475Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-01T21:14:53.475Z] ---> Using cache [2021-03-01T21:14:53.475Z] ---> 196600c15c18 [2021-03-01T21:14:53.475Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-01T21:14:53.475Z] ---> Using cache [2021-03-01T21:14:53.475Z] ---> b19509aa0c23 [2021-03-01T21:14:53.475Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-01T21:14:53.475Z] Removing intermediate container 45d8199f5055 [2021-03-01T21:14:53.475Z] ---> 7df6f775afda [2021-03-01T21:14:53.475Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-01T21:14:54.077Z] ---> Running in 56ee6451da72 [2021-03-01T21:14:55.071Z] Removing intermediate container 56ee6451da72 [2021-03-01T21:14:55.071Z] ---> 38b416655240 [2021-03-01T21:14:55.071Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-01T21:14:55.681Z] ---> Running in 245b45dfa2f1 [2021-03-01T21:14:55.681Z] ---> b19ca0fb4583 [2021-03-01T21:14:55.681Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-01T21:14:56.679Z] Removing intermediate container 245b45dfa2f1 [2021-03-01T21:14:56.679Z] ---> e4e6d47ea26e [2021-03-01T21:14:56.679Z] Step 15/23 : WORKDIR / [2021-03-01T21:14:56.679Z] ---> Running in d5910b6d55c5 [2021-03-01T21:14:57.277Z] ---> edba1b3e98d1 [2021-03-01T21:14:57.277Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-01T21:14:57.576Z] Removing intermediate container d5910b6d55c5 [2021-03-01T21:14:57.576Z] ---> 2e9f9bbd610e [2021-03-01T21:14:57.576Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T21:14:59.559Z] ---> 02174b725f0e [2021-03-01T21:14:59.559Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-01T21:14:59.559Z] ---> 521dc4d954c3 [2021-03-01T21:14:59.559Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-01T21:15:02.964Z] ---> 53d60c1fc7d0 [2021-03-01T21:15:02.964Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-01T21:15:02.964Z] ---> cd0cc1571505 [2021-03-01T21:15:02.964Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-01T21:15:03.977Z] ---> db626c63849d [2021-03-01T21:15:03.977Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-01T21:15:03.977Z] ---> Running in 7907260a97da [2021-03-01T21:15:04.580Z] ---> 1504a9c4383b [2021-03-01T21:15:04.580Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-01T21:15:04.861Z] Removing intermediate container 7907260a97da [2021-03-01T21:15:04.861Z] ---> 5941ad151d4f [2021-03-01T21:15:04.861Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T21:15:05.137Z] ---> Running in 5e219a243c3c [2021-03-01T21:15:05.744Z] ---> 621a59f82fda [2021-03-01T21:15:05.744Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-01T21:15:05.744Z] Removing intermediate container 5e219a243c3c [2021-03-01T21:15:05.744Z] ---> f5b63a6abd40 [2021-03-01T21:15:05.744Z] Step 21/23 : LABEL arch=arm64 [2021-03-01T21:15:06.020Z] ---> Running in 039b0ba8e16a [2021-03-01T21:15:06.294Z] ---> Running in 941867311d46 [2021-03-01T21:15:07.274Z] Removing intermediate container 941867311d46 [2021-03-01T21:15:07.274Z] ---> 6f1361757110 [2021-03-01T21:15:07.274Z] Step 22/23 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 [2021-03-01T21:15:07.545Z] ---> Running in 67eafe167ad3 [2021-03-01T21:15:08.548Z] Removing intermediate container 67eafe167ad3 [2021-03-01T21:15:08.548Z] ---> 866132815295 [2021-03-01T21:15:08.548Z] Step 23/23 : LABEL version=0.0.0 [2021-03-01T21:15:08.828Z] ---> Running in 0a723bf7e7e2 [2021-03-01T21:15:09.600Z] Removing intermediate container 039b0ba8e16a [2021-03-01T21:15:09.600Z] ---> c6740481f919 [2021-03-01T21:15:09.600Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-01T21:15:09.976Z] Removing intermediate container 0a723bf7e7e2 [2021-03-01T21:15:09.976Z] ---> a8a2bff9f1da [2021-03-01T21:15:09.976Z] [2021-03-01T21:15:09.976Z] ---> Running in 9f2af4a70311 [2021-03-01T21:15:10.626Z] Successfully built a8a2bff9f1da [2021-03-01T21:15:10.626Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-01T21:15:10.918Z]  Building docker-core-command-go ... done Removing intermediate container 9f2af4a70311 [2021-03-01T21:15:10.918Z] ---> 75da85d29ed3 [2021-03-01T21:15:10.918Z] Step 22/24 : LABEL arch=arm64 [2021-03-01T21:15:10.918Z] ---> Running in d672b2c96a04 [2021-03-01T21:15:11.191Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-01T21:15:11.191Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-01T21:15:11.191Z] ---> eeaf43b92773 [2021-03-01T21:15:11.191Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-01T21:15:11.464Z] ---> Running in 090b87652ecd [2021-03-01T21:15:11.738Z] Removing intermediate container d672b2c96a04 [2021-03-01T21:15:11.738Z] ---> 4519e9bfc2b7 [2021-03-01T21:15:11.738Z] Step 23/24 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 [2021-03-01T21:15:11.738Z] ---> Running in 7141e8c7008d [2021-03-01T21:15:12.345Z] Removing intermediate container 7141e8c7008d [2021-03-01T21:15:12.345Z] ---> fcba4806912b [2021-03-01T21:15:12.345Z] Step 24/24 : LABEL version=0.0.0 [2021-03-01T21:15:12.620Z] ---> Running in b00768361b48 [2021-03-01T21:15:12.620Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T21:15:12.893Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T21:15:13.168Z] Removing intermediate container b00768361b48 [2021-03-01T21:15:13.168Z] ---> 413b26c81c75 [2021-03-01T21:15:13.168Z] [2021-03-01T21:15:13.452Z] (1/2) Installing readline (8.0.4-r0) [2021-03-01T21:15:13.453Z] (2/2) Installing bash (5.0.17-r0) [2021-03-01T21:15:13.453Z] Executing bash-5.0.17-r0.post-install [2021-03-01T21:15:13.453Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T21:15:13.453Z] OK: 12 MiB in 22 packages [2021-03-01T21:15:13.734Z] Successfully built 413b26c81c75 [2021-03-01T21:15:13.734Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-01T21:15:15.174Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 090b87652ecd [2021-03-01T21:15:15.174Z] ---> 6988ebf75214 [2021-03-01T21:15:15.174Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-01T21:15:15.174Z] ---> Running in 3efa44b85fac [2021-03-01T21:15:15.775Z] Removing intermediate container 3efa44b85fac [2021-03-01T21:15:15.775Z] ---> f91139bc0eb1 [2021-03-01T21:15:15.775Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-01T21:15:15.775Z] ---> Running in 1c9e51da46cb [2021-03-01T21:15:16.371Z] Removing intermediate container 1c9e51da46cb [2021-03-01T21:15:16.372Z] ---> 42bc624ce08a [2021-03-01T21:15:16.372Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-01T21:15:16.963Z] ---> Running in b0e8ea03a95b [2021-03-01T21:15:17.560Z] Removing intermediate container b0e8ea03a95b [2021-03-01T21:15:17.560Z] ---> ff667b876112 [2021-03-01T21:15:17.560Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-01T21:15:17.840Z] Removing intermediate container e746d999ad5c [2021-03-01T21:15:17.840Z] ---> 21da6cf4346e [2021-03-01T21:15:17.840Z] [2021-03-01T21:15:17.840Z] Step 10/23 : FROM alpine:3.12 [2021-03-01T21:15:17.840Z] ---> d10569e2745f [2021-03-01T21:15:17.840Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-01T21:15:18.114Z] ---> Running in 2abb98fac326 [2021-03-01T21:15:18.388Z] ---> d58b3aa245cb [2021-03-01T21:15:18.388Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-01T21:15:18.663Z] Removing intermediate container 2abb98fac326 [2021-03-01T21:15:18.663Z] ---> 520bbebf09a3 [2021-03-01T21:15:18.663Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-01T21:15:18.937Z] ---> Running in 6cb278507905 [2021-03-01T21:15:19.532Z] Removing intermediate container 6cb278507905 [2021-03-01T21:15:19.532Z] ---> 9de9002b38c9 [2021-03-01T21:15:19.532Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-01T21:15:19.532Z] ---> fa6fa1866423 [2021-03-01T21:15:19.532Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-01T21:15:19.532Z] ---> Running in 03dad65670b1 [2021-03-01T21:15:20.129Z] Removing intermediate container 03dad65670b1 [2021-03-01T21:15:20.129Z] ---> 5253ba324990 [2021-03-01T21:15:20.129Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T21:15:20.129Z] ---> a027b17148d0 [2021-03-01T21:15:20.129Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-01T21:15:20.403Z] ---> Running in f986b071e31d [2021-03-01T21:15:20.403Z] ---> Running in b561c697ba43 [2021-03-01T21:15:21.841Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T21:15:21.841Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T21:15:22.434Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-01T21:15:22.434Z] (2/33) Installing expat (2.2.9-r1) [2021-03-01T21:15:22.434Z] (3/33) Installing libffi (3.3-r2) [2021-03-01T21:15:22.434Z] (4/33) Installing gdbm (1.13-r1) [2021-03-01T21:15:22.434Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-01T21:15:22.434Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-01T21:15:22.434Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-01T21:15:22.706Z] Removing intermediate container f986b071e31d [2021-03-01T21:15:22.706Z] ---> 4d6c41aa9736 [2021-03-01T21:15:22.706Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-01T21:15:22.983Z] ---> Running in 099764a7a3d5 [2021-03-01T21:15:24.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T21:15:24.417Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-01T21:15:24.417Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-01T21:15:24.417Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-01T21:15:24.417Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-01T21:15:24.417Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-01T21:15:24.417Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-01T21:15:24.417Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-01T21:15:24.689Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-01T21:15:24.689Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-01T21:15:24.689Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-01T21:15:24.689Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-01T21:15:24.689Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-01T21:15:24.689Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-01T21:15:24.689Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-01T21:15:24.689Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-01T21:15:24.689Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-01T21:15:24.689Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-01T21:15:24.689Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-01T21:15:24.689Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-01T21:15:24.689Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-01T21:15:24.965Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-01T21:15:24.965Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-01T21:15:24.965Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-01T21:15:24.965Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-01T21:15:24.965Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-01T21:15:24.965Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-01T21:15:24.965Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T21:15:24.965Z] OK: 71 MiB in 55 packages [2021-03-01T21:15:24.965Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T21:15:25.944Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-01T21:15:25.944Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-01T21:15:25.944Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-01T21:15:26.217Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-01T21:15:26.493Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-01T21:15:26.493Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-01T21:15:26.493Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T21:15:26.493Z] OK: 8 MiB in 20 packages [2021-03-01T21:15:28.478Z] Removing intermediate container 099764a7a3d5 [2021-03-01T21:15:28.478Z] ---> e1ff08009777 [2021-03-01T21:15:28.478Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T21:15:29.075Z] ---> 18fbd0bcd60a [2021-03-01T21:15:29.075Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-01T21:15:31.057Z] ---> 45248f44976d [2021-03-01T21:15:31.057Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-01T21:15:31.657Z] Removing intermediate container b561c697ba43 [2021-03-01T21:15:31.657Z] ---> 3e5af2b1d734 [2021-03-01T21:15:31.657Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-01T21:15:31.657Z] ---> 586a4f8c44c4 [2021-03-01T21:15:31.657Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-01T21:15:31.657Z] ---> Running in a03eab324bcb [2021-03-01T21:15:31.932Z] ---> Running in b37c7ffe057d [2021-03-01T21:15:32.527Z] Removing intermediate container b37c7ffe057d [2021-03-01T21:15:32.527Z] ---> ba60b4fed815 [2021-03-01T21:15:32.527Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T21:15:32.527Z] ---> Running in 06f3461249cb [2021-03-01T21:15:33.119Z] Removing intermediate container 06f3461249cb [2021-03-01T21:15:33.119Z] ---> c824ad23f6f9 [2021-03-01T21:15:33.120Z] Step 21/23 : LABEL arch=arm64 [2021-03-01T21:15:33.120Z] ---> Running in 34137edfd8dd [2021-03-01T21:15:33.721Z] Removing intermediate container 34137edfd8dd [2021-03-01T21:15:33.721Z] ---> 111656e3361c [2021-03-01T21:15:33.721Z] Step 22/23 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 [2021-03-01T21:15:33.721Z] ---> Running in 0015fc0130ed [2021-03-01T21:15:34.318Z] Removing intermediate container 0015fc0130ed [2021-03-01T21:15:34.318Z] ---> aa1a2fd62bcc [2021-03-01T21:15:34.318Z] Step 23/23 : LABEL version=0.0.0 [2021-03-01T21:15:34.318Z] ---> Running in bf2e49712c12 [2021-03-01T21:15:34.913Z] Removing intermediate container bf2e49712c12 [2021-03-01T21:15:34.913Z] ---> e3b776efd6d1 [2021-03-01T21:15:34.913Z] [2021-03-01T21:15:35.185Z] Successfully built e3b776efd6d1 [2021-03-01T21:15:35.185Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-01T21:15:37.152Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-03-01T21:15:37.152Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-01T21:15:37.423Z] Collecting texttable<0.10,>=0.9.0 [2021-03-01T21:15:37.423Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-01T21:15:39.389Z] Collecting docopt<0.7,>=0.6.1 [2021-03-01T21:15:39.389Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-01T21:15:41.355Z] Collecting jsonschema<3,>=2.5.1 [2021-03-01T21:15:41.355Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-01T21:15:41.952Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-01T21:15:41.952Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-03-01T21:15:41.952Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-01T21:15:42.225Z] Collecting cached-property<2,>=1.2.0 [2021-03-01T21:15:42.225Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-01T21:15:42.818Z] Collecting docker<4.0,>=3.6.0 [2021-03-01T21:15:42.818Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-01T21:15:43.409Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-01T21:15:43.409Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-01T21:15:46.013Z] Collecting PyYAML<4,>=3.10 [2021-03-01T21:15:46.013Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-01T21:15:49.378Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-01T21:15:49.378Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-01T21:15:49.649Z] Collecting docker-pycreds>=0.4.0 [2021-03-01T21:15:49.649Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-01T21:15:49.919Z] Collecting idna<2.8,>=2.5 [2021-03-01T21:15:49.919Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-01T21:15:50.512Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-01T21:15:50.512Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-01T21:15:50.783Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-01T21:15:50.783Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-01T21:15:50.783Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-01T21:15:50.783Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-01T21:15:50.783Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-01T21:15:50.783Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-01T21:15:51.374Z] Installing collected packages: texttable, docopt, jsonschema, websocket-client, cached-property, idna, urllib3, requests, docker-pycreds, docker, dockerpty, PyYAML, docker-compose [2021-03-01T21:15:51.374Z] Running setup.py install for texttable: started [2021-03-01T21:15:53.339Z] Running setup.py install for texttable: finished with status 'done' [2021-03-01T21:15:53.339Z] Running setup.py install for docopt: started [2021-03-01T21:15:54.757Z] Running setup.py install for docopt: finished with status 'done' [2021-03-01T21:15:55.728Z] Attempting uninstall: idna [2021-03-01T21:15:55.728Z] Found existing installation: idna 2.9 [2021-03-01T21:15:55.728Z] Uninstalling idna-2.9: [2021-03-01T21:15:55.728Z] Successfully uninstalled idna-2.9 [2021-03-01T21:15:56.318Z] Attempting uninstall: urllib3 [2021-03-01T21:15:56.318Z] Found existing installation: urllib3 1.25.9 [2021-03-01T21:15:56.318Z] Uninstalling urllib3-1.25.9: [2021-03-01T21:15:56.588Z] Successfully uninstalled urllib3-1.25.9 [2021-03-01T21:15:56.858Z] Attempting uninstall: requests [2021-03-01T21:15:56.858Z] Found existing installation: requests 2.23.0 [2021-03-01T21:15:56.858Z] Uninstalling requests-2.23.0: [2021-03-01T21:15:57.128Z] Successfully uninstalled requests-2.23.0 [2021-03-01T21:15:58.553Z] Running setup.py install for dockerpty: started [2021-03-01T21:15:59.976Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-01T21:15:59.976Z] Running setup.py install for PyYAML: started [2021-03-01T21:16:02.585Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-01T21:16:02.857Z] 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-03-01T21:16:07.141Z] Removing intermediate container a03eab324bcb [2021-03-01T21:16:07.141Z] ---> 4b6570dd078d [2021-03-01T21:16:07.141Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-01T21:16:07.141Z] ---> Running in 08bcba32dd4b [2021-03-01T21:16:08.115Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T21:16:08.386Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T21:16:09.003Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-01T21:16:09.003Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-01T21:16:09.003Z] (3/3) Installing curl (7.69.1-r3) [2021-03-01T21:16:09.278Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T21:16:09.278Z] OK: 71 MiB in 58 packages [2021-03-01T21:16:10.745Z] Removing intermediate container 08bcba32dd4b [2021-03-01T21:16:10.745Z] ---> 1709757b71aa [2021-03-01T21:16:10.745Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-01T21:16:10.745Z] ---> Running in 2bd6b8a55bd5 [2021-03-01T21:16:11.336Z] Removing intermediate container 2bd6b8a55bd5 [2021-03-01T21:16:11.336Z] ---> 35c2e468a655 [2021-03-01T21:16:11.336Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T21:16:11.336Z] ---> Running in 036ac22065d9 [2021-03-01T21:16:11.931Z] Removing intermediate container 036ac22065d9 [2021-03-01T21:16:11.931Z] ---> 92a3af3430ad [2021-03-01T21:16:11.931Z] Step 24/26 : LABEL arch=arm64 [2021-03-01T21:16:11.931Z] ---> Running in 6af780c5ca0b [2021-03-01T21:16:12.524Z] Removing intermediate container 6af780c5ca0b [2021-03-01T21:16:12.524Z] ---> 785fe2598a9a [2021-03-01T21:16:12.524Z] Step 25/26 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 [2021-03-01T21:16:12.524Z] ---> Running in 38cb3ab3e418 [2021-03-01T21:16:13.114Z] Removing intermediate container 38cb3ab3e418 [2021-03-01T21:16:13.114Z] ---> efd5e39fa342 [2021-03-01T21:16:13.114Z] Step 26/26 : LABEL version=0.0.0 [2021-03-01T21:16:13.114Z] ---> Running in 2b74b7d8deb4 [2021-03-01T21:16:13.707Z] Removing intermediate container 2b74b7d8deb4 [2021-03-01T21:16:13.707Z] ---> ba67d8991fcc [2021-03-01T21:16:13.707Z] [2021-03-01T21:16:13.977Z] Successfully built ba67d8991fcc [2021-03-01T21:16:13.977Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-01T21:16:14.619Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-01T21:16:14.624Z] $ docker stop --time=1 146d98932261c9b581a5324ecb0d2defcd8957fbebc5b27b91ad19b3a3bb5e1f [2021-03-01T21:16:16.563Z] $ docker rm -f 146d98932261c9b581a5324ecb0d2defcd8957fbebc5b27b91ad19b3a3bb5e1f [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-01T21:16:17.337Z] + grep docker [2021-03-01T21:16:17.337Z] + docker images [2021-03-01T21:16:17.615Z] docker-sys-mgmt-agent-go-arm64 latest ba67d8991fcc 4 seconds ago 300MB [2021-03-01T21:16:17.615Z] docker-core-data-go-arm64 latest e3b776efd6d1 43 seconds ago 21.1MB [2021-03-01T21:16:17.615Z] docker-security-secretstore-setup-go-arm64 latest 413b26c81c75 About a minute ago 23.7MB [2021-03-01T21:16:17.615Z] docker-core-command-go-arm64 latest a8a2bff9f1da About a minute ago 16.2MB [2021-03-01T21:16:17.615Z] docker-security-bootstrapper-go-arm64 latest 6eed4b7c64e7 3 minutes ago 17.6MB [2021-03-01T21:16:17.615Z] docker-core-metadata-go-arm64 latest c8872d42b335 3 minutes ago 17.9MB [2021-03-01T21:16:17.615Z] docker-support-notifications-go-arm64 latest 5a14205a399c 3 minutes ago 16.8MB [2021-03-01T21:16:17.615Z] docker-support-scheduler-go-arm64 latest 0c6d2548cb00 3 minutes ago 16.3MB [2021-03-01T21:16:17.615Z] docker-security-proxy-setup-go-arm64 latest b2ec00279e6b 4 minutes ago 23.4MB [2021-03-01T21:16:17.615Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-01T21:16:19.108Z] ---> job-cost.sh [2021-03-01T21:16:19.108Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-NiPh [2021-03-01T21:16:58.052Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-01T21:19:19.859Z] lf-activate-venv(): INFO: Adding /tmp/venv-NiPh/bin to PATH [2021-03-01T21:19:19.859Z] INFO: No Stack... [2021-03-01T21:19:19.859Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-01T21:19:19.859Z] INFO: Archiving Costs [Pipeline] sh [2021-03-01T21:19:20.199Z] + + cut -d, -f6cat [2021-03-01T21:19:20.199Z] /w/workspace/edgex-go/2/archives/cost.csv [Pipeline] lock [2021-03-01T21:19:20.317Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3206-2-stack-cost] [2021-03-01T21:19:20.330Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3206-2-stack-cost] did not exist. Created. [2021-03-01T21:19:20.330Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3206-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-01T21:19:20.804Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-01T21:19:21.068Z] Stashed 1 file(s) [Pipeline] } [2021-03-01T21:19:21.080Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3206-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-01T21:19:23.284Z] provisioning config files... [2021-03-01T21:19:23.307Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config949309164658942407tmp [Pipeline] { [Pipeline] sh [2021-03-01T21:19:23.698Z] + set +x [2021-03-01T21:19:23.698Z] + curl -s https://codecov.io/bash [2021-03-01T21:19:23.698Z] + bash -s -- [2021-03-01T21:19:23.960Z] [2021-03-01T21:19:23.960Z] _____ _ [2021-03-01T21:19:23.960Z] / ____| | | [2021-03-01T21:19:23.960Z] | | ___ __| | ___ ___ _____ __ [2021-03-01T21:19:23.960Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-01T21:19:23.960Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-01T21:19:23.960Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-01T21:19:23.960Z] Bash-20210226-7100762 [2021-03-01T21:19:23.960Z] [2021-03-01T21:19:23.960Z] [2021-03-01T21:19:23.960Z] ==> git version 2.24.3 found [2021-03-01T21:19:23.960Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-01T21:19:23.960Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-01T21:19:23.960Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-01T21:19:24.222Z] ==> Jenkins CI detected. [2021-03-01T21:19:24.222Z] project root: . [2021-03-01T21:19:24.222Z] --> token set from env [2021-03-01T21:19:24.222Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-01T21:19:24.222Z] ==> Running gcov in . (disable via -X gcov) [2021-03-01T21:19:24.222Z] ==> Python coveragepy not found [2021-03-01T21:19:24.222Z] ==> Searching for coverage reports in: [2021-03-01T21:19:24.222Z] + . [2021-03-01T21:19:24.222Z] -> Found 1 reports [2021-03-01T21:19:24.222Z] ==> Detecting git/mercurial file structure [2021-03-01T21:19:24.222Z] ==> Reading reports [2021-03-01T21:19:24.222Z] + ./coverage.out bytes=600568 [2021-03-01T21:19:24.222Z] ==> Appending adjustments [2021-03-01T21:19:24.222Z] https://docs.codecov.io/docs/fixing-reports [2021-03-01T21:19:27.531Z] + Found adjustments [2021-03-01T21:19:27.531Z] ==> Gzipping contents [2021-03-01T21:19:27.531Z] 88K /tmp/codecov.0xxQ4D.gz [2021-03-01T21:19:27.531Z] ==> Uploading reports [2021-03-01T21:19:27.531Z] url: https://codecov.io [2021-03-01T21:19:27.531Z] query: branch=PR-3206&commit=2577f09d3b8037d11b31f6b7e5c935e548015290&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3206%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3206&job=&cmd_args= [2021-03-01T21:19:27.531Z] -> Pinging Codecov [2021-03-01T21:19:27.531Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-3206&commit=2577f09d3b8037d11b31f6b7e5c935e548015290&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3206%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3206&job=&cmd_args= [2021-03-01T21:19:28.104Z] -> Uploading to [2021-03-01T21:19:28.104Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-01/00271124DB129430A58F1EEE437C3FCB/2577f09d3b8037d11b31f6b7e5c935e548015290/44095d83-c428-45a3-b39d-7745903bd639.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210301%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210301T211927Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e532c0159a922272c85b792c72408be13b97c3e6ad6de10d63cf915a0f6cf4c2 [2021-03-01T21:19:28.104Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-01T21:19:28.104Z] Dload Upload Total Spent Left Speed [2021-03-01T21:19:28.676Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89420 0 0 100 89420 0 161k --:--:-- --:--:-- --:--:-- 161k [2021-03-01T21:19:28.676Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/2577f09d3b8037d11b31f6b7e5c935e548015290 [Pipeline] } [2021-03-01T21:19:28.686Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-01T21:19:31.618Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T21:19:32.500Z] ---> package-listing.sh [2021-03-01T21:19:32.501Z] ++ facter osfamily [2021-03-01T21:19:32.501Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-01T21:19:32.501Z] + OS_FAMILY=redhat [2021-03-01T21:19:32.501Z] + workspace=/w/workspace/edgex-go/2 [2021-03-01T21:19:32.501Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-01T21:19:32.501Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-01T21:19:32.501Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-01T21:19:32.501Z] + PACKAGES=/tmp/packages_start.txt [2021-03-01T21:19:32.501Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-01T21:19:32.501Z] + PACKAGES=/tmp/packages_end.txt [2021-03-01T21:19:32.501Z] + case "${OS_FAMILY}" in [2021-03-01T21:19:32.501Z] + rpm -qa [2021-03-01T21:19:32.501Z] + sort [2021-03-01T21:19:37.882Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-01T21:19:37.882Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-01T21:19:37.882Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-01T21:19:37.882Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-01T21:19:37.882Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-03-01T21:19:37.882Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-03-01T21:19:37.911Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-01T21:19:38.269Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-01T21:19:38.640Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-01T21:19:38.640Z] [2021-03-01T21:19:38.640Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-01T21:19:39.010Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-01T21:19:39.010Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-01T21:19:39.010Z] df20fa9351a1: Pulling fs layer [2021-03-01T21:19:39.010Z] 36b3adc4ff6f: Pulling fs layer [2021-03-01T21:19:39.010Z] 8ad3a11d3b57: Pulling fs layer [2021-03-01T21:19:39.010Z] 46f8f816bc3b: Pulling fs layer [2021-03-01T21:19:39.010Z] 93b61091891f: Pulling fs layer [2021-03-01T21:19:39.010Z] 93b9cdb0e59b: Pulling fs layer [2021-03-01T21:19:39.010Z] 5e14af77c1be: Pulling fs layer [2021-03-01T21:19:39.010Z] 01666e4c0597: Pulling fs layer [2021-03-01T21:19:39.010Z] aa168da1d23b: Pulling fs layer [2021-03-01T21:19:39.010Z] 46f8f816bc3b: Waiting [2021-03-01T21:19:39.010Z] 93b61091891f: Waiting [2021-03-01T21:19:39.010Z] 93b9cdb0e59b: Waiting [2021-03-01T21:19:39.010Z] 5e14af77c1be: Waiting [2021-03-01T21:19:39.010Z] 01666e4c0597: Waiting [2021-03-01T21:19:39.010Z] aa168da1d23b: Waiting [2021-03-01T21:19:39.010Z] 36b3adc4ff6f: Verifying Checksum [2021-03-01T21:19:39.010Z] 36b3adc4ff6f: Download complete [2021-03-01T21:19:39.273Z] 46f8f816bc3b: Download complete [2021-03-01T21:19:39.273Z] df20fa9351a1: Verifying Checksum [2021-03-01T21:19:39.273Z] df20fa9351a1: Download complete [2021-03-01T21:19:39.273Z] 93b9cdb0e59b: Verifying Checksum [2021-03-01T21:19:39.273Z] 93b9cdb0e59b: Download complete [2021-03-01T21:19:39.273Z] 93b61091891f: Verifying Checksum [2021-03-01T21:19:39.273Z] 93b61091891f: Download complete [2021-03-01T21:19:39.273Z] 5e14af77c1be: Verifying Checksum [2021-03-01T21:19:39.273Z] 5e14af77c1be: Download complete [2021-03-01T21:19:39.273Z] 01666e4c0597: Verifying Checksum [2021-03-01T21:19:39.273Z] 01666e4c0597: Download complete [2021-03-01T21:19:39.533Z] df20fa9351a1: Pull complete [2021-03-01T21:19:39.793Z] 36b3adc4ff6f: Pull complete [2021-03-01T21:19:39.793Z] 8ad3a11d3b57: Verifying Checksum [2021-03-01T21:19:39.794Z] 8ad3a11d3b57: Download complete [2021-03-01T21:19:41.718Z] 8ad3a11d3b57: Pull complete [2021-03-01T21:19:41.718Z] aa168da1d23b: Verifying Checksum [2021-03-01T21:19:41.718Z] aa168da1d23b: Download complete [2021-03-01T21:19:41.718Z] 46f8f816bc3b: Pull complete [2021-03-01T21:19:41.979Z] 93b61091891f: Pull complete [2021-03-01T21:19:41.979Z] 93b9cdb0e59b: Pull complete [2021-03-01T21:19:42.243Z] 5e14af77c1be: Pull complete [2021-03-01T21:19:42.243Z] 01666e4c0597: Pull complete [2021-03-01T21:19:50.385Z] aa168da1d23b: Pull complete [2021-03-01T21:19:50.956Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-01T21:19:50.956Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-01T21:19:50.956Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-01T21:19:51.104Z] prd-centos7-docker-4c-2g-28097 does not seem to be running inside a container [2021-03-01T21:19:51.145Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-01T21:19:54.013Z] $ docker top 7edd0870167112a15c36c0ef313b2674de1881eeb08fd7e7d9b3c16c7deb97e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-01T21:19:54.582Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-01T21:19:54.875Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-01T21:19:55.170Z] + ls /var/log/sa-host [2021-03-01T21:19:55.170Z] + sadf -c /var/log/sa-host/sa01 [2021-03-01T21:19:55.170Z] file_magic: OK [2021-03-01T21:19:55.170Z] HZ: Using current value: 100 [2021-03-01T21:19:55.170Z] file_header: OK [2021-03-01T21:19:55.170Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-01T21:19:55.170Z] Statistics: [2021-03-01T21:19:55.170Z] 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-03-01T21:19:55.170Z] File successfully converted to sysstat format version 12.2.1 [2021-03-01T21:19:55.170Z] + sadf -c /var/log/sa-host/sa23 [2021-03-01T21:19:55.170Z] file_magic: OK [2021-03-01T21:19:55.170Z] HZ: Using current value: 100 [2021-03-01T21:19:55.170Z] file_header: OK [2021-03-01T21:19:55.170Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-01T21:19:55.170Z] Statistics: [2021-03-01T21:19:55.170Z] Hnuu...uuuununununu... [2021-03-01T21:19:55.170Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-01T21:19:55.819Z] provisioning config files... [2021-03-01T21:19:55.841Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config6123333710324262180tmp [Pipeline] { [Pipeline] echo [2021-03-01T21:19:55.928Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T21:19:56.223Z] ---> create-netrc.sh [Pipeline] } [2021-03-01T21:19:56.232Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-01T21:19:56.342Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T21:19:56.641Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-01T21:19:56.650Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T21:19:56.942Z] ---> sudo-logs.sh [2021-03-01T21:19:56.943Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-01T21:19:57.012Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T21:19:57.305Z] ---> job-cost.sh [2021-03-01T21:19:57.305Z] lf-activate-venv: SKIPPING [2021-03-01T21:19:57.305Z] DEBUG: total: 0.20999999344348907 [2021-03-01T21:19:57.305Z] INFO: Retrieving Stack Cost... [2021-03-01T21:19:58.689Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-01T21:19:58.950Z] INFO: Archiving Costs [Pipeline] echo [2021-03-01T21:19:58.963Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T21:19:59.266Z] ---> logs-deploy.sh [2021-03-01T21:19:59.266Z] lf-activate-venv: SKIPPING [2021-03-01T21:19:59.266Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3206/2 [2021-03-01T21:19:59.266Z] INFO: archiving workspace using pattern(s): [2021-03-01T21:20:00.650Z] Archives upload complete. [2021-03-01T21:20:00.650Z] INFO: archiving logs to Nexus