Pull request #3300 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from deca809b343d4829714b032cd8e942232f1347b0+04121680b1087f96ef009b594f8095f8f3b5fdf8 (45b0ce77596a461d20b66bd974b7c23b978b626e) 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-31747 in /w/workspace/edgexfoundry_edgex-go_PR-3300 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 04121680b1087f96ef009b594f8095f8f3b5fdf8 into PR head commit deca809b343d4829714b032cd8e942232f1347b0 Merge succeeded, producing deca809b343d4829714b032cd8e942232f1347b0 Checking out Revision deca809b343d4829714b032cd8e942232f1347b0 (PR-3300) > 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/3300/head:refs/remotes/origin/PR-3300 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f deca809b343d4829714b032cd8e942232f1347b0 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 04121680b1087f96ef009b594f8095f8f3b5fdf8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f deca809b343d4829714b032cd8e942232f1347b0 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" First time build. Skipping changelog. > git rev-list --no-walk a10cf86d5741248564f862fd8562c953d5cfc317 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-29T16:08:49.465Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-29T16:08:49.675Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-29T16:08:49.805Z] ========================================================= [2021-03-29T16:08:49.805Z] EdgeX Global Pipelines Version Info [2021-03-29T16:08:49.805Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-29T16:08:52.337Z] ------------------- [2021-03-29T16:08:52.337Z] stable info: [2021-03-29T16:08:52.337Z] ------------------- [2021-03-29T16:08:52.337Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-29T16:08:52.337Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-29T16:08:52.337Z] Message: update stable to v1.0.186 [2021-03-29T16:08:53.486Z] ------------------- [2021-03-29T16:08:53.486Z] experimental info: [2021-03-29T16:08:53.486Z] ------------------- [2021-03-29T16:08:53.486Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-29T16:08:53.486Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-29T16:08:53.486Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-29T16:08:53.793Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-29T16:08:53.912Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-29T16:08:53.995Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-29T16:08:54.077Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-29T16:08:54.164Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-29T16:08:54.249Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-29T16:08:54.345Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-29T16:08:54.431Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-29T16:08:54.518Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-29T16:08:54.610Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-29T16:08:54.703Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-29T16:08:54.832Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-29T16:08:54.922Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-29T16:08:55.041Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-29T16:08:55.161Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-29T16:08:55.260Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-29T16:08:55.345Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-29T16:08:55.430Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-29T16:08:55.513Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-29T16:08:55.596Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-29T16:08:55.701Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-29T16:08:55.798Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-29T16:08:55.891Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3300 [Pipeline] echo [2021-03-29T16:08:55.993Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3300 [Pipeline] echo [2021-03-29T16:08:56.139Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3300 [Pipeline] echo [2021-03-29T16:08:56.273Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = deca809b343d4829714b032cd8e942232f1347b0 [Pipeline] echo [2021-03-29T16:08:56.404Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = deca809 [Pipeline] echo [2021-03-29T16:08:56.499Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T16:08:56.694Z] provisioning config files... [2021-03-29T16:08:56.759Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6443429250552043532tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T16:08:57.165Z] ---> docker-login.sh [2021-03-29T16:08:57.165Z] nexus3.edgexfoundry.org:10001 [2021-03-29T16:08:58.223Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T16:08:58.516Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T16:08:58.516Z] Configure a credential helper to remove this warning. See [2021-03-29T16:08:58.516Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T16:08:58.516Z] [2021-03-29T16:08:58.516Z] Login Succeeded [2021-03-29T16:08:58.516Z] nexus3.edgexfoundry.org:10002 [2021-03-29T16:08:58.975Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T16:08:59.579Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T16:08:59.579Z] Configure a credential helper to remove this warning. See [2021-03-29T16:08:59.579Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T16:08:59.579Z] [2021-03-29T16:08:59.579Z] Login Succeeded [2021-03-29T16:08:59.579Z] nexus3.edgexfoundry.org:10003 [2021-03-29T16:08:59.885Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T16:08:59.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T16:08:59.885Z] Configure a credential helper to remove this warning. See [2021-03-29T16:08:59.885Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T16:08:59.885Z] [2021-03-29T16:08:59.885Z] Login Succeeded [2021-03-29T16:08:59.885Z] nexus3.edgexfoundry.org:10004 [2021-03-29T16:09:00.173Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T16:09:00.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T16:09:00.173Z] Configure a credential helper to remove this warning. See [2021-03-29T16:09:00.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T16:09:00.173Z] [2021-03-29T16:09:00.173Z] Login Succeeded [2021-03-29T16:09:00.173Z] docker.io [2021-03-29T16:09:00.462Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T16:09:00.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T16:09:00.764Z] Configure a credential helper to remove this warning. See [2021-03-29T16:09:00.764Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T16:09:00.764Z] [2021-03-29T16:09:00.764Z] Login Succeeded [2021-03-29T16:09:00.764Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T16:09:00.872Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T16:09:01.365Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-29T16:09:01.365Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T16:09:01.365Z] ++ cut -d/ -f2 [2021-03-29T16:09:01.365Z] ++ dirname cmd/core-command/Dockerfile [2021-03-29T16:09:01.365Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-29T16:09:01.365Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T16:09:01.365Z] ++ dirname cmd/core-data/Dockerfile [2021-03-29T16:09:01.365Z] ++ cut -d/ -f2 [2021-03-29T16:09:01.365Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-29T16:09:01.365Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T16:09:01.365Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-29T16:09:01.365Z] ++ cut -d/ -f2 [2021-03-29T16:09:01.365Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-29T16:09:01.365Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T16:09:01.365Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-29T16:09:01.365Z] ++ cut -d/ -f2 [2021-03-29T16:09:01.365Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-29T16:09:01.365Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T16:09:01.365Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-29T16:09:01.365Z] ++ cut -d/ -f2 [2021-03-29T16:09:01.365Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-29T16:09:01.365Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T16:09:01.365Z] ++ cut -d/ -f2 [2021-03-29T16:09:01.365Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-29T16:09:01.365Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-29T16:09:01.365Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T16:09:01.365Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-29T16:09:01.365Z] ++ cut -d/ -f2 [2021-03-29T16:09:01.365Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-29T16:09:01.365Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T16:09:01.365Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-29T16:09:01.365Z] ++ cut -d/ -f2 [2021-03-29T16:09:01.365Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-29T16:09:01.365Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T16:09:01.365Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-29T16:09:01.365Z] ++ cut -d/ -f2 [2021-03-29T16:09:01.365Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-29T16:09:01.534Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:09:02.417Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T16:09:02.693Z] [2021-03-29T16:09:02.693Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:09:03.133Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T16:09:03.134Z] latest: Pulling from edgex-devops/git-semver [2021-03-29T16:09:03.134Z] 31603596830f: Pulling fs layer [2021-03-29T16:09:03.134Z] 2a8b12db71e7: Pulling fs layer [2021-03-29T16:09:03.134Z] 6ca5941a6612: Pulling fs layer [2021-03-29T16:09:03.134Z] ecc8261a40a4: Pulling fs layer [2021-03-29T16:09:03.134Z] ecc8261a40a4: Waiting [2021-03-29T16:09:03.453Z] 2a8b12db71e7: Download complete [2021-03-29T16:09:03.453Z] 31603596830f: Verifying Checksum [2021-03-29T16:09:03.453Z] 31603596830f: Download complete [2021-03-29T16:09:04.074Z] ecc8261a40a4: Verifying Checksum [2021-03-29T16:09:04.074Z] ecc8261a40a4: Download complete [2021-03-29T16:09:04.074Z] 6ca5941a6612: Verifying Checksum [2021-03-29T16:09:04.074Z] 6ca5941a6612: Download complete [2021-03-29T16:09:04.369Z] 31603596830f: Pull complete [2021-03-29T16:09:04.648Z] 2a8b12db71e7: Pull complete [2021-03-29T16:09:06.704Z] 6ca5941a6612: Pull complete [2021-03-29T16:09:07.321Z] ecc8261a40a4: Pull complete [2021-03-29T16:09:07.596Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-29T16:09:07.596Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T16:09:07.596Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-29T16:09:07.886Z] prd-centos7-docker-4c-2g-31747 does not seem to be running inside a container [2021-03-29T16:09:08.044Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-29T16:09:11.901Z] $ docker top 6fd75135e2d859e775f0e570934f2369821a08e4da6bc4f3b4b60a7577107a2d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-29T16:09:12.510Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T16:09:12.510Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T16:09:13.367Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T16:09:13.371Z] $ docker exec 6fd75135e2d859e775f0e570934f2369821a08e4da6bc4f3b4b60a7577107a2d ssh-agent [2021-03-29T16:09:14.030Z] SSH_AUTH_SOCK=/tmp/ssh-ajOVEOZ4DeOE/agent.11 [2021-03-29T16:09:14.030Z] SSH_AGENT_PID=16 [2021-03-29T16:09:14.057Z] Running ssh-add (command line suppressed) [2021-03-29T16:09:14.847Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_8965805700995816101.key (/w/workspace/edgex-go/2@tmp/private_key_8965805700995816101.key) [2021-03-29T16:09:15.283Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T16:09:16.027Z] + git tag --points-at HEAD [Pipeline] } [2021-03-29T16:09:16.146Z] $ docker exec --env ******** --env ******** 6fd75135e2d859e775f0e570934f2369821a08e4da6bc4f3b4b60a7577107a2d ssh-agent -k [2021-03-29T16:09:16.819Z] unset SSH_AUTH_SOCK; [2021-03-29T16:09:16.820Z] unset SSH_AGENT_PID; [2021-03-29T16:09:16.820Z] echo Agent pid 16 killed; [2021-03-29T16:09:17.176Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-29T16:09:17.325Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T16:09:17.325Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T16:09:18.470Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T16:09:18.478Z] $ docker exec 6fd75135e2d859e775f0e570934f2369821a08e4da6bc4f3b4b60a7577107a2d ssh-agent [2021-03-29T16:09:19.299Z] SSH_AUTH_SOCK=/tmp/ssh-9zdA7bE0rRQB/agent.44 [2021-03-29T16:09:19.299Z] SSH_AGENT_PID=49 [2021-03-29T16:09:19.312Z] Running ssh-add (command line suppressed) [2021-03-29T16:09:19.858Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_4103522771145095158.key (/w/workspace/edgex-go/2@tmp/private_key_4103522771145095158.key) [2021-03-29T16:09:20.310Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T16:09:21.101Z] + git semver init [2021-03-29T16:09:21.102Z] # -> Open(): unable to determine branch for HEAD [2021-03-29T16:09:21.102Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-03-29T16:09:21.102Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-03-29T16:09:21.102Z] # $SEMVER_REMOTE_NAME = origin [2021-03-29T16:09:21.102Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-29T16:09:21.102Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-29T16:09:21.102Z] # $SEMVER_BRANCH = PR-3300 [2021-03-29T16:09:21.102Z] # $SEMVER_TEMP = /tmp/semver-043988470 [2021-03-29T16:09:21.102Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-29T16:10:00.370Z] # '/tmp/semver-043988470' -> '/w/workspace/edgex-go/2/.semver' [2021-03-29T16:10:01.588Z] # -> Force: false [2021-03-29T16:10:01.864Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-03-29T16:10:02.212Z] $ docker exec --env ******** --env ******** 6fd75135e2d859e775f0e570934f2369821a08e4da6bc4f3b4b60a7577107a2d ssh-agent -k [2021-03-29T16:10:02.985Z] unset SSH_AUTH_SOCK; [2021-03-29T16:10:02.987Z] unset SSH_AGENT_PID; [2021-03-29T16:10:02.987Z] echo Agent pid 49 killed; [2021-03-29T16:10:03.213Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T16:10:03.774Z] + git semver [Pipeline] } [2021-03-29T16:10:03.903Z] $ docker stop --time=1 6fd75135e2d859e775f0e570934f2369821a08e4da6bc4f3b4b60a7577107a2d [2021-03-29T16:10:06.153Z] $ docker rm -f 6fd75135e2d859e775f0e570934f2369821a08e4da6bc4f3b4b60a7577107a2d [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T16:10:08.188Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-29T16:10:09.142Z] Stashed 1 file(s) [Pipeline] echo [2021-03-29T16:10:09.145Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-29T16:10:10.001Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-29T16:10:10.365Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-29T16:10:10.776Z] + sudo service docker restart [2021-03-29T16:10:10.776Z] + true [2021-03-29T16:10:10.776Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-29T16:10:12.965Z] ========================================================= [2021-03-29T16:10:12.965Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-29T16:10:12.965Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:10:13.321Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-29T16:10:23.655Z] Sending build context to Docker daemon 328.9MB [2021-03-29T16:10:23.655Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T16:10:23.655Z] Step 2/6 : FROM ${BASE} [2021-03-29T16:10:23.655Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-29T16:10:23.655Z] 188c0c94c7c5: Pulling fs layer [2021-03-29T16:10:23.655Z] 0ef7d3d256c8: Pulling fs layer [2021-03-29T16:10:23.655Z] de9db76c5a1d: Pulling fs layer [2021-03-29T16:10:23.655Z] bca2f99d35d6: Pulling fs layer [2021-03-29T16:10:23.655Z] 93359f2a8cfa: Pulling fs layer [2021-03-29T16:10:23.655Z] 7c6f9722023f: Pulling fs layer [2021-03-29T16:10:23.655Z] a35cf1a2eb13: Pulling fs layer [2021-03-29T16:10:23.655Z] 93359f2a8cfa: Waiting [2021-03-29T16:10:23.655Z] 7c6f9722023f: Waiting [2021-03-29T16:10:23.655Z] a35cf1a2eb13: Waiting [2021-03-29T16:10:23.655Z] bca2f99d35d6: Waiting [2021-03-29T16:10:23.655Z] de9db76c5a1d: Verifying Checksum [2021-03-29T16:10:23.655Z] de9db76c5a1d: Download complete [2021-03-29T16:10:23.655Z] 0ef7d3d256c8: Verifying Checksum [2021-03-29T16:10:23.655Z] 0ef7d3d256c8: Download complete [2021-03-29T16:10:23.655Z] 93359f2a8cfa: Verifying Checksum [2021-03-29T16:10:23.655Z] 93359f2a8cfa: Download complete [2021-03-29T16:10:23.655Z] 7c6f9722023f: Download complete [2021-03-29T16:10:23.655Z] 188c0c94c7c5: Verifying Checksum [2021-03-29T16:10:23.655Z] 188c0c94c7c5: Download complete [2021-03-29T16:10:23.655Z] 188c0c94c7c5: Pull complete [2021-03-29T16:10:23.655Z] 0ef7d3d256c8: Pull complete [2021-03-29T16:10:23.655Z] de9db76c5a1d: Pull complete [2021-03-29T16:10:24.480Z] Still waiting to schedule task [2021-03-29T16:10:24.481Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-29T16:10:25.629Z] a35cf1a2eb13: Verifying Checksum [2021-03-29T16:10:25.629Z] a35cf1a2eb13: Download complete [2021-03-29T16:10:26.614Z] bca2f99d35d6: Verifying Checksum [2021-03-29T16:10:26.614Z] bca2f99d35d6: Download complete [2021-03-29T16:10:39.496Z] bca2f99d35d6: Pull complete [2021-03-29T16:10:39.779Z] 93359f2a8cfa: Pull complete [2021-03-29T16:10:40.060Z] 7c6f9722023f: Pull complete [2021-03-29T16:10:48.676Z] a35cf1a2eb13: Pull complete [2021-03-29T16:10:48.676Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-29T16:10:48.676Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-29T16:10:48.676Z] ---> a62c8e92a672 [2021-03-29T16:10:48.676Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-29T16:10:48.676Z] ---> Running in 5a979779bf0b [2021-03-29T16:10:48.676Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:10:49.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:10:50.637Z] (1/12) Installing libmagic (5.38-r0) [2021-03-29T16:10:50.637Z] (2/12) Installing file (5.38-r0) [2021-03-29T16:10:50.637Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-29T16:10:50.903Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-29T16:10:57.532Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-29T16:10:57.532Z] (6/12) Installing patch (2.7.6-r6) [2021-03-29T16:10:57.532Z] (7/12) Installing build-base (0.5-r2) [2021-03-29T16:10:57.532Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-29T16:10:57.532Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-29T16:10:57.532Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-29T16:10:57.532Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-29T16:10:57.532Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-29T16:10:57.532Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:10:57.532Z] OK: 233 MiB in 51 packages [2021-03-29T16:11:02.085Z] Removing intermediate container 5a979779bf0b [2021-03-29T16:11:02.085Z] ---> f6699d55d6ed [2021-03-29T16:11:02.085Z] Step 4/6 : WORKDIR /edgex-go [2021-03-29T16:11:02.085Z] ---> Running in a704bef09072 [2021-03-29T16:11:03.316Z] Removing intermediate container a704bef09072 [2021-03-29T16:11:03.316Z] ---> 0226342fc5f7 [2021-03-29T16:11:03.316Z] Step 5/6 : COPY go.mod . [2021-03-29T16:11:03.922Z] ---> aa57c6d6adaa [2021-03-29T16:11:03.922Z] Step 6/6 : RUN go mod download [2021-03-29T16:11:03.922Z] ---> Running in 931c0fed5d50 [2021-03-29T16:11:44.198Z] Removing intermediate container 931c0fed5d50 [2021-03-29T16:11:44.198Z] ---> 426672e0a13e [2021-03-29T16:11:44.198Z] Successfully built 426672e0a13e [2021-03-29T16:11:44.198Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:11:44.624Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T16:11:44.900Z] . [Pipeline] withDockerContainer [2021-03-29T16:11:45.112Z] prd-centos7-docker-4c-2g-31747 does not seem to be running inside a container [2021-03-29T16:11:45.258Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-29T16:11:47.179Z] $ docker top 2c476f23cda57535ced8308360dc5c110adf59d642a9b7f05394d58e7a827c3c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T16:11:47.847Z] + go version [2021-03-29T16:11:47.847Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-29T16:11:47.882Z] $ docker stop --time=1 2c476f23cda57535ced8308360dc5c110adf59d642a9b7f05394d58e7a827c3c [2021-03-29T16:11:49.548Z] $ docker rm -f 2c476f23cda57535ced8308360dc5c110adf59d642a9b7f05394d58e7a827c3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:11:50.917Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T16:11:50.917Z] . [Pipeline] withDockerContainer [2021-03-29T16:11:51.097Z] prd-centos7-docker-4c-2g-31747 does not seem to be running inside a container [2021-03-29T16:11:51.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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-29T16:11:52.590Z] $ docker top 9ce58b58f6f376148950518bbde557f2569b306cac3f0dac42c97df21453a189 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-29T16:11:52.887Z] ========================================================= [2021-03-29T16:11:52.888Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-29T16:11:52.888Z] ========================================================= [Pipeline] sh [2021-03-29T16:11:53.571Z] + make test [2021-03-29T16:11:53.571Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-29T16:12:20.951Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-29T16:12:53.808Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-29T16:12:57.894Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-29T16:13:02.612Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-29T16:13:02.612Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-29T16:13:06.234Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-29T16:13:06.234Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-29T16:13:06.234Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-29T16:13:07.349Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-29T16:13:09.417Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-29T16:13:10.121Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-29T16:13:15.974Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-29T16:13:15.974Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-29T16:13:15.974Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-29T16:13:23.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.302s coverage: 45.9% of statements [2021-03-29T16:13:23.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-29T16:13:23.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-29T16:13:23.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-29T16:13:23.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-29T16:13:23.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-29T16:13:23.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-29T16:13:23.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.350s coverage: 19.8% of statements [2021-03-29T16:13:23.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.193s coverage: 100.0% of statements [2021-03-29T16:13:28.956Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.496s coverage: 27.1% of statements [2021-03-29T16:13:28.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-29T16:13:28.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-29T16:13:28.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-29T16:13:28.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-29T16:13:28.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-29T16:13:28.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-29T16:13:28.956Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.166s coverage: 100.0% of statements [2021-03-29T16:13:28.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-29T16:13:28.956Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.099s coverage: 100.0% of statements [2021-03-29T16:13:28.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-29T16:13:28.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-29T16:13:28.956Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.144s coverage: 71.3% of statements [2021-03-29T16:13:28.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-29T16:13:28.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-29T16:13:30.023Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.354s coverage: 82.9% of statements [2021-03-29T16:13:30.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-29T16:13:30.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T16:13:30.023Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.138s coverage: 78.9% of statements [2021-03-29T16:13:30.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-29T16:13:37.220Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.603s coverage: 28.6% of statements [2021-03-29T16:13:37.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-29T16:13:37.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-29T16:13:37.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-29T16:13:37.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-29T16:13:37.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-29T16:13:37.220Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.160s coverage: 100.0% of statements [2021-03-29T16:13:37.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-29T16:13:37.220Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.130s coverage: 100.0% of statements [2021-03-29T16:13:37.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-29T16:13:37.220Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.466s coverage: 86.7% of statements [2021-03-29T16:13:37.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-29T16:13:37.220Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.270s coverage: 97.5% of statements [2021-03-29T16:13:37.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-29T16:13:37.220Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.122s coverage: 78.3% of statements [2021-03-29T16:13:37.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-29T16:13:37.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-29T16:13:37.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-29T16:13:37.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-29T16:13:38.240Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31758 in /w/workspace/edgexfoundry_edgex-go_PR-3300 [Pipeline] { [Pipeline] ws [2021-03-29T16:13:38.293Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-29T16:13:43.813Z] using credential edgex-jenkins-ssh [2021-03-29T16:13:43.868Z] Cloning the remote Git repository [2021-03-29T16:13:44.658Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.378s coverage: 92.8% of statements [2021-03-29T16:13:44.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-29T16:13:44.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T16:13:44.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-29T16:13:44.658Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-29T16:13:44.658Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-29T16:13:44.658Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-29T16:13:44.658Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-29T16:13:44.658Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-29T16:13:44.658Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-29T16:13:44.658Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-29T16:13:44.658Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-29T16:13:44.658Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-29T16:13:44.658Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-29T16:13:44.658Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-29T16:13:44.658Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-29T16:13:44.658Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-29T16:13:44.658Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-29T16:13:44.658Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-29T16:13:44.658Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-03-29T16:13:44.658Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-29T16:13:44.658Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-29T16:13:44.658Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.228s coverage: 0.1% of statements [2021-03-29T16:13:44.658Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-29T16:13:44.658Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-29T16:13:44.658Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-29T16:13:44.658Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.099s coverage: 47.1% of statements [2021-03-29T16:13:44.658Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.227s coverage: 79.5% of statements [2021-03-29T16:13:44.658Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.089s coverage: 94.1% of statements [2021-03-29T16:13:43.936Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-29T16:13:44.062Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-29T16:13:44.248Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T16:13:44.249Z] > git --version # timeout=10 [2021-03-29T16:13:44.275Z] > git --version # 'git version 2.17.1' [2021-03-29T16:13:44.277Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T16:13:44.330Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T16:13:45.286Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.155s coverage: 96.3% of statements [2021-03-29T16:13:45.287Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.071s coverage: 87.5% of statements [2021-03-29T16:13:58.342Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.149s coverage: 94.4% of statements [2021-03-29T16:13:58.342Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.085s coverage: 44.8% of statements [2021-03-29T16:14:03.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.901s coverage: 82.6% of statements [2021-03-29T16:14:14.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.369s coverage: 92.9% of statements [2021-03-29T16:14:14.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-29T16:14:14.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-29T16:14:14.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-29T16:14:14.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements [2021-03-29T16:14:14.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-29T16:14:14.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-29T16:14:14.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-29T16:14:14.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-29T16:14:14.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-29T16:14:14.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.272s coverage: 87.2% of statements [2021-03-29T16:14:14.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-29T16:14:14.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-29T16:14:14.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.040s coverage: 100.0% of statements [2021-03-29T16:14:14.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-29T16:14:14.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.058s coverage: 75.5% of statements [2021-03-29T16:14:14.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-29T16:14:14.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.065s coverage: 80.8% of statements [2021-03-29T16:14:14.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.091s coverage: 87.2% of statements [2021-03-29T16:14:14.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.060s coverage: 84.6% of statements [2021-03-29T16:14:14.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.288s coverage: 91.6% of statements [2021-03-29T16:14:14.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-29T16:14:14.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.604s coverage: 64.4% of statements [2021-03-29T16:14:14.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-29T16:14:14.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-29T16:14:14.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.094s coverage: 100.0% of statements [2021-03-29T16:14:14.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.114s coverage: 91.3% of statements [2021-03-29T16:14:14.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2021-03-29T16:14:14.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.107s coverage: 73.7% of statements [2021-03-29T16:14:14.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.079s coverage: 100.0% of statements [2021-03-29T16:14:15.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.424s coverage: 69.0% of statements [2021-03-29T16:14:15.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-29T16:14:15.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-29T16:14:15.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-29T16:14:15.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.255s coverage: 38.4% of statements [2021-03-29T16:14:15.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-29T16:14:15.151Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-29T16:14:16.355Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.061s coverage: 89.5% of statements [2021-03-29T16:14:16.355Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-29T16:14:16.355Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.109s coverage: 84.8% of statements [2021-03-29T16:14:16.983Z] Merging remotes/origin/master commit 04121680b1087f96ef009b594f8095f8f3b5fdf8 into PR head commit deca809b343d4829714b032cd8e942232f1347b0 [2021-03-29T16:14:17.462Z] Merge succeeded, producing deca809b343d4829714b032cd8e942232f1347b0 [2021-03-29T16:14:17.463Z] Checking out Revision deca809b343d4829714b032cd8e942232f1347b0 (PR-3300) [2021-03-29T16:14:16.194Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T16:14:16.211Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T16:14:16.238Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T16:14:16.265Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T16:14:16.265Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T16:14:16.277Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3300/head:refs/remotes/origin/PR-3300 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-29T16:14:17.001Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T16:14:17.051Z] > git checkout -f deca809b343d4829714b032cd8e942232f1347b0 # timeout=10 [2021-03-29T16:14:17.384Z] > git remote # timeout=10 [2021-03-29T16:14:17.402Z] > git config --get remote.origin.url # timeout=10 [2021-03-29T16:14:17.415Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T16:14:17.426Z] > git merge 04121680b1087f96ef009b594f8095f8f3b5fdf8 # timeout=10 [2021-03-29T16:14:17.449Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-29T16:14:17.469Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T16:14:17.489Z] > git checkout -f deca809b343d4829714b032cd8e942232f1347b0 # timeout=10 [2021-03-29T16:14:21.895Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-29T16:14:23.431Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-29T16:14:23.625Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.272s coverage: 47.0% of statements [2021-03-29T16:14:23.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-29T16:14:23.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-29T16:14:23.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-29T16:14:23.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-29T16:14:23.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-29T16:14:23.625Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.175s coverage: 100.0% of statements [2021-03-29T16:14:23.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-29T16:14:23.625Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.171s coverage: 100.0% of statements [2021-03-29T16:14:23.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-29T16:14:23.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-29T16:14:23.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-29T16:14:23.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-29T16:14:23.625Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.490s coverage: 87.1% of statements [2021-03-29T16:14:23.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-29T16:14:23.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T16:14:23.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-29T16:14:23.877Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-29T16:14:24.217Z] + true [2021-03-29T16:14:24.217Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T16:14:26.333Z] provisioning config files... [2021-03-29T16:14:26.388Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config439310917809855983tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T16:14:26.820Z] ---> docker-login.sh [2021-03-29T16:14:26.820Z] nexus3.edgexfoundry.org:10001 [2021-03-29T16:14:27.806Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T16:14:28.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T16:14:28.084Z] Configure a credential helper to remove this warning. See [2021-03-29T16:14:28.084Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T16:14:28.084Z] [2021-03-29T16:14:28.084Z] Login Succeeded [2021-03-29T16:14:28.084Z] nexus3.edgexfoundry.org:10002 [2021-03-29T16:14:28.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T16:14:28.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T16:14:28.682Z] Configure a credential helper to remove this warning. See [2021-03-29T16:14:28.682Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T16:14:28.682Z] [2021-03-29T16:14:28.682Z] Login Succeeded [2021-03-29T16:14:28.682Z] nexus3.edgexfoundry.org:10003 [2021-03-29T16:14:29.278Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T16:14:29.278Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T16:14:29.278Z] Configure a credential helper to remove this warning. See [2021-03-29T16:14:29.278Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T16:14:29.278Z] [2021-03-29T16:14:29.278Z] Login Succeeded [2021-03-29T16:14:29.278Z] nexus3.edgexfoundry.org:10004 [2021-03-29T16:14:29.468Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.459s coverage: 29.1% of statements [2021-03-29T16:14:29.468Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-29T16:14:29.468Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-29T16:14:29.468Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-29T16:14:29.468Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-29T16:14:29.468Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-29T16:14:29.468Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.226s coverage: 99.0% of statements [2021-03-29T16:14:29.468Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-29T16:14:29.468Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.133s coverage: 100.0% of statements [2021-03-29T16:14:29.468Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-29T16:14:29.468Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-29T16:14:29.469Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-29T16:14:29.469Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-29T16:14:29.469Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.219s coverage: 94.0% of statements [2021-03-29T16:14:29.469Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-29T16:14:29.469Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T16:14:29.469Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-29T16:14:29.469Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.053s coverage: 0.0% of statements [2021-03-29T16:14:29.469Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-29T16:14:29.469Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.069s coverage: 100.0% of statements [2021-03-29T16:14:29.469Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-29T16:14:29.469Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-29T16:14:29.469Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-29T16:14:29.469Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-29T16:14:29.469Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.136s coverage: 87.9% of statements [2021-03-29T16:14:29.469Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-29T16:14:29.469Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-29T16:14:29.469Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.091s coverage: 100.0% of statements [2021-03-29T16:14:29.877Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T16:14:29.877Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T16:14:29.877Z] Configure a credential helper to remove this warning. See [2021-03-29T16:14:29.877Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T16:14:29.877Z] [2021-03-29T16:14:29.877Z] Login Succeeded [2021-03-29T16:14:29.877Z] docker.io [2021-03-29T16:14:30.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T16:14:30.153Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.064s coverage: 32.1% of statements [2021-03-29T16:14:30.433Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.073s coverage: 100.0% of statements [2021-03-29T16:14:30.744Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T16:14:30.744Z] Configure a credential helper to remove this warning. See [2021-03-29T16:14:30.744Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T16:14:30.744Z] [2021-03-29T16:14:30.744Z] Login Succeeded [2021-03-29T16:14:30.744Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T16:14:30.762Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-29T16:14:31.288Z] ========================================================= [2021-03-29T16:14:31.288Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-29T16:14:31.288Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:14:31.683Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-29T16:14:31.973Z] GO111MODULE=on go vet ./... [2021-03-29T16:14:34.341Z] Sending build context to Docker daemon 166.9MB [2021-03-29T16:14:34.341Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T16:14:34.341Z] Step 2/6 : FROM ${BASE} [2021-03-29T16:14:34.341Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-29T16:14:34.341Z] 5f621e34cdf4: Pulling fs layer [2021-03-29T16:14:34.341Z] a4357932f1b6: Pulling fs layer [2021-03-29T16:14:34.341Z] 18c013af1878: Pulling fs layer [2021-03-29T16:14:34.341Z] 00ac8860ef70: Pulling fs layer [2021-03-29T16:14:34.341Z] 63d7cb157983: Pulling fs layer [2021-03-29T16:14:34.341Z] b116817d02f9: Pulling fs layer [2021-03-29T16:14:34.341Z] 745a02a5169b: Pulling fs layer [2021-03-29T16:14:34.341Z] 00ac8860ef70: Waiting [2021-03-29T16:14:34.341Z] 63d7cb157983: Waiting [2021-03-29T16:14:34.341Z] b116817d02f9: Waiting [2021-03-29T16:14:34.341Z] 745a02a5169b: Waiting [2021-03-29T16:14:34.341Z] 18c013af1878: Verifying Checksum [2021-03-29T16:14:34.341Z] 18c013af1878: Download complete [2021-03-29T16:14:34.341Z] a4357932f1b6: Verifying Checksum [2021-03-29T16:14:34.341Z] a4357932f1b6: Download complete [2021-03-29T16:14:34.341Z] 63d7cb157983: Verifying Checksum [2021-03-29T16:14:34.341Z] 63d7cb157983: Download complete [2021-03-29T16:14:34.341Z] b116817d02f9: Verifying Checksum [2021-03-29T16:14:34.341Z] b116817d02f9: Download complete [2021-03-29T16:14:34.341Z] 5f621e34cdf4: Verifying Checksum [2021-03-29T16:14:34.341Z] 5f621e34cdf4: Download complete [2021-03-29T16:14:34.945Z] 5f621e34cdf4: Pull complete [2021-03-29T16:14:35.552Z] a4357932f1b6: Pull complete [2021-03-29T16:14:36.170Z] 18c013af1878: Pull complete [2021-03-29T16:14:36.766Z] 745a02a5169b: Verifying Checksum [2021-03-29T16:14:36.766Z] 745a02a5169b: Download complete [2021-03-29T16:14:37.776Z] 00ac8860ef70: Verifying Checksum [2021-03-29T16:14:37.776Z] 00ac8860ef70: Download complete [2021-03-29T16:14:47.979Z] 00ac8860ef70: Pull complete [2021-03-29T16:14:47.979Z] 63d7cb157983: Pull complete [2021-03-29T16:14:48.580Z] b116817d02f9: Pull complete [2021-03-29T16:14:52.900Z] 745a02a5169b: Pull complete [2021-03-29T16:14:52.900Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-29T16:14:52.900Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-29T16:14:52.900Z] ---> b7e6874047d6 [2021-03-29T16:14:52.900Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-29T16:14:55.517Z] ---> Running in 5ec9e57daea6 [2021-03-29T16:14:56.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:14:57.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:14:58.529Z] (1/12) Installing libmagic (5.38-r0) [2021-03-29T16:14:58.802Z] (2/12) Installing file (5.38-r0) [2021-03-29T16:14:59.075Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-29T16:14:59.075Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-29T16:15:02.460Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-29T16:15:02.737Z] (6/12) Installing patch (2.7.6-r6) [2021-03-29T16:15:02.737Z] (7/12) Installing build-base (0.5-r2) [2021-03-29T16:15:02.737Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-29T16:15:03.008Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-29T16:15:03.008Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-29T16:15:03.008Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-29T16:15:03.282Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-29T16:15:03.282Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:15:03.282Z] OK: 217 MiB in 51 packages [2021-03-29T16:15:08.690Z] Removing intermediate container 5ec9e57daea6 [2021-03-29T16:15:08.690Z] ---> ab16c215bf6c [2021-03-29T16:15:08.690Z] Step 4/6 : WORKDIR /edgex-go [2021-03-29T16:15:08.690Z] ---> Running in 58d3402cdc45 [2021-03-29T16:15:08.690Z] Removing intermediate container 58d3402cdc45 [2021-03-29T16:15:08.690Z] ---> f14a18618922 [2021-03-29T16:15:08.690Z] Step 5/6 : COPY go.mod . [2021-03-29T16:15:09.287Z] ---> a1e1c192667a [2021-03-29T16:15:09.287Z] Step 6/6 : RUN go mod download [2021-03-29T16:15:09.287Z] ---> Running in e50125d49632 [2021-03-29T16:15:36.125Z] Removing intermediate container e50125d49632 [2021-03-29T16:15:36.125Z] ---> bf75a9fc73d4 [2021-03-29T16:15:36.125Z] Successfully built bf75a9fc73d4 [2021-03-29T16:15:36.125Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:15:36.486Z] + docker inspect -f . ci-base-image-arm64 [2021-03-29T16:15:36.486Z] . [Pipeline] withDockerContainer [2021-03-29T16:15:36.728Z] prd-ubuntu18.04-docker-arm64-4c-16g-31758 does not seem to be running inside a container [2021-03-29T16:15:36.824Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-29T16:15:38.452Z] $ docker top e40746be23d2b7a14edb024a7fad561b7f1ee2026df82fee53a52498c1301cca -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T16:15:39.529Z] + go version [2021-03-29T16:15:39.529Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-29T16:15:39.551Z] $ docker stop --time=1 e40746be23d2b7a14edb024a7fad561b7f1ee2026df82fee53a52498c1301cca [2021-03-29T16:15:40.975Z] gofmt -l . [2021-03-29T16:15:40.975Z] [ "`gofmt -l .`" = "" ] [2021-03-29T16:15:41.251Z] ./bin/test-go-mod-tidy.sh [2021-03-29T16:15:41.409Z] $ docker rm -f e40746be23d2b7a14edb024a7fad561b7f1ee2026df82fee53a52498c1301cca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:15:42.462Z] + docker inspect -f . ci-base-image-arm64 [2021-03-29T16:15:42.462Z] . [Pipeline] withDockerContainer [2021-03-29T16:15:42.742Z] prd-ubuntu18.04-docker-arm64-4c-16g-31758 does not seem to be running inside a container [2021-03-29T16:15:42.835Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-29T16:15:43.366Z] ./bin/test-attribution-txt.sh [2021-03-29T16:15:44.325Z] $ docker top aed46fc68424275708a77beaf9c0a1fdf5aa88c718db9ec07e1f07e80ba019e8 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-29T16:15:44.713Z] ========================================================= [2021-03-29T16:15:44.713Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-29T16:15:44.713Z] ========================================================= [Pipeline] sh [2021-03-29T16:15:45.356Z] + make test [2021-03-29T16:15:45.356Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [Pipeline] sh [2021-03-29T16:15:46.020Z] + ls -al . [2021-03-29T16:15:46.020Z] total 776 [2021-03-29T16:15:46.020Z] drwxrwxr-x 10 1001 1001 4096 Mar 29 16:15 . [2021-03-29T16:15:46.020Z] drwxr-xr-x 4 root root 28 Mar 29 16:11 .. [2021-03-29T16:15:46.020Z] -rw-rw-r-- 1 1001 1001 11 Mar 29 16:08 .dockerignore [2021-03-29T16:15:46.020Z] drwxrwxr-x 8 1001 1001 179 Mar 29 16:08 .git [2021-03-29T16:15:46.020Z] drwxrwxr-x 3 1001 1001 125 Mar 29 16:08 .github [2021-03-29T16:15:46.020Z] -rw-rw-r-- 1 1001 1001 818 Mar 29 16:08 .gitignore [2021-03-29T16:15:46.020Z] drwx------ 3 1001 1001 60 Mar 29 16:10 .semver [2021-03-29T16:15:46.020Z] -rw-rw-r-- 1 1001 1001 166 Mar 29 16:08 .sonarcloud.properties [2021-03-29T16:15:46.020Z] -rw-rw-r-- 1 1001 1001 8607 Mar 29 16:08 Attribution.txt [2021-03-29T16:15:46.020Z] -rw-rw-r-- 1 1001 1001 3804 Mar 29 16:08 CONTRIBUTING.md [2021-03-29T16:15:46.020Z] -rw-rw-r-- 1 1001 1001 931 Mar 29 16:08 Dockerfile.build [2021-03-29T16:15:46.020Z] -rw-rw-r-- 1 1001 1001 863 Mar 29 16:08 Jenkinsfile [2021-03-29T16:15:46.020Z] -rw-rw-r-- 1 1001 1001 10775 Mar 29 16:08 LICENSE [2021-03-29T16:15:46.020Z] -rw-rw-r-- 1 1001 1001 5774 Mar 29 16:08 Makefile [2021-03-29T16:15:46.020Z] -rw-rw-r-- 1 1001 1001 6548 Mar 29 16:08 README.md [2021-03-29T16:15:46.020Z] -rw-rw-r-- 1 1001 1001 6755 Mar 29 16:08 SECURITY.md [2021-03-29T16:15:46.020Z] -rw-rw-r-- 1 1001 1001 5 Mar 29 16:10 VERSION [2021-03-29T16:15:46.020Z] -rw-rw-r-- 1 1001 1001 4131 Mar 29 16:08 ZMQWindows.md [2021-03-29T16:15:46.020Z] drwxrwxr-x 2 1001 1001 117 Mar 29 16:08 bin [2021-03-29T16:15:46.020Z] drwxrwxr-x 14 1001 1001 4096 Mar 29 16:08 cmd [2021-03-29T16:15:46.020Z] -rw-r--r-- 1 root root 666212 Mar 29 16:14 coverage.out [2021-03-29T16:15:46.020Z] -rw-r--r-- 1 root root 1056 Mar 29 16:15 go.mod [2021-03-29T16:15:46.020Z] -rw-r--r-- 1 root root 22646 Mar 29 16:15 go.sum [2021-03-29T16:15:46.020Z] drwxrwxr-x 8 1001 1001 127 Mar 29 16:08 internal [2021-03-29T16:15:46.020Z] drwxrwxr-x 4 1001 1001 26 Mar 29 16:08 openapi [2021-03-29T16:15:46.020Z] drwxrwxr-x 4 1001 1001 71 Mar 29 16:08 snap [2021-03-29T16:15:46.020Z] -rw-rw-r-- 1 1001 1001 168 Mar 29 16:08 version.go [Pipeline] sh [2021-03-29T16:15:46.341Z] + '[' -e coverage.out ] [2021-03-29T16:15:46.341Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-29T16:15:46.733Z] Stashed 1 file(s) [Pipeline] sh [2021-03-29T16:15:47.060Z] + make build [2021-03-29T16:15:47.060Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-29T16:15:53.909Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-29T16:16:12.168Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-29T16:16:14.573Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-29T16:16:17.442Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-29T16:16:24.591Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-29T16:16:24.871Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-29T16:16:29.390Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-29T16:16:32.857Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-29T16:16:35.526Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-29T16:16:37.525Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-29T16:16:39.545Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-29T16:16:41.577Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-29T16:16:47.092Z] $ docker stop --time=1 9ce58b58f6f376148950518bbde557f2569b306cac3f0dac42c97df21453a189 [2021-03-29T16:16:49.581Z] $ docker rm -f 9ce58b58f6f376148950518bbde557f2569b306cac3f0dac42c97df21453a189 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:16:52.602Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T16:16:52.602Z] [2021-03-29T16:16:52.602Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:16:53.030Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T16:16:53.307Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-29T16:16:53.307Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-29T16:16:53.307Z] ca9280d653b3: Pulling fs layer [2021-03-29T16:16:53.307Z] 7e9c9ca2126c: Pulling fs layer [2021-03-29T16:16:53.589Z] cbdbe7a5bc2a: Download complete [2021-03-29T16:16:54.189Z] ca9280d653b3: Verifying Checksum [2021-03-29T16:16:54.189Z] ca9280d653b3: Download complete [2021-03-29T16:16:54.472Z] cbdbe7a5bc2a: Pull complete [2021-03-29T16:16:56.515Z] 7e9c9ca2126c: Download complete [2021-03-29T16:16:56.515Z] ca9280d653b3: Pull complete [2021-03-29T16:17:08.841Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-29T16:17:09.124Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-29T16:17:15.141Z] 7e9c9ca2126c: Pull complete [2021-03-29T16:17:15.141Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-29T16:17:15.141Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T16:17:15.141Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-29T16:17:15.324Z] prd-centos7-docker-4c-2g-31747 does not seem to be running inside a container [2021-03-29T16:17:15.415Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-29T16:17:19.728Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-29T16:17:19.728Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-29T16:17:19.853Z] $ docker top 15acf43252e0d8629c217843f4f848e9e5c60bb945da866b893f6ebb485dcb1f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T16:17:20.960Z] + docker-compose build --help [2021-03-29T16:17:20.961Z] + grep parallel [2021-03-29T16:17:21.178Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-29T16:17:21.178Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-29T16:17:21.178Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-29T16:17:22.161Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-29T16:17:22.386Z] --parallel Build images in parallel. [Pipeline] } [2021-03-29T16:17:22.414Z] $ docker stop --time=1 15acf43252e0d8629c217843f4f848e9e5c60bb945da866b893f6ebb485dcb1f [2021-03-29T16:17:24.050Z] $ docker rm -f 15acf43252e0d8629c217843f4f848e9e5c60bb945da866b893f6ebb485dcb1f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:17:24.835Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T16:17:24.836Z] . [Pipeline] withDockerContainer [2021-03-29T16:17:24.998Z] prd-centos7-docker-4c-2g-31747 does not seem to be running inside a container [2021-03-29T16:17:25.094Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-29T16:17:25.568Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-29T16:17:25.568Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-29T16:17:26.669Z] $ docker top 95b69f7b0b69cf071001e1e8f72af4bd111beb1cc2deb840332a4947ff146b26 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T16:17:27.406Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-29T16:17:29.380Z] Building docker-core-command-go ... [2021-03-29T16:17:29.380Z] Building docker-core-data-go ... [2021-03-29T16:17:29.380Z] Building docker-core-metadata-go ... [2021-03-29T16:17:29.380Z] Building docker-security-bootstrapper-go ... [2021-03-29T16:17:29.380Z] Building docker-security-proxy-setup-go ... [2021-03-29T16:17:29.380Z] Building docker-security-secretstore-setup-go ... [2021-03-29T16:17:29.380Z] Building docker-support-notifications-go ... [2021-03-29T16:17:29.380Z] Building docker-support-scheduler-go ... [2021-03-29T16:17:29.380Z] Building docker-sys-mgmt-agent-go ... [2021-03-29T16:17:29.380Z] Building docker-support-scheduler-go [2021-03-29T16:17:29.380Z] Building docker-security-proxy-setup-go [2021-03-29T16:17:29.380Z] Building docker-core-metadata-go [2021-03-29T16:17:29.380Z] Building docker-core-command-go [2021-03-29T16:17:29.380Z] Building docker-security-secretstore-setup-go [2021-03-29T16:17:33.887Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-29T16:17:33.887Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-29T16:17:33.887Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-29T16:17:40.651Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.339s coverage: 45.9% of statements [2021-03-29T16:17:40.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-29T16:17:40.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-29T16:17:40.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-29T16:17:40.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-29T16:17:40.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-29T16:17:40.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-29T16:17:40.651Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.136s coverage: 19.8% of statements [2021-03-29T16:17:40.931Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.312s coverage: 100.0% of statements [2021-03-29T16:17:51.200Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.612s coverage: 27.1% of statements [2021-03-29T16:17:51.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-29T16:17:51.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-29T16:17:51.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-29T16:17:51.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-29T16:17:51.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-29T16:17:51.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-29T16:17:51.200Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.078s coverage: 100.0% of statements [2021-03-29T16:17:51.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-29T16:17:51.200Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.090s coverage: 100.0% of statements [2021-03-29T16:17:51.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-29T16:17:51.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-29T16:17:51.200Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.272s coverage: 71.3% of statements [2021-03-29T16:17:51.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-29T16:17:51.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-29T16:17:52.657Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.498s coverage: 82.9% of statements [2021-03-29T16:17:52.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-29T16:17:52.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T16:17:52.657Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.157s coverage: 78.9% of statements [2021-03-29T16:17:52.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-29T16:18:02.869Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.254s coverage: 28.6% of statements [2021-03-29T16:18:02.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-29T16:18:02.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-29T16:18:02.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-29T16:18:02.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-29T16:18:02.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-29T16:18:02.869Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.165s coverage: 100.0% of statements [2021-03-29T16:18:02.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-29T16:18:02.869Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.076s coverage: 100.0% of statements [2021-03-29T16:18:02.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-29T16:18:02.869Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.374s coverage: 86.7% of statements [2021-03-29T16:18:02.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-29T16:18:02.869Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.368s coverage: 97.5% of statements [2021-03-29T16:18:02.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-29T16:18:02.869Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.189s coverage: 78.3% of statements [2021-03-29T16:18:02.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-29T16:18:02.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-29T16:18:02.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-29T16:18:02.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-29T16:18:13.125Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.183s coverage: 92.8% of statements [2021-03-29T16:18:13.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-29T16:18:13.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T16:18:13.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-29T16:18:13.125Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-29T16:18:13.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-29T16:18:13.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-29T16:18:13.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-29T16:18:13.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-29T16:18:13.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-29T16:18:13.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-29T16:18:13.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-29T16:18:13.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-29T16:18:13.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-29T16:18:13.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-29T16:18:13.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-29T16:18:13.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-29T16:18:13.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-29T16:18:13.126Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-29T16:18:13.126Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-03-29T16:18:13.126Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-29T16:18:13.126Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-29T16:18:13.126Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.293s coverage: 0.1% of statements [2021-03-29T16:18:13.126Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-29T16:18:13.126Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-29T16:18:13.126Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-29T16:18:13.126Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.133s coverage: 47.1% of statements [2021-03-29T16:18:13.126Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.089s coverage: 79.5% of statements [2021-03-29T16:18:13.126Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.131s coverage: 94.1% of statements [2021-03-29T16:18:13.126Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.080s coverage: 96.3% of statements [2021-03-29T16:18:13.126Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.117s coverage: 87.5% of statements [2021-03-29T16:18:25.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.086s coverage: 94.4% of statements [2021-03-29T16:18:25.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements [2021-03-29T16:18:29.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.477s coverage: 82.6% of statements [2021-03-29T16:18:39.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.173s coverage: 92.9% of statements [2021-03-29T16:18:39.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-29T16:18:39.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-29T16:18:39.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-29T16:18:39.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-03-29T16:18:39.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-29T16:18:39.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-29T16:18:39.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-29T16:18:39.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-29T16:18:39.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-29T16:18:39.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements [2021-03-29T16:18:39.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-29T16:18:39.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-29T16:18:39.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-03-29T16:18:39.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-29T16:18:39.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.086s coverage: 75.5% of statements [2021-03-29T16:18:39.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-29T16:18:39.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements [2021-03-29T16:18:39.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements [2021-03-29T16:18:39.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.134s coverage: 84.6% of statements [2021-03-29T16:18:39.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.174s coverage: 91.6% of statements [2021-03-29T16:18:39.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-29T16:18:39.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.581s coverage: 64.4% of statements [2021-03-29T16:18:39.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-29T16:18:39.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-29T16:18:39.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.068s coverage: 100.0% of statements [2021-03-29T16:18:39.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.086s coverage: 91.3% of statements [2021-03-29T16:18:40.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.078s coverage: 100.0% of statements [2021-03-29T16:18:40.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.077s coverage: 73.7% of statements [2021-03-29T16:18:40.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements [2021-03-29T16:18:45.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.928s coverage: 69.0% of statements [2021-03-29T16:18:45.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-29T16:18:45.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-29T16:18:45.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-29T16:18:46.656Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.366s coverage: 38.4% of statements [2021-03-29T16:18:46.656Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-29T16:18:46.656Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-29T16:18:46.656Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.169s coverage: 89.5% of statements [2021-03-29T16:18:46.656Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-29T16:18:46.656Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.107s coverage: 84.8% of statements [2021-03-29T16:18:53.408Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.457s coverage: 47.0% of statements [2021-03-29T16:18:53.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-29T16:18:53.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-29T16:18:53.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-29T16:18:53.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-29T16:18:53.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-29T16:18:53.408Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements [2021-03-29T16:18:53.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-29T16:18:53.408Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.108s coverage: 100.0% of statements [2021-03-29T16:18:53.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-29T16:18:53.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-29T16:18:53.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-29T16:18:53.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-29T16:18:53.409Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.474s coverage: 87.1% of statements [2021-03-29T16:18:53.409Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-29T16:18:53.409Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T16:18:53.409Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-29T16:19:01.735Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.932s coverage: 29.1% of statements [2021-03-29T16:19:01.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-29T16:19:01.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-29T16:19:01.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-29T16:19:01.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-29T16:19:01.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-29T16:19:01.736Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.235s coverage: 99.0% of statements [2021-03-29T16:19:01.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-29T16:19:01.736Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.147s coverage: 100.0% of statements [2021-03-29T16:19:01.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-29T16:19:01.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-29T16:19:01.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-29T16:19:01.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-29T16:19:01.736Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.281s coverage: 94.0% of statements [2021-03-29T16:19:01.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-29T16:19:01.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T16:19:01.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-29T16:19:01.736Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements [2021-03-29T16:19:01.736Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-29T16:19:01.736Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements [2021-03-29T16:19:01.736Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-29T16:19:01.736Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-29T16:19:01.736Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-29T16:19:01.736Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-29T16:19:01.736Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements [2021-03-29T16:19:01.736Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-29T16:19:01.736Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-29T16:19:01.736Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements [2021-03-29T16:19:01.736Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements [2021-03-29T16:19:03.707Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-03-29T16:19:04.309Z] GO111MODULE=on go vet ./... [2021-03-29T16:19:07.226Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:19:07.226Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:19:07.226Z] ---> 426672e0a13e [2021-03-29T16:19:07.226Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T16:19:07.226Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:19:07.226Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:19:07.226Z] ---> 426672e0a13e [2021-03-29T16:19:07.226Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T16:19:07.226Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:19:07.226Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:19:07.226Z] ---> 426672e0a13e [2021-03-29T16:19:07.226Z] Step 3/21 : WORKDIR /edgex-go [2021-03-29T16:19:07.226Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:19:07.226Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:19:07.226Z] ---> 426672e0a13e [2021-03-29T16:19:07.226Z] Step 3/24 : WORKDIR /edgex-go [2021-03-29T16:19:07.226Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:19:07.226Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:19:07.226Z] ---> 426672e0a13e [2021-03-29T16:19:07.226Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T16:19:07.226Z] ---> Running in 56fb18dce8df [2021-03-29T16:19:07.226Z] ---> Running in 440265a47458 [2021-03-29T16:19:07.226Z] ---> Running in 8a018ff1c012 [2021-03-29T16:19:07.226Z] ---> Running in fde4050e5d83 [2021-03-29T16:19:07.226Z] ---> Running in 08328109be43 [2021-03-29T16:19:07.226Z] Removing intermediate container 8a018ff1c012 [2021-03-29T16:19:07.226Z] ---> 12d8f4ad53bd [2021-03-29T16:19:07.226Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:19:07.226Z] Removing intermediate container fde4050e5d83 [2021-03-29T16:19:07.226Z] ---> dcb1b551afaa [2021-03-29T16:19:07.226Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:19:07.226Z] Removing intermediate container 56fb18dce8df [2021-03-29T16:19:07.226Z] ---> dbe90c570870 [2021-03-29T16:19:07.226Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:19:07.226Z] Removing intermediate container 08328109be43 [2021-03-29T16:19:07.226Z] ---> 4345fbdfc146 [2021-03-29T16:19:07.226Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:19:07.226Z] Removing intermediate container 440265a47458 [2021-03-29T16:19:07.226Z] ---> 92512d2dd41b [2021-03-29T16:19:07.226Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:19:07.226Z] ---> Running in 0ae0cbf2244c [2021-03-29T16:19:07.226Z] ---> Running in ddc14601b350 [2021-03-29T16:19:07.226Z] ---> Running in dd09b91f1fc2 [2021-03-29T16:19:07.226Z] ---> Running in 1aee902e7ebb [2021-03-29T16:19:07.226Z] ---> Running in 4f2eaa1b68b9 [2021-03-29T16:19:07.226Z] Removing intermediate container 0ae0cbf2244c [2021-03-29T16:19:07.226Z] ---> dcca6933c38d [2021-03-29T16:19:07.226Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-29T16:19:07.226Z] Removing intermediate container 4f2eaa1b68b9 [2021-03-29T16:19:07.226Z] ---> 60df43d809fc [2021-03-29T16:19:07.226Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T16:19:07.226Z] Removing intermediate container dd09b91f1fc2 [2021-03-29T16:19:07.226Z] ---> 0689c4a07f2e [2021-03-29T16:19:07.226Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-29T16:19:07.226Z] Removing intermediate container 1aee902e7ebb [2021-03-29T16:19:07.226Z] ---> ce4d26874c03 [2021-03-29T16:19:07.226Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-29T16:19:07.226Z] ---> Running in 2e0ba37d8131 [2021-03-29T16:19:07.226Z] Removing intermediate container ddc14601b350 [2021-03-29T16:19:07.226Z] ---> 3381443b4ab2 [2021-03-29T16:19:07.226Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T16:19:07.226Z] ---> Running in 10a66eab5f6d [2021-03-29T16:19:07.226Z] ---> Running in e476091645ba [2021-03-29T16:19:07.226Z] ---> Running in b5fb1e99c529 [2021-03-29T16:19:07.226Z] ---> Running in 7927e6f20b8f [2021-03-29T16:19:07.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:19:07.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:19:07.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:19:07.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:19:07.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:19:07.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:19:07.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:19:07.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:19:07.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:19:07.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:19:07.226Z] OK: 233 MiB in 51 packages [2021-03-29T16:19:07.226Z] OK: 233 MiB in 51 packages [2021-03-29T16:19:07.226Z] OK: 233 MiB in 51 packages [2021-03-29T16:19:07.226Z] OK: 233 MiB in 51 packages [2021-03-29T16:19:07.226Z] OK: 233 MiB in 51 packages [2021-03-29T16:19:08.457Z] Removing intermediate container 2e0ba37d8131 [2021-03-29T16:19:08.457Z] ---> 70a9d750f6e9 [2021-03-29T16:19:08.457Z] Step 6/22 : COPY go.mod . [2021-03-29T16:19:08.457Z] Removing intermediate container 10a66eab5f6d [2021-03-29T16:19:08.457Z] ---> 6a42f75434fa [2021-03-29T16:19:08.457Z] Step 6/23 : COPY go.mod . [2021-03-29T16:19:09.471Z] Removing intermediate container e476091645ba [2021-03-29T16:19:09.471Z] ---> f9ea8fd6d7ae [2021-03-29T16:19:09.471Z] Step 6/24 : COPY go.mod . [2021-03-29T16:19:09.471Z] Removing intermediate container b5fb1e99c529 [2021-03-29T16:19:09.471Z] ---> c2e1c56f66e0 [2021-03-29T16:19:09.471Z] Step 6/21 : COPY go.mod . [2021-03-29T16:19:09.471Z] ---> 680ce6057b06 [2021-03-29T16:19:09.471Z] Step 7/22 : RUN go mod download [2021-03-29T16:19:09.471Z] ---> Running in 254d39ab3223 [2021-03-29T16:19:09.767Z] ---> 9f854c2fd48c [2021-03-29T16:19:09.767Z] Step 7/23 : RUN go mod download [2021-03-29T16:19:10.043Z] ---> Running in b394bc90f6e4 [2021-03-29T16:19:10.351Z] Removing intermediate container 7927e6f20b8f [2021-03-29T16:19:10.351Z] ---> c74977608f46 [2021-03-29T16:19:10.351Z] Step 6/23 : COPY go.mod . [2021-03-29T16:19:10.351Z] ---> 30685e2b037a [2021-03-29T16:19:10.351Z] Step 7/24 : RUN go mod download [2021-03-29T16:19:10.351Z] ---> 96a5d45f84a8 [2021-03-29T16:19:10.351Z] Step 7/21 : RUN go mod download [2021-03-29T16:19:10.636Z] ---> Running in 5df71a992bf8 [2021-03-29T16:19:10.636Z] ---> Running in bfa41e18c044 [2021-03-29T16:19:11.676Z] ---> 745b06da1417 [2021-03-29T16:19:11.676Z] Step 7/23 : RUN go mod download [2021-03-29T16:19:11.968Z] ---> Running in 204f8b317603 [2021-03-29T16:19:17.495Z] Removing intermediate container 204f8b317603 [2021-03-29T16:19:17.495Z] ---> 3a44b5045af2 [2021-03-29T16:19:17.495Z] Step 8/23 : COPY . . [2021-03-29T16:19:17.495Z] Removing intermediate container 5df71a992bf8 [2021-03-29T16:19:17.495Z] ---> 2c5b9c0984cd [2021-03-29T16:19:17.495Z] Step 8/24 : COPY . . [2021-03-29T16:19:17.495Z] Removing intermediate container 254d39ab3223 [2021-03-29T16:19:17.495Z] ---> 26ebf6b2b73c [2021-03-29T16:19:17.495Z] Step 8/22 : COPY . . [2021-03-29T16:19:19.199Z] Removing intermediate container bfa41e18c044 [2021-03-29T16:19:19.199Z] ---> 632b70a01501 [2021-03-29T16:19:19.199Z] Step 8/21 : COPY . . [2021-03-29T16:19:19.199Z] Removing intermediate container b394bc90f6e4 [2021-03-29T16:19:19.199Z] ---> 402ce895b54b [2021-03-29T16:19:19.199Z] Step 8/23 : COPY . . [2021-03-29T16:20:26.127Z] gofmt -l . [2021-03-29T16:20:26.127Z] [ "`gofmt -l .`" = "" ] [2021-03-29T16:20:28.097Z] ./bin/test-go-mod-tidy.sh [2021-03-29T16:20:28.697Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-29T16:20:31.474Z] + ls -al . [2021-03-29T16:20:31.475Z] total 804 [2021-03-29T16:20:31.475Z] drwxrwxr-x 9 1001 1001 4096 Mar 29 16:20 . [2021-03-29T16:20:31.475Z] drwxr-xr-x 4 root root 4096 Mar 29 16:15 .. [2021-03-29T16:20:31.475Z] -rw-rw-r-- 1 1001 1001 11 Mar 29 16:14 .dockerignore [2021-03-29T16:20:31.475Z] drwxrwxr-x 8 1001 1001 4096 Mar 29 16:14 .git [2021-03-29T16:20:31.475Z] drwxrwxr-x 3 1001 1001 4096 Mar 29 16:14 .github [2021-03-29T16:20:31.475Z] -rw-rw-r-- 1 1001 1001 818 Mar 29 16:14 .gitignore [2021-03-29T16:20:31.475Z] -rw-rw-r-- 1 1001 1001 166 Mar 29 16:14 .sonarcloud.properties [2021-03-29T16:20:31.475Z] -rw-rw-r-- 1 1001 1001 8607 Mar 29 16:14 Attribution.txt [2021-03-29T16:20:31.475Z] -rw-rw-r-- 1 1001 1001 3804 Mar 29 16:14 CONTRIBUTING.md [2021-03-29T16:20:31.475Z] -rw-rw-r-- 1 1001 1001 931 Mar 29 16:14 Dockerfile.build [2021-03-29T16:20:31.475Z] -rw-rw-r-- 1 1001 1001 863 Mar 29 16:14 Jenkinsfile [2021-03-29T16:20:31.475Z] -rw-rw-r-- 1 1001 1001 10775 Mar 29 16:14 LICENSE [2021-03-29T16:20:31.475Z] -rw-rw-r-- 1 1001 1001 5774 Mar 29 16:14 Makefile [2021-03-29T16:20:31.475Z] -rw-rw-r-- 1 1001 1001 6548 Mar 29 16:14 README.md [2021-03-29T16:20:31.475Z] -rw-rw-r-- 1 1001 1001 6755 Mar 29 16:14 SECURITY.md [2021-03-29T16:20:31.475Z] -rw-rw-r-- 1 1001 1001 5 Mar 29 16:10 VERSION [2021-03-29T16:20:31.475Z] -rw-rw-r-- 1 1001 1001 4131 Mar 29 16:14 ZMQWindows.md [2021-03-29T16:20:31.475Z] drwxrwxr-x 2 1001 1001 4096 Mar 29 16:14 bin [2021-03-29T16:20:31.475Z] drwxrwxr-x 14 1001 1001 4096 Mar 29 16:14 cmd [2021-03-29T16:20:31.475Z] -rw-r--r-- 1 root root 666212 Mar 29 16:19 coverage.out [2021-03-29T16:20:31.475Z] -rw-r--r-- 1 root root 1056 Mar 29 16:20 go.mod [2021-03-29T16:20:31.475Z] -rw-r--r-- 1 root root 22646 Mar 29 16:20 go.sum [2021-03-29T16:20:31.475Z] drwxrwxr-x 8 1001 1001 4096 Mar 29 16:14 internal [2021-03-29T16:20:31.475Z] drwxrwxr-x 4 1001 1001 4096 Mar 29 16:14 openapi [2021-03-29T16:20:31.475Z] drwxrwxr-x 4 1001 1001 4096 Mar 29 16:14 snap [2021-03-29T16:20:31.475Z] -rw-rw-r-- 1 1001 1001 168 Mar 29 16:14 version.go [Pipeline] sh [2021-03-29T16:20:32.184Z] + '[' -e coverage.out ] [2021-03-29T16:20:32.184Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-29T16:20:32.262Z] Warning: overwriting stash ‘coverage-report’ [2021-03-29T16:20:33.529Z] Stashed 1 file(s) [Pipeline] sh [2021-03-29T16:20:34.184Z] + make build [2021-03-29T16:20:34.184Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-29T16:20:44.354Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-29T16:21:11.159Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-29T16:21:15.468Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-29T16:21:22.173Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-29T16:21:23.148Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-29T16:21:27.962Z] ---> 7673713f8cec [2021-03-29T16:21:27.962Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-29T16:21:27.962Z] ---> b397e198695d [2021-03-29T16:21:27.962Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-29T16:21:27.962Z] ---> a123b4691ff8 [2021-03-29T16:21:27.962Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-29T16:21:27.962Z] ---> 5f84f6183e62 [2021-03-29T16:21:27.962Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-29T16:21:27.962Z] ---> b50c70cb1a77 [2021-03-29T16:21:27.962Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-29T16:21:27.962Z] ---> Running in 950dbb9a9ae6 [2021-03-29T16:21:27.962Z] ---> Running in 792fe81ed835 [2021-03-29T16:21:27.962Z] ---> Running in 555464d61a02 [2021-03-29T16:21:27.962Z] ---> Running in b9f7ee037331 [2021-03-29T16:21:27.962Z] ---> Running in a1c319a18297 [2021-03-29T16:21:27.962Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-29T16:21:27.962Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-29T16:21:27.962Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-29T16:21:27.962Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-29T16:21:27.962Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-29T16:21:28.552Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-29T16:21:35.263Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-29T16:21:41.973Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-29T16:21:45.359Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-29T16:21:52.066Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-29T16:21:57.499Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-29T16:22:04.242Z] $ docker stop --time=1 aed46fc68424275708a77beaf9c0a1fdf5aa88c718db9ec07e1f07e80ba019e8 [2021-03-29T16:22:06.995Z] $ docker rm -f aed46fc68424275708a77beaf9c0a1fdf5aa88c718db9ec07e1f07e80ba019e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:22:09.276Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T16:22:09.276Z] [2021-03-29T16:22:09.276Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:22:09.714Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T16:22:09.714Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-29T16:22:09.714Z] 29e5d40040c1: Pulling fs layer [2021-03-29T16:22:09.714Z] 1ce36da41761: Pulling fs layer [2021-03-29T16:22:09.714Z] 25b303627fd3: Pulling fs layer [2021-03-29T16:22:10.313Z] 29e5d40040c1: Verifying Checksum [2021-03-29T16:22:10.313Z] 29e5d40040c1: Download complete [2021-03-29T16:22:10.916Z] 1ce36da41761: Verifying Checksum [2021-03-29T16:22:10.916Z] 1ce36da41761: Download complete [2021-03-29T16:22:11.190Z] 29e5d40040c1: Pull complete [2021-03-29T16:22:12.628Z] 1ce36da41761: Pull complete [2021-03-29T16:22:12.628Z] 25b303627fd3: Verifying Checksum [2021-03-29T16:22:12.628Z] 25b303627fd3: Download complete [2021-03-29T16:22:22.778Z] 25b303627fd3: Pull complete [2021-03-29T16:22:22.778Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-29T16:22:22.778Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T16:22:22.778Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-29T16:22:23.071Z] prd-ubuntu18.04-docker-arm64-4c-16g-31758 does not seem to be running inside a container [2021-03-29T16:22:23.153Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-29T16:22:26.505Z] $ docker top eb628bf3f41fcd2355fcddcdd642a4322c69c1a570f3116785cc9aa09045c55d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T16:22:27.688Z] + grep parallel [2021-03-29T16:22:27.688Z] + docker-compose build --help [2021-03-29T16:22:31.991Z] --parallel Build images in parallel. [Pipeline] } [2021-03-29T16:22:32.007Z] $ docker stop --time=1 eb628bf3f41fcd2355fcddcdd642a4322c69c1a570f3116785cc9aa09045c55d [2021-03-29T16:22:34.056Z] $ docker rm -f eb628bf3f41fcd2355fcddcdd642a4322c69c1a570f3116785cc9aa09045c55d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:22:34.887Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T16:22:34.887Z] . [Pipeline] withDockerContainer [2021-03-29T16:22:35.177Z] prd-ubuntu18.04-docker-arm64-4c-16g-31758 does not seem to be running inside a container [2021-03-29T16:22:35.260Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-29T16:22:36.878Z] $ docker top d2cbca57fe80f9f2d6e2896d2cc89cd8eb685aa21570301e9e6c2b927a4c9117 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T16:22:37.969Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-29T16:22:44.718Z] Building docker-core-command-go ... [2021-03-29T16:22:44.718Z] Building docker-core-data-go ... [2021-03-29T16:22:44.718Z] Building docker-core-metadata-go ... [2021-03-29T16:22:44.718Z] Building docker-security-bootstrapper-go ... [2021-03-29T16:22:44.718Z] Building docker-security-proxy-setup-go ... [2021-03-29T16:22:44.718Z] Building docker-security-secretstore-setup-go ... [2021-03-29T16:22:44.718Z] Building docker-support-notifications-go ... [2021-03-29T16:22:44.718Z] Building docker-support-scheduler-go ... [2021-03-29T16:22:44.718Z] Building docker-sys-mgmt-agent-go ... [2021-03-29T16:22:44.718Z] Building docker-support-notifications-go [2021-03-29T16:22:44.718Z] Building docker-security-proxy-setup-go [2021-03-29T16:22:44.718Z] Building docker-core-data-go [2021-03-29T16:22:44.718Z] Building docker-support-scheduler-go [2021-03-29T16:22:44.718Z] Building docker-security-secretstore-setup-go [2021-03-29T16:22:52.400Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-29T16:22:52.400Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-29T16:23:03.430Z] Removing intermediate container 950dbb9a9ae6 [2021-03-29T16:23:03.431Z] ---> 2fed3e486d37 [2021-03-29T16:23:03.431Z] [2021-03-29T16:23:03.431Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T16:23:03.431Z] Removing intermediate container 555464d61a02 [2021-03-29T16:23:03.431Z] ---> 284b0a635d3c [2021-03-29T16:23:03.431Z] [2021-03-29T16:23:03.431Z] Step 10/24 : FROM alpine:3.12 [2021-03-29T16:23:03.431Z] 3.12: Pulling from library/alpine [2021-03-29T16:23:03.431Z] 3.12: Pulling from library/alpine [2021-03-29T16:23:03.431Z] Removing intermediate container b9f7ee037331 [2021-03-29T16:23:03.431Z] ---> ff87a666eae4 [2021-03-29T16:23:03.431Z] [2021-03-29T16:23:03.431Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T16:23:03.431Z] Removing intermediate container 792fe81ed835 [2021-03-29T16:23:03.431Z] ---> 19da1025ed2f [2021-03-29T16:23:03.431Z] [2021-03-29T16:23:03.431Z] Step 10/21 : FROM alpine:3.12 [2021-03-29T16:23:03.431Z] 3.12: Pulling from library/alpine [2021-03-29T16:23:03.431Z] 3.12: Pulling from library/alpine [2021-03-29T16:23:03.717Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T16:23:03.717Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T16:23:03.717Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T16:23:04.405Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T16:23:04.405Z] Status: Image is up to date for alpine:3.12 [2021-03-29T16:23:04.405Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T16:23:04.405Z] ---> 42cb162f0360 [2021-03-29T16:23:04.405Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-29T16:23:04.405Z] ---> 42cb162f0360 [2021-03-29T16:23:04.405Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-29T16:23:04.405Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T16:23:04.405Z] Status: Image is up to date for alpine:3.12 [2021-03-29T16:23:04.405Z] ---> 42cb162f0360 [2021-03-29T16:23:04.405Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-29T16:23:04.405Z] ---> 42cb162f0360 [2021-03-29T16:23:04.405Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T16:23:06.454Z] ---> Running in 4eff87d0c196 [2021-03-29T16:23:06.454Z] ---> Running in 66785185ab8b [2021-03-29T16:23:06.454Z] ---> Running in f9d36bd5d77c [2021-03-29T16:23:06.454Z] ---> Running in f88e78ce876d [2021-03-29T16:23:07.080Z] Removing intermediate container a1c319a18297 [2021-03-29T16:23:07.080Z] ---> 594b41a2d4c1 [2021-03-29T16:23:07.080Z] [2021-03-29T16:23:07.080Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T16:23:07.080Z] ---> 42cb162f0360 [2021-03-29T16:23:07.080Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T16:23:07.493Z] ---> Running in 5bddd297f7e0 [2021-03-29T16:23:08.980Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:23:08.980Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:23:09.332Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:23:09.332Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:23:09.332Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T16:23:09.332Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:23:09.332Z] OK: 6 MiB in 15 packages [2021-03-29T16:23:09.628Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-29T16:23:09.628Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:23:09.628Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T16:23:09.628Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-29T16:23:09.628Z] (4/4) Installing curl (7.69.1-r3) [2021-03-29T16:23:09.628Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:23:09.628Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:23:09.628Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T16:23:09.628Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:23:09.628Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:23:10.215Z] OK: 7 MiB in 18 packages [2021-03-29T16:23:10.215Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:23:10.215Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:23:10.714Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-29T16:23:11.065Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T16:23:11.065Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-29T16:23:11.065Z] (4/6) Installing curl (7.69.1-r3) [2021-03-29T16:23:11.065Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-29T16:23:11.065Z] (6/6) Installing su-exec (0.2-r1) [2021-03-29T16:23:11.065Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:23:11.390Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T16:23:11.390Z] OK: 7 MiB in 20 packages [2021-03-29T16:23:11.390Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T16:23:11.730Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:23:11.730Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T16:23:11.730Z] OK: 6 MiB in 15 packages [2021-03-29T16:23:11.730Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:23:11.730Z] OK: 6 MiB in 15 packages [2021-03-29T16:23:12.799Z] Removing intermediate container 66785185ab8b [2021-03-29T16:23:12.799Z] ---> 8c464ec5f428 [2021-03-29T16:23:12.799Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T16:23:13.122Z] Removing intermediate container f9d36bd5d77c [2021-03-29T16:23:13.122Z] ---> 529ea9e92f2a [2021-03-29T16:23:13.122Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T16:23:13.122Z] ---> Running in a53f13343b6e [2021-03-29T16:23:13.122Z] ---> Running in a4947b4db166 [2021-03-29T16:23:14.216Z] Removing intermediate container a4947b4db166 [2021-03-29T16:23:14.216Z] ---> 1ea193b7a196 [2021-03-29T16:23:14.216Z] Step 13/21 : WORKDIR /edgex [2021-03-29T16:23:14.216Z] Removing intermediate container a53f13343b6e [2021-03-29T16:23:14.216Z] ---> a0e244b0195c [2021-03-29T16:23:14.216Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-29T16:23:14.216Z] Removing intermediate container 5bddd297f7e0 [2021-03-29T16:23:14.216Z] ---> ddf949edee72 [2021-03-29T16:23:14.216Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T16:23:14.216Z] ---> Running in db86bb9b354f [2021-03-29T16:23:14.216Z] ---> Running in fafcc2cd4eed [2021-03-29T16:23:14.560Z] Removing intermediate container f88e78ce876d [2021-03-29T16:23:14.560Z] ---> 6bfa8b4f71d7 [2021-03-29T16:23:14.560Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T16:23:14.560Z] Removing intermediate container 4eff87d0c196 [2021-03-29T16:23:14.560Z] ---> f7e073e12b56 [2021-03-29T16:23:14.560Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T16:23:14.560Z] ---> Running in bdc77daf1360 [2021-03-29T16:23:14.560Z] ---> Running in f33d2720d7cb [2021-03-29T16:23:14.843Z] Removing intermediate container db86bb9b354f [2021-03-29T16:23:14.843Z] ---> 741034e318e5 [2021-03-29T16:23:14.843Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T16:23:14.843Z] ---> Running in 863156b34aa9 [2021-03-29T16:23:15.205Z] ---> Running in 1d049134084a [2021-03-29T16:23:15.205Z] Removing intermediate container fafcc2cd4eed [2021-03-29T16:23:15.205Z] ---> b9ddf2c49f29 [2021-03-29T16:23:15.205Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-29T16:23:15.205Z] Removing intermediate container bdc77daf1360 [2021-03-29T16:23:15.205Z] ---> 8db02c6f6627 [2021-03-29T16:23:15.205Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-29T16:23:15.534Z] Removing intermediate container f33d2720d7cb [2021-03-29T16:23:15.534Z] ---> b2ad77d0953f [2021-03-29T16:23:15.534Z] Step 13/24 : WORKDIR / [2021-03-29T16:23:15.534Z] Removing intermediate container 863156b34aa9 [2021-03-29T16:23:15.534Z] ---> 26ce4ff93854 [2021-03-29T16:23:15.534Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-29T16:23:15.534Z] ---> Running in 7b8a0e91b42d [2021-03-29T16:23:15.856Z] ---> Running in 2a7f288e55b3 [2021-03-29T16:23:15.856Z] ---> Running in c45f207f961d [2021-03-29T16:23:16.223Z] Removing intermediate container 1d049134084a [2021-03-29T16:23:16.223Z] ---> 5ab4e35334ca [2021-03-29T16:23:16.223Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T16:23:16.559Z] Removing intermediate container 7b8a0e91b42d [2021-03-29T16:23:16.559Z] ---> 2cc057111d00 [2021-03-29T16:23:16.559Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T16:23:16.559Z] ---> 5f50009f2f0c [2021-03-29T16:23:16.559Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-29T16:23:16.831Z] Removing intermediate container 2a7f288e55b3 [2021-03-29T16:23:16.831Z] ---> 650237a18dfb [2021-03-29T16:23:16.831Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-29T16:23:16.831Z] ---> Running in ba25392c4a30 [2021-03-29T16:23:16.831Z] Removing intermediate container c45f207f961d [2021-03-29T16:23:16.831Z] ---> 0ad5a6156f46 [2021-03-29T16:23:16.831Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T16:23:17.466Z] ---> Running in a474c45e4a29 [2021-03-29T16:23:17.466Z] ---> 9cdb5230d33e [2021-03-29T16:23:17.466Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-29T16:23:17.754Z] Removing intermediate container ba25392c4a30 [2021-03-29T16:23:17.754Z] ---> d4068f5a72fd [2021-03-29T16:23:17.754Z] Step 15/23 : WORKDIR / [2021-03-29T16:23:18.052Z] ---> Running in 83d132f02f54 [2021-03-29T16:23:18.052Z] ---> e79a32150fec [2021-03-29T16:23:18.052Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-29T16:23:18.052Z] Removing intermediate container a474c45e4a29 [2021-03-29T16:23:18.052Z] ---> b5001134acc6 [2021-03-29T16:23:18.052Z] Step 15/23 : WORKDIR / [2021-03-29T16:23:18.341Z] ---> 033783074647 [2021-03-29T16:23:18.341Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-29T16:23:18.645Z] ---> Running in 94e3d6039b15 [2021-03-29T16:23:18.934Z] ---> 76bcdb4d9cc5 [2021-03-29T16:23:18.934Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-29T16:23:18.934Z] Removing intermediate container 83d132f02f54 [2021-03-29T16:23:18.934Z] ---> c6ce4d1017c6 [2021-03-29T16:23:18.934Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T16:23:19.235Z] ---> 42913f5d518d [2021-03-29T16:23:19.235Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-29T16:23:19.235Z] Removing intermediate container 94e3d6039b15 [2021-03-29T16:23:19.235Z] ---> d37961f7180d [2021-03-29T16:23:19.235Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T16:23:19.879Z] ---> 99799f85e8b8 [2021-03-29T16:23:19.879Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-29T16:23:19.879Z] ---> 1a6d648893fb [2021-03-29T16:23:19.879Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-29T16:23:19.879Z] ---> 52374aea2343 [2021-03-29T16:23:19.879Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-29T16:23:20.212Z] ---> 81d2cabbe598 [2021-03-29T16:23:20.212Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-29T16:23:20.212Z] ---> 48561fe9d072 [2021-03-29T16:23:20.212Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-29T16:23:20.516Z] ---> Running in e975edd534b4 [2021-03-29T16:23:20.516Z] ---> Running in 00c7f5b265ea [2021-03-29T16:23:21.534Z] Removing intermediate container e975edd534b4 [2021-03-29T16:23:21.534Z] ---> 06f5867d3d40 [2021-03-29T16:23:21.534Z] Step 18/21 : CMD ["--init=true"] [2021-03-29T16:23:21.823Z] ---> Running in d96e2174090e [2021-03-29T16:23:21.823Z] ---> ca64261e15c9 [2021-03-29T16:23:21.823Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-29T16:23:22.133Z] Removing intermediate container 00c7f5b265ea [2021-03-29T16:23:22.134Z] ---> 9a84499c33fb [2021-03-29T16:23:22.134Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T16:23:22.134Z] ---> 6e471dc50b83 [2021-03-29T16:23:22.134Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-29T16:23:22.134Z] ---> 78ea384d239e [2021-03-29T16:23:22.134Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-29T16:23:22.134Z] ---> Running in aeb2d0144d4e [2021-03-29T16:23:22.414Z] Removing intermediate container d96e2174090e [2021-03-29T16:23:22.414Z] ---> 958eba0e4544 [2021-03-29T16:23:22.414Z] Step 19/21 : LABEL arch=x86_64 [2021-03-29T16:23:22.707Z] ---> Running in 79207b6a8fa5 [2021-03-29T16:23:22.991Z] ---> 07259665d42d [2021-03-29T16:23:22.991Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-29T16:23:22.991Z] Removing intermediate container aeb2d0144d4e [2021-03-29T16:23:22.991Z] ---> ba42ad83d393 [2021-03-29T16:23:22.991Z] Step 20/22 : LABEL arch=x86_64 [2021-03-29T16:23:22.991Z] ---> ffe0b8caa214 [2021-03-29T16:23:22.991Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-29T16:23:22.991Z] ---> Running in e54752579916 [2021-03-29T16:23:22.991Z] ---> Running in 8072bdd0afe6 [2021-03-29T16:23:23.279Z] ---> Running in ad710154b9ed [2021-03-29T16:23:23.279Z] ---> 46c3479b3c04 [2021-03-29T16:23:23.279Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-29T16:23:23.598Z] Removing intermediate container 79207b6a8fa5 [2021-03-29T16:23:23.598Z] ---> ff5f684b7d29 [2021-03-29T16:23:23.598Z] Step 20/21 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 [2021-03-29T16:23:23.598Z] ---> Running in 82495308d2aa [2021-03-29T16:23:24.347Z] Removing intermediate container ad710154b9ed [2021-03-29T16:23:24.347Z] Removing intermediate container e54752579916 [2021-03-29T16:23:24.347Z] ---> e4c085ea51cc [2021-03-29T16:23:24.347Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T16:23:24.347Z] ---> 0b51f716e689 [2021-03-29T16:23:24.347Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T16:23:24.347Z] Removing intermediate container 8072bdd0afe6 [2021-03-29T16:23:24.347Z] ---> dc7032818d72 [2021-03-29T16:23:24.347Z] Step 21/22 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 [2021-03-29T16:23:24.347Z] ---> Running in 8d5784d1f3a5 [2021-03-29T16:23:24.347Z] ---> Running in 6f08ce8c1d06 [2021-03-29T16:23:24.347Z] ---> 2db4d60aee43 [2021-03-29T16:23:24.347Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-29T16:23:24.622Z] ---> Running in cb8159d9a352 [2021-03-29T16:23:24.622Z] Removing intermediate container 82495308d2aa [2021-03-29T16:23:24.622Z] ---> 223ee5d2010d [2021-03-29T16:23:24.622Z] Step 21/21 : LABEL version=0.0.0 [2021-03-29T16:23:24.622Z] ---> Running in 918bad1faa4d [2021-03-29T16:23:24.963Z] ---> Running in 40e065658140 [2021-03-29T16:23:25.343Z] Removing intermediate container 8d5784d1f3a5 [2021-03-29T16:23:25.343Z] ---> 8206b7db6427 [2021-03-29T16:23:25.343Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T16:23:25.632Z] Removing intermediate container 6f08ce8c1d06 [2021-03-29T16:23:25.632Z] ---> dac124d50fcd [2021-03-29T16:23:25.632Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T16:23:25.632Z] Removing intermediate container cb8159d9a352 [2021-03-29T16:23:25.632Z] ---> e2aa31c9c105 [2021-03-29T16:23:25.632Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T16:23:25.632Z] ---> Running in fc2e9ab77032 [2021-03-29T16:23:25.919Z] ---> Running in cb4a8cc2ce96 [2021-03-29T16:23:25.919Z] ---> Running in 7c57bf174cac [2021-03-29T16:23:25.919Z] Removing intermediate container 40e065658140 [2021-03-29T16:23:25.919Z] ---> 33939b7e38ad [2021-03-29T16:23:25.919Z] [2021-03-29T16:23:26.192Z] Removing intermediate container fc2e9ab77032 [2021-03-29T16:23:26.192Z] ---> 5f88f14ab927 [2021-03-29T16:23:26.192Z] Step 22/23 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 [2021-03-29T16:23:26.541Z] Removing intermediate container 7c57bf174cac [2021-03-29T16:23:26.541Z] ---> 30ebe82e3abc [2021-03-29T16:23:26.541Z] Step 22/23 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 [2021-03-29T16:23:26.541Z] ---> Running in 130ca940b963 [2021-03-29T16:23:26.541Z] Removing intermediate container cb4a8cc2ce96 [2021-03-29T16:23:26.541Z] ---> 531a3e3d775c [2021-03-29T16:23:26.541Z] [2021-03-29T16:23:26.844Z] ---> Running in 102dcc40b162 [2021-03-29T16:23:27.129Z] Successfully built 33939b7e38ad [2021-03-29T16:23:27.129Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-29T16:23:27.129Z] Building docker-core-data-go [2021-03-29T16:23:27.429Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 130ca940b963 [2021-03-29T16:23:27.429Z] ---> 909e21ec1b99 [2021-03-29T16:23:27.429Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T16:23:27.754Z] Successfully built 531a3e3d775c [2021-03-29T16:23:27.754Z] Removing intermediate container 102dcc40b162 [2021-03-29T16:23:27.754Z] ---> ba2d9fb64358 [2021-03-29T16:23:27.754Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T16:23:27.754Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-29T16:23:27.754Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-03-29T16:23:28.024Z] ---> Running in 8cf37e38804e [2021-03-29T16:23:28.025Z] ---> Running in aae958161853 [2021-03-29T16:23:28.303Z] Removing intermediate container 918bad1faa4d [2021-03-29T16:23:28.303Z] ---> bfcf40437c8d [2021-03-29T16:23:28.303Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-29T16:23:28.303Z] Removing intermediate container 8cf37e38804e [2021-03-29T16:23:28.303Z] ---> 28a87add56ea [2021-03-29T16:23:28.303Z] [2021-03-29T16:23:28.303Z] ---> Running in dc41a60fa424 [2021-03-29T16:23:28.616Z] Removing intermediate container aae958161853 [2021-03-29T16:23:28.616Z] ---> ade67636bac5 [2021-03-29T16:23:28.616Z] [2021-03-29T16:23:29.648Z] Successfully built 28a87add56ea [2021-03-29T16:23:29.970Z] Successfully tagged docker-core-command-go:latest [2021-03-29T16:23:29.970Z] Building docker-sys-mgmt-agent-go [2021-03-29T16:23:29.970Z]  Building docker-core-command-go ... done Successfully built ade67636bac5 [2021-03-29T16:23:30.287Z] Successfully tagged docker-core-metadata-go:latest [2021-03-29T16:23:30.288Z] Removing intermediate container dc41a60fa424 [2021-03-29T16:23:30.288Z] ---> 50e0315cffd9 [2021-03-29T16:23:30.288Z] Step 22/24 : LABEL arch=x86_64 [2021-03-29T16:23:30.288Z] Building docker-security-bootstrapper-go [2021-03-29T16:23:30.579Z]  Building docker-core-metadata-go ... done  ---> Running in cbbccb263d1a [2021-03-29T16:23:31.717Z] Removing intermediate container cbbccb263d1a [2021-03-29T16:23:31.717Z] ---> 6b3d55afa724 [2021-03-29T16:23:31.717Z] Step 23/24 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 [2021-03-29T16:23:32.895Z] ---> Running in 02d9d3f3fca8 [2021-03-29T16:23:35.368Z] Removing intermediate container 02d9d3f3fca8 [2021-03-29T16:23:35.368Z] ---> 6d086e765115 [2021-03-29T16:23:35.368Z] Step 24/24 : LABEL version=0.0.0 [2021-03-29T16:23:36.071Z] ---> Running in 4db69b7dfbc9 [2021-03-29T16:23:36.723Z] Removing intermediate container 4db69b7dfbc9 [2021-03-29T16:23:36.723Z] ---> 6c3e6228e69a [2021-03-29T16:23:36.723Z] [2021-03-29T16:23:37.018Z] Successfully built 6c3e6228e69a [2021-03-29T16:23:37.303Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-29T16:24:06.456Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:24:06.456Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:24:06.456Z] ---> bf75a9fc73d4 [2021-03-29T16:24:06.456Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T16:24:06.456Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:24:06.456Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:24:06.456Z] ---> bf75a9fc73d4 [2021-03-29T16:24:06.456Z] Step 3/21 : WORKDIR /edgex-go [2021-03-29T16:24:06.456Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:24:06.456Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:24:06.456Z] ---> bf75a9fc73d4 [2021-03-29T16:24:06.456Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T16:24:06.456Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:24:06.456Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:24:06.456Z] ---> bf75a9fc73d4 [2021-03-29T16:24:06.456Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T16:24:06.456Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:24:06.456Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:24:06.456Z] ---> bf75a9fc73d4 [2021-03-29T16:24:06.456Z] Step 3/24 : WORKDIR /edgex-go [2021-03-29T16:24:06.456Z] ---> Running in 89d14d42de89 [2021-03-29T16:24:06.456Z] ---> Running in 2668c6c6b3d3 [2021-03-29T16:24:06.456Z] ---> Running in db64bfb42820 [2021-03-29T16:24:06.457Z] ---> Running in f4073fb0c62e [2021-03-29T16:24:06.457Z] ---> Running in 0cdc6190a91a [2021-03-29T16:24:06.457Z] Removing intermediate container 2668c6c6b3d3 [2021-03-29T16:24:06.457Z] ---> 657ed576a544 [2021-03-29T16:24:06.457Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:24:06.457Z] Removing intermediate container 0cdc6190a91a [2021-03-29T16:24:06.457Z] ---> 77dd5563f80c [2021-03-29T16:24:06.457Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:24:06.457Z] Removing intermediate container f4073fb0c62e [2021-03-29T16:24:06.457Z] ---> 5b9ac52441e6 [2021-03-29T16:24:06.457Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:24:06.457Z] Removing intermediate container db64bfb42820 [2021-03-29T16:24:06.457Z] ---> e363a05a860c [2021-03-29T16:24:06.457Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:24:06.457Z] Removing intermediate container 89d14d42de89 [2021-03-29T16:24:06.457Z] ---> 1ce2b0bf99d4 [2021-03-29T16:24:06.457Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:24:06.457Z] ---> Running in 8478e1a86737 [2021-03-29T16:24:06.457Z] ---> Running in dbed893a82cb [2021-03-29T16:24:06.457Z] ---> Running in 698e36f4319c [2021-03-29T16:24:06.457Z] ---> Running in e3b49fba8d2c [2021-03-29T16:24:06.457Z] ---> Running in 8cd3317012ed [2021-03-29T16:24:06.457Z] Removing intermediate container 8478e1a86737 [2021-03-29T16:24:06.457Z] ---> 27230df8676f [2021-03-29T16:24:06.457Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-29T16:24:06.457Z] ---> Running in 2a6f1fe6d8b2 [2021-03-29T16:24:06.457Z] Removing intermediate container dbed893a82cb [2021-03-29T16:24:06.457Z] ---> 76e7cccc97d0 [2021-03-29T16:24:06.457Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-29T16:24:06.457Z] ---> Running in 1e3ae3667e4e [2021-03-29T16:24:06.457Z] Removing intermediate container e3b49fba8d2c [2021-03-29T16:24:06.457Z] ---> fe8451f337be [2021-03-29T16:24:06.457Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-29T16:24:06.457Z] Removing intermediate container 698e36f4319c [2021-03-29T16:24:06.457Z] ---> b65a282eeac8 [2021-03-29T16:24:06.457Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-29T16:24:06.457Z] Removing intermediate container 8cd3317012ed [2021-03-29T16:24:06.457Z] ---> 2c6ee07c35e0 [2021-03-29T16:24:06.457Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-29T16:24:06.457Z] ---> Running in 96d2948a084b [2021-03-29T16:24:06.457Z] ---> Running in c06e2ceeed70 [2021-03-29T16:24:06.457Z] ---> Running in 6131b9be0658 [2021-03-29T16:24:06.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:24:06.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:24:06.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:24:06.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:24:06.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:24:06.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:24:06.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:24:06.729Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:24:07.010Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:24:07.010Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:24:07.010Z] OK: 217 MiB in 51 packages [2021-03-29T16:24:07.293Z] OK: 217 MiB in 51 packages [2021-03-29T16:24:07.571Z] OK: 217 MiB in 51 packages [2021-03-29T16:24:07.863Z] OK: 217 MiB in 51 packages [2021-03-29T16:24:07.863Z] OK: 217 MiB in 51 packages [2021-03-29T16:24:09.315Z] Removing intermediate container 1e3ae3667e4e [2021-03-29T16:24:09.315Z] ---> 09807069856c [2021-03-29T16:24:09.315Z] Step 6/24 : COPY go.mod . [2021-03-29T16:24:09.315Z] Removing intermediate container 2a6f1fe6d8b2 [2021-03-29T16:24:09.315Z] ---> a12d78126ebf [2021-03-29T16:24:09.315Z] Step 6/22 : COPY go.mod . [2021-03-29T16:24:09.590Z] Removing intermediate container 96d2948a084b [2021-03-29T16:24:09.590Z] ---> d6adabadfb4b [2021-03-29T16:24:09.590Z] Step 6/21 : COPY go.mod . [2021-03-29T16:24:09.867Z] Removing intermediate container 6131b9be0658 [2021-03-29T16:24:09.867Z] ---> 3bfcd9e56915 [2021-03-29T16:24:09.867Z] Step 6/23 : COPY go.mod . [2021-03-29T16:24:09.867Z] Removing intermediate container c06e2ceeed70 [2021-03-29T16:24:09.867Z] ---> 099ee628c273 [2021-03-29T16:24:09.867Z] Step 6/22 : COPY go.mod . [2021-03-29T16:24:10.470Z] ---> c99e150f1fe8 [2021-03-29T16:24:10.470Z] ---> e93a7a4d8df2 [2021-03-29T16:24:10.470Z] Step 7/24 : RUN go mod download [2021-03-29T16:24:10.470Z] Step 7/22 : RUN go mod download [2021-03-29T16:24:10.741Z] ---> dae120286c5d [2021-03-29T16:24:10.741Z] Step 7/21 : RUN go mod download [2021-03-29T16:24:10.741Z] ---> Running in 1f49c3aec0dd [2021-03-29T16:24:10.741Z] ---> Running in 1665e848f707 [2021-03-29T16:24:11.029Z] ---> 0fbc406c8a15 [2021-03-29T16:24:11.029Z] Step 7/22 : RUN go mod download [2021-03-29T16:24:11.029Z] ---> Running in cbd9f427a89d [2021-03-29T16:24:11.029Z] ---> 8c9a7d6e7998 [2021-03-29T16:24:11.029Z] Step 7/23 : RUN go mod download [2021-03-29T16:24:11.309Z] ---> Running in 116342ffecc7 [2021-03-29T16:24:11.309Z] ---> Running in 8adaaa8bddc2 [2021-03-29T16:24:15.628Z] Removing intermediate container 1665e848f707 [2021-03-29T16:24:15.628Z] ---> ae0d8b969d54 [2021-03-29T16:24:15.628Z] Step 8/22 : COPY . . [2021-03-29T16:24:15.902Z] Removing intermediate container 1f49c3aec0dd [2021-03-29T16:24:15.902Z] ---> 6ec5750e3f2b [2021-03-29T16:24:15.902Z] Step 8/24 : COPY . . [2021-03-29T16:24:16.176Z] Removing intermediate container cbd9f427a89d [2021-03-29T16:24:16.176Z] ---> 22a7085142ab [2021-03-29T16:24:16.176Z] Step 8/21 : COPY . . [2021-03-29T16:24:16.787Z] Removing intermediate container 8adaaa8bddc2 [2021-03-29T16:24:16.787Z] ---> 6663235b1f1a [2021-03-29T16:24:16.787Z] Step 8/23 : COPY . . [2021-03-29T16:24:16.787Z] Removing intermediate container 116342ffecc7 [2021-03-29T16:24:16.787Z] ---> c13c987a9220 [2021-03-29T16:24:16.787Z] Step 8/22 : COPY . . [2021-03-29T16:24:34.631Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:24:34.631Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:24:34.631Z] ---> 426672e0a13e [2021-03-29T16:24:34.631Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T16:24:34.631Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:24:34.631Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:24:34.631Z] ---> 426672e0a13e [2021-03-29T16:24:34.631Z] Step 3/26 : WORKDIR /edgex-go [2021-03-29T16:24:34.631Z] ---> Using cache [2021-03-29T16:24:34.631Z] ---> 92512d2dd41b [2021-03-29T16:24:34.631Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:24:34.631Z] ---> Using cache [2021-03-29T16:24:34.631Z] ---> 92512d2dd41b [2021-03-29T16:24:34.631Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:24:34.631Z] ---> Using cache [2021-03-29T16:24:34.631Z] ---> 60df43d809fc [2021-03-29T16:24:34.631Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-29T16:24:34.631Z] ---> Using cache [2021-03-29T16:24:34.631Z] ---> 60df43d809fc [2021-03-29T16:24:34.631Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-29T16:24:34.631Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:24:34.631Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:24:34.631Z] ---> 426672e0a13e [2021-03-29T16:24:34.631Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T16:24:34.631Z] ---> Using cache [2021-03-29T16:24:34.631Z] ---> 92512d2dd41b [2021-03-29T16:24:34.631Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:24:34.631Z] ---> Using cache [2021-03-29T16:24:34.631Z] ---> 60df43d809fc [2021-03-29T16:24:34.631Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-29T16:24:34.631Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:24:34.631Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:24:34.631Z] ---> 426672e0a13e [2021-03-29T16:24:34.631Z] Step 3/31 : WORKDIR /edgex-go [2021-03-29T16:24:34.631Z] ---> Using cache [2021-03-29T16:24:34.631Z] ---> 92512d2dd41b [2021-03-29T16:24:34.631Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:24:34.631Z] ---> Using cache [2021-03-29T16:24:34.631Z] ---> 60df43d809fc [2021-03-29T16:24:34.631Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-29T16:24:34.631Z] ---> Using cache [2021-03-29T16:24:34.631Z] ---> 6a42f75434fa [2021-03-29T16:24:34.631Z] Step 6/31 : COPY go.mod . [2021-03-29T16:24:34.631Z] ---> Using cache [2021-03-29T16:24:34.631Z] ---> 9f854c2fd48c [2021-03-29T16:24:34.631Z] Step 7/31 : RUN go mod download [2021-03-29T16:24:34.631Z] ---> Using cache [2021-03-29T16:24:34.631Z] ---> 402ce895b54b [2021-03-29T16:24:34.631Z] Step 8/31 : COPY . . [2021-03-29T16:24:34.631Z] ---> Using cache [2021-03-29T16:24:34.631Z] ---> b50c70cb1a77 [2021-03-29T16:24:34.631Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-29T16:24:34.631Z] ---> Running in 12c6cd1d6ac9 [2021-03-29T16:24:34.631Z] ---> Running in c67bd2598e2a [2021-03-29T16:24:34.631Z] ---> Running in 3e3d6dea7206 [2021-03-29T16:24:34.631Z] ---> Running in dc30a7aefcb0 [2021-03-29T16:24:36.204Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-29T16:24:36.574Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:24:36.574Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:24:36.574Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:24:37.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:24:37.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:24:37.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:24:39.514Z] OK: 233 MiB in 51 packages [2021-03-29T16:24:39.514Z] OK: 233 MiB in 51 packages [2021-03-29T16:24:39.514Z] OK: 233 MiB in 51 packages [2021-03-29T16:24:43.611Z] ---> 1e5db8f16389 [2021-03-29T16:24:43.611Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-29T16:24:43.611Z] ---> 039573d0970b [2021-03-29T16:24:43.611Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-29T16:24:43.611Z] ---> 820a4018e341 [2021-03-29T16:24:43.611Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-29T16:24:43.611Z] ---> fcd0f1705b76 [2021-03-29T16:24:43.611Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-29T16:24:43.611Z] ---> Running in 5b9ea9e3c665 [2021-03-29T16:24:43.611Z] ---> Running in b372f7f7370e [2021-03-29T16:24:43.611Z] ---> Running in 3de0245c9b7f [2021-03-29T16:24:43.611Z] ---> Running in ac09b029218e [2021-03-29T16:24:43.611Z] ---> 634fe0dbc808 [2021-03-29T16:24:43.611Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-29T16:24:43.884Z] ---> Running in 2e49b114fa1b [2021-03-29T16:24:44.347Z] Removing intermediate container 3e3d6dea7206 [2021-03-29T16:24:44.348Z] ---> 6c2b4759bec3 [2021-03-29T16:24:44.348Z] Step 6/26 : COPY go.mod . [2021-03-29T16:24:44.348Z] Removing intermediate container dc30a7aefcb0 [2021-03-29T16:24:44.348Z] ---> 5633d449c4ee [2021-03-29T16:24:44.348Z] Step 6/23 : COPY go.mod . [2021-03-29T16:24:44.348Z] Removing intermediate container c67bd2598e2a [2021-03-29T16:24:44.348Z] ---> 0a4b80b795f6 [2021-03-29T16:24:44.348Z] Step 6/22 : COPY go.mod . [2021-03-29T16:24:44.485Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-29T16:24:45.082Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-29T16:24:45.687Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-29T16:24:45.687Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-29T16:24:45.963Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-29T16:24:46.600Z] ---> 9906ae9aea7b [2021-03-29T16:24:46.600Z] Step 7/26 : RUN go mod download [2021-03-29T16:24:46.600Z] ---> 34350df51e11 [2021-03-29T16:24:46.600Z] Step 7/22 : RUN go mod download [2021-03-29T16:24:46.912Z] ---> c72635d3f346 [2021-03-29T16:24:46.912Z] Step 7/23 : RUN go mod download [2021-03-29T16:24:47.221Z] ---> Running in 8d6cee086d6c [2021-03-29T16:24:47.221Z] ---> Running in c2414cffe7f8 [2021-03-29T16:24:47.221Z] ---> Running in 72fefdd316ed [2021-03-29T16:24:56.571Z] Removing intermediate container 72fefdd316ed [2021-03-29T16:24:56.571Z] ---> b40efb40bb9f [2021-03-29T16:24:56.571Z] Step 8/26 : COPY . . [2021-03-29T16:24:56.571Z] Removing intermediate container c2414cffe7f8 [2021-03-29T16:24:56.571Z] ---> dfd187f14ced [2021-03-29T16:24:56.571Z] Step 8/23 : COPY . . [2021-03-29T16:24:56.571Z] Removing intermediate container 8d6cee086d6c [2021-03-29T16:24:56.571Z] ---> 45b6d36b2909 [2021-03-29T16:24:56.571Z] Step 8/22 : COPY . . [2021-03-29T16:26:07.494Z] Removing intermediate container 12c6cd1d6ac9 [2021-03-29T16:26:07.494Z] ---> 04a4e70c984d [2021-03-29T16:26:07.494Z] [2021-03-29T16:26:07.494Z] Step 10/31 : FROM alpine:3.12 [2021-03-29T16:26:07.494Z] ---> 42cb162f0360 [2021-03-29T16:26:07.494Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-29T16:26:07.494Z] ---> Running in 2684bae69a04 [2021-03-29T16:26:07.494Z] Removing intermediate container 2684bae69a04 [2021-03-29T16:26:07.494Z] ---> 1e36446764db [2021-03-29T16:26:07.494Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-29T16:26:07.494Z] ---> Running in 204da80b3f7c [2021-03-29T16:26:10.112Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:26:10.113Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:26:10.394Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-29T16:26:10.394Z] (2/2) Installing su-exec (0.2-r1) [2021-03-29T16:26:10.394Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:26:10.677Z] OK: 6 MiB in 16 packages [2021-03-29T16:26:16.422Z] Removing intermediate container 204da80b3f7c [2021-03-29T16:26:16.422Z] ---> ad3ecbd82436 [2021-03-29T16:26:16.422Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-29T16:26:16.709Z] ---> Running in 720e7568d77f [2021-03-29T16:26:18.171Z] Removing intermediate container 720e7568d77f [2021-03-29T16:26:18.171Z] ---> c26a7cb17628 [2021-03-29T16:26:18.171Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-29T16:26:19.260Z] ---> Running in 2a8a810f8383 [2021-03-29T16:26:20.326Z] Removing intermediate container 2a8a810f8383 [2021-03-29T16:26:20.326Z] ---> fcb5e696c5e7 [2021-03-29T16:26:20.326Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-29T16:26:20.326Z] ---> f58419fa1446 [2021-03-29T16:26:20.326Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-29T16:26:20.607Z] ---> 5e48a9ddfef8 [2021-03-29T16:26:20.607Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-29T16:26:20.881Z] ---> Running in babdef345baa [2021-03-29T16:26:20.881Z] ---> Running in c4a0b1313a07 [2021-03-29T16:26:21.156Z] ---> Running in 61323d1ad55a [2021-03-29T16:26:21.156Z] ---> f7eff139a7aa [2021-03-29T16:26:21.156Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-29T16:26:21.458Z] ---> Running in c7b7a52b3f20 [2021-03-29T16:26:22.765Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-29T16:26:22.765Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-29T16:26:23.677Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-29T16:26:23.989Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-29T16:26:23.989Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-29T16:26:26.173Z] Removing intermediate container babdef345baa [2021-03-29T16:26:26.173Z] ---> e8dfeed38320 [2021-03-29T16:26:26.173Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-29T16:26:26.173Z] ---> Running in a384a8452d9a [2021-03-29T16:26:27.347Z] Removing intermediate container a384a8452d9a [2021-03-29T16:26:27.347Z] ---> 980857e1e74e [2021-03-29T16:26:27.347Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-29T16:26:29.104Z] ---> b53f2b4c958c [2021-03-29T16:26:29.104Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-29T16:26:29.410Z] ---> Running in 1bb99c99bbd6 [2021-03-29T16:26:35.018Z] Removing intermediate container 1bb99c99bbd6 [2021-03-29T16:26:35.018Z] ---> 46baa7ce6b97 [2021-03-29T16:26:35.018Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T16:26:36.759Z] ---> 2c73f9134e6f [2021-03-29T16:26:36.759Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-29T16:26:37.922Z] Removing intermediate container b372f7f7370e [2021-03-29T16:26:37.923Z] ---> 3561f33fe5c7 [2021-03-29T16:26:37.923Z] [2021-03-29T16:26:37.923Z] Step 10/24 : FROM alpine:3.12 [2021-03-29T16:26:37.923Z] 3.12: Pulling from library/alpine [2021-03-29T16:26:38.920Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T16:26:38.920Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T16:26:38.920Z] ---> e47305ac9786 [2021-03-29T16:26:38.920Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-29T16:26:39.548Z] ---> Running in 0ae72ec969af [2021-03-29T16:26:40.522Z] ---> 411c5676b02e [2021-03-29T16:26:40.522Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-29T16:26:41.253Z] ---> 51c07be10d0e [2021-03-29T16:26:41.253Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-29T16:26:41.564Z] Removing intermediate container 3de0245c9b7f [2021-03-29T16:26:41.564Z] ---> 0a0ec279ccc1 [2021-03-29T16:26:41.564Z] [2021-03-29T16:26:41.564Z] Step 10/21 : FROM alpine:3.12 [2021-03-29T16:26:41.564Z] ---> e47305ac9786 [2021-03-29T16:26:41.564Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-29T16:26:41.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:26:41.848Z] ---> Running in b4f880a3e284 [2021-03-29T16:26:42.131Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:26:43.136Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-29T16:26:43.136Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T16:26:43.136Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-29T16:26:43.136Z] (4/6) Installing curl (7.69.1-r3) [2021-03-29T16:26:43.190Z] ---> c977313bfca6 [2021-03-29T16:26:43.190Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-29T16:26:43.419Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-29T16:26:43.419Z] (6/6) Installing su-exec (0.2-r1) [2021-03-29T16:26:43.419Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:26:43.419Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T16:26:43.698Z] OK: 7 MiB in 20 packages [2021-03-29T16:26:43.975Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:26:44.256Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:26:44.866Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-29T16:26:45.146Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T16:26:45.146Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-29T16:26:45.146Z] (4/4) Installing curl (7.69.1-r3) [2021-03-29T16:26:45.146Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:26:45.146Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T16:26:45.346Z] ---> 310c6c28e865 [2021-03-29T16:26:45.346Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-29T16:26:45.429Z] OK: 7 MiB in 18 packages [2021-03-29T16:26:46.557Z] ---> Running in 1a11b2e02f36 [2021-03-29T16:26:46.899Z] Removing intermediate container 0ae72ec969af [2021-03-29T16:26:46.899Z] ---> eaa3a1306635 [2021-03-29T16:26:46.899Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T16:26:47.505Z] ---> Running in 3afd37d604aa [2021-03-29T16:26:47.803Z] Removing intermediate container 1a11b2e02f36 [2021-03-29T16:26:47.803Z] ---> 75a4b8a9a837 [2021-03-29T16:26:47.803Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-29T16:26:48.510Z] Removing intermediate container b4f880a3e284 [2021-03-29T16:26:48.511Z] ---> de1f4e393beb [2021-03-29T16:26:48.511Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T16:26:48.511Z] Removing intermediate container 3afd37d604aa [2021-03-29T16:26:48.511Z] ---> 763fd599f2cb [2021-03-29T16:26:48.511Z] Step 13/24 : WORKDIR / [2021-03-29T16:26:48.511Z] ---> Running in 1dea226e717c [2021-03-29T16:26:48.788Z] ---> Running in 7f40da7f8ce3 [2021-03-29T16:26:49.385Z] Removing intermediate container 1dea226e717c [2021-03-29T16:26:49.386Z] ---> 49793d80f70d [2021-03-29T16:26:49.386Z] Step 13/21 : WORKDIR /edgex [2021-03-29T16:26:49.614Z] ---> 0f56fa028159 [2021-03-29T16:26:49.615Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-29T16:26:49.663Z] Removing intermediate container 7f40da7f8ce3 [2021-03-29T16:26:49.663Z] ---> bf0f0a42a2c4 [2021-03-29T16:26:49.663Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-29T16:26:49.663Z] ---> Running in fa43fb028582 [2021-03-29T16:26:50.481Z] ---> Running in f01ba0a5134a [2021-03-29T16:26:50.679Z] Removing intermediate container fa43fb028582 [2021-03-29T16:26:50.680Z] ---> 915633cc309a [2021-03-29T16:26:50.680Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-29T16:26:50.953Z] ---> fc64fbf18879 [2021-03-29T16:26:50.953Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-29T16:26:52.396Z] ---> c66b906b4f63 [2021-03-29T16:26:52.396Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-29T16:26:52.396Z] ---> 8ab5b4448bf2 [2021-03-29T16:26:52.396Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-29T16:26:54.378Z] ---> a774cb79c240 [2021-03-29T16:26:54.378Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-29T16:26:54.675Z] ---> 177f7d20f954 [2021-03-29T16:26:54.675Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-29T16:26:56.792Z] Removing intermediate container f01ba0a5134a [2021-03-29T16:26:56.792Z] ---> db4c42dfd4b9 [2021-03-29T16:26:56.792Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-29T16:26:57.516Z] ---> 9f3add90d02f [2021-03-29T16:26:57.516Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-29T16:26:58.221Z] ---> Running in 382c69047ea2 [2021-03-29T16:26:58.959Z] ---> Running in c249cf5ba8ed [2021-03-29T16:26:58.959Z] ---> b2ac26324bfc [2021-03-29T16:26:58.959Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-29T16:26:59.287Z] Removing intermediate container 382c69047ea2 [2021-03-29T16:26:59.287Z] ---> ba45def8a369 [2021-03-29T16:26:59.287Z] Step 28/31 : CMD ["gate"] [2021-03-29T16:27:00.401Z] Removing intermediate container c249cf5ba8ed [2021-03-29T16:27:00.401Z] ---> 4f42d92037d1 [2021-03-29T16:27:00.401Z] Step 18/21 : CMD ["--init=true"] [2021-03-29T16:27:00.474Z] ---> Running in 20cd355a0b4a [2021-03-29T16:27:00.676Z] ---> Running in 3bc60ad43eaa [2021-03-29T16:27:00.676Z] Removing intermediate container 2e49b114fa1b [2021-03-29T16:27:00.676Z] ---> d7e83c9be27d [2021-03-29T16:27:00.676Z] [2021-03-29T16:27:00.676Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T16:27:00.676Z] ---> e47305ac9786 [2021-03-29T16:27:00.676Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-29T16:27:00.951Z] ---> e3e0088f3d07 [2021-03-29T16:27:00.951Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-29T16:27:01.224Z] ---> Running in 696152c943cb [2021-03-29T16:27:01.224Z] Removing intermediate container 5b9ea9e3c665 [2021-03-29T16:27:01.224Z] ---> 5d8af7d8d06d [2021-03-29T16:27:01.224Z] [2021-03-29T16:27:01.224Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T16:27:01.224Z] ---> e47305ac9786 [2021-03-29T16:27:01.224Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-29T16:27:01.426Z] Removing intermediate container 20cd355a0b4a [2021-03-29T16:27:01.426Z] ---> 75bd2e485764 [2021-03-29T16:27:01.426Z] Step 29/31 : LABEL arch=x86_64 [2021-03-29T16:27:01.501Z] Removing intermediate container 3bc60ad43eaa [2021-03-29T16:27:01.502Z] ---> 4687efcdcea5 [2021-03-29T16:27:01.502Z] Step 19/21 : LABEL arch=arm64 [2021-03-29T16:27:01.502Z] ---> Running in 5b667e709689 [2021-03-29T16:27:01.782Z] ---> Running in 480236eb233d [2021-03-29T16:27:02.377Z] ---> 920a92a3a527 [2021-03-29T16:27:02.377Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-29T16:27:02.652Z] ---> Running in 6ed895c849c4 [2021-03-29T16:27:02.652Z] Removing intermediate container 480236eb233d [2021-03-29T16:27:02.652Z] ---> de69271d40fe [2021-03-29T16:27:02.652Z] Step 20/21 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 [2021-03-29T16:27:02.680Z] ---> Running in 271cfab20957 [2021-03-29T16:27:02.921Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:27:02.921Z] ---> Running in 33fda458922f [2021-03-29T16:27:03.200Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:27:03.346Z] Removing intermediate container 271cfab20957 [2021-03-29T16:27:03.347Z] ---> ef4c7d894eb5 [2021-03-29T16:27:03.347Z] Step 30/31 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 [2021-03-29T16:27:03.805Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:27:03.805Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-29T16:27:04.076Z] Removing intermediate container 33fda458922f [2021-03-29T16:27:04.076Z] ---> d31eaa2d978e [2021-03-29T16:27:04.076Z] Step 21/21 : LABEL version=0.0.0 [2021-03-29T16:27:04.076Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-29T16:27:04.076Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:27:04.076Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T16:27:04.076Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:27:04.355Z] OK: 6 MiB in 16 packages [2021-03-29T16:27:04.355Z] ---> Running in 68b0597c9b89 [2021-03-29T16:27:04.956Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T16:27:04.956Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:27:04.956Z] OK: 5 MiB in 15 packages [2021-03-29T16:27:05.098Z] ---> Running in f4e56c6da35b [2021-03-29T16:27:05.236Z] Removing intermediate container 68b0597c9b89 [2021-03-29T16:27:05.236Z] ---> 18828c3a5c17 [2021-03-29T16:27:05.236Z] [2021-03-29T16:27:05.834Z] Successfully built 18828c3a5c17 [2021-03-29T16:27:05.834Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-29T16:27:05.834Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-03-29T16:27:07.271Z] Removing intermediate container 5b667e709689 [2021-03-29T16:27:07.271Z] ---> 97a78a75a9de [2021-03-29T16:27:07.271Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T16:27:07.271Z] Removing intermediate container 6ed895c849c4 [2021-03-29T16:27:07.271Z] ---> 472592efc74a [2021-03-29T16:27:07.271Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-29T16:27:07.271Z] Removing intermediate container 696152c943cb [2021-03-29T16:27:07.271Z] ---> 37cb2ca6593b [2021-03-29T16:27:07.271Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T16:27:07.271Z] ---> Running in 5bd84219e02e [2021-03-29T16:27:07.591Z] ---> Running in 8cc840f21dec [2021-03-29T16:27:07.591Z] ---> Running in 4206384db2c2 [2021-03-29T16:27:07.751Z] Removing intermediate container f4e56c6da35b [2021-03-29T16:27:07.752Z] ---> 5f22b44ed174 [2021-03-29T16:27:07.752Z] Step 31/31 : LABEL version=0.0.0 [2021-03-29T16:27:07.752Z] ---> Running in 6f5c62a75291 [2021-03-29T16:27:08.572Z] Removing intermediate container 8cc840f21dec [2021-03-29T16:27:08.572Z] ---> 979cf9ef474e [2021-03-29T16:27:08.572Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-29T16:27:08.572Z] Removing intermediate container 5bd84219e02e [2021-03-29T16:27:08.572Z] ---> b4498419e1e6 [2021-03-29T16:27:08.572Z] Step 22/24 : LABEL arch=arm64 [2021-03-29T16:27:09.191Z] Removing intermediate container 4206384db2c2 [2021-03-29T16:27:09.191Z] ---> 8e7c90d745f7 [2021-03-29T16:27:09.191Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-29T16:27:09.471Z] ---> Running in 90f7bf07c681 [2021-03-29T16:27:09.471Z] ---> Running in 1c8f5908f5a4 [2021-03-29T16:27:09.517Z] Removing intermediate container 6f5c62a75291 [2021-03-29T16:27:09.517Z] ---> c4a07b1c881c [2021-03-29T16:27:09.517Z] [2021-03-29T16:27:10.079Z] ---> Running in 9e1af4b3e874 [2021-03-29T16:27:10.680Z] Removing intermediate container 90f7bf07c681 [2021-03-29T16:27:10.680Z] ---> 2dbe22591541 [2021-03-29T16:27:10.680Z] Step 23/24 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 [2021-03-29T16:27:10.680Z] Removing intermediate container 1c8f5908f5a4 [2021-03-29T16:27:10.680Z] ---> 248ea56df16d [2021-03-29T16:27:10.680Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T16:27:11.280Z] ---> Running in 11349deb11f8 [2021-03-29T16:27:11.280Z] ---> Running in c0b1ee00c716 [2021-03-29T16:27:11.280Z] Removing intermediate container 9e1af4b3e874 [2021-03-29T16:27:11.280Z] ---> d3dfe820f375 [2021-03-29T16:27:11.280Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T16:27:12.271Z] ---> Running in d96b2a1e5fe9 [2021-03-29T16:27:12.558Z] Removing intermediate container 11349deb11f8 [2021-03-29T16:27:12.558Z] ---> 8da76d4bd5cf [2021-03-29T16:27:12.558Z] Step 24/24 : LABEL version=0.0.0Removing intermediate container c0b1ee00c716 [2021-03-29T16:27:12.558Z] ---> 4ce77d2f2da2 [2021-03-29T16:27:12.558Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T16:27:12.558Z] [2021-03-29T16:27:12.578Z] Successfully built c4a07b1c881c [2021-03-29T16:27:13.053Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-29T16:27:13.559Z] Removing intermediate container d96b2a1e5fe9 [2021-03-29T16:27:13.559Z] ---> 99d3b79f3c32 [2021-03-29T16:27:13.559Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T16:27:13.559Z] ---> Running in d4e0d6c7f605 [2021-03-29T16:27:13.838Z] ---> 260e52edb597 [2021-03-29T16:27:13.838Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-29T16:27:14.499Z] Removing intermediate container d4e0d6c7f605 [2021-03-29T16:27:14.499Z] ---> ce65d006ff68 [2021-03-29T16:27:14.499Z] [2021-03-29T16:27:15.107Z] Successfully built ce65d006ff68 [2021-03-29T16:27:15.107Z] ---> 8ac5350ce672 [2021-03-29T16:27:15.107Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-29T16:27:15.381Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-29T16:27:15.381Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-29T16:27:15.978Z] Removing intermediate container ac09b029218e [2021-03-29T16:27:15.978Z] ---> e8e6db9aea9e [2021-03-29T16:27:15.978Z] [2021-03-29T16:27:15.978Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T16:27:15.978Z] ---> e47305ac9786 [2021-03-29T16:27:15.978Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-29T16:27:16.260Z] ---> 8347929bfe51 [2021-03-29T16:27:16.260Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-29T16:27:16.881Z] ---> Running in b8144766871e [2021-03-29T16:27:17.161Z] ---> 55f02fac49ef [2021-03-29T16:27:17.161Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-29T16:27:17.764Z] Removing intermediate container b8144766871e [2021-03-29T16:27:17.764Z] ---> 5057ff87a064 [2021-03-29T16:27:17.764Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-29T16:27:17.764Z] ---> 8113cfe63ee7 [2021-03-29T16:27:17.764Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-29T16:27:18.747Z] ---> Running in 7c47e0c442fb [2021-03-29T16:27:18.747Z] ---> Running in a1e18348d760 [2021-03-29T16:27:18.747Z] ---> f111773dd2cb [2021-03-29T16:27:18.747Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-29T16:27:19.351Z] ---> Running in be3e080d4287 [2021-03-29T16:27:19.632Z] Removing intermediate container 7c47e0c442fb [2021-03-29T16:27:19.632Z] ---> 88b8be0035b9 [2021-03-29T16:27:19.632Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T16:27:19.632Z] Removing intermediate container a1e18348d760 [2021-03-29T16:27:19.632Z] ---> 5c4a5b378c2f [2021-03-29T16:27:19.632Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-29T16:27:20.610Z] ---> Running in c758207c1582 [2021-03-29T16:27:20.610Z] ---> Running in cc34dbc29915 [2021-03-29T16:27:20.610Z] Removing intermediate container be3e080d4287 [2021-03-29T16:27:20.610Z] ---> 5aaf93f255d7 [2021-03-29T16:27:20.610Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T16:27:20.896Z] ---> Running in ce9e736ff9cd [2021-03-29T16:27:21.170Z] Removing intermediate container cc34dbc29915 [2021-03-29T16:27:21.445Z] ---> fa78b7e9ec76 [2021-03-29T16:27:21.445Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:27:21.445Z] Removing intermediate container c758207c1582 [2021-03-29T16:27:21.445Z] ---> e624b62d0a00 [2021-03-29T16:27:21.445Z] Step 20/22 : LABEL arch=arm64 [2021-03-29T16:27:22.044Z] ---> Running in c86c407a6b17 [2021-03-29T16:27:22.044Z] ---> Running in 12fc05b48e6d [2021-03-29T16:27:22.044Z] Removing intermediate container ce9e736ff9cd [2021-03-29T16:27:22.044Z] ---> 194a6e096b25 [2021-03-29T16:27:22.044Z] Step 20/22 : LABEL arch=arm64 [2021-03-29T16:27:22.645Z] ---> Running in 0a1dc80bd1b4 [2021-03-29T16:27:22.645Z] Removing intermediate container 12fc05b48e6d [2021-03-29T16:27:22.645Z] ---> 7ab0e22980bc [2021-03-29T16:27:22.645Z] Step 21/22 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 [2021-03-29T16:27:22.933Z] ---> Running in bd578b935835 [2021-03-29T16:27:23.208Z] Removing intermediate container 0a1dc80bd1b4 [2021-03-29T16:27:23.208Z] ---> aa257aa7c687 [2021-03-29T16:27:23.208Z] Step 21/22 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 [2021-03-29T16:27:23.810Z] ---> Running in b6d720446be0 [2021-03-29T16:27:23.810Z] Removing intermediate container bd578b935835 [2021-03-29T16:27:23.810Z] ---> 24a9aecae499 [2021-03-29T16:27:23.810Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T16:27:24.402Z] ---> Running in bf98d043ae53 [2021-03-29T16:27:24.673Z] Removing intermediate container b6d720446be0 [2021-03-29T16:27:24.673Z] ---> 0f436f0c70bc [2021-03-29T16:27:24.673Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T16:27:25.423Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container c7b7a52b3f20 [2021-03-29T16:27:25.423Z] ---> 1efa355045f2 [2021-03-29T16:27:25.423Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-29T16:27:25.423Z] ---> Running in dcf15dccf6b0 [2021-03-29T16:27:25.650Z] Removing intermediate container bf98d043ae53 [2021-03-29T16:27:25.650Z] ---> e8a057651b0c [2021-03-29T16:27:25.650Z] ---> Running in 2de1df5c2cae [2021-03-29T16:27:25.650Z] [2021-03-29T16:27:25.920Z] Removing intermediate container c86c407a6b17 [2021-03-29T16:27:25.920Z] ---> 6eda8d9939f9 [2021-03-29T16:27:25.920Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-29T16:27:26.192Z] Successfully built e8a057651b0c [2021-03-29T16:27:26.461Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-29T16:27:26.461Z] Building docker-core-metadata-go [2021-03-29T16:27:26.504Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-29T16:27:26.733Z]  Building docker-support-scheduler-go ... done  ---> Running in 53fcaddb7ab4 [2021-03-29T16:27:26.734Z] Removing intermediate container 2de1df5c2cae [2021-03-29T16:27:26.734Z] ---> e732248f3917 [2021-03-29T16:27:26.734Z] [2021-03-29T16:27:27.329Z] Successfully built e732248f3917 [2021-03-29T16:27:27.329Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-29T16:27:27.607Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-03-29T16:27:27.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:27:28.733Z] Removing intermediate container 61323d1ad55a [2021-03-29T16:27:28.734Z] ---> 48ccbee7ad78 [2021-03-29T16:27:28.734Z] [2021-03-29T16:27:28.734Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T16:27:28.734Z] ---> 42cb162f0360 [2021-03-29T16:27:28.734Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-29T16:27:28.862Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:27:29.370Z] ---> Running in 6052c7dffa17 [2021-03-29T16:27:29.835Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-29T16:27:29.835Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-29T16:27:29.835Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-29T16:27:30.107Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-29T16:27:30.377Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-29T16:27:30.377Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-29T16:27:30.649Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:27:30.649Z] OK: 8 MiB in 20 packages [2021-03-29T16:27:31.681Z] Removing intermediate container dcf15dccf6b0 [2021-03-29T16:27:31.681Z] ---> 93aeb911a93d [2021-03-29T16:27:31.681Z] [2021-03-29T16:27:31.681Z] Step 11/26 : FROM docker:20.10.0 [2021-03-29T16:27:31.681Z] 20.10.0: Pulling from library/docker [2021-03-29T16:27:31.681Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:27:32.055Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:27:32.356Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-29T16:27:32.356Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-29T16:27:32.356Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:27:32.740Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T16:27:32.740Z] OK: 6 MiB in 16 packages [2021-03-29T16:27:33.029Z] Removing intermediate container c4a0b1313a07 [2021-03-29T16:27:33.029Z] ---> eb00a3b5a41b [2021-03-29T16:27:33.029Z] [2021-03-29T16:27:33.029Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T16:27:33.029Z] ---> 42cb162f0360 [2021-03-29T16:27:33.029Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-29T16:27:34.077Z] Removing intermediate container 53fcaddb7ab4 [2021-03-29T16:27:34.077Z] ---> 3e16c0b06493 [2021-03-29T16:27:34.077Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T16:27:34.530Z] ---> Running in be6b5c5e4770 [2021-03-29T16:27:35.397Z] Removing intermediate container be6b5c5e4770 [2021-03-29T16:27:35.397Z] ---> ff2a8f5601c2 [2021-03-29T16:27:35.397Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-29T16:27:35.523Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:27:35.523Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:27:35.523Z] ---> bf75a9fc73d4 [2021-03-29T16:27:35.523Z] Step 3/31 : WORKDIR /edgex-go [2021-03-29T16:27:35.523Z] ---> Using cache [2021-03-29T16:27:35.523Z] ---> e363a05a860c [2021-03-29T16:27:35.523Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:27:35.523Z] ---> Using cache [2021-03-29T16:27:35.523Z] ---> 2c6ee07c35e0 [2021-03-29T16:27:35.523Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-29T16:27:35.523Z] ---> Using cache [2021-03-29T16:27:35.523Z] ---> d6adabadfb4b [2021-03-29T16:27:35.523Z] Step 6/31 : COPY go.mod . [2021-03-29T16:27:35.523Z] ---> Using cache [2021-03-29T16:27:35.523Z] ---> dae120286c5d [2021-03-29T16:27:35.523Z] Step 7/31 : RUN go mod download [2021-03-29T16:27:35.523Z] ---> Using cache [2021-03-29T16:27:35.523Z] ---> 22a7085142ab [2021-03-29T16:27:35.523Z] Step 8/31 : COPY . . [2021-03-29T16:27:35.523Z] ---> Using cache [2021-03-29T16:27:35.523Z] ---> 039573d0970b [2021-03-29T16:27:35.523Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-29T16:27:35.763Z] Removing intermediate container 6052c7dffa17 [2021-03-29T16:27:35.763Z] ---> cf0733bd4f04 [2021-03-29T16:27:35.763Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T16:27:35.763Z] ---> Running in fb9ac3d4c197 [2021-03-29T16:27:35.763Z] ---> Running in dab8d180ada5 [2021-03-29T16:27:35.810Z] ---> 7152ea978a46 [2021-03-29T16:27:35.810Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-29T16:27:36.041Z] Removing intermediate container fb9ac3d4c197 [2021-03-29T16:27:36.042Z] ---> a8f5c9d19f16 [2021-03-29T16:27:36.042Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-29T16:27:36.338Z] ---> Running in 55e9115e1c8d [2021-03-29T16:27:36.338Z] Removing intermediate container dab8d180ada5 [2021-03-29T16:27:36.338Z] ---> 0c85c8721c6f [2021-03-29T16:27:36.338Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-29T16:27:36.338Z] ---> Running in 1d3135bcd617 [2021-03-29T16:27:36.407Z] ---> Running in be6753aeb309 [2021-03-29T16:27:36.641Z] Removing intermediate container 55e9115e1c8d [2021-03-29T16:27:36.641Z] ---> cfff8e5253a4 [2021-03-29T16:27:36.641Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:27:36.914Z] ---> Running in 0baaafd52ecf [2021-03-29T16:27:36.914Z] Removing intermediate container 1d3135bcd617 [2021-03-29T16:27:36.914Z] ---> 85dd9f6948bb [2021-03-29T16:27:36.914Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T16:27:37.198Z] ---> Running in 3785d7e46fa0 [2021-03-29T16:27:37.925Z] Removing intermediate container 3785d7e46fa0 [2021-03-29T16:27:37.925Z] ---> 5b701bb932b7 [2021-03-29T16:27:37.925Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T16:27:39.051Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-29T16:27:39.051Z] ---> 3e7d95613ebe [2021-03-29T16:27:39.051Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-29T16:27:40.494Z] ---> a0dfef2eb0ed [2021-03-29T16:27:40.494Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-29T16:27:41.102Z] ---> Running in 4d325e02303f [2021-03-29T16:27:41.819Z] ---> d7e4ca04e63a [2021-03-29T16:27:41.819Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-29T16:27:42.563Z] Removing intermediate container 4d325e02303f [2021-03-29T16:27:42.563Z] ---> 1fb2e049d665 [2021-03-29T16:27:42.563Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T16:27:42.851Z] ---> Running in b414a24c7ca9 [2021-03-29T16:27:43.004Z] Removing intermediate container 0baaafd52ecf [2021-03-29T16:27:43.004Z] ---> eda4e679bf44 [2021-03-29T16:27:43.004Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-29T16:27:43.366Z] ---> 8985fbf10808 [2021-03-29T16:27:43.366Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-29T16:27:43.366Z] ---> Running in a9c637588523 [2021-03-29T16:27:43.979Z] ---> bfd328296c92 [2021-03-29T16:27:43.979Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-29T16:27:43.979Z] ---> Running in 130617377e75 [2021-03-29T16:27:44.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:27:44.246Z] Removing intermediate container 130617377e75 [2021-03-29T16:27:44.246Z] ---> 86466cdab8d3 [2021-03-29T16:27:44.246Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T16:27:44.327Z] Removing intermediate container b414a24c7ca9 [2021-03-29T16:27:44.327Z] ---> bf642997c473 [2021-03-29T16:27:44.327Z] Step 21/23 : LABEL arch=arm64 [2021-03-29T16:27:44.526Z] ---> Running in b1c5b2cf875b [2021-03-29T16:27:44.605Z] ---> Running in 4d8047b0867f [2021-03-29T16:27:44.795Z] Removing intermediate container b1c5b2cf875b [2021-03-29T16:27:44.795Z] ---> 2bb0275f994a [2021-03-29T16:27:44.795Z] Step 20/22 : LABEL arch=x86_64 [2021-03-29T16:27:44.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:27:45.073Z] ---> Running in c2a0403650a4 [2021-03-29T16:27:45.352Z] Removing intermediate container c2a0403650a4 [2021-03-29T16:27:45.352Z] ---> c3ea96f06e09 [2021-03-29T16:27:45.352Z] Step 21/22 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 [2021-03-29T16:27:45.595Z] Removing intermediate container 4d8047b0867f [2021-03-29T16:27:45.595Z] ---> d0693e1baffc [2021-03-29T16:27:45.595Z] Step 22/23 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 [2021-03-29T16:27:45.631Z] ---> Running in 29c94631d323 [2021-03-29T16:27:45.632Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-29T16:27:45.632Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-29T16:27:45.898Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-29T16:27:45.898Z] Removing intermediate container 29c94631d323 [2021-03-29T16:27:45.898Z] ---> b3a84ae1f45f [2021-03-29T16:27:45.898Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T16:27:45.898Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-29T16:27:46.169Z] ---> Running in dfb7a9c726f8 [2021-03-29T16:27:46.169Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-29T16:27:46.169Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-29T16:27:46.199Z] ---> Running in c2488b3a700c [2021-03-29T16:27:46.444Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-29T16:27:46.445Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:27:46.445Z] OK: 8 MiB in 20 packages [2021-03-29T16:27:46.445Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-29T16:27:46.445Z] ---> aefe523efa57 [2021-03-29T16:27:46.445Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-29T16:27:46.445Z] Removing intermediate container dfb7a9c726f8 [2021-03-29T16:27:46.445Z] ---> 48251b861fb1 [2021-03-29T16:27:46.445Z] [2021-03-29T16:27:46.445Z] ---> Running in fc8aa3d65162 [2021-03-29T16:27:47.061Z] Successfully built 48251b861fb1 [2021-03-29T16:27:47.061Z] Successfully tagged docker-support-notifications-go:latest [2021-03-29T16:27:47.209Z] Removing intermediate container c2488b3a700c [2021-03-29T16:27:47.209Z] ---> 207fa8281217 [2021-03-29T16:27:47.209Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T16:27:47.487Z] ---> Running in f1a8efd0db39 [2021-03-29T16:27:47.719Z]  Building docker-support-notifications-go ... done Removing intermediate container a9c637588523 [2021-03-29T16:27:47.719Z] ---> 1e137833276d [2021-03-29T16:27:47.719Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T16:27:48.001Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:27:48.001Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:27:48.092Z] Removing intermediate container f1a8efd0db39 [2021-03-29T16:27:48.370Z] ---> b179e9d07233 [2021-03-29T16:27:48.370Z] [2021-03-29T16:27:48.599Z] (1/2) Installing readline (8.0.4-r0) [2021-03-29T16:27:48.599Z] (2/2) Installing bash (5.0.17-r0) [2021-03-29T16:27:48.599Z] Executing bash-5.0.17-r0.post-install [2021-03-29T16:27:48.599Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:27:48.599Z] OK: 12 MiB in 22 packages [2021-03-29T16:27:48.599Z] ---> 070cff7c2567 [2021-03-29T16:27:48.599Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-29T16:27:48.972Z] Successfully built b179e9d07233 [2021-03-29T16:27:48.972Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-29T16:27:50.273Z] Removing intermediate container fc8aa3d65162 [2021-03-29T16:27:50.273Z] ---> b81d6da272f8 [2021-03-29T16:27:50.273Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-29T16:27:50.273Z] ---> 9b7f0604970b [2021-03-29T16:27:50.273Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-29T16:27:50.273Z] ---> Running in f8d4519d6b05 [2021-03-29T16:27:50.875Z] Removing intermediate container f8d4519d6b05 [2021-03-29T16:27:50.875Z] ---> 5f98470e7088 [2021-03-29T16:27:50.875Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-29T16:27:50.875Z] ---> 2e790cd9d0e4 [2021-03-29T16:27:50.875Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-29T16:27:50.875Z] ---> Running in f84dd985ae71 [2021-03-29T16:27:51.140Z] ---> Running in 3fcf102104a1 [2021-03-29T16:27:51.436Z] Removing intermediate container f84dd985ae71 [2021-03-29T16:27:51.436Z] ---> d024485598e3 [2021-03-29T16:27:51.436Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-29T16:27:51.436Z] Removing intermediate container 3fcf102104a1 [2021-03-29T16:27:51.436Z] ---> b06c6f96a8d5 [2021-03-29T16:27:51.436Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T16:27:51.436Z] ---> Running in 39c556000a85 [2021-03-29T16:27:51.717Z] ---> Running in 1fc4ba49a543 [2021-03-29T16:27:52.001Z] Removing intermediate container 39c556000a85 [2021-03-29T16:27:52.001Z] ---> 71a82c926022 [2021-03-29T16:27:52.001Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-29T16:27:52.289Z] Removing intermediate container 1fc4ba49a543 [2021-03-29T16:27:52.289Z] ---> e06f7d2dd24a [2021-03-29T16:27:52.289Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T16:27:52.289Z] ---> Running in 5ebd216c9a2c [2021-03-29T16:27:52.924Z] Removing intermediate container 5ebd216c9a2c [2021-03-29T16:27:52.924Z] ---> 77dc0bbc9756 [2021-03-29T16:27:52.924Z] Step 22/23 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 [2021-03-29T16:27:52.924Z] ---> Running in 8dfea13d22c2 [2021-03-29T16:27:52.924Z] ---> 60b0baa64f4e [2021-03-29T16:27:52.924Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-29T16:27:53.614Z] Removing intermediate container 8dfea13d22c2 [2021-03-29T16:27:53.614Z] ---> f2fadfe084a1 [2021-03-29T16:27:53.614Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T16:27:53.927Z] ---> Running in 88aad4d01608 [2021-03-29T16:27:53.927Z] ---> 0b8421016706 [2021-03-29T16:27:53.927Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-29T16:27:54.516Z] Removing intermediate container 88aad4d01608 [2021-03-29T16:27:54.516Z] ---> a7ced05b56f8 [2021-03-29T16:27:54.516Z] [2021-03-29T16:27:55.495Z] ---> edecdf22483e [2021-03-29T16:27:55.495Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-29T16:27:55.495Z] Successfully built a7ced05b56f8 [2021-03-29T16:27:55.495Z] Successfully tagged docker-core-data-go:latest [2021-03-29T16:27:55.790Z]  Building docker-core-data-go ... done  ---> Running in 2ca0031a5e55 [2021-03-29T16:27:57.293Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:27:57.293Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:27:57.483Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:27:57.483Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:27:57.483Z] ---> bf75a9fc73d4 [2021-03-29T16:27:57.483Z] Step 3/26 : WORKDIR /edgex-go [2021-03-29T16:27:57.483Z] ---> Using cache [2021-03-29T16:27:57.483Z] ---> e363a05a860c [2021-03-29T16:27:57.483Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:27:57.483Z] ---> Using cache [2021-03-29T16:27:57.483Z] ---> 2c6ee07c35e0 [2021-03-29T16:27:57.483Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-29T16:27:57.580Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-29T16:27:57.580Z] (2/33) Installing expat (2.2.9-r1) [2021-03-29T16:27:57.580Z] (3/33) Installing libffi (3.3-r2) [2021-03-29T16:27:57.580Z] (4/33) Installing gdbm (1.13-r1) [2021-03-29T16:27:57.580Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-29T16:27:57.580Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-29T16:27:57.580Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-29T16:27:59.069Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-29T16:27:59.069Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-29T16:27:59.069Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-29T16:27:59.069Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-29T16:27:59.069Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-29T16:27:59.069Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-29T16:27:59.069Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-29T16:27:59.069Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-29T16:27:59.069Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-29T16:27:59.069Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-29T16:27:59.069Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-29T16:27:59.069Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-29T16:27:59.069Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-29T16:27:59.356Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-29T16:27:59.356Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-29T16:27:59.356Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-29T16:27:59.356Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-29T16:27:59.356Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-29T16:27:59.356Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-29T16:27:59.356Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-29T16:27:59.356Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-29T16:27:59.356Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-29T16:27:59.356Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-29T16:27:59.356Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-29T16:27:59.356Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-29T16:27:59.356Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-29T16:27:59.501Z] ---> Running in 0a63147714be [2021-03-29T16:27:59.658Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:27:59.658Z] OK: 71 MiB in 55 packages [2021-03-29T16:28:01.504Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:28:02.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:28:03.122Z] OK: 217 MiB in 51 packages [2021-03-29T16:28:07.496Z] Removing intermediate container 0a63147714be [2021-03-29T16:28:07.496Z] ---> c5c762992ca4 [2021-03-29T16:28:07.496Z] Step 6/26 : COPY go.mod . [2021-03-29T16:28:08.974Z] ---> 3f49806ed679 [2021-03-29T16:28:08.974Z] Step 7/26 : RUN go mod download [2021-03-29T16:28:08.974Z] ---> Running in 6f7f70419e49 [2021-03-29T16:28:09.850Z] Removing intermediate container 2ca0031a5e55 [2021-03-29T16:28:09.850Z] ---> 68d813748631 [2021-03-29T16:28:09.850Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-29T16:28:09.975Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:28:09.975Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:28:09.975Z] ---> bf75a9fc73d4 [2021-03-29T16:28:09.975Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T16:28:09.975Z] ---> Using cache [2021-03-29T16:28:09.975Z] ---> e363a05a860c [2021-03-29T16:28:09.975Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:28:09.975Z] ---> Using cache [2021-03-29T16:28:09.975Z] ---> 2c6ee07c35e0 [2021-03-29T16:28:09.975Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T16:28:09.975Z] ---> Using cache [2021-03-29T16:28:09.975Z] ---> d6adabadfb4b [2021-03-29T16:28:09.975Z] Step 6/23 : COPY go.mod . [2021-03-29T16:28:09.975Z] ---> Using cache [2021-03-29T16:28:09.975Z] ---> dae120286c5d [2021-03-29T16:28:09.975Z] Step 7/23 : RUN go mod download [2021-03-29T16:28:09.975Z] ---> Using cache [2021-03-29T16:28:09.975Z] ---> 22a7085142ab [2021-03-29T16:28:09.975Z] Step 8/23 : COPY . . [2021-03-29T16:28:10.170Z] ---> Running in 36bd24558701 [2021-03-29T16:28:10.299Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:28:10.299Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:28:10.299Z] ---> bf75a9fc73d4 [2021-03-29T16:28:10.299Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T16:28:10.299Z] ---> Using cache [2021-03-29T16:28:10.299Z] ---> e363a05a860c [2021-03-29T16:28:10.299Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:28:10.299Z] ---> Using cache [2021-03-29T16:28:10.299Z] ---> 2c6ee07c35e0 [2021-03-29T16:28:10.299Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T16:28:10.299Z] ---> Using cache [2021-03-29T16:28:10.299Z] ---> d6adabadfb4b [2021-03-29T16:28:10.299Z] Step 6/23 : COPY go.mod . [2021-03-29T16:28:10.299Z] ---> Using cache [2021-03-29T16:28:10.299Z] ---> dae120286c5d [2021-03-29T16:28:10.299Z] Step 7/23 : RUN go mod download [2021-03-29T16:28:10.299Z] ---> Using cache [2021-03-29T16:28:10.299Z] ---> 22a7085142ab [2021-03-29T16:28:10.299Z] Step 8/23 : COPY . . [2021-03-29T16:28:10.299Z] ---> Using cache [2021-03-29T16:28:10.299Z] ---> 039573d0970b [2021-03-29T16:28:10.299Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-29T16:28:10.583Z] ---> Using cache [2021-03-29T16:28:10.583Z] ---> 039573d0970b [2021-03-29T16:28:10.583Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-29T16:28:10.583Z] ---> Running in 8498f30fcf43 [2021-03-29T16:28:10.886Z] ---> Running in 48ab615fd48d [2021-03-29T16:28:12.896Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-29T16:28:12.896Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-29T16:28:13.681Z] Collecting docker-compose==1.23.2 [2021-03-29T16:28:13.682Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-29T16:28:13.682Z] Collecting texttable<0.10,>=0.9.0 [2021-03-29T16:28:13.682Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-29T16:28:13.925Z] Removing intermediate container 6f7f70419e49 [2021-03-29T16:28:13.925Z] ---> d38650957e88 [2021-03-29T16:28:13.925Z] Step 8/26 : COPY . . [2021-03-29T16:28:14.699Z] Collecting docker<4.0,>=3.6.0 [2021-03-29T16:28:14.700Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-29T16:28:14.988Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-29T16:28:14.988Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-29T16:28:14.988Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-29T16:28:14.988Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-29T16:28:15.987Z] Collecting jsonschema<3,>=2.5.1 [2021-03-29T16:28:15.987Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-29T16:28:16.271Z] Collecting docopt<0.7,>=0.6.1 [2021-03-29T16:28:16.271Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-29T16:28:17.354Z] Collecting cached-property<2,>=1.2.0 [2021-03-29T16:28:17.354Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-29T16:28:17.354Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-29T16:28:17.956Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-29T16:28:17.956Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-29T16:28:18.246Z] Collecting PyYAML<4,>=3.10 [2021-03-29T16:28:18.246Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-29T16:28:20.434Z] Collecting docker-pycreds>=0.4.0 [2021-03-29T16:28:20.434Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-29T16:28:20.434Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-29T16:28:20.434Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-29T16:28:20.434Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-29T16:28:20.434Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-29T16:28:20.434Z] Collecting idna<2.8,>=2.5 [2021-03-29T16:28:20.434Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-29T16:28:20.716Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-29T16:28:20.716Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-29T16:28:20.716Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-29T16:28:20.716Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-29T16:28:21.007Z] Installing collected packages: texttable, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, jsonschema, docopt, cached-property, PyYAML, docker-compose [2021-03-29T16:28:21.007Z] Running setup.py install for texttable: started [2021-03-29T16:28:22.152Z] Running setup.py install for texttable: finished with status 'done' [2021-03-29T16:28:22.152Z] Attempting uninstall: urllib3 [2021-03-29T16:28:22.152Z] Found existing installation: urllib3 1.25.9 [2021-03-29T16:28:22.152Z] Uninstalling urllib3-1.25.9: [2021-03-29T16:28:22.152Z] Successfully uninstalled urllib3-1.25.9 [2021-03-29T16:28:22.464Z] Attempting uninstall: idna [2021-03-29T16:28:22.464Z] Found existing installation: idna 2.9 [2021-03-29T16:28:22.464Z] Uninstalling idna-2.9: [2021-03-29T16:28:22.464Z] Successfully uninstalled idna-2.9 [2021-03-29T16:28:23.132Z] Attempting uninstall: requests [2021-03-29T16:28:23.132Z] Found existing installation: requests 2.23.0 [2021-03-29T16:28:23.132Z] Uninstalling requests-2.23.0: [2021-03-29T16:28:23.132Z] Successfully uninstalled requests-2.23.0 [2021-03-29T16:28:23.723Z] Running setup.py install for dockerpty: started [2021-03-29T16:28:24.318Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-29T16:28:24.639Z] Running setup.py install for docopt: started [2021-03-29T16:28:25.237Z] Running setup.py install for docopt: finished with status 'done' [2021-03-29T16:28:25.237Z] Running setup.py install for PyYAML: started [2021-03-29T16:28:26.783Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-29T16:28:27.054Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-29T16:28:31.619Z] Removing intermediate container 36bd24558701 [2021-03-29T16:28:31.619Z] ---> 1e88a284238f [2021-03-29T16:28:31.619Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-29T16:28:31.619Z] ---> Running in ff218ba5c1a4 [2021-03-29T16:28:32.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:28:32.940Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:28:33.212Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T16:28:33.212Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-29T16:28:33.212Z] (3/3) Installing curl (7.69.1-r3) [2021-03-29T16:28:33.212Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:28:33.212Z] OK: 72 MiB in 58 packages [2021-03-29T16:28:34.268Z] Removing intermediate container ff218ba5c1a4 [2021-03-29T16:28:34.268Z] ---> 9d4b33563a2a [2021-03-29T16:28:34.268Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-29T16:28:34.268Z] ---> Running in 7fbb02efdecb [2021-03-29T16:28:35.545Z] Removing intermediate container 7fbb02efdecb [2021-03-29T16:28:35.545Z] ---> aab48082c3c6 [2021-03-29T16:28:35.545Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T16:28:35.545Z] ---> Running in 4eb5b4c34402 [2021-03-29T16:28:36.132Z] Removing intermediate container 4eb5b4c34402 [2021-03-29T16:28:36.132Z] ---> ed3f8b0772ef [2021-03-29T16:28:36.132Z] Step 24/26 : LABEL arch=x86_64 [2021-03-29T16:28:36.249Z] ---> 56eb4a964ef7 [2021-03-29T16:28:36.249Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-29T16:28:36.249Z] ---> Running in 8e523a8c2758 [2021-03-29T16:28:36.249Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-29T16:28:36.411Z] ---> Running in c0ac2563ffc2 [2021-03-29T16:28:36.680Z] Removing intermediate container c0ac2563ffc2 [2021-03-29T16:28:36.680Z] ---> fc018ff5bd60 [2021-03-29T16:28:36.680Z] Step 25/26 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 [2021-03-29T16:28:37.014Z] ---> Running in 3cdcef87977a [2021-03-29T16:28:37.625Z] Removing intermediate container 3cdcef87977a [2021-03-29T16:28:37.625Z] ---> cb62326114db [2021-03-29T16:28:37.625Z] Step 26/26 : LABEL version=0.0.0 [2021-03-29T16:28:37.625Z] ---> Running in f703b796d042 [2021-03-29T16:28:37.908Z] Removing intermediate container f703b796d042 [2021-03-29T16:28:37.908Z] ---> 2f0a54f290e6 [2021-03-29T16:28:37.908Z] [2021-03-29T16:28:38.194Z] Successfully built 2f0a54f290e6 [2021-03-29T16:28:38.472Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-29T16:28:39.552Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-29T16:28:39.591Z] $ docker stop --time=1 95b69f7b0b69cf071001e1e8f72af4bd111beb1cc2deb840332a4947ff146b26 [2021-03-29T16:28:42.997Z] $ docker rm -f 95b69f7b0b69cf071001e1e8f72af4bd111beb1cc2deb840332a4947ff146b26 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T16:28:44.249Z] + docker images [2021-03-29T16:28:44.249Z] + grep docker [2021-03-29T16:28:45.807Z] docker-sys-mgmt-agent-go latest 2f0a54f290e6 8 seconds ago 313MB [2021-03-29T16:28:45.807Z] docker-core-data-go latest a7ced05b56f8 51 seconds ago 22.7MB [2021-03-29T16:28:45.807Z] docker-support-notifications-go latest 48251b861fb1 59 seconds ago 17.9MB [2021-03-29T16:28:45.807Z] docker-security-bootstrapper-go latest c4a07b1c881c About a minute ago 18.9MB [2021-03-29T16:28:45.807Z] docker-security-secretstore-setup-go latest 6c3e6228e69a 5 minutes ago 25MB [2021-03-29T16:28:45.807Z] docker-core-metadata-go latest ade67636bac5 5 minutes ago 19MB [2021-03-29T16:28:45.807Z] docker-core-command-go latest 28a87add56ea 5 minutes ago 17.3MB [2021-03-29T16:28:45.807Z] docker-support-scheduler-go latest 531a3e3d775c 5 minutes ago 17.4MB [2021-03-29T16:28:45.807Z] docker-security-proxy-setup-go latest 33939b7e38ad 5 minutes ago 24.7MB [2021-03-29T16:28:45.807Z] 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-03-29T16:28:48.760Z] Removing intermediate container be6753aeb309 [2021-03-29T16:28:48.761Z] ---> f0abbbf9c76b [2021-03-29T16:28:48.761Z] [2021-03-29T16:28:48.761Z] Step 10/31 : FROM alpine:3.12 [2021-03-29T16:28:48.761Z] ---> e47305ac9786 [2021-03-29T16:28:48.761Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-29T16:28:48.761Z] ---> Running in d7a9b23f1a3f [2021-03-29T16:28:48.761Z] Removing intermediate container d7a9b23f1a3f [2021-03-29T16:28:48.761Z] ---> d67378f3b078 [2021-03-29T16:28:48.761Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-29T16:28:48.761Z] ---> Running in 6a4e1c8e344a [2021-03-29T16:28:50.766Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:28:50.766Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:28:51.367Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-29T16:28:51.367Z] (2/2) Installing su-exec (0.2-r1) [2021-03-29T16:28:51.367Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:28:51.643Z] OK: 5 MiB in 16 packages [2021-03-29T16:28:53.660Z] Removing intermediate container 6a4e1c8e344a [2021-03-29T16:28:53.661Z] ---> 7e78aaaff549 [2021-03-29T16:28:53.661Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-29T16:28:53.661Z] ---> Running in 00220f9912a5 [2021-03-29T16:28:54.674Z] Removing intermediate container 00220f9912a5 [2021-03-29T16:28:54.674Z] ---> a62e41980d72 [2021-03-29T16:28:54.674Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-29T16:28:54.674Z] ---> Running in 87f3807fd925 [2021-03-29T16:28:55.283Z] Removing intermediate container 87f3807fd925 [2021-03-29T16:28:55.283Z] ---> d52b8ec882c4 [2021-03-29T16:28:55.283Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-29T16:28:55.566Z] ---> Running in 2802d1df0007 [2021-03-29T16:28:59.959Z] Removing intermediate container 2802d1df0007 [2021-03-29T16:28:59.959Z] ---> 8151a9f5e70e [2021-03-29T16:28:59.959Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-29T16:28:59.959Z] ---> Running in f77d050237fb [2021-03-29T16:29:00.251Z] Removing intermediate container f77d050237fb [2021-03-29T16:29:00.251Z] ---> cf0f04f57816 [2021-03-29T16:29:00.251Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-29T16:29:01.733Z] ---> 3a3692bf977d [2021-03-29T16:29:01.733Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-29T16:29:01.733Z] ---> Running in c420e7b71ee1 [2021-03-29T16:29:01.950Z] Still waiting to schedule task [2021-03-29T16:29:01.950Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-29T16:29:06.080Z] Removing intermediate container c420e7b71ee1 [2021-03-29T16:29:06.080Z] ---> d8bdead3a7a3 [2021-03-29T16:29:06.080Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T16:29:06.691Z] ---> c9195368cb59 [2021-03-29T16:29:06.691Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-29T16:29:08.713Z] ---> 694b00ee16cb [2021-03-29T16:29:08.713Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-29T16:29:09.766Z] ---> 21fbd570d96e [2021-03-29T16:29:09.766Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-29T16:29:11.258Z] ---> e5aba72d63b3 [2021-03-29T16:29:11.258Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-29T16:29:12.267Z] ---> e860c521e418 [2021-03-29T16:29:12.267Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-29T16:29:12.548Z] ---> Running in 071d204fdad3 [2021-03-29T16:29:13.185Z] Removing intermediate container 071d204fdad3 [2021-03-29T16:29:13.185Z] ---> 17d8d20c5148 [2021-03-29T16:29:13.185Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-29T16:29:14.282Z] ---> 92cb2555e34f [2021-03-29T16:29:14.282Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-29T16:29:14.922Z] ---> Running in dad312651688 [2021-03-29T16:29:18.381Z] Removing intermediate container dad312651688 [2021-03-29T16:29:18.381Z] ---> f8774642126a [2021-03-29T16:29:18.381Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-29T16:29:18.660Z] ---> Running in f3a71e9bae79 [2021-03-29T16:29:19.261Z] Removing intermediate container f3a71e9bae79 [2021-03-29T16:29:19.261Z] ---> dee79243ec59 [2021-03-29T16:29:19.261Z] Step 28/31 : CMD ["gate"] [2021-03-29T16:29:19.881Z] ---> Running in 7b7d6de01b7c [2021-03-29T16:29:20.522Z] Removing intermediate container 7b7d6de01b7c [2021-03-29T16:29:20.522Z] ---> d56c81ff0601 [2021-03-29T16:29:20.522Z] Step 29/31 : LABEL arch=arm64 [2021-03-29T16:29:20.807Z] ---> Running in 9487baf2acbb [2021-03-29T16:29:21.806Z] Removing intermediate container 9487baf2acbb [2021-03-29T16:29:21.806Z] ---> 2c58a74f8353 [2021-03-29T16:29:21.806Z] Step 30/31 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 [2021-03-29T16:29:22.082Z] ---> Running in 3ed4aa41a39c [2021-03-29T16:29:23.081Z] Removing intermediate container 3ed4aa41a39c [2021-03-29T16:29:23.081Z] ---> 7315dadc51ef [2021-03-29T16:29:23.081Z] Step 31/31 : LABEL version=0.0.0 [2021-03-29T16:29:23.359Z] ---> Running in be6e55fca775 [2021-03-29T16:29:23.970Z] Removing intermediate container be6e55fca775 [2021-03-29T16:29:23.970Z] ---> 44f774880e96 [2021-03-29T16:29:23.970Z] [2021-03-29T16:29:24.582Z] Successfully built 44f774880e96 [2021-03-29T16:29:24.582Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-29T16:29:51.845Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 8498f30fcf43 [2021-03-29T16:29:51.845Z] ---> 3186d13aff42 [2021-03-29T16:29:51.845Z] [2021-03-29T16:29:51.845Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T16:29:51.845Z] ---> e47305ac9786 [2021-03-29T16:29:51.845Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T16:29:51.845Z] ---> Using cache [2021-03-29T16:29:51.845Z] ---> 97a78a75a9de [2021-03-29T16:29:51.845Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T16:29:51.845Z] ---> Using cache [2021-03-29T16:29:51.845Z] ---> 979cf9ef474e [2021-03-29T16:29:51.845Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-29T16:29:52.124Z] ---> Running in 9198ffb7e326 [2021-03-29T16:29:53.116Z] Removing intermediate container 9198ffb7e326 [2021-03-29T16:29:53.116Z] ---> 8a0f164a93d3 [2021-03-29T16:29:53.116Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T16:29:53.395Z] ---> Running in 3a83c5e250f1 [2021-03-29T16:29:54.019Z] Removing intermediate container 3a83c5e250f1 [2021-03-29T16:29:54.019Z] ---> 2c189f173deb [2021-03-29T16:29:54.019Z] Step 15/23 : WORKDIR / [2021-03-29T16:29:54.623Z] ---> Running in 81fbedc0cef8 [2021-03-29T16:29:54.623Z] Removing intermediate container 8e523a8c2758 [2021-03-29T16:29:54.623Z] ---> 5e860c396ee1 [2021-03-29T16:29:54.624Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-29T16:29:54.900Z] ---> Running in 36d61f01f18e [2021-03-29T16:29:55.500Z] Removing intermediate container 81fbedc0cef8 [2021-03-29T16:29:55.500Z] ---> db543f273cac [2021-03-29T16:29:55.500Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T16:29:56.490Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-29T16:29:56.490Z] ---> dab8a5b71487 [2021-03-29T16:29:56.490Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-29T16:29:56.490Z] Removing intermediate container 48ab615fd48d [2021-03-29T16:29:56.490Z] ---> 78a2dd2b76c5 [2021-03-29T16:29:56.768Z] [2021-03-29T16:29:56.768Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T16:29:56.768Z] ---> e47305ac9786 [2021-03-29T16:29:56.768Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T16:29:56.768Z] ---> Using cache [2021-03-29T16:29:56.768Z] ---> 97a78a75a9de [2021-03-29T16:29:56.768Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T16:29:56.768Z] ---> Using cache [2021-03-29T16:29:56.768Z] ---> 979cf9ef474e [2021-03-29T16:29:56.768Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-29T16:29:56.768Z] ---> Running in b3cceb102829 [2021-03-29T16:29:57.752Z] Removing intermediate container b3cceb102829 [2021-03-29T16:29:57.753Z] ---> cbb405baa9f3 [2021-03-29T16:29:57.753Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T16:29:57.753Z] ---> Running in 2fb64f342ebb [2021-03-29T16:29:57.753Z] ---> 09a039141c1b [2021-03-29T16:29:57.753Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-29T16:29:58.354Z] Removing intermediate container 2fb64f342ebb [2021-03-29T16:29:58.354Z] ---> a8f99bbbcfd1 [2021-03-29T16:29:58.354Z] Step 15/23 : WORKDIR / [2021-03-29T16:29:58.635Z] ---> Running in 9a97a05c2057 [2021-03-29T16:29:58.635Z] ---> 9a2af7fa1a4f [2021-03-29T16:29:58.635Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-29T16:29:58.913Z] ---> Running in 4bc78f429ed9 [2021-03-29T16:29:59.192Z] Removing intermediate container 9a97a05c2057 [2021-03-29T16:29:59.192Z] ---> 363bd5bee125 [2021-03-29T16:29:59.192Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T16:29:59.467Z] Removing intermediate container 4bc78f429ed9 [2021-03-29T16:29:59.467Z] ---> 03ee9bbab00a [2021-03-29T16:29:59.467Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T16:29:59.467Z] Removing intermediate container 36d61f01f18e [2021-03-29T16:29:59.467Z] ---> 9cfd059ad74e [2021-03-29T16:29:59.467Z] [2021-03-29T16:29:59.467Z] Step 11/26 : FROM docker:20.10.0 [2021-03-29T16:29:59.467Z] ---> Running in f9f7bb680dcf [2021-03-29T16:29:59.743Z] 20.10.0: Pulling from library/docker [2021-03-29T16:30:00.018Z] ---> 227b2be6fd49 [2021-03-29T16:30:00.018Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-29T16:30:00.301Z] Removing intermediate container f9f7bb680dcf [2021-03-29T16:30:00.301Z] ---> 1d70a4e256e0 [2021-03-29T16:30:00.301Z] Step 21/23 : LABEL arch=arm64 [2021-03-29T16:30:00.576Z] ---> Running in f79d77f145ec [2021-03-29T16:30:02.037Z] Removing intermediate container f79d77f145ec [2021-03-29T16:30:02.037Z] ---> e29ab748ad54 [2021-03-29T16:30:02.037Z] Step 22/23 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 [2021-03-29T16:30:02.037Z] ---> 43a4ab42efe9 [2021-03-29T16:30:02.037Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-29T16:30:02.321Z] ---> Running in 77a47af34140 [2021-03-29T16:30:02.918Z] Removing intermediate container 77a47af34140 [2021-03-29T16:30:02.918Z] ---> 246fe46a6145 [2021-03-29T16:30:02.918Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T16:30:03.209Z] ---> e2260d7dae5d [2021-03-29T16:30:03.209Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-29T16:30:03.480Z] ---> Running in de3381b3927e [2021-03-29T16:30:03.752Z] ---> Running in 187dd80f5d5e [2021-03-29T16:30:04.026Z] Removing intermediate container de3381b3927e [2021-03-29T16:30:04.026Z] ---> 05da485029e5 [2021-03-29T16:30:04.026Z] [2021-03-29T16:30:04.852Z] Removing intermediate container 187dd80f5d5e [2021-03-29T16:30:04.852Z] ---> 06be6ec1ffad [2021-03-29T16:30:04.852Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T16:30:04.852Z] Successfully built 05da485029e5 [2021-03-29T16:30:04.852Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-29T16:30:05.129Z]  Building docker-core-command-go ... done  ---> Running in 7d5588b68f42 [2021-03-29T16:30:06.110Z] Removing intermediate container 7d5588b68f42 [2021-03-29T16:30:06.110Z] ---> 2fcbb7a60120 [2021-03-29T16:30:06.110Z] Step 21/23 : LABEL arch=arm64 [2021-03-29T16:30:06.386Z] ---> Running in 771f7dc2686e [2021-03-29T16:30:07.029Z] Removing intermediate container 771f7dc2686e [2021-03-29T16:30:07.029Z] ---> 19d7d7686b93 [2021-03-29T16:30:07.029Z] Step 22/23 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 [2021-03-29T16:30:07.625Z] ---> Running in 2048168dadb7 [2021-03-29T16:30:08.222Z] Removing intermediate container 2048168dadb7 [2021-03-29T16:30:08.222Z] ---> f28d7ead803c [2021-03-29T16:30:08.222Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T16:30:08.222Z] ---> Running in 1fedb1437d9c [2021-03-29T16:30:08.824Z] Removing intermediate container 1fedb1437d9c [2021-03-29T16:30:08.824Z] ---> fb2a8f76cbb2 [2021-03-29T16:30:08.824Z] [2021-03-29T16:30:08.824Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-29T16:30:08.824Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-29T16:30:08.824Z] ---> eeaf43b92773 [2021-03-29T16:30:08.824Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-29T16:30:09.097Z] Successfully built fb2a8f76cbb2 [2021-03-29T16:30:09.377Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-29T16:30:09.377Z]  Building docker-core-metadata-go ... done  ---> Running in c1c9d9bfdb2e [2021-03-29T16:30:10.369Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:30:10.369Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:30:10.966Z] (1/2) Installing readline (8.0.4-r0) [2021-03-29T16:30:10.966Z] (2/2) Installing bash (5.0.17-r0) [2021-03-29T16:30:10.966Z] Executing bash-5.0.17-r0.post-install [2021-03-29T16:30:10.966Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:30:10.966Z] OK: 12 MiB in 22 packages [2021-03-29T16:30:12.405Z] Removing intermediate container c1c9d9bfdb2e [2021-03-29T16:30:12.405Z] ---> f06544c25581 [2021-03-29T16:30:12.405Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-29T16:30:12.405Z] ---> Running in 4961b92ec09a [2021-03-29T16:30:13.007Z] Removing intermediate container 4961b92ec09a [2021-03-29T16:30:13.007Z] ---> 870ba4ea0b9b [2021-03-29T16:30:13.007Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-29T16:30:13.007Z] ---> Running in 5941157821da [2021-03-29T16:30:13.603Z] Removing intermediate container 5941157821da [2021-03-29T16:30:13.603Z] ---> 7e878078d92b [2021-03-29T16:30:13.603Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-29T16:30:13.603Z] ---> Running in e7c5f16c5bcf [2021-03-29T16:30:14.201Z] Removing intermediate container e7c5f16c5bcf [2021-03-29T16:30:14.201Z] ---> f787705408a3 [2021-03-29T16:30:14.201Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-29T16:30:15.184Z] ---> d5e7c502ad7c [2021-03-29T16:30:15.184Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-29T16:30:15.783Z] ---> 1d25db2b2542 [2021-03-29T16:30:15.783Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-29T16:30:16.767Z] ---> a154b8f41126 [2021-03-29T16:30:16.767Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-29T16:30:16.767Z] ---> Running in eead9e8df73e [2021-03-29T16:30:18.220Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:30:18.220Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:30:18.491Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-29T16:30:18.491Z] (2/33) Installing expat (2.2.9-r1) [2021-03-29T16:30:18.491Z] (3/33) Installing libffi (3.3-r2) [2021-03-29T16:30:18.491Z] (4/33) Installing gdbm (1.13-r1) [2021-03-29T16:30:18.491Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-29T16:30:18.491Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-29T16:30:18.491Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-29T16:30:20.474Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-29T16:30:20.474Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-29T16:30:20.474Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-29T16:30:20.474Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-29T16:30:20.474Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-29T16:30:20.474Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-29T16:30:20.474Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-29T16:30:20.474Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-29T16:30:20.474Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-29T16:30:20.474Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-29T16:30:20.474Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-29T16:30:20.474Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-29T16:30:20.474Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-29T16:30:20.474Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-29T16:30:20.474Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-29T16:30:20.474Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-29T16:30:20.746Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-29T16:30:20.746Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-29T16:30:20.746Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-29T16:30:20.746Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-29T16:30:20.746Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-29T16:30:20.746Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-29T16:30:20.746Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-29T16:30:20.746Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-29T16:30:20.746Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-29T16:30:20.746Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-29T16:30:21.023Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:30:21.023Z] OK: 71 MiB in 55 packages [2021-03-29T16:30:27.761Z] Removing intermediate container eead9e8df73e [2021-03-29T16:30:27.761Z] ---> 38a3840985fd [2021-03-29T16:30:27.761Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-29T16:30:27.761Z] ---> Running in 259326b634c6 [2021-03-29T16:30:32.059Z] Collecting docker-compose==1.23.2 [2021-03-29T16:30:32.059Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-29T16:30:32.333Z] Collecting jsonschema<3,>=2.5.1 [2021-03-29T16:30:32.333Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-29T16:30:32.924Z] Collecting cached-property<2,>=1.2.0 [2021-03-29T16:30:32.924Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-29T16:30:33.196Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-29T16:30:33.196Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-29T16:30:35.169Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-29T16:30:35.169Z] Collecting texttable<0.10,>=0.9.0 [2021-03-29T16:30:35.169Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-29T16:30:37.778Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-29T16:30:37.778Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-29T16:30:38.751Z] Collecting docker<4.0,>=3.6.0 [2021-03-29T16:30:38.752Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-29T16:30:39.344Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-29T16:30:39.344Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-29T16:30:39.616Z] Collecting docopt<0.7,>=0.6.1 [2021-03-29T16:30:39.616Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-29T16:30:42.227Z] Collecting PyYAML<4,>=3.10 [2021-03-29T16:30:42.227Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-29T16:30:44.849Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-29T16:30:45.439Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-29T16:30:45.439Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-29T16:30:45.709Z] Collecting idna<2.8,>=2.5 [2021-03-29T16:30:45.709Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-29T16:30:45.980Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-29T16:30:45.980Z] Collecting docker-pycreds>=0.4.0 [2021-03-29T16:30:45.980Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-29T16:30:46.265Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-29T16:30:46.266Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-29T16:30:46.266Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-29T16:30:46.266Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-29T16:30:47.316Z] Installing collected packages: jsonschema, cached-property, dockerpty, texttable, urllib3, idna, requests, docker-pycreds, websocket-client, docker, docopt, PyYAML, docker-compose [2021-03-29T16:30:47.591Z] Running setup.py install for dockerpty: started [2021-03-29T16:30:49.556Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-29T16:30:49.556Z] Running setup.py install for texttable: started [2021-03-29T16:30:51.516Z] Running setup.py install for texttable: finished with status 'done' [2021-03-29T16:30:51.516Z] Attempting uninstall: urllib3 [2021-03-29T16:30:51.516Z] Found existing installation: urllib3 1.25.9 [2021-03-29T16:30:51.516Z] Uninstalling urllib3-1.25.9: [2021-03-29T16:30:51.516Z] Successfully uninstalled urllib3-1.25.9 [2021-03-29T16:30:51.788Z] Attempting uninstall: idna [2021-03-29T16:30:51.788Z] Found existing installation: idna 2.9 [2021-03-29T16:30:51.788Z] Uninstalling idna-2.9: [2021-03-29T16:30:52.059Z] Successfully uninstalled idna-2.9 [2021-03-29T16:30:52.651Z] Attempting uninstall: requests [2021-03-29T16:30:52.651Z] Found existing installation: requests 2.23.0 [2021-03-29T16:30:52.651Z] Uninstalling requests-2.23.0: [2021-03-29T16:30:52.922Z] Successfully uninstalled requests-2.23.0 [2021-03-29T16:30:54.346Z] Running setup.py install for docopt: started [2021-03-29T16:30:56.312Z] Running setup.py install for docopt: finished with status 'done' [2021-03-29T16:30:56.312Z] Running setup.py install for PyYAML: started [2021-03-29T16:30:59.250Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-29T16:30:59.250Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-29T16:31:01.024Z] Running on prd-ubuntu18.04-docker-8c-8g-31766 in /w/workspace/edgexfoundry_edgex-go_PR-3300 [Pipeline] { [Pipeline] ws [2021-03-29T16:31:01.076Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-29T16:31:02.641Z] Removing intermediate container 259326b634c6 [2021-03-29T16:31:02.641Z] ---> e404aeb2395e [2021-03-29T16:31:02.641Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-29T16:31:02.925Z] ---> Running in 6f3bab5b33e8 [2021-03-29T16:31:03.488Z] using credential edgex-jenkins-ssh [2021-03-29T16:31:03.560Z] Cloning the remote Git repository [2021-03-29T16:31:03.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:31:04.172Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:31:03.560Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-29T16:31:03.623Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-29T16:31:03.652Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T16:31:03.652Z] > git --version # timeout=10 [2021-03-29T16:31:03.658Z] > git --version # 'git version 2.17.1' [2021-03-29T16:31:03.659Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T16:31:03.681Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T16:31:04.763Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T16:31:04.763Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-29T16:31:04.763Z] (3/3) Installing curl (7.69.1-r3) [2021-03-29T16:31:04.763Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:31:04.763Z] OK: 72 MiB in 58 packages [2021-03-29T16:31:05.760Z] Removing intermediate container 6f3bab5b33e8 [2021-03-29T16:31:06.033Z] ---> 9a5a238f032c [2021-03-29T16:31:06.033Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-29T16:31:06.033Z] ---> Running in 3d8636b4434c [2021-03-29T16:31:06.625Z] Removing intermediate container 3d8636b4434c [2021-03-29T16:31:06.625Z] ---> b26f5cb0fecc [2021-03-29T16:31:06.625Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T16:31:06.625Z] ---> Running in 364150fd1ebf [2021-03-29T16:31:07.217Z] Removing intermediate container 364150fd1ebf [2021-03-29T16:31:07.218Z] ---> 50743f42ccfa [2021-03-29T16:31:07.218Z] Step 24/26 : LABEL arch=arm64 [2021-03-29T16:31:07.218Z] ---> Running in a695ea52d450 [2021-03-29T16:31:07.492Z] Removing intermediate container a695ea52d450 [2021-03-29T16:31:07.492Z] ---> 572440793c89 [2021-03-29T16:31:07.492Z] Step 25/26 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 [2021-03-29T16:31:07.761Z] ---> Running in d3225f78f2b8 [2021-03-29T16:31:08.354Z] Removing intermediate container d3225f78f2b8 [2021-03-29T16:31:08.354Z] ---> 8ff7afe94dc3 [2021-03-29T16:31:08.354Z] Step 26/26 : LABEL version=0.0.0 [2021-03-29T16:31:08.354Z] ---> Running in 0b9e69cdcb4c [2021-03-29T16:31:08.949Z] Removing intermediate container 0b9e69cdcb4c [2021-03-29T16:31:08.949Z] ---> e74c26db0005 [2021-03-29T16:31:08.949Z] [2021-03-29T16:31:09.222Z] Successfully built e74c26db0005 [2021-03-29T16:31:09.222Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-29T16:31:09.508Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-29T16:31:09.504Z] $ docker stop --time=1 d2cbca57fe80f9f2d6e2896d2cc89cd8eb685aa21570301e9e6c2b927a4c9117 [2021-03-29T16:31:11.397Z] $ docker rm -f d2cbca57fe80f9f2d6e2896d2cc89cd8eb685aa21570301e9e6c2b927a4c9117 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T16:31:12.066Z] + docker images [2021-03-29T16:31:12.066Z] + grep docker [2021-03-29T16:31:12.337Z] docker-sys-mgmt-agent-go-arm64 latest e74c26db0005 4 seconds ago 300MB [2021-03-29T16:31:12.337Z] docker-core-metadata-go-arm64 latest fb2a8f76cbb2 About a minute ago 17.9MB [2021-03-29T16:31:12.337Z] docker-core-command-go-arm64 latest 05da485029e5 About a minute ago 16.3MB [2021-03-29T16:31:12.337Z] docker-security-bootstrapper-go-arm64 latest 44f774880e96 About a minute ago 17.9MB [2021-03-29T16:31:12.337Z] docker-core-data-go-arm64 latest b179e9d07233 3 minutes ago 21.4MB [2021-03-29T16:31:12.337Z] docker-support-notifications-go-arm64 latest e732248f3917 3 minutes ago 16.9MB [2021-03-29T16:31:12.337Z] docker-support-scheduler-go-arm64 latest e8a057651b0c 3 minutes ago 16.4MB [2021-03-29T16:31:12.337Z] docker-security-secretstore-setup-go-arm64 latest ce65d006ff68 3 minutes ago 23.7MB [2021-03-29T16:31:12.337Z] docker-security-proxy-setup-go-arm64 latest 18828c3a5c17 4 minutes ago 23.4MB [2021-03-29T16:31:12.337Z] 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-03-29T16:31:13.243Z] ---> job-cost.sh [2021-03-29T16:31:13.243Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-IuGy [2021-03-29T16:31:15.119Z] Merging remotes/origin/master commit 04121680b1087f96ef009b594f8095f8f3b5fdf8 into PR head commit deca809b343d4829714b032cd8e942232f1347b0 [2021-03-29T16:31:15.304Z] Merge succeeded, producing deca809b343d4829714b032cd8e942232f1347b0 [2021-03-29T16:31:15.305Z] Checking out Revision deca809b343d4829714b032cd8e942232f1347b0 (PR-3300) [2021-03-29T16:31:14.610Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T16:31:14.616Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T16:31:14.629Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T16:31:14.643Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T16:31:14.643Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T16:31:14.649Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3300/head:refs/remotes/origin/PR-3300 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-29T16:31:15.121Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T16:31:15.126Z] > git checkout -f deca809b343d4829714b032cd8e942232f1347b0 # timeout=10 [2021-03-29T16:31:15.265Z] > git remote # timeout=10 [2021-03-29T16:31:15.272Z] > git config --get remote.origin.url # timeout=10 [2021-03-29T16:31:15.276Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T16:31:15.280Z] > git merge 04121680b1087f96ef009b594f8095f8f3b5fdf8 # timeout=10 [2021-03-29T16:31:15.290Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-29T16:31:15.299Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T16:31:15.311Z] > git checkout -f deca809b343d4829714b032cd8e942232f1347b0 # timeout=10 [2021-03-29T16:31:19.138Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" [2021-03-29T16:31:19.480Z] [2021-03-29T16:31:19.480Z] GitHub has been notified of this commit’s build result [2021-03-29T16:31:19.480Z] [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T16:31:20.266Z] + echo snap-build.sh [2021-03-29T16:31:20.266Z] snap-build.sh [2021-03-29T16:31:20.266Z] + SNAP_BASE_DIR=. [2021-03-29T16:31:20.266Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-03-29T16:31:20.266Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-03-29T16:31:20.266Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-03-29T16:31:20.266Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-03-29T16:31:20.266Z] + cd /w/workspace/edgex-go/2 [2021-03-29T16:31:20.266Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-29T16:31:20.266Z] Reading package lists... [2021-03-29T16:31:20.535Z] Building dependency tree... [2021-03-29T16:31:20.535Z] Reading state information... [2021-03-29T16:31:20.804Z] The following packages were automatically installed and are no longer required: [2021-03-29T16:31:20.804Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-29T16:31:20.804Z] uidmap xdelta3 [2021-03-29T16:31:20.804Z] Use 'sudo apt autoremove' to remove them. [2021-03-29T16:31:20.804Z] The following packages will be REMOVED: [2021-03-29T16:31:20.804Z] lxd* lxd-client* [2021-03-29T16:31:21.383Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-29T16:31:21.383Z] After this operation, 31.7 MB disk space will be freed. [2021-03-29T16:31:22.697Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-29T16:31:22.697Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-29T16:31:24.094Z] Removing lxd dnsmasq configuration [2021-03-29T16:31:24.359Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-29T16:31:24.621Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-29T16:31:25.568Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-29T16:31:25.840Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-29T16:31:25.840Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-29T16:31:27.775Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-29T16:31:27.775Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-29T16:31:29.770Z] + sudo snap remove --purge lxd [2021-03-29T16:31:30.033Z] snap "lxd" is not installed [2021-03-29T16:31:30.033Z] + sudo groupadd --force --system lxd [2021-03-29T16:31:30.033Z] ++ whoami [2021-03-29T16:31:30.033Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-29T16:31:30.033Z] + newgrp - lxd [2021-03-29T16:31:30.033Z] + sudo snap install lxd [2021-03-29T16:31:42.314Z] 2021-03-29T16:31:39Z INFO Waiting for automatic snapd restart... [2021-03-29T16:32:00.192Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-29T16:32:14.480Z] lxd 4.12 from Canonical* installed [2021-03-29T16:32:14.480Z] + sudo lxd init --auto [2021-03-29T16:32:21.103Z] + sudo snap install --classic snapcraft [2021-03-29T16:32:36.039Z] snapcraft 4.5.4 from Canonical* installed [2021-03-29T16:32:36.039Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-29T16:32:36.039Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-29T16:32:36.039Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T16:32:36.039Z] Dload Upload Total Spent Left Speed [2021-03-29T16:32:36.039Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 5097 0 --:--:-- --:--:-- --:--:-- 5139 [2021-03-29T16:32:36.039Z] 100 3325k 100 3325k 0 0 9609k 0 --:--:-- --:--:-- --:--:-- 9609k [2021-03-29T16:32:36.039Z] ./yq_linux_amd64 [2021-03-29T16:32:36.039Z] + sudo snapcraft prime --use-lxd [2021-03-29T16:32:36.301Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-29T16:32:36.301Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-29T16:32:36.301Z] - README.md [2021-03-29T16:32:36.301Z] [2021-03-29T16:32:36.301Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-29T16:32:37.690Z] Launching a container. [2021-03-29T16:32:52.656Z] Waiting for container to be ready [2021-03-29T16:32:52.656Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-29T16:32:52.656Z] [2021-03-29T16:32:56.891Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-29T16:32:56.891Z] Waiting for network to be ready... [2021-03-29T16:32:57.153Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-29T16:32:57.153Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-29T16:32:57.153Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] [2021-03-29T16:32:57.416Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-29T16:32:57.416Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-29T16:32:57.416Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-29T16:32:57.416Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-29T16:32:57.416Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-29T16:32:57.416Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-29T16:32:57.416Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-29T16:32:57.679Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-29T16:32:57.941Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-29T16:32:58.203Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-29T16:32:58.203Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-29T16:32:58.203Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-29T16:32:58.203Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-29T16:32:58.203Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-29T16:32:58.203Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-29T16:32:58.465Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-29T16:32:58.727Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-29T16:32:58.988Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-29T16:32:58.988Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-29T16:32:58.988Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-29T16:32:58.988Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-29T16:32:58.988Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-29T16:32:58.988Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-29T16:32:58.988Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-29T16:33:03.250Z] Fetched 24.2 MB in 6s (4329 kB/s) [2021-03-29T16:33:04.206Z] Reading package lists... [2021-03-29T16:33:04.473Z] Reading package lists... [2021-03-29T16:33:04.737Z] Building dependency tree... [2021-03-29T16:33:04.737Z] Reading state information... [2021-03-29T16:33:04.999Z] The following additional packages will be installed: [2021-03-29T16:33:04.999Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-29T16:33:04.999Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-29T16:33:04.999Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-29T16:33:04.999Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-29T16:33:04.999Z] Suggested packages: [2021-03-29T16:33:04.999Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-29T16:33:04.999Z] Recommended packages: [2021-03-29T16:33:04.999Z] gnupg libsasl2-modules [2021-03-29T16:33:04.999Z] The following NEW packages will be installed: [2021-03-29T16:33:04.999Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-29T16:33:04.999Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-29T16:33:04.999Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-29T16:33:04.999Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-29T16:33:04.999Z] The following packages will be upgraded: [2021-03-29T16:33:04.999Z] gpg gpg-agent gpgconf libudev1 [2021-03-29T16:33:05.263Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-29T16:33:05.263Z] Need to get 3530 kB of archives. [2021-03-29T16:33:05.263Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-29T16:33:05.263Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-29T16:33:05.263Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-29T16:33:05.263Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-29T16:33:05.526Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-29T16:33:05.526Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-29T16:33:05.526Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-29T16:33:05.789Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-29T16:33:05.789Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-29T16:33:05.789Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-29T16:33:05.789Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-29T16:33:05.789Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-29T16:33:06.053Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-29T16:33:06.053Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-29T16:33:06.053Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-29T16:33:06.053Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-29T16:33:06.053Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-29T16:33:06.053Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-29T16:33:06.053Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-29T16:33:06.053Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-29T16:33:06.053Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-29T16:33:06.053Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-29T16:33:06.053Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-29T16:33:06.315Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T16:33:06.315Z] Fetched 3530 kB in 1s (3446 kB/s) [2021-03-29T16:33:06.315Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-29T16:33:06.315Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-29T16:33:06.315Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T16:33:06.578Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-29T16:33:06.578Z] Selecting previously unselected package udev. [2021-03-29T16:33:06.578Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-29T16:33:06.578Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-29T16:33:06.578Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-29T16:33:06.839Z] Selecting previously unselected package libfuse2:amd64. [2021-03-29T16:33:06.840Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-29T16:33:07.102Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-29T16:33:07.102Z] Selecting previously unselected package fuse. [2021-03-29T16:33:07.102Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-29T16:33:07.102Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-29T16:33:07.102Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T16:33:07.102Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T16:33:07.367Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T16:33:07.367Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T16:33:07.367Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T16:33:07.367Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T16:33:07.630Z] Selecting previously unselected package libksba8:amd64. [2021-03-29T16:33:07.630Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-29T16:33:07.630Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-29T16:33:07.630Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-29T16:33:07.630Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T16:33:07.630Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:33:07.630Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-29T16:33:07.630Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T16:33:07.630Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:33:07.895Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-29T16:33:07.895Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T16:33:07.895Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:33:07.895Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-29T16:33:07.895Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T16:33:07.895Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:33:08.160Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-29T16:33:08.160Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T16:33:08.160Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:33:08.160Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-29T16:33:08.160Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T16:33:08.160Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:33:08.423Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-29T16:33:08.423Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T16:33:08.423Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:33:08.423Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-29T16:33:08.423Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T16:33:08.423Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:33:08.685Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-29T16:33:08.685Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T16:33:08.685Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:33:08.685Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-29T16:33:08.685Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-29T16:33:08.685Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T16:33:08.685Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-29T16:33:08.685Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-29T16:33:08.685Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T16:33:08.948Z] Selecting previously unselected package libldap-common. [2021-03-29T16:33:08.948Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-29T16:33:08.948Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T16:33:08.948Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-29T16:33:08.948Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-29T16:33:08.948Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T16:33:09.210Z] Selecting previously unselected package dirmngr. [2021-03-29T16:33:09.210Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T16:33:09.210Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-29T16:33:09.210Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T16:33:09.210Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-29T16:33:09.210Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-29T16:33:09.471Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T16:33:09.471Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T16:33:09.471Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-29T16:33:09.471Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:33:09.471Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-29T16:33:09.471Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T16:33:09.738Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-29T16:33:10.319Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-29T16:33:10.319Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:33:10.319Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-29T16:33:10.581Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-29T16:33:10.581Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-29T16:33:10.581Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:33:10.581Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:33:10.581Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:33:10.581Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:33:10.581Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:33:10.581Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:33:10.581Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:33:10.843Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T16:33:10.843Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-29T16:33:10.843Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T16:33:11.417Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-29T16:33:11.417Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-29T16:33:11.417Z] This means they are not meant to be enabled using systemctl. [2021-03-29T16:33:11.417Z] Possible reasons for having this kind of units are: [2021-03-29T16:33:11.417Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-29T16:33:11.417Z] .wants/ or .requires/ directory. [2021-03-29T16:33:11.417Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-29T16:33:11.417Z] a requirement dependency on it. [2021-03-29T16:33:11.417Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-29T16:33:11.417Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-29T16:33:11.417Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-29T16:33:11.417Z] instance name specified. [2021-03-29T16:33:11.991Z] Reading package lists... [2021-03-29T16:33:11.991Z] Building dependency tree... [2021-03-29T16:33:11.991Z] Reading state information... [2021-03-29T16:33:12.252Z] The following additional packages will be installed: [2021-03-29T16:33:12.252Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-29T16:33:12.252Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-29T16:33:12.252Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-29T16:33:12.252Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-29T16:33:12.252Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-29T16:33:12.252Z] Suggested packages: [2021-03-29T16:33:12.252Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-29T16:33:12.252Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-29T16:33:12.252Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-29T16:33:12.252Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-29T16:33:12.252Z] systemd-container policykit-1 [2021-03-29T16:33:12.252Z] Recommended packages: [2021-03-29T16:33:12.252Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-29T16:33:12.252Z] The following NEW packages will be installed: [2021-03-29T16:33:12.252Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-29T16:33:12.252Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-29T16:33:12.252Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-29T16:33:12.252Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-29T16:33:12.252Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-29T16:33:12.252Z] The following packages will be upgraded: [2021-03-29T16:33:12.252Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-29T16:33:12.512Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-29T16:33:12.512Z] Need to get 35.2 MB of archives. [2021-03-29T16:33:12.512Z] After this operation, 141 MB of additional disk space will be used. [2021-03-29T16:33:12.512Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-29T16:33:12.512Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-29T16:33:12.512Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-03-29T16:33:12.512Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-29T16:33:12.512Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-29T16:33:12.512Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-29T16:33:12.512Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-29T16:33:12.773Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-29T16:33:12.773Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-29T16:33:12.773Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-29T16:33:12.773Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-29T16:33:12.773Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-29T16:33:12.773Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-29T16:33:12.773Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-29T16:33:12.773Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-29T16:33:12.773Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-29T16:33:12.773Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-29T16:33:12.773Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-29T16:33:12.773Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-29T16:33:13.347Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-29T16:33:13.347Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-29T16:33:13.347Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-29T16:33:13.347Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-29T16:33:13.347Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-29T16:33:13.347Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-29T16:33:13.347Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-29T16:33:13.347Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-29T16:33:13.347Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-29T16:33:13.608Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-29T16:33:13.609Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-29T16:33:13.874Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T16:33:13.874Z] Fetched 35.2 MB in 1s (28.5 MB/s) [2021-03-29T16:33:13.874Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-29T16:33:13.874Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-29T16:33:14.137Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T16:33:14.710Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-29T16:33:14.978Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T16:33:14.978Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-29T16:33:14.978Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-29T16:33:14.978Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-29T16:33:15.240Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-29T16:33:15.240Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-29T16:33:15.505Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-29T16:33:15.505Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-29T16:33:15.505Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-29T16:33:16.084Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-29T16:33:16.084Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-29T16:33:16.660Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-29T16:33:16.925Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-29T16:33:16.925Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-29T16:33:16.925Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-29T16:33:17.195Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-29T16:33:17.195Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T16:33:17.195Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T16:33:17.457Z] Selecting previously unselected package libexpat1:amd64. [2021-03-29T16:33:17.457Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-29T16:33:17.457Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-29T16:33:17.457Z] Selecting previously unselected package python3.6-minimal. [2021-03-29T16:33:17.457Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T16:33:17.457Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T16:33:17.721Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-29T16:33:17.983Z] Checking for services that may need to be restarted...done. [2021-03-29T16:33:17.983Z] Checking for services that may need to be restarted...done. [2021-03-29T16:33:17.983Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T16:33:18.257Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-29T16:33:18.257Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T16:33:19.665Z] Selecting previously unselected package python3-minimal. [2021-03-29T16:33:19.665Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-29T16:33:19.665Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-29T16:33:19.665Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-29T16:33:19.665Z] Selecting previously unselected package mime-support. [2021-03-29T16:33:19.665Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-29T16:33:19.665Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-29T16:33:19.928Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-29T16:33:19.928Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-29T16:33:19.928Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-29T16:33:19.928Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-29T16:33:19.928Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T16:33:19.928Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T16:33:20.190Z] Selecting previously unselected package python3.6. [2021-03-29T16:33:20.190Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T16:33:20.190Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T16:33:20.453Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-29T16:33:20.453Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-29T16:33:20.453Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-29T16:33:20.453Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-29T16:33:20.714Z] Selecting previously unselected package python3. [2021-03-29T16:33:20.714Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-29T16:33:20.714Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-29T16:33:20.714Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-29T16:33:20.714Z] Selecting previously unselected package multiarch-support. [2021-03-29T16:33:20.714Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T16:33:20.977Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-29T16:33:20.977Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-29T16:33:20.977Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-29T16:33:20.977Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-29T16:33:20.977Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-29T16:33:20.977Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-29T16:33:21.239Z] Selecting previously unselected package libbsd0:amd64. [2021-03-29T16:33:21.239Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-29T16:33:21.239Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-29T16:33:21.239Z] Selecting previously unselected package sudo. [2021-03-29T16:33:21.239Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-29T16:33:21.239Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-29T16:33:21.501Z] Selecting previously unselected package apparmor. [2021-03-29T16:33:21.501Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-29T16:33:21.501Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-29T16:33:21.762Z] Selecting previously unselected package libedit2:amd64. [2021-03-29T16:33:21.762Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-29T16:33:21.762Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-29T16:33:21.762Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-29T16:33:21.762Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T16:33:21.762Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T16:33:22.023Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-29T16:33:22.023Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T16:33:22.023Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T16:33:22.023Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-29T16:33:22.023Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-29T16:33:22.023Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-29T16:33:22.284Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-29T16:33:22.284Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T16:33:22.284Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T16:33:22.284Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-29T16:33:22.284Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T16:33:22.284Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T16:33:22.545Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-29T16:33:22.545Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-29T16:33:22.545Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-29T16:33:22.806Z] Selecting previously unselected package openssh-client. [2021-03-29T16:33:22.806Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-29T16:33:22.806Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-29T16:33:22.806Z] Selecting previously unselected package squashfs-tools. [2021-03-29T16:33:22.806Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-29T16:33:22.806Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-29T16:33:23.082Z] Selecting previously unselected package snapd. [2021-03-29T16:33:23.082Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-29T16:33:23.082Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-29T16:33:25.643Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-29T16:33:25.904Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-29T16:33:25.904Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-29T16:33:26.166Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-29T16:33:26.166Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-29T16:33:26.166Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T16:33:26.166Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T16:33:26.166Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-29T16:33:26.166Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-29T16:33:27.115Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-29T16:33:27.116Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-29T16:33:27.116Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-29T16:33:27.116Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T16:33:27.116Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T16:33:27.116Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T16:33:28.065Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-29T16:33:28.065Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T16:33:28.330Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-29T16:33:28.330Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-29T16:33:28.330Z] running python rtupdate hooks for python3.6... [2021-03-29T16:33:28.330Z] running python post-rtupdate hooks for python3.6... [2021-03-29T16:33:28.330Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-29T16:33:30.252Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-29T16:33:30.522Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T16:33:30.522Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-29T16:33:30.786Z] Setting up snapd (2.48.3+18.04) ... [2021-03-29T16:33:31.743Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-29T16:33:31.743Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-29T16:33:32.318Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-29T16:33:32.318Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-29T16:33:32.580Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-29T16:33:32.580Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-29T16:33:32.846Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-29T16:33:33.424Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-29T16:33:33.424Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-29T16:33:33.999Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-29T16:33:34.000Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-03-29T16:33:34.000Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T16:33:34.000Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-29T16:33:35.918Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-29T16:33:35.918Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-29T16:33:35.918Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-29T16:33:36.959Z] lf-activate-venv(): INFO: Adding /tmp/venv-IuGy/bin to PATH [2021-03-29T16:33:36.959Z] INFO: No Stack... [2021-03-29T16:33:36.959Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-29T16:33:36.959Z] INFO: Archiving Costs [Pipeline] sh [2021-03-29T16:33:37.292Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [2021-03-29T16:33:37.292Z] + cut -d, -f6 [Pipeline] lock [2021-03-29T16:33:37.414Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3300-2-stack-cost] [2021-03-29T16:33:37.430Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3300-2-stack-cost] did not exist. Created. [2021-03-29T16:33:37.430Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3300-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-29T16:33:37.867Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-29T16:33:38.098Z] Reading package lists... [2021-03-29T16:33:38.098Z] Reading package lists... [2021-03-29T16:33:38.210Z] Stashed 1 file(s) [Pipeline] } [2021-03-29T16:33:38.222Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3300-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [2021-03-29T16:33:38.365Z] Building dependency tree... [2021-03-29T16:33:38.366Z] Reading state information... [2021-03-29T16:33:38.366Z] Calculating upgrade... [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-29T16:33:38.951Z] The following packages will be upgraded: [2021-03-29T16:33:38.951Z] advancecomp base-files bash binutils binutils-common [2021-03-29T16:33:38.951Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-29T16:33:38.951Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-29T16:33:38.951Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-29T16:33:38.951Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-29T16:33:38.951Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-29T16:33:38.951Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-29T16:33:38.951Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-29T16:33:38.951Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-29T16:33:38.951Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-29T16:33:38.951Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-29T16:33:38.951Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-29T16:33:38.951Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-29T16:33:38.951Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-29T16:33:38.951Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-29T16:33:38.951Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-29T16:33:38.951Z] Need to get 63.8 MB of archives. [2021-03-29T16:33:38.951Z] After this operation, 5208 kB of additional disk space will be used. [2021-03-29T16:33:38.951Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-03-29T16:33:38.951Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-29T16:33:38.951Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-29T16:33:38.951Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-29T16:33:38.951Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-29T16:33:38.951Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-29T16:33:38.951Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-29T16:33:38.951Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-29T16:33:38.951Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-29T16:33:38.951Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-29T16:33:38.951Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-29T16:33:38.951Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-29T16:33:38.951Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-29T16:33:38.951Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-29T16:33:38.951Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-29T16:33:38.951Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-29T16:33:38.951Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-29T16:33:38.951Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-29T16:33:39.217Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-29T16:33:39.217Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-29T16:33:39.217Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-29T16:33:39.217Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-29T16:33:39.217Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-29T16:33:39.217Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-29T16:33:39.217Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-29T16:33:39.217Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-29T16:33:39.217Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-29T16:33:39.217Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-29T16:33:39.217Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-29T16:33:39.217Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-29T16:33:39.217Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-29T16:33:39.217Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-29T16:33:39.217Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-29T16:33:39.217Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-29T16:33:39.217Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-29T16:33:39.217Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-29T16:33:39.217Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-29T16:33:39.217Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-29T16:33:39.217Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-29T16:33:39.217Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-03-29T16:33:39.217Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-29T16:33:39.217Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-29T16:33:39.217Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-29T16:33:39.217Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-29T16:33:39.217Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-29T16:33:39.217Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-29T16:33:39.217Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-29T16:33:39.217Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-29T16:33:39.217Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-29T16:33:39.217Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-29T16:33:39.478Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-29T16:33:39.478Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-29T16:33:39.478Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-29T16:33:39.478Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-29T16:33:39.478Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-29T16:33:39.478Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-29T16:33:39.740Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-29T16:33:39.740Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-29T16:33:39.740Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-29T16:33:39.740Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-29T16:33:39.740Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-29T16:33:40.002Z] 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-03-29T16:33:40.002Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-29T16:33:40.002Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-29T16:33:40.002Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-29T16:33:40.002Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-29T16:33:40.002Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-29T16:33:40.002Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-29T16:33:40.002Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-29T16:33:40.003Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-29T16:33:40.003Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-29T16:33:40.003Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-29T16:33:40.269Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-29T16:33:40.269Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-29T16:33:40.269Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-29T16:33:40.269Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-29T16:33:40.269Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-29T16:33:40.269Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-29T16:33:40.269Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-29T16:33:40.269Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-29T16:33:40.269Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-29T16:33:40.269Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-29T16:33:40.269Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-29T16:33:40.269Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-29T16:33:40.269Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-29T16:33:40.269Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-29T16:33:40.269Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-29T16:33:40.269Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-29T16:33:40.536Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-29T16:33:40.536Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-29T16:33:40.536Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-29T16:33:40.536Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-29T16:33:40.536Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-29T16:33:40.536Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-29T16:33:40.536Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-29T16:33:40.536Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-29T16:33:40.536Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-29T16:33:40.536Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-29T16:33:40.802Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-29T16:33:40.802Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T16:33:40.802Z] Fetched 63.8 MB in 2s (34.3 MB/s) [2021-03-29T16:33:41.064Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:33:41.064Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T16:33:41.064Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T16:33:42.015Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T16:33:42.015Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T16:33:42.015Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-03-29T16:33:42.015Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-03-29T16:33:42.977Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T16:33:42.977Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T16:33:42.977Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T16:33:42.977Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T16:33:42.977Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T16:33:43.244Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T16:33:43.244Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T16:33:43.244Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T16:33:43.508Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T16:33:43.508Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T16:33:43.508Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T16:33:43.508Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T16:33:43.771Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T16:33:43.771Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T16:33:43.771Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T16:33:44.033Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T16:33:44.033Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T16:33:44.033Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-29T16:33:44.034Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-29T16:33:44.298Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T16:33:44.298Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T16:33:44.298Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T16:33:44.298Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T16:33:44.298Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T16:33:44.562Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T16:33:44.562Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T16:33:44.825Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T16:33:45.088Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T16:33:45.088Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T16:33:45.088Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T16:33:46.044Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-29T16:33:46.308Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T16:33:46.308Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-29T16:33:46.308Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-29T16:33:46.308Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-29T16:33:46.308Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-29T16:33:46.571Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-29T16:33:46.571Z] Installing new version of config file /etc/issue ... [2021-03-29T16:33:46.571Z] Installing new version of config file /etc/issue.net ... [2021-03-29T16:33:46.571Z] Installing new version of config file /etc/lsb-release ... [2021-03-29T16:33:46.571Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-29T16:33:47.148Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-29T16:33:47.148Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-29T16:33:47.148Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-29T16:33:47.148Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:33:47.148Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-29T16:33:47.148Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-29T16:33:47.414Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-29T16:33:47.414Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-03-29T16:33:47.679Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:33:47.679Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T16:33:47.679Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-29T16:33:47.679Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-29T16:33:47.941Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:33:47.941Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-29T16:33:47.941Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-29T16:33:47.941Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-29T16:33:48.202Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:33:48.202Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-29T16:33:48.202Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-29T16:33:48.465Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-29T16:33:48.726Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:33:48.726Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T16:33:48.726Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T16:33:48.726Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-29T16:33:48.988Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:33:48.988Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T16:33:48.988Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T16:33:48.988Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-29T16:33:49.251Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:33:49.251Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-29T16:33:49.251Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-29T16:33:49.251Z] Setting up grep (3.1-2build1) ... [2021-03-29T16:33:49.513Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:33:49.513Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-29T16:33:49.513Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-29T16:33:49.513Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-29T16:33:49.775Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:33:49.775Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T16:33:49.775Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T16:33:49.775Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-29T16:33:50.037Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:33:50.037Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-29T16:33:50.037Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T16:33:50.612Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-29T16:33:50.612Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T16:33:50.876Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-29T16:33:50.876Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T16:33:51.822Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-29T16:33:51.822Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:33:51.822Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-29T16:33:51.822Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T16:33:52.769Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-29T16:33:52.769Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-29T16:33:53.031Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-29T16:33:53.031Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-29T16:33:53.296Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-29T16:33:53.296Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:33:53.296Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-29T16:33:53.559Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-29T16:33:53.559Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-29T16:33:53.825Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:33:53.825Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T16:33:53.825Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T16:33:54.089Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T16:33:54.089Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:33:54.089Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T16:33:54.351Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T16:33:54.351Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T16:33:54.613Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:33:54.613Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T16:33:54.613Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T16:33:54.613Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T16:33:54.877Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:33:54.877Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T16:33:54.877Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T16:33:54.877Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T16:33:55.157Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:33:55.157Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T16:33:55.157Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T16:33:55.435Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T16:33:55.435Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T16:33:55.700Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-29T16:33:55.701Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:33:55.701Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T16:33:55.701Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T16:33:55.964Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-29T16:33:56.227Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:33:56.227Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T16:33:56.227Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T16:33:56.490Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T16:33:56.490Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:33:56.490Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T16:33:56.490Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T16:33:56.490Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-29T16:33:56.751Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:33:56.751Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T16:33:57.020Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T16:33:57.626Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-29T16:33:57.903Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-29T16:33:58.534Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-29T16:33:58.534Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:33:58.534Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T16:33:58.534Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T16:33:58.812Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-29T16:33:59.104Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:33:59.104Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-29T16:33:59.104Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T16:33:59.408Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-29T16:33:59.408Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:33:59.408Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-29T16:33:59.680Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-29T16:33:59.680Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-29T16:34:00.305Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:34:00.305Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-29T16:34:00.305Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-29T16:34:00.305Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-29T16:34:00.579Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:34:00.579Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-29T16:34:00.579Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-29T16:34:00.579Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-29T16:34:00.855Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:34:00.855Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-29T16:34:01.126Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T16:34:01.126Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T16:34:01.387Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:34:01.387Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-29T16:34:01.387Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T16:34:01.650Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T16:34:01.650Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:34:01.650Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-29T16:34:01.912Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T16:34:02.174Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T16:34:02.174Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:34:02.174Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T16:34:02.436Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T16:34:02.436Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-29T16:34:02.436Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T16:34:02.699Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T16:34:02.699Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T16:34:02.699Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-29T16:34:02.961Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:34:02.961Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-29T16:34:02.961Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-29T16:34:02.961Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-29T16:34:03.223Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:34:03.223Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-29T16:34:03.223Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T16:34:03.223Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T16:34:03.799Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:34:03.799Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T16:34:03.799Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T16:34:03.799Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-29T16:34:03.799Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:34:03.799Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-29T16:34:03.799Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-29T16:34:04.064Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-29T16:34:04.064Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:34:04.064Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-29T16:34:04.064Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-29T16:34:04.638Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-29T16:34:04.638Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:34:04.638Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T16:34:04.638Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T16:34:04.900Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-29T16:34:04.900Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:34:04.900Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-29T16:34:04.900Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-29T16:34:05.162Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-29T16:34:05.162Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:34:05.162Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-29T16:34:05.162Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-29T16:34:05.424Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-29T16:34:05.424Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:34:05.424Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-29T16:34:05.424Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-29T16:34:05.686Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-29T16:34:05.686Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:34:05.686Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-29T16:34:05.951Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-29T16:34:05.951Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-29T16:34:06.213Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:34:06.213Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-29T16:34:06.213Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-29T16:34:06.474Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-29T16:34:06.474Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:34:06.474Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-29T16:34:06.474Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-29T16:34:06.741Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-29T16:34:06.741Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-29T16:34:06.741Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-29T16:34:06.741Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-29T16:34:07.004Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-29T16:34:07.004Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-29T16:34:07.268Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-29T16:34:07.268Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-29T16:34:07.531Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-29T16:34:07.531Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-29T16:34:07.531Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-29T16:34:07.531Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-29T16:34:07.793Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-29T16:34:07.793Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-29T16:34:07.793Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-29T16:34:07.793Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-29T16:34:08.056Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-29T16:34:08.056Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-29T16:34:08.056Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-29T16:34:08.319Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-29T16:34:08.319Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-29T16:34:08.319Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-29T16:34:08.583Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-29T16:34:08.583Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-29T16:34:08.583Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-29T16:34:08.583Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-29T16:34:09.976Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-29T16:34:09.976Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-29T16:34:09.976Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-29T16:34:09.976Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-29T16:34:09.976Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T16:34:09.976Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T16:34:10.549Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T16:34:10.550Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T16:34:10.812Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T16:34:10.812Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T16:34:10.812Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T16:34:10.812Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T16:34:11.075Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T16:34:11.075Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T16:34:11.075Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T16:34:11.075Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T16:34:11.335Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T16:34:11.335Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T16:34:11.335Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T16:34:11.335Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T16:34:12.734Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T16:34:12.734Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T16:34:13.683Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T16:34:13.683Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T16:34:14.629Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T16:34:14.629Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T16:34:14.890Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T16:34:14.890Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T16:34:16.277Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T16:34:16.277Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T16:34:16.277Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-29T16:34:16.277Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-29T16:34:16.277Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-29T16:34:16.277Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-29T16:34:16.538Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-29T16:34:16.538Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-29T16:34:16.538Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-29T16:34:16.538Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-29T16:34:16.799Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-29T16:34:16.800Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-29T16:34:16.800Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-29T16:34:16.800Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-29T16:34:17.061Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-29T16:34:17.061Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-29T16:34:17.322Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T16:34:17.322Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-29T16:34:17.322Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T16:34:17.322Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T16:34:17.322Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T16:34:17.322Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-29T16:34:17.322Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-29T16:34:17.322Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-29T16:34:17.583Z] [2021-03-29T16:34:17.583Z] Current default time zone: 'Etc/UTC' [2021-03-29T16:34:17.583Z] Local time is now: Mon Mar 29 16:34:17 UTC 2021. [2021-03-29T16:34:17.583Z] Universal Time is now: Mon Mar 29 16:34:17 UTC 2021. [2021-03-29T16:34:17.583Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-29T16:34:17.583Z] [2021-03-29T16:34:17.583Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-29T16:34:17.583Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T16:34:17.583Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-03-29T16:34:17.845Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-29T16:34:17.845Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-29T16:34:17.845Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-29T16:34:17.845Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-29T16:34:17.845Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-29T16:34:17.845Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-29T16:34:17.845Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-29T16:34:17.845Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T16:34:17.845Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-29T16:34:18.113Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T16:34:18.374Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-29T16:34:18.374Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T16:34:18.374Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-29T16:34:18.375Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-29T16:34:18.375Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-29T16:34:18.375Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-29T16:34:18.375Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-29T16:34:18.375Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-29T16:34:18.375Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-29T16:34:18.635Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-29T16:34:20.550Z] Updating certificates in /etc/ssl/certs... [2021-03-29T16:34:21.942Z] 23 added, 27 removed; done. [2021-03-29T16:34:21.942Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-29T16:34:21.942Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T16:34:21.942Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-29T16:34:21.942Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-29T16:34:21.942Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-29T16:34:21.942Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T16:34:22.203Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-29T16:34:22.203Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T16:34:22.203Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T16:34:22.203Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T16:34:22.203Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T16:34:22.203Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T16:34:22.203Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-29T16:34:22.464Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-29T16:34:22.464Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-29T16:34:22.464Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-29T16:34:22.464Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-29T16:34:22.464Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T16:34:22.464Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T16:34:22.464Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-29T16:34:22.725Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-29T16:34:22.725Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-29T16:34:22.725Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-29T16:34:22.725Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-29T16:34:22.986Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-29T16:34:22.986Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-29T16:34:22.986Z] Updating certificates in /etc/ssl/certs... [2021-03-29T16:34:23.575Z] 0 added, 0 removed; done. [2021-03-29T16:34:23.575Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-29T16:34:23.575Z] done. [2021-03-29T16:34:24.520Z] Reading package lists... [2021-03-29T16:34:24.520Z] Building dependency tree... [2021-03-29T16:34:24.520Z] Reading state information... [2021-03-29T16:34:24.781Z] The following NEW packages will be installed: [2021-03-29T16:34:24.781Z] apt-transport-https [2021-03-29T16:34:25.043Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-29T16:34:25.043Z] Need to get 1696 B of archives. [2021-03-29T16:34:25.043Z] After this operation, 153 kB of additional disk space will be used. [2021-03-29T16:34:25.043Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-29T16:34:25.043Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T16:34:25.304Z] Fetched 1696 B in 0s (9336 B/s) [2021-03-29T16:34:25.304Z] Selecting previously unselected package apt-transport-https. [2021-03-29T16:34:25.304Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-29T16:34:25.304Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-29T16:34:25.304Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-29T16:34:25.304Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-29T16:34:25.877Z] Waiting for network to be ready... [2021-03-29T16:34:34.018Z] 2021-03-29T16:34:30Z INFO Waiting for automatic snapd restart... [2021-03-29T16:34:34.590Z] snapd 2.49.1 from Canonical* installed [2021-03-29T16:34:35.987Z] "snapd" switched to the "latest/stable" channel [2021-03-29T16:34:35.987Z] [2021-03-29T16:34:41.299Z] core18 20210128 from Canonical* installed [2021-03-29T16:34:41.299Z] "core18" switched to the "latest/stable" channel [2021-03-29T16:34:41.299Z] [2021-03-29T16:34:47.923Z] snapcraft 4.5.4 from Canonical* installed [2021-03-29T16:34:48.185Z] "snapcraft" switched to the "latest/stable" channel [2021-03-29T16:34:48.185Z] [2021-03-29T16:34:52.404Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-29T16:34:52.404Z] - README.md [2021-03-29T16:34:52.404Z] [2021-03-29T16:34:52.404Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-29T16:34:59.010Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T16:34:59.010Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-29T16:34:59.010Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-29T16:34:59.010Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-29T16:35:01.193Z] Reading package lists... [2021-03-29T16:35:01.456Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 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-03-29T16:35:08.192Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T16:35:08.193Z] Reading package lists... [2021-03-29T16:35:08.193Z] Building dependency tree... [2021-03-29T16:35:08.193Z] Reading state information... [2021-03-29T16:35:08.193Z] Suggested packages: [2021-03-29T16:35:08.193Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-29T16:35:08.193Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-29T16:35:08.193Z] Recommended packages: [2021-03-29T16:35:08.193Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-29T16:35:08.193Z] The following NEW packages will be installed: [2021-03-29T16:35:08.193Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-29T16:35:08.193Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-29T16:35:08.193Z] pkg-config zip [2021-03-29T16:35:08.193Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-29T16:35:08.193Z] Need to get 7657 kB of archives. [2021-03-29T16:35:08.193Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-29T16:35:08.193Z] 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-03-29T16:35:08.193Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-29T16:35:08.513Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-29T16:35:08.513Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-29T16:35:08.513Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-29T16:35:08.513Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-29T16:35:08.842Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-29T16:35:08.842Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-29T16:35:08.842Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-29T16:35:08.842Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-29T16:35:09.125Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-29T16:35:09.125Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-29T16:35:09.125Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-29T16:35:09.125Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-29T16:35:09.125Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-29T16:35:09.393Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T16:35:09.393Z] Fetched 7657 kB in 1s (7050 kB/s) [2021-03-29T16:35:09.658Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-29T16:35:09.658Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-29T16:35:09.658Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-29T16:35:09.658Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-29T16:35:09.658Z] Selecting previously unselected package libpsl5:amd64. [2021-03-29T16:35:09.658Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-29T16:35:09.931Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-29T16:35:09.931Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-29T16:35:09.931Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-29T16:35:09.931Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-29T16:35:09.931Z] Selecting previously unselected package librtmp1:amd64. [2021-03-29T16:35:09.931Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-29T16:35:09.931Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-29T16:35:10.201Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-29T16:35:10.201Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-29T16:35:10.201Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-29T16:35:10.201Z] Selecting previously unselected package liberror-perl. [2021-03-29T16:35:10.201Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-29T16:35:10.201Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-29T16:35:10.201Z] Selecting previously unselected package git-man. [2021-03-29T16:35:10.201Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-29T16:35:10.201Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-29T16:35:10.469Z] Selecting previously unselected package git. [2021-03-29T16:35:10.469Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-29T16:35:10.469Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-29T16:35:11.423Z] Selecting previously unselected package libnorm1:amd64. [2021-03-29T16:35:11.423Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-29T16:35:11.423Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-29T16:35:11.684Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-29T16:35:11.684Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-29T16:35:11.685Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-29T16:35:11.685Z] Selecting previously unselected package libsodium23:amd64. [2021-03-29T16:35:11.685Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-29T16:35:11.685Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-29T16:35:11.946Z] Selecting previously unselected package libzmq5:amd64. [2021-03-29T16:35:11.946Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-29T16:35:11.946Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T16:35:11.946Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-29T16:35:11.946Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-29T16:35:11.946Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T16:35:12.208Z] Selecting previously unselected package pkg-config. [2021-03-29T16:35:12.208Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-29T16:35:12.208Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-29T16:35:12.208Z] Selecting previously unselected package zip. [2021-03-29T16:35:12.208Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-29T16:35:12.208Z] Unpacking zip (3.0-11build1) ... [2021-03-29T16:35:12.469Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-29T16:35:12.469Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-29T16:35:12.469Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-29T16:35:12.469Z] Setting up liberror-perl (0.17025-1) ... [2021-03-29T16:35:12.469Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-29T16:35:12.469Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-29T16:35:12.469Z] No schema files found: doing nothing. [2021-03-29T16:35:12.469Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-29T16:35:12.469Z] Setting up zip (3.0-11build1) ... [2021-03-29T16:35:12.731Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-29T16:35:12.731Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-29T16:35:12.731Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-29T16:35:12.731Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T16:35:12.731Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-29T16:35:12.731Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T16:35:12.731Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-29T16:35:12.994Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-29T16:35:19.592Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T16:35:19.592Z] git set to automatically installed. [2021-03-29T16:35:19.592Z] git-man set to automatically installed. [2021-03-29T16:35:19.592Z] libcurl3-gnutls set to automatically installed. [2021-03-29T16:35:19.592Z] liberror-perl set to automatically installed. [2021-03-29T16:35:19.592Z] libglib2.0-0 set to automatically installed. [2021-03-29T16:35:19.592Z] libnghttp2-14 set to automatically installed. [2021-03-29T16:35:19.592Z] libnorm1 set to automatically installed. [2021-03-29T16:35:19.592Z] libpgm-5.2-0 set to automatically installed. [2021-03-29T16:35:19.592Z] libpsl5 set to automatically installed. [2021-03-29T16:35:19.592Z] librtmp1 set to automatically installed. [2021-03-29T16:35:19.592Z] libsodium23 set to automatically installed. [2021-03-29T16:35:19.592Z] libzmq3-dev set to automatically installed. [2021-03-29T16:35:19.592Z] libzmq5 set to automatically installed. [2021-03-29T16:35:19.592Z] pkg-config set to automatically installed. [2021-03-29T16:35:19.592Z] zip set to automatically installed. [2021-03-29T16:35:20.980Z] snapd is not logged in, snap install commands will use sudo [2021-03-29T16:35:27.582Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T16:35:59.746Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-29T16:36:00.692Z] snapd is not logged in, snap install commands will use sudo [2021-03-29T16:36:07.327Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T16:36:07.327Z] snap "core18" has no updates available [2021-03-29T16:36:07.903Z] Pulling go-build-helper [2021-03-29T16:36:07.903Z] + snapcraftctl pull [2021-03-29T16:36:09.293Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-29T16:36:09.293Z] Skipping pull go-build-helper (already ran) [2021-03-29T16:36:09.293Z] Building go-build-helper [2021-03-29T16:36:09.293Z] + snapcraftctl build [2021-03-29T16:36:12.611Z] Staging go-build-helper [2021-03-29T16:36:12.611Z] + snapcraftctl stage [2021-03-29T16:36:27.551Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-29T16:36:27.551Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-29T16:36:27.551Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-29T16:36:27.551Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] [2021-03-29T16:36:27.552Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-29T16:36:27.552Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-29T16:36:27.552Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-29T16:36:27.552Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-29T16:36:27.552Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-29T16:36:27.552Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-29T16:36:27.552Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-29T16:36:27.552Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-29T16:36:27.552Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-29T16:36:27.552Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-29T16:36:27.552Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-29T16:36:27.552Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-29T16:36:27.552Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-29T16:36:27.552Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-29T16:36:27.552Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-29T16:36:27.552Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-29T16:36:27.552Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-29T16:36:27.552Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-29T16:36:27.552Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-29T16:36:27.552Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-29T16:36:27.552Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-29T16:36:27.552Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-29T16:36:27.552Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-29T16:36:27.552Z] Fetched 24.2 MB in 6s (3876 kB/s) [2021-03-29T16:36:27.552Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-29T16:36:27.552Z] Fetched 224 kB in 0s (0 B/s) [2021-03-29T16:36:27.552Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-29T16:36:27.552Z] Fetched 157 kB in 0s (0 B/s) [2021-03-29T16:36:27.552Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-29T16:36:27.552Z] Fetched 221 kB in 0s (0 B/s) [2021-03-29T16:36:27.552Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-29T16:36:27.552Z] Fetched 143 kB in 0s (0 B/s) [2021-03-29T16:36:27.552Z] Pulling app-service-config [2021-03-29T16:36:27.552Z] + snapcraftctl pull [2021-03-29T16:36:27.552Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-29T16:36:27.552Z] Pulling config-common [2021-03-29T16:36:27.552Z] + snapcraftctl pull [2021-03-29T16:36:34.157Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-29T16:36:34.157Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-29T16:36:34.157Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-29T16:36:34.157Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T16:36:34.157Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-29T16:36:34.157Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T16:36:34.157Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-29T16:36:34.157Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T16:36:34.157Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-29T16:36:34.157Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T16:36:34.157Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-29T16:36:34.157Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T16:36:34.157Z] Pulling edgex-go [2021-03-29T16:36:34.157Z] + snapcraftctl pull [2021-03-29T16:37:00.769Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-29T16:37:00.769Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-29T16:37:00.769Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-29T16:37:00.769Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-29T16:37:00.769Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-29T16:37:00.769Z] Fetched 279 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-29T16:37:00.769Z] Fetched 122 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-29T16:37:00.769Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-29T16:37:00.769Z] Fetched 8848 B in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-29T16:37:00.769Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-29T16:37:00.769Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-29T16:37:00.769Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-29T16:37:00.769Z] Fetched 214 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-29T16:37:00.769Z] Fetched 154 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-29T16:37:00.769Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-29T16:37:00.769Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-29T16:37:00.769Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-29T16:37:00.769Z] Fetched 499 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-29T16:37:00.769Z] Fetched 111 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-29T16:37:00.769Z] Fetched 240 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-29T16:37:00.769Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-29T16:37:00.769Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-29T16:37:00.769Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-29T16:37:00.769Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-29T16:37:00.769Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-29T16:37:00.769Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-29T16:37:00.769Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-29T16:37:00.769Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-29T16:37:00.769Z] Fetched 8720 B in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-29T16:37:00.769Z] Fetched 137 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-29T16:37:00.769Z] Fetched 119 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-29T16:37:00.769Z] Fetched 109 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-29T16:37:00.769Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-29T16:37:00.769Z] Fetched 645 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-29T16:37:00.769Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-29T16:37:00.769Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-29T16:37:00.769Z] Fetched 368 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-29T16:37:00.769Z] Fetched 187 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-29T16:37:00.769Z] Fetched 175 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-29T16:37:00.769Z] Fetched 206 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-03-29T16:37:00.769Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-29T16:37:00.769Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-29T16:37:00.769Z] Fetched 159 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-29T16:37:00.769Z] Fetched 107 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-29T16:37:00.769Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-29T16:37:00.769Z] Pulling static-packages [2021-03-29T16:37:00.769Z] + snapcraftctl pull [2021-03-29T16:37:00.769Z] Pulling version [2021-03-29T16:37:00.769Z] + cd /root/project [2021-03-29T16:37:00.769Z] + [ -f VERSION ] [2021-03-29T16:37:00.769Z] + PROJECT_VERSION=local-dev [2021-03-29T16:37:00.769Z] + git rev-parse --short HEAD [2021-03-29T16:37:00.769Z] + GIT_REVISION=deca809b [2021-03-29T16:37:00.769Z] + snapcraftctl set-version local-dev [2021-03-29T16:37:00.769Z] Skipping build go-build-helper (already ran) [2021-03-29T16:37:00.769Z] Building app-service-config [2021-03-29T16:37:00.769Z] + make build [2021-03-29T16:37:00.769Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.35 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-29T16:37:02.164Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.35 [2021-03-29T16:37:02.426Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.56 [2021-03-29T16:37:02.426Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.22 [2021-03-29T16:37:02.426Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.9 [2021-03-29T16:37:02.686Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-29T16:37:02.686Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-29T16:37:02.686Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 [2021-03-29T16:37:02.686Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-29T16:37:02.686Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-29T16:37:02.686Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-29T16:37:02.948Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-29T16:37:02.948Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-29T16:37:02.948Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-29T16:37:02.948Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-29T16:37:02.948Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-29T16:37:03.209Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-29T16:37:03.209Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-29T16:37:03.209Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-29T16:37:03.471Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-29T16:37:03.471Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-29T16:37:03.471Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-29T16:37:03.739Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-29T16:37:03.739Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-29T16:37:03.739Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-29T16:37:03.739Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-29T16:37:03.739Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-29T16:37:04.001Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-29T16:37:04.001Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-29T16:37:04.001Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-29T16:37:04.001Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-29T16:37:04.001Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-29T16:37:04.001Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-29T16:37:04.289Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-29T16:37:04.289Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-29T16:37:04.289Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-29T16:37:04.289Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-29T16:37:04.289Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-29T16:37:04.289Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-29T16:37:04.289Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-29T16:37:04.289Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-29T16:37:04.289Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-29T16:37:04.289Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-29T16:37:04.572Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-29T16:37:04.572Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-29T16:37:16.825Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-29T16:37:16.825Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-29T16:37:16.825Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-29T16:37:16.825Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-29T16:37:18.741Z] Building config-common [2021-03-29T16:37:18.741Z] + snapcraftctl build [2021-03-29T16:37:22.044Z] Building edgex-go [2021-03-29T16:37:22.617Z] + cd /root/parts/edgex-go/src [2021-03-29T16:37:22.618Z] + make build [2021-03-29T16:37:22.618Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-29T16:37:22.881Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-29T16:37:22.881Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.60 [2021-03-29T16:37:22.881Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.20 [2021-03-29T16:37:22.881Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-03-29T16:37:22.881Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-03-29T16:37:23.142Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-29T16:37:23.142Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-03-29T16:37:23.142Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-29T16:37:23.142Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-03-29T16:37:28.459Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-29T16:37:28.724Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-29T16:37:35.350Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-29T16:37:37.269Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-29T16:37:39.819Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-29T16:37:40.765Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-29T16:37:40.765Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-29T16:37:40.765Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-29T16:37:40.765Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-29T16:37:40.765Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-29T16:37:43.361Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-29T16:37:43.361Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-29T16:37:43.361Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-29T16:37:45.374Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-29T16:37:46.764Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-29T16:37:48.686Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-29T16:37:50.076Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-29T16:37:50.076Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-29T16:37:51.996Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-29T16:37:51.996Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-29T16:37:54.558Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-29T16:37:54.558Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-29T16:37:54.558Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-29T16:37:54.558Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-29T16:37:54.558Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-29T16:37:54.558Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-29T16:37:54.558Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-29T16:37:54.558Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-29T16:37:54.558Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-29T16:37:54.558Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-29T16:37:54.558Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-29T16:37:54.558Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-29T16:37:54.558Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-29T16:37:54.558Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-29T16:37:54.558Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-29T16:37:54.558Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-29T16:37:54.558Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-29T16:37:54.558Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-29T16:37:54.558Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-29T16:37:54.558Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-29T16:37:54.558Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-03-29T16:37:54.558Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-29T16:37:54.558Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-29T16:37:54.558Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-29T16:37:54.558Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-29T16:37:54.558Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-29T16:37:58.785Z] Building static-packages [2021-03-29T16:37:58.785Z] + snapcraftctl build [2021-03-29T16:38:01.343Z] Building version [2021-03-29T16:38:01.343Z] + snapcraftctl build [2021-03-29T16:38:05.601Z] Skipping stage go-build-helper (already ran) [2021-03-29T16:38:05.601Z] Staging app-service-config [2021-03-29T16:38:05.601Z] + snapcraftctl stage [2021-03-29T16:38:06.557Z] Staging config-common [2021-03-29T16:38:06.557Z] + snapcraftctl stage [2021-03-29T16:38:07.945Z] Staging edgex-go [2021-03-29T16:38:07.945Z] + snapcraftctl stage [2021-03-29T16:38:09.336Z] Staging static-packages [2021-03-29T16:38:09.336Z] + snapcraftctl stage [2021-03-29T16:38:10.728Z] Staging version [2021-03-29T16:38:10.728Z] + snapcraftctl stage [2021-03-29T16:38:12.117Z] Priming go-build-helper [2021-03-29T16:38:12.117Z] + snapcraftctl prime [2021-03-29T16:38:13.073Z] Priming app-service-config [2021-03-29T16:38:13.073Z] + snapcraftctl prime [2021-03-29T16:38:14.465Z] Priming config-common [2021-03-29T16:38:14.465Z] + snapcraftctl prime [2021-03-29T16:38:15.859Z] Priming edgex-go [2021-03-29T16:38:15.859Z] + snapcraftctl prime [2021-03-29T16:38:17.250Z] Priming static-packages [2021-03-29T16:38:17.250Z] + snapcraftctl prime [2021-03-29T16:38:20.567Z] Priming version [2021-03-29T16:38:20.567Z] + snapcraftctl prime [2021-03-29T16:38:21.954Z] 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-03-29T16:38:25.633Z] provisioning config files... [2021-03-29T16:38:25.646Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config4411871180431725959tmp [Pipeline] { [Pipeline] sh [2021-03-29T16:38:26.045Z] + set +x [2021-03-29T16:38:26.045Z] + curl -s https://codecov.io/bash [2021-03-29T16:38:26.045Z] + bash -s -- [2021-03-29T16:38:27.053Z] [2021-03-29T16:38:27.054Z] _____ _ [2021-03-29T16:38:27.054Z] / ____| | | [2021-03-29T16:38:27.054Z] | | ___ __| | ___ ___ _____ __ [2021-03-29T16:38:27.054Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-29T16:38:27.054Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-29T16:38:27.054Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-29T16:38:27.054Z] Bash-20210309-2b87ace [2021-03-29T16:38:27.054Z] [2021-03-29T16:38:27.054Z] [2021-03-29T16:38:27.054Z] ==> git version 2.24.3 found [2021-03-29T16:38:27.054Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-29T16:38:27.054Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-29T16:38:27.054Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-29T16:38:27.054Z] ==> Jenkins CI detected. [2021-03-29T16:38:27.054Z] project root: . [2021-03-29T16:38:27.054Z] --> token set from env [2021-03-29T16:38:27.054Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-29T16:38:27.380Z] ==> Running gcov in . (disable via -X gcov) [2021-03-29T16:38:27.380Z] ==> Python coveragepy not found [2021-03-29T16:38:27.380Z] ==> Searching for coverage reports in: [2021-03-29T16:38:27.380Z] + . [2021-03-29T16:38:27.380Z] -> Found 1 reports [2021-03-29T16:38:27.380Z] ==> Detecting git/mercurial file structure [2021-03-29T16:38:27.380Z] ==> Reading reports [2021-03-29T16:38:27.654Z] + ./coverage.out bytes=666212 [2021-03-29T16:38:27.654Z] ==> Appending adjustments [2021-03-29T16:38:27.654Z] https://docs.codecov.io/docs/fixing-reports [2021-03-29T16:38:37.873Z] + Found adjustments [2021-03-29T16:38:37.873Z] ==> Gzipping contents [2021-03-29T16:38:37.873Z] 96K /tmp/codecov.tAmXm2.gz [2021-03-29T16:38:37.873Z] ==> Uploading reports [2021-03-29T16:38:37.873Z] url: https://codecov.io [2021-03-29T16:38:37.873Z] query: branch=PR-3300&commit=deca809b343d4829714b032cd8e942232f1347b0&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3300%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3300&job=&cmd_args= [2021-03-29T16:38:37.873Z] -> Pinging Codecov [2021-03-29T16:38:37.873Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3300&commit=deca809b343d4829714b032cd8e942232f1347b0&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3300%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3300&job=&cmd_args= [2021-03-29T16:38:37.873Z] -> Uploading to [2021-03-29T16:38:37.873Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-29/00271124DB129430A58F1EEE437C3FCB/deca809b343d4829714b032cd8e942232f1347b0/50ea38f4-eda9-4773-9151-d680fb9947b2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210329T163837Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=43a9df2e33e75c0b584b574067c37498833f1cda9250aad7481dc7e0934afe63 [2021-03-29T16:38:37.873Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T16:38:37.873Z] Dload Upload Total Spent Left Speed [2021-03-29T16:38:37.873Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96627 0 0 100 96627 0 193k --:--:-- --:--:-- --:--:-- 193k [2021-03-29T16:38:37.873Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/deca809b343d4829714b032cd8e942232f1347b0 [Pipeline] } [2021-03-29T16:38:37.885Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-29T16:38:39.962Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T16:38:41.739Z] ---> package-listing.sh [2021-03-29T16:38:41.739Z] ++ facter osfamily [2021-03-29T16:38:41.739Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-29T16:38:42.009Z] + OS_FAMILY=redhat [2021-03-29T16:38:42.009Z] + workspace=/w/workspace/edgex-go/2 [2021-03-29T16:38:42.009Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-29T16:38:42.009Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-29T16:38:42.009Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-29T16:38:42.009Z] + PACKAGES=/tmp/packages_start.txt [2021-03-29T16:38:42.009Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-29T16:38:42.009Z] + PACKAGES=/tmp/packages_end.txt [2021-03-29T16:38:42.009Z] + case "${OS_FAMILY}" in [2021-03-29T16:38:42.009Z] + rpm -qa [2021-03-29T16:38:42.009Z] + sort [2021-03-29T16:38:50.312Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-29T16:38:50.312Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-29T16:38:50.312Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-29T16:38:50.312Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-29T16:38:50.312Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-03-29T16:38:50.312Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-03-29T16:38:50.339Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-29T16:38:50.685Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:38:51.340Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T16:38:51.961Z] [2021-03-29T16:38:51.961Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:38:52.398Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T16:38:53.265Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-29T16:38:53.265Z] df20fa9351a1: Pulling fs layer [2021-03-29T16:38:53.265Z] 36b3adc4ff6f: Pulling fs layer [2021-03-29T16:38:53.265Z] 8ad3a11d3b57: Pulling fs layer [2021-03-29T16:38:53.265Z] 46f8f816bc3b: Pulling fs layer [2021-03-29T16:38:53.265Z] 93b61091891f: Pulling fs layer [2021-03-29T16:38:53.265Z] 93b9cdb0e59b: Pulling fs layer [2021-03-29T16:38:53.265Z] 5e14af77c1be: Pulling fs layer [2021-03-29T16:38:53.265Z] 01666e4c0597: Pulling fs layer [2021-03-29T16:38:53.265Z] aa168da1d23b: Pulling fs layer [2021-03-29T16:38:53.265Z] 46f8f816bc3b: Waiting [2021-03-29T16:38:53.265Z] 93b61091891f: Waiting [2021-03-29T16:38:53.265Z] 93b9cdb0e59b: Waiting [2021-03-29T16:38:53.265Z] 5e14af77c1be: Waiting [2021-03-29T16:38:53.265Z] 01666e4c0597: Waiting [2021-03-29T16:38:53.265Z] aa168da1d23b: Waiting [2021-03-29T16:38:53.578Z] 36b3adc4ff6f: Verifying Checksum [2021-03-29T16:38:53.578Z] 36b3adc4ff6f: Download complete [2021-03-29T16:38:53.578Z] 46f8f816bc3b: Verifying Checksum [2021-03-29T16:38:53.578Z] 46f8f816bc3b: Download complete [2021-03-29T16:38:53.869Z] df20fa9351a1: Download complete [2021-03-29T16:38:53.869Z] 93b9cdb0e59b: Verifying Checksum [2021-03-29T16:38:53.869Z] 93b9cdb0e59b: Download complete [2021-03-29T16:38:53.869Z] 5e14af77c1be: Verifying Checksum [2021-03-29T16:38:53.869Z] 5e14af77c1be: Download complete [2021-03-29T16:38:53.869Z] 93b61091891f: Verifying Checksum [2021-03-29T16:38:53.869Z] 93b61091891f: Download complete [2021-03-29T16:38:53.869Z] 01666e4c0597: Verifying Checksum [2021-03-29T16:38:53.869Z] 01666e4c0597: Download complete [2021-03-29T16:38:54.871Z] df20fa9351a1: Pull complete [2021-03-29T16:38:55.553Z] 8ad3a11d3b57: Verifying Checksum [2021-03-29T16:38:55.553Z] 8ad3a11d3b57: Download complete [2021-03-29T16:38:55.553Z] 36b3adc4ff6f: Pull complete [2021-03-29T16:38:58.337Z] 8ad3a11d3b57: Pull complete [2021-03-29T16:38:58.688Z] 46f8f816bc3b: Pull complete [2021-03-29T16:39:00.185Z] 93b61091891f: Pull complete [2021-03-29T16:39:00.806Z] 93b9cdb0e59b: Pull complete [2021-03-29T16:39:01.499Z] 5e14af77c1be: Pull complete [2021-03-29T16:39:01.804Z] aa168da1d23b: Verifying Checksum [2021-03-29T16:39:01.804Z] aa168da1d23b: Download complete [2021-03-29T16:39:01.804Z] 01666e4c0597: Pull complete [2021-03-29T16:39:20.884Z] aa168da1d23b: Pull complete [2021-03-29T16:39:20.885Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-29T16:39:20.885Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T16:39:20.885Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-29T16:39:21.261Z] prd-centos7-docker-4c-2g-31747 does not seem to be running inside a container [2021-03-29T16:39:21.424Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-29T16:39:27.707Z] $ docker top acad2615c24991eb2eaccc85624d8107859f75512d59c7d530dea146a9d5dea0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T16:39:29.428Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-29T16:39:30.657Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-29T16:39:31.424Z] + ls /var/log/sa-host [2021-03-29T16:39:31.424Z] + sadf -c /var/log/sa-host/sa23 [2021-03-29T16:39:31.424Z] file_magic: OK [2021-03-29T16:39:31.424Z] HZ: Using current value: 100 [2021-03-29T16:39:31.424Z] file_header: OK [2021-03-29T16:39:31.424Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-29T16:39:31.424Z] Statistics: [2021-03-29T16:39:31.424Z] Hnuu...uuuununununu... [2021-03-29T16:39:31.424Z] File successfully converted to sysstat format version 12.2.1 [2021-03-29T16:39:31.424Z] + sadf -c /var/log/sa-host/sa29 [2021-03-29T16:39:31.424Z] file_magic: OK [2021-03-29T16:39:31.424Z] HZ: Using current value: 100 [2021-03-29T16:39:31.424Z] file_header: OK [2021-03-29T16:39:31.424Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-29T16:39:31.424Z] Statistics: [2021-03-29T16:39:31.425Z] 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... [2021-03-29T16:39:31.425Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-29T16:39:31.620Z] provisioning config files... [2021-03-29T16:39:31.639Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config502516581255295944tmp [Pipeline] { [Pipeline] echo [2021-03-29T16:39:31.705Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T16:39:32.362Z] ---> create-netrc.sh [Pipeline] } [2021-03-29T16:39:32.374Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-29T16:39:32.480Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T16:39:32.832Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-29T16:39:32.869Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T16:39:33.334Z] ---> sudo-logs.sh [2021-03-29T16:39:33.334Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-29T16:39:33.806Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T16:39:34.480Z] ---> job-cost.sh [2021-03-29T16:39:34.480Z] lf-activate-venv: SKIPPING [2021-03-29T16:39:34.480Z] DEBUG: total: 0.20999999344348907 [2021-03-29T16:39:34.480Z] INFO: Retrieving Stack Cost... [2021-03-29T16:39:35.913Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-29T16:39:36.881Z] INFO: Archiving Costs [Pipeline] echo [2021-03-29T16:39:36.896Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T16:39:37.204Z] ---> logs-deploy.sh [2021-03-29T16:39:37.204Z] lf-activate-venv: SKIPPING [2021-03-29T16:39:37.204Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3300/2 [2021-03-29T16:39:37.204Z] INFO: archiving workspace using pattern(s): [2021-03-29T16:39:40.667Z] Archives upload complete. [2021-03-29T16:39:40.667Z] INFO: archiving logs to Nexus [2021-03-29T16:39:42.683Z] ---> uname -a: [2021-03-29T16:39:42.683Z] Linux prd-centos7-docker-4c-2g-31747.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-03-29T16:39:42.683Z] [2021-03-29T16:39:42.683Z] [2021-03-29T16:39:42.683Z] ---> lscpu: [2021-03-29T16:39:42.683Z] Architecture: x86_64 [2021-03-29T16:39:42.683Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-29T16:39:42.683Z] Byte Order: Little Endian [2021-03-29T16:39:42.683Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-29T16:39:42.683Z] CPU(s): 4 [2021-03-29T16:39:42.683Z] On-line CPU(s) list: 0-3 [2021-03-29T16:39:42.683Z] Thread(s) per core: 1 [2021-03-29T16:39:42.683Z] Core(s) per socket: 1 [2021-03-29T16:39:42.683Z] Socket(s): 4 [2021-03-29T16:39:42.683Z] NUMA node(s): 1 [2021-03-29T16:39:42.683Z] Vendor ID: GenuineIntel [2021-03-29T16:39:42.683Z] CPU family: 6 [2021-03-29T16:39:42.683Z] Model: 44 [2021-03-29T16:39:42.683Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-29T16:39:42.683Z] Stepping: 1 [2021-03-29T16:39:42.683Z] CPU MHz: 2933.438 [2021-03-29T16:39:42.683Z] BogoMIPS: 5866.87 [2021-03-29T16:39:42.683Z] Virtualization: VT-x [2021-03-29T16:39:42.683Z] Hypervisor vendor: KVM [2021-03-29T16:39:42.683Z] Virtualization type: full [2021-03-29T16:39:42.683Z] L1d cache: 128 KiB [2021-03-29T16:39:42.683Z] L1i cache: 128 KiB [2021-03-29T16:39:42.683Z] L2 cache: 16 MiB [2021-03-29T16:39:42.683Z] L3 cache: 64 MiB [2021-03-29T16:39:42.683Z] NUMA node0 CPU(s): 0-3 [2021-03-29T16:39:42.683Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-29T16:39:42.683Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-29T16:39:42.683Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-29T16:39:42.683Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-29T16:39:42.683Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-29T16:39:42.683Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-29T16:39:42.683Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-29T16:39:42.683Z] Vulnerability Srbds: Not affected [2021-03-29T16:39:42.683Z] Vulnerability Tsx async abort: Not affected [2021-03-29T16:39:42.684Z] 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-03-29T16:39:42.684Z] [2021-03-29T16:39:42.684Z] [2021-03-29T16:39:42.684Z] ---> nproc: [2021-03-29T16:39:42.684Z] 4 [2021-03-29T16:39:42.684Z] [2021-03-29T16:39:42.684Z]