Pull request #3331 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 jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 1e59b5aae2d2031bf0470ae103b5b12fbca793d4+abd01a6d142b6f684e0380bd2bdcda548b905f03 (28a8ccec45d25cdcee4d690ff64d9866e0e21a41) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-33189 in /w/workspace/edgexfoundry_edgex-go_PR-3331 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit abd01a6d142b6f684e0380bd2bdcda548b905f03 into PR head commit 1e59b5aae2d2031bf0470ae103b5b12fbca793d4 > 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/3331/head:refs/remotes/origin/PR-3331 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1e59b5aae2d2031bf0470ae103b5b12fbca793d4 # timeout=10 Merge succeeded, producing 1e59b5aae2d2031bf0470ae103b5b12fbca793d4 Checking out Revision 1e59b5aae2d2031bf0470ae103b5b12fbca793d4 (PR-3331) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge abd01a6d142b6f684e0380bd2bdcda548b905f03 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1e59b5aae2d2031bf0470ae103b5b12fbca793d4 # timeout=10 Commit message: "fix: integrate with the latest go-mod-bootstrap" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-07T20:49:51.715Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-07T20:49:52.004Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 8230932a761358ff52cdf0d729b70af81ccdf72a # timeout=10 [Pipeline] echo [2021-04-07T20:49:52.107Z] ========================================================= [2021-04-07T20:49:52.107Z] EdgeX Global Pipelines Version Info [2021-04-07T20:49:52.107Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-07T20:49:54.727Z] ------------------- [2021-04-07T20:49:54.727Z] stable info: [2021-04-07T20:49:54.727Z] ------------------- [2021-04-07T20:49:54.727Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-07T20:49:54.727Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-07T20:49:54.727Z] Message: update stable to v1.0.186 [2021-04-07T20:49:55.772Z] ------------------- [2021-04-07T20:49:55.772Z] experimental info: [2021-04-07T20:49:55.772Z] ------------------- [2021-04-07T20:49:55.773Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-07T20:49:55.773Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-07T20:49:55.773Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-07T20:49:56.171Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-07T20:49:56.267Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-07T20:49:56.361Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-07T20:49:56.452Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-07T20:49:56.544Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-07T20:49:56.638Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-07T20:49:56.730Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-07T20:49:56.822Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-07T20:49:56.916Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-07T20:49:57.043Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-07T20:49:57.142Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-07T20:49:57.235Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-07T20:49:57.324Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-07T20:49:57.409Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-07T20:49:57.533Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-07T20:49:57.619Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-07T20:49:57.718Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-07T20:49:57.805Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-07T20:49:57.891Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-07T20:49:58.001Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-07T20:49:58.091Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-07T20:49:58.179Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-07T20:49:58.264Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3331 [Pipeline] echo [2021-04-07T20:49:58.354Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3331 [Pipeline] echo [2021-04-07T20:49:58.439Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3331 [Pipeline] echo [2021-04-07T20:49:58.544Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1e59b5aae2d2031bf0470ae103b5b12fbca793d4 [Pipeline] echo [2021-04-07T20:49:58.633Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1e59b5a [Pipeline] echo [2021-04-07T20:49:58.720Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-07T20:49:58.887Z] provisioning config files... [2021-04-07T20:49:58.928Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config2715610038943387076tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T20:49:59.496Z] ---> docker-login.sh [2021-04-07T20:49:59.496Z] nexus3.edgexfoundry.org:10001 [2021-04-07T20:50:01.131Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T20:50:01.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T20:50:01.891Z] Configure a credential helper to remove this warning. See [2021-04-07T20:50:01.891Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T20:50:01.891Z] [2021-04-07T20:50:01.891Z] Login Succeeded [2021-04-07T20:50:01.891Z] nexus3.edgexfoundry.org:10002 [2021-04-07T20:50:02.199Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T20:50:02.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T20:50:02.476Z] Configure a credential helper to remove this warning. See [2021-04-07T20:50:02.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T20:50:02.476Z] [2021-04-07T20:50:02.476Z] Login Succeeded [2021-04-07T20:50:02.476Z] nexus3.edgexfoundry.org:10003 [2021-04-07T20:50:03.711Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T20:50:03.711Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T20:50:03.711Z] Configure a credential helper to remove this warning. See [2021-04-07T20:50:03.711Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T20:50:03.711Z] [2021-04-07T20:50:03.711Z] Login Succeeded [2021-04-07T20:50:03.711Z] nexus3.edgexfoundry.org:10004 [2021-04-07T20:50:04.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T20:50:04.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T20:50:04.373Z] Configure a credential helper to remove this warning. See [2021-04-07T20:50:04.373Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T20:50:04.373Z] [2021-04-07T20:50:04.373Z] Login Succeeded [2021-04-07T20:50:04.373Z] docker.io [2021-04-07T20:50:05.702Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T20:50:06.104Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T20:50:06.104Z] Configure a credential helper to remove this warning. See [2021-04-07T20:50:06.104Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T20:50:06.104Z] [2021-04-07T20:50:06.104Z] Login Succeeded [2021-04-07T20:50:06.104Z] ---> docker-login.sh ends [Pipeline] } [2021-04-07T20:50:06.123Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-07T20:50:06.757Z] ++ 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-04-07T20:50:06.757Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T20:50:06.757Z] ++ dirname cmd/core-command/Dockerfile [2021-04-07T20:50:06.757Z] ++ cut -d/ -f2 [2021-04-07T20:50:06.757Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-07T20:50:06.757Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T20:50:06.757Z] ++ dirname cmd/core-data/Dockerfile [2021-04-07T20:50:06.757Z] ++ cut -d/ -f2 [2021-04-07T20:50:06.757Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-07T20:50:06.757Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T20:50:06.757Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-07T20:50:06.757Z] ++ cut -d/ -f2 [2021-04-07T20:50:06.757Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-07T20:50:06.757Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T20:50:06.757Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-07T20:50:06.757Z] ++ cut -d/ -f2 [2021-04-07T20:50:06.757Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-07T20:50:06.757Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T20:50:06.757Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-07T20:50:06.757Z] ++ cut -d/ -f2 [2021-04-07T20:50:06.757Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-07T20:50:06.757Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T20:50:06.757Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-07T20:50:06.757Z] ++ cut -d/ -f2 [2021-04-07T20:50:06.757Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-07T20:50:06.757Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T20:50:06.757Z] ++ cut -d/ -f2 [2021-04-07T20:50:06.757Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-07T20:50:06.757Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-07T20:50:06.757Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T20:50:06.757Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-07T20:50:06.757Z] ++ cut -d/ -f2 [2021-04-07T20:50:06.757Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-07T20:50:06.757Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T20:50:06.757Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-07T20:50:06.757Z] ++ cut -d/ -f2 [2021-04-07T20:50:06.757Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-07T20:50:06.949Z] 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-04-07T20:50:09.331Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T20:50:09.812Z] [2021-04-07T20:50:09.812Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T20:50:10.484Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T20:50:10.991Z] latest: Pulling from edgex-devops/git-semver [2021-04-07T20:50:10.991Z] 31603596830f: Pulling fs layer [2021-04-07T20:50:10.991Z] 2a8b12db71e7: Pulling fs layer [2021-04-07T20:50:10.991Z] 6ca5941a6612: Pulling fs layer [2021-04-07T20:50:10.991Z] ecc8261a40a4: Pulling fs layer [2021-04-07T20:50:10.991Z] ecc8261a40a4: Waiting [2021-04-07T20:50:10.991Z] 2a8b12db71e7: Verifying Checksum [2021-04-07T20:50:10.991Z] 2a8b12db71e7: Download complete [2021-04-07T20:50:11.324Z] 31603596830f: Verifying Checksum [2021-04-07T20:50:11.324Z] 31603596830f: Download complete [2021-04-07T20:50:11.995Z] 6ca5941a6612: Verifying Checksum [2021-04-07T20:50:11.995Z] 6ca5941a6612: Download complete [2021-04-07T20:50:11.995Z] ecc8261a40a4: Verifying Checksum [2021-04-07T20:50:11.995Z] ecc8261a40a4: Download complete [2021-04-07T20:50:13.033Z] 31603596830f: Pull complete [2021-04-07T20:50:13.335Z] 2a8b12db71e7: Pull complete [2021-04-07T20:50:16.088Z] 6ca5941a6612: Pull complete [2021-04-07T20:50:16.088Z] ecc8261a40a4: Pull complete [2021-04-07T20:50:16.088Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-07T20:50:16.088Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T20:50:16.088Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-07T20:50:16.992Z] prd-centos7-docker-4c-2g-33189 does not seem to be running inside a container [2021-04-07T20:50:17.754Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-07T20:50:20.428Z] $ docker top 1e55c4e1fe826b9f691e91e767590ae95d4571e3fcc4dae9d766a372a636a2bf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-07T20:50:21.050Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-07T20:50:21.050Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-07T20:50:22.117Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-07T20:50:22.128Z] $ docker exec 1e55c4e1fe826b9f691e91e767590ae95d4571e3fcc4dae9d766a372a636a2bf ssh-agent [2021-04-07T20:50:22.758Z] SSH_AUTH_SOCK=/tmp/ssh-MWwQUzhQkiuG/agent.11 [2021-04-07T20:50:22.758Z] SSH_AGENT_PID=16 [2021-04-07T20:50:22.797Z] Running ssh-add (command line suppressed) [2021-04-07T20:50:23.215Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_1030192186288082276.key (/w/workspace/edgex-go/6@tmp/private_key_1030192186288082276.key) [2021-04-07T20:50:23.321Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-07T20:50:24.122Z] + git tag --points-at HEAD [Pipeline] } [2021-04-07T20:50:24.306Z] $ docker exec --env ******** --env ******** 1e55c4e1fe826b9f691e91e767590ae95d4571e3fcc4dae9d766a372a636a2bf ssh-agent -k [2021-04-07T20:50:25.162Z] unset SSH_AUTH_SOCK; [2021-04-07T20:50:25.162Z] unset SSH_AGENT_PID; [2021-04-07T20:50:25.162Z] echo Agent pid 16 killed; [2021-04-07T20:50:25.299Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-07T20:50:25.437Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-07T20:50:25.437Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-07T20:50:26.565Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-07T20:50:26.576Z] $ docker exec 1e55c4e1fe826b9f691e91e767590ae95d4571e3fcc4dae9d766a372a636a2bf ssh-agent [2021-04-07T20:50:27.049Z] SSH_AUTH_SOCK=/tmp/ssh-TBcz2bsV16fJ/agent.44 [2021-04-07T20:50:27.049Z] SSH_AGENT_PID=49 [2021-04-07T20:50:27.066Z] Running ssh-add (command line suppressed) [2021-04-07T20:50:27.611Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_6172281581755557957.key (/w/workspace/edgex-go/6@tmp/private_key_6172281581755557957.key) [2021-04-07T20:50:27.940Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-07T20:50:29.509Z] + git semver init [2021-04-07T20:50:29.509Z] # -> Open(): unable to determine branch for HEAD [2021-04-07T20:50:29.509Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2021-04-07T20:50:29.509Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2021-04-07T20:50:29.509Z] # $SEMVER_REMOTE_NAME = origin [2021-04-07T20:50:29.509Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-07T20:50:29.509Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-07T20:50:29.509Z] # $SEMVER_BRANCH = PR-3331 [2021-04-07T20:50:29.509Z] # $SEMVER_TEMP = /tmp/semver-350458509 [2021-04-07T20:50:29.509Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-07T20:51:11.286Z] # '/tmp/semver-350458509' -> '/w/workspace/edgex-go/6/.semver' [2021-04-07T20:51:11.286Z] # -> Force: false [2021-04-07T20:51:11.286Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2021-04-07T20:51:11.394Z] $ docker exec --env ******** --env ******** 1e55c4e1fe826b9f691e91e767590ae95d4571e3fcc4dae9d766a372a636a2bf ssh-agent -k [2021-04-07T20:51:12.194Z] unset SSH_AUTH_SOCK; [2021-04-07T20:51:12.195Z] unset SSH_AGENT_PID; [2021-04-07T20:51:12.195Z] echo Agent pid 49 killed; [2021-04-07T20:51:12.696Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-07T20:51:13.737Z] + git semver [Pipeline] } [2021-04-07T20:51:13.767Z] $ docker stop --time=1 1e55c4e1fe826b9f691e91e767590ae95d4571e3fcc4dae9d766a372a636a2bf [2021-04-07T20:51:16.850Z] $ docker rm -f 1e55c4e1fe826b9f691e91e767590ae95d4571e3fcc4dae9d766a372a636a2bf [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-07T20:51:17.755Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-07T20:51:19.939Z] Stashed 1 file(s) [Pipeline] echo [2021-04-07T20:51:19.942Z] [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-04-07T20:51:21.002Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-07T20:51:21.431Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-07T20:51:21.817Z] + sudo service docker restart [2021-04-07T20:51:21.817Z] + true [2021-04-07T20:51:21.817Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-07T20:51:24.149Z] ========================================================= [2021-04-07T20:51:24.149Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-07T20:51:24.149Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-07T20:51:24.614Z] + 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-04-07T20:51:35.098Z] Sending build context to Docker daemon 329.4MB [2021-04-07T20:51:35.098Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-07T20:51:35.098Z] Step 2/6 : FROM ${BASE} [2021-04-07T20:51:35.098Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-07T20:51:35.098Z] 188c0c94c7c5: Pulling fs layer [2021-04-07T20:51:35.098Z] 0ef7d3d256c8: Pulling fs layer [2021-04-07T20:51:35.098Z] de9db76c5a1d: Pulling fs layer [2021-04-07T20:51:35.098Z] bca2f99d35d6: Pulling fs layer [2021-04-07T20:51:35.098Z] 93359f2a8cfa: Pulling fs layer [2021-04-07T20:51:35.099Z] 7c6f9722023f: Pulling fs layer [2021-04-07T20:51:35.099Z] a35cf1a2eb13: Pulling fs layer [2021-04-07T20:51:35.099Z] bca2f99d35d6: Waiting [2021-04-07T20:51:35.099Z] 93359f2a8cfa: Waiting [2021-04-07T20:51:35.099Z] 7c6f9722023f: Waiting [2021-04-07T20:51:35.099Z] a35cf1a2eb13: Waiting [2021-04-07T20:51:35.099Z] de9db76c5a1d: Verifying Checksum [2021-04-07T20:51:35.099Z] de9db76c5a1d: Download complete [2021-04-07T20:51:35.099Z] 0ef7d3d256c8: Verifying Checksum [2021-04-07T20:51:35.099Z] 0ef7d3d256c8: Download complete [2021-04-07T20:51:35.099Z] 93359f2a8cfa: Verifying Checksum [2021-04-07T20:51:35.099Z] 93359f2a8cfa: Download complete [2021-04-07T20:51:35.099Z] 7c6f9722023f: Verifying Checksum [2021-04-07T20:51:35.099Z] 7c6f9722023f: Download complete [2021-04-07T20:51:35.436Z] Still waiting to schedule task [2021-04-07T20:51:35.436Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-07T20:51:36.682Z] 188c0c94c7c5: Verifying Checksum [2021-04-07T20:51:36.682Z] 188c0c94c7c5: Download complete [2021-04-07T20:51:38.306Z] 188c0c94c7c5: Pull complete [2021-04-07T20:51:39.109Z] 0ef7d3d256c8: Pull complete [2021-04-07T20:51:39.900Z] de9db76c5a1d: Pull complete [2021-04-07T20:51:45.620Z] a35cf1a2eb13: Verifying Checksum [2021-04-07T20:51:45.621Z] a35cf1a2eb13: Download complete [2021-04-07T20:51:45.621Z] bca2f99d35d6: Verifying Checksum [2021-04-07T20:51:45.621Z] bca2f99d35d6: Download complete [2021-04-07T20:52:01.065Z] bca2f99d35d6: Pull complete [2021-04-07T20:52:01.065Z] 93359f2a8cfa: Pull complete [2021-04-07T20:52:01.065Z] 7c6f9722023f: Pull complete [2021-04-07T20:52:09.762Z] a35cf1a2eb13: Pull complete [2021-04-07T20:52:09.762Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-07T20:52:09.762Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-07T20:52:09.762Z] ---> a62c8e92a672 [2021-04-07T20:52:09.762Z] 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-04-07T20:52:09.762Z] ---> Running in 392444d90775 [2021-04-07T20:52:10.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T20:52:11.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T20:52:12.252Z] (1/12) Installing libmagic (5.38-r0) [2021-04-07T20:52:12.573Z] (2/12) Installing file (5.38-r0) [2021-04-07T20:52:12.573Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-07T20:52:12.573Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-07T20:52:31.145Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-07T20:52:31.145Z] (6/12) Installing patch (2.7.6-r6) [2021-04-07T20:52:31.145Z] (7/12) Installing build-base (0.5-r2) [2021-04-07T20:52:31.145Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-07T20:52:31.145Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-07T20:52:31.145Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-07T20:52:31.145Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-07T20:52:31.145Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-07T20:52:31.145Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T20:52:31.145Z] OK: 233 MiB in 51 packages [2021-04-07T20:52:36.866Z] Removing intermediate container 392444d90775 [2021-04-07T20:52:36.866Z] ---> 04331dc47886 [2021-04-07T20:52:36.866Z] Step 4/6 : WORKDIR /edgex-go [2021-04-07T20:52:36.866Z] ---> Running in e7b7246ee206 [2021-04-07T20:52:36.866Z] Removing intermediate container e7b7246ee206 [2021-04-07T20:52:36.866Z] ---> 835d74b57855 [2021-04-07T20:52:36.866Z] Step 5/6 : COPY go.mod . [2021-04-07T20:52:37.541Z] ---> 7b5396112103 [2021-04-07T20:52:37.541Z] Step 6/6 : RUN go mod download [2021-04-07T20:52:37.915Z] ---> Running in 80b017713bba [2021-04-07T20:53:11.121Z] Removing intermediate container 80b017713bba [2021-04-07T20:53:11.121Z] ---> 873f87f64ee2 [2021-04-07T20:53:11.121Z] Successfully built 873f87f64ee2 [2021-04-07T20:53:11.121Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T20:53:11.533Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-07T20:53:11.533Z] . [Pipeline] withDockerContainer [2021-04-07T20:53:12.115Z] prd-centos7-docker-4c-2g-33189 does not seem to be running inside a container [2021-04-07T20:53:12.331Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-07T20:53:14.779Z] $ docker top 8419abc01e102f318d6d5a1576da56650534180763057c53017ca372296cdef8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T20:53:16.468Z] + go version [2021-04-07T20:53:16.468Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-07T20:53:16.696Z] $ docker stop --time=1 8419abc01e102f318d6d5a1576da56650534180763057c53017ca372296cdef8 [2021-04-07T20:53:19.895Z] $ docker rm -f 8419abc01e102f318d6d5a1576da56650534180763057c53017ca372296cdef8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T20:53:21.103Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-07T20:53:21.740Z] . [Pipeline] withDockerContainer [2021-04-07T20:53:21.960Z] prd-centos7-docker-4c-2g-33189 does not seem to be running inside a container [2021-04-07T20:53:22.226Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-07T20:53:22.436Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33190 in /w/workspace/edgexfoundry_edgex-go_PR-3331 [2021-04-07T20:53:24.101Z] $ docker top f1f2c1a54c1a0ee612f358e2e1707a3fb59c4071450d87c7bbf4c274047edabe -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] ws [2021-04-07T20:53:24.748Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] echo [2021-04-07T20:53:24.793Z] ========================================================= [2021-04-07T20:53:24.793Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-07T20:53:24.793Z] ========================================================= [Pipeline] sh [Pipeline] checkout [2021-04-07T20:53:27.017Z] + make test [2021-04-07T20:53:27.017Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-07T20:53:30.006Z] using credential edgex-jenkins-ssh [2021-04-07T20:53:30.077Z] Cloning the remote Git repository [2021-04-07T20:53:30.137Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-07T20:53:30.241Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-04-07T20:53:30.305Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-07T20:53:30.306Z] > git --version # timeout=10 [2021-04-07T20:53:30.325Z] > git --version # 'git version 2.17.1' [2021-04-07T20:53:30.327Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T20:53:30.398Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T20:53:45.229Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-07T20:53:45.250Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T20:53:45.272Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-07T20:53:46.165Z] Merging remotes/origin/master commit abd01a6d142b6f684e0380bd2bdcda548b905f03 into PR head commit 1e59b5aae2d2031bf0470ae103b5b12fbca793d4 [2021-04-07T20:53:46.629Z] Merge succeeded, producing 1e59b5aae2d2031bf0470ae103b5b12fbca793d4 [2021-04-07T20:53:46.629Z] Checking out Revision 1e59b5aae2d2031bf0470ae103b5b12fbca793d4 (PR-3331) [2021-04-07T20:53:45.307Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-07T20:53:45.308Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T20:53:45.320Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3331/head:refs/remotes/origin/PR-3331 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-07T20:53:46.189Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T20:53:46.202Z] > git checkout -f 1e59b5aae2d2031bf0470ae103b5b12fbca793d4 # timeout=10 [2021-04-07T20:53:46.519Z] > git remote # timeout=10 [2021-04-07T20:53:46.536Z] > git config --get remote.origin.url # timeout=10 [2021-04-07T20:53:46.548Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T20:53:46.558Z] > git merge abd01a6d142b6f684e0380bd2bdcda548b905f03 # timeout=10 [2021-04-07T20:53:46.614Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-07T20:53:46.640Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T20:53:46.658Z] > git checkout -f 1e59b5aae2d2031bf0470ae103b5b12fbca793d4 # timeout=10 [2021-04-07T20:53:51.054Z] Commit message: "fix: integrate with the latest go-mod-bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-07T20:53:52.708Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-07T20:53:53.156Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-07T20:53:53.503Z] + + true [2021-04-07T20:53:53.503Z] sudo service docker restart [2021-04-07T20:53:54.629Z] ? github.com/edgexfoundry/edgex-go [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-07T20:53:55.558Z] provisioning config files... [2021-04-07T20:53:55.607Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config8179421833001712714tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T20:53:56.019Z] ---> docker-login.sh [2021-04-07T20:53:56.019Z] nexus3.edgexfoundry.org:10001 [2021-04-07T20:53:56.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T20:53:57.218Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T20:53:57.218Z] Configure a credential helper to remove this warning. See [2021-04-07T20:53:57.218Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T20:53:57.218Z] [2021-04-07T20:53:57.218Z] Login Succeeded [2021-04-07T20:53:57.218Z] nexus3.edgexfoundry.org:10002 [2021-04-07T20:53:57.492Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T20:53:57.766Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T20:53:57.766Z] Configure a credential helper to remove this warning. See [2021-04-07T20:53:57.766Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T20:53:57.766Z] [2021-04-07T20:53:57.766Z] Login Succeeded [2021-04-07T20:53:57.766Z] nexus3.edgexfoundry.org:10003 [2021-04-07T20:53:58.039Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T20:53:58.313Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T20:53:58.313Z] Configure a credential helper to remove this warning. See [2021-04-07T20:53:58.313Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T20:53:58.313Z] [2021-04-07T20:53:58.313Z] Login Succeeded [2021-04-07T20:53:58.313Z] nexus3.edgexfoundry.org:10004 [2021-04-07T20:53:58.587Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T20:53:58.861Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T20:53:58.861Z] Configure a credential helper to remove this warning. See [2021-04-07T20:53:58.861Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T20:53:58.861Z] [2021-04-07T20:53:58.861Z] Login Succeeded [2021-04-07T20:53:58.861Z] docker.io [2021-04-07T20:53:59.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T20:53:59.404Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T20:53:59.404Z] Configure a credential helper to remove this warning. See [2021-04-07T20:53:59.404Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T20:53:59.404Z] [2021-04-07T20:53:59.404Z] Login Succeeded [2021-04-07T20:53:59.404Z] ---> docker-login.sh ends [Pipeline] } [2021-04-07T20:53:59.422Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-07T20:53:59.903Z] ========================================================= [2021-04-07T20:53:59.904Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-07T20:53:59.904Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-07T20:54:00.319Z] + 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-04-07T20:54:02.945Z] Sending build context to Docker daemon 167.3MB [2021-04-07T20:54:02.945Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-07T20:54:02.945Z] Step 2/6 : FROM ${BASE} [2021-04-07T20:54:02.945Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-07T20:54:02.945Z] 5f621e34cdf4: Pulling fs layer [2021-04-07T20:54:02.945Z] a4357932f1b6: Pulling fs layer [2021-04-07T20:54:02.945Z] 18c013af1878: Pulling fs layer [2021-04-07T20:54:02.945Z] 00ac8860ef70: Pulling fs layer [2021-04-07T20:54:02.945Z] 63d7cb157983: Pulling fs layer [2021-04-07T20:54:02.945Z] b116817d02f9: Pulling fs layer [2021-04-07T20:54:02.945Z] 745a02a5169b: Pulling fs layer [2021-04-07T20:54:02.945Z] 00ac8860ef70: Waiting [2021-04-07T20:54:02.945Z] 63d7cb157983: Waiting [2021-04-07T20:54:02.945Z] 745a02a5169b: Waiting [2021-04-07T20:54:02.945Z] b116817d02f9: Waiting [2021-04-07T20:54:02.945Z] 18c013af1878: Verifying Checksum [2021-04-07T20:54:02.945Z] a4357932f1b6: Verifying Checksum [2021-04-07T20:54:02.945Z] 18c013af1878: Download complete [2021-04-07T20:54:02.945Z] a4357932f1b6: Download complete [2021-04-07T20:54:02.945Z] 63d7cb157983: Verifying Checksum [2021-04-07T20:54:02.945Z] 63d7cb157983: Download complete [2021-04-07T20:54:02.945Z] b116817d02f9: Verifying Checksum [2021-04-07T20:54:02.945Z] b116817d02f9: Download complete [2021-04-07T20:54:02.945Z] 5f621e34cdf4: Verifying Checksum [2021-04-07T20:54:02.945Z] 5f621e34cdf4: Download complete [2021-04-07T20:54:03.542Z] 5f621e34cdf4: Pull complete [2021-04-07T20:54:04.136Z] a4357932f1b6: Pull complete [2021-04-07T20:54:04.408Z] 18c013af1878: Pull complete [2021-04-07T20:54:05.389Z] 745a02a5169b: Verifying Checksum [2021-04-07T20:54:05.389Z] 745a02a5169b: Download complete [2021-04-07T20:54:06.365Z] 00ac8860ef70: Verifying Checksum [2021-04-07T20:54:06.365Z] 00ac8860ef70: Download complete [2021-04-07T20:54:16.524Z] 00ac8860ef70: Pull complete [2021-04-07T20:54:16.524Z] 63d7cb157983: Pull complete [2021-04-07T20:54:16.524Z] b116817d02f9: Pull complete [2021-04-07T20:54:19.933Z] 745a02a5169b: Pull complete [2021-04-07T20:54:19.933Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-07T20:54:19.933Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-07T20:54:19.933Z] ---> b7e6874047d6 [2021-04-07T20:54:19.933Z] 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-04-07T20:54:23.329Z] ---> Running in 4e3e26630a7e [2021-04-07T20:54:24.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T20:54:25.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T20:54:26.721Z] (1/12) Installing libmagic (5.38-r0) [2021-04-07T20:54:27.693Z] (2/12) Installing file (5.38-r0) [2021-04-07T20:54:27.694Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-07T20:54:27.694Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-07T20:54:28.179Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-07T20:54:38.757Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-07T20:54:38.757Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-07T20:54:38.757Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-07T20:54:40.051Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-07T20:54:40.051Z] (6/12) Installing patch (2.7.6-r6) [2021-04-07T20:54:40.051Z] (7/12) Installing build-base (0.5-r2) [2021-04-07T20:54:40.051Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-07T20:54:40.051Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-07T20:54:40.051Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-07T20:54:40.051Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-07T20:54:40.324Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-07T20:54:40.324Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T20:54:40.324Z] OK: 217 MiB in 51 packages [2021-04-07T20:54:43.636Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-07T20:54:43.636Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-07T20:54:43.636Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-07T20:54:44.630Z] Removing intermediate container 4e3e26630a7e [2021-04-07T20:54:44.630Z] ---> a4be577cb28f [2021-04-07T20:54:44.630Z] Step 4/6 : WORKDIR /edgex-go [2021-04-07T20:54:44.630Z] ---> Running in a5acbaef4274 [2021-04-07T20:54:44.630Z] Removing intermediate container a5acbaef4274 [2021-04-07T20:54:44.630Z] ---> b4ed26ff608d [2021-04-07T20:54:44.630Z] Step 5/6 : COPY go.mod . [2021-04-07T20:54:44.916Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-07T20:54:45.606Z] ---> 78a01fd60f61 [2021-04-07T20:54:45.606Z] Step 6/6 : RUN go mod download [2021-04-07T20:54:45.606Z] ---> Running in 9e888294811c [2021-04-07T20:54:47.757Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-07T20:54:48.418Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-07T20:54:52.945Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-07T20:54:52.945Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-07T20:54:52.945Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-07T20:54:57.559Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.320s coverage: 45.9% of statements [2021-04-07T20:54:57.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-07T20:54:57.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-07T20:54:57.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-07T20:54:57.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-07T20:54:57.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-07T20:54:57.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-07T20:54:57.560Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.123s coverage: 19.8% of statements [2021-04-07T20:54:57.560Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.195s coverage: 100.0% of statements [2021-04-07T20:55:04.101Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 2.139s coverage: 27.1% of statements [2021-04-07T20:55:04.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-07T20:55:04.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-07T20:55:04.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-07T20:55:04.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-07T20:55:04.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-07T20:55:04.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-07T20:55:04.101Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.076s coverage: 100.0% of statements [2021-04-07T20:55:04.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-07T20:55:04.101Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.099s coverage: 100.0% of statements [2021-04-07T20:55:04.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-07T20:55:04.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-07T20:55:04.101Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.370s coverage: 71.3% of statements [2021-04-07T20:55:04.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-07T20:55:04.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-07T20:55:06.654Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.327s coverage: 82.9% of statements [2021-04-07T20:55:06.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-07T20:55:06.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-07T20:55:06.654Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.221s coverage: 78.9% of statements [2021-04-07T20:55:06.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-07T20:55:12.504Z] Removing intermediate container 9e888294811c [2021-04-07T20:55:12.504Z] ---> 50fa7b1a7234 [2021-04-07T20:55:12.504Z] Successfully built 50fa7b1a7234 [2021-04-07T20:55:12.504Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T20:55:12.851Z] + docker inspect -f . ci-base-image-arm64 [2021-04-07T20:55:12.851Z] . [Pipeline] withDockerContainer [2021-04-07T20:55:13.128Z] prd-ubuntu18.04-docker-arm64-4c-16g-33190 does not seem to be running inside a container [2021-04-07T20:55:13.214Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-07T20:55:14.693Z] $ docker top f27fa02712aff691051f75f27656d7c0d14ec1563b09e36685dca9aba1dd9fb2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T20:55:15.713Z] + go version [2021-04-07T20:55:15.713Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-07T20:55:15.737Z] $ docker stop --time=1 f27fa02712aff691051f75f27656d7c0d14ec1563b09e36685dca9aba1dd9fb2 [2021-04-07T20:55:17.671Z] $ docker rm -f f27fa02712aff691051f75f27656d7c0d14ec1563b09e36685dca9aba1dd9fb2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T20:55:18.642Z] + docker inspect -f . ci-base-image-arm64 [2021-04-07T20:55:18.642Z] . [Pipeline] withDockerContainer [2021-04-07T20:55:18.880Z] prd-ubuntu18.04-docker-arm64-4c-16g-33190 does not seem to be running inside a container [2021-04-07T20:55:18.963Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-07T20:55:20.407Z] $ docker top e729d097f53e4e3a549b4abb175c4c326070cc2555b8a2fee9a3b79c47b53c02 -eo pid,comm [2021-04-07T20:55:20.585Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.123s coverage: 28.6% of statements [2021-04-07T20:55:20.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-07T20:55:20.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-07T20:55:20.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-07T20:55:20.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-07T20:55:20.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-07T20:55:20.585Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.289s coverage: 100.0% of statements [2021-04-07T20:55:20.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-07T20:55:20.585Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 1.327s coverage: 100.0% of statements [2021-04-07T20:55:20.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-07T20:55:20.585Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.524s coverage: 86.7% of statements [2021-04-07T20:55:20.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-07T20:55:20.585Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.628s coverage: 97.5% of statements [2021-04-07T20:55:20.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-07T20:55:20.585Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.318s coverage: 78.3% of statements [2021-04-07T20:55:20.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-07T20:55:20.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-07T20:55:20.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-07T20:55:20.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [Pipeline] { [Pipeline] echo [2021-04-07T20:55:20.801Z] ========================================================= [2021-04-07T20:55:20.801Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-07T20:55:20.801Z] ========================================================= [Pipeline] sh [2021-04-07T20:55:21.458Z] + make test [2021-04-07T20:55:21.458Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-07T20:55:28.765Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.513s coverage: 92.8% of statements [2021-04-07T20:55:28.766Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-07T20:55:28.766Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-07T20:55:28.766Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-07T20:55:28.766Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-07T20:55:28.766Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-07T20:55:28.766Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-07T20:55:28.766Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-07T20:55:28.766Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-07T20:55:28.766Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-07T20:55:28.766Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-07T20:55:28.766Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-07T20:55:28.766Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-07T20:55:28.766Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-07T20:55:28.766Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-07T20:55:28.766Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-07T20:55:28.766Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-07T20:55:28.766Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-07T20:55:28.766Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-07T20:55:28.766Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.082s coverage: 58.8% of statements [2021-04-07T20:55:28.766Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-07T20:55:28.766Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-07T20:55:28.766Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.110s coverage: 1.0% of statements [2021-04-07T20:55:28.766Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-07T20:55:28.766Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-07T20:55:28.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-07T20:55:28.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.252s coverage: 47.1% of statements [2021-04-07T20:55:28.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.145s coverage: 79.5% of statements [2021-04-07T20:55:28.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.095s coverage: 94.1% of statements [2021-04-07T20:55:28.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.145s coverage: 96.3% of statements [2021-04-07T20:55:29.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.215s coverage: 87.5% of statements [2021-04-07T20:55:42.825Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.272s coverage: 94.4% of statements [2021-04-07T20:55:42.825Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.140s coverage: 44.8% of statements [2021-04-07T20:55:43.682Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-07T20:55:46.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.222s coverage: 81.5% of statements [2021-04-07T20:55:46.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-07T20:55:46.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.280s coverage: 87.1% of statements [2021-04-07T20:55:59.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.336s coverage: 92.9% of statements [2021-04-07T20:55:59.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-07T20:55:59.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-07T20:55:59.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-07T20:55:59.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.090s coverage: 77.8% of statements [2021-04-07T20:55:59.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-07T20:55:59.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-07T20:55:59.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-07T20:55:59.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-07T20:55:59.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-07T20:55:59.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.310s coverage: 87.2% of statements [2021-04-07T20:55:59.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-07T20:55:59.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-07T20:55:59.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.067s coverage: 100.0% of statements [2021-04-07T20:55:59.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-07T20:55:59.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.566s coverage: 75.5% of statements [2021-04-07T20:55:59.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-07T20:55:59.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.108s coverage: 80.8% of statements [2021-04-07T20:55:59.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.212s coverage: 87.2% of statements [2021-04-07T20:55:59.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.111s coverage: 84.6% of statements [2021-04-07T20:55:59.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.130s coverage: 91.6% of statements [2021-04-07T20:55:59.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-07T20:55:59.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.785s coverage: 64.4% of statements [2021-04-07T20:55:59.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-07T20:55:59.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-07T20:55:59.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.077s coverage: 100.0% of statements [2021-04-07T20:55:59.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.273s coverage: 91.3% of statements [2021-04-07T20:55:59.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.088s coverage: 100.0% of statements [2021-04-07T20:55:59.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.424s coverage: 73.7% of statements [2021-04-07T20:55:59.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.092s coverage: 100.0% of statements [2021-04-07T20:56:00.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.382s coverage: 69.0% of statements [2021-04-07T20:56:00.724Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-07T20:56:00.724Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-07T20:56:00.724Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-07T20:56:02.025Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.501s coverage: 38.4% of statements [2021-04-07T20:56:02.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-07T20:56:02.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-07T20:56:02.025Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.230s coverage: 89.5% of statements [2021-04-07T20:56:02.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-07T20:56:03.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.101s coverage: 84.8% of statements [2021-04-07T20:56:09.647Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.450s coverage: 47.0% of statements [2021-04-07T20:56:09.647Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-07T20:56:09.647Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-07T20:56:09.647Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-07T20:56:09.647Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-07T20:56:09.647Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-07T20:56:09.647Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.240s coverage: 100.0% of statements [2021-04-07T20:56:09.647Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-07T20:56:09.647Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.132s coverage: 100.0% of statements [2021-04-07T20:56:09.647Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-07T20:56:09.647Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-07T20:56:09.647Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.165s coverage: 11.0% of statements [2021-04-07T20:56:09.647Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-07T20:56:09.647Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.355s coverage: 87.1% of statements [2021-04-07T20:56:09.647Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-07T20:56:09.647Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-07T20:56:09.647Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-07T20:56:15.923Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.035s coverage: 29.1% of statements [2021-04-07T20:56:15.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-07T20:56:15.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-07T20:56:15.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-07T20:56:15.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-07T20:56:15.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-07T20:56:15.923Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.466s coverage: 99.0% of statements [2021-04-07T20:56:15.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-07T20:56:15.923Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.174s coverage: 100.0% of statements [2021-04-07T20:56:15.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-07T20:56:15.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-07T20:56:15.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-07T20:56:15.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-07T20:56:15.923Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.202s coverage: 95.6% of statements [2021-04-07T20:56:15.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-07T20:56:15.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-07T20:56:15.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-07T20:56:15.923Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.086s coverage: 0.0% of statements [2021-04-07T20:56:15.923Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-07T20:56:15.923Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.082s coverage: 100.0% of statements [2021-04-07T20:56:15.923Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-07T20:56:15.923Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-07T20:56:15.923Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-07T20:56:15.923Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-07T20:56:15.923Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.123s coverage: 87.9% of statements [2021-04-07T20:56:15.923Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-07T20:56:15.923Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-07T20:56:17.080Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.137s coverage: 100.0% of statements [2021-04-07T20:56:17.359Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.173s coverage: 32.1% of statements [2021-04-07T20:56:18.039Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.074s coverage: 100.0% of statements [2021-04-07T20:56:19.167Z] GO111MODULE=on go vet ./... [2021-04-07T20:56:30.706Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-07T20:56:49.035Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-07T20:56:49.035Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-07T20:56:49.035Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-07T20:56:49.035Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-07T20:56:49.035Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-07T20:56:49.035Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-07T20:56:49.035Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-07T20:56:51.041Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-07T20:56:52.027Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-07T20:57:00.350Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-07T20:57:00.350Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-07T20:57:00.350Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-07T20:57:05.775Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.286s coverage: 45.9% of statements [2021-04-07T20:57:05.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-07T20:57:05.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-07T20:57:05.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-07T20:57:05.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-07T20:57:05.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-07T20:57:05.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-07T20:57:05.775Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.142s coverage: 19.8% of statements [2021-04-07T20:57:05.775Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.248s coverage: 100.0% of statements [2021-04-07T20:57:14.090Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.525s coverage: 27.1% of statements [2021-04-07T20:57:14.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-07T20:57:14.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-07T20:57:14.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-07T20:57:14.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-07T20:57:14.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-07T20:57:14.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-07T20:57:14.090Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.157s coverage: 100.0% of statements [2021-04-07T20:57:14.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-07T20:57:14.090Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.179s coverage: 100.0% of statements [2021-04-07T20:57:14.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-07T20:57:14.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-07T20:57:14.090Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.228s coverage: 71.3% of statements [2021-04-07T20:57:14.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-07T20:57:14.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-07T20:57:15.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.511s coverage: 82.9% of statements [2021-04-07T20:57:15.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-07T20:57:15.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-07T20:57:15.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.170s coverage: 78.9% of statements [2021-04-07T20:57:15.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-07T20:57:27.975Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.138s coverage: 28.6% of statements [2021-04-07T20:57:27.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-07T20:57:27.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-07T20:57:27.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-07T20:57:27.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-07T20:57:27.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-07T20:57:27.976Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.236s coverage: 100.0% of statements [2021-04-07T20:57:27.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-07T20:57:27.976Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.160s coverage: 100.0% of statements [2021-04-07T20:57:27.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-07T20:57:27.976Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.456s coverage: 86.7% of statements [2021-04-07T20:57:27.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-07T20:57:27.976Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.513s coverage: 97.5% of statements [2021-04-07T20:57:27.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-07T20:57:27.976Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.186s coverage: 78.3% of statements [2021-04-07T20:57:27.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-07T20:57:27.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-07T20:57:27.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-07T20:57:27.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-07T20:57:34.733Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.182s coverage: 92.8% of statements [2021-04-07T20:57:34.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-07T20:57:34.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-07T20:57:34.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-07T20:57:34.733Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-07T20:57:34.733Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-07T20:57:34.733Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-07T20:57:34.733Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-07T20:57:34.733Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-07T20:57:34.733Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-07T20:57:34.733Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-07T20:57:34.733Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-07T20:57:34.733Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-07T20:57:34.733Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-07T20:57:34.733Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-07T20:57:34.733Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-07T20:57:34.733Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-07T20:57:34.733Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-07T20:57:34.733Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-07T20:57:34.733Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.119s coverage: 58.8% of statements [2021-04-07T20:57:34.733Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-07T20:57:34.733Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-07T20:57:34.733Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.210s coverage: 1.0% of statements [2021-04-07T20:57:34.733Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-07T20:57:34.733Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-07T20:57:34.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-07T20:57:34.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.185s coverage: 47.1% of statements [2021-04-07T20:57:34.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.152s coverage: 79.5% of statements [2021-04-07T20:57:34.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.114s coverage: 94.1% of statements [2021-04-07T20:57:34.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.222s coverage: 96.3% of statements [2021-04-07T20:57:34.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.120s coverage: 87.5% of statements [2021-04-07T20:57:43.058Z] gofmt -l . [2021-04-07T20:57:43.058Z] [ "`gofmt -l .`" = "" ] [2021-04-07T20:57:43.058Z] ./bin/test-go-mod-tidy.sh [2021-04-07T20:57:43.058Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-07T20:57:45.439Z] + ls -al . [2021-04-07T20:57:45.439Z] total 808 [2021-04-07T20:57:45.439Z] drwxrwxr-x 10 1001 1001 4096 Apr 7 20:57 . [2021-04-07T20:57:45.439Z] drwxr-xr-x 4 root root 28 Apr 7 20:53 .. [2021-04-07T20:57:45.439Z] -rw-rw-r-- 1 1001 1001 11 Apr 7 20:49 .dockerignore [2021-04-07T20:57:45.439Z] drwxrwxr-x 8 1001 1001 179 Apr 7 20:49 .git [2021-04-07T20:57:45.439Z] drwxrwxr-x 3 1001 1001 125 Apr 7 20:49 .github [2021-04-07T20:57:45.439Z] -rw-rw-r-- 1 1001 1001 818 Apr 7 20:49 .gitignore [2021-04-07T20:57:45.439Z] drwx------ 3 1001 1001 60 Apr 7 20:51 .semver [2021-04-07T20:57:45.439Z] -rw-rw-r-- 1 1001 1001 166 Apr 7 20:49 .sonarcloud.properties [2021-04-07T20:57:45.439Z] -rw-rw-r-- 1 1001 1001 8607 Apr 7 20:49 Attribution.txt [2021-04-07T20:57:45.439Z] -rw-rw-r-- 1 1001 1001 3804 Apr 7 20:49 CONTRIBUTING.md [2021-04-07T20:57:45.439Z] -rw-rw-r-- 1 1001 1001 931 Apr 7 20:49 Dockerfile.build [2021-04-07T20:57:45.439Z] -rw-rw-r-- 1 1001 1001 863 Apr 7 20:49 Jenkinsfile [2021-04-07T20:57:45.439Z] -rw-rw-r-- 1 1001 1001 10775 Apr 7 20:49 LICENSE [2021-04-07T20:57:45.439Z] -rw-rw-r-- 1 1001 1001 5774 Apr 7 20:49 Makefile [2021-04-07T20:57:45.439Z] -rw-rw-r-- 1 1001 1001 6548 Apr 7 20:49 README.md [2021-04-07T20:57:45.439Z] -rw-rw-r-- 1 1001 1001 6755 Apr 7 20:49 SECURITY.md [2021-04-07T20:57:45.439Z] -rw-rw-r-- 1 1001 1001 5 Apr 7 20:51 VERSION [2021-04-07T20:57:45.439Z] -rw-rw-r-- 1 1001 1001 4131 Apr 7 20:49 ZMQWindows.md [2021-04-07T20:57:45.439Z] drwxrwxr-x 2 1001 1001 117 Apr 7 20:49 bin [2021-04-07T20:57:45.439Z] drwxrwxr-x 14 1001 1001 4096 Apr 7 20:49 cmd [2021-04-07T20:57:45.439Z] -rw-r--r-- 1 root root 697383 Apr 7 20:56 coverage.out [2021-04-07T20:57:45.439Z] -rw-r--r-- 1 root root 1056 Apr 7 20:57 go.mod [2021-04-07T20:57:45.439Z] -rw-r--r-- 1 root root 21911 Apr 7 20:57 go.sum [2021-04-07T20:57:45.439Z] drwxrwxr-x 8 1001 1001 127 Apr 7 20:49 internal [2021-04-07T20:57:45.439Z] drwxrwxr-x 4 1001 1001 26 Apr 7 20:49 openapi [2021-04-07T20:57:45.439Z] drwxrwxr-x 4 1001 1001 71 Apr 7 20:49 snap [2021-04-07T20:57:45.439Z] -rw-rw-r-- 1 1001 1001 168 Apr 7 20:49 version.go [Pipeline] sh [2021-04-07T20:57:46.185Z] + '[' -e coverage.out ] [2021-04-07T20:57:46.186Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-07T20:57:47.159Z] Stashed 1 file(s) [Pipeline] sh [2021-04-07T20:57:47.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.133s coverage: 94.4% of statements [2021-04-07T20:57:47.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.123s coverage: 44.8% of statements [2021-04-07T20:57:48.333Z] + make build [2021-04-07T20:57:48.333Z] 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-04-07T20:57:52.768Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.583s coverage: 81.5% of statements [2021-04-07T20:57:52.768Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-07T20:57:52.768Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.092s coverage: 87.1% of statements [2021-04-07T20:57:57.108Z] 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-04-07T20:58:05.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.177s coverage: 92.9% of statements [2021-04-07T20:58:05.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-07T20:58:05.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-07T20:58:05.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-07T20:58:05.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-04-07T20:58:05.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-07T20:58:05.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-07T20:58:05.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-07T20:58:05.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-07T20:58:05.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-07T20:58:05.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements [2021-04-07T20:58:05.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-07T20:58:05.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-07T20:58:05.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.112s coverage: 100.0% of statements [2021-04-07T20:58:05.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-07T20:58:05.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.139s coverage: 75.5% of statements [2021-04-07T20:58:05.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-07T20:58:05.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.132s coverage: 80.8% of statements [2021-04-07T20:58:05.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.191s coverage: 87.2% of statements [2021-04-07T20:58:05.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.190s coverage: 84.6% of statements [2021-04-07T20:58:05.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.267s coverage: 91.6% of statements [2021-04-07T20:58:05.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-07T20:58:05.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.645s coverage: 64.4% of statements [2021-04-07T20:58:05.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-07T20:58:05.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-07T20:58:05.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.126s coverage: 100.0% of statements [2021-04-07T20:58:05.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.085s coverage: 91.3% of statements [2021-04-07T20:58:05.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements [2021-04-07T20:58:05.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements [2021-04-07T20:58:05.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements [2021-04-07T20:58:07.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.897s coverage: 69.0% of statements [2021-04-07T20:58:07.849Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-07T20:58:07.849Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-07T20:58:07.849Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-07T20:58:09.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.458s coverage: 38.4% of statements [2021-04-07T20:58:09.300Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-07T20:58:09.300Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-07T20:58:09.300Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.124s coverage: 89.5% of statements [2021-04-07T20:58:09.300Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-07T20:58:09.300Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.101s coverage: 84.8% of statements [2021-04-07T20:58:16.042Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.526s coverage: 47.0% of statements [2021-04-07T20:58:16.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-07T20:58:16.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-07T20:58:16.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-07T20:58:16.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-07T20:58:16.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-07T20:58:16.042Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.107s coverage: 100.0% of statements [2021-04-07T20:58:16.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-07T20:58:16.042Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.123s coverage: 100.0% of statements [2021-04-07T20:58:16.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-07T20:58:16.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-07T20:58:16.042Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.113s coverage: 11.0% of statements [2021-04-07T20:58:16.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-07T20:58:18.726Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.464s coverage: 87.1% of statements [2021-04-07T20:58:18.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-07T20:58:18.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-07T20:58:18.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-07T20:58:24.163Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.375s coverage: 29.1% of statements [2021-04-07T20:58:24.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-07T20:58:24.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-07T20:58:24.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-07T20:58:24.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-07T20:58:24.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-07T20:58:24.163Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.207s coverage: 99.0% of statements [2021-04-07T20:58:24.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-07T20:58:24.163Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.223s coverage: 100.0% of statements [2021-04-07T20:58:24.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-07T20:58:24.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-07T20:58:24.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-07T20:58:24.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-07T20:58:24.163Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.324s coverage: 95.6% of statements [2021-04-07T20:58:24.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-07T20:58:24.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-07T20:58:24.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-07T20:58:24.163Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-04-07T20:58:24.163Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-07T20:58:24.163Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements [2021-04-07T20:58:24.163Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-07T20:58:24.163Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-07T20:58:24.163Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-07T20:58:24.163Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-07T20:58:24.163Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.076s coverage: 87.9% of statements [2021-04-07T20:58:24.163Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-07T20:58:24.163Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-07T20:58:25.228Z] 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-04-07T20:58:25.607Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.049s coverage: 100.0% of statements [2021-04-07T20:58:25.607Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.109s coverage: 32.1% of statements [2021-04-07T20:58:26.586Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-04-07T20:58:26.871Z] 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-04-07T20:58:27.563Z] GO111MODULE=on go vet ./... [2021-04-07T20:58:33.332Z] 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-04-07T20:58:35.496Z] 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-04-07T20:58:41.546Z] 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-04-07T20:58:50.355Z] 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-04-07T20:58:56.576Z] 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-04-07T20:59:02.378Z] 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-04-07T20:59:06.147Z] 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-04-07T20:59:12.045Z] 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-04-07T20:59:19.245Z] $ docker stop --time=1 f1f2c1a54c1a0ee612f358e2e1707a3fb59c4071450d87c7bbf4c274047edabe [2021-04-07T20:59:21.337Z] $ docker rm -f f1f2c1a54c1a0ee612f358e2e1707a3fb59c4071450d87c7bbf4c274047edabe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T20:59:25.231Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-07T20:59:25.497Z] [2021-04-07T20:59:25.497Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T20:59:25.974Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-07T20:59:26.250Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-07T20:59:26.250Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-07T20:59:26.250Z] ca9280d653b3: Pulling fs layer [2021-04-07T20:59:26.250Z] 7e9c9ca2126c: Pulling fs layer [2021-04-07T20:59:27.252Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-07T20:59:27.252Z] cbdbe7a5bc2a: Download complete [2021-04-07T20:59:28.820Z] ca9280d653b3: Verifying Checksum [2021-04-07T20:59:28.820Z] ca9280d653b3: Download complete [2021-04-07T20:59:28.820Z] cbdbe7a5bc2a: Pull complete [2021-04-07T20:59:32.550Z] ca9280d653b3: Pull complete [2021-04-07T20:59:32.843Z] 7e9c9ca2126c: Download complete [2021-04-07T20:59:48.296Z] 7e9c9ca2126c: Pull complete [2021-04-07T20:59:48.296Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-07T20:59:48.296Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-07T20:59:48.296Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-07T20:59:48.635Z] prd-centos7-docker-4c-2g-33189 does not seem to be running inside a container [2021-04-07T20:59:48.863Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-07T20:59:49.566Z] gofmt -l . [2021-04-07T20:59:49.566Z] [ "`gofmt -l .`" = "" ] [2021-04-07T20:59:49.566Z] ./bin/test-go-mod-tidy.sh [2021-04-07T20:59:49.566Z] ./bin/test-attribution-txt.sh [2021-04-07T20:59:51.751Z] $ docker top eea8879b596afa1788381f93555a6bfcf775cc522e081b959014242d7a2d56b3 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-04-07T20:59:52.482Z] + ls -al . [2021-04-07T20:59:52.498Z] total 836 [2021-04-07T20:59:52.498Z] drwxrwxr-x 9 1001 1001 4096 Apr 7 20:59 . [2021-04-07T20:59:52.498Z] drwxr-xr-x 4 root root 4096 Apr 7 20:55 .. [2021-04-07T20:59:52.498Z] -rw-rw-r-- 1 1001 1001 11 Apr 7 20:53 .dockerignore [2021-04-07T20:59:52.498Z] drwxrwxr-x 8 1001 1001 4096 Apr 7 20:53 .git [2021-04-07T20:59:52.498Z] drwxrwxr-x 3 1001 1001 4096 Apr 7 20:53 .github [2021-04-07T20:59:52.498Z] -rw-rw-r-- 1 1001 1001 818 Apr 7 20:53 .gitignore [2021-04-07T20:59:52.498Z] -rw-rw-r-- 1 1001 1001 166 Apr 7 20:53 .sonarcloud.properties [2021-04-07T20:59:52.498Z] -rw-rw-r-- 1 1001 1001 8607 Apr 7 20:53 Attribution.txt [2021-04-07T20:59:52.498Z] -rw-rw-r-- 1 1001 1001 3804 Apr 7 20:53 CONTRIBUTING.md [2021-04-07T20:59:52.498Z] -rw-rw-r-- 1 1001 1001 931 Apr 7 20:53 Dockerfile.build [2021-04-07T20:59:52.498Z] -rw-rw-r-- 1 1001 1001 863 Apr 7 20:53 Jenkinsfile [2021-04-07T20:59:52.498Z] -rw-rw-r-- 1 1001 1001 10775 Apr 7 20:53 LICENSE [2021-04-07T20:59:52.498Z] -rw-rw-r-- 1 1001 1001 5774 Apr 7 20:53 Makefile [2021-04-07T20:59:52.498Z] -rw-rw-r-- 1 1001 1001 6548 Apr 7 20:53 README.md [2021-04-07T20:59:52.498Z] -rw-rw-r-- 1 1001 1001 6755 Apr 7 20:53 SECURITY.md [2021-04-07T20:59:52.498Z] -rw-rw-r-- 1 1001 1001 5 Apr 7 20:51 VERSION [2021-04-07T20:59:52.498Z] -rw-rw-r-- 1 1001 1001 4131 Apr 7 20:53 ZMQWindows.md [2021-04-07T20:59:52.498Z] drwxrwxr-x 2 1001 1001 4096 Apr 7 20:53 bin [2021-04-07T20:59:52.498Z] drwxrwxr-x 14 1001 1001 4096 Apr 7 20:53 cmd [2021-04-07T20:59:52.498Z] -rw-r--r-- 1 root root 697383 Apr 7 20:58 coverage.out [2021-04-07T20:59:52.498Z] -rw-r--r-- 1 root root 1056 Apr 7 20:59 go.mod [2021-04-07T20:59:52.498Z] -rw-r--r-- 1 root root 21911 Apr 7 20:59 go.sum [2021-04-07T20:59:52.498Z] drwxrwxr-x 8 1001 1001 4096 Apr 7 20:53 internal [2021-04-07T20:59:52.498Z] drwxrwxr-x 4 1001 1001 4096 Apr 7 20:53 openapi [2021-04-07T20:59:52.498Z] drwxrwxr-x 4 1001 1001 4096 Apr 7 20:53 snap [2021-04-07T20:59:52.498Z] -rw-rw-r-- 1 1001 1001 168 Apr 7 20:53 version.go [Pipeline] sh [2021-04-07T20:59:52.636Z] + docker-compose build --help [2021-04-07T20:59:52.636Z] + grep parallel [2021-04-07T20:59:53.142Z] + '[' -e coverage.out ] [2021-04-07T20:59:53.142Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-07T20:59:53.217Z] Warning: overwriting stash ‘coverage-report’ [2021-04-07T20:59:54.095Z] --parallel Build images in parallel. [2021-04-07T20:59:54.326Z] Stashed 1 file(s) [Pipeline] sh [Pipeline] } [2021-04-07T20:59:54.470Z] $ docker stop --time=1 eea8879b596afa1788381f93555a6bfcf775cc522e081b959014242d7a2d56b3 [2021-04-07T20:59:54.999Z] + make build [2021-04-07T20:59:54.999Z] 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-04-07T20:59:56.399Z] $ docker rm -f eea8879b596afa1788381f93555a6bfcf775cc522e081b959014242d7a2d56b3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T20:59:57.614Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-07T20:59:57.886Z] . [Pipeline] withDockerContainer [2021-04-07T20:59:58.446Z] prd-centos7-docker-4c-2g-33189 does not seem to be running inside a container [2021-04-07T20:59:58.601Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-07T21:00:00.715Z] $ docker top c83791d887ba0af1885dbb69d29de9d7f5fb5c7f18eef60da03cf69d01c0abf3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T21:00:02.569Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-07T21:00:04.062Z] Building docker-core-command-go ... [2021-04-07T21:00:04.062Z] Building docker-core-data-go ... [2021-04-07T21:00:04.062Z] Building docker-core-metadata-go ... [2021-04-07T21:00:04.062Z] Building docker-security-bootstrapper-go ... [2021-04-07T21:00:04.062Z] Building docker-security-proxy-setup-go ... [2021-04-07T21:00:04.062Z] Building docker-security-secretstore-setup-go ... [2021-04-07T21:00:04.062Z] Building docker-support-notifications-go ... [2021-04-07T21:00:04.062Z] Building docker-support-scheduler-go ... [2021-04-07T21:00:04.062Z] Building docker-sys-mgmt-agent-go ... [2021-04-07T21:00:04.062Z] Building docker-support-notifications-go [2021-04-07T21:00:04.062Z] Building docker-sys-mgmt-agent-go [2021-04-07T21:00:04.062Z] Building docker-security-proxy-setup-go [2021-04-07T21:00:04.062Z] Building docker-security-secretstore-setup-go [2021-04-07T21:00:04.062Z] Building docker-core-command-go [2021-04-07T21:00:05.143Z] 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-04-07T21:00:27.330Z] 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-04-07T21:00:32.739Z] 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-04-07T21:00:39.446Z] 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-04-07T21:00:40.037Z] 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-04-07T21:00:45.443Z] 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-04-07T21:00:50.852Z] 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-04-07T21:00:56.259Z] 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-04-07T21:01:00.558Z] 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-04-07T21:01:03.946Z] 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-04-07T21:01:08.246Z] 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-04-07T21:01:15.080Z] $ docker stop --time=1 e729d097f53e4e3a549b4abb175c4c326070cc2555b8a2fee9a3b79c47b53c02 [2021-04-07T21:01:17.531Z] $ docker rm -f e729d097f53e4e3a549b4abb175c4c326070cc2555b8a2fee9a3b79c47b53c02 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T21:01:19.604Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-07T21:01:19.604Z] [2021-04-07T21:01:19.604Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T21:01:20.266Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-07T21:01:20.266Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-07T21:01:20.266Z] 29e5d40040c1: Pulling fs layer [2021-04-07T21:01:20.266Z] 1ce36da41761: Pulling fs layer [2021-04-07T21:01:20.266Z] 25b303627fd3: Pulling fs layer [2021-04-07T21:01:20.859Z] 29e5d40040c1: Verifying Checksum [2021-04-07T21:01:20.859Z] 29e5d40040c1: Download complete [2021-04-07T21:01:21.459Z] 1ce36da41761: Verifying Checksum [2021-04-07T21:01:21.459Z] 1ce36da41761: Download complete [2021-04-07T21:01:21.732Z] 29e5d40040c1: Pull complete [2021-04-07T21:01:23.168Z] 25b303627fd3: Verifying Checksum [2021-04-07T21:01:23.168Z] 25b303627fd3: Download complete [2021-04-07T21:01:23.168Z] 1ce36da41761: Pull complete [2021-04-07T21:01:27.408Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T21:01:27.408Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-07T21:01:27.408Z] ---> 873f87f64ee2 [2021-04-07T21:01:27.408Z] Step 3/23 : WORKDIR /edgex-go [2021-04-07T21:01:27.408Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T21:01:27.408Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-07T21:01:27.408Z] ---> 873f87f64ee2 [2021-04-07T21:01:27.408Z] Step 3/24 : WORKDIR /edgex-go [2021-04-07T21:01:27.408Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T21:01:27.408Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-07T21:01:27.408Z] ---> 873f87f64ee2 [2021-04-07T21:01:27.408Z] Step 3/23 : WORKDIR /edgex-go [2021-04-07T21:01:27.408Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T21:01:27.408Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-07T21:01:27.408Z] ---> 873f87f64ee2 [2021-04-07T21:01:27.408Z] Step 3/21 : WORKDIR /edgex-go [2021-04-07T21:01:27.408Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T21:01:27.408Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-07T21:01:27.408Z] ---> 873f87f64ee2 [2021-04-07T21:01:27.408Z] Step 3/22 : WORKDIR /edgex-go [2021-04-07T21:01:27.692Z] ---> Running in 611b20ebe34c [2021-04-07T21:01:27.692Z] ---> Running in a25498f8a57c [2021-04-07T21:01:27.692Z] ---> Running in 32e214cc1720 [2021-04-07T21:01:27.692Z] ---> Running in 57d74067b8a3 [2021-04-07T21:01:27.692Z] ---> Running in e3a67785b780 [2021-04-07T21:01:28.707Z] Removing intermediate container e3a67785b780 [2021-04-07T21:01:28.707Z] ---> b1edee5052d8 [2021-04-07T21:01:28.707Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T21:01:28.707Z] Removing intermediate container 611b20ebe34c [2021-04-07T21:01:28.707Z] ---> e0fa7e6bf113 [2021-04-07T21:01:28.707Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T21:01:28.707Z] Removing intermediate container 32e214cc1720 [2021-04-07T21:01:28.707Z] ---> 202cfae3a6ac [2021-04-07T21:01:28.707Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T21:01:28.707Z] Removing intermediate container 57d74067b8a3 [2021-04-07T21:01:28.707Z] ---> 38526d1c7d97 [2021-04-07T21:01:28.707Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T21:01:28.707Z] ---> Running in af1ca1a78d60 [2021-04-07T21:01:28.707Z] Removing intermediate container a25498f8a57c [2021-04-07T21:01:28.707Z] ---> 05fde64bf826 [2021-04-07T21:01:28.707Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T21:01:28.707Z] ---> Running in 70e02b4c64b2 [2021-04-07T21:01:28.707Z] ---> Running in 395ca04065ea [2021-04-07T21:01:28.707Z] ---> Running in ad1a26f1da58 [2021-04-07T21:01:28.707Z] ---> Running in a3ea50467f88 [2021-04-07T21:01:33.319Z] 25b303627fd3: Pull complete [2021-04-07T21:01:33.319Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-07T21:01:33.319Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-07T21:01:33.319Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-07T21:01:33.544Z] Removing intermediate container 395ca04065ea [2021-04-07T21:01:33.545Z] ---> 50abad37a5ad [2021-04-07T21:01:33.545Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-07T21:01:33.591Z] prd-ubuntu18.04-docker-arm64-4c-16g-33190 does not seem to be running inside a container [2021-04-07T21:01:33.664Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-07T21:01:33.844Z] ---> Running in 4a12f424996a [2021-04-07T21:01:34.459Z] Removing intermediate container af1ca1a78d60 [2021-04-07T21:01:34.459Z] ---> 0f5106483daf [2021-04-07T21:01:34.459Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-07T21:01:34.459Z] Removing intermediate container 70e02b4c64b2 [2021-04-07T21:01:34.459Z] ---> 363cb0dfe507 [2021-04-07T21:01:34.459Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-07T21:01:34.751Z] Removing intermediate container a3ea50467f88 [2021-04-07T21:01:34.751Z] ---> 1005a8b61527 [2021-04-07T21:01:34.751Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-07T21:01:34.751Z] ---> Running in 667ace90722e [2021-04-07T21:01:34.751Z] ---> Running in da082680d359 [2021-04-07T21:01:34.751Z] ---> Running in 02c607c7bc3e [2021-04-07T21:01:35.414Z] Removing intermediate container ad1a26f1da58 [2021-04-07T21:01:35.414Z] ---> 9a16780d833b [2021-04-07T21:01:35.414Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-07T21:01:35.802Z] ---> Running in d7fd46abba59 [2021-04-07T21:01:36.147Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T21:01:36.147Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T21:01:36.839Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T21:01:36.881Z] $ docker top 84f158399eedbfa9a0fa290872e13b5c2d88fa5c031f0bb4b605a791d9e6fc1f -eo pid,comm [2021-04-07T21:01:37.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T21:01:37.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2021-04-07T21:01:37.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T21:01:37.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T21:01:37.788Z] OK: 233 MiB in 51 packages [2021-04-07T21:01:37.788Z] OK: 233 MiB in 51 packages [2021-04-07T21:01:37.917Z] + grep parallel [2021-04-07T21:01:37.917Z] + docker-compose build --help [2021-04-07T21:01:38.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T21:01:38.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T21:01:38.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T21:01:38.968Z] OK: 233 MiB in 51 packages [2021-04-07T21:01:39.396Z] OK: 233 MiB in 51 packages [2021-04-07T21:01:39.396Z] OK: 233 MiB in 51 packages [2021-04-07T21:01:39.779Z] Removing intermediate container 667ace90722e [2021-04-07T21:01:39.779Z] ---> 90dd25eef724 [2021-04-07T21:01:39.779Z] Step 6/21 : COPY go.mod . [2021-04-07T21:01:39.779Z] Removing intermediate container 4a12f424996a [2021-04-07T21:01:39.779Z] ---> 59c05cf8468e [2021-04-07T21:01:39.779Z] Step 6/23 : COPY go.mod . [2021-04-07T21:01:40.408Z] ---> fe5924e0e8c4 [2021-04-07T21:01:40.408Z] Step 7/21 : RUN go mod download [2021-04-07T21:01:40.747Z] ---> f101d890b97e [2021-04-07T21:01:40.747Z] Step 7/23 : RUN go mod download [2021-04-07T21:01:40.747Z] Removing intermediate container 02c607c7bc3e [2021-04-07T21:01:40.747Z] ---> 3682de152a39 [2021-04-07T21:01:40.747Z] Step 6/22 : COPY go.mod . [2021-04-07T21:01:40.747Z] ---> Running in bc86d6ececcd [2021-04-07T21:01:40.747Z] ---> Running in 338029df037e [2021-04-07T21:01:41.324Z] --parallel Build images in parallel. [2021-04-07T21:01:41.440Z] Removing intermediate container d7fd46abba59 [2021-04-07T21:01:41.440Z] ---> a693163dbb71 [2021-04-07T21:01:41.440Z] Step 6/23 : COPY go.mod . [2021-04-07T21:01:41.440Z] Removing intermediate container da082680d359 [2021-04-07T21:01:41.440Z] ---> 49624d2c02eb [2021-04-07T21:01:41.440Z] Step 6/24 : COPY go.mod . [Pipeline] } [2021-04-07T21:01:41.609Z] $ docker stop --time=1 84f158399eedbfa9a0fa290872e13b5c2d88fa5c031f0bb4b605a791d9e6fc1f [2021-04-07T21:01:41.760Z] ---> cb664a105976 [2021-04-07T21:01:41.760Z] Step 7/22 : RUN go mod download [2021-04-07T21:01:42.074Z] ---> Running in 0b7ebc15aa30 [2021-04-07T21:01:42.702Z] ---> 1b2052ac4c1b [2021-04-07T21:01:42.702Z] Step 7/23 : RUN go mod download [2021-04-07T21:01:42.991Z] ---> 77b493434a6c [2021-04-07T21:01:42.991Z] Step 7/24 : RUN go mod download [2021-04-07T21:01:43.263Z] ---> Running in 3ff2443ffe29 [2021-04-07T21:01:43.263Z] ---> Running in e4827c33ee44 [2021-04-07T21:01:43.541Z] $ docker rm -f 84f158399eedbfa9a0fa290872e13b5c2d88fa5c031f0bb4b605a791d9e6fc1f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T21:01:44.411Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-07T21:01:44.411Z] . [Pipeline] withDockerContainer [2021-04-07T21:01:44.672Z] prd-ubuntu18.04-docker-arm64-4c-16g-33190 does not seem to be running inside a container [2021-04-07T21:01:44.742Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-07T21:01:46.191Z] $ docker top 5f0dd03c2d7a2723ca2177d23954c81670e887a81e1c745d0293e4baa178059b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T21:01:47.221Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-07T21:01:49.264Z] Removing intermediate container 3ff2443ffe29 [2021-04-07T21:01:49.264Z] ---> ebd2a015a77f [2021-04-07T21:01:49.264Z] Step 8/23 : COPY . . [2021-04-07T21:01:49.264Z] Removing intermediate container 0b7ebc15aa30 [2021-04-07T21:01:49.264Z] ---> e5942b129bf3 [2021-04-07T21:01:49.264Z] Step 8/22 : COPY . . [2021-04-07T21:01:49.264Z] Removing intermediate container bc86d6ececcd [2021-04-07T21:01:49.264Z] ---> c79bc3410edd [2021-04-07T21:01:49.264Z] Step 8/23 : COPY . . [2021-04-07T21:01:49.919Z] Removing intermediate container 338029df037e [2021-04-07T21:01:49.919Z] ---> 5b1ccd1c2f7c [2021-04-07T21:01:49.919Z] Step 8/21 : COPY . . [2021-04-07T21:01:50.227Z] Removing intermediate container e4827c33ee44 [2021-04-07T21:01:50.227Z] ---> 5170bb46c9b3 [2021-04-07T21:01:50.227Z] Step 8/24 : COPY . . [2021-04-07T21:01:51.502Z] Building docker-core-command-go ... [2021-04-07T21:01:51.502Z] Building docker-core-data-go ... [2021-04-07T21:01:51.502Z] Building docker-core-metadata-go ... [2021-04-07T21:01:51.502Z] Building docker-security-bootstrapper-go ... [2021-04-07T21:01:51.502Z] Building docker-security-proxy-setup-go ... [2021-04-07T21:01:51.502Z] Building docker-security-secretstore-setup-go ... [2021-04-07T21:01:51.502Z] Building docker-support-notifications-go ... [2021-04-07T21:01:51.502Z] Building docker-support-scheduler-go ... [2021-04-07T21:01:51.502Z] Building docker-sys-mgmt-agent-go ... [2021-04-07T21:01:51.502Z] Building docker-security-secretstore-setup-go [2021-04-07T21:01:51.502Z] Building docker-security-proxy-setup-go [2021-04-07T21:01:51.502Z] Building docker-core-metadata-go [2021-04-07T21:01:51.502Z] Building docker-support-notifications-go [2021-04-07T21:01:51.502Z] Building docker-support-scheduler-go [2021-04-07T21:03:13.245Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T21:03:13.245Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-07T21:03:13.245Z] ---> 50fa7b1a7234 [2021-04-07T21:03:13.245Z] Step 3/23 : WORKDIR /edgex-go [2021-04-07T21:03:13.245Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T21:03:13.245Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-07T21:03:13.245Z] ---> 50fa7b1a7234 [2021-04-07T21:03:13.245Z] Step 3/22 : WORKDIR /edgex-go [2021-04-07T21:03:13.245Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T21:03:13.245Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-07T21:03:13.245Z] ---> 50fa7b1a7234 [2021-04-07T21:03:13.245Z] Step 3/22 : WORKDIR /edgex-go [2021-04-07T21:03:13.245Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T21:03:13.245Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-07T21:03:13.245Z] ---> 50fa7b1a7234 [2021-04-07T21:03:13.245Z] Step 3/24 : WORKDIR /edgex-go [2021-04-07T21:03:13.245Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T21:03:13.245Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-07T21:03:13.245Z] ---> 50fa7b1a7234 [2021-04-07T21:03:13.245Z] Step 3/21 : WORKDIR /edgex-go [2021-04-07T21:03:13.245Z] ---> Running in def74b169ea9 [2021-04-07T21:03:13.245Z] ---> Running in 28e1847d3f1f [2021-04-07T21:03:13.245Z] ---> Running in ce351dbc070e [2021-04-07T21:03:13.245Z] ---> Running in 44cbc19db1a6 [2021-04-07T21:03:13.245Z] ---> Running in 3b8d876efc5d [2021-04-07T21:03:13.245Z] Removing intermediate container 28e1847d3f1f [2021-04-07T21:03:13.245Z] ---> 71d02924e634 [2021-04-07T21:03:13.245Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T21:03:13.245Z] Removing intermediate container ce351dbc070e [2021-04-07T21:03:13.245Z] ---> a62d6038a801 [2021-04-07T21:03:13.245Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T21:03:13.245Z] Removing intermediate container 44cbc19db1a6 [2021-04-07T21:03:13.245Z] ---> 7109e12cf774 [2021-04-07T21:03:13.245Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T21:03:13.245Z] Removing intermediate container 3b8d876efc5d [2021-04-07T21:03:13.245Z] ---> f1aaa17fe2a0 [2021-04-07T21:03:13.245Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T21:03:13.245Z] Removing intermediate container def74b169ea9 [2021-04-07T21:03:13.245Z] ---> 62c7158a2fa8 [2021-04-07T21:03:13.245Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T21:03:13.245Z] ---> Running in 67c66775e20b [2021-04-07T21:03:13.245Z] ---> Running in a69b63325f9e [2021-04-07T21:03:13.245Z] ---> Running in d04f999ae227 [2021-04-07T21:03:13.246Z] ---> Running in 76382af4b126 [2021-04-07T21:03:13.246Z] ---> Running in bb55dd0718d3 [2021-04-07T21:03:13.246Z] Removing intermediate container 67c66775e20b [2021-04-07T21:03:13.246Z] ---> 684d9c0ecc7d [2021-04-07T21:03:13.246Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-07T21:03:13.246Z] ---> Running in ffd9b6955e98 [2021-04-07T21:03:13.246Z] Removing intermediate container a69b63325f9e [2021-04-07T21:03:13.246Z] Removing intermediate container d04f999ae227 [2021-04-07T21:03:13.246Z] ---> 43a4b1de01ee [2021-04-07T21:03:13.246Z] ---> 58d8464884fa [2021-04-07T21:03:13.246Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-07T21:03:13.246Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-07T21:03:13.246Z] Removing intermediate container 76382af4b126 [2021-04-07T21:03:13.246Z] ---> 64e18e2d772a [2021-04-07T21:03:13.246Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-07T21:03:13.246Z] ---> Running in 4c462f66712e [2021-04-07T21:03:13.246Z] ---> Running in 05660cd98b60 [2021-04-07T21:03:13.246Z] ---> Running in 861c1ea6a358 [2021-04-07T21:03:13.246Z] Removing intermediate container bb55dd0718d3 [2021-04-07T21:03:13.246Z] ---> ab14e7b1066d [2021-04-07T21:03:13.246Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-07T21:03:13.246Z] ---> Running in 59255c774f9d [2021-04-07T21:03:13.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T21:03:13.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T21:03:13.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T21:03:13.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T21:03:13.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T21:03:13.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T21:03:13.518Z] OK: 217 MiB in 51 packages [2021-04-07T21:03:13.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T21:03:14.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T21:03:14.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T21:03:14.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T21:03:14.668Z] OK: 217 MiB in 51 packages [2021-04-07T21:03:14.668Z] Removing intermediate container ffd9b6955e98 [2021-04-07T21:03:14.668Z] ---> a1022b347192 [2021-04-07T21:03:14.668Z] Step 6/23 : COPY go.mod . [2021-04-07T21:03:14.668Z] OK: 217 MiB in 51 packages [2021-04-07T21:03:14.946Z] OK: 217 MiB in 51 packages [2021-04-07T21:03:14.946Z] OK: 217 MiB in 51 packages [2021-04-07T21:03:15.927Z] ---> 803ead195217 [2021-04-07T21:03:15.927Z] Step 7/23 : RUN go mod download [2021-04-07T21:03:16.202Z] ---> Running in 4ec684599752 [2021-04-07T21:03:16.202Z] Removing intermediate container 4c462f66712e [2021-04-07T21:03:16.202Z] ---> a1d2e540b38d [2021-04-07T21:03:16.202Z] Step 6/21 : COPY go.mod . [2021-04-07T21:03:16.812Z] Removing intermediate container 05660cd98b60 [2021-04-07T21:03:16.812Z] ---> f5877c620422 [2021-04-07T21:03:16.812Z] Step 6/22 : COPY go.mod . [2021-04-07T21:03:16.812Z] Removing intermediate container 861c1ea6a358 [2021-04-07T21:03:16.812Z] ---> dd769d964baa [2021-04-07T21:03:16.812Z] Step 6/22 : COPY go.mod . [2021-04-07T21:03:17.084Z] Removing intermediate container 59255c774f9d [2021-04-07T21:03:17.084Z] ---> fec7dd2cb605 [2021-04-07T21:03:17.084Z] Step 6/24 : COPY go.mod . [2021-04-07T21:03:17.359Z] ---> 69c29781e81d [2021-04-07T21:03:17.359Z] Step 7/21 : RUN go mod download [2021-04-07T21:03:17.637Z] ---> Running in 61fd118e296a [2021-04-07T21:03:17.637Z] ---> c61d5afeb92d [2021-04-07T21:03:17.637Z] Step 7/22 : RUN go mod download [2021-04-07T21:03:17.917Z] ---> Running in 3e2ad3e9e30c [2021-04-07T21:03:18.200Z] ---> 2426125a3ceb [2021-04-07T21:03:18.201Z] Step 7/22 : RUN go mod download [2021-04-07T21:03:18.201Z] ---> 8ee78adb0eb0 [2021-04-07T21:03:18.201Z] Step 7/24 : RUN go mod download [2021-04-07T21:03:18.201Z] ---> Running in f2859f3a3e5d [2021-04-07T21:03:18.487Z] ---> Running in 7f60c4265501 [2021-04-07T21:03:19.917Z] Removing intermediate container 4ec684599752 [2021-04-07T21:03:19.917Z] ---> d5cb29aab441 [2021-04-07T21:03:19.917Z] Step 8/23 : COPY . . [2021-04-07T21:03:22.656Z] Removing intermediate container 61fd118e296a [2021-04-07T21:03:22.656Z] ---> bd3a89cd4a53 [2021-04-07T21:03:22.656Z] Step 8/21 : COPY . . [2021-04-07T21:03:23.269Z] Removing intermediate container 3e2ad3e9e30c [2021-04-07T21:03:23.269Z] ---> 94d428f677c2 [2021-04-07T21:03:23.269Z] Step 8/22 : COPY . . [2021-04-07T21:03:23.870Z] Removing intermediate container f2859f3a3e5d [2021-04-07T21:03:23.870Z] ---> b494b84f9a9d [2021-04-07T21:03:23.870Z] Step 8/22 : COPY . . [2021-04-07T21:03:24.143Z] Removing intermediate container 7f60c4265501 [2021-04-07T21:03:24.144Z] ---> 0ceaba11f6db [2021-04-07T21:03:24.144Z] Step 8/24 : COPY . . [2021-04-07T21:03:29.666Z] ---> 67b10541249c [2021-04-07T21:03:29.666Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-07T21:03:29.666Z] ---> 3afe3b2aa3de [2021-04-07T21:03:29.666Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-07T21:03:29.666Z] ---> a12f6db7d7f2 [2021-04-07T21:03:29.666Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-07T21:03:29.666Z] ---> c0b6d44cc8b8 [2021-04-07T21:03:29.666Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-07T21:03:29.666Z] ---> fbd00fd0433a [2021-04-07T21:03:29.666Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-07T21:03:29.666Z] ---> Running in e0eb304d8c80 [2021-04-07T21:03:29.666Z] ---> Running in 1bb28d1f31fe [2021-04-07T21:03:29.666Z] ---> Running in 42de36338b21 [2021-04-07T21:03:29.666Z] ---> Running in 527968169ccb [2021-04-07T21:03:29.666Z] ---> Running in 40254aad41c2 [2021-04-07T21:03:29.666Z] 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-04-07T21:03:29.666Z] 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-04-07T21:03:29.666Z] 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-04-07T21:03:29.991Z] 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-04-07T21:03:29.991Z] 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-04-07T21:03:50.974Z] ---> a7fcd6afda66 [2021-04-07T21:03:50.974Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-07T21:03:50.974Z] ---> Running in 492c6cdb0682 [2021-04-07T21:03:50.974Z] ---> b66ba769219e [2021-04-07T21:03:50.974Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-07T21:03:50.974Z] ---> 688ef8912126 [2021-04-07T21:03:50.974Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-07T21:03:50.974Z] ---> ef98afdad9d2 [2021-04-07T21:03:50.974Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-07T21:03:50.974Z] ---> df77778c95fa [2021-04-07T21:03:50.974Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-07T21:03:50.974Z] ---> Running in 6e5a7b9ed5db [2021-04-07T21:03:50.974Z] ---> Running in 5f6431e61f3a [2021-04-07T21:03:50.974Z] ---> Running in d5dc03275a94 [2021-04-07T21:03:50.974Z] ---> Running in 04fbb32d93c8 [2021-04-07T21:03:50.974Z] 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-04-07T21:03:50.974Z] 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-04-07T21:03:51.247Z] 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-04-07T21:03:51.521Z] 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-04-07T21:03:51.521Z] 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-04-07T21:04:38.731Z] 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-04-07T21:04:40.028Z] 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-04-07T21:04:59.872Z] Removing intermediate container 40254aad41c2 [2021-04-07T21:04:59.872Z] ---> 9876ef4dfeca [2021-04-07T21:04:59.872Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-07T21:04:59.872Z] ---> Running in 580c557bd156 [2021-04-07T21:04:59.872Z] Removing intermediate container 42de36338b21 [2021-04-07T21:04:59.872Z] ---> abeb2e564471 [2021-04-07T21:04:59.872Z] [2021-04-07T21:04:59.872Z] Step 10/22 : FROM alpine:3.12 [2021-04-07T21:04:59.872Z] Removing intermediate container 527968169ccb [2021-04-07T21:04:59.872Z] ---> 0342ca9b5343 [2021-04-07T21:04:59.872Z] [2021-04-07T21:04:59.872Z] Step 10/23 : FROM alpine:3.12 [2021-04-07T21:04:59.872Z] 3.12: Pulling from library/alpine [2021-04-07T21:04:59.872Z] 3.12: Pulling from library/alpine [2021-04-07T21:04:59.872Z] 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-04-07T21:05:00.716Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-07T21:05:00.716Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-07T21:05:00.716Z] Status: Image is up to date for alpine:3.12 [2021-04-07T21:05:00.716Z] ---> 7230e588e954 [2021-04-07T21:05:00.716Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-07T21:05:00.716Z] Status: Downloaded newer image for alpine:3.12 [2021-04-07T21:05:00.716Z] ---> 7230e588e954 [2021-04-07T21:05:00.716Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-07T21:05:02.815Z] ---> Running in 71e56f75f1da [2021-04-07T21:05:02.815Z] ---> Running in 87c933bcf780 [2021-04-07T21:05:02.815Z] Removing intermediate container e0eb304d8c80 [2021-04-07T21:05:02.815Z] ---> f89be5918136 [2021-04-07T21:05:02.815Z] [2021-04-07T21:05:02.815Z] Step 10/21 : FROM alpine:3.12 [2021-04-07T21:05:02.815Z] ---> 7230e588e954 [2021-04-07T21:05:02.815Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-07T21:05:03.156Z] Removing intermediate container 1bb28d1f31fe [2021-04-07T21:05:03.156Z] ---> ca8be2572052 [2021-04-07T21:05:03.156Z] [2021-04-07T21:05:03.156Z] Step 10/24 : FROM alpine:3.12 [2021-04-07T21:05:03.156Z] ---> 7230e588e954 [2021-04-07T21:05:03.156Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-07T21:05:03.156Z] ---> Running in eaad51390b20 [2021-04-07T21:05:03.791Z] ---> Running in 36e35f9158b2 [2021-04-07T21:05:05.486Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T21:05:05.486Z] Removing intermediate container 580c557bd156 [2021-04-07T21:05:05.486Z] ---> 8cf6ab22fbe8 [2021-04-07T21:05:05.486Z] [2021-04-07T21:05:05.486Z] Step 11/23 : FROM docker:20.10.0 [2021-04-07T21:05:05.486Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T21:05:05.486Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T21:05:05.486Z] 20.10.0: Pulling from library/docker [2021-04-07T21:05:05.486Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T21:05:06.417Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T21:05:06.417Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T21:05:06.417Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-07T21:05:06.417Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T21:05:06.417Z] OK: 6 MiB in 15 packages [2021-04-07T21:05:06.883Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T21:05:06.883Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T21:05:06.883Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-07T21:05:07.219Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-07T21:05:07.219Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-07T21:05:07.219Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T21:05:07.219Z] Executing ca-certificates-20191127-r4.trigger [2021-04-07T21:05:07.219Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-07T21:05:07.219Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-07T21:05:07.219Z] (4/6) Installing curl (7.69.1-r3) [2021-04-07T21:05:07.219Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-07T21:05:07.219Z] (6/6) Installing su-exec (0.2-r1) [2021-04-07T21:05:07.219Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T21:05:07.219Z] Executing ca-certificates-20191127-r4.trigger [2021-04-07T21:05:07.565Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-07T21:05:07.565Z] OK: 6 MiB in 16 packages [2021-04-07T21:05:07.565Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-07T21:05:07.565Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-07T21:05:07.565Z] (4/4) Installing curl (7.69.1-r3) [2021-04-07T21:05:07.565Z] OK: 7 MiB in 20 packages [2021-04-07T21:05:07.565Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T21:05:07.565Z] Executing ca-certificates-20191127-r4.trigger [2021-04-07T21:05:07.896Z] OK: 7 MiB in 18 packages [2021-04-07T21:05:10.178Z] Removing intermediate container 71e56f75f1da [2021-04-07T21:05:10.178Z] ---> 9025dc747650 [2021-04-07T21:05:10.178Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-07T21:05:10.515Z] ---> Running in 3aecfde5bebe [2021-04-07T21:05:11.288Z] Removing intermediate container 87c933bcf780 [2021-04-07T21:05:11.288Z] ---> 27f682af23aa [2021-04-07T21:05:11.288Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-07T21:05:11.288Z] Removing intermediate container 36e35f9158b2 [2021-04-07T21:05:11.288Z] ---> 73faca348292 [2021-04-07T21:05:11.288Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-07T21:05:11.288Z] Removing intermediate container eaad51390b20 [2021-04-07T21:05:11.288Z] ---> 6c31899892a6 [2021-04-07T21:05:11.288Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-07T21:05:11.288Z] Removing intermediate container 3aecfde5bebe [2021-04-07T21:05:11.288Z] ---> fc1b3315d58e [2021-04-07T21:05:11.288Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-07T21:05:11.288Z] ---> Running in 7771f893c51e [2021-04-07T21:05:11.611Z] ---> Running in c9b9fa035ab4 [2021-04-07T21:05:11.611Z] ---> Running in 6ddbad7a3dec [2021-04-07T21:05:11.611Z] ---> Running in fc8c9f759379 [2021-04-07T21:05:12.685Z] Removing intermediate container 7771f893c51e [2021-04-07T21:05:12.685Z] ---> 4b2e52d989ea [2021-04-07T21:05:12.685Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-07T21:05:12.685Z] Removing intermediate container c9b9fa035ab4 [2021-04-07T21:05:12.685Z] ---> 70b916e98733 [2021-04-07T21:05:12.685Z] Step 13/24 : WORKDIR / [2021-04-07T21:05:12.969Z] Removing intermediate container 6ddbad7a3dec [2021-04-07T21:05:12.969Z] ---> ea4ad434fb99 [2021-04-07T21:05:12.969Z] Step 13/21 : WORKDIR /edgex [2021-04-07T21:05:12.969Z] Removing intermediate container fc8c9f759379 [2021-04-07T21:05:12.969Z] ---> db4cdcc83ac8 [2021-04-07T21:05:12.969Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-07T21:05:13.401Z] ---> Running in bbb1ef5208c7 [2021-04-07T21:05:13.401Z] ---> Running in d0d1a08c8327 [2021-04-07T21:05:13.401Z] ---> Running in 65a908e16738 [2021-04-07T21:05:14.425Z] ---> Running in ba3a59a8e91f [2021-04-07T21:05:14.849Z] Removing intermediate container 65a908e16738 [2021-04-07T21:05:14.849Z] ---> 50bf1072a828 [2021-04-07T21:05:14.849Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-07T21:05:14.849Z] Removing intermediate container d0d1a08c8327 [2021-04-07T21:05:14.849Z] ---> bf9b834ffbc3 [2021-04-07T21:05:14.849Z] 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-04-07T21:05:14.849Z] Removing intermediate container bbb1ef5208c7 [2021-04-07T21:05:14.849Z] ---> 686235d64f74 [2021-04-07T21:05:14.849Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-07T21:05:14.849Z] Removing intermediate container ba3a59a8e91f [2021-04-07T21:05:14.849Z] ---> 1df33c754789 [2021-04-07T21:05:14.849Z] Step 15/23 : WORKDIR / [2021-04-07T21:05:15.475Z] ---> Running in e4a023918316 [2021-04-07T21:05:15.475Z] ---> Running in 9ccbe149c950 [2021-04-07T21:05:15.912Z] ---> 00da3d0943ed [2021-04-07T21:05:15.912Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-07T21:05:16.253Z] ---> 2c49b10caa04 [2021-04-07T21:05:16.254Z] 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-04-07T21:05:16.254Z] Removing intermediate container e4a023918316 [2021-04-07T21:05:16.254Z] ---> 816c12fecb96 [2021-04-07T21:05:16.254Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T21:05:16.575Z] Removing intermediate container 9ccbe149c950 [2021-04-07T21:05:16.575Z] ---> 3b6fc7f58baf [2021-04-07T21:05:16.575Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T21:05:17.706Z] ---> 8e2c077cf237 [2021-04-07T21:05:17.706Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-07T21:05:17.706Z] ---> 2864fb952978 [2021-04-07T21:05:17.706Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-07T21:05:18.208Z] ---> 396dbad2ef2b [2021-04-07T21:05:18.208Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-07T21:05:18.491Z] ---> b1b73ec60393 [2021-04-07T21:05:18.491Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-07T21:05:19.113Z] ---> 985dda9f498f [2021-04-07T21:05:19.113Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-07T21:05:20.809Z] ---> dc486eeab0fc [2021-04-07T21:05:20.809Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-07T21:05:21.162Z] ---> 57b18e1b8342 [2021-04-07T21:05:21.162Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-07T21:05:21.162Z] ---> 2ad4240611e8 [2021-04-07T21:05:21.162Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-07T21:05:21.162Z] ---> Running in 626448e766bb [2021-04-07T21:05:21.162Z] ---> a98183e9ebbe [2021-04-07T21:05:21.162Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-07T21:05:21.870Z] Removing intermediate container 626448e766bb [2021-04-07T21:05:21.870Z] ---> 7eec29255cfb [2021-04-07T21:05:21.870Z] Step 18/21 : CMD ["--init=true"] [2021-04-07T21:05:22.238Z] ---> Running in e40c44772d0e [2021-04-07T21:05:22.519Z] ---> 30f684d3419b [2021-04-07T21:05:22.519Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-07T21:05:22.519Z] ---> 33d6b0d01e27 [2021-04-07T21:05:22.519Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-07T21:05:22.805Z] ---> Running in a83ecd0a860e [2021-04-07T21:05:22.805Z] ---> Running in 158e9404ffe2 [2021-04-07T21:05:22.805Z] ---> 4dce0c322502 [2021-04-07T21:05:22.805Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-07T21:05:22.805Z] Removing intermediate container e40c44772d0e [2021-04-07T21:05:22.805Z] ---> cfc02e966592 [2021-04-07T21:05:22.805Z] Step 19/21 : LABEL arch=x86_64 [2021-04-07T21:05:23.088Z] ---> Running in b6c787233c4a [2021-04-07T21:05:23.088Z] Removing intermediate container a83ecd0a860e [2021-04-07T21:05:23.088Z] ---> 1b7abc9b40fb [2021-04-07T21:05:23.088Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T21:05:23.088Z] Removing intermediate container 158e9404ffe2 [2021-04-07T21:05:23.088Z] ---> 8efe9f4d10ff [2021-04-07T21:05:23.088Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T21:05:23.358Z] ---> Running in f380d09a0123 [2021-04-07T21:05:23.660Z] ---> Running in 4366ed83078e [2021-04-07T21:05:23.992Z] ---> 829089183c37 [2021-04-07T21:05:23.992Z] 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-04-07T21:05:23.992Z] Removing intermediate container b6c787233c4a [2021-04-07T21:05:23.992Z] ---> d997bb7fff87 [2021-04-07T21:05:23.992Z] Step 20/21 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 [2021-04-07T21:05:23.992Z] ---> Running in bdaf04f3b621 [2021-04-07T21:05:24.282Z] ---> Running in fc2f8b3de691 [2021-04-07T21:05:24.282Z] Removing intermediate container f380d09a0123 [2021-04-07T21:05:24.282Z] ---> 96e5a62f3ec7 [2021-04-07T21:05:24.282Z] Step 20/22 : LABEL arch=x86_64 [2021-04-07T21:05:24.282Z] Removing intermediate container 4366ed83078e [2021-04-07T21:05:24.282Z] ---> 0134adb85202 [2021-04-07T21:05:24.282Z] Step 21/23 : LABEL arch=x86_64 [2021-04-07T21:05:24.566Z] ---> Running in 2c906f356abc [2021-04-07T21:05:24.982Z] ---> Running in 0e44290f13da [2021-04-07T21:05:25.275Z] Removing intermediate container fc2f8b3de691 [2021-04-07T21:05:25.275Z] ---> a82acb5756ee [2021-04-07T21:05:25.275Z] Step 21/21 : LABEL version=0.0.0 [2021-04-07T21:05:25.900Z] ---> Running in 6e378ab10705 [2021-04-07T21:05:25.900Z] Removing intermediate container 2c906f356abc [2021-04-07T21:05:25.900Z] ---> 1dc1f3a341a8 [2021-04-07T21:05:25.900Z] Step 21/22 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 [2021-04-07T21:05:26.186Z] Removing intermediate container 0e44290f13da [2021-04-07T21:05:26.186Z] ---> 9a59295f4d2a [2021-04-07T21:05:26.186Z] Step 22/23 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 [2021-04-07T21:05:26.524Z] ---> Running in 05fbe1e458c0 [2021-04-07T21:05:26.524Z] Removing intermediate container 6e378ab10705 [2021-04-07T21:05:26.524Z] ---> 2c2765a71ef2 [2021-04-07T21:05:26.524Z] [2021-04-07T21:05:26.524Z] ---> Running in 80ab6d485757 [2021-04-07T21:05:27.325Z] Removing intermediate container 05fbe1e458c0 [2021-04-07T21:05:27.325Z] ---> 034b8739a593 [2021-04-07T21:05:27.325Z] Step 22/22 : LABEL version=0.0.0 [2021-04-07T21:05:27.608Z] Removing intermediate container 80ab6d485757 [2021-04-07T21:05:27.608Z] ---> f908fddc574b [2021-04-07T21:05:27.608Z] Step 23/23 : LABEL version=0.0.0 [2021-04-07T21:05:28.367Z] 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-04-07T21:05:28.368Z] 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-04-07T21:05:28.728Z] ---> Running in 03fabfb38dcd [2021-04-07T21:05:28.728Z] Successfully built 2c2765a71ef2 [2021-04-07T21:05:28.728Z] ---> Running in 1fd02d063a35 [2021-04-07T21:05:29.018Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-07T21:05:29.018Z] Building docker-core-data-go [2021-04-07T21:05:29.018Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container bdaf04f3b621 [2021-04-07T21:05:29.018Z] ---> 6039a4cf84bb [2021-04-07T21:05:29.018Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-07T21:05:29.352Z] ---> Running in dc7c4ac88f5a [2021-04-07T21:05:29.674Z] Removing intermediate container 03fabfb38dcd [2021-04-07T21:05:29.674Z] ---> e823035a4cd7 [2021-04-07T21:05:29.674Z] [2021-04-07T21:05:29.962Z] Removing intermediate container 1fd02d063a35 [2021-04-07T21:05:29.962Z] ---> 7cb362252f8a [2021-04-07T21:05:29.962Z] [2021-04-07T21:05:31.376Z] Successfully built e823035a4cd7 [2021-04-07T21:05:31.376Z] Successfully built 7cb362252f8a [2021-04-07T21:05:31.376Z] Successfully tagged docker-support-notifications-go:latest [2021-04-07T21:05:31.376Z]  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go [2021-04-07T21:05:31.890Z] Removing intermediate container dc7c4ac88f5a [2021-04-07T21:05:31.890Z] ---> 606c7ca614fa [2021-04-07T21:05:31.890Z] Step 22/24 : LABEL arch=x86_64 [2021-04-07T21:05:31.890Z] Successfully tagged docker-core-command-go:latest [2021-04-07T21:05:31.890Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-04-07T21:05:32.313Z] ---> Running in a8aa9be5b5ef [2021-04-07T21:05:32.620Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-07T21:05:32.620Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-07T21:05:32.620Z] ---> aefe523efa57 [2021-04-07T21:05:32.620Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-07T21:05:32.905Z] ---> Running in c78c92f3c6dd [2021-04-07T21:05:32.905Z] Removing intermediate container a8aa9be5b5ef [2021-04-07T21:05:32.905Z] ---> 9b735489b4cd [2021-04-07T21:05:32.905Z] Step 23/24 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 [2021-04-07T21:05:33.208Z] ---> Running in f283f24dd9bb [2021-04-07T21:05:33.208Z] Removing intermediate container c78c92f3c6dd [2021-04-07T21:05:33.208Z] ---> b3521cc1afbb [2021-04-07T21:05:33.208Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-07T21:05:33.509Z] ---> Running in 0a1bca18213a [2021-04-07T21:05:33.927Z] Removing intermediate container f283f24dd9bb [2021-04-07T21:05:33.927Z] ---> 8020b57669c4 [2021-04-07T21:05:33.927Z] Step 24/24 : LABEL version=0.0.0 [2021-04-07T21:05:36.309Z] ---> Running in f16b0fb6d453 [2021-04-07T21:05:39.591Z] Removing intermediate container f16b0fb6d453 [2021-04-07T21:05:39.591Z] ---> 6ef09265a07e [2021-04-07T21:05:39.591Z] [2021-04-07T21:05:40.642Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T21:05:40.642Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T21:05:40.642Z] Successfully built 6ef09265a07e [2021-04-07T21:05:40.975Z] (1/39) Installing readline (8.0.4-r0) [2021-04-07T21:05:40.975Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-07T21:05:40.975Z] Building docker-support-scheduler-go [2021-04-07T21:05:41.498Z]  Building docker-security-secretstore-setup-go ... done (2/39) Installing bash (5.0.17-r0) [2021-04-07T21:05:41.498Z] Executing bash-5.0.17-r0.post-install [2021-04-07T21:05:41.498Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-07T21:05:41.498Z] (4/39) Installing libcurl (7.69.1-r3) [2021-04-07T21:05:41.498Z] (5/39) Installing curl (7.69.1-r3) [2021-04-07T21:05:41.498Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-07T21:05:41.498Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-07T21:05:41.498Z] (8/39) Installing expat (2.2.9-r1) [2021-04-07T21:05:41.498Z] (9/39) Installing libffi (3.3-r2) [2021-04-07T21:05:41.498Z] (10/39) Installing gdbm (1.13-r1) [2021-04-07T21:05:41.498Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-07T21:05:41.498Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-07T21:05:41.498Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-07T21:05:43.480Z] Removing intermediate container 04fbb32d93c8 [2021-04-07T21:05:43.480Z] ---> c33cd13873e2 [2021-04-07T21:05:43.480Z] [2021-04-07T21:05:43.480Z] Step 10/24 : FROM alpine:3.12 [2021-04-07T21:05:43.480Z] 3.12: Pulling from library/alpine [2021-04-07T21:05:43.480Z] Removing intermediate container 5f6431e61f3a [2021-04-07T21:05:43.480Z] ---> 09c897d866cf [2021-04-07T21:05:43.480Z] [2021-04-07T21:05:43.480Z] Step 10/21 : FROM alpine:3.12 [2021-04-07T21:05:43.480Z] 3.12: Pulling from library/alpine [2021-04-07T21:05:43.751Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-07T21:05:43.751Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-07T21:05:43.751Z] Status: Downloaded newer image for alpine:3.12 [2021-04-07T21:05:43.751Z] Status: Image is up to date for alpine:3.12 [2021-04-07T21:05:43.751Z] ---> d75e27dfc0a0 [2021-04-07T21:05:43.751Z] ---> d75e27dfc0a0 [2021-04-07T21:05:43.751Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-execStep 11/21 : RUN apk add --update --no-cache curl [2021-04-07T21:05:43.751Z] [2021-04-07T21:05:44.350Z] ---> Running in 3914d4bdbed6 [2021-04-07T21:05:44.350Z] ---> Running in 7196a8e4bb41 [2021-04-07T21:05:46.990Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T21:05:46.990Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T21:05:46.990Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T21:05:46.990Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T21:05:47.589Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-07T21:05:47.589Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-07T21:05:47.589Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-07T21:05:47.589Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-07T21:05:47.868Z] (4/4) Installing curl (7.69.1-r3) [2021-04-07T21:05:47.868Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T21:05:47.868Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-07T21:05:47.868Z] Executing ca-certificates-20191127-r4.trigger [2021-04-07T21:05:47.868Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-07T21:05:47.868Z] (4/6) Installing curl (7.69.1-r3) [2021-04-07T21:05:47.868Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-07T21:05:47.868Z] (6/6) Installing su-exec (0.2-r1) [2021-04-07T21:05:47.868Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T21:05:47.868Z] Executing ca-certificates-20191127-r4.trigger [2021-04-07T21:05:47.868Z] OK: 7 MiB in 18 packages [2021-04-07T21:05:48.146Z] OK: 7 MiB in 20 packages [2021-04-07T21:05:49.431Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-07T21:05:49.431Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-07T21:05:49.431Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-07T21:05:49.431Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-07T21:05:49.431Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-07T21:05:49.431Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-07T21:05:49.431Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-07T21:05:50.463Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-07T21:05:50.463Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-07T21:05:50.750Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-07T21:05:50.750Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-07T21:05:51.070Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-07T21:05:51.070Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-07T21:05:51.070Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-07T21:05:51.070Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-07T21:05:51.070Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-07T21:05:51.360Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-07T21:05:51.360Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-07T21:05:51.360Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-07T21:05:51.538Z] Removing intermediate container 6e5a7b9ed5db [2021-04-07T21:05:51.538Z] ---> 3a067af30a9f [2021-04-07T21:05:51.538Z] [2021-04-07T21:05:51.538Z] Step 10/22 : FROM alpine:3.12 [2021-04-07T21:05:51.538Z] ---> d75e27dfc0a0 [2021-04-07T21:05:51.538Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-07T21:05:51.538Z] Removing intermediate container d5dc03275a94 [2021-04-07T21:05:51.538Z] ---> f3bcde55c6d6 [2021-04-07T21:05:51.538Z] [2021-04-07T21:05:51.538Z] Step 10/22 : FROM alpine:3.12 [2021-04-07T21:05:51.538Z] ---> d75e27dfc0a0 [2021-04-07T21:05:51.538Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-07T21:05:51.538Z] Removing intermediate container 7196a8e4bb41 [2021-04-07T21:05:51.538Z] ---> 02754bea1df1 [2021-04-07T21:05:51.538Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-07T21:05:51.538Z] ---> Running in c0261bd91d02 [2021-04-07T21:05:51.538Z] ---> Running in f596b128e947 [2021-04-07T21:05:51.812Z] Removing intermediate container 3914d4bdbed6 [2021-04-07T21:05:51.813Z] ---> e84cdf0af8d1 [2021-04-07T21:05:51.813Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-07T21:05:51.813Z] ---> Running in d788844243d3 [2021-04-07T21:05:52.087Z] ---> Running in 5d00b5abda8e [2021-04-07T21:05:52.364Z] Removing intermediate container d788844243d3 [2021-04-07T21:05:52.364Z] ---> 37e1d9bb0d56 [2021-04-07T21:05:52.364Z] Step 13/21 : WORKDIR /edgex [2021-04-07T21:05:52.470Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-07T21:05:52.701Z] ---> Running in 2a4c523442ea [2021-04-07T21:05:52.749Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-07T21:05:52.749Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-07T21:05:52.749Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-07T21:05:52.749Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-07T21:05:53.007Z] Removing intermediate container 5d00b5abda8e [2021-04-07T21:05:53.007Z] ---> 3e0bfe0877af [2021-04-07T21:05:53.007Z] Step 13/24 : WORKDIR / [2021-04-07T21:05:53.239Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-07T21:05:53.239Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-07T21:05:53.296Z] ---> Running in f5f8463def1b [2021-04-07T21:05:53.576Z] Removing intermediate container 2a4c523442ea [2021-04-07T21:05:53.576Z] ---> a6581d9d9e1b [2021-04-07T21:05:53.576Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-07T21:05:53.636Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T21:05:53.636Z] OK: 72 MiB in 59 packages [2021-04-07T21:05:53.865Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T21:05:54.138Z] Removing intermediate container f5f8463def1b [2021-04-07T21:05:54.138Z] ---> 561fc520e181 [2021-04-07T21:05:54.138Z] 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-04-07T21:05:54.138Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T21:05:54.138Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T21:05:54.414Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T21:05:54.693Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-07T21:05:54.693Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-07T21:05:54.693Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T21:05:54.693Z] Executing ca-certificates-20191127-r4.trigger [2021-04-07T21:05:54.976Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-07T21:05:54.977Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T21:05:54.977Z] OK: 5 MiB in 15 packages [2021-04-07T21:05:54.977Z] OK: 6 MiB in 16 packages [2021-04-07T21:05:55.263Z] ---> acd4f00a65e7 [2021-04-07T21:05:55.263Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-07T21:05:55.865Z] ---> 2afc0a3df6ca [2021-04-07T21:05:55.865Z] 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-04-07T21:05:57.304Z] Removing intermediate container c0261bd91d02 [2021-04-07T21:05:57.304Z] ---> e4b2508252e7 [2021-04-07T21:05:57.304Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-07T21:05:57.304Z] Removing intermediate container 492c6cdb0682 [2021-04-07T21:05:57.304Z] ---> 9a8e2573b23f [2021-04-07T21:05:57.304Z] [2021-04-07T21:05:57.304Z] Step 10/23 : FROM alpine:3.12 [2021-04-07T21:05:57.304Z] ---> d75e27dfc0a0 [2021-04-07T21:05:57.304Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-07T21:05:57.304Z] ---> Using cache [2021-04-07T21:05:57.304Z] ---> e4b2508252e7 [2021-04-07T21:05:57.304Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-07T21:05:57.304Z] ---> b688b4530c33 [2021-04-07T21:05:57.304Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-07T21:05:57.304Z] ---> 34e8df8554b6 [2021-04-07T21:05:57.304Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-07T21:05:57.581Z] ---> Running in a03160e7f57f [2021-04-07T21:05:57.581Z] ---> Running in bb5e19b1edb0 [2021-04-07T21:05:57.581Z] Removing intermediate container f596b128e947 [2021-04-07T21:05:57.581Z] ---> 3e94b7869274 [2021-04-07T21:05:57.581Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-07T21:05:57.855Z] ---> Running in fef21ea54576 [2021-04-07T21:05:58.131Z] Removing intermediate container a03160e7f57f [2021-04-07T21:05:58.131Z] ---> 4e5b5c52ebfe [2021-04-07T21:05:58.131Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-07T21:05:58.404Z] Removing intermediate container bb5e19b1edb0 [2021-04-07T21:05:58.404Z] ---> 16b2bae5c2ef [2021-04-07T21:05:58.404Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-07T21:05:58.404Z] ---> Running in b20b5db7b93e [2021-04-07T21:05:58.678Z] ---> ebc70993d982 [2021-04-07T21:05:58.678Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-07T21:05:58.678Z] ---> Running in f0f179f1c7d4 [2021-04-07T21:05:58.678Z] Removing intermediate container fef21ea54576 [2021-04-07T21:05:58.678Z] ---> 01ccadff8b09 [2021-04-07T21:05:58.678Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-07T21:05:58.954Z] ---> ca746ace7b05 [2021-04-07T21:05:58.954Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-07T21:05:58.954Z] ---> Running in a141ef95b192 [2021-04-07T21:05:58.954Z] ---> Running in 8e3c1992022a [2021-04-07T21:05:59.227Z] Removing intermediate container b20b5db7b93e [2021-04-07T21:05:59.227Z] ---> 868c5a3afa7b [2021-04-07T21:05:59.227Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-07T21:05:59.503Z] Removing intermediate container f0f179f1c7d4 [2021-04-07T21:05:59.503Z] ---> 22ebcfe15c40 [2021-04-07T21:05:59.503Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-07T21:05:59.503Z] ---> Running in ad86e6d9e17c [2021-04-07T21:05:59.503Z] Removing intermediate container a141ef95b192 [2021-04-07T21:05:59.503Z] ---> 6c6dfd33d847 [2021-04-07T21:05:59.503Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-07T21:05:59.791Z] ---> Running in 360893cc0c01 [2021-04-07T21:05:59.791Z] Removing intermediate container 8e3c1992022a [2021-04-07T21:05:59.791Z] ---> c811a38af858 [2021-04-07T21:05:59.791Z] Step 18/21 : CMD ["--init=true"] [2021-04-07T21:06:00.065Z] ---> Running in ef08fbf66e2f [2021-04-07T21:06:00.065Z] ---> Running in 5f8e35a7110a [2021-04-07T21:06:00.344Z] Removing intermediate container ad86e6d9e17c [2021-04-07T21:06:00.344Z] ---> ed234793f253 [2021-04-07T21:06:00.344Z] Removing intermediate container 360893cc0c01 [2021-04-07T21:06:00.344Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / ---> 7891afee5871 [2021-04-07T21:06:00.344Z] [2021-04-07T21:06:00.344Z] Step 15/23 : WORKDIR / [2021-04-07T21:06:00.344Z] ---> c82cafdd7f55 [2021-04-07T21:06:00.344Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-07T21:06:00.618Z] ---> Running in ca8bc308414e [2021-04-07T21:06:00.894Z] Removing intermediate container ef08fbf66e2f [2021-04-07T21:06:00.894Z] ---> e3326af0448f [2021-04-07T21:06:00.894Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T21:06:00.894Z] Removing intermediate container 5f8e35a7110a [2021-04-07T21:06:00.894Z] ---> a6be4338db16 [2021-04-07T21:06:00.894Z] Step 19/21 : LABEL arch=arm64 [2021-04-07T21:06:00.986Z] Collecting docker-compose==1.23.2 [2021-04-07T21:06:00.986Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-07T21:06:00.986Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-07T21:06:00.986Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-07T21:06:01.171Z] ---> Running in 4112b03c111e [2021-04-07T21:06:01.290Z] Collecting jsonschema<3,>=2.5.1 [2021-04-07T21:06:01.290Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-07T21:06:01.446Z] ---> 5118222e18ab [2021-04-07T21:06:01.446Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-07T21:06:01.446Z] Removing intermediate container ca8bc308414e [2021-04-07T21:06:01.446Z] ---> 91a8d549eb96 [2021-04-07T21:06:01.446Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T21:06:01.739Z] ---> 08f5a918c9e7 [2021-04-07T21:06:01.740Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-07T21:06:01.740Z] ---> 7d51024a2c67 [2021-04-07T21:06:01.740Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-07T21:06:02.025Z] Removing intermediate container 4112b03c111e [2021-04-07T21:06:02.025Z] ---> 768454e8a601 [2021-04-07T21:06:02.025Z] Step 20/21 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 [2021-04-07T21:06:02.070Z] Collecting cached-property<2,>=1.2.0 [2021-04-07T21:06:02.070Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-07T21:06:02.298Z] ---> Running in 8ebc542a662b [2021-04-07T21:06:02.572Z] ---> d2913a926237 [2021-04-07T21:06:02.572Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-07T21:06:02.846Z] Removing intermediate container 8ebc542a662b [2021-04-07T21:06:02.846Z] ---> ddbb307b7931 [2021-04-07T21:06:02.846Z] Step 21/21 : LABEL version=0.0.0 [2021-04-07T21:06:03.131Z] ---> Running in 91fefdcdde8a [2021-04-07T21:06:03.131Z] ---> 23c830e82559 [2021-04-07T21:06:03.131Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-07T21:06:03.417Z] ---> e6e1be1f6edc [2021-04-07T21:06:03.417Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-07T21:06:03.417Z] ---> Running in 49faee08a31d [2021-04-07T21:06:03.698Z] ---> b92246188f3f [2021-04-07T21:06:03.698Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-07T21:06:03.762Z] Collecting docopt<0.7,>=0.6.1 [2021-04-07T21:06:03.762Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-07T21:06:03.971Z] Removing intermediate container 91fefdcdde8a [2021-04-07T21:06:03.971Z] ---> 3e28707d2ce8 [2021-04-07T21:06:03.971Z] [2021-04-07T21:06:04.637Z] ---> ca37114cdddb [2021-04-07T21:06:04.637Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-07T21:06:04.916Z] Successfully built 3e28707d2ce8 [2021-04-07T21:06:04.916Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-07T21:06:04.916Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-04-07T21:06:04.916Z] ---> b44ee2a00b8d [2021-04-07T21:06:04.916Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-07T21:06:04.916Z] ---> b3e3a8cc83ae [2021-04-07T21:06:04.916Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-07T21:06:05.189Z] ---> Running in 56f0638810de [2021-04-07T21:06:05.189Z] ---> Running in f5afba0c5ea4 [2021-04-07T21:06:05.463Z] ---> 4c8caed480fa [2021-04-07T21:06:05.463Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-07T21:06:05.733Z] ---> Running in 74493f7ef97a [2021-04-07T21:06:06.008Z] Removing intermediate container 56f0638810de [2021-04-07T21:06:06.008Z] ---> d02bfbf6beeb [2021-04-07T21:06:06.008Z] Removing intermediate container f5afba0c5ea4 [2021-04-07T21:06:06.008Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T21:06:06.008Z] ---> 1a1028e1043c [2021-04-07T21:06:06.008Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T21:06:06.281Z] ---> Running in 1d0c020f7bbd [2021-04-07T21:06:06.281Z] ---> Running in 4c656f73828e [2021-04-07T21:06:06.553Z] Removing intermediate container 74493f7ef97a [2021-04-07T21:06:06.553Z] ---> b8e916750d38 [2021-04-07T21:06:06.553Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T21:06:06.553Z] Removing intermediate container 49faee08a31d [2021-04-07T21:06:06.553Z] ---> 5a09a9ec3a08 [2021-04-07T21:06:06.553Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-07T21:06:07.150Z] ---> Running in acc27b70da01 [2021-04-07T21:06:07.150Z] ---> Running in d088b5a32577 [2021-04-07T21:06:07.427Z] Removing intermediate container 4c656f73828e [2021-04-07T21:06:07.427Z] ---> 1a8dd3e71723 [2021-04-07T21:06:07.427Z] Step 20/22 : LABEL arch=arm64 [2021-04-07T21:06:07.427Z] Removing intermediate container 1d0c020f7bbd [2021-04-07T21:06:07.427Z] ---> fbbefeda2aec [2021-04-07T21:06:07.427Z] Step 20/22 : LABEL arch=arm64 [2021-04-07T21:06:08.033Z] ---> Running in fbfdf0943b13 [2021-04-07T21:06:08.033Z] ---> Running in 0dbe49d20823 [2021-04-07T21:06:08.033Z] Removing intermediate container d088b5a32577 [2021-04-07T21:06:08.033Z] ---> d65c344fda64 [2021-04-07T21:06:08.033Z] Step 22/24 : LABEL arch=arm64 [2021-04-07T21:06:08.033Z] Removing intermediate container acc27b70da01 [2021-04-07T21:06:08.033Z] ---> cd41b22d911a [2021-04-07T21:06:08.033Z] Step 21/23 : LABEL arch=arm64 [2021-04-07T21:06:08.320Z] ---> Running in 130f1afa91f0 [2021-04-07T21:06:08.320Z] ---> Running in fd5a54fefa0d [2021-04-07T21:06:08.605Z] Removing intermediate container 0dbe49d20823 [2021-04-07T21:06:08.605Z] ---> 75d5c22ef7ce [2021-04-07T21:06:08.605Z] Step 21/22 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 [2021-04-07T21:06:08.605Z] Removing intermediate container fbfdf0943b13 [2021-04-07T21:06:08.893Z] ---> bc17728df186 [2021-04-07T21:06:08.893Z] Step 21/22 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 [2021-04-07T21:06:08.893Z] ---> Running in 11a3377b870a [2021-04-07T21:06:08.893Z] ---> Running in b9f2af19ea54 [2021-04-07T21:06:09.166Z] Removing intermediate container fd5a54fefa0d [2021-04-07T21:06:09.166Z] ---> cdc9f3e636ab [2021-04-07T21:06:09.166Z] Step 22/23 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 [2021-04-07T21:06:09.166Z] Removing intermediate container 130f1afa91f0 [2021-04-07T21:06:09.166Z] ---> 8987d7a52af0 [2021-04-07T21:06:09.166Z] Step 23/24 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 [2021-04-07T21:06:09.440Z] ---> Running in 84215040e549 [2021-04-07T21:06:09.440Z] ---> Running in 458a498807e4 [2021-04-07T21:06:09.720Z] Removing intermediate container 11a3377b870a [2021-04-07T21:06:09.720Z] Removing intermediate container b9f2af19ea54 [2021-04-07T21:06:09.720Z] ---> 53c73ef05b5b [2021-04-07T21:06:09.720Z] ---> 6f381bf0cc9d [2021-04-07T21:06:09.720Z] Step 22/22 : LABEL version=0.0.0 [2021-04-07T21:06:09.720Z] Step 22/22 : LABEL version=0.0.0 [2021-04-07T21:06:10.321Z] ---> Running in 73740d37c895 [2021-04-07T21:06:10.321Z] ---> Running in fee9bcfd1354 [2021-04-07T21:06:10.618Z] Removing intermediate container 84215040e549 [2021-04-07T21:06:10.618Z] Removing intermediate container 458a498807e4 [2021-04-07T21:06:10.618Z] ---> 56fca1249a87 [2021-04-07T21:06:10.618Z] ---> b80324e181e0 [2021-04-07T21:06:10.618Z] Step 24/24 : LABEL version=0.0.0 [2021-04-07T21:06:10.618Z] Step 23/23 : LABEL version=0.0.0 [2021-04-07T21:06:11.215Z] ---> Running in eae04b6e3a3f [2021-04-07T21:06:11.215Z] ---> Running in b319681e79af [2021-04-07T21:06:11.215Z] Removing intermediate container fee9bcfd1354 [2021-04-07T21:06:11.215Z] ---> 556c357381fc [2021-04-07T21:06:11.215Z] [2021-04-07T21:06:11.215Z] Removing intermediate container 73740d37c895 [2021-04-07T21:06:11.215Z] ---> 44f136483719 [2021-04-07T21:06:11.215Z] [2021-04-07T21:06:11.824Z] Successfully built 556c357381fc [2021-04-07T21:06:11.824Z] Successfully built 44f136483719 [2021-04-07T21:06:11.824Z] Removing intermediate container b319681e79af [2021-04-07T21:06:11.824Z] ---> 6e8cf7eb3083 [2021-04-07T21:06:11.824Z] [2021-04-07T21:06:11.824Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-07T21:06:11.824Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-07T21:06:12.102Z]  Building docker-support-notifications-go ... done  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-04-07T21:06:12.102Z] Building docker-core-command-go [2021-04-07T21:06:12.102Z] Removing intermediate container eae04b6e3a3f [2021-04-07T21:06:12.102Z] ---> ccf6089bb8ae [2021-04-07T21:06:12.102Z] [2021-04-07T21:06:12.429Z] Successfully built 6e8cf7eb3083 [2021-04-07T21:06:12.429Z] Successfully built ccf6089bb8ae [2021-04-07T21:06:12.429Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-07T21:06:12.429Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-04-07T21:06:12.700Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-07T21:06:15.897Z] Collecting docker<4.0,>=3.6.0 [2021-04-07T21:06:15.898Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-07T21:06:15.898Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-07T21:06:16.227Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-07T21:06:16.967Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-07T21:06:16.967Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-07T21:06:23.303Z] 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-04-07T21:06:23.303Z] Collecting PyYAML<4,>=3.10 [2021-04-07T21:06:23.303Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-07T21:06:29.438Z] Collecting texttable<0.10,>=0.9.0 [2021-04-07T21:06:29.438Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-07T21:06:30.576Z] Collecting docker-pycreds>=0.4.0 [2021-04-07T21:06:30.924Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-07T21:06:31.234Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-07T21:06:31.234Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-07T21:06:31.234Z] 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-04-07T21:06:31.576Z] Collecting idna<2.8,>=2.5 [2021-04-07T21:06:31.577Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-07T21:06:31.577Z] 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-04-07T21:06:31.577Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-07T21:06:31.577Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-07T21:06:31.577Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-07T21:06:31.577Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-07T21:06:33.010Z] Installing collected packages: websocket-client, jsonschema, cached-property, docopt, docker-pycreds, urllib3, idna, requests, docker, dockerpty, PyYAML, texttable, docker-compose [2021-04-07T21:06:35.029Z] Running setup.py install for docopt: started [2021-04-07T21:06:41.211Z] Running setup.py install for docopt: finished with status 'done' [2021-04-07T21:06:42.057Z] Attempting uninstall: urllib3 [2021-04-07T21:06:42.057Z] Found existing installation: urllib3 1.25.9 [2021-04-07T21:06:42.057Z] Uninstalling urllib3-1.25.9: [2021-04-07T21:06:42.599Z] Successfully uninstalled urllib3-1.25.9 [2021-04-07T21:06:44.247Z] Attempting uninstall: idna [2021-04-07T21:06:44.247Z] Found existing installation: idna 2.9 [2021-04-07T21:06:44.247Z] Uninstalling idna-2.9: [2021-04-07T21:06:44.247Z] Successfully uninstalled idna-2.9 [2021-04-07T21:06:46.359Z] Attempting uninstall: requests [2021-04-07T21:06:46.359Z] Found existing installation: requests 2.23.0 [2021-04-07T21:06:46.359Z] Uninstalling requests-2.23.0: [2021-04-07T21:06:46.359Z] Successfully uninstalled requests-2.23.0 [2021-04-07T21:06:49.438Z] Running setup.py install for dockerpty: started [2021-04-07T21:06:49.717Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T21:06:49.717Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-07T21:06:49.717Z] ---> 873f87f64ee2 [2021-04-07T21:06:49.717Z] Step 3/23 : WORKDIR /edgex-go [2021-04-07T21:06:49.717Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T21:06:49.717Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-07T21:06:49.717Z] ---> 873f87f64ee2 [2021-04-07T21:06:49.717Z] Step 3/31 : WORKDIR /edgex-go [2021-04-07T21:06:49.717Z] ---> Using cache [2021-04-07T21:06:49.717Z] ---> 05fde64bf826 [2021-04-07T21:06:49.717Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T21:06:49.717Z] ---> Using cache [2021-04-07T21:06:49.717Z] ---> 05fde64bf826 [2021-04-07T21:06:49.717Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T21:06:49.717Z] ---> Using cache [2021-04-07T21:06:49.717Z] ---> 1005a8b61527 [2021-04-07T21:06:49.717Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-07T21:06:49.717Z] ---> Using cache [2021-04-07T21:06:49.717Z] ---> 1005a8b61527 [2021-04-07T21:06:49.717Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-07T21:06:49.717Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T21:06:49.717Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-07T21:06:49.717Z] ---> 873f87f64ee2 [2021-04-07T21:06:49.717Z] Step 3/23 : WORKDIR /edgex-go [2021-04-07T21:06:49.717Z] ---> Using cache [2021-04-07T21:06:49.717Z] ---> 05fde64bf826 [2021-04-07T21:06:49.717Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T21:06:49.717Z] ---> Using cache [2021-04-07T21:06:49.717Z] ---> 1005a8b61527 [2021-04-07T21:06:49.717Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-07T21:06:50.345Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T21:06:50.345Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-07T21:06:50.345Z] ---> 873f87f64ee2 [2021-04-07T21:06:50.345Z] Step 3/22 : WORKDIR /edgex-go [2021-04-07T21:06:50.345Z] ---> Using cache [2021-04-07T21:06:50.345Z] ---> 05fde64bf826 [2021-04-07T21:06:50.345Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T21:06:50.345Z] ---> Using cache [2021-04-07T21:06:50.345Z] ---> 1005a8b61527 [2021-04-07T21:06:50.345Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-07T21:06:51.477Z] ---> Running in addd920c9984 [2021-04-07T21:06:51.477Z] ---> Running in 536d2b31e2b3 [2021-04-07T21:06:51.477Z] ---> Running in 3858cff6da6d [2021-04-07T21:06:51.477Z] ---> Running in bd96fcfab118 [2021-04-07T21:06:51.477Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-07T21:06:51.769Z] Running setup.py install for PyYAML: started [2021-04-07T21:06:53.905Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-07T21:06:53.905Z] Running setup.py install for texttable: started [2021-04-07T21:06:55.560Z] Running setup.py install for texttable: finished with status 'done' [2021-04-07T21:06:55.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T21:06:55.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T21:06:55.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T21:06:55.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T21:06:55.560Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-07T21:06:55.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T21:06:56.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T21:06:56.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T21:06:56.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T21:06:57.668Z] OK: 233 MiB in 51 packages [2021-04-07T21:06:57.668Z] OK: 233 MiB in 51 packages [2021-04-07T21:06:57.668Z] OK: 233 MiB in 51 packages [2021-04-07T21:06:57.668Z] OK: 233 MiB in 51 packages [2021-04-07T21:06:59.675Z]  Building docker-security-secretstore-setup-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T21:06:59.675Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-07T21:06:59.675Z] ---> 50fa7b1a7234 [2021-04-07T21:06:59.675Z] Step 3/31 : WORKDIR /edgex-go [2021-04-07T21:06:59.675Z] ---> Using cache [2021-04-07T21:06:59.675Z] ---> 62c7158a2fa8 [2021-04-07T21:06:59.675Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T21:06:59.675Z] ---> Using cache [2021-04-07T21:06:59.675Z] ---> ab14e7b1066d [2021-04-07T21:06:59.675Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-07T21:06:59.675Z] ---> Using cache [2021-04-07T21:06:59.675Z] ---> fec7dd2cb605 [2021-04-07T21:06:59.675Z] Step 6/31 : COPY go.mod . [2021-04-07T21:06:59.675Z] ---> Using cache [2021-04-07T21:06:59.675Z] ---> 8ee78adb0eb0 [2021-04-07T21:06:59.675Z] Step 7/31 : RUN go mod download [2021-04-07T21:06:59.675Z] ---> Using cache [2021-04-07T21:06:59.675Z] ---> 0ceaba11f6db [2021-04-07T21:06:59.675Z] Step 8/31 : COPY . . [2021-04-07T21:06:59.675Z] ---> Using cache [2021-04-07T21:06:59.675Z] ---> df77778c95fa [2021-04-07T21:06:59.675Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-07T21:06:59.675Z] ---> Running in 417efcd78efc [2021-04-07T21:06:59.675Z] 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-04-07T21:07:00.652Z] Removing intermediate container 536d2b31e2b3 [2021-04-07T21:07:00.652Z] ---> e8fb22f6a6c3 [2021-04-07T21:07:00.652Z] Step 6/22 : COPY go.mod . [2021-04-07T21:07:01.378Z] Removing intermediate container bd96fcfab118 [2021-04-07T21:07:01.378Z] ---> 38f9a1ddb8eb [2021-04-07T21:07:01.378Z] Step 6/31 : COPY go.mod . [2021-04-07T21:07:01.378Z] Removing intermediate container 3858cff6da6d [2021-04-07T21:07:01.378Z] ---> 50e627b15bdb [2021-04-07T21:07:01.378Z] Step 6/23 : COPY go.mod . [2021-04-07T21:07:02.148Z] Removing intermediate container addd920c9984 [2021-04-07T21:07:02.148Z] ---> 7195f623392e [2021-04-07T21:07:02.148Z] Step 6/23 : COPY go.mod . [2021-04-07T21:07:02.148Z] ---> d11a70fa1284 [2021-04-07T21:07:02.148Z] Step 7/22 : RUN go mod download [2021-04-07T21:07:02.435Z] ---> eb23f35de46b [2021-04-07T21:07:02.435Z] Step 7/31 : RUN go mod download [2021-04-07T21:07:02.435Z] ---> 03622908c055 [2021-04-07T21:07:02.435Z] Step 7/23 : RUN go mod download [2021-04-07T21:07:02.716Z] ---> Running in f21aebe8123c [2021-04-07T21:07:02.716Z] ---> Running in 2d73e035dcd4 [2021-04-07T21:07:02.716Z] ---> Running in 19cb746a00da [2021-04-07T21:07:03.006Z] ---> 8fa712f349ed [2021-04-07T21:07:03.006Z] Step 7/23 : RUN go mod download [2021-04-07T21:07:03.294Z] ---> Running in 1f068956476c [2021-04-07T21:07:06.404Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T21:07:06.404Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-07T21:07:06.404Z] ---> 50fa7b1a7234 [2021-04-07T21:07:06.404Z] Step 3/23 : WORKDIR /edgex-go [2021-04-07T21:07:06.404Z] ---> Using cache [2021-04-07T21:07:06.404Z] ---> 62c7158a2fa8 [2021-04-07T21:07:06.404Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T21:07:06.404Z] ---> Using cache [2021-04-07T21:07:06.404Z] ---> ab14e7b1066d [2021-04-07T21:07:06.404Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-07T21:07:06.404Z] ---> Using cache [2021-04-07T21:07:06.404Z] ---> fec7dd2cb605 [2021-04-07T21:07:06.404Z] Step 6/23 : COPY go.mod . [2021-04-07T21:07:06.404Z] ---> Using cache [2021-04-07T21:07:06.404Z] ---> 8ee78adb0eb0 [2021-04-07T21:07:06.404Z] Step 7/23 : RUN go mod download [2021-04-07T21:07:06.404Z] ---> Using cache [2021-04-07T21:07:06.404Z] ---> 0ceaba11f6db [2021-04-07T21:07:06.404Z] Step 8/23 : COPY . . [2021-04-07T21:07:06.404Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T21:07:06.404Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-07T21:07:06.404Z] ---> 50fa7b1a7234 [2021-04-07T21:07:06.404Z] Step 3/23 : WORKDIR /edgex-go [2021-04-07T21:07:06.404Z] ---> Using cache [2021-04-07T21:07:06.404Z] ---> 62c7158a2fa8 [2021-04-07T21:07:06.404Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T21:07:06.404Z] ---> Using cache [2021-04-07T21:07:06.404Z] ---> ab14e7b1066d [2021-04-07T21:07:06.404Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-07T21:07:06.404Z] ---> Using cache [2021-04-07T21:07:06.404Z] ---> df77778c95fa [2021-04-07T21:07:06.404Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-07T21:07:06.404Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T21:07:06.404Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-07T21:07:06.404Z] ---> 50fa7b1a7234 [2021-04-07T21:07:06.404Z] Step 3/23 : WORKDIR /edgex-go [2021-04-07T21:07:06.404Z] ---> Using cache [2021-04-07T21:07:06.404Z] ---> 62c7158a2fa8 [2021-04-07T21:07:06.404Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T21:07:06.404Z] ---> Using cache [2021-04-07T21:07:06.404Z] ---> ab14e7b1066d [2021-04-07T21:07:06.404Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-07T21:07:07.392Z] ---> Running in 8c6c3ee99f58 [2021-04-07T21:07:07.392Z] ---> Running in 0b680269adfc [2021-04-07T21:07:07.392Z] ---> Running in 713733cc3a4b [2021-04-07T21:07:10.038Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T21:07:10.038Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T21:07:10.038Z] 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-04-07T21:07:10.639Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T21:07:10.639Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T21:07:11.169Z] Removing intermediate container 19cb746a00da [2021-04-07T21:07:11.169Z] ---> 31975901595d [2021-04-07T21:07:11.169Z] Step 8/23 : COPY . . [2021-04-07T21:07:11.169Z] Removing intermediate container 1f068956476c [2021-04-07T21:07:11.169Z] ---> 7d8a186b30ed [2021-04-07T21:07:11.169Z] Step 8/23 : COPY . . [2021-04-07T21:07:11.169Z] Removing intermediate container f21aebe8123c [2021-04-07T21:07:11.169Z] ---> c130990f52dc [2021-04-07T21:07:11.169Z] Step 8/22 : COPY . . [2021-04-07T21:07:11.169Z] Removing intermediate container 2d73e035dcd4 [2021-04-07T21:07:11.169Z] ---> 54a2e31bef03 [2021-04-07T21:07:11.169Z] Step 8/31 : COPY . . [2021-04-07T21:07:11.627Z] OK: 217 MiB in 51 packages [2021-04-07T21:07:11.627Z] OK: 217 MiB in 51 packages [2021-04-07T21:07:13.642Z] Removing intermediate container 8c6c3ee99f58 [2021-04-07T21:07:13.642Z] ---> cdb72f5504e5 [2021-04-07T21:07:13.642Z] Step 6/23 : COPY go.mod . [2021-04-07T21:07:13.920Z] Removing intermediate container 0b680269adfc [2021-04-07T21:07:13.920Z] ---> 79071aacc1df [2021-04-07T21:07:13.920Z] Step 6/23 : COPY go.mod . [2021-04-07T21:07:14.914Z] ---> 70e2fca9ad4f [2021-04-07T21:07:14.914Z] Step 7/23 : RUN go mod download [2021-04-07T21:07:15.195Z] ---> bb606d9913d4 [2021-04-07T21:07:15.195Z] Step 7/23 : RUN go mod download [2021-04-07T21:07:15.195Z] ---> Running in d6688d89c5cd [2021-04-07T21:07:15.800Z] ---> Running in 790da4324c22 [2021-04-07T21:07:21.216Z] Removing intermediate container d6688d89c5cd [2021-04-07T21:07:21.216Z] ---> b7025096cf0a [2021-04-07T21:07:21.216Z] Step 8/23 : COPY . . [2021-04-07T21:07:21.216Z] Removing intermediate container 790da4324c22 [2021-04-07T21:07:21.216Z] ---> 5ca70e6aaff4 [2021-04-07T21:07:21.216Z] Step 8/23 : COPY . . [2021-04-07T21:07:53.590Z] ---> ae23e77536b3 [2021-04-07T21:07:53.590Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-07T21:07:53.590Z] ---> 6e17ea5d75a5 [2021-04-07T21:07:53.590Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-07T21:07:53.590Z] ---> Running in 9c91245a796f [2021-04-07T21:07:53.590Z] ---> Running in 16fd0918b0ff [2021-04-07T21:07:53.590Z] 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-04-07T21:07:53.590Z] 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-04-07T21:08:00.310Z] Removing intermediate container 417efcd78efc [2021-04-07T21:08:00.310Z] ---> 46a5ae0c7c4c [2021-04-07T21:08:00.310Z] [2021-04-07T21:08:00.310Z] Step 10/31 : FROM alpine:3.12 [2021-04-07T21:08:00.310Z] ---> d75e27dfc0a0 [2021-04-07T21:08:00.310Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-07T21:08:00.310Z] ---> Running in 7c35bac2baeb [2021-04-07T21:08:01.034Z] Removing intermediate container 7c35bac2baeb [2021-04-07T21:08:01.034Z] ---> 185cb8e604db [2021-04-07T21:08:01.034Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-07T21:08:01.338Z] ---> Running in 035a26ad8c0e [2021-04-07T21:08:03.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T21:08:03.607Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T21:08:04.211Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-07T21:08:04.211Z] (2/2) Installing su-exec (0.2-r1) [2021-04-07T21:08:04.211Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T21:08:04.211Z] OK: 5 MiB in 16 packages [2021-04-07T21:08:06.217Z] Removing intermediate container 035a26ad8c0e [2021-04-07T21:08:06.217Z] ---> 07dc9c49d23a [2021-04-07T21:08:06.217Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-07T21:08:06.217Z] ---> Running in d31251b3b83f [2021-04-07T21:08:06.824Z] Removing intermediate container d31251b3b83f [2021-04-07T21:08:06.824Z] ---> e203a67d00f7 [2021-04-07T21:08:06.824Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-07T21:08:06.824Z] ---> Running in a723c5411c39 [2021-04-07T21:08:07.429Z] Removing intermediate container a723c5411c39 [2021-04-07T21:08:07.429Z] ---> a56d92fe2311 [2021-04-07T21:08:07.429Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-07T21:08:07.709Z] ---> Running in b0376d1d038f [2021-04-07T21:08:12.072Z] Removing intermediate container b0376d1d038f [2021-04-07T21:08:12.072Z] ---> 0399706182ac [2021-04-07T21:08:12.072Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-07T21:08:12.072Z] ---> Running in ca9b222cd2b7 [2021-04-07T21:08:12.349Z] Removing intermediate container ca9b222cd2b7 [2021-04-07T21:08:12.349Z] ---> aa150062de60 [2021-04-07T21:08:12.349Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-07T21:08:13.796Z] ---> fcc08af97514 [2021-04-07T21:08:13.796Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-07T21:08:13.796Z] ---> Running in f68b1a318008 [2021-04-07T21:08:17.201Z] Removing intermediate container f68b1a318008 [2021-04-07T21:08:17.201Z] ---> 1f19962ca422 [2021-04-07T21:08:17.201Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T21:08:18.643Z] ---> bd43afb66cf7 [2021-04-07T21:08:18.643Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-07T21:08:20.632Z] ---> d5a6306cf11a [2021-04-07T21:08:20.632Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-07T21:08:21.620Z] ---> 5ac182dfd292 [2021-04-07T21:08:21.620Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-07T21:08:23.085Z] ---> 8ff894ddbc03 [2021-04-07T21:08:23.085Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-07T21:08:24.094Z] ---> 35ff67739c00 [2021-04-07T21:08:24.094Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-07T21:08:24.700Z] ---> Running in 3db198f25ddc [2021-04-07T21:08:25.697Z] Removing intermediate container 3db198f25ddc [2021-04-07T21:08:25.697Z] ---> dbe4e91a8dc5 [2021-04-07T21:08:25.697Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-07T21:08:27.692Z] ---> 77e210fc4304 [2021-04-07T21:08:27.692Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-07T21:08:28.314Z] ---> Running in ac1b60a54c7c [2021-04-07T21:08:29.785Z] Removing intermediate container 713733cc3a4b [2021-04-07T21:08:29.785Z] ---> 1292aea79d24 [2021-04-07T21:08:29.785Z] [2021-04-07T21:08:29.785Z] Step 10/23 : FROM alpine:3.12 [2021-04-07T21:08:29.785Z] ---> d75e27dfc0a0 [2021-04-07T21:08:29.785Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-07T21:08:29.785Z] ---> Using cache [2021-04-07T21:08:29.785Z] ---> e4b2508252e7 [2021-04-07T21:08:29.785Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-07T21:08:29.785Z] ---> Using cache [2021-04-07T21:08:29.785Z] ---> 16b2bae5c2ef [2021-04-07T21:08:29.785Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-07T21:08:30.067Z] ---> Running in a78751220105 [2021-04-07T21:08:31.219Z] Removing intermediate container a78751220105 [2021-04-07T21:08:31.219Z] ---> a4bdadc57009 [2021-04-07T21:08:31.219Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-07T21:08:31.219Z] ---> Running in f69245a96fed [2021-04-07T21:08:32.298Z] Removing intermediate container f69245a96fed [2021-04-07T21:08:32.298Z] ---> 404fd3d4d881 [2021-04-07T21:08:32.298Z] Step 15/23 : WORKDIR / [2021-04-07T21:08:32.298Z] Removing intermediate container ac1b60a54c7c [2021-04-07T21:08:32.298Z] ---> 8db95066e5df [2021-04-07T21:08:32.298Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-07T21:08:32.298Z] ---> Running in 28c9719131ac [2021-04-07T21:08:32.571Z] ---> Running in d193638005f6 [2021-04-07T21:08:33.170Z] Removing intermediate container 28c9719131ac [2021-04-07T21:08:33.170Z] ---> ab6e4cc34af2 [2021-04-07T21:08:33.170Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T21:08:33.444Z] Removing intermediate container d193638005f6 [2021-04-07T21:08:33.444Z] ---> 24ddf7c3c358 [2021-04-07T21:08:33.444Z] Step 28/31 : CMD ["gate"] [2021-04-07T21:08:34.046Z] ---> Running in 4038ae3fa268 [2021-04-07T21:08:34.326Z] ---> 18bcfb0f2f81 [2021-04-07T21:08:34.326Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-07T21:08:34.793Z] Removing intermediate container 0a1bca18213a [2021-04-07T21:08:34.793Z] ---> 3a0d48596cbc [2021-04-07T21:08:34.793Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-07T21:08:34.793Z] ---> Running in 372a430f50cd [2021-04-07T21:08:34.793Z] Removing intermediate container 372a430f50cd [2021-04-07T21:08:34.793Z] ---> 71c6b175569d [2021-04-07T21:08:34.793Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-07T21:08:34.932Z] Removing intermediate container 4038ae3fa268 [2021-04-07T21:08:34.932Z] ---> 0ad6f1679e05 [2021-04-07T21:08:34.932Z] Step 29/31 : LABEL arch=arm64 [2021-04-07T21:08:35.256Z] ---> Running in bf0e1fa58f9f [2021-04-07T21:08:35.533Z] ---> Running in 9958f9cc0ead [2021-04-07T21:08:36.522Z] Removing intermediate container 9958f9cc0ead [2021-04-07T21:08:36.522Z] ---> 812997fb3dc6 [2021-04-07T21:08:36.522Z] Step 30/31 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 [2021-04-07T21:08:36.522Z] ---> 2b63c379800a [2021-04-07T21:08:36.522Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-07T21:08:37.127Z] ---> Running in 4c692f2d3d3c [2021-04-07T21:08:37.730Z] ---> d441396454ea [2021-04-07T21:08:37.730Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-07T21:08:38.007Z] ---> Running in 42263b76ab99 [2021-04-07T21:08:38.007Z] Removing intermediate container 4c692f2d3d3c [2021-04-07T21:08:38.007Z] ---> e7f0c08b764c [2021-04-07T21:08:38.007Z] Step 31/31 : LABEL version=0.0.0 [2021-04-07T21:08:38.607Z] ---> Running in f9b905704350 [2021-04-07T21:08:38.883Z] Removing intermediate container 42263b76ab99 [2021-04-07T21:08:38.883Z] ---> da4d342e8285 [2021-04-07T21:08:38.883Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T21:08:39.160Z] ---> Running in a9626360d1cb [2021-04-07T21:08:39.439Z] Removing intermediate container f9b905704350 [2021-04-07T21:08:39.439Z] ---> 249520758811 [2021-04-07T21:08:39.439Z] [2021-04-07T21:08:39.716Z] Removing intermediate container a9626360d1cb [2021-04-07T21:08:39.716Z] ---> bb8f6019b2f2 [2021-04-07T21:08:39.716Z] Step 21/23 : LABEL arch=arm64 [2021-04-07T21:08:40.319Z] ---> Running in 0705304a217b [2021-04-07T21:08:40.319Z] Successfully built 249520758811 [2021-04-07T21:08:40.319Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-07T21:08:40.922Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 0705304a217b [2021-04-07T21:08:40.922Z] ---> 9fb45cafd383 [2021-04-07T21:08:40.922Z] Step 22/23 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 [2021-04-07T21:08:40.922Z] ---> Running in 4c05a52f6ce8 [2021-04-07T21:08:41.525Z] Removing intermediate container 4c05a52f6ce8 [2021-04-07T21:08:41.525Z] ---> 4e16ff653ef1 [2021-04-07T21:08:41.525Z] Step 23/23 : LABEL version=0.0.0 [2021-04-07T21:08:41.802Z] ---> Running in ae05b642264e [2021-04-07T21:08:42.401Z] Removing intermediate container ae05b642264e [2021-04-07T21:08:42.401Z] ---> ed690e653c00 [2021-04-07T21:08:42.401Z] [2021-04-07T21:08:43.005Z] Successfully built ed690e653c00 [2021-04-07T21:08:43.005Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-07T21:08:44.011Z] Removing intermediate container bf0e1fa58f9f [2021-04-07T21:08:44.011Z] ---> 077f33e3b97b [2021-04-07T21:08:44.011Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-07T21:08:47.747Z] ---> db576d42e5f2 [2021-04-07T21:08:47.747Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-07T21:08:50.216Z] ---> 45e54bdd9bd8 [2021-04-07T21:08:50.216Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-07T21:08:51.758Z] ---> d40b61a4bbc9 [2021-04-07T21:08:51.758Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-07T21:08:51.758Z] ---> 7a8954ef77ca [2021-04-07T21:08:51.758Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-07T21:08:51.758Z] ---> e8e5d98b592c [2021-04-07T21:08:51.758Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-07T21:08:51.758Z] ---> a51915171c01 [2021-04-07T21:08:51.758Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-07T21:08:52.847Z] ---> Running in 6eb7ea4bf324 [2021-04-07T21:08:52.847Z] ---> Running in 30e3020ca57a [2021-04-07T21:08:52.847Z] ---> Running in 9a92750f390d [2021-04-07T21:08:52.847Z] ---> Running in 1795edd14d2c [2021-04-07T21:08:54.232Z] ---> e2b134239051 [2021-04-07T21:08:54.232Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-07T21:08:54.232Z] Removing intermediate container 1795edd14d2c [2021-04-07T21:08:54.232Z] ---> febf714c9ab5 [2021-04-07T21:08:54.232Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T21:08:54.625Z] ---> Running in 1c7385bebbe2 [2021-04-07T21:08:54.625Z] ---> Running in f57e180eb436 [2021-04-07T21:08:55.759Z] Removing intermediate container f57e180eb436 [2021-04-07T21:08:55.759Z] ---> 417198d6c6be [2021-04-07T21:08:55.759Z] Step 21/23 : LABEL arch=x86_64 [2021-04-07T21:08:56.128Z] ---> Running in e011f5ad41e7 [2021-04-07T21:08:56.422Z] 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-04-07T21:08:56.422Z] 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-04-07T21:08:56.422Z] 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-04-07T21:08:56.740Z] 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-04-07T21:08:56.740Z] Removing intermediate container e011f5ad41e7 [2021-04-07T21:08:56.740Z] ---> b8a9b85d83d3 [2021-04-07T21:08:56.740Z] Step 22/23 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 [2021-04-07T21:08:57.467Z] ---> Running in 62b2207bffb3 [2021-04-07T21:08:58.183Z] Removing intermediate container 62b2207bffb3 [2021-04-07T21:08:58.183Z] ---> de141423cea1 [2021-04-07T21:08:58.183Z] Step 23/23 : LABEL version=0.0.0 [2021-04-07T21:08:58.853Z] ---> Running in 710de5e2f21c [2021-04-07T21:08:59.257Z] Removing intermediate container 710de5e2f21c [2021-04-07T21:08:59.257Z] ---> 4ecce28bfab8 [2021-04-07T21:08:59.257Z] [2021-04-07T21:09:00.025Z] Successfully built 4ecce28bfab8 [2021-04-07T21:09:00.025Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-07T21:09:05.201Z]  Building docker-core-command-go ... done Removing intermediate container 9c91245a796f [2021-04-07T21:09:05.201Z] ---> 70653dc5aef2 [2021-04-07T21:09:05.201Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-07T21:09:05.201Z] ---> Running in 72e5b5fb2f7c [2021-04-07T21:09:05.473Z] 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-04-07T21:09:08.864Z] Removing intermediate container 72e5b5fb2f7c [2021-04-07T21:09:08.864Z] ---> c8934ed57d14 [2021-04-07T21:09:08.864Z] [2021-04-07T21:09:08.864Z] Step 11/23 : FROM docker:20.10.0 [2021-04-07T21:09:08.864Z] 20.10.0: Pulling from library/docker [2021-04-07T21:09:15.597Z] Removing intermediate container 16fd0918b0ff [2021-04-07T21:09:15.597Z] ---> 1e7592cb5d0e [2021-04-07T21:09:15.597Z] [2021-04-07T21:09:15.597Z] Step 10/23 : FROM alpine:3.12 [2021-04-07T21:09:15.597Z] ---> d75e27dfc0a0 [2021-04-07T21:09:15.597Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-07T21:09:15.597Z] ---> Running in ffcd755b751a [2021-04-07T21:09:15.869Z] Removing intermediate container ffcd755b751a [2021-04-07T21:09:15.869Z] ---> 4e419dacaea3 [2021-04-07T21:09:15.869Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-07T21:09:16.464Z] ---> Running in 6e7e67d07782 [2021-04-07T21:09:16.751Z] Removing intermediate container 6e7e67d07782 [2021-04-07T21:09:16.751Z] ---> be99e4ab9989 [2021-04-07T21:09:16.751Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-07T21:09:17.049Z] ---> Running in 9e7b33172e80 [2021-04-07T21:09:17.659Z] Removing intermediate container 9e7b33172e80 [2021-04-07T21:09:17.659Z] ---> 56782645d921 [2021-04-07T21:09:17.659Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T21:09:17.659Z] ---> Running in 8c3f3e62c081 [2021-04-07T21:09:17.659Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-07T21:09:17.939Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-07T21:09:17.939Z] ---> eeaf43b92773 [2021-04-07T21:09:17.939Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-07T21:09:17.939Z] ---> Running in d3e4c77b1577 [2021-04-07T21:09:18.533Z] Removing intermediate container d3e4c77b1577 [2021-04-07T21:09:18.533Z] ---> c4e695adf860 [2021-04-07T21:09:18.533Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-07T21:09:18.807Z] ---> Running in 7b6c4694ee9f [2021-04-07T21:09:20.247Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T21:09:20.247Z] Removing intermediate container 8c3f3e62c081 [2021-04-07T21:09:20.247Z] ---> de739d72b7b7 [2021-04-07T21:09:20.247Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-07T21:09:20.247Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T21:09:20.247Z] ---> Running in 27190fafeeb6 [2021-04-07T21:09:20.844Z] (1/39) Installing readline (8.0.4-r0) [2021-04-07T21:09:20.844Z] (2/39) Installing bash (5.0.17-r0) [2021-04-07T21:09:20.844Z] Executing bash-5.0.17-r0.post-install [2021-04-07T21:09:20.844Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-07T21:09:20.844Z] (4/39) Installing libcurl (7.69.1-r3) [2021-04-07T21:09:20.844Z] (5/39) Installing curl (7.69.1-r3) [2021-04-07T21:09:20.844Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-07T21:09:20.844Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-07T21:09:20.844Z] (8/39) Installing expat (2.2.9-r1) [2021-04-07T21:09:20.844Z] (9/39) Installing libffi (3.3-r2) [2021-04-07T21:09:20.844Z] (10/39) Installing gdbm (1.13-r1) [2021-04-07T21:09:20.844Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-07T21:09:20.844Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-07T21:09:20.844Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-07T21:09:21.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T21:09:22.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T21:09:22.684Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-07T21:09:22.684Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-07T21:09:22.684Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-07T21:09:22.684Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-07T21:09:22.684Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-07T21:09:22.684Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-07T21:09:22.684Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-07T21:09:22.955Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-07T21:09:22.955Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-07T21:09:22.955Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-07T21:09:22.955Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-07T21:09:22.955Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-07T21:09:22.955Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-07T21:09:22.955Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-07T21:09:22.955Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-07T21:09:22.955Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-07T21:09:22.955Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-07T21:09:22.955Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-07T21:09:22.955Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-07T21:09:22.955Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-07T21:09:23.229Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-07T21:09:23.229Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-07T21:09:23.229Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-07T21:09:23.229Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-07T21:09:23.229Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-07T21:09:23.229Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-07T21:09:23.229Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-07T21:09:23.229Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-07T21:09:23.229Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-07T21:09:23.229Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-07T21:09:23.229Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T21:09:23.229Z] OK: 72 MiB in 59 packages [2021-04-07T21:09:23.503Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-07T21:09:23.775Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-07T21:09:23.775Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T21:09:23.775Z] OK: 8 MiB in 20 packages [2021-04-07T21:09:26.401Z] Removing intermediate container 27190fafeeb6 [2021-04-07T21:09:26.401Z] ---> f423998fd6dc [2021-04-07T21:09:26.401Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T21:09:26.674Z] ---> 13bda81bc250 [2021-04-07T21:09:26.674Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-07T21:09:27.649Z] Collecting docker-compose==1.23.2 [2021-04-07T21:09:27.649Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-07T21:09:28.240Z] ---> b557c0d2e7aa [2021-04-07T21:09:28.240Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-07T21:09:28.513Z] Collecting jsonschema<3,>=2.5.1 [2021-04-07T21:09:28.513Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-07T21:09:28.785Z] ---> 19692a4d061a [2021-04-07T21:09:28.785Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-07T21:09:29.058Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-07T21:09:29.058Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-07T21:09:29.058Z] ---> Running in acb734ee3f62 [2021-04-07T21:09:29.660Z] Removing intermediate container acb734ee3f62 [2021-04-07T21:09:29.660Z] ---> 6b34c82712c1 [2021-04-07T21:09:29.660Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T21:09:29.660Z] ---> Running in 0fc0b4154d62 [2021-04-07T21:09:30.256Z] Removing intermediate container 0fc0b4154d62 [2021-04-07T21:09:30.256Z] ---> 6d6740f0f8ef [2021-04-07T21:09:30.256Z] Step 21/23 : LABEL arch=arm64 [2021-04-07T21:09:30.256Z] ---> Running in e63ac21058a9 [2021-04-07T21:09:30.847Z] Removing intermediate container e63ac21058a9 [2021-04-07T21:09:30.847Z] ---> 62970b278ad2 [2021-04-07T21:09:30.847Z] Step 22/23 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 [2021-04-07T21:09:30.847Z] ---> Running in 627044c27f95 [2021-04-07T21:09:31.450Z] Removing intermediate container 627044c27f95 [2021-04-07T21:09:31.450Z] ---> 4615705cf504 [2021-04-07T21:09:31.450Z] Step 23/23 : LABEL version=0.0.0 [2021-04-07T21:09:31.450Z] ---> Running in f7790a608c4c [2021-04-07T21:09:31.450Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-07T21:09:31.450Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-07T21:09:31.719Z] Removing intermediate container f7790a608c4c [2021-04-07T21:09:31.719Z] ---> c2a578280105 [2021-04-07T21:09:31.719Z] [2021-04-07T21:09:32.315Z] Successfully built c2a578280105 [2021-04-07T21:09:32.315Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-07T21:09:32.315Z]  Building docker-core-data-go ... done Collecting PyYAML<4,>=3.10 [2021-04-07T21:09:32.315Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-07T21:09:35.690Z] Collecting docker<4.0,>=3.6.0 [2021-04-07T21:09:35.690Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-07T21:09:37.102Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-07T21:09:37.102Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-07T21:09:37.102Z] Collecting docopt<0.7,>=0.6.1 [2021-04-07T21:09:37.102Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-07T21:09:39.057Z] Collecting texttable<0.10,>=0.9.0 [2021-04-07T21:09:39.057Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-07T21:09:41.012Z] 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-04-07T21:09:41.012Z] Collecting cached-property<2,>=1.2.0 [2021-04-07T21:09:41.012Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-07T21:09:41.282Z] Collecting docker-pycreds>=0.4.0 [2021-04-07T21:09:41.282Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-07T21:09:41.282Z] 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-04-07T21:09:41.873Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-07T21:09:41.873Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-07T21:09:42.144Z] Collecting idna<2.8,>=2.5 [2021-04-07T21:09:42.144Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-07T21:09:42.413Z] 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-04-07T21:09:42.413Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-07T21:09:42.413Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-07T21:09:42.413Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-07T21:09:42.413Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-07T21:09:43.006Z] Installing collected packages: jsonschema, dockerpty, websocket-client, PyYAML, docker-pycreds, urllib3, idna, requests, docker, docopt, texttable, cached-property, docker-compose [2021-04-07T21:09:43.291Z] Running setup.py install for dockerpty: started [2021-04-07T21:09:45.268Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-07T21:09:45.539Z] Running setup.py install for PyYAML: started [2021-04-07T21:09:47.508Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-07T21:09:47.508Z] Attempting uninstall: urllib3 [2021-04-07T21:09:47.508Z] Found existing installation: urllib3 1.25.9 [2021-04-07T21:09:47.508Z] Uninstalling urllib3-1.25.9: [2021-04-07T21:09:47.781Z] Successfully uninstalled urllib3-1.25.9 [2021-04-07T21:09:48.372Z] Attempting uninstall: idna [2021-04-07T21:09:48.372Z] Found existing installation: idna 2.9 [2021-04-07T21:09:48.372Z] Uninstalling idna-2.9: [2021-04-07T21:09:48.372Z] Successfully uninstalled idna-2.9 [2021-04-07T21:09:48.965Z] Attempting uninstall: requests [2021-04-07T21:09:48.965Z] Found existing installation: requests 2.23.0 [2021-04-07T21:09:48.965Z] Uninstalling requests-2.23.0: [2021-04-07T21:09:48.965Z] Successfully uninstalled requests-2.23.0 [2021-04-07T21:09:49.942Z] Running setup.py install for docopt: started [2021-04-07T21:09:51.908Z] Running setup.py install for docopt: finished with status 'done' [2021-04-07T21:09:51.908Z] Running setup.py install for texttable: started [2021-04-07T21:09:53.869Z] Running setup.py install for texttable: finished with status 'done' [2021-04-07T21:09:54.460Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-07T21:10:02.714Z] Removing intermediate container 7b6c4694ee9f [2021-04-07T21:10:02.714Z] ---> 36b17d6b963f [2021-04-07T21:10:02.714Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-07T21:10:02.714Z] ---> Running in 3d4162c14688 [2021-04-07T21:10:02.986Z] Removing intermediate container 3d4162c14688 [2021-04-07T21:10:02.986Z] ---> f8e43e1a01b1 [2021-04-07T21:10:02.986Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-07T21:10:02.986Z] ---> Running in ab3e0c8c01cf [2021-04-07T21:10:03.580Z] Removing intermediate container ab3e0c8c01cf [2021-04-07T21:10:03.580Z] ---> ee23a90eb6bf [2021-04-07T21:10:03.580Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-07T21:10:04.556Z] ---> 10b1911b494d [2021-04-07T21:10:04.556Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-07T21:10:05.536Z] ---> 1d64bd6370a1 [2021-04-07T21:10:05.536Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-07T21:10:06.131Z] ---> 7970c214553e [2021-04-07T21:10:06.131Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-07T21:10:06.403Z] ---> Running in 1fc7c521d2f3 [2021-04-07T21:10:06.673Z] Removing intermediate container 1fc7c521d2f3 [2021-04-07T21:10:06.673Z] ---> 1ea11039e27f [2021-04-07T21:10:06.673Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T21:10:06.945Z] ---> Running in 8a41f9423c9c [2021-04-07T21:10:07.216Z] Removing intermediate container 8a41f9423c9c [2021-04-07T21:10:07.216Z] ---> 63b95998924e [2021-04-07T21:10:07.216Z] Step 21/23 : LABEL arch=arm64 [2021-04-07T21:10:07.490Z] ---> Running in d5d9fd8b8cf5 [2021-04-07T21:10:08.083Z] Removing intermediate container d5d9fd8b8cf5 [2021-04-07T21:10:08.083Z] ---> db25272abf00 [2021-04-07T21:10:08.083Z] Step 22/23 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 [2021-04-07T21:10:08.083Z] ---> Running in 51c6e44f489f [2021-04-07T21:10:08.359Z] Removing intermediate container 51c6e44f489f [2021-04-07T21:10:08.359Z] ---> c34d0c9fa9a1 [2021-04-07T21:10:08.359Z] Step 23/23 : LABEL version=0.0.0 [2021-04-07T21:10:08.635Z] ---> Running in 90b5e8504dfa [2021-04-07T21:10:09.226Z] Removing intermediate container 90b5e8504dfa [2021-04-07T21:10:09.226Z] ---> 64e7875fe1b6 [2021-04-07T21:10:09.226Z] [2021-04-07T21:10:09.499Z] Successfully built 64e7875fe1b6 [2021-04-07T21:10:09.499Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-07T21:10:09.785Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-07T21:10:09.783Z] $ docker stop --time=1 5f0dd03c2d7a2723ca2177d23954c81670e887a81e1c745d0293e4baa178059b [2021-04-07T21:10:11.726Z] $ docker rm -f 5f0dd03c2d7a2723ca2177d23954c81670e887a81e1c745d0293e4baa178059b [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-07T21:10:12.415Z] + docker images [2021-04-07T21:10:12.416Z] + grep docker [2021-04-07T21:10:12.694Z] docker-sys-mgmt-agent-go-arm64 latest 64e7875fe1b6 4 seconds ago 299MB [2021-04-07T21:10:12.694Z] docker-core-data-go-arm64 latest c2a578280105 41 seconds ago 21.4MB [2021-04-07T21:10:12.694Z] docker-core-command-go-arm64 latest ed690e653c00 About a minute ago 16.3MB [2021-04-07T21:10:12.694Z] docker-security-bootstrapper-go-arm64 latest 249520758811 About a minute ago 17.9MB [2021-04-07T21:10:12.694Z] docker-core-metadata-go-arm64 latest 6e8cf7eb3083 4 minutes ago 17.9MB [2021-04-07T21:10:12.694Z] docker-security-secretstore-setup-go-arm64 latest ccf6089bb8ae 4 minutes ago 24.4MB [2021-04-07T21:10:12.694Z] docker-support-notifications-go-arm64 latest 556c357381fc 4 minutes ago 16.9MB [2021-04-07T21:10:12.694Z] docker-support-scheduler-go-arm64 latest 44f136483719 4 minutes ago 16.4MB [2021-04-07T21:10:12.694Z] docker-security-proxy-setup-go-arm64 latest 3e28707d2ce8 4 minutes ago 24.2MB [2021-04-07T21:10:12.694Z] docker 20.10.0 eeaf43b92773 3 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-04-07T21:10:15.561Z] ---> job-cost.sh [2021-04-07T21:10:15.561Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-io9y [2021-04-07T21:10:23.915Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 30e3020ca57a [2021-04-07T21:10:23.915Z] ---> 053cbb526cb1 [2021-04-07T21:10:23.915Z] [2021-04-07T21:10:23.915Z] Step 10/31 : FROM alpine:3.12 [2021-04-07T21:10:23.915Z] ---> 7230e588e954 [2021-04-07T21:10:23.915Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-07T21:10:23.915Z] Removing intermediate container 6eb7ea4bf324 [2021-04-07T21:10:23.915Z] ---> a09e6e127a0b [2021-04-07T21:10:23.915Z] [2021-04-07T21:10:23.915Z] Step 10/22 : FROM alpine:3.12 [2021-04-07T21:10:23.915Z] ---> 7230e588e954 [2021-04-07T21:10:23.915Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-07T21:10:23.915Z] ---> Using cache [2021-04-07T21:10:23.915Z] ---> 9025dc747650 [2021-04-07T21:10:23.915Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-07T21:10:23.915Z] ---> Using cache [2021-04-07T21:10:23.915Z] ---> fc1b3315d58e [2021-04-07T21:10:23.915Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-07T21:10:23.915Z] ---> Running in 1276ab7f8967 [2021-04-07T21:10:23.915Z] ---> Running in fa0c8c345140 [2021-04-07T21:10:23.915Z] Removing intermediate container 1276ab7f8967 [2021-04-07T21:10:23.915Z] ---> ef6cd8841550 [2021-04-07T21:10:23.915Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-07T21:10:23.915Z] ---> Running in d270392c52f9 [2021-04-07T21:10:23.915Z] Removing intermediate container fa0c8c345140 [2021-04-07T21:10:23.915Z] ---> 4625b1f1ccc5 [2021-04-07T21:10:23.915Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-07T21:10:23.915Z] ---> Running in e19ae1527df3 [2021-04-07T21:10:24.333Z] Removing intermediate container e19ae1527df3 [2021-04-07T21:10:24.333Z] ---> 6798be07a6de [2021-04-07T21:10:24.333Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T21:10:24.969Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T21:10:25.475Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T21:10:26.123Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-07T21:10:26.123Z] (2/2) Installing su-exec (0.2-r1) [2021-04-07T21:10:26.123Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T21:10:26.123Z] OK: 6 MiB in 16 packages [2021-04-07T21:10:27.526Z] ---> 87cb0aa7fa8d [2021-04-07T21:10:27.526Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-07T21:10:27.526Z] Removing intermediate container 1c7385bebbe2 [2021-04-07T21:10:27.526Z] ---> 9ac4796fb154 [2021-04-07T21:10:27.526Z] [2021-04-07T21:10:27.526Z] Step 10/23 : FROM alpine:3.12 [2021-04-07T21:10:27.526Z] ---> 7230e588e954 [2021-04-07T21:10:27.526Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-07T21:10:27.526Z] ---> Using cache [2021-04-07T21:10:27.526Z] ---> 9025dc747650 [2021-04-07T21:10:27.526Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-07T21:10:27.526Z] ---> Using cache [2021-04-07T21:10:27.526Z] ---> fc1b3315d58e [2021-04-07T21:10:27.526Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-07T21:10:27.897Z] Removing intermediate container 9a92750f390d [2021-04-07T21:10:27.897Z] ---> a791bdf70939 [2021-04-07T21:10:27.897Z] [2021-04-07T21:10:27.897Z] Step 10/23 : FROM alpine:3.12 [2021-04-07T21:10:27.897Z] ---> 7230e588e954 [2021-04-07T21:10:27.897Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-07T21:10:27.897Z] ---> Running in 0ded8f10962b [2021-04-07T21:10:28.323Z] ---> Running in 210d385d3e3d [2021-04-07T21:10:28.990Z] Removing intermediate container 0ded8f10962b [2021-04-07T21:10:28.990Z] ---> d8e170c7d868 [2021-04-07T21:10:28.990Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-07T21:10:29.670Z] ---> Running in 534b264b5196 [2021-04-07T21:10:29.670Z] Removing intermediate container d270392c52f9 [2021-04-07T21:10:29.670Z] ---> 4de84c00254e [2021-04-07T21:10:29.670Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-07T21:10:29.670Z] Removing intermediate container 210d385d3e3d [2021-04-07T21:10:29.670Z] ---> 5266cd6f114f [2021-04-07T21:10:29.670Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-07T21:10:30.068Z] ---> 6263c111812e [2021-04-07T21:10:30.068Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-07T21:10:30.068Z] ---> Running in e6471135129f [2021-04-07T21:10:30.068Z] ---> Running in 795e04bdf0ad [2021-04-07T21:10:30.383Z] Removing intermediate container 534b264b5196 [2021-04-07T21:10:30.383Z] ---> 59b2ebe800a4 [2021-04-07T21:10:30.383Z] Step 15/23 : WORKDIR / [2021-04-07T21:10:30.719Z] Removing intermediate container e6471135129f [2021-04-07T21:10:30.719Z] ---> f04281234d97 [2021-04-07T21:10:30.719Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-07T21:10:30.719Z] ---> Running in 943dab27e508 [2021-04-07T21:10:30.719Z] Removing intermediate container 795e04bdf0ad [2021-04-07T21:10:30.719Z] ---> 159e894ad39a [2021-04-07T21:10:30.719Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-07T21:10:31.095Z] ---> Running in cc4f216fea74 [2021-04-07T21:10:31.575Z] ---> Running in 6faa5dd47b06 [2021-04-07T21:10:32.591Z] ---> 36c8880cc7b9 [2021-04-07T21:10:32.592Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-07T21:10:32.592Z] ---> Running in 4a4a16b734ee [2021-04-07T21:10:32.867Z] Removing intermediate container 943dab27e508 [2021-04-07T21:10:32.867Z] ---> d8e8f5f133f5 [2021-04-07T21:10:32.867Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T21:10:33.168Z] Removing intermediate container cc4f216fea74 [2021-04-07T21:10:33.168Z] ---> e7814b14b9e2 [2021-04-07T21:10:33.168Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-07T21:10:33.168Z] Removing intermediate container 6faa5dd47b06 [2021-04-07T21:10:33.168Z] ---> aba057b15a9f [2021-04-07T21:10:33.168Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T21:10:33.471Z] ---> Running in 468fca64fbdd [2021-04-07T21:10:33.853Z] ---> Running in 2994dfdfeaf5 [2021-04-07T21:10:33.853Z] Removing intermediate container 4a4a16b734ee [2021-04-07T21:10:33.853Z] ---> f929995b2e0d [2021-04-07T21:10:33.853Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T21:10:34.149Z] ---> Running in 47dc34d194fb [2021-04-07T21:10:34.643Z] ---> 884e238d6fc9 [2021-04-07T21:10:34.643Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-07T21:10:35.527Z] Removing intermediate container 47dc34d194fb [2021-04-07T21:10:35.527Z] ---> ee920e9b2ceb [2021-04-07T21:10:35.527Z] Step 20/22 : LABEL arch=x86_64 [2021-04-07T21:10:35.987Z] ---> Running in fbaed20e1c4f [2021-04-07T21:10:37.129Z] Removing intermediate container fbaed20e1c4f [2021-04-07T21:10:37.129Z] ---> 3014acbc944e [2021-04-07T21:10:37.129Z] Step 21/22 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 [2021-04-07T21:10:37.129Z] ---> 792a531550d9 [2021-04-07T21:10:37.129Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-07T21:10:37.586Z] ---> Running in 4b11385bdda1 [2021-04-07T21:10:37.917Z] Removing intermediate container 468fca64fbdd [2021-04-07T21:10:37.917Z] ---> e2e545a5d50e [2021-04-07T21:10:37.917Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-07T21:10:37.917Z] Removing intermediate container 4b11385bdda1 [2021-04-07T21:10:37.917Z] ---> 0716a2999729 [2021-04-07T21:10:37.917Z] Step 22/22 : LABEL version=0.0.0 [2021-04-07T21:10:38.285Z] ---> Running in 9836173b001d [2021-04-07T21:10:38.285Z] ---> Running in e2e8f7ee2349 [2021-04-07T21:10:38.633Z] ---> 5251286e1d34 [2021-04-07T21:10:38.633Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-07T21:10:38.633Z] Removing intermediate container 2994dfdfeaf5 [2021-04-07T21:10:38.633Z] ---> 2f3c74815553 [2021-04-07T21:10:38.633Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-07T21:10:39.111Z] ---> Running in 047babe9e395 [2021-04-07T21:10:39.588Z] ---> Running in e4ae554a4b18 [2021-04-07T21:10:39.589Z] Removing intermediate container e2e8f7ee2349 [2021-04-07T21:10:39.589Z] ---> fa0f7cd7c39b [2021-04-07T21:10:39.589Z] [2021-04-07T21:10:39.937Z] Removing intermediate container 047babe9e395 [2021-04-07T21:10:39.937Z] ---> 72aaf98b71f7 [2021-04-07T21:10:39.937Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T21:10:40.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T21:10:40.372Z] ---> Running in 058e3d4d059c [2021-04-07T21:10:40.372Z] Removing intermediate container e4ae554a4b18 [2021-04-07T21:10:40.372Z] ---> a1fc777efe4d [2021-04-07T21:10:40.372Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-07T21:10:40.817Z] Successfully built fa0f7cd7c39b [2021-04-07T21:10:40.817Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T21:10:40.817Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-07T21:10:41.238Z]  Building docker-support-scheduler-go ... done Removing intermediate container 058e3d4d059c [2021-04-07T21:10:41.238Z] ---> e03c58568e7e [2021-04-07T21:10:41.238Z] Step 21/23 : LABEL arch=x86_64 [2021-04-07T21:10:41.526Z] ---> Running in 64ebb84eaecf [2021-04-07T21:10:41.526Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-07T21:10:41.526Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-07T21:10:41.811Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-07T21:10:41.811Z] ---> bb7b34b902e1 [2021-04-07T21:10:41.811Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-07T21:10:41.811Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-07T21:10:41.811Z] ---> Running in 2a464b4e03a4 [2021-04-07T21:10:42.235Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-07T21:10:42.235Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-07T21:10:42.235Z] Removing intermediate container 64ebb84eaecf [2021-04-07T21:10:42.235Z] ---> 27ac3bf0267a [2021-04-07T21:10:42.235Z] Step 22/23 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 [2021-04-07T21:10:42.235Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T21:10:42.235Z] OK: 8 MiB in 20 packages [2021-04-07T21:10:42.928Z] ---> Running in 8d9ff9cbece2 [2021-04-07T21:10:43.588Z] Removing intermediate container 8d9ff9cbece2 [2021-04-07T21:10:43.588Z] ---> 9a15c564014f [2021-04-07T21:10:43.588Z] Step 23/23 : LABEL version=0.0.0 [2021-04-07T21:10:43.920Z] ---> Running in 06b56c2f0502 [2021-04-07T21:10:44.210Z] Removing intermediate container 9836173b001d [2021-04-07T21:10:44.210Z] ---> 06c1923f1f82 [2021-04-07T21:10:44.210Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T21:10:44.550Z] Removing intermediate container 06b56c2f0502 [2021-04-07T21:10:44.550Z] ---> 1736cec33bdf [2021-04-07T21:10:44.550Z] [2021-04-07T21:10:44.865Z] ---> 2ad9605bcbee [2021-04-07T21:10:44.865Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-07T21:10:45.180Z] Successfully built 1736cec33bdf [2021-04-07T21:10:45.180Z] Successfully tagged docker-core-metadata-go:latest [2021-04-07T21:10:45.180Z]  Building docker-core-metadata-go ... done Removing intermediate container 2a464b4e03a4 [2021-04-07T21:10:45.180Z] ---> 74839a1e51fb [2021-04-07T21:10:45.180Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T21:10:46.303Z] ---> e3a0ed659433 [2021-04-07T21:10:46.303Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-07T21:10:46.303Z] ---> e2f8d77123a2 [2021-04-07T21:10:46.303Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-07T21:10:47.972Z] ---> 51f8017003e6 [2021-04-07T21:10:47.972Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-07T21:10:47.972Z] ---> Running in ca91ddd10603 [2021-04-07T21:10:47.972Z] ---> 3b79c0917b16 [2021-04-07T21:10:47.972Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-07T21:10:48.350Z] Removing intermediate container ca91ddd10603 [2021-04-07T21:10:48.350Z] ---> 0b0942cf6bbb [2021-04-07T21:10:48.350Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T21:10:48.350Z] ---> 0e72e4b8b590 [2021-04-07T21:10:48.350Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-07T21:10:48.350Z] ---> Running in 9c0c23eda157 [2021-04-07T21:10:49.054Z] Removing intermediate container 9c0c23eda157 [2021-04-07T21:10:49.054Z] ---> 1eff9a251f93 [2021-04-07T21:10:49.054Z] Step 21/23 : LABEL arch=x86_64 [2021-04-07T21:10:49.365Z] ---> Running in 1dc8d7be771f [2021-04-07T21:10:49.365Z] ---> fe2bb6a1fe01 [2021-04-07T21:10:49.365Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-07T21:10:51.308Z] Removing intermediate container 1dc8d7be771f [2021-04-07T21:10:51.308Z] ---> 3887d3113178 [2021-04-07T21:10:51.308Z] Step 22/23 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 [2021-04-07T21:10:51.308Z] ---> Running in c394b329b86a [2021-04-07T21:10:51.606Z] ---> 667fd216dbcf [2021-04-07T21:10:51.606Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-07T21:10:51.955Z] Removing intermediate container c394b329b86a [2021-04-07T21:10:51.955Z] ---> 7f57e542e06e [2021-04-07T21:10:51.955Z] Step 23/23 : LABEL version=0.0.0 [2021-04-07T21:10:52.406Z] ---> Running in 38bb7830f1e0 [2021-04-07T21:10:52.406Z] ---> Running in ece1a9c605bf [2021-04-07T21:10:53.591Z] Removing intermediate container 38bb7830f1e0 [2021-04-07T21:10:53.591Z] ---> f312a991e5aa [2021-04-07T21:10:53.591Z] [2021-04-07T21:10:53.591Z] Removing intermediate container ece1a9c605bf [2021-04-07T21:10:53.591Z] ---> bdbe7bb005d4 [2021-04-07T21:10:53.591Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-07T21:10:54.496Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-07T21:10:54.755Z] Successfully built f312a991e5aa [2021-04-07T21:10:55.045Z] Successfully tagged docker-core-data-go:latest [2021-04-07T21:10:55.045Z]  Building docker-core-data-go ... done  ---> fe6391dc00a4 [2021-04-07T21:10:55.045Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-07T21:10:55.389Z] ---> Running in 63fc8a7d95a3 [2021-04-07T21:10:59.190Z] Removing intermediate container 63fc8a7d95a3 [2021-04-07T21:10:59.190Z] ---> aa1586711d57 [2021-04-07T21:10:59.190Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-07T21:10:59.190Z] ---> Running in 499aae76ff86 [2021-04-07T21:11:00.202Z] Removing intermediate container 499aae76ff86 [2021-04-07T21:11:00.202Z] ---> 4f30141ad8cd [2021-04-07T21:11:00.202Z] Step 28/31 : CMD ["gate"] [2021-04-07T21:11:00.202Z] ---> Running in 0ee3b2e541e5 [2021-04-07T21:11:00.850Z] Removing intermediate container 0ee3b2e541e5 [2021-04-07T21:11:00.850Z] ---> 75debe09b183 [2021-04-07T21:11:00.850Z] Step 29/31 : LABEL arch=x86_64 [2021-04-07T21:11:01.193Z] ---> Running in bf3c8a74a924 [2021-04-07T21:11:02.721Z] Removing intermediate container bf3c8a74a924 [2021-04-07T21:11:02.721Z] ---> 19aee4e5ab5b [2021-04-07T21:11:02.721Z] Step 30/31 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 [2021-04-07T21:11:02.721Z] ---> Running in d2d4bd1f9744 [2021-04-07T21:11:03.368Z] Removing intermediate container d2d4bd1f9744 [2021-04-07T21:11:03.368Z] ---> 57cf8e787405 [2021-04-07T21:11:03.368Z] Step 31/31 : LABEL version=0.0.0 [2021-04-07T21:11:03.685Z] ---> Running in e3844e13528a [2021-04-07T21:11:04.699Z] Removing intermediate container e3844e13528a [2021-04-07T21:11:04.699Z] ---> e8d755d7d51a [2021-04-07T21:11:04.699Z] [2021-04-07T21:11:04.982Z] Successfully built e8d755d7d51a [2021-04-07T21:11:04.982Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-07T21:11:05.762Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-04-07T21:11:05.841Z] $ docker stop --time=1 c83791d887ba0af1885dbb69d29de9d7f5fb5c7f18eef60da03cf69d01c0abf3 [2021-04-07T21:11:09.105Z] $ docker rm -f c83791d887ba0af1885dbb69d29de9d7f5fb5c7f18eef60da03cf69d01c0abf3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-07T21:11:10.826Z] + grep docker [2021-04-07T21:11:10.827Z] + docker images [2021-04-07T21:11:11.845Z] docker-security-bootstrapper-go latest e8d755d7d51a 7 seconds ago 19MB [2021-04-07T21:11:11.845Z] docker-core-data-go latest f312a991e5aa 18 seconds ago 22.7MB [2021-04-07T21:11:11.845Z] docker-core-metadata-go latest 1736cec33bdf 27 seconds ago 19MB [2021-04-07T21:11:11.845Z] docker-support-scheduler-go latest fa0f7cd7c39b 33 seconds ago 17.4MB [2021-04-07T21:11:11.845Z] docker-sys-mgmt-agent-go latest 4ecce28bfab8 2 minutes ago 312MB [2021-04-07T21:11:11.845Z] docker-security-secretstore-setup-go latest 6ef09265a07e 5 minutes ago 25.8MB [2021-04-07T21:11:11.845Z] docker-core-command-go latest 7cb362252f8a 5 minutes ago 17.3MB [2021-04-07T21:11:11.845Z] docker-support-notifications-go latest e823035a4cd7 5 minutes ago 17.9MB [2021-04-07T21:11:11.845Z] docker-security-proxy-setup-go latest 2c2765a71ef2 5 minutes ago 25.5MB [2021-04-07T21:11:11.845Z] docker 20.10.0 aefe523efa57 3 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-04-07T21:11:28.297Z] Still waiting to schedule task [2021-04-07T21:11:28.297Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-07T21:12:21.289Z] Running on prd-ubuntu18.04-docker-8c-8g-33195 in /w/workspace/edgexfoundry_edgex-go_PR-3331 [Pipeline] { [Pipeline] ws [2021-04-07T21:12:21.341Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-04-07T21:12:23.426Z] using credential edgex-jenkins-ssh [2021-04-07T21:12:23.479Z] Cloning the remote Git repository [2021-04-07T21:12:23.505Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-07T21:12:23.567Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-04-07T21:12:23.591Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-07T21:12:23.591Z] > git --version # timeout=10 [2021-04-07T21:12:23.606Z] > git --version # 'git version 2.17.1' [2021-04-07T21:12:23.606Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T21:12:23.633Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T21:12:29.354Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-07T21:12:29.368Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T21:12:29.377Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-07T21:12:29.387Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-07T21:12:29.387Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T21:12:29.391Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3331/head:refs/remotes/origin/PR-3331 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-07T21:12:30.005Z] Merging remotes/origin/master commit abd01a6d142b6f684e0380bd2bdcda548b905f03 into PR head commit 1e59b5aae2d2031bf0470ae103b5b12fbca793d4 [2021-04-07T21:12:30.129Z] Merge succeeded, producing 1e59b5aae2d2031bf0470ae103b5b12fbca793d4 [2021-04-07T21:12:30.130Z] Checking out Revision 1e59b5aae2d2031bf0470ae103b5b12fbca793d4 (PR-3331) [2021-04-07T21:12:31.260Z] lf-activate-venv(): INFO: Adding /tmp/venv-io9y/bin to PATH [2021-04-07T21:12:31.260Z] INFO: No Stack... [2021-04-07T21:12:31.260Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-07T21:12:31.260Z] INFO: Archiving Costs [2021-04-07T21:12:30.016Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T21:12:30.021Z] > git checkout -f 1e59b5aae2d2031bf0470ae103b5b12fbca793d4 # timeout=10 [2021-04-07T21:12:30.103Z] > git remote # timeout=10 [2021-04-07T21:12:30.110Z] > git config --get remote.origin.url # timeout=10 [2021-04-07T21:12:30.115Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T21:12:30.118Z] > git merge abd01a6d142b6f684e0380bd2bdcda548b905f03 # timeout=10 [2021-04-07T21:12:30.127Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-07T21:12:30.135Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T21:12:30.140Z] > git checkout -f 1e59b5aae2d2031bf0470ae103b5b12fbca793d4 # timeout=10 [Pipeline] sh [2021-04-07T21:12:31.600Z] + cat /w/workspace/edgex-go/6/archives/cost.csv [2021-04-07T21:12:31.600Z] + cut -d, -f6 [Pipeline] lock [2021-04-07T21:12:31.713Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3331-6-stack-cost] [2021-04-07T21:12:31.736Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3331-6-stack-cost] did not exist. Created. [2021-04-07T21:12:31.736Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3331-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-07T21:12:32.159Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-07T21:12:32.514Z] Stashed 1 file(s) [Pipeline] } [2021-04-07T21:12:32.531Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3331-6-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-07T21:12:33.802Z] Commit message: "fix: integrate with the latest go-mod-bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T21:12:34.980Z] + echo snap-build.sh [2021-04-07T21:12:34.980Z] snap-build.sh [2021-04-07T21:12:34.980Z] + SNAP_BASE_DIR=. [2021-04-07T21:12:34.980Z] + '[' '!' -z /w/workspace/edgex-go/6 ']' [2021-04-07T21:12:34.980Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/6 [2021-04-07T21:12:34.980Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' [2021-04-07T21:12:34.980Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/6] [2021-04-07T21:12:34.980Z] + cd /w/workspace/edgex-go/6 [2021-04-07T21:12:34.980Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-07T21:12:34.980Z] Reading package lists... [2021-04-07T21:12:34.980Z] Building dependency tree... [2021-04-07T21:12:34.980Z] Reading state information... [2021-04-07T21:12:35.242Z] The following packages were automatically installed and are no longer required: [2021-04-07T21:12:35.243Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-07T21:12:35.243Z] uidmap xdelta3 [2021-04-07T21:12:35.243Z] Use 'sudo apt autoremove' to remove them. [2021-04-07T21:12:35.243Z] The following packages will be REMOVED: [2021-04-07T21:12:35.243Z] lxd* lxd-client* [2021-04-07T21:12:35.503Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-07T21:12:35.504Z] After this operation, 31.7 MB disk space will be freed. [2021-04-07T21:12:36.566Z] (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-04-07T21:12:36.566Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-07T21:12:37.508Z] Removing lxd dnsmasq configuration [2021-04-07T21:12:37.508Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-07T21:12:37.769Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-07T21:12:38.713Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-07T21:12:38.713Z] (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-04-07T21:12:38.713Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-07T21:12:40.099Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-07T21:12:40.099Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-07T21:12:41.486Z] + sudo snap remove --purge lxd [2021-04-07T21:12:41.750Z] snap "lxd" is not installed [2021-04-07T21:12:41.750Z] + sudo groupadd --force --system lxd [2021-04-07T21:12:41.750Z] ++ whoami [2021-04-07T21:12:41.750Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-07T21:12:41.750Z] + newgrp - lxd [2021-04-07T21:12:41.750Z] + sudo snap install lxd [2021-04-07T21:16:33.409Z] 2021-04-07T21:16:27Z INFO Waiting for automatic snapd restart... [2021-04-07T21:16:48.321Z] lxd 4.12 from Canonical* installed [2021-04-07T21:16:48.321Z] + sudo lxd init --auto [2021-04-07T21:16:56.476Z] + sudo snap install --classic snapcraft [2021-04-07T21:25:03.305Z] snapcraft 4.6 from Canonical* installed [2021-04-07T21:25:03.305Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-07T21:25:03.305Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-07T21:25:03.305Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-07T21:25:03.305Z] Dload Upload Total Spent Left Speed [2021-04-07T21:25:03.306Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4071 0 --:--:-- --:--:-- --:--:-- 4071 [2021-04-07T21:25:03.306Z] 100 3325k 100 3325k 0 0 10.3M 0 --:--:-- --:--:-- --:--:-- 10.3M [2021-04-07T21:25:03.306Z] ./yq_linux_amd64 [2021-04-07T21:25:03.306Z] + sudo snapcraft prime --use-lxd [2021-04-07T21:25:03.306Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-07T21:25:03.306Z] 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-04-07T21:25:03.306Z] - README.md [2021-04-07T21:25:03.306Z] [2021-04-07T21:25:03.306Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-07T21:25:03.306Z] Launching a container. [2021-04-07T21:26:11.046Z] Waiting for container to be ready [2021-04-07T21:26:11.047Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-07T21:26:11.047Z] [2021-04-07T21:26:11.047Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-07T21:26:11.047Z] Waiting for network to be ready... [2021-04-07T21:26:11.047Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-07T21:26:11.047Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-07T21:26:11.047Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-07T21:26:11.047Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-07T21:26:11.307Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-07T21:26:11.307Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-07T21:26:11.307Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-07T21:26:11.307Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-07T21:26:11.307Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-07T21:26:11.307Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-07T21:26:11.307Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-07T21:26:11.567Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-07T21:26:11.827Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-07T21:26:12.087Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-07T21:26:12.087Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-07T21:26:12.087Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-07T21:26:12.087Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-07T21:26:12.087Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-07T21:26:12.660Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-07T21:26:12.921Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-07T21:26:12.921Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-07T21:26:12.921Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-07T21:26:12.921Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-07T21:26:12.921Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-07T21:26:13.181Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-07T21:26:13.181Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1726 kB] [2021-04-07T21:26:13.440Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] [2021-04-07T21:26:15.356Z] Fetched 24.2 MB in 6s (3941 kB/s) [2021-04-07T21:26:15.929Z] Reading package lists... [2021-04-07T21:26:16.189Z] Reading package lists... [2021-04-07T21:26:16.451Z] Building dependency tree... [2021-04-07T21:26:16.451Z] Reading state information... [2021-04-07T21:26:16.451Z] The following additional packages will be installed: [2021-04-07T21:26:16.451Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-07T21:26:16.451Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-07T21:26:16.451Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-07T21:26:16.451Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-07T21:26:16.451Z] Suggested packages: [2021-04-07T21:26:16.451Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-07T21:26:16.451Z] Recommended packages: [2021-04-07T21:26:16.451Z] gnupg libsasl2-modules [2021-04-07T21:26:16.451Z] The following NEW packages will be installed: [2021-04-07T21:26:16.451Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-07T21:26:16.451Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-07T21:26:16.451Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-07T21:26:16.451Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-07T21:26:16.451Z] The following packages will be upgraded: [2021-04-07T21:26:16.451Z] gpg gpg-agent gpgconf libudev1 [2021-04-07T21:26:16.451Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-04-07T21:26:16.451Z] Need to get 3530 kB of archives. [2021-04-07T21:26:16.451Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-07T21:26:16.451Z] 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-04-07T21:26:16.713Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-07T21:26:16.713Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-07T21:26:16.713Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-07T21:26:16.713Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-04-07T21:26:16.975Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-04-07T21:26:17.237Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-07T21:26:17.237Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-07T21:26:17.237Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-07T21:26:17.497Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-07T21:26:17.497Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-07T21:26:17.497Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-07T21:26:17.497Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-07T21:26:17.497Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-07T21:26:17.497Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-07T21:26:17.497Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-07T21:26:17.497Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-07T21:26:17.497Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-07T21:26:17.497Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-07T21:26:17.498Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-07T21:26:17.498Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-07T21:26:17.498Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-07T21:26:17.759Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-07T21:26:17.759Z] Fetched 3530 kB in 1s (3445 kB/s) [2021-04-07T21:26:17.759Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-07T21:26:17.759Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-04-07T21:26:17.759Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-07T21:26:17.759Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-04-07T21:26:18.019Z] Selecting previously unselected package udev. [2021-04-07T21:26:18.019Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-07T21:26:18.019Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-04-07T21:26:18.020Z] Unpacking udev (237-3ubuntu10.45) ... [2021-04-07T21:26:18.280Z] Selecting previously unselected package libfuse2:amd64. [2021-04-07T21:26:18.280Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-07T21:26:18.280Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-07T21:26:18.280Z] Selecting previously unselected package fuse. [2021-04-07T21:26:18.280Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-07T21:26:18.280Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-07T21:26:18.280Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-07T21:26:18.541Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-07T21:26:18.541Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-07T21:26:18.541Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-07T21:26:18.541Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-07T21:26:18.541Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-07T21:26:18.802Z] Selecting previously unselected package libksba8:amd64. [2021-04-07T21:26:18.802Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-07T21:26:18.802Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-07T21:26:18.802Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-07T21:26:18.802Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-07T21:26:18.802Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T21:26:19.063Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-07T21:26:19.063Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-07T21:26:19.063Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T21:26:19.063Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-07T21:26:19.063Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-07T21:26:19.063Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T21:26:19.063Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-07T21:26:19.063Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-07T21:26:19.063Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T21:26:19.324Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-07T21:26:19.324Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-07T21:26:19.324Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T21:26:19.324Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-07T21:26:19.324Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-07T21:26:19.324Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T21:26:19.324Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-07T21:26:19.324Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-07T21:26:19.324Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T21:26:19.586Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-07T21:26:19.586Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-07T21:26:19.586Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T21:26:19.586Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-07T21:26:19.586Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-07T21:26:19.586Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T21:26:19.586Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-07T21:26:19.586Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-07T21:26:19.586Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-07T21:26:19.847Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-07T21:26:19.847Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-07T21:26:19.847Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-07T21:26:19.847Z] Selecting previously unselected package libldap-common. [2021-04-07T21:26:19.847Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-07T21:26:19.847Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-07T21:26:19.847Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-07T21:26:19.847Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-07T21:26:20.108Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-07T21:26:20.108Z] Selecting previously unselected package dirmngr. [2021-04-07T21:26:20.108Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-07T21:26:20.108Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-07T21:26:20.108Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-07T21:26:20.108Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-07T21:26:20.368Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-07T21:26:20.368Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-07T21:26:20.368Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-07T21:26:20.368Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-07T21:26:20.368Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T21:26:20.368Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-07T21:26:20.368Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-07T21:26:20.368Z] Setting up udev (237-3ubuntu10.45) ... [2021-04-07T21:26:20.941Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-07T21:26:20.941Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T21:26:20.941Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-07T21:26:20.941Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-07T21:26:20.941Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-07T21:26:21.202Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T21:26:21.202Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T21:26:21.202Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T21:26:21.202Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T21:26:21.202Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T21:26:21.202Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T21:26:21.202Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T21:26:21.202Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-07T21:26:21.202Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-07T21:26:21.202Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-07T21:26:21.773Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-07T21:26:21.773Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-07T21:26:21.773Z] This means they are not meant to be enabled using systemctl. [2021-04-07T21:26:21.773Z] Possible reasons for having this kind of units are: [2021-04-07T21:26:21.773Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-07T21:26:21.773Z] .wants/ or .requires/ directory. [2021-04-07T21:26:21.773Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-07T21:26:21.773Z] a requirement dependency on it. [2021-04-07T21:26:21.773Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-07T21:26:21.773Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-07T21:26:21.773Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-07T21:26:21.773Z] instance name specified. [2021-04-07T21:26:22.033Z] Reading package lists... [2021-04-07T21:26:22.033Z] Building dependency tree... [2021-04-07T21:26:22.033Z] Reading state information... [2021-04-07T21:26:22.295Z] The following additional packages will be installed: [2021-04-07T21:26:22.295Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-07T21:26:22.295Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-07T21:26:22.295Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-07T21:26:22.295Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-07T21:26:22.295Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-07T21:26:22.295Z] Suggested packages: [2021-04-07T21:26:22.295Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-07T21:26:22.295Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-07T21:26:22.295Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-07T21:26:22.295Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-07T21:26:22.295Z] systemd-container policykit-1 [2021-04-07T21:26:22.295Z] Recommended packages: [2021-04-07T21:26:22.295Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-07T21:26:22.295Z] The following NEW packages will be installed: [2021-04-07T21:26:22.295Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-07T21:26:22.295Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-07T21:26:22.295Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-07T21:26:22.295Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-07T21:26:22.295Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-07T21:26:22.295Z] The following packages will be upgraded: [2021-04-07T21:26:22.295Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-07T21:26:22.556Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-04-07T21:26:22.556Z] Need to get 35.2 MB of archives. [2021-04-07T21:26:22.556Z] After this operation, 141 MB of additional disk space will be used. [2021-04-07T21:26:22.556Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-07T21:26:22.556Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-04-07T21:26:23.127Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-07T21:26:23.388Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-07T21:26:23.388Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-07T21:26:23.388Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-07T21:26:23.649Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-04-07T21:26:23.649Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-07T21:26:23.649Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-07T21:26:23.649Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-07T21:26:23.649Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-07T21:26:23.649Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-07T21:26:23.649Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-07T21:26:23.649Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-07T21:26:23.649Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-07T21:26:23.649Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-07T21:26:23.649Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-07T21:26:23.649Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-07T21:26:23.649Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-07T21:26:23.649Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-07T21:26:23.649Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-07T21:26:23.649Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-07T21:26:23.649Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-07T21:26:23.649Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-07T21:26:23.649Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-07T21:26:23.649Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-07T21:26:23.649Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-07T21:26:23.910Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-07T21:26:23.910Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-07T21:26:23.910Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-07T21:26:25.298Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-07T21:26:25.298Z] Fetched 35.2 MB in 3s (13.2 MB/s) [2021-04-07T21:26:25.298Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-07T21:26:25.298Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-04-07T21:26:25.298Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-07T21:26:25.870Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-04-07T21:26:25.870Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-07T21:26:25.870Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-04-07T21:26:26.130Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-07T21:26:26.130Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-07T21:26:26.130Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-07T21:26:26.701Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-07T21:26:27.649Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-07T21:26:27.649Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-07T21:26:27.649Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-07T21:26:29.035Z] Setting up apt (1.6.13) ... [2021-04-07T21:26:29.296Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-07T21:26:30.683Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-07T21:26:31.255Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-07T21:26:31.255Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-07T21:26:31.255Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-07T21:26:31.515Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-07T21:26:31.515Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-07T21:26:31.515Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-07T21:26:31.515Z] Selecting previously unselected package libexpat1:amd64. [2021-04-07T21:26:31.515Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-07T21:26:31.774Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-07T21:26:31.774Z] Selecting previously unselected package python3.6-minimal. [2021-04-07T21:26:31.774Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-07T21:26:31.774Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-07T21:26:32.035Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-07T21:26:32.035Z] Checking for services that may need to be restarted...done. [2021-04-07T21:26:32.035Z] Checking for services that may need to be restarted...done. [2021-04-07T21:26:32.296Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-07T21:26:32.296Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-07T21:26:32.296Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-07T21:26:32.556Z] Selecting previously unselected package python3-minimal. [2021-04-07T21:26:32.557Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-07T21:26:32.557Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-07T21:26:32.817Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-07T21:26:32.817Z] Selecting previously unselected package mime-support. [2021-04-07T21:26:32.817Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-07T21:26:32.817Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-07T21:26:32.817Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-07T21:26:32.817Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-07T21:26:32.817Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-07T21:26:33.077Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-07T21:26:33.077Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-07T21:26:33.077Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-07T21:26:33.338Z] Selecting previously unselected package python3.6. [2021-04-07T21:26:33.338Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-07T21:26:33.338Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-07T21:26:33.338Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-07T21:26:33.338Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-07T21:26:33.338Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-07T21:26:33.600Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-07T21:26:33.862Z] Selecting previously unselected package python3. [2021-04-07T21:26:33.862Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-07T21:26:33.862Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-07T21:26:33.862Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-07T21:26:33.862Z] Selecting previously unselected package multiarch-support. [2021-04-07T21:26:33.862Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-07T21:26:33.862Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-07T21:26:33.862Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-07T21:26:34.124Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-07T21:26:34.124Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-07T21:26:34.124Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-07T21:26:34.124Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-07T21:26:34.124Z] Selecting previously unselected package libbsd0:amd64. [2021-04-07T21:26:34.124Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-07T21:26:34.124Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-07T21:26:34.387Z] Selecting previously unselected package sudo. [2021-04-07T21:26:34.387Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-07T21:26:34.387Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-07T21:26:34.648Z] Selecting previously unselected package apparmor. [2021-04-07T21:26:34.648Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-07T21:26:34.648Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-07T21:26:34.648Z] Selecting previously unselected package libedit2:amd64. [2021-04-07T21:26:34.648Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-07T21:26:34.648Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-07T21:26:34.909Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-07T21:26:34.909Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-07T21:26:34.909Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-07T21:26:34.909Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-07T21:26:34.909Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-07T21:26:34.909Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-07T21:26:35.170Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-07T21:26:35.170Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-07T21:26:35.170Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-07T21:26:35.170Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-07T21:26:35.170Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-07T21:26:35.170Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-07T21:26:35.432Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-07T21:26:35.432Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-07T21:26:35.432Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-07T21:26:35.432Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-07T21:26:35.432Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-07T21:26:35.432Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-07T21:26:35.693Z] Selecting previously unselected package openssh-client. [2021-04-07T21:26:35.693Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-07T21:26:35.693Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-07T21:26:35.693Z] Selecting previously unselected package squashfs-tools. [2021-04-07T21:26:35.693Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-07T21:26:35.693Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-07T21:26:35.953Z] Selecting previously unselected package snapd. [2021-04-07T21:26:35.953Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-07T21:26:35.953Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-07T21:26:37.871Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-07T21:26:37.871Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-07T21:26:38.132Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-07T21:26:38.132Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-07T21:26:38.132Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-07T21:26:38.132Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-07T21:26:38.132Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-07T21:26:38.391Z] Setting up systemd (237-3ubuntu10.45) ... [2021-04-07T21:26:38.391Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-07T21:26:38.964Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-07T21:26:38.964Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-07T21:26:38.964Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-07T21:26:38.964Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-07T21:26:38.964Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-07T21:26:38.964Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-07T21:26:39.540Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-07T21:26:39.540Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-07T21:26:39.540Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-07T21:26:39.540Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-07T21:26:39.801Z] running python rtupdate hooks for python3.6... [2021-04-07T21:26:39.801Z] running python post-rtupdate hooks for python3.6... [2021-04-07T21:26:39.801Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-07T21:26:41.190Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-07T21:26:41.190Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-07T21:26:41.451Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-07T21:26:41.451Z] Setting up snapd (2.48.3+18.04) ... [2021-04-07T21:26:41.712Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-07T21:26:41.973Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-07T21:26:42.234Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-07T21:26:42.234Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-07T21:26:42.496Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-07T21:26:42.496Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-07T21:26:42.764Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-07T21:26:42.764Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-07T21:26:43.026Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-07T21:26:43.287Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-07T21:26:43.287Z] /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-04-07T21:26:43.287Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-07T21:26:43.548Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-07T21:26:44.491Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-07T21:26:44.491Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-07T21:26:44.491Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-07T21:26:45.697Z] Reading package lists... [2021-04-07T21:26:45.697Z] Reading package lists... [2021-04-07T21:26:45.958Z] Building dependency tree... [2021-04-07T21:26:45.958Z] Reading state information... [2021-04-07T21:26:45.958Z] Calculating upgrade... [2021-04-07T21:26:46.219Z] The following packages will be upgraded: [2021-04-07T21:26:46.219Z] advancecomp base-files bash binutils binutils-common [2021-04-07T21:26:46.219Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-07T21:26:46.219Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-07T21:26:46.219Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-07T21:26:46.219Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-07T21:26:46.219Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-07T21:26:46.219Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-07T21:26:46.219Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-04-07T21:26:46.219Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-04-07T21:26:46.219Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-04-07T21:26:46.219Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-04-07T21:26:46.219Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-04-07T21:26:46.219Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-04-07T21:26:46.219Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-04-07T21:26:46.219Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-07T21:26:46.219Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-07T21:26:46.219Z] Need to get 63.8 MB of archives. [2021-04-07T21:26:46.219Z] After this operation, 5208 kB of additional disk space will be used. [2021-04-07T21:26:46.219Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-04-07T21:26:46.219Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-07T21:26:46.219Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-07T21:26:46.219Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-07T21:26:46.219Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-07T21:26:46.219Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-07T21:26:46.219Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-07T21:26:46.219Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-07T21:26:46.219Z] 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-04-07T21:26:46.219Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-07T21:26:46.219Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-07T21:26:46.219Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-07T21:26:46.479Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-07T21:26:46.479Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-07T21:26:46.479Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-07T21:26:46.479Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-07T21:26:46.479Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-07T21:26:46.479Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-07T21:26:46.479Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-07T21:26:46.479Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-07T21:26:46.479Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-07T21:26:46.479Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-07T21:26:46.479Z] 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-04-07T21:26:46.479Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-07T21:26:46.479Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-07T21:26:46.479Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-07T21:26:46.479Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-07T21:26:46.479Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-07T21:26:46.479Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-07T21:26:46.479Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-07T21:26:46.479Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-07T21:26:46.479Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-07T21:26:46.479Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-07T21:26:46.479Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-07T21:26:46.479Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-07T21:26:46.479Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-07T21:26:46.479Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-07T21:26:46.479Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-07T21:26:46.479Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-04-07T21:26:46.479Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-07T21:26:46.479Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-07T21:26:46.741Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-07T21:26:46.741Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-07T21:26:46.741Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-07T21:26:46.741Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-07T21:26:46.741Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-07T21:26:46.741Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-07T21:26:46.741Z] 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-04-07T21:26:46.741Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-07T21:26:46.741Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-07T21:26:46.741Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-07T21:26:46.741Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-07T21:26:46.741Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-07T21:26:46.741Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-07T21:26:46.741Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-07T21:26:47.002Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-07T21:26:47.002Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-07T21:26:47.262Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-07T21:26:47.262Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-07T21:26:47.262Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-07T21:26:47.262Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-07T21:26:47.262Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-07T21:26:47.262Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-07T21:26:47.262Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-07T21:26:47.262Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-07T21:26:47.262Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-07T21:26:47.524Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-07T21:26:47.524Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-07T21:26:47.524Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-07T21:26:47.524Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-07T21:26:47.524Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-07T21:26:47.524Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-07T21:26:47.524Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-07T21:26:47.524Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-07T21:26:47.524Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-07T21:26:47.524Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-07T21:26:47.524Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-07T21:26:47.524Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-07T21:26:47.785Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-07T21:26:47.785Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-07T21:26:47.785Z] 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-04-07T21:26:47.785Z] 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-04-07T21:26:47.785Z] 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-04-07T21:26:47.785Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-04-07T21:26:47.785Z] 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-04-07T21:26:47.785Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-07T21:26:47.785Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-07T21:26:47.785Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-07T21:26:47.785Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-07T21:26:47.786Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-07T21:26:47.786Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-07T21:26:47.786Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-07T21:26:47.786Z] 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-04-07T21:26:47.786Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-07T21:26:47.786Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-07T21:26:48.047Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-07T21:26:48.047Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-07T21:26:48.047Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-07T21:26:48.047Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-07T21:26:48.047Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-07T21:26:48.047Z] Fetched 63.8 MB in 2s (34.4 MB/s) [2021-04-07T21:26:48.307Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T21:26:48.307Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-07T21:26:48.307Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-07T21:26:48.879Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-07T21:26:48.879Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-07T21:26:48.879Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-04-07T21:26:48.879Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-04-07T21:26:49.821Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-07T21:26:49.821Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-07T21:26:49.821Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-07T21:26:49.821Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-07T21:26:50.082Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-07T21:26:50.082Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-07T21:26:50.082Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-07T21:26:50.082Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-07T21:26:50.343Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-07T21:26:50.343Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-07T21:26:50.343Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-07T21:26:50.343Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-07T21:26:50.607Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-07T21:26:50.607Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-07T21:26:50.607Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-07T21:26:50.867Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-07T21:26:50.867Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-07T21:26:50.867Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-07T21:26:50.867Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-07T21:26:51.128Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-07T21:26:51.128Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-07T21:26:51.128Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-07T21:26:51.128Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-07T21:26:51.128Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-07T21:26:51.389Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-07T21:26:51.389Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-07T21:26:51.389Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-07T21:26:51.649Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-07T21:26:51.649Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-07T21:26:51.649Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-07T21:26:52.220Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-07T21:26:52.220Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-07T21:26:52.220Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-07T21:26:52.482Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-07T21:26:52.482Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-07T21:26:52.482Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-07T21:26:52.742Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-07T21:26:52.742Z] Installing new version of config file /etc/issue ... [2021-04-07T21:26:52.742Z] Installing new version of config file /etc/issue.net ... [2021-04-07T21:26:52.742Z] Installing new version of config file /etc/lsb-release ... [2021-04-07T21:26:52.742Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-07T21:26:53.003Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-07T21:26:53.003Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-07T21:26:53.003Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-07T21:26:53.003Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T21:26:53.003Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-07T21:26:53.265Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-07T21:26:53.265Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-07T21:26:53.265Z] 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-04-07T21:26:53.554Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T21:26:53.554Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-07T21:26:53.554Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-07T21:26:54.503Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-07T21:26:54.503Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T21:26:54.503Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-07T21:26:54.503Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-07T21:26:54.503Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-07T21:26:54.780Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T21:26:54.780Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-07T21:26:54.780Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-07T21:26:55.041Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-07T21:26:55.302Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T21:26:55.302Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-07T21:26:55.302Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-07T21:26:55.302Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-07T21:26:55.564Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T21:26:55.564Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-07T21:26:55.564Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-07T21:26:55.564Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-07T21:26:55.830Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T21:26:55.830Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-07T21:26:55.830Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-07T21:26:55.830Z] Setting up grep (3.1-2build1) ... [2021-04-07T21:26:56.091Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T21:26:56.091Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-07T21:26:56.091Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-07T21:26:56.353Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-07T21:26:56.353Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T21:26:56.353Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-07T21:26:56.353Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-07T21:26:56.673Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-07T21:26:56.673Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T21:26:56.673Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-07T21:26:56.673Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-07T21:26:57.322Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-07T21:26:57.322Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-07T21:26:57.322Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-07T21:26:57.322Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-07T21:26:58.392Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-07T21:26:58.392Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T21:26:58.392Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-07T21:26:58.392Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-07T21:26:59.442Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-07T21:26:59.442Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-07T21:26:59.442Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-07T21:26:59.442Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-07T21:26:59.442Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-07T21:26:59.442Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T21:26:59.442Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-07T21:26:59.442Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-07T21:26:59.703Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-07T21:26:59.703Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T21:26:59.703Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-07T21:26:59.703Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-07T21:26:59.964Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-07T21:26:59.964Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T21:26:59.964Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-07T21:26:59.964Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-07T21:27:00.225Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-07T21:27:00.225Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T21:27:00.225Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-07T21:27:00.225Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-07T21:27:00.225Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-07T21:27:00.486Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T21:27:00.486Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-07T21:27:00.486Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-07T21:27:00.486Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-07T21:27:00.747Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T21:27:00.747Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-07T21:27:00.747Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-07T21:27:00.747Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-07T21:27:00.747Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-07T21:27:00.747Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-07T21:27:01.009Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T21:27:01.009Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-07T21:27:01.009Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-07T21:27:01.009Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-07T21:27:01.271Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T21:27:01.271Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-07T21:27:01.271Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-07T21:27:01.271Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-07T21:27:01.532Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T21:27:01.532Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-07T21:27:01.532Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-07T21:27:01.532Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-07T21:27:01.532Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T21:27:01.532Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-07T21:27:01.793Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-07T21:27:02.054Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-07T21:27:02.625Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-07T21:27:02.625Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-07T21:27:02.885Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T21:27:02.885Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-07T21:27:02.885Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-07T21:27:03.146Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-07T21:27:03.146Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T21:27:03.146Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-07T21:27:03.146Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-07T21:27:03.406Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-07T21:27:03.406Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T21:27:03.406Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-07T21:27:03.406Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-07T21:27:03.666Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-07T21:27:03.666Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T21:27:03.666Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-07T21:27:03.927Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-07T21:27:03.927Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-07T21:27:03.927Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T21:27:03.927Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-07T21:27:03.927Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-07T21:27:04.188Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-07T21:27:04.188Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T21:27:04.188Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-07T21:27:04.188Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-07T21:27:04.188Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-07T21:27:04.448Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T21:27:04.449Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-07T21:27:04.449Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-07T21:27:04.710Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-07T21:27:04.710Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T21:27:04.710Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-07T21:27:04.710Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-07T21:27:04.972Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-07T21:27:04.972Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T21:27:04.972Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-07T21:27:04.972Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-07T21:27:05.232Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-04-07T21:27:05.232Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-07T21:27:05.232Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-07T21:27:05.232Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-07T21:27:05.495Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-07T21:27:05.495Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T21:27:05.495Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-07T21:27:05.495Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-07T21:27:05.495Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-07T21:27:05.755Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T21:27:05.755Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-07T21:27:05.755Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-07T21:27:05.755Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-07T21:27:06.016Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T21:27:06.016Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-07T21:27:06.016Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-07T21:27:06.276Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-07T21:27:06.276Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T21:27:06.276Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-07T21:27:06.276Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-07T21:27:06.276Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-07T21:27:06.536Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T21:27:06.536Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-07T21:27:06.536Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-07T21:27:06.797Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-07T21:27:06.797Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T21:27:06.797Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-07T21:27:06.797Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-07T21:27:07.057Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-07T21:27:07.057Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T21:27:07.057Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-07T21:27:07.057Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-07T21:27:07.318Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-07T21:27:07.889Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T21:27:07.889Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-07T21:27:08.460Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-07T21:27:09.406Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-07T21:27:09.407Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T21:27:09.407Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-07T21:27:09.407Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-07T21:27:09.407Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-07T21:27:09.407Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T21:27:09.407Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-07T21:27:09.667Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-07T21:27:09.667Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-07T21:27:09.667Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T21:27:09.667Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-04-07T21:27:09.667Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-04-07T21:27:09.936Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-04-07T21:27:09.936Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T21:27:09.936Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-07T21:27:09.936Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-07T21:27:10.203Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-07T21:27:10.203Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-07T21:27:10.203Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-07T21:27:10.203Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-07T21:27:10.203Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-07T21:27:10.464Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-07T21:27:10.464Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-07T21:27:10.464Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-07T21:27:10.726Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-07T21:27:10.726Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-07T21:27:10.986Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-07T21:27:10.986Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-07T21:27:10.986Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-07T21:27:10.986Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-07T21:27:11.247Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-07T21:27:11.247Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-07T21:27:11.508Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-07T21:27:11.508Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-07T21:27:11.508Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-07T21:27:11.508Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-07T21:27:11.772Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-07T21:27:11.772Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-07T21:27:11.772Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-07T21:27:11.772Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-07T21:27:12.034Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-07T21:27:12.034Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-07T21:27:12.972Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-07T21:27:12.972Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-07T21:27:12.972Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-07T21:27:12.972Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-07T21:27:12.972Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-07T21:27:12.972Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-07T21:27:13.917Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-07T21:27:13.917Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-07T21:27:13.917Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-07T21:27:13.917Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-07T21:27:13.917Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-07T21:27:13.917Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-07T21:27:14.181Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-07T21:27:14.181Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-07T21:27:14.181Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-07T21:27:14.448Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-07T21:27:14.448Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-07T21:27:14.448Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-07T21:27:14.710Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-07T21:27:14.710Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-07T21:27:15.650Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-07T21:27:15.651Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-07T21:27:16.223Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-07T21:27:16.223Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-07T21:27:17.164Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-07T21:27:17.164Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-07T21:27:17.425Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-07T21:27:17.425Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-07T21:27:18.367Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-07T21:27:18.367Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-07T21:27:18.367Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-07T21:27:18.634Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-07T21:27:18.894Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-07T21:27:18.894Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-07T21:27:19.155Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-07T21:27:19.155Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-07T21:27:19.155Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-07T21:27:19.155Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-07T21:27:19.419Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-07T21:27:19.420Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-07T21:27:19.420Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-07T21:27:19.420Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-07T21:27:19.680Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-07T21:27:19.680Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-07T21:27:19.680Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-07T21:27:19.680Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-07T21:27:19.680Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-07T21:27:19.680Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-07T21:27:19.941Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-07T21:27:19.941Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-07T21:27:19.941Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-07T21:27:19.941Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-07T21:27:19.941Z] [2021-04-07T21:27:19.941Z] Current default time zone: 'Etc/UTC' [2021-04-07T21:27:19.941Z] Local time is now: Wed Apr 7 21:27:19 UTC 2021. [2021-04-07T21:27:19.941Z] Universal Time is now: Wed Apr 7 21:27:19 UTC 2021. [2021-04-07T21:27:19.941Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-07T21:27:19.941Z] [2021-04-07T21:27:19.941Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-04-07T21:27:20.203Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-07T21:27:20.203Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-04-07T21:27:20.203Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-07T21:27:20.203Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-07T21:27:20.203Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-07T21:27:20.203Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-07T21:27:20.203Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-07T21:27:20.203Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-07T21:27:20.203Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-07T21:27:20.203Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-07T21:27:20.464Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-07T21:27:20.464Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-07T21:27:20.464Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-07T21:27:20.724Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-07T21:27:20.724Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-07T21:27:20.724Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-07T21:27:20.724Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-07T21:27:20.724Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-07T21:27:20.724Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-07T21:27:20.724Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-07T21:27:20.724Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-07T21:27:20.724Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-07T21:27:22.638Z] Updating certificates in /etc/ssl/certs... [2021-04-07T21:27:23.210Z] 23 added, 27 removed; done. [2021-04-07T21:27:23.471Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-07T21:27:23.471Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-07T21:27:23.471Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-07T21:27:23.471Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-07T21:27:23.471Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-07T21:27:23.471Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-07T21:27:23.732Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-07T21:27:23.732Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-07T21:27:23.732Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-07T21:27:23.732Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-07T21:27:23.732Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-07T21:27:23.732Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-07T21:27:23.732Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-07T21:27:23.732Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-07T21:27:23.732Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-07T21:27:23.993Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-07T21:27:23.993Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-07T21:27:23.993Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-07T21:27:23.993Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-07T21:27:23.993Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-07T21:27:23.993Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-07T21:27:23.993Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-07T21:27:24.255Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-07T21:27:24.255Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-07T21:27:24.255Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-07T21:27:24.255Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-07T21:27:24.255Z] Updating certificates in /etc/ssl/certs... [2021-04-07T21:27:24.827Z] 0 added, 0 removed; done. [2021-04-07T21:27:24.828Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-07T21:27:24.828Z] done. [2021-04-07T21:27:25.397Z] Reading package lists... [2021-04-07T21:27:25.397Z] Building dependency tree... [2021-04-07T21:27:25.397Z] Reading state information... [2021-04-07T21:27:25.658Z] The following NEW packages will be installed: [2021-04-07T21:27:25.658Z] apt-transport-https [2021-04-07T21:27:25.919Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-07T21:27:25.919Z] Need to get 1692 B of archives. [2021-04-07T21:27:25.919Z] After this operation, 154 kB of additional disk space will be used. [2021-04-07T21:27:25.919Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-07T21:27:25.919Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-07T21:27:25.919Z] Fetched 1692 B in 0s (5678 B/s) [2021-04-07T21:27:25.919Z] Selecting previously unselected package apt-transport-https. [2021-04-07T21:27:26.180Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-07T21:27:26.180Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-07T21:27:26.180Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-07T21:27:26.180Z] Setting up apt-transport-https (1.6.13) ... [2021-04-07T21:27:26.440Z] Waiting for network to be ready... [2021-04-07T21:27:33.028Z] 2021-04-07T21:27:29Z INFO Waiting for automatic snapd restart... [2021-04-07T21:27:33.969Z] snapd 2.49.2 from Canonical* installed [2021-04-07T21:27:35.883Z] "snapd" switched to the "latest/stable" channel [2021-04-07T21:27:35.883Z] [2021-04-07T21:27:41.171Z] core18 20210309 from Canonical* installed [2021-04-07T21:27:41.431Z] "core18" switched to the "latest/stable" channel [2021-04-07T21:27:41.431Z] [2021-04-07T21:27:44.729Z] snapcraft 4.6 from Canonical* installed [2021-04-07T21:27:44.729Z] "snapcraft" switched to the "latest/stable" channel [2021-04-07T21:27:44.729Z] [2021-04-07T21:27:48.932Z] 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-04-07T21:27:48.932Z] - README.md [2021-04-07T21:27:48.932Z] [2021-04-07T21:27:48.932Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-07T21:27:55.523Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-07T21:27:55.523Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-07T21:27:55.523Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-07T21:27:55.523Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-07T21:27:56.094Z] Reading package lists... [2021-04-07T21:27:56.355Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 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-04-07T21:28:03.222Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-07T21:28:03.222Z] Reading package lists... [2021-04-07T21:28:03.222Z] Building dependency tree... [2021-04-07T21:28:03.222Z] Reading state information... [2021-04-07T21:28:03.222Z] Suggested packages: [2021-04-07T21:28:03.223Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-07T21:28:03.223Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-07T21:28:03.223Z] Recommended packages: [2021-04-07T21:28:03.223Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-07T21:28:03.223Z] The following NEW packages will be installed: [2021-04-07T21:28:03.223Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-07T21:28:03.223Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-07T21:28:03.223Z] pkg-config zip [2021-04-07T21:28:03.223Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-07T21:28:03.223Z] Need to get 7663 kB of archives. [2021-04-07T21:28:03.223Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-07T21:28:03.223Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-07T21:28:03.223Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-07T21:28:03.223Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-07T21:28:03.223Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-07T21:28:03.223Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-07T21:28:03.223Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-07T21:28:03.223Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-07T21:28:03.223Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-07T21:28:03.223Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-07T21:28:03.483Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-07T21:28:03.483Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-07T21:28:03.483Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-07T21:28:03.483Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-07T21:28:03.483Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-07T21:28:03.483Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-07T21:28:03.742Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-07T21:28:03.742Z] Fetched 7663 kB in 1s (10.5 MB/s) [2021-04-07T21:28:03.742Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-07T21:28:03.742Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-07T21:28:03.742Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-07T21:28:03.742Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-07T21:28:04.003Z] Selecting previously unselected package libpsl5:amd64. [2021-04-07T21:28:04.003Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-07T21:28:04.003Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-07T21:28:04.003Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-07T21:28:04.003Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-07T21:28:04.003Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-07T21:28:04.263Z] Selecting previously unselected package librtmp1:amd64. [2021-04-07T21:28:04.263Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-07T21:28:04.263Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-07T21:28:04.263Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-07T21:28:04.263Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-07T21:28:04.263Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-07T21:28:04.263Z] Selecting previously unselected package liberror-perl. [2021-04-07T21:28:04.263Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-07T21:28:04.524Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-07T21:28:04.524Z] Selecting previously unselected package git-man. [2021-04-07T21:28:04.524Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-07T21:28:04.524Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-07T21:28:04.783Z] Selecting previously unselected package git. [2021-04-07T21:28:04.783Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-07T21:28:04.783Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-07T21:28:05.355Z] Selecting previously unselected package libnorm1:amd64. [2021-04-07T21:28:05.355Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-07T21:28:05.355Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-07T21:28:05.616Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-07T21:28:05.616Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-07T21:28:05.616Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-07T21:28:05.616Z] Selecting previously unselected package libsodium23:amd64. [2021-04-07T21:28:05.616Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-07T21:28:05.616Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-07T21:28:05.877Z] Selecting previously unselected package libzmq5:amd64. [2021-04-07T21:28:05.877Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-07T21:28:05.877Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-07T21:28:05.877Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-07T21:28:05.877Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-07T21:28:05.877Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-07T21:28:06.138Z] Selecting previously unselected package pkg-config. [2021-04-07T21:28:06.138Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-07T21:28:06.138Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-07T21:28:06.138Z] Selecting previously unselected package zip. [2021-04-07T21:28:06.138Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-07T21:28:06.138Z] Unpacking zip (3.0-11build1) ... [2021-04-07T21:28:06.400Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-07T21:28:06.400Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-07T21:28:06.400Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-07T21:28:06.400Z] Setting up liberror-perl (0.17025-1) ... [2021-04-07T21:28:06.400Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-07T21:28:06.400Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-07T21:28:06.400Z] No schema files found: doing nothing. [2021-04-07T21:28:06.400Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-07T21:28:06.400Z] Setting up zip (3.0-11build1) ... [2021-04-07T21:28:06.670Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-07T21:28:06.670Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-07T21:28:06.670Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-07T21:28:06.670Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-07T21:28:06.670Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-07T21:28:06.670Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-07T21:28:06.670Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-07T21:28:06.932Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-07T21:28:13.533Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-07T21:28:13.533Z] git set to automatically installed. [2021-04-07T21:28:13.533Z] git-man set to automatically installed. [2021-04-07T21:28:13.533Z] libcurl3-gnutls set to automatically installed. [2021-04-07T21:28:13.533Z] liberror-perl set to automatically installed. [2021-04-07T21:28:13.533Z] libglib2.0-0 set to automatically installed. [2021-04-07T21:28:13.533Z] libnghttp2-14 set to automatically installed. [2021-04-07T21:28:13.533Z] libnorm1 set to automatically installed. [2021-04-07T21:28:13.533Z] libpgm-5.2-0 set to automatically installed. [2021-04-07T21:28:13.533Z] libpsl5 set to automatically installed. [2021-04-07T21:28:13.533Z] librtmp1 set to automatically installed. [2021-04-07T21:28:13.533Z] libsodium23 set to automatically installed. [2021-04-07T21:28:13.533Z] libzmq3-dev set to automatically installed. [2021-04-07T21:28:13.533Z] libzmq5 set to automatically installed. [2021-04-07T21:28:13.533Z] pkg-config set to automatically installed. [2021-04-07T21:28:13.533Z] zip set to automatically installed. [2021-04-07T21:28:14.919Z] snapd is not logged in, snap install commands will use sudo [2021-04-07T21:28:21.572Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-07T21:39:13.529Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-07T21:39:13.529Z] snapd is not logged in, snap install commands will use sudo [2021-04-07T21:39:18.821Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-07T21:39:19.764Z] snap "core18" has no updates available [2021-04-07T21:39:20.334Z] Pulling go-build-helper [2021-04-07T21:39:20.334Z] + snapcraftctl pull [2021-04-07T21:39:21.277Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-07T21:39:21.277Z] Skipping pull go-build-helper (already ran) [2021-04-07T21:39:21.277Z] Building go-build-helper [2021-04-07T21:39:21.537Z] + snapcraftctl build [2021-04-07T21:39:23.453Z] Staging go-build-helper [2021-04-07T21:39:23.453Z] + snapcraftctl stage [2021-04-07T21:39:33.464Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-07T21:39:33.464Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-07T21:39:33.464Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-07T21:39:33.464Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-07T21:39:33.464Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-07T21:39:33.464Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-07T21:39:33.464Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-07T21:39:33.464Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-07T21:39:33.464Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-07T21:39:33.464Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-07T21:39:33.464Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-07T21:39:33.464Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-07T21:39:33.464Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-07T21:39:33.464Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-07T21:39:33.464Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-07T21:39:33.464Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-07T21:39:33.464Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-07T21:39:33.464Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-07T21:39:33.464Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-07T21:39:33.464Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-07T21:39:33.465Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-07T21:39:33.465Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-07T21:39:33.465Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-07T21:39:33.465Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-07T21:39:33.465Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-07T21:39:33.465Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1726 kB] [2021-04-07T21:39:33.465Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] [2021-04-07T21:39:33.465Z] Fetched 24.2 MB in 0s (0 B/s) [2021-04-07T21:39:33.465Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-07T21:39:33.465Z] Fetched 224 kB in 0s (0 B/s) [2021-04-07T21:39:33.465Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-07T21:39:33.465Z] Fetched 157 kB in 0s (0 B/s) [2021-04-07T21:39:33.465Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-07T21:39:33.465Z] Fetched 221 kB in 0s (0 B/s) [2021-04-07T21:39:33.465Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-07T21:39:33.465Z] Fetched 143 kB in 0s (0 B/s) [2021-04-07T21:39:33.465Z] Pulling app-service-config [2021-04-07T21:39:33.465Z] + snapcraftctl pull [2021-04-07T21:39:34.037Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-07T21:39:34.608Z] Pulling config-common [2021-04-07T21:39:34.608Z] + snapcraftctl pull [2021-04-07T21:39:38.810Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-07T21:39:38.810Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-07T21:39:38.810Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-07T21:39:38.810Z] Fetched 0 B in 0s (0 B/s) [2021-04-07T21:39:38.810Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-07T21:39:38.810Z] Fetched 0 B in 0s (0 B/s) [2021-04-07T21:39:38.810Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-07T21:39:38.810Z] Fetched 0 B in 0s (0 B/s) [2021-04-07T21:39:38.810Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-07T21:39:38.810Z] Fetched 0 B in 0s (0 B/s) [2021-04-07T21:39:38.810Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-07T21:39:38.810Z] Fetched 0 B in 0s (0 B/s) [2021-04-07T21:39:38.810Z] Pulling edgex-go [2021-04-07T21:39:38.810Z] + snapcraftctl pull [2021-04-07T21:40:00.778Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-07T21:40:00.778Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-07T21:40:00.778Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-07T21:40:00.778Z] Fetched 0 B in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-07T21:40:00.778Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-07T21:40:00.778Z] Fetched 279 kB in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-07T21:40:00.778Z] Fetched 122 kB in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-07T21:40:00.778Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-07T21:40:00.778Z] Fetched 8848 B in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-07T21:40:00.778Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-07T21:40:00.778Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-07T21:40:00.778Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-07T21:40:00.778Z] Fetched 219 kB in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-07T21:40:00.778Z] Fetched 154 kB in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-07T21:40:00.778Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-07T21:40:00.778Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-07T21:40:00.778Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-07T21:40:00.778Z] Fetched 499 kB in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-07T21:40:00.778Z] Fetched 111 kB in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-07T21:40:00.778Z] Fetched 240 kB in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-07T21:40:00.778Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-07T21:40:00.778Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-07T21:40:00.778Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-07T21:40:00.778Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-07T21:40:00.778Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-07T21:40:00.778Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-07T21:40:00.778Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-07T21:40:00.778Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-07T21:40:00.778Z] Fetched 8720 B in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-04-07T21:40:00.778Z] Fetched 137 kB in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-07T21:40:00.778Z] Fetched 119 kB in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-04-07T21:40:00.778Z] Fetched 109 kB in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-07T21:40:00.778Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-07T21:40:00.778Z] Fetched 645 kB in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-07T21:40:00.778Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-07T21:40:00.778Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-07T21:40:00.778Z] Fetched 368 kB in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-07T21:40:00.778Z] Fetched 187 kB in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-07T21:40:00.778Z] Fetched 175 kB in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-07T21:40:00.778Z] Fetched 206 kB in 0s (0 B/s) [2021-04-07T21:40:00.778Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-07T21:40:00.779Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-07T21:40:00.779Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-07T21:40:00.779Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-07T21:40:00.779Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-07T21:40:00.779Z] Fetched 159 kB in 0s (0 B/s) [2021-04-07T21:40:00.779Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-07T21:40:00.779Z] Fetched 107 kB in 0s (0 B/s) [2021-04-07T21:40:00.779Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-07T21:40:00.779Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-07T21:40:00.779Z] Pulling static-packages [2021-04-07T21:40:00.779Z] + snapcraftctl pull [2021-04-07T21:40:00.779Z] Pulling version [2021-04-07T21:40:00.779Z] + cd /root/project [2021-04-07T21:40:00.779Z] + [ -f VERSION ] [2021-04-07T21:40:00.779Z] + PROJECT_VERSION=local-dev [2021-04-07T21:40:00.779Z] + git rev-parse --short HEAD [2021-04-07T21:40:00.779Z] + GIT_REVISION=1e59b5aa [2021-04-07T21:40:00.779Z] + snapcraftctl set-version local-dev [2021-04-07T21:40:00.779Z] Skipping build go-build-helper (already ran) [2021-04-07T21:40:01.040Z] Building app-service-config [2021-04-07T21:40:01.040Z] + make build [2021-04-07T21:40:01.040Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.41 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-07T21:40:03.598Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.41 [2021-04-07T21:40:03.598Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 [2021-04-07T21:40:03.598Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-07T21:40:03.598Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.29 [2021-04-07T21:40:03.598Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-07T21:40:03.598Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-04-07T21:40:03.598Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-07T21:40:03.598Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-07T21:40:03.598Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 [2021-04-07T21:40:03.598Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-07T21:40:03.598Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-07T21:40:03.598Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-07T21:40:03.598Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-07T21:40:03.598Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-07T21:40:03.858Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-04-07T21:40:03.858Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-07T21:40:03.858Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-07T21:40:03.858Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-07T21:40:04.119Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-07T21:40:04.119Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-07T21:40:04.380Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-07T21:40:04.380Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-07T21:40:04.380Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-07T21:40:04.380Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-07T21:40:04.380Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-07T21:40:04.648Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-07T21:40:04.648Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-07T21:40:04.648Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-07T21:40:04.648Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-07T21:40:04.648Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-07T21:40:04.648Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-07T21:40:04.648Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-07T21:40:04.648Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-07T21:40:04.648Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-07T21:40:04.648Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-07T21:40:04.910Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-07T21:40:04.910Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-07T21:40:04.910Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-07T21:40:04.910Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-07T21:40:04.910Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-07T21:40:04.910Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-07T21:40:04.910Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-07T21:40:04.910Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-07T21:40:05.171Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-07T21:40:05.171Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-07T21:40:15.175Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-07T21:40:15.175Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-07T21:40:15.175Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-07T21:40:15.175Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-07T21:40:15.175Z] Building config-common [2021-04-07T21:40:15.435Z] + snapcraftctl build [2021-04-07T21:40:17.351Z] Building edgex-go [2021-04-07T21:40:17.613Z] + cd /root/parts/edgex-go/src [2021-04-07T21:40:17.613Z] + make build [2021-04-07T21:40:17.613Z] 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-04-07T21:40:17.874Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-07T21:40:17.874Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.31 [2021-04-07T21:40:17.874Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-07T21:40:17.874Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-07T21:40:17.874Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-07T21:40:17.874Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-07T21:40:18.135Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-07T21:40:18.135Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-07T21:40:21.746Z] 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-04-07T21:40:21.746Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-07T21:40:27.045Z] 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-04-07T21:40:27.987Z] 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-04-07T21:40:29.372Z] 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-04-07T21:40:29.943Z] 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-04-07T21:40:29.943Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-07T21:40:30.513Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-07T21:40:30.514Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-07T21:40:30.514Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-07T21:40:32.423Z] 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-04-07T21:40:32.423Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-07T21:40:32.423Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-07T21:40:33.804Z] 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-04-07T21:40:35.187Z] 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-04-07T21:40:36.127Z] 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-04-07T21:40:37.513Z] 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-04-07T21:40:37.513Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-07T21:40:38.897Z] 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-04-07T21:40:38.897Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-07T21:40:40.809Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-07T21:40:40.809Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-07T21:40:40.809Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-07T21:40:40.809Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-07T21:40:40.809Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-07T21:40:40.809Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-07T21:40:40.809Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-07T21:40:40.809Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-07T21:40:40.809Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-07T21:40:40.809Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-07T21:40:40.809Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-07T21:40:40.809Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-07T21:40:40.809Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-07T21:40:40.809Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-07T21:40:40.809Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-07T21:40:40.809Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-07T21:40:40.809Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-07T21:40:40.809Z] + 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-04-07T21:40:40.809Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-07T21:40:40.809Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-07T21:40:40.809Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-07T21:40:40.809Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-07T21:40:40.809Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-07T21:40:40.809Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-07T21:40:40.809Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-07T21:40:40.809Z] + 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-04-07T21:40:44.112Z] Building static-packages [2021-04-07T21:40:44.112Z] + snapcraftctl build [2021-04-07T21:40:46.023Z] Building version [2021-04-07T21:40:46.023Z] + snapcraftctl build [2021-04-07T21:40:47.936Z] Skipping stage go-build-helper (already ran) [2021-04-07T21:40:47.936Z] Staging app-service-config [2021-04-07T21:40:47.936Z] + snapcraftctl stage [2021-04-07T21:40:48.893Z] Staging config-common [2021-04-07T21:40:48.893Z] + snapcraftctl stage [2021-04-07T21:40:49.835Z] Staging edgex-go [2021-04-07T21:40:49.835Z] + snapcraftctl stage [2021-04-07T21:40:50.777Z] Staging static-packages [2021-04-07T21:40:50.777Z] + snapcraftctl stage [2021-04-07T21:40:51.716Z] Staging version [2021-04-07T21:40:51.716Z] + snapcraftctl stage [2021-04-07T21:40:52.657Z] Priming go-build-helper [2021-04-07T21:40:52.658Z] + snapcraftctl prime [2021-04-07T21:40:53.602Z] Priming app-service-config [2021-04-07T21:40:53.602Z] + snapcraftctl prime [2021-04-07T21:40:54.984Z] Priming config-common [2021-04-07T21:40:54.984Z] + snapcraftctl prime [2021-04-07T21:40:55.930Z] Priming edgex-go [2021-04-07T21:40:55.930Z] + snapcraftctl prime [2021-04-07T21:40:57.311Z] Priming static-packages [2021-04-07T21:40:57.311Z] + snapcraftctl prime [2021-04-07T21:40:59.225Z] Priming version [2021-04-07T21:40:59.225Z] + snapcraftctl prime [2021-04-07T21:41:00.609Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-07T21:41:04.791Z] provisioning config files... [2021-04-07T21:41:04.822Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config4050594957519055129tmp [Pipeline] { [Pipeline] sh [2021-04-07T21:41:05.288Z] + set +x [2021-04-07T21:41:05.288Z] + curl -s https://codecov.io/bash [2021-04-07T21:41:05.288Z] + bash -s -- [2021-04-07T21:41:05.947Z] [2021-04-07T21:41:05.947Z] _____ _ [2021-04-07T21:41:05.947Z] / ____| | | [2021-04-07T21:41:05.947Z] | | ___ __| | ___ ___ _____ __ [2021-04-07T21:41:05.947Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-07T21:41:05.947Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-07T21:41:05.947Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-07T21:41:05.947Z] Bash-20210309-2b87ace [2021-04-07T21:41:05.947Z] [2021-04-07T21:41:05.947Z] [2021-04-07T21:41:05.947Z] ==> git version 2.24.3 found [2021-04-07T21:41:05.947Z] ==> 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-04-07T21:41:05.947Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-07T21:41:05.947Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-07T21:41:05.947Z] ==> Jenkins CI detected. [2021-04-07T21:41:05.947Z] project root: . [2021-04-07T21:41:05.947Z] --> token set from env [2021-04-07T21:41:05.947Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-07T21:41:05.947Z] ==> Running gcov in . (disable via -X gcov) [2021-04-07T21:41:05.947Z] ==> Python coveragepy not found [2021-04-07T21:41:05.947Z] ==> Searching for coverage reports in: [2021-04-07T21:41:05.947Z] + . [2021-04-07T21:41:06.243Z] -> Found 1 reports [2021-04-07T21:41:06.243Z] ==> Detecting git/mercurial file structure [2021-04-07T21:41:06.243Z] ==> Reading reports [2021-04-07T21:41:06.243Z] + ./coverage.out bytes=697383 [2021-04-07T21:41:06.243Z] ==> Appending adjustments [2021-04-07T21:41:06.243Z] https://docs.codecov.io/docs/fixing-reports [2021-04-07T21:41:14.858Z] + Found adjustments [2021-04-07T21:41:14.858Z] ==> Gzipping contents [2021-04-07T21:41:14.858Z] 100K /tmp/codecov.GG2pbU.gz [2021-04-07T21:41:14.858Z] ==> Uploading reports [2021-04-07T21:41:14.858Z] url: https://codecov.io [2021-04-07T21:41:14.858Z] query: branch=PR-3331&commit=1e59b5aae2d2031bf0470ae103b5b12fbca793d4&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3331%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3331&job=&cmd_args= [2021-04-07T21:41:14.858Z] -> Pinging Codecov [2021-04-07T21:41:14.858Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3331&commit=1e59b5aae2d2031bf0470ae103b5b12fbca793d4&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3331%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3331&job=&cmd_args= [2021-04-07T21:41:15.902Z] -> Uploading to [2021-04-07T21:41:15.902Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-07/00271124DB129430A58F1EEE437C3FCB/1e59b5aae2d2031bf0470ae103b5b12fbca793d4/01d539d9-54d5-4717-9caf-b2cbd1f58c89.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210407%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210407T214115Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dacb4e75658e8ae92da3ac3aa9c1febe248a27551fc68a57d8a4515b89b43ce7 [2021-04-07T21:41:16.209Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-07T21:41:16.209Z] Dload Upload Total Spent Left Speed [2021-04-07T21:41:16.822Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99488 0 0 100 99488 0 168k --:--:-- --:--:-- --:--:-- 168k [2021-04-07T21:41:16.822Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/1e59b5aae2d2031bf0470ae103b5b12fbca793d4 [Pipeline] } [2021-04-07T21:41:16.840Z] 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-04-07T21:41:19.165Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T21:41:20.713Z] ---> package-listing.sh [2021-04-07T21:41:20.713Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-07T21:41:20.713Z] ++ facter osfamily [2021-04-07T21:41:21.042Z] + OS_FAMILY=redhat [2021-04-07T21:41:21.042Z] + workspace=/w/workspace/edgex-go/6 [2021-04-07T21:41:21.042Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-07T21:41:21.042Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-07T21:41:21.042Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-07T21:41:21.042Z] + PACKAGES=/tmp/packages_start.txt [2021-04-07T21:41:21.042Z] + '[' /w/workspace/edgex-go/6 ']' [2021-04-07T21:41:21.042Z] + PACKAGES=/tmp/packages_end.txt [2021-04-07T21:41:21.042Z] + case "${OS_FAMILY}" in [2021-04-07T21:41:21.042Z] + sort [2021-04-07T21:41:21.042Z] + rpm -qa [2021-04-07T21:41:28.020Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-07T21:41:28.020Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-07T21:41:28.020Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-07T21:41:28.297Z] + '[' /w/workspace/edgex-go/6 ']' [2021-04-07T21:41:28.298Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2021-04-07T21:41:28.298Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo [2021-04-07T21:41:28.317Z] 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-07T21:41:28.711Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-07T21:41:29.393Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-07T21:41:30.428Z] [2021-04-07T21:41:30.428Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-07T21:41:31.029Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-07T21:41:31.371Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-07T21:41:31.371Z] df20fa9351a1: Pulling fs layer [2021-04-07T21:41:31.371Z] 36b3adc4ff6f: Pulling fs layer [2021-04-07T21:41:31.371Z] 8ad3a11d3b57: Pulling fs layer [2021-04-07T21:41:31.371Z] 46f8f816bc3b: Pulling fs layer [2021-04-07T21:41:31.371Z] 93b61091891f: Pulling fs layer [2021-04-07T21:41:31.371Z] 93b9cdb0e59b: Pulling fs layer [2021-04-07T21:41:31.371Z] 5e14af77c1be: Pulling fs layer [2021-04-07T21:41:31.371Z] 01666e4c0597: Pulling fs layer [2021-04-07T21:41:31.371Z] aa168da1d23b: Pulling fs layer [2021-04-07T21:41:31.371Z] 46f8f816bc3b: Waiting [2021-04-07T21:41:31.371Z] 93b61091891f: Waiting [2021-04-07T21:41:31.371Z] 93b9cdb0e59b: Waiting [2021-04-07T21:41:31.371Z] 5e14af77c1be: Waiting [2021-04-07T21:41:31.371Z] 01666e4c0597: Waiting [2021-04-07T21:41:31.371Z] aa168da1d23b: Waiting [2021-04-07T21:41:31.677Z] 36b3adc4ff6f: Verifying Checksum [2021-04-07T21:41:31.677Z] 36b3adc4ff6f: Download complete [2021-04-07T21:41:31.677Z] 46f8f816bc3b: Verifying Checksum [2021-04-07T21:41:31.677Z] 46f8f816bc3b: Download complete [2021-04-07T21:41:31.958Z] 93b61091891f: Verifying Checksum [2021-04-07T21:41:31.958Z] 93b61091891f: Download complete [2021-04-07T21:41:31.958Z] df20fa9351a1: Download complete [2021-04-07T21:41:31.958Z] 93b9cdb0e59b: Verifying Checksum [2021-04-07T21:41:31.958Z] 93b9cdb0e59b: Download complete [2021-04-07T21:41:31.958Z] 5e14af77c1be: Verifying Checksum [2021-04-07T21:41:31.958Z] 5e14af77c1be: Download complete [2021-04-07T21:41:31.958Z] 01666e4c0597: Verifying Checksum [2021-04-07T21:41:31.958Z] 01666e4c0597: Download complete [2021-04-07T21:41:33.013Z] 8ad3a11d3b57: Verifying Checksum [2021-04-07T21:41:33.013Z] 8ad3a11d3b57: Download complete [2021-04-07T21:41:33.643Z] df20fa9351a1: Pull complete [2021-04-07T21:41:35.177Z] 36b3adc4ff6f: Pull complete [2021-04-07T21:41:39.189Z] 8ad3a11d3b57: Pull complete [2021-04-07T21:41:39.560Z] 46f8f816bc3b: Pull complete [2021-04-07T21:41:41.317Z] aa168da1d23b: Verifying Checksum [2021-04-07T21:41:41.317Z] aa168da1d23b: Download complete [2021-04-07T21:41:41.623Z] 93b61091891f: Pull complete [2021-04-07T21:41:42.337Z] 93b9cdb0e59b: Pull complete [2021-04-07T21:41:43.391Z] 5e14af77c1be: Pull complete [2021-04-07T21:41:43.713Z] 01666e4c0597: Pull complete [2021-04-07T21:42:11.670Z] aa168da1d23b: Pull complete [2021-04-07T21:42:11.670Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-07T21:42:11.670Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-07T21:42:11.670Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-07T21:42:12.955Z] prd-centos7-docker-4c-2g-33189 does not seem to be running inside a container [2021-04-07T21:42:13.457Z] $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-07T21:42:15.953Z] $ docker top d9737aafe06deceadd861aceb17e2cfd185caaa761ed4ca2caaa165e40cf699d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T21:42:18.341Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-07T21:42:19.752Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-07T21:42:20.949Z] + ls /var/log/sa-host [2021-04-07T21:42:20.949Z] + sadf -c /var/log/sa-host/sa07 [2021-04-07T21:42:20.949Z] file_magic: OK [2021-04-07T21:42:20.949Z] HZ: Using current value: 100 [2021-04-07T21:42:20.949Z] file_header: OK [2021-04-07T21:42:20.949Z] 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-04-07T21:42:20.949Z] Statistics: [2021-04-07T21:42:20.949Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-07T21:42:20.949Z] File successfully converted to sysstat format version 12.2.1 [2021-04-07T21:42:20.949Z] + sadf -c /var/log/sa-host/sa23 [2021-04-07T21:42:20.949Z] file_magic: OK [2021-04-07T21:42:20.949Z] HZ: Using current value: 100 [2021-04-07T21:42:20.949Z] file_header: OK [2021-04-07T21:42:20.949Z] 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-04-07T21:42:20.949Z] Statistics: [2021-04-07T21:42:20.949Z] Hnuu...uuuununununu... [2021-04-07T21:42:20.949Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-07T21:42:21.633Z] provisioning config files... [2021-04-07T21:42:21.687Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config3303270159550686520tmp [Pipeline] { [Pipeline] echo [2021-04-07T21:42:21.791Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T21:42:22.944Z] ---> create-netrc.sh [Pipeline] } [2021-04-07T21:42:23.037Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-07T21:42:23.136Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T21:42:23.588Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-07T21:42:23.615Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T21:42:24.319Z] ---> sudo-logs.sh [2021-04-07T21:42:24.320Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-07T21:42:24.402Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T21:42:25.503Z] ---> job-cost.sh [2021-04-07T21:42:25.503Z] lf-activate-venv: SKIPPING [2021-04-07T21:42:25.503Z] DEBUG: total: 0.20999999344348907 [2021-04-07T21:42:25.503Z] INFO: Retrieving Stack Cost... [2021-04-07T21:42:26.471Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-07T21:42:27.054Z] INFO: Archiving Costs [Pipeline] echo [2021-04-07T21:42:27.071Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T21:42:27.740Z] ---> logs-deploy.sh [2021-04-07T21:42:27.740Z] lf-activate-venv: SKIPPING [2021-04-07T21:42:27.740Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3331/6 [2021-04-07T21:42:27.740Z] INFO: archiving workspace using pattern(s): [2021-04-07T21:42:30.423Z] Archives upload complete. [2021-04-07T21:42:30.423Z] INFO: archiving logs to Nexus [2021-04-07T21:42:32.530Z] ---> uname -a: [2021-04-07T21:42:32.530Z] Linux prd-centos7-docker-4c-2g-33189.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-07T21:42:32.530Z] [2021-04-07T21:42:32.530Z] [2021-04-07T21:42:32.530Z] ---> lscpu: [2021-04-07T21:42:32.530Z] Architecture: x86_64 [2021-04-07T21:42:32.530Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-07T21:42:32.530Z] Byte Order: Little Endian [2021-04-07T21:42:32.530Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-07T21:42:32.530Z] CPU(s): 4 [2021-04-07T21:42:32.530Z] On-line CPU(s) list: 0-3 [2021-04-07T21:42:32.530Z] Thread(s) per core: 1 [2021-04-07T21:42:32.530Z] Core(s) per socket: 1 [2021-04-07T21:42:32.530Z] Socket(s): 4 [2021-04-07T21:42:32.530Z] NUMA node(s): 1 [2021-04-07T21:42:32.530Z] Vendor ID: GenuineIntel [2021-04-07T21:42:32.530Z] CPU family: 6 [2021-04-07T21:42:32.530Z] Model: 44 [2021-04-07T21:42:32.530Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-07T21:42:32.530Z] Stepping: 1 [2021-04-07T21:42:32.530Z] CPU MHz: 2933.438 [2021-04-07T21:42:32.530Z] BogoMIPS: 5866.87 [2021-04-07T21:42:32.530Z] Virtualization: VT-x [2021-04-07T21:42:32.530Z] Hypervisor vendor: KVM [2021-04-07T21:42:32.530Z] Virtualization type: full [2021-04-07T21:42:32.530Z] L1d cache: 128 KiB [2021-04-07T21:42:32.530Z] L1i cache: 128 KiB [2021-04-07T21:42:32.530Z] L2 cache: 16 MiB [2021-04-07T21:42:32.530Z] L3 cache: 64 MiB [2021-04-07T21:42:32.530Z] NUMA node0 CPU(s): 0-3 [2021-04-07T21:42:32.530Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-07T21:42:32.530Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-07T21:42:32.530Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-07T21:42:32.530Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-07T21:42:32.530Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-07T21:42:32.530Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-07T21:42:32.530Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-07T21:42:32.530Z] Vulnerability Srbds: Not affected [2021-04-07T21:42:32.530Z] Vulnerability Tsx async abort: Not affected [2021-04-07T21:42:32.530Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-04-07T21:42:32.530Z] [2021-04-07T21:42:32.530Z] [2021-04-07T21:42:32.530Z] ---> nproc: [2021-04-07T21:42:32.530Z] 4 [2021-04-07T21:42:32.530Z] [2021-04-07T21:42:32.530Z]