Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55+455f88eb7f104c981a27c2f244562def9f736fdb (948517d65d07e24bec4eb666e870c7a636547fe2) 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-32180 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/47 [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/47 # 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 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 > 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 # timeout=10 Merge succeeded, producing 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 Checking out Revision 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 (PR-3234) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 455f88eb7f104c981a27c2f244562def9f736fdb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-31T03:10:14.912Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-31T03:10:15.142Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-31T03:10:15.277Z] ========================================================= [2021-03-31T03:10:15.277Z] EdgeX Global Pipelines Version Info [2021-03-31T03:10:15.277Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 98b5b508f47f7e2f25aac6d1179f168d3d6867ea # timeout=10 [2021-03-31T03:10:19.293Z] ------------------- [2021-03-31T03:10:19.293Z] stable info: [2021-03-31T03:10:19.293Z] ------------------- [2021-03-31T03:10:19.293Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-31T03:10:19.293Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-31T03:10:19.293Z] Message: update stable to v1.0.186 [2021-03-31T03:10:20.729Z] ------------------- [2021-03-31T03:10:20.730Z] experimental info: [2021-03-31T03:10:20.730Z] ------------------- [2021-03-31T03:10:20.730Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-31T03:10:20.730Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-31T03:10:20.730Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-31T03:10:21.133Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-31T03:10:21.220Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-31T03:10:21.305Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-31T03:10:21.389Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-31T03:10:21.499Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-31T03:10:21.595Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-31T03:10:21.945Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-31T03:10:22.038Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-31T03:10:22.139Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-31T03:10:22.231Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-31T03:10:22.336Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-31T03:10:22.428Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-31T03:10:22.514Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-31T03:10:22.658Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-31T03:10:22.755Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T03:10:22.838Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T03:10:22.923Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-31T03:10:23.010Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-31T03:10:23.163Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-31T03:10:23.284Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-31T03:10:23.368Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-31T03:10:23.467Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-31T03:10:23.571Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-03-31T03:10:23.653Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-03-31T03:10:23.738Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-03-31T03:10:23.829Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 [Pipeline] echo [2021-03-31T03:10:23.914Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8f5aa96 [Pipeline] echo [2021-03-31T03:10:24.014Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T03:10:24.205Z] provisioning config files... [2021-03-31T03:10:24.277Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/47@tmp/config6101483202631875212tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:10:24.722Z] ---> docker-login.sh [2021-03-31T03:10:24.722Z] nexus3.edgexfoundry.org:10001 [2021-03-31T03:10:27.002Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:10:27.002Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:10:27.002Z] Configure a credential helper to remove this warning. See [2021-03-31T03:10:27.002Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:10:27.002Z] [2021-03-31T03:10:27.002Z] Login Succeeded [2021-03-31T03:10:27.339Z] nexus3.edgexfoundry.org:10002 [2021-03-31T03:10:28.121Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:10:28.425Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:10:28.425Z] Configure a credential helper to remove this warning. See [2021-03-31T03:10:28.425Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:10:28.425Z] [2021-03-31T03:10:28.425Z] Login Succeeded [2021-03-31T03:10:28.425Z] nexus3.edgexfoundry.org:10003 [2021-03-31T03:10:28.760Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:10:29.089Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:10:29.089Z] Configure a credential helper to remove this warning. See [2021-03-31T03:10:29.089Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:10:29.089Z] [2021-03-31T03:10:29.089Z] Login Succeeded [2021-03-31T03:10:29.089Z] nexus3.edgexfoundry.org:10004 [2021-03-31T03:10:30.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:10:30.706Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:10:30.706Z] Configure a credential helper to remove this warning. See [2021-03-31T03:10:30.706Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:10:30.706Z] [2021-03-31T03:10:30.706Z] Login Succeeded [2021-03-31T03:10:30.706Z] docker.io [2021-03-31T03:10:31.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:10:31.580Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:10:31.580Z] Configure a credential helper to remove this warning. See [2021-03-31T03:10:31.580Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:10:31.580Z] [2021-03-31T03:10:31.580Z] Login Succeeded [2021-03-31T03:10:31.580Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T03:10:31.640Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T03:10:32.245Z] ++ 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-31T03:10:32.246Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:10:32.246Z] ++ cut -d/ -f2 [2021-03-31T03:10:32.246Z] ++ dirname cmd/core-command/Dockerfile [2021-03-31T03:10:32.246Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-31T03:10:32.246Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:10:32.246Z] ++ dirname cmd/core-data/Dockerfile [2021-03-31T03:10:32.246Z] ++ cut -d/ -f2 [2021-03-31T03:10:32.246Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-31T03:10:32.246Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:10:32.246Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-31T03:10:32.246Z] ++ cut -d/ -f2 [2021-03-31T03:10:32.246Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-31T03:10:32.246Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:10:32.246Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-31T03:10:32.246Z] ++ cut -d/ -f2 [2021-03-31T03:10:32.246Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-31T03:10:32.246Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:10:32.246Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-31T03:10:32.246Z] ++ cut -d/ -f2 [2021-03-31T03:10:32.246Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-31T03:10:32.246Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:10:32.246Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-31T03:10:32.246Z] ++ cut -d/ -f2 [2021-03-31T03:10:32.246Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-31T03:10:32.246Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:10:32.246Z] ++ cut -d/ -f2 [2021-03-31T03:10:32.246Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-31T03:10:32.246Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-31T03:10:32.246Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:10:32.246Z] ++ cut -d/ -f2 [2021-03-31T03:10:32.246Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-31T03:10:32.246Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-31T03:10:32.246Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:10:32.246Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-31T03:10:32.246Z] ++ cut -d/ -f2 [2021-03-31T03:10:32.246Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-31T03:10:32.366Z] 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-31T03:10:33.249Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T03:10:33.249Z] [2021-03-31T03:10:33.249Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:10:34.134Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T03:10:34.607Z] latest: Pulling from edgex-devops/git-semver [2021-03-31T03:10:34.607Z] 31603596830f: Pulling fs layer [2021-03-31T03:10:34.607Z] 2a8b12db71e7: Pulling fs layer [2021-03-31T03:10:34.607Z] 6ca5941a6612: Pulling fs layer [2021-03-31T03:10:34.607Z] ecc8261a40a4: Pulling fs layer [2021-03-31T03:10:34.607Z] 2a8b12db71e7: Verifying Checksum [2021-03-31T03:10:34.607Z] 2a8b12db71e7: Download complete [2021-03-31T03:10:34.907Z] 31603596830f: Verifying Checksum [2021-03-31T03:10:34.907Z] 31603596830f: Download complete [2021-03-31T03:10:35.285Z] ecc8261a40a4: Verifying Checksum [2021-03-31T03:10:35.285Z] ecc8261a40a4: Download complete [2021-03-31T03:10:35.933Z] 6ca5941a6612: Verifying Checksum [2021-03-31T03:10:35.933Z] 6ca5941a6612: Download complete [2021-03-31T03:10:35.933Z] 31603596830f: Pull complete [2021-03-31T03:10:36.224Z] 2a8b12db71e7: Pull complete [2021-03-31T03:10:39.215Z] 6ca5941a6612: Pull complete [2021-03-31T03:10:40.379Z] ecc8261a40a4: Pull complete [2021-03-31T03:10:40.379Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-31T03:10:40.379Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T03:10:40.379Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-31T03:10:40.868Z] prd-centos7-docker-4c-2g-32180 does not seem to be running inside a container [2021-03-31T03:10:41.005Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@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-31T03:10:43.948Z] $ docker top 3de17c310061bef90fede54c8365aa70d0abedf9cd03d3910c0843fcc577eab9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-31T03:10:44.368Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T03:10:44.368Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T03:10:44.852Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T03:10:44.858Z] $ docker exec 3de17c310061bef90fede54c8365aa70d0abedf9cd03d3910c0843fcc577eab9 ssh-agent [2021-03-31T03:10:45.758Z] SSH_AUTH_SOCK=/tmp/ssh-uo4rrrRGV7wP/agent.12 [2021-03-31T03:10:45.758Z] SSH_AGENT_PID=17 [2021-03-31T03:10:45.816Z] Running ssh-add (command line suppressed) [2021-03-31T03:10:46.261Z] Identity added: /w/workspace/edgex-go/47@tmp/private_key_8882210180283953011.key (/w/workspace/edgex-go/47@tmp/private_key_8882210180283953011.key) [2021-03-31T03:10:46.520Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T03:10:47.446Z] + git tag --points-at HEAD [Pipeline] } [2021-03-31T03:10:47.592Z] $ docker exec --env ******** --env ******** 3de17c310061bef90fede54c8365aa70d0abedf9cd03d3910c0843fcc577eab9 ssh-agent -k [2021-03-31T03:10:47.758Z] unset SSH_AUTH_SOCK; [2021-03-31T03:10:47.759Z] unset SSH_AGENT_PID; [2021-03-31T03:10:47.759Z] echo Agent pid 17 killed; [2021-03-31T03:10:47.928Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-31T03:10:48.113Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T03:10:48.113Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T03:10:48.399Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T03:10:48.402Z] $ docker exec 3de17c310061bef90fede54c8365aa70d0abedf9cd03d3910c0843fcc577eab9 ssh-agent [2021-03-31T03:10:48.656Z] SSH_AUTH_SOCK=/tmp/ssh-IEPUNtUrE3C0/agent.46 [2021-03-31T03:10:48.656Z] SSH_AGENT_PID=52 [2021-03-31T03:10:48.669Z] Running ssh-add (command line suppressed) [2021-03-31T03:10:49.547Z] Identity added: /w/workspace/edgex-go/47@tmp/private_key_3193398397777938816.key (/w/workspace/edgex-go/47@tmp/private_key_3193398397777938816.key) [2021-03-31T03:10:50.159Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T03:10:50.937Z] + git semver init [2021-03-31T03:10:50.937Z] # -> Open(): unable to determine branch for HEAD [2021-03-31T03:10:50.937Z] # $GIT_DIR = /w/workspace/edgex-go/47/.git [2021-03-31T03:10:50.937Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/47 [2021-03-31T03:10:50.937Z] # $SEMVER_REMOTE_NAME = origin [2021-03-31T03:10:50.937Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-31T03:10:50.937Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-31T03:10:50.937Z] # $SEMVER_BRANCH = PR-3234 [2021-03-31T03:10:50.937Z] # $SEMVER_TEMP = /tmp/semver-621499080 [2021-03-31T03:10:50.937Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-31T03:11:40.905Z] # '/tmp/semver-621499080' -> '/w/workspace/edgex-go/47/.semver' [2021-03-31T03:11:40.905Z] # -> Force: false [2021-03-31T03:11:40.905Z] # $SEMVER_DIR = /w/workspace/edgex-go/47/.semver [Pipeline] } [2021-03-31T03:11:40.925Z] $ docker exec --env ******** --env ******** 3de17c310061bef90fede54c8365aa70d0abedf9cd03d3910c0843fcc577eab9 ssh-agent -k [2021-03-31T03:11:41.359Z] unset SSH_AUTH_SOCK; [2021-03-31T03:11:41.359Z] unset SSH_AGENT_PID; [2021-03-31T03:11:41.360Z] echo Agent pid 52 killed; [2021-03-31T03:11:41.525Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T03:11:42.024Z] + git semver [Pipeline] } [2021-03-31T03:11:42.331Z] $ docker stop --time=1 3de17c310061bef90fede54c8365aa70d0abedf9cd03d3910c0843fcc577eab9 [2021-03-31T03:11:44.724Z] $ docker rm -f 3de17c310061bef90fede54c8365aa70d0abedf9cd03d3910c0843fcc577eab9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T03:11:45.411Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-31T03:11:47.148Z] Stashed 1 file(s) [Pipeline] echo [2021-03-31T03:11:47.152Z] [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-31T03:11:48.144Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-31T03:11:48.690Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-31T03:11:49.089Z] + sudo service docker restart [2021-03-31T03:11:49.089Z] + true [2021-03-31T03:11:49.089Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-31T03:11:50.706Z] ========================================================= [2021-03-31T03:11:50.706Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-31T03:11:50.706Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:11:51.240Z] + 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-31T03:12:01.746Z] Sending build context to Docker daemon 328.9MB [2021-03-31T03:12:01.746Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T03:12:01.746Z] Step 2/6 : FROM ${BASE} [2021-03-31T03:12:01.746Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-31T03:12:01.746Z] 188c0c94c7c5: Pulling fs layer [2021-03-31T03:12:01.746Z] 0ef7d3d256c8: Pulling fs layer [2021-03-31T03:12:01.746Z] de9db76c5a1d: Pulling fs layer [2021-03-31T03:12:01.746Z] bca2f99d35d6: Pulling fs layer [2021-03-31T03:12:01.746Z] 93359f2a8cfa: Pulling fs layer [2021-03-31T03:12:01.746Z] 7c6f9722023f: Pulling fs layer [2021-03-31T03:12:01.746Z] a35cf1a2eb13: Pulling fs layer [2021-03-31T03:12:01.746Z] 93359f2a8cfa: Waiting [2021-03-31T03:12:01.746Z] 7c6f9722023f: Waiting [2021-03-31T03:12:01.746Z] a35cf1a2eb13: Waiting [2021-03-31T03:12:01.746Z] bca2f99d35d6: Waiting [2021-03-31T03:12:01.746Z] de9db76c5a1d: Verifying Checksum [2021-03-31T03:12:01.746Z] de9db76c5a1d: Download complete [2021-03-31T03:12:01.746Z] 0ef7d3d256c8: Verifying Checksum [2021-03-31T03:12:01.746Z] 0ef7d3d256c8: Download complete [2021-03-31T03:12:01.746Z] 93359f2a8cfa: Verifying Checksum [2021-03-31T03:12:01.746Z] 93359f2a8cfa: Download complete [2021-03-31T03:12:01.746Z] 7c6f9722023f: Verifying Checksum [2021-03-31T03:12:01.746Z] 7c6f9722023f: Download complete [2021-03-31T03:12:02.524Z] Still waiting to schedule task [2021-03-31T03:12:02.525Z] ‘prd-centos7-builder-2c-1g-32176’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-32169’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-32170’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-32172’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-32173’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-32174’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-32178’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-32181’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-8c-8g-32153’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-32171’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-32175’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-32184’ is offline [2021-03-31T03:12:02.880Z] 188c0c94c7c5: Verifying Checksum [2021-03-31T03:12:02.880Z] 188c0c94c7c5: Download complete [2021-03-31T03:12:04.682Z] 188c0c94c7c5: Pull complete [2021-03-31T03:12:05.475Z] 0ef7d3d256c8: Pull complete [2021-03-31T03:12:05.793Z] de9db76c5a1d: Pull complete [2021-03-31T03:12:09.357Z] a35cf1a2eb13: Verifying Checksum [2021-03-31T03:12:09.357Z] a35cf1a2eb13: Download complete [2021-03-31T03:12:10.886Z] bca2f99d35d6: Verifying Checksum [2021-03-31T03:12:10.886Z] bca2f99d35d6: Download complete [2021-03-31T03:12:26.538Z] bca2f99d35d6: Pull complete [2021-03-31T03:12:28.054Z] 93359f2a8cfa: Pull complete [2021-03-31T03:12:28.054Z] 7c6f9722023f: Pull complete [2021-03-31T03:12:34.886Z] a35cf1a2eb13: Pull complete [2021-03-31T03:12:34.886Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-31T03:12:34.886Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-31T03:12:34.886Z] ---> a62c8e92a672 [2021-03-31T03:12:34.886Z] 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-31T03:12:35.412Z] ---> Running in 2948dea879d1 [2021-03-31T03:12:37.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:12:38.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:12:40.194Z] (1/12) Installing libmagic (5.38-r0) [2021-03-31T03:12:40.476Z] (2/12) Installing file (5.38-r0) [2021-03-31T03:12:40.476Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-31T03:12:40.751Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-31T03:12:46.405Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-31T03:12:46.405Z] (6/12) Installing patch (2.7.6-r6) [2021-03-31T03:12:46.405Z] (7/12) Installing build-base (0.5-r2) [2021-03-31T03:12:46.405Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-31T03:12:46.405Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-31T03:12:46.405Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-31T03:12:46.405Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-31T03:12:47.397Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-31T03:12:47.677Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:12:47.677Z] OK: 233 MiB in 51 packages [2021-03-31T03:12:52.044Z] Removing intermediate container 2948dea879d1 [2021-03-31T03:12:52.044Z] ---> c0300df71628 [2021-03-31T03:12:52.044Z] Step 4/6 : WORKDIR /edgex-go [2021-03-31T03:12:52.044Z] ---> Running in 3b88a170ff44 [2021-03-31T03:12:52.044Z] Removing intermediate container 3b88a170ff44 [2021-03-31T03:12:52.044Z] ---> c2fccfe904e2 [2021-03-31T03:12:52.044Z] Step 5/6 : COPY go.mod . [2021-03-31T03:12:52.770Z] ---> d95433350c99 [2021-03-31T03:12:52.770Z] Step 6/6 : RUN go mod download [2021-03-31T03:12:52.770Z] ---> Running in 2edc192bffa0 [2021-03-31T03:13:32.491Z] Removing intermediate container 2edc192bffa0 [2021-03-31T03:13:32.491Z] ---> c3b106e0dae0 [2021-03-31T03:13:32.491Z] Successfully built c3b106e0dae0 [2021-03-31T03:13:32.491Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:13:32.948Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T03:13:33.542Z] . [Pipeline] withDockerContainer [2021-03-31T03:13:34.184Z] prd-centos7-docker-4c-2g-32180 does not seem to be running inside a container [2021-03-31T03:13:34.257Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@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-31T03:13:36.342Z] $ docker top 39b3d1f8918dc71f656f0ee257c81bbdc0781100be77337ee1f1f1763952a31b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T03:13:37.280Z] + go version [2021-03-31T03:13:37.280Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-31T03:13:37.314Z] $ docker stop --time=1 39b3d1f8918dc71f656f0ee257c81bbdc0781100be77337ee1f1f1763952a31b [2021-03-31T03:13:39.820Z] $ docker rm -f 39b3d1f8918dc71f656f0ee257c81bbdc0781100be77337ee1f1f1763952a31b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:13:42.409Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T03:13:42.409Z] . [Pipeline] withDockerContainer [2021-03-31T03:13:44.026Z] prd-centos7-docker-4c-2g-32180 does not seem to be running inside a container [2021-03-31T03:13:44.498Z] $ 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/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@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-31T03:13:47.944Z] $ docker top a5e8e9ac3b5306c7f5962ba3e75bd1298bc4f7566044a7971989309d0d5615c0 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-31T03:13:48.401Z] ========================================================= [2021-03-31T03:13:48.401Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-31T03:13:48.401Z] ========================================================= [Pipeline] sh [2021-03-31T03:13:49.303Z] + make test [2021-03-31T03:13:49.593Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-31T03:14:09.682Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32186 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-31T03:14:09.740Z] Running in /w/workspace/edgex-go/47 [Pipeline] { [Pipeline] checkout [2021-03-31T03:14:14.798Z] using credential edgex-jenkins-ssh [2021-03-31T03:14:14.852Z] Cloning the remote Git repository [2021-03-31T03:14:14.902Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-31T03:14:15.043Z] > git init /w/workspace/edgex-go/47 # timeout=10 [2021-03-31T03:14:15.130Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T03:14:15.131Z] > git --version # timeout=10 [2021-03-31T03:14:15.146Z] > git --version # 'git version 2.17.1' [2021-03-31T03:14:15.148Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T03:14:15.239Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T03:14:23.438Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-31T03:14:35.809Z] Merging remotes/origin/master commit 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 [2021-03-31T03:14:36.239Z] Merge succeeded, producing 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 [2021-03-31T03:14:36.239Z] Checking out Revision 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 (PR-3234) [2021-03-31T03:14:35.054Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T03:14:35.076Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T03:14:35.106Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T03:14:35.141Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T03:14:35.142Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T03:14:35.154Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T03:14:35.825Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T03:14:35.838Z] > git checkout -f 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 # timeout=10 [2021-03-31T03:14:36.152Z] > git remote # timeout=10 [2021-03-31T03:14:36.170Z] > git config --get remote.origin.url # timeout=10 [2021-03-31T03:14:36.189Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T03:14:36.199Z] > git merge 455f88eb7f104c981a27c2f244562def9f736fdb # timeout=10 [2021-03-31T03:14:36.221Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-31T03:14:36.243Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T03:14:36.256Z] > git checkout -f 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 # timeout=10 [2021-03-31T03:14:40.552Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-31T03:14:42.008Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-31T03:14:42.461Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-31T03:14:42.803Z] + true [2021-03-31T03:14:42.803Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T03:14:45.494Z] provisioning config files... [2021-03-31T03:14:45.594Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/47@tmp/config4699408698834874894tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:14:46.006Z] ---> docker-login.sh [2021-03-31T03:14:46.006Z] nexus3.edgexfoundry.org:10001 [2021-03-31T03:14:46.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:14:47.198Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:14:47.198Z] Configure a credential helper to remove this warning. See [2021-03-31T03:14:47.198Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:14:47.198Z] [2021-03-31T03:14:47.198Z] Login Succeeded [2021-03-31T03:14:47.198Z] nexus3.edgexfoundry.org:10002 [2021-03-31T03:14:47.472Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:14:47.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:14:47.472Z] Configure a credential helper to remove this warning. See [2021-03-31T03:14:47.472Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:14:47.472Z] [2021-03-31T03:14:47.472Z] Login Succeeded [2021-03-31T03:14:47.472Z] nexus3.edgexfoundry.org:10003 [2021-03-31T03:14:48.071Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:14:48.344Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:14:48.344Z] Configure a credential helper to remove this warning. See [2021-03-31T03:14:48.344Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:14:48.344Z] [2021-03-31T03:14:48.344Z] Login Succeeded [2021-03-31T03:14:48.344Z] nexus3.edgexfoundry.org:10004 [2021-03-31T03:14:48.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:14:48.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:14:48.890Z] Configure a credential helper to remove this warning. See [2021-03-31T03:14:48.890Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:14:48.890Z] [2021-03-31T03:14:48.890Z] Login Succeeded [2021-03-31T03:14:48.890Z] docker.io [2021-03-31T03:14:49.164Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:14:49.435Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:14:49.435Z] Configure a credential helper to remove this warning. See [2021-03-31T03:14:49.435Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:14:49.435Z] [2021-03-31T03:14:49.435Z] Login Succeeded [2021-03-31T03:14:49.435Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T03:14:49.452Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-31T03:14:49.896Z] ========================================================= [2021-03-31T03:14:49.896Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-31T03:14:49.896Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:14:50.315Z] + 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-31T03:14:52.975Z] Sending build context to Docker daemon 167MB [2021-03-31T03:14:52.975Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T03:14:52.975Z] Step 2/6 : FROM ${BASE} [2021-03-31T03:14:52.975Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-31T03:14:52.975Z] 5f621e34cdf4: Pulling fs layer [2021-03-31T03:14:52.975Z] a4357932f1b6: Pulling fs layer [2021-03-31T03:14:52.975Z] 18c013af1878: Pulling fs layer [2021-03-31T03:14:52.975Z] 00ac8860ef70: Pulling fs layer [2021-03-31T03:14:52.976Z] 63d7cb157983: Pulling fs layer [2021-03-31T03:14:52.976Z] b116817d02f9: Pulling fs layer [2021-03-31T03:14:52.976Z] 745a02a5169b: Pulling fs layer [2021-03-31T03:14:52.976Z] 00ac8860ef70: Waiting [2021-03-31T03:14:52.976Z] 63d7cb157983: Waiting [2021-03-31T03:14:52.976Z] b116817d02f9: Waiting [2021-03-31T03:14:52.976Z] 745a02a5169b: Waiting [2021-03-31T03:14:52.976Z] 18c013af1878: Verifying Checksum [2021-03-31T03:14:52.976Z] 18c013af1878: Download complete [2021-03-31T03:14:52.976Z] a4357932f1b6: Verifying Checksum [2021-03-31T03:14:52.976Z] a4357932f1b6: Download complete [2021-03-31T03:14:52.976Z] 63d7cb157983: Verifying Checksum [2021-03-31T03:14:52.976Z] 63d7cb157983: Download complete [2021-03-31T03:14:52.976Z] b116817d02f9: Verifying Checksum [2021-03-31T03:14:52.976Z] 5f621e34cdf4: Verifying Checksum [2021-03-31T03:14:52.976Z] 5f621e34cdf4: Download complete [2021-03-31T03:14:53.577Z] 5f621e34cdf4: Pull complete [2021-03-31T03:14:54.185Z] a4357932f1b6: Pull complete [2021-03-31T03:14:54.462Z] 18c013af1878: Pull complete [2021-03-31T03:14:55.071Z] 745a02a5169b: Download complete [2021-03-31T03:14:56.505Z] 00ac8860ef70: Verifying Checksum [2021-03-31T03:14:56.505Z] 00ac8860ef70: Download complete [2021-03-31T03:14:56.666Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-31T03:15:06.686Z] 00ac8860ef70: Pull complete [2021-03-31T03:15:06.962Z] 63d7cb157983: Pull complete [2021-03-31T03:15:07.561Z] b116817d02f9: Pull complete [2021-03-31T03:15:11.887Z] 745a02a5169b: Pull complete [2021-03-31T03:15:11.887Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-31T03:15:11.887Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-31T03:15:11.887Z] ---> b7e6874047d6 [2021-03-31T03:15:11.887Z] 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-31T03:15:14.591Z] ---> Running in 1bc6710b9923 [2021-03-31T03:15:16.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:15:16.635Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:15:16.771Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-31T03:15:16.771Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-31T03:15:16.771Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-31T03:15:17.226Z] (1/12) Installing libmagic (5.38-r0) [2021-03-31T03:15:17.500Z] (2/12) Installing file (5.38-r0) [2021-03-31T03:15:17.500Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-31T03:15:17.500Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-31T03:15:20.878Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-31T03:15:20.878Z] (6/12) Installing patch (2.7.6-r6) [2021-03-31T03:15:20.878Z] (7/12) Installing build-base (0.5-r2) [2021-03-31T03:15:20.878Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-31T03:15:20.878Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-31T03:15:20.878Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-31T03:15:20.878Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-31T03:15:20.878Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-31T03:15:21.156Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:15:21.156Z] OK: 217 MiB in 51 packages [2021-03-31T03:15:21.701Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-31T03:15:21.702Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-31T03:15:21.702Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-31T03:15:21.702Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-31T03:15:22.841Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-31T03:15:24.425Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-31T03:15:25.461Z] Removing intermediate container 1bc6710b9923 [2021-03-31T03:15:25.461Z] ---> 96b89dbed05e [2021-03-31T03:15:25.461Z] Step 4/6 : WORKDIR /edgex-go [2021-03-31T03:15:25.461Z] ---> Running in cc139e9f723d [2021-03-31T03:15:25.742Z] Removing intermediate container cc139e9f723d [2021-03-31T03:15:25.742Z] ---> 6208876275a6 [2021-03-31T03:15:25.742Z] Step 5/6 : COPY go.mod . [2021-03-31T03:15:26.722Z] ---> daf7a56a7a70 [2021-03-31T03:15:26.722Z] Step 6/6 : RUN go mod download [2021-03-31T03:15:26.723Z] ---> Running in 91a5728badee [2021-03-31T03:15:31.763Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-31T03:15:31.764Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-31T03:15:31.764Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-31T03:15:36.800Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.250s coverage: 45.9% of statements [2021-03-31T03:15:36.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-31T03:15:36.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-31T03:15:36.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-31T03:15:36.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-31T03:15:36.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-31T03:15:36.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-31T03:15:36.800Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.104s coverage: 19.8% of statements [2021-03-31T03:15:36.800Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.315s coverage: 100.0% of statements [2021-03-31T03:15:44.527Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.680s coverage: 27.1% of statements [2021-03-31T03:15:44.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-31T03:15:44.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-31T03:15:44.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-31T03:15:44.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-31T03:15:44.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-31T03:15:44.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-31T03:15:44.527Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.355s coverage: 100.0% of statements [2021-03-31T03:15:44.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-31T03:15:44.527Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.293s coverage: 100.0% of statements [2021-03-31T03:15:44.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-31T03:15:44.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-31T03:15:45.167Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.140s coverage: 71.3% of statements [2021-03-31T03:15:45.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-31T03:15:45.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-31T03:15:46.390Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.327s coverage: 82.9% of statements [2021-03-31T03:15:46.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-31T03:15:46.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T03:15:46.390Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.103s coverage: 78.9% of statements [2021-03-31T03:15:46.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-31T03:15:53.533Z] Removing intermediate container 91a5728badee [2021-03-31T03:15:53.533Z] ---> 60b693f89880 [2021-03-31T03:15:53.533Z] Successfully built 60b693f89880 [2021-03-31T03:15:53.533Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:53.875Z] + docker inspect -f . ci-base-image-arm64 [2021-03-31T03:15:53.875Z] . [Pipeline] withDockerContainer [2021-03-31T03:15:54.144Z] prd-ubuntu18.04-docker-arm64-4c-16g-32186 does not seem to be running inside a container [2021-03-31T03:15:54.225Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-31T03:15:55.772Z] $ docker top c59a1ab6e572c59ef7d642d55e42b7b2a36e81c4b4b44e13931273137137e17c -eo pid,comm [Pipeline] { [2021-03-31T03:15:56.147Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.316s coverage: 28.6% of statements [2021-03-31T03:15:56.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-31T03:15:56.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-31T03:15:56.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-31T03:15:56.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-31T03:15:56.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-31T03:15:56.147Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.291s coverage: 100.0% of statements [2021-03-31T03:15:56.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-31T03:15:56.147Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.091s coverage: 100.0% of statements [2021-03-31T03:15:56.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-31T03:15:56.147Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.628s coverage: 86.7% of statements [2021-03-31T03:15:56.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-31T03:15:56.147Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.385s coverage: 97.5% of statements [2021-03-31T03:15:56.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-31T03:15:56.147Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.258s coverage: 78.3% of statements [2021-03-31T03:15:56.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-31T03:15:56.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-31T03:15:56.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-31T03:15:56.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [Pipeline] sh [2021-03-31T03:15:56.787Z] + go version [2021-03-31T03:15:56.787Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-31T03:15:56.809Z] $ docker stop --time=1 c59a1ab6e572c59ef7d642d55e42b7b2a36e81c4b4b44e13931273137137e17c [2021-03-31T03:15:58.735Z] $ docker rm -f c59a1ab6e572c59ef7d642d55e42b7b2a36e81c4b4b44e13931273137137e17c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:59.733Z] + docker inspect -f . ci-base-image-arm64 [2021-03-31T03:15:59.733Z] . [Pipeline] withDockerContainer [2021-03-31T03:15:59.998Z] prd-ubuntu18.04-docker-arm64-4c-16g-32186 does not seem to be running inside a container [2021-03-31T03:16:00.080Z] $ 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/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-31T03:16:01.470Z] $ docker top 603f52f1f51d13534e305b0abb07da42ba6db8e16587c42438efe971b404b115 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-31T03:16:01.833Z] ========================================================= [2021-03-31T03:16:01.833Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-31T03:16:01.833Z] ========================================================= [Pipeline] sh [2021-03-31T03:16:02.491Z] + make test [2021-03-31T03:16:02.491Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-31T03:16:05.371Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 2.718s coverage: 92.8% of statements [2021-03-31T03:16:05.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-31T03:16:05.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T03:16:05.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-31T03:16:05.371Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-31T03:16:05.371Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-31T03:16:05.371Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-31T03:16:05.371Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-31T03:16:05.371Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-31T03:16:05.371Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-31T03:16:05.371Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-31T03:16:05.371Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-31T03:16:05.371Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-31T03:16:05.371Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-31T03:16:05.371Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-31T03:16:05.371Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-31T03:16:05.371Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-31T03:16:05.371Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-31T03:16:05.371Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-31T03:16:05.371Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.072s coverage: 58.8% of statements [2021-03-31T03:16:05.371Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-31T03:16:05.371Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-31T03:16:05.371Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.289s coverage: 1.0% of statements [2021-03-31T03:16:05.371Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-31T03:16:05.371Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-31T03:16:05.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-31T03:16:05.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.363s coverage: 47.1% of statements [2021-03-31T03:16:05.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.279s coverage: 79.5% of statements [2021-03-31T03:16:05.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.275s coverage: 94.1% of statements [2021-03-31T03:16:05.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.189s coverage: 96.3% of statements [2021-03-31T03:16:06.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.125s coverage: 87.5% of statements [2021-03-31T03:16:19.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.184s coverage: 94.4% of statements [2021-03-31T03:16:19.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.230s coverage: 44.8% of statements [2021-03-31T03:16:24.659Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-31T03:16:26.780Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.345s coverage: 82.6% of statements [2021-03-31T03:16:32.875Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.325s coverage: 92.9% of statements [2021-03-31T03:16:32.875Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-31T03:16:32.875Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-31T03:16:32.875Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-31T03:16:32.875Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.088s coverage: 77.8% of statements [2021-03-31T03:16:32.875Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-31T03:16:32.875Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-31T03:16:32.875Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-31T03:16:32.875Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-31T03:16:32.875Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-31T03:16:32.875Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.323s coverage: 87.2% of statements [2021-03-31T03:16:32.875Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-31T03:16:32.875Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-31T03:16:32.875Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2021-03-31T03:16:32.875Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-31T03:16:32.875Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.104s coverage: 75.5% of statements [2021-03-31T03:16:32.875Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-31T03:16:32.875Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.070s coverage: 80.8% of statements [2021-03-31T03:16:32.875Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.167s coverage: 87.2% of statements [2021-03-31T03:16:32.875Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.106s coverage: 84.6% of statements [2021-03-31T03:16:32.875Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.276s coverage: 91.6% of statements [2021-03-31T03:16:32.875Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-31T03:16:32.875Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.928s coverage: 64.4% of statements [2021-03-31T03:16:32.875Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-31T03:16:32.875Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-31T03:16:32.875Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.091s coverage: 100.0% of statements [2021-03-31T03:16:32.875Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.065s coverage: 91.3% of statements [2021-03-31T03:16:32.875Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements [2021-03-31T03:16:32.875Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements [2021-03-31T03:16:32.875Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements [2021-03-31T03:16:34.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.823s coverage: 69.0% of statements [2021-03-31T03:16:34.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-31T03:16:34.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-31T03:16:34.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-31T03:16:34.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.265s coverage: 38.4% of statements [2021-03-31T03:16:34.872Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-31T03:16:34.872Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-31T03:16:34.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.067s coverage: 89.5% of statements [2021-03-31T03:16:34.872Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-31T03:16:34.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.046s coverage: 84.8% of statements [2021-03-31T03:16:39.506Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.331s coverage: 47.0% of statements [2021-03-31T03:16:39.506Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-31T03:16:39.506Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-31T03:16:39.506Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-31T03:16:39.506Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-31T03:16:39.506Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-31T03:16:39.506Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.097s coverage: 100.0% of statements [2021-03-31T03:16:39.506Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-31T03:16:39.506Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.069s coverage: 100.0% of statements [2021-03-31T03:16:39.506Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-31T03:16:39.506Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-31T03:16:39.506Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-31T03:16:39.506Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-31T03:16:39.506Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.432s coverage: 87.1% of statements [2021-03-31T03:16:39.506Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-31T03:16:39.506Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T03:16:39.506Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-31T03:16:47.693Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.609s coverage: 29.1% of statements [2021-03-31T03:16:47.693Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-31T03:16:47.693Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-31T03:16:47.693Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-31T03:16:47.693Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-31T03:16:47.693Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-31T03:16:47.693Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 1.109s coverage: 99.0% of statements [2021-03-31T03:16:47.693Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-31T03:16:47.693Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.105s coverage: 100.0% of statements [2021-03-31T03:16:47.693Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-31T03:16:47.693Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-31T03:16:47.693Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-31T03:16:47.693Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-31T03:16:47.693Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.307s coverage: 95.0% of statements [2021-03-31T03:16:47.693Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-31T03:16:47.693Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T03:16:47.693Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-31T03:16:47.693Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements [2021-03-31T03:16:47.693Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-31T03:16:47.693Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2021-03-31T03:16:47.693Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-31T03:16:47.693Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-31T03:16:47.693Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-31T03:16:47.693Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-31T03:16:47.693Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.056s coverage: 87.9% of statements [2021-03-31T03:16:47.693Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-31T03:16:47.693Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-31T03:16:48.093Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.155s coverage: 100.0% of statements [2021-03-31T03:16:49.409Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.100s coverage: 32.1% of statements [2021-03-31T03:16:49.719Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.143s coverage: 100.0% of statements [2021-03-31T03:16:50.360Z] GO111MODULE=on go vet ./... [2021-03-31T03:17:11.648Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-31T03:17:18.379Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-31T03:17:26.705Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-31T03:17:26.705Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-31T03:17:28.711Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-31T03:17:28.711Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-31T03:17:28.711Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-31T03:17:29.317Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-31T03:17:32.716Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-31T03:17:33.314Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-31T03:17:41.640Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-31T03:17:41.640Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-31T03:17:41.640Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-31T03:17:47.066Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.348s coverage: 45.9% of statements [2021-03-31T03:17:47.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-31T03:17:47.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-31T03:17:47.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-31T03:17:47.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-31T03:17:47.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-31T03:17:47.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-31T03:17:47.066Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.146s coverage: 19.8% of statements [2021-03-31T03:17:47.066Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.215s coverage: 100.0% of statements [2021-03-31T03:17:55.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.537s coverage: 27.1% of statements [2021-03-31T03:17:55.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-31T03:17:55.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-31T03:17:55.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-31T03:17:55.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-31T03:17:55.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-31T03:17:55.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-31T03:17:55.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.162s coverage: 100.0% of statements [2021-03-31T03:17:55.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-31T03:17:55.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.166s coverage: 100.0% of statements [2021-03-31T03:17:55.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-31T03:17:55.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-31T03:17:55.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.215s coverage: 71.3% of statements [2021-03-31T03:17:55.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-31T03:17:55.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-31T03:17:57.369Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.491s coverage: 82.9% of statements [2021-03-31T03:17:57.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-31T03:17:57.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T03:17:57.369Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.166s coverage: 78.9% of statements [2021-03-31T03:17:57.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-31T03:18:07.573Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.061s coverage: 28.6% of statements [2021-03-31T03:18:07.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-31T03:18:07.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-31T03:18:07.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-31T03:18:07.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-31T03:18:07.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-31T03:18:07.573Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.241s coverage: 100.0% of statements [2021-03-31T03:18:07.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-31T03:18:07.573Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.124s coverage: 100.0% of statements [2021-03-31T03:18:07.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-31T03:18:07.573Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.427s coverage: 86.7% of statements [2021-03-31T03:18:07.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-31T03:18:07.573Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.413s coverage: 97.5% of statements [2021-03-31T03:18:07.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-31T03:18:07.573Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.225s coverage: 78.3% of statements [2021-03-31T03:18:07.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-31T03:18:07.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-31T03:18:07.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-31T03:18:07.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-31T03:18:15.681Z] gofmt -l . [2021-03-31T03:18:15.681Z] [ "`gofmt -l .`" = "" ] [2021-03-31T03:18:15.681Z] ./bin/test-go-mod-tidy.sh [2021-03-31T03:18:15.681Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-31T03:18:15.901Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.206s coverage: 92.8% of statements [2021-03-31T03:18:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-31T03:18:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T03:18:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-31T03:18:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-31T03:18:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-31T03:18:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-31T03:18:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-31T03:18:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-31T03:18:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-31T03:18:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-31T03:18:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-31T03:18:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-31T03:18:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-31T03:18:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-31T03:18:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-31T03:18:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-31T03:18:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-31T03:18:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-31T03:18:15.901Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.123s coverage: 58.8% of statements [2021-03-31T03:18:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-31T03:18:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-31T03:18:15.901Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.299s coverage: 1.0% of statements [2021-03-31T03:18:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-31T03:18:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-31T03:18:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-31T03:18:15.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.155s coverage: 47.1% of statements [2021-03-31T03:18:15.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.163s coverage: 79.5% of statements [2021-03-31T03:18:15.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.192s coverage: 94.1% of statements [2021-03-31T03:18:15.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.216s coverage: 96.3% of statements [2021-03-31T03:18:15.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.171s coverage: 87.5% of statements [2021-03-31T03:18:16.391Z] + ls -al . [2021-03-31T03:18:16.391Z] total 780 [2021-03-31T03:18:16.391Z] drwxrwxr-x 10 1001 1001 4096 Mar 31 03:18 . [2021-03-31T03:18:16.391Z] drwxr-xr-x 4 root root 30 Mar 31 03:13 .. [2021-03-31T03:18:16.391Z] -rw-rw-r-- 1 1001 1001 11 Mar 31 03:10 .dockerignore [2021-03-31T03:18:16.391Z] drwxrwxr-x 8 1001 1001 179 Mar 31 03:10 .git [2021-03-31T03:18:16.391Z] drwxrwxr-x 3 1001 1001 125 Mar 31 03:10 .github [2021-03-31T03:18:16.391Z] -rw-rw-r-- 1 1001 1001 818 Mar 31 03:10 .gitignore [2021-03-31T03:18:16.391Z] drwx------ 3 1001 1001 60 Mar 31 03:11 .semver [2021-03-31T03:18:16.391Z] -rw-rw-r-- 1 1001 1001 166 Mar 31 03:10 .sonarcloud.properties [2021-03-31T03:18:16.391Z] -rw-rw-r-- 1 1001 1001 8607 Mar 31 03:10 Attribution.txt [2021-03-31T03:18:16.391Z] -rw-rw-r-- 1 1001 1001 3804 Mar 31 03:10 CONTRIBUTING.md [2021-03-31T03:18:16.391Z] -rw-rw-r-- 1 1001 1001 931 Mar 31 03:10 Dockerfile.build [2021-03-31T03:18:16.391Z] -rw-rw-r-- 1 1001 1001 863 Mar 31 03:10 Jenkinsfile [2021-03-31T03:18:16.391Z] -rw-rw-r-- 1 1001 1001 10775 Mar 31 03:10 LICENSE [2021-03-31T03:18:16.391Z] -rw-rw-r-- 1 1001 1001 5774 Mar 31 03:10 Makefile [2021-03-31T03:18:16.391Z] -rw-rw-r-- 1 1001 1001 6548 Mar 31 03:10 README.md [2021-03-31T03:18:16.391Z] -rw-rw-r-- 1 1001 1001 6755 Mar 31 03:10 SECURITY.md [2021-03-31T03:18:16.391Z] -rw-rw-r-- 1 1001 1001 5 Mar 31 03:11 VERSION [2021-03-31T03:18:16.391Z] -rw-rw-r-- 1 1001 1001 4131 Mar 31 03:10 ZMQWindows.md [2021-03-31T03:18:16.391Z] drwxrwxr-x 2 1001 1001 117 Mar 31 03:10 bin [2021-03-31T03:18:16.391Z] drwxrwxr-x 14 1001 1001 4096 Mar 31 03:10 cmd [2021-03-31T03:18:16.391Z] -rw-r--r-- 1 root root 669470 Mar 31 03:16 coverage.out [2021-03-31T03:18:16.391Z] -rw-r--r-- 1 root root 1057 Mar 31 03:18 go.mod [2021-03-31T03:18:16.391Z] -rw-r--r-- 1 root root 22304 Mar 31 03:18 go.sum [2021-03-31T03:18:16.391Z] drwxrwxr-x 8 1001 1001 127 Mar 31 03:10 internal [2021-03-31T03:18:16.391Z] drwxrwxr-x 4 1001 1001 26 Mar 31 03:10 openapi [2021-03-31T03:18:16.391Z] drwxrwxr-x 4 1001 1001 71 Mar 31 03:10 snap [2021-03-31T03:18:16.391Z] -rw-rw-r-- 1 1001 1001 168 Mar 31 03:10 version.go [Pipeline] sh [2021-03-31T03:18:17.441Z] + '[' -e coverage.out ] [2021-03-31T03:18:17.441Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-31T03:18:18.226Z] Stashed 1 file(s) [Pipeline] sh [2021-03-31T03:18:18.907Z] + make build [2021-03-31T03:18:18.907Z] 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-31T03:18:27.704Z] 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-31T03:18:30.995Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.187s coverage: 94.4% of statements [2021-03-31T03:18:30.995Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.136s coverage: 44.8% of statements [2021-03-31T03:18:35.300Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.540s coverage: 82.6% of statements [2021-03-31T03:18:43.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.185s coverage: 92.9% of statements [2021-03-31T03:18:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-31T03:18:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-31T03:18:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-31T03:18:43.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-03-31T03:18:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-31T03:18:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-31T03:18:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-31T03:18:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-31T03:18:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-31T03:18:43.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-03-31T03:18:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-31T03:18:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-31T03:18:43.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements [2021-03-31T03:18:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-31T03:18:43.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.147s coverage: 75.5% of statements [2021-03-31T03:18:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-31T03:18:43.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.122s coverage: 80.8% of statements [2021-03-31T03:18:43.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.185s coverage: 87.2% of statements [2021-03-31T03:18:43.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.226s coverage: 84.6% of statements [2021-03-31T03:18:43.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.226s coverage: 91.6% of statements [2021-03-31T03:18:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-31T03:18:43.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.601s coverage: 64.4% of statements [2021-03-31T03:18:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-31T03:18:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-31T03:18:43.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.118s coverage: 100.0% of statements [2021-03-31T03:18:43.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements [2021-03-31T03:18:43.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements [2021-03-31T03:18:45.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.090s coverage: 73.7% of statements [2021-03-31T03:18:45.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.071s coverage: 100.0% of statements [2021-03-31T03:18:46.440Z] 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-31T03:18:49.650Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.848s coverage: 69.0% of statements [2021-03-31T03:18:49.651Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-31T03:18:49.651Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-31T03:18:49.651Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-31T03:18:50.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.507s coverage: 38.4% of statements [2021-03-31T03:18:50.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-31T03:18:50.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-31T03:18:50.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.116s coverage: 89.5% of statements [2021-03-31T03:18:50.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-31T03:18:50.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.105s coverage: 84.8% of statements [2021-03-31T03:18:52.162Z] 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-31T03:18:56.984Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.489s coverage: 47.0% of statements [2021-03-31T03:18:56.984Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-31T03:18:56.984Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-31T03:18:56.984Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-31T03:18:56.984Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-31T03:18:56.984Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-31T03:18:56.984Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.162s coverage: 100.0% of statements [2021-03-31T03:18:56.984Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-31T03:18:56.984Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.172s coverage: 100.0% of statements [2021-03-31T03:18:56.984Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-31T03:18:56.984Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-31T03:18:56.984Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-31T03:18:56.984Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-31T03:18:56.984Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.450s coverage: 87.1% of statements [2021-03-31T03:18:56.984Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-31T03:18:56.984Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T03:18:56.984Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-31T03:19:03.531Z] 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-31T03:19:03.867Z] 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-31T03:19:05.293Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.178s coverage: 29.1% of statements [2021-03-31T03:19:05.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-31T03:19:05.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-31T03:19:05.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-31T03:19:05.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-31T03:19:05.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-31T03:19:05.293Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.187s coverage: 99.0% of statements [2021-03-31T03:19:05.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-31T03:19:05.293Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.174s coverage: 100.0% of statements [2021-03-31T03:19:05.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-31T03:19:05.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-31T03:19:05.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-31T03:19:05.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-31T03:19:05.294Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.246s coverage: 95.0% of statements [2021-03-31T03:19:05.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-31T03:19:05.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T03:19:05.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-31T03:19:05.294Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-03-31T03:19:05.294Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-31T03:19:05.294Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.066s coverage: 100.0% of statements [2021-03-31T03:19:05.294Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-31T03:19:05.294Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-31T03:19:05.294Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-31T03:19:05.294Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-31T03:19:05.294Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.102s coverage: 87.9% of statements [2021-03-31T03:19:05.294Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-31T03:19:05.294Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-31T03:19:05.294Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements [2021-03-31T03:19:05.568Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.119s coverage: 32.1% of statements [2021-03-31T03:19:06.165Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-03-31T03:19:07.150Z] GO111MODULE=on go vet ./... [2021-03-31T03:19:07.723Z] 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-31T03:19:11.566Z] 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-31T03:19:14.846Z] 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-31T03:19:21.887Z] 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-31T03:19:26.770Z] 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-31T03:19:34.233Z] 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-31T03:19:39.041Z] $ docker stop --time=1 a5e8e9ac3b5306c7f5962ba3e75bd1298bc4f7566044a7971989309d0d5615c0 [2021-03-31T03:19:41.607Z] $ docker rm -f a5e8e9ac3b5306c7f5962ba3e75bd1298bc4f7566044a7971989309d0d5615c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:19:45.018Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T03:19:45.302Z] [2021-03-31T03:19:45.302Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:19:45.778Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T03:19:45.778Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-31T03:19:45.778Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-31T03:19:45.778Z] ca9280d653b3: Pulling fs layer [2021-03-31T03:19:45.778Z] 7e9c9ca2126c: Pulling fs layer [2021-03-31T03:19:47.330Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-31T03:19:47.330Z] cbdbe7a5bc2a: Download complete [2021-03-31T03:19:48.372Z] ca9280d653b3: Verifying Checksum [2021-03-31T03:19:48.372Z] ca9280d653b3: Download complete [2021-03-31T03:19:48.372Z] cbdbe7a5bc2a: Pull complete [2021-03-31T03:19:53.160Z] ca9280d653b3: Pull complete [2021-03-31T03:19:53.788Z] 7e9c9ca2126c: Verifying Checksum [2021-03-31T03:19:53.788Z] 7e9c9ca2126c: Download complete [2021-03-31T03:20:16.858Z] 7e9c9ca2126c: Pull complete [2021-03-31T03:20:16.858Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-31T03:20:16.858Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T03:20:16.858Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-31T03:20:17.132Z] prd-centos7-docker-4c-2g-32180 does not seem to be running inside a container [2021-03-31T03:20:18.307Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@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-31T03:20:21.975Z] $ docker top c0e754c604a88c110a3b63798683ebb53f013522bd35df04c99bf1ff99617085 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T03:20:23.869Z] + grep parallel [2021-03-31T03:20:23.869Z] + docker-compose build --help [2021-03-31T03:20:25.459Z] --parallel Build images in parallel. [Pipeline] } [2021-03-31T03:20:25.660Z] $ docker stop --time=1 c0e754c604a88c110a3b63798683ebb53f013522bd35df04c99bf1ff99617085 [2021-03-31T03:20:28.023Z] $ docker rm -f c0e754c604a88c110a3b63798683ebb53f013522bd35df04c99bf1ff99617085 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:20:29.858Z] gofmt -l . [2021-03-31T03:20:29.858Z] [ "`gofmt -l .`" = "" ] [2021-03-31T03:20:29.858Z] ./bin/test-go-mod-tidy.sh [2021-03-31T03:20:29.858Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-31T03:20:30.087Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T03:20:30.369Z] . [Pipeline] withDockerContainer [2021-03-31T03:20:30.516Z] + ls -al . [2021-03-31T03:20:30.517Z] total 808 [2021-03-31T03:20:30.517Z] drwxrwxr-x 9 1001 1001 4096 Mar 31 03:20 . [2021-03-31T03:20:30.517Z] drwxr-xr-x 4 root root 4096 Mar 31 03:16 .. [2021-03-31T03:20:30.517Z] -rw-rw-r-- 1 1001 1001 11 Mar 31 03:14 .dockerignore [2021-03-31T03:20:30.517Z] drwxrwxr-x 8 1001 1001 4096 Mar 31 03:14 .git [2021-03-31T03:20:30.517Z] drwxrwxr-x 3 1001 1001 4096 Mar 31 03:14 .github [2021-03-31T03:20:30.517Z] -rw-rw-r-- 1 1001 1001 818 Mar 31 03:14 .gitignore [2021-03-31T03:20:30.517Z] -rw-rw-r-- 1 1001 1001 166 Mar 31 03:14 .sonarcloud.properties [2021-03-31T03:20:30.517Z] -rw-rw-r-- 1 1001 1001 8607 Mar 31 03:14 Attribution.txt [2021-03-31T03:20:30.517Z] -rw-rw-r-- 1 1001 1001 3804 Mar 31 03:14 CONTRIBUTING.md [2021-03-31T03:20:30.517Z] -rw-rw-r-- 1 1001 1001 931 Mar 31 03:14 Dockerfile.build [2021-03-31T03:20:30.517Z] -rw-rw-r-- 1 1001 1001 863 Mar 31 03:14 Jenkinsfile [2021-03-31T03:20:30.517Z] -rw-rw-r-- 1 1001 1001 10775 Mar 31 03:14 LICENSE [2021-03-31T03:20:30.517Z] -rw-rw-r-- 1 1001 1001 5774 Mar 31 03:14 Makefile [2021-03-31T03:20:30.517Z] -rw-rw-r-- 1 1001 1001 6548 Mar 31 03:14 README.md [2021-03-31T03:20:30.517Z] -rw-rw-r-- 1 1001 1001 6755 Mar 31 03:14 SECURITY.md [2021-03-31T03:20:30.517Z] -rw-rw-r-- 1 1001 1001 5 Mar 31 03:11 VERSION [2021-03-31T03:20:30.517Z] -rw-rw-r-- 1 1001 1001 4131 Mar 31 03:14 ZMQWindows.md [2021-03-31T03:20:30.517Z] drwxrwxr-x 2 1001 1001 4096 Mar 31 03:14 bin [2021-03-31T03:20:30.517Z] drwxrwxr-x 14 1001 1001 4096 Mar 31 03:14 cmd [2021-03-31T03:20:30.517Z] -rw-r--r-- 1 root root 669470 Mar 31 03:19 coverage.out [2021-03-31T03:20:30.517Z] -rw-r--r-- 1 root root 1057 Mar 31 03:20 go.mod [2021-03-31T03:20:30.517Z] -rw-r--r-- 1 root root 22304 Mar 31 03:20 go.sum [2021-03-31T03:20:30.517Z] drwxrwxr-x 8 1001 1001 4096 Mar 31 03:14 internal [2021-03-31T03:20:30.517Z] drwxrwxr-x 4 1001 1001 4096 Mar 31 03:14 openapi [2021-03-31T03:20:30.517Z] drwxrwxr-x 4 1001 1001 4096 Mar 31 03:14 snap [2021-03-31T03:20:30.517Z] -rw-rw-r-- 1 1001 1001 168 Mar 31 03:14 version.go [2021-03-31T03:20:31.111Z] prd-centos7-docker-4c-2g-32180 does not seem to be running inside a container [2021-03-31T03:20:31.305Z] $ 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/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@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-31T03:20:35.392Z] $ docker top b0cb049fe6f6a809a8c2264fb3a6177bbf8157e6475abc438081af66c25158c6 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-03-31T03:20:36.965Z] + '[' -e coverage.out ] [2021-03-31T03:20:36.965Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-31T03:20:36.985Z] Warning: overwriting stash ‘coverage-report’ [2021-03-31T03:20:37.601Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-31T03:20:38.420Z] Stashed 1 file(s) [Pipeline] sh [2021-03-31T03:20:39.114Z] + make build [2021-03-31T03:20:39.114Z] 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-31T03:20:40.615Z] Building docker-core-command-go ... [2021-03-31T03:20:40.615Z] Building docker-core-data-go ... [2021-03-31T03:20:40.615Z] Building docker-core-metadata-go ... [2021-03-31T03:20:40.615Z] Building docker-security-bootstrapper-go ... [2021-03-31T03:20:40.615Z] Building docker-security-proxy-setup-go ... [2021-03-31T03:20:40.615Z] Building docker-security-secretstore-setup-go ... [2021-03-31T03:20:40.615Z] Building docker-support-notifications-go ... [2021-03-31T03:20:40.615Z] Building docker-support-scheduler-go ... [2021-03-31T03:20:40.615Z] Building docker-sys-mgmt-agent-go ... [2021-03-31T03:20:40.615Z] Building docker-support-notifications-go [2021-03-31T03:20:40.615Z] Building docker-security-proxy-setup-go [2021-03-31T03:20:40.615Z] Building docker-support-scheduler-go [2021-03-31T03:20:40.615Z] Building docker-core-command-go [2021-03-31T03:20:40.615Z] Building docker-core-data-go [2021-03-31T03:20:51.766Z] 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-31T03:21:14.029Z] 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-31T03:21:19.427Z] 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-31T03:21:23.765Z] 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-31T03:21:25.198Z] 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-31T03:21:30.599Z] 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-31T03:21:35.995Z] 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-31T03:21:39.389Z] 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-31T03:21:44.800Z] 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-31T03:21:47.433Z] 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-31T03:21:51.759Z] 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-31T03:21:58.495Z] $ docker stop --time=1 603f52f1f51d13534e305b0abb07da42ba6db8e16587c42438efe971b404b115 [2021-03-31T03:22:01.047Z] $ docker rm -f 603f52f1f51d13534e305b0abb07da42ba6db8e16587c42438efe971b404b115 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:03.128Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T03:22:03.129Z] [2021-03-31T03:22:03.129Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:03.514Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T03:22:03.514Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-31T03:22:03.514Z] 29e5d40040c1: Pulling fs layer [2021-03-31T03:22:03.514Z] 1ce36da41761: Pulling fs layer [2021-03-31T03:22:03.514Z] 25b303627fd3: Pulling fs layer [2021-03-31T03:22:03.790Z] 29e5d40040c1: Verifying Checksum [2021-03-31T03:22:04.402Z] 29e5d40040c1: Pull complete [2021-03-31T03:22:04.402Z] 1ce36da41761: Verifying Checksum [2021-03-31T03:22:04.402Z] 1ce36da41761: Download complete [2021-03-31T03:22:05.844Z] 1ce36da41761: Pull complete [2021-03-31T03:22:06.117Z] 25b303627fd3: Verifying Checksum [2021-03-31T03:22:06.117Z] 25b303627fd3: Download complete [2021-03-31T03:22:16.275Z] 25b303627fd3: Pull complete [2021-03-31T03:22:16.275Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-31T03:22:16.275Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T03:22:16.275Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-31T03:22:16.543Z] prd-ubuntu18.04-docker-arm64-4c-16g-32186 does not seem to be running inside a container [2021-03-31T03:22:16.654Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@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-31T03:22:19.716Z] $ docker top 1c93f6634d8cee47f2bb0be96b48700c6c619d49a47ef08531bcde5089e43eef -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T03:22:20.718Z] + docker-compose build --help [2021-03-31T03:22:20.718Z] + grep parallel [2021-03-31T03:22:24.090Z] --parallel Build images in parallel. [Pipeline] } [2021-03-31T03:22:24.110Z] $ docker stop --time=1 1c93f6634d8cee47f2bb0be96b48700c6c619d49a47ef08531bcde5089e43eef [2021-03-31T03:22:26.065Z] $ docker rm -f 1c93f6634d8cee47f2bb0be96b48700c6c619d49a47ef08531bcde5089e43eef [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:26.920Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T03:22:26.921Z] . [Pipeline] withDockerContainer [2021-03-31T03:22:27.186Z] prd-ubuntu18.04-docker-arm64-4c-16g-32186 does not seem to be running inside a container [2021-03-31T03:22:27.262Z] $ 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/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-31T03:22:28.707Z] $ docker top 881c294322d43d10dfc846682e924faeb21bc9b3fefab8a01449441d6ac77f31 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T03:22:29.740Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-31T03:22:34.028Z] Building docker-core-command-go ... [2021-03-31T03:22:34.028Z] Building docker-core-data-go ... [2021-03-31T03:22:34.028Z] Building docker-core-metadata-go ... [2021-03-31T03:22:34.028Z] Building docker-security-bootstrapper-go ... [2021-03-31T03:22:34.028Z] Building docker-security-proxy-setup-go ... [2021-03-31T03:22:34.028Z] Building docker-security-secretstore-setup-go ... [2021-03-31T03:22:34.028Z] Building docker-support-notifications-go ... [2021-03-31T03:22:34.028Z] Building docker-support-scheduler-go ... [2021-03-31T03:22:34.028Z] Building docker-sys-mgmt-agent-go ... [2021-03-31T03:22:34.028Z] Building docker-security-secretstore-setup-go [2021-03-31T03:22:34.028Z] Building docker-support-notifications-go [2021-03-31T03:22:34.028Z] Building docker-security-proxy-setup-go [2021-03-31T03:22:34.028Z] Building docker-security-bootstrapper-go [2021-03-31T03:22:34.028Z] Building docker-core-command-go [2021-03-31T03:22:34.746Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:22:34.746Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:22:34.746Z] ---> c3b106e0dae0 [2021-03-31T03:22:34.746Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T03:22:34.746Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:22:34.746Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:22:34.746Z] ---> c3b106e0dae0 [2021-03-31T03:22:34.746Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T03:22:34.746Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:22:34.746Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:22:34.746Z] ---> c3b106e0dae0 [2021-03-31T03:22:34.746Z] Step 3/21 : WORKDIR /edgex-go [2021-03-31T03:22:34.746Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:22:34.746Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:22:34.746Z] ---> c3b106e0dae0 [2021-03-31T03:22:34.746Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T03:22:34.746Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:22:34.746Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:22:34.746Z] ---> c3b106e0dae0 [2021-03-31T03:22:34.746Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T03:22:34.746Z] ---> Running in d326184d640e [2021-03-31T03:22:34.746Z] ---> Running in 669659e2320c [2021-03-31T03:22:34.746Z] ---> Running in ac775bdf551e [2021-03-31T03:22:34.746Z] ---> Running in 5ba46cd6ce46 [2021-03-31T03:22:34.746Z] ---> Running in 3e1a656e6e1f [2021-03-31T03:22:34.746Z] Removing intermediate container 3e1a656e6e1f [2021-03-31T03:22:34.746Z] ---> c058ff3ff8a2 [2021-03-31T03:22:34.746Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:22:34.746Z] Removing intermediate container d326184d640e [2021-03-31T03:22:34.746Z] ---> 12ab51775f46 [2021-03-31T03:22:34.746Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:22:34.746Z] Removing intermediate container ac775bdf551e [2021-03-31T03:22:34.746Z] ---> d79112f4f3ee [2021-03-31T03:22:34.746Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:22:34.746Z] Removing intermediate container 669659e2320c [2021-03-31T03:22:34.746Z] ---> 79268abb7b85 [2021-03-31T03:22:34.746Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:22:34.746Z] Removing intermediate container 5ba46cd6ce46 [2021-03-31T03:22:34.746Z] ---> 42e6bf0ec020 [2021-03-31T03:22:34.746Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:22:34.746Z] ---> Running in f429a00dd21e [2021-03-31T03:22:34.746Z] ---> Running in 973b87858462 [2021-03-31T03:22:34.746Z] ---> Running in 6a316a9b0854 [2021-03-31T03:22:34.746Z] ---> Running in 304781d81c89 [2021-03-31T03:22:34.746Z] ---> Running in e1fa6d0056d0 [2021-03-31T03:22:40.817Z] Removing intermediate container 973b87858462 [2021-03-31T03:22:40.817Z] ---> 9466df931e4c [2021-03-31T03:22:40.817Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T03:22:40.817Z] ---> Running in 61a19648f723 [2021-03-31T03:22:41.092Z] Removing intermediate container f429a00dd21e [2021-03-31T03:22:41.092Z] ---> c9ca28e0f002 [2021-03-31T03:22:41.092Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-31T03:22:41.408Z] Removing intermediate container 304781d81c89 [2021-03-31T03:22:41.409Z] ---> 75e715a640d5 [2021-03-31T03:22:41.409Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-31T03:22:41.409Z] Removing intermediate container 6a316a9b0854 [2021-03-31T03:22:41.409Z] ---> a014489b05e7 [2021-03-31T03:22:41.409Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-31T03:22:41.409Z] ---> Running in ceb8f013d642 [2021-03-31T03:22:41.409Z] Removing intermediate container e1fa6d0056d0 [2021-03-31T03:22:41.409Z] ---> 527838d17a66 [2021-03-31T03:22:41.409Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-31T03:22:41.409Z] ---> Running in b06f2069bf35 [2021-03-31T03:22:41.783Z] ---> Running in e56ee329481c [2021-03-31T03:22:41.783Z] ---> Running in a02071f416ae [2021-03-31T03:22:42.204Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:22:43.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:22:43.367Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:22:43.756Z] OK: 233 MiB in 51 packages [2021-03-31T03:22:44.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:22:45.117Z] OK: 233 MiB in 51 packages [2021-03-31T03:22:45.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:22:46.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:22:46.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:22:46.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:22:46.647Z] Removing intermediate container 61a19648f723 [2021-03-31T03:22:46.647Z] ---> 7c1c47e50d9b [2021-03-31T03:22:46.647Z] Step 6/23 : COPY go.mod . [2021-03-31T03:22:47.142Z] OK: 233 MiB in 51 packages [2021-03-31T03:22:47.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:22:47.514Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:22:47.514Z] Removing intermediate container ceb8f013d642 [2021-03-31T03:22:47.514Z] ---> 46ba9fd3b9ac [2021-03-31T03:22:47.514Z] Step 6/22 : COPY go.mod . [2021-03-31T03:22:47.514Z] ---> cb48a87a50d7 [2021-03-31T03:22:47.514Z] Step 7/23 : RUN go mod download [2021-03-31T03:22:47.869Z] OK: 233 MiB in 51 packages [2021-03-31T03:22:47.869Z] ---> Running in 0727cd2ba4c5 [2021-03-31T03:22:48.608Z] OK: 233 MiB in 51 packages [2021-03-31T03:22:48.608Z] ---> 50977db1dec5 [2021-03-31T03:22:48.608Z] Step 7/22 : RUN go mod download [2021-03-31T03:22:48.905Z] ---> Running in 6ff3d9016e66 [2021-03-31T03:22:49.212Z] Removing intermediate container b06f2069bf35 [2021-03-31T03:22:49.212Z] ---> 14c08747c057 [2021-03-31T03:22:49.212Z] Step 6/21 : COPY go.mod . [2021-03-31T03:22:49.841Z] Removing intermediate container e56ee329481c [2021-03-31T03:22:49.841Z] ---> 67adfcaa1b00 [2021-03-31T03:22:49.841Z] Step 6/23 : COPY go.mod . [2021-03-31T03:22:50.125Z] ---> 9f424a33ffd3 [2021-03-31T03:22:50.125Z] Step 7/21 : RUN go mod download [2021-03-31T03:22:50.420Z] ---> Running in 197bef68dd25 [2021-03-31T03:22:51.021Z] Removing intermediate container a02071f416ae [2021-03-31T03:22:51.021Z] ---> debee104aa0a [2021-03-31T03:22:51.021Z] Step 6/22 : COPY go.mod . [2021-03-31T03:22:52.031Z] ---> fe80394f666f [2021-03-31T03:22:52.031Z] Step 7/23 : RUN go mod download [2021-03-31T03:22:52.343Z] ---> Running in 8a8afe203e99 [2021-03-31T03:22:52.695Z] ---> 6a3e5fc275b2 [2021-03-31T03:22:52.695Z] Step 7/22 : RUN go mod download [2021-03-31T03:22:52.695Z] ---> Running in a5e0da83482d [2021-03-31T03:22:56.286Z] Removing intermediate container 6ff3d9016e66 [2021-03-31T03:22:56.286Z] ---> b854d63cfdeb [2021-03-31T03:22:56.286Z] Step 8/22 : COPY . . [2021-03-31T03:22:56.286Z] Removing intermediate container 197bef68dd25 [2021-03-31T03:22:56.286Z] ---> 45670065276c [2021-03-31T03:22:56.286Z] Step 8/21 : COPY . . [2021-03-31T03:22:56.286Z] Removing intermediate container 0727cd2ba4c5 [2021-03-31T03:22:56.286Z] ---> f0c6c1abfa17 [2021-03-31T03:22:56.286Z] Step 8/23 : COPY . . [2021-03-31T03:22:57.608Z] Removing intermediate container 8a8afe203e99 [2021-03-31T03:22:57.608Z] ---> ea5b4fae6898 [2021-03-31T03:22:57.608Z] Step 8/23 : COPY . . [2021-03-31T03:22:58.820Z] Removing intermediate container a5e0da83482d [2021-03-31T03:22:58.820Z] ---> 777a0323a906 [2021-03-31T03:22:58.820Z] Step 8/22 : COPY . . [2021-03-31T03:23:55.785Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:23:55.785Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:23:55.785Z] ---> 60b693f89880 [2021-03-31T03:23:55.785Z] Step 3/24 : WORKDIR /edgex-go [2021-03-31T03:23:55.785Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:23:55.785Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:23:55.785Z] ---> 60b693f89880 [2021-03-31T03:23:55.785Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T03:23:55.785Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:23:55.785Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:23:55.785Z] ---> 60b693f89880 [2021-03-31T03:23:55.785Z] Step 3/21 : WORKDIR /edgex-go [2021-03-31T03:23:55.785Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:23:55.785Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:23:55.785Z] ---> 60b693f89880 [2021-03-31T03:23:55.785Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T03:23:55.785Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:23:55.785Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:23:55.785Z] ---> 60b693f89880 [2021-03-31T03:23:55.785Z] Step 3/31 : WORKDIR /edgex-go [2021-03-31T03:23:55.785Z] ---> Running in 687827bc00d4 [2021-03-31T03:23:55.785Z] ---> Running in 399dc096f277 [2021-03-31T03:23:55.785Z] ---> Running in 764e9b1ee7df [2021-03-31T03:23:55.785Z] ---> Running in 392196b1e4a4 [2021-03-31T03:23:55.785Z] ---> Running in 6f9b1cf6a013 [2021-03-31T03:23:55.785Z] Removing intermediate container 687827bc00d4 [2021-03-31T03:23:55.785Z] ---> 0cb3fb664009 [2021-03-31T03:23:55.785Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:23:55.785Z] Removing intermediate container 764e9b1ee7df [2021-03-31T03:23:55.785Z] ---> d5b0e821b411 [2021-03-31T03:23:55.785Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:23:55.785Z] Removing intermediate container 399dc096f277 [2021-03-31T03:23:55.785Z] ---> ea6605a2187b [2021-03-31T03:23:55.785Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:23:55.785Z] ---> Running in 6e2f1ad8cd9a [2021-03-31T03:23:55.785Z] Removing intermediate container 6f9b1cf6a013 [2021-03-31T03:23:55.785Z] ---> 91a431000b08 [2021-03-31T03:23:55.785Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:23:55.785Z] Removing intermediate container 392196b1e4a4 [2021-03-31T03:23:55.785Z] ---> b321a084fe18 [2021-03-31T03:23:55.785Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:23:55.785Z] ---> Running in a8df676dd0af [2021-03-31T03:23:55.785Z] ---> Running in 0fdcc74f3eaa [2021-03-31T03:23:55.785Z] ---> Running in 9de73d69e8f4 [2021-03-31T03:23:55.785Z] ---> Running in 3761bd2687d2 [2021-03-31T03:23:55.785Z] Removing intermediate container 6e2f1ad8cd9a [2021-03-31T03:23:55.785Z] ---> 587e27bb7320 [2021-03-31T03:23:55.785Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-31T03:23:55.785Z] ---> Running in fe37a0de4a57 [2021-03-31T03:23:56.057Z] Removing intermediate container 0fdcc74f3eaa [2021-03-31T03:23:56.057Z] ---> 77926736d723 [2021-03-31T03:23:56.057Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-31T03:23:56.334Z] ---> Running in ee450919a089 [2021-03-31T03:23:56.334Z] Removing intermediate container a8df676dd0af [2021-03-31T03:23:56.334Z] ---> 851543c3bba4 [2021-03-31T03:23:56.334Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-31T03:23:56.609Z] Removing intermediate container 3761bd2687d2 [2021-03-31T03:23:56.609Z] ---> fff2951e109e [2021-03-31T03:23:56.609Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T03:23:56.609Z] Removing intermediate container 9de73d69e8f4 [2021-03-31T03:23:56.609Z] ---> f7f124ee5f64 [2021-03-31T03:23:56.609Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-31T03:23:56.893Z] ---> Running in 1766ff34accb [2021-03-31T03:23:56.893Z] ---> Running in 69242f1ab87f [2021-03-31T03:23:56.893Z] ---> Running in 20722018a3b4 [2021-03-31T03:23:57.170Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:23:57.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:23:58.049Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:23:58.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:23:58.648Z] OK: 217 MiB in 51 packages [2021-03-31T03:23:58.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:23:58.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:23:58.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:23:59.203Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:23:59.477Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:23:59.477Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:23:59.477Z] OK: 217 MiB in 51 packages [2021-03-31T03:24:00.090Z] Removing intermediate container fe37a0de4a57 [2021-03-31T03:24:00.090Z] ---> 4597ce9d2758 [2021-03-31T03:24:00.090Z] Step 6/21 : COPY go.mod . [2021-03-31T03:24:00.090Z] OK: 217 MiB in 51 packages [2021-03-31T03:24:00.365Z] OK: 217 MiB in 51 packages [2021-03-31T03:24:00.365Z] OK: 217 MiB in 51 packages [2021-03-31T03:24:01.358Z] ---> d7c285325cf3 [2021-03-31T03:24:01.358Z] Step 7/21 : RUN go mod download [2021-03-31T03:24:01.358Z] Removing intermediate container ee450919a089 [2021-03-31T03:24:01.358Z] ---> ca1d348b6d5b [2021-03-31T03:24:01.358Z] Step 6/24 : COPY go.mod . [2021-03-31T03:24:01.632Z] ---> Running in 247811a12665 [2021-03-31T03:24:01.912Z] Removing intermediate container 1766ff34accb [2021-03-31T03:24:01.912Z] ---> 9014272cd5dd [2021-03-31T03:24:01.912Z] Step 6/31 : COPY go.mod . [2021-03-31T03:24:02.191Z] Removing intermediate container 20722018a3b4 [2021-03-31T03:24:02.191Z] ---> 41ad1a1ef2f7 [2021-03-31T03:24:02.191Z] Step 6/22 : COPY go.mod . [2021-03-31T03:24:02.485Z] Removing intermediate container 69242f1ab87f [2021-03-31T03:24:02.485Z] ---> 9e80d88f872b [2021-03-31T03:24:02.485Z] Step 6/23 : COPY go.mod . [2021-03-31T03:24:02.485Z] ---> 2abe7fef4e4d [2021-03-31T03:24:02.485Z] Step 7/24 : RUN go mod download [2021-03-31T03:24:02.763Z] ---> Running in 6cf78c4b0e92 [2021-03-31T03:24:03.038Z] ---> 25e49ba75497 [2021-03-31T03:24:03.038Z] Step 7/31 : RUN go mod download [2021-03-31T03:24:03.320Z] ---> cc169e30a6c1 [2021-03-31T03:24:03.320Z] Step 7/23 : RUN go mod download [2021-03-31T03:24:03.320Z] ---> Running in 052ebdfeb93a [2021-03-31T03:24:03.599Z] ---> 1181d87aa12c [2021-03-31T03:24:03.599Z] Step 7/22 : RUN go mod download [2021-03-31T03:24:03.599Z] ---> Running in 59dcea93c7b4 [2021-03-31T03:24:03.876Z] ---> Running in 9d81914e6225 [2021-03-31T03:24:05.332Z] Removing intermediate container 247811a12665 [2021-03-31T03:24:05.332Z] ---> 221cb5986003 [2021-03-31T03:24:05.332Z] Step 8/21 : COPY . . [2021-03-31T03:24:07.336Z] Removing intermediate container 6cf78c4b0e92 [2021-03-31T03:24:07.336Z] ---> fb2d59431981 [2021-03-31T03:24:07.336Z] Step 8/24 : COPY . . [2021-03-31T03:24:08.773Z] Removing intermediate container 052ebdfeb93a [2021-03-31T03:24:08.774Z] ---> 87d3ed6362e6 [2021-03-31T03:24:08.774Z] Step 8/31 : COPY . . [2021-03-31T03:24:09.368Z] Removing intermediate container 59dcea93c7b4 [2021-03-31T03:24:09.368Z] ---> 7a0f48dec0cd [2021-03-31T03:24:09.368Z] Step 8/23 : COPY . . [2021-03-31T03:24:09.368Z] Removing intermediate container 9d81914e6225 [2021-03-31T03:24:09.368Z] ---> d21baf109354 [2021-03-31T03:24:09.368Z] Step 8/22 : COPY . . [2021-03-31T03:24:36.222Z] ---> 959b74c6ce6c [2021-03-31T03:24:36.222Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-31T03:24:36.222Z] ---> 2772aa11fe35 [2021-03-31T03:24:36.222Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-31T03:24:36.222Z] ---> bced9306b274 [2021-03-31T03:24:36.222Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-31T03:24:36.222Z] ---> Running in 02852662a231 [2021-03-31T03:24:36.222Z] ---> Running in d4426e3d466e [2021-03-31T03:24:36.222Z] ---> 7770347d3199 [2021-03-31T03:24:36.222Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-31T03:24:36.222Z] ---> Running in 79012e0f150b [2021-03-31T03:24:36.222Z] ---> 35d74571bfdd [2021-03-31T03:24:36.222Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-31T03:24:36.222Z] ---> Running in c37df7ba9f1f [2021-03-31T03:24:36.222Z] ---> Running in c1ef9793c56f [2021-03-31T03:24:36.222Z] 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-31T03:24:36.222Z] 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-31T03:24:36.222Z] 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-31T03:24:36.222Z] 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-31T03:24:36.222Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T03:24:53.404Z] ---> 2c5d75fb8919 [2021-03-31T03:24:53.404Z] ---> c4333f05f2f0 [2021-03-31T03:24:53.404Z] ---> 551caad545a9 [2021-03-31T03:24:53.404Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-31T03:24:53.404Z] ---> 6341c7b8b7b9 [2021-03-31T03:24:53.404Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-31T03:24:53.404Z] ---> 519111ae3f43 [2021-03-31T03:24:53.404Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-31T03:24:53.404Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-31T03:24:53.404Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-31T03:24:53.404Z] ---> Running in 92d64460ee3c [2021-03-31T03:24:53.404Z] ---> Running in 26b5eaa801f5 [2021-03-31T03:24:53.404Z] ---> Running in 8d342ac78b12 [2021-03-31T03:24:53.404Z] ---> Running in dd91c5b16a9d [2021-03-31T03:24:53.404Z] ---> Running in 15c365c197c3 [2021-03-31T03:24:53.404Z] 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-31T03:24:53.404Z] 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-31T03:24:53.404Z] 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-31T03:24:53.404Z] 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-31T03:24:53.404Z] 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-31T03:26:13.069Z] 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-31T03:26:13.070Z] 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-31T03:26:18.253Z] 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-31T03:26:25.532Z] Removing intermediate container 79012e0f150b [2021-03-31T03:26:25.532Z] ---> 3668bfa83314 [2021-03-31T03:26:25.532Z] [2021-03-31T03:26:25.532Z] Step 10/31 : FROM alpine:3.12 [2021-03-31T03:26:25.532Z] 3.12: Pulling from library/alpine [2021-03-31T03:26:25.532Z] Removing intermediate container 02852662a231 [2021-03-31T03:26:25.532Z] ---> 38d971be3a70 [2021-03-31T03:26:25.532Z] [2021-03-31T03:26:25.532Z] Step 10/21 : FROM alpine:3.12 [2021-03-31T03:26:25.532Z] 3.12: Pulling from library/alpine [2021-03-31T03:26:25.532Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T03:26:25.532Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T03:26:25.532Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T03:26:25.532Z] Status: Image is up to date for alpine:3.12 [2021-03-31T03:26:25.532Z] ---> e47305ac9786 [2021-03-31T03:26:25.532Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-31T03:26:25.532Z] ---> e47305ac9786 [2021-03-31T03:26:25.532Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-31T03:26:26.517Z] ---> Running in 2c202da9dc74 [2021-03-31T03:26:26.517Z] ---> Running in cf584127d26d [2021-03-31T03:26:27.112Z] Removing intermediate container d4426e3d466e [2021-03-31T03:26:27.112Z] ---> 7761b9df781e [2021-03-31T03:26:27.112Z] [2021-03-31T03:26:27.112Z] Step 10/24 : FROM alpine:3.12 [2021-03-31T03:26:27.112Z] ---> e47305ac9786 [2021-03-31T03:26:27.112Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-31T03:26:27.384Z] Removing intermediate container 2c202da9dc74 [2021-03-31T03:26:27.384Z] ---> c29e3b18aeb7 [2021-03-31T03:26:27.384Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-31T03:26:27.660Z] ---> Running in 231fb3498755 [2021-03-31T03:26:27.660Z] ---> Running in adc7e8e0b5cb [2021-03-31T03:26:27.933Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:26:28.213Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:26:28.821Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-31T03:26:28.821Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T03:26:28.821Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-31T03:26:28.821Z] (4/4) Installing curl (7.69.1-r3) [2021-03-31T03:26:28.821Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:26:28.821Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T03:26:29.099Z] OK: 7 MiB in 18 packages [2021-03-31T03:26:29.942Z] Removing intermediate container 15c365c197c3 [2021-03-31T03:26:29.942Z] ---> 0e1aa54ab05e [2021-03-31T03:26:29.942Z] [2021-03-31T03:26:29.942Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T03:26:30.085Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:26:30.085Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:26:30.352Z] 3.12: Pulling from library/alpine [2021-03-31T03:26:30.361Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:26:30.361Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:26:30.642Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-31T03:26:30.642Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T03:26:30.642Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-31T03:26:30.642Z] (4/6) Installing curl (7.69.1-r3) [2021-03-31T03:26:30.642Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-31T03:26:30.642Z] (6/6) Installing su-exec (0.2-r1) [2021-03-31T03:26:30.642Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:26:30.922Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T03:26:30.922Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-31T03:26:30.922Z] (2/2) Installing su-exec (0.2-r1) [2021-03-31T03:26:30.922Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:26:30.922Z] OK: 5 MiB in 16 packages [2021-03-31T03:26:31.204Z] OK: 7 MiB in 20 packages [2021-03-31T03:26:31.223Z] Removing intermediate container 92d64460ee3c [2021-03-31T03:26:31.223Z] ---> 374c183100d0 [2021-03-31T03:26:31.223Z] [2021-03-31T03:26:31.223Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T03:26:31.223Z] 3.12: Pulling from library/alpine [2021-03-31T03:26:31.661Z] Removing intermediate container 8d342ac78b12 [2021-03-31T03:26:31.661Z] ---> d7ecaeae9b1f [2021-03-31T03:26:31.661Z] [2021-03-31T03:26:31.661Z] Step 10/21 : FROM alpine:3.12 [2021-03-31T03:26:31.996Z] 3.12: Pulling from library/alpine [2021-03-31T03:26:33.100Z] Removing intermediate container 26b5eaa801f5 [2021-03-31T03:26:33.100Z] ---> 1e834efee8f6 [2021-03-31T03:26:33.100Z] [2021-03-31T03:26:33.100Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T03:26:33.100Z] 3.12: Pulling from library/alpine [2021-03-31T03:26:33.186Z] Removing intermediate container cf584127d26d [2021-03-31T03:26:33.186Z] ---> e55ed6e51552 [2021-03-31T03:26:33.186Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T03:26:33.501Z] ---> Running in 606ad60808aa [2021-03-31T03:26:33.724Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T03:26:33.724Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T03:26:33.791Z] Removing intermediate container c37df7ba9f1f [2021-03-31T03:26:33.791Z] ---> 091a264430f3 [2021-03-31T03:26:33.791Z] [2021-03-31T03:26:33.791Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T03:26:33.791Z] ---> e47305ac9786 [2021-03-31T03:26:33.791Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-31T03:26:33.791Z] Removing intermediate container c1ef9793c56f [2021-03-31T03:26:33.791Z] ---> ec275745213e [2021-03-31T03:26:33.791Z] [2021-03-31T03:26:33.791Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T03:26:33.791Z] ---> e47305ac9786 [2021-03-31T03:26:33.791Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T03:26:34.117Z] Removing intermediate container adc7e8e0b5cb [2021-03-31T03:26:34.117Z] ---> 8b16ba095a1c [2021-03-31T03:26:34.117Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-31T03:26:34.117Z] ---> Running in 1b98d5e36a06 [2021-03-31T03:26:34.117Z] ---> Running in e5113d4e2208 [2021-03-31T03:26:34.117Z] ---> Running in e5282a9e0bb3 [2021-03-31T03:26:34.197Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T03:26:34.197Z] Status: Image is up to date for alpine:3.12 [2021-03-31T03:26:34.197Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T03:26:34.197Z] Status: Image is up to date for alpine:3.12 [2021-03-31T03:26:34.197Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T03:26:34.197Z] Status: Image is up to date for alpine:3.12 [2021-03-31T03:26:34.197Z] ---> 42cb162f0360 [2021-03-31T03:26:34.197Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-31T03:26:34.197Z] ---> 42cb162f0360 [2021-03-31T03:26:34.197Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-31T03:26:34.197Z] ---> 42cb162f0360 [2021-03-31T03:26:34.197Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T03:26:34.197Z] ---> 42cb162f0360 [2021-03-31T03:26:34.197Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-31T03:26:34.412Z] Removing intermediate container 606ad60808aa [2021-03-31T03:26:34.412Z] ---> 0ddaefede23a [2021-03-31T03:26:34.412Z] Step 13/21 : WORKDIR /edgex [2021-03-31T03:26:34.412Z] Removing intermediate container 231fb3498755 [2021-03-31T03:26:34.412Z] ---> 24218bd43484 [2021-03-31T03:26:34.412Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T03:26:34.706Z] ---> Running in 4d98032504d4 [2021-03-31T03:26:34.706Z] ---> Running in 708357ba70c3 [2021-03-31T03:26:34.844Z] ---> Running in 454514aa8007 [2021-03-31T03:26:34.844Z] ---> Running in 6ca483a965cf [2021-03-31T03:26:34.844Z] ---> Running in eda34f298a17 [2021-03-31T03:26:34.844Z] ---> Running in eccb699edbbe [2021-03-31T03:26:35.041Z] Removing intermediate container e5282a9e0bb3 [2021-03-31T03:26:35.041Z] ---> ee7e9f335ea8 [2021-03-31T03:26:35.041Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-31T03:26:35.155Z] Removing intermediate container dd91c5b16a9d [2021-03-31T03:26:35.155Z] ---> d67958335031 [2021-03-31T03:26:35.155Z] [2021-03-31T03:26:35.155Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T03:26:35.155Z] ---> 42cb162f0360 [2021-03-31T03:26:35.155Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-31T03:26:35.337Z] ---> Running in 7e78b95db50d [2021-03-31T03:26:35.640Z] Removing intermediate container 4d98032504d4 [2021-03-31T03:26:35.640Z] ---> a174be803cbd [2021-03-31T03:26:35.640Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-31T03:26:35.905Z] ---> Running in d7ad90dfda1e [2021-03-31T03:26:35.924Z] Removing intermediate container 708357ba70c3 [2021-03-31T03:26:35.924Z] ---> 9fbf50a9fc00 [2021-03-31T03:26:35.924Z] Step 13/24 : WORKDIR / [2021-03-31T03:26:36.209Z] ---> Running in 7fc133d98ae4 [2021-03-31T03:26:36.209Z] Removing intermediate container 7e78b95db50d [2021-03-31T03:26:36.517Z] ---> c9290819e7c5 [2021-03-31T03:26:36.517Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-31T03:26:36.602Z] Removing intermediate container d7ad90dfda1e [2021-03-31T03:26:36.602Z] ---> 6efb1d92acf5 [2021-03-31T03:26:36.602Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-31T03:26:36.840Z] ---> Running in 7d2db7deae87 [2021-03-31T03:26:36.841Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:26:36.841Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:26:36.841Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:26:37.127Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:26:37.127Z] ---> 9c59b4695227 [2021-03-31T03:26:37.127Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-31T03:26:37.127Z] Removing intermediate container 7fc133d98ae4 [2021-03-31T03:26:37.127Z] ---> f69aa41a1cef [2021-03-31T03:26:37.127Z] 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-31T03:26:37.766Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T03:26:37.766Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-31T03:26:37.766Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:26:37.766Z] OK: 5 MiB in 15 packages [2021-03-31T03:26:37.766Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-31T03:26:37.766Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:26:37.766Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T03:26:38.047Z] OK: 6 MiB in 16 packages [2021-03-31T03:26:38.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:26:38.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:26:38.866Z] ---> Running in 16585b5f2059 [2021-03-31T03:26:38.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:26:38.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:26:39.032Z] ---> b15623e1765a [2021-03-31T03:26:39.032Z] 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-31T03:26:39.196Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:26:39.196Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:26:39.196Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T03:26:39.196Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:26:39.196Z] OK: 6 MiB in 15 packages [2021-03-31T03:26:39.196Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T03:26:39.306Z] ---> e60d6918228b [2021-03-31T03:26:39.306Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-31T03:26:39.477Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:26:39.477Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:26:39.477Z] OK: 6 MiB in 15 packages [2021-03-31T03:26:39.477Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-31T03:26:39.477Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:26:39.477Z] Removing intermediate container 16585b5f2059 [2021-03-31T03:26:39.477Z] ---> 1f84af883ff6 [2021-03-31T03:26:39.477Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-31T03:26:39.477Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T03:26:39.808Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-31T03:26:39.808Z] (4/4) Installing curl (7.69.1-r3) [2021-03-31T03:26:39.808Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:26:39.808Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T03:26:39.808Z] OK: 7 MiB in 18 packages [2021-03-31T03:26:39.808Z] ---> Running in 415b8f596130 [2021-03-31T03:26:39.904Z] Removing intermediate container 1b98d5e36a06 [2021-03-31T03:26:39.904Z] ---> a7dbb3d52041 [2021-03-31T03:26:39.904Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:26:40.143Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-31T03:26:40.143Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-31T03:26:40.143Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:26:40.143Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T03:26:40.143Z] OK: 6 MiB in 16 packages [2021-03-31T03:26:40.464Z] Removing intermediate container 415b8f596130 [2021-03-31T03:26:40.464Z] ---> 76eaa8002795 [2021-03-31T03:26:40.464Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:26:40.506Z] ---> Running in 3fac98a68b72 [2021-03-31T03:26:40.506Z] ---> ed5575cc773d [2021-03-31T03:26:40.506Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-31T03:26:40.781Z] Removing intermediate container e5113d4e2208 [2021-03-31T03:26:40.781Z] Removing intermediate container 7d2db7deae87 [2021-03-31T03:26:40.781Z] ---> 59542eb4302b [2021-03-31T03:26:40.781Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-31T03:26:40.781Z] ---> a2556d400283 [2021-03-31T03:26:40.781Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:26:40.849Z] ---> Running in daaca9038b02 [2021-03-31T03:26:41.064Z] ---> Running in fc0b44d9e665 [2021-03-31T03:26:41.064Z] ---> Running in 16bca520aeba [2021-03-31T03:26:41.339Z] Removing intermediate container 3fac98a68b72 [2021-03-31T03:26:41.339Z] ---> 2edbea65b99b [2021-03-31T03:26:41.339Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-31T03:26:41.339Z] ---> fe0e699c8a05 [2021-03-31T03:26:41.339Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-31T03:26:41.546Z] Removing intermediate container 6ca483a965cf [2021-03-31T03:26:41.546Z] ---> 8c1135fb5292 [2021-03-31T03:26:41.546Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:26:41.546Z] Removing intermediate container 454514aa8007 [2021-03-31T03:26:41.546Z] ---> 900286ef1bac [2021-03-31T03:26:41.546Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:26:41.546Z] ---> Running in be7872ea1a0b [2021-03-31T03:26:41.615Z] ---> Running in 69961dace670 [2021-03-31T03:26:41.615Z] ---> Running in 1257d65bbc05 [2021-03-31T03:26:41.892Z] ---> 26553f3246aa [2021-03-31T03:26:41.892Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-31T03:26:41.892Z] Removing intermediate container 16bca520aeba [2021-03-31T03:26:41.892Z] ---> e4be1f026d87 [2021-03-31T03:26:41.892Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-31T03:26:41.892Z] Removing intermediate container fc0b44d9e665 [2021-03-31T03:26:41.892Z] ---> 0c91ac408508 [2021-03-31T03:26:41.892Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-31T03:26:42.174Z] ---> Running in 8cb4f6a4929a [2021-03-31T03:26:42.174Z] Removing intermediate container 69961dace670 [2021-03-31T03:26:42.174Z] ---> 5dfb2c44e49b [2021-03-31T03:26:42.174Z] Step 18/21 : CMD ["--init=true"] [2021-03-31T03:26:42.174Z] Removing intermediate container 1257d65bbc05 [2021-03-31T03:26:42.174Z] ---> 920307277b15 [2021-03-31T03:26:42.174Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T03:26:42.578Z] ---> Running in 73537898127e [2021-03-31T03:26:42.787Z] ---> Running in 9bbc141210b1 [2021-03-31T03:26:42.787Z] ---> Running in c75ec8aecb61 [2021-03-31T03:26:42.787Z] Removing intermediate container 8cb4f6a4929a [2021-03-31T03:26:42.787Z] ---> 0d8384038808 [2021-03-31T03:26:42.787Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T03:26:43.063Z] ---> 52a500e496d6 [2021-03-31T03:26:43.063Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-31T03:26:43.063Z] ---> Running in e2c2c0e83d0e [2021-03-31T03:26:43.224Z] Removing intermediate container be7872ea1a0b [2021-03-31T03:26:43.225Z] ---> d2d2ac27d473 [2021-03-31T03:26:43.225Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-31T03:26:43.225Z] Removing intermediate container eda34f298a17 [2021-03-31T03:26:43.225Z] ---> 9e11ff42c66d [2021-03-31T03:26:43.225Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T03:26:43.337Z] ---> Running in e0296a3f0436 [2021-03-31T03:26:43.337Z] ---> 6b1b4c1ed32b [2021-03-31T03:26:43.337Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-31T03:26:43.585Z] Removing intermediate container eccb699edbbe [2021-03-31T03:26:43.585Z] ---> 55553925c498 [2021-03-31T03:26:43.585Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:26:43.585Z] ---> Running in 12d3b17a6f1a [2021-03-31T03:26:43.617Z] Removing intermediate container c75ec8aecb61 [2021-03-31T03:26:43.617Z] ---> 1dc8c3102bf1 [2021-03-31T03:26:43.617Z] Step 19/21 : LABEL arch=arm64 [2021-03-31T03:26:43.617Z] Removing intermediate container 9bbc141210b1 [2021-03-31T03:26:43.617Z] ---> dc68841f2f5b [2021-03-31T03:26:43.617Z] Step 15/23 : WORKDIR / [2021-03-31T03:26:43.617Z] ---> Running in 357e3fe584b6 [2021-03-31T03:26:43.892Z] Removing intermediate container e2c2c0e83d0e [2021-03-31T03:26:43.892Z] ---> 45fc0eec4180 [2021-03-31T03:26:43.892Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:26:43.892Z] ---> Running in 61621dd120c5 [2021-03-31T03:26:43.951Z] ---> Running in a765d7aec27c [2021-03-31T03:26:43.951Z] Removing intermediate container 73537898127e [2021-03-31T03:26:43.951Z] ---> d1eac3591e88 [2021-03-31T03:26:43.951Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-31T03:26:43.951Z] ---> Running in 46d7238c3688 [2021-03-31T03:26:44.502Z] Removing intermediate container 357e3fe584b6 [2021-03-31T03:26:44.502Z] Removing intermediate container 61621dd120c5 [2021-03-31T03:26:44.502Z] ---> 8773ca8937f8 [2021-03-31T03:26:44.502Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:26:44.613Z] ---> Running in 3772a8ae0937 [2021-03-31T03:26:44.613Z] Removing intermediate container 12d3b17a6f1a [2021-03-31T03:26:44.613Z] ---> 2aeee12f06c0 [2021-03-31T03:26:44.613Z] Step 13/21 : WORKDIR /edgex [2021-03-31T03:26:44.784Z] ---> 8c3dd385e1f9 [2021-03-31T03:26:44.784Z] Step 20/21 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 [2021-03-31T03:26:44.920Z] Removing intermediate container a765d7aec27c [2021-03-31T03:26:44.920Z] ---> 8404a45968d1 [2021-03-31T03:26:44.920Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T03:26:44.920Z] Removing intermediate container 46d7238c3688 [2021-03-31T03:26:44.920Z] ---> 3600771268ab [2021-03-31T03:26:44.920Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-31T03:26:44.920Z] ---> Running in 94b98e5b99b8 [2021-03-31T03:26:44.920Z] ---> Running in 897bf7757b44 [2021-03-31T03:26:44.920Z] Removing intermediate container daaca9038b02 [2021-03-31T03:26:44.920Z] ---> e2ae04499c21 [2021-03-31T03:26:44.920Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-31T03:26:44.920Z] Removing intermediate container 3772a8ae0937 [2021-03-31T03:26:44.920Z] ---> 31aa6123cd02 [2021-03-31T03:26:44.920Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T03:26:45.061Z] ---> Running in cc19a440f3ec [2021-03-31T03:26:45.061Z] ---> ab871a9d44ba [2021-03-31T03:26:45.061Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-31T03:26:45.061Z] ---> ec7e5d9ba531 [2021-03-31T03:26:45.061Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-31T03:26:45.245Z] ---> Running in 9d4279c851a4 [2021-03-31T03:26:45.245Z] ---> Running in fb7111a5ed39 [2021-03-31T03:26:45.245Z] ---> Running in 2438c3990b80 [2021-03-31T03:26:45.525Z] Removing intermediate container 94b98e5b99b8 [2021-03-31T03:26:45.525Z] ---> a5c2ec4976e3 [2021-03-31T03:26:45.525Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-31T03:26:45.690Z] ---> 7a2683b9283f [2021-03-31T03:26:45.690Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-31T03:26:45.690Z] Removing intermediate container cc19a440f3ec [2021-03-31T03:26:45.690Z] ---> 1952c0c7378b [2021-03-31T03:26:45.690Z] Step 21/21 : LABEL version=0.0.0 [2021-03-31T03:26:45.808Z] Removing intermediate container 897bf7757b44 [2021-03-31T03:26:45.808Z] ---> c079397febf4 [2021-03-31T03:26:45.808Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:26:45.963Z] ---> Running in 0d0757845d8e [2021-03-31T03:26:45.964Z] ---> 91ac1db3669d [2021-03-31T03:26:45.964Z] 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-31T03:26:46.410Z] Removing intermediate container 9d4279c851a4 [2021-03-31T03:26:46.410Z] ---> 25fabc3ef764 [2021-03-31T03:26:46.410Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T03:26:46.410Z] Removing intermediate container 2438c3990b80 [2021-03-31T03:26:46.410Z] ---> 1bb6fb4a0bae [2021-03-31T03:26:46.410Z] Step 15/23 : WORKDIR / [2021-03-31T03:26:46.561Z] ---> Running in 7f1989b8af1c [2021-03-31T03:26:46.753Z] ---> Running in 003f649efa4d [2021-03-31T03:26:46.834Z] Removing intermediate container e0296a3f0436 [2021-03-31T03:26:46.834Z] ---> 9bfd9d5356bd [2021-03-31T03:26:46.834Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:26:46.834Z] Removing intermediate container 0d0757845d8e [2021-03-31T03:26:46.834Z] ---> 912c86b3669e [2021-03-31T03:26:46.834Z] [2021-03-31T03:26:47.030Z] ---> Running in 562b50ab49d8 [2021-03-31T03:26:47.105Z] ---> 43e09ef88374 [2021-03-31T03:26:47.105Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-31T03:26:47.105Z] ---> 9c16e91bacd2 [2021-03-31T03:26:47.105Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-31T03:26:47.679Z] ---> f10bed74d6b4 [2021-03-31T03:26:47.679Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-31T03:26:47.679Z] ---> 08d8abe6743a [2021-03-31T03:26:47.679Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-31T03:26:47.679Z] Removing intermediate container 003f649efa4d [2021-03-31T03:26:47.679Z] ---> 763177b2489b [2021-03-31T03:26:47.679Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:26:47.697Z] Successfully built 912c86b3669e [2021-03-31T03:26:47.982Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-31T03:26:47.982Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-03-31T03:26:47.986Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:26:48.255Z] ---> 443a21b53224 [2021-03-31T03:26:48.255Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-31T03:26:48.255Z] ---> 7f4ac35c245e [2021-03-31T03:26:48.255Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-31T03:26:48.305Z] Removing intermediate container 562b50ab49d8 [2021-03-31T03:26:48.305Z] ---> c8327b1776d2 [2021-03-31T03:26:48.305Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:26:48.534Z] ---> Running in 84b14d1a1c45 [2021-03-31T03:26:48.534Z] ---> 6e4fb30cd94a [2021-03-31T03:26:48.534Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-31T03:26:48.626Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:26:48.626Z] ---> 8a2fb9115b92 [2021-03-31T03:26:48.626Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-31T03:26:48.806Z] ---> Running in c32a332e675e [2021-03-31T03:26:49.181Z] ---> c5c127847ada [2021-03-31T03:26:49.182Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-31T03:26:49.401Z] Removing intermediate container 84b14d1a1c45 [2021-03-31T03:26:49.401Z] ---> 957f99d5206f [2021-03-31T03:26:49.401Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:26:49.577Z] ---> fbc50429c990 [2021-03-31T03:26:49.577Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-31T03:26:49.577Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-31T03:26:49.577Z] ---> a52c9961681a [2021-03-31T03:26:49.577Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-31T03:26:49.577Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-31T03:26:49.577Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-31T03:26:49.577Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-31T03:26:49.974Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-31T03:26:49.974Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-31T03:26:49.974Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:26:49.992Z] ---> Running in 55e2bd0596ef [2021-03-31T03:26:49.992Z] Removing intermediate container c32a332e675e [2021-03-31T03:26:49.992Z] ---> fd43dfd1426d [2021-03-31T03:26:49.992Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:26:50.545Z] OK: 8 MiB in 20 packages [2021-03-31T03:26:50.588Z] ---> 785b88568570 [2021-03-31T03:26:50.588Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-31T03:26:50.862Z] ---> Running in 1366e63e1e50 [2021-03-31T03:26:50.862Z] Removing intermediate container 7f1989b8af1c [2021-03-31T03:26:50.862Z] ---> 1a72af004968 [2021-03-31T03:26:50.862Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-31T03:26:50.891Z] ---> eb8e534e243e [2021-03-31T03:26:50.891Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-31T03:26:51.134Z] Removing intermediate container 55e2bd0596ef [2021-03-31T03:26:51.134Z] ---> 284fb82dd561 [2021-03-31T03:26:51.359Z] ---> a77efd7d535a [2021-03-31T03:26:51.359Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-31T03:26:51.359Z] ---> Running in 9faf1c7184a6 [2021-03-31T03:26:51.405Z] Step 20/22 : LABEL arch=arm64 [2021-03-31T03:26:51.406Z] ---> Running in af247e7da5a7 [2021-03-31T03:26:51.678Z] ---> Running in 12331d28eda6 [2021-03-31T03:26:51.678Z] Removing intermediate container 1366e63e1e50 [2021-03-31T03:26:51.678Z] ---> a864d36bf1fd [2021-03-31T03:26:51.678Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T03:26:51.678Z] ---> e16073526d22 [2021-03-31T03:26:51.678Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-31T03:26:51.705Z] ---> d49aa356d399 [2021-03-31T03:26:51.705Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-31T03:26:51.705Z] ---> 85bbbdc51048 [2021-03-31T03:26:51.705Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-31T03:26:51.953Z] ---> Running in 0875c4ad39b3 [2021-03-31T03:26:51.953Z] Removing intermediate container af247e7da5a7 [2021-03-31T03:26:51.953Z] ---> 102e1a776fbc [2021-03-31T03:26:51.953Z] Step 22/24 : LABEL arch=arm64 [2021-03-31T03:26:52.004Z] ---> Running in e2f6e69520f2 [2021-03-31T03:26:52.307Z] Removing intermediate container 9faf1c7184a6 [2021-03-31T03:26:52.307Z] ---> f1f69788926f [2021-03-31T03:26:52.307Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:26:52.307Z] ---> 30a37277b6bb [2021-03-31T03:26:52.307Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-31T03:26:52.307Z] ---> Running in b2f5eb66f6e6 [2021-03-31T03:26:52.307Z] Removing intermediate container fb7111a5ed39 [2021-03-31T03:26:52.307Z] ---> e8657e413e5c [2021-03-31T03:26:52.307Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:26:52.546Z] Removing intermediate container 12331d28eda6 [2021-03-31T03:26:52.546Z] ---> 7e03d0e8eb41 [2021-03-31T03:26:52.546Z] Step 21/22 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 [2021-03-31T03:26:52.592Z] ---> cd0ee03d59b1 [2021-03-31T03:26:52.592Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-31T03:26:52.592Z] Removing intermediate container e2f6e69520f2 [2021-03-31T03:26:52.592Z] ---> c611c863cb3b [2021-03-31T03:26:52.592Z] Step 18/21 : CMD ["--init=true"] [2021-03-31T03:26:52.592Z] ---> Running in 49b73666b9a2 [2021-03-31T03:26:52.592Z] ---> Running in cb1c8ef3efe2 [2021-03-31T03:26:52.829Z] ---> Running in e26a6353f4d4 [2021-03-31T03:26:52.940Z] ---> Running in 3b62370df9a5 [2021-03-31T03:26:52.940Z] Removing intermediate container b2f5eb66f6e6 [2021-03-31T03:26:52.940Z] ---> fb8a3294a6a7 [2021-03-31T03:26:52.940Z] Step 20/22 : LABEL arch=x86_64 [2021-03-31T03:26:52.940Z] ---> Running in c2dfd8961316 [2021-03-31T03:26:52.940Z] ---> 3aa161813db5 [2021-03-31T03:26:52.940Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-31T03:26:52.940Z] Removing intermediate container 49b73666b9a2 [2021-03-31T03:26:52.940Z] ---> 4be35de07d84 [2021-03-31T03:26:52.940Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:26:53.111Z] Removing intermediate container 0875c4ad39b3 [2021-03-31T03:26:53.111Z] ---> ac62d4e99c14 [2021-03-31T03:26:53.111Z] Step 22/23 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 [2021-03-31T03:26:53.111Z] ---> Running in c477cac48b31 [2021-03-31T03:26:53.249Z] Removing intermediate container cb1c8ef3efe2 [2021-03-31T03:26:53.249Z] ---> f2134d0a1a3a [2021-03-31T03:26:53.249Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:26:53.249Z] Removing intermediate container 3b62370df9a5 [2021-03-31T03:26:53.249Z] ---> ab4bbae8a66b [2021-03-31T03:26:53.249Z] Step 19/21 : LABEL arch=x86_64 [2021-03-31T03:26:53.525Z] ---> Running in c520b8776811 [2021-03-31T03:26:53.525Z] ---> Running in b7c133ed3487 [2021-03-31T03:26:53.711Z] ---> 11cff1f16256 [2021-03-31T03:26:53.711Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-31T03:26:53.711Z] ---> Running in a76f8ff675f0 [2021-03-31T03:26:53.711Z] Removing intermediate container e26a6353f4d4 [2021-03-31T03:26:53.711Z] ---> bc521669ad0f [2021-03-31T03:26:53.711Z] Step 23/24 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 [2021-03-31T03:26:53.990Z] Removing intermediate container c477cac48b31 [2021-03-31T03:26:53.990Z] ---> 8260e9f42886 [2021-03-31T03:26:53.990Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T03:26:53.990Z] ---> Running in 4b28255d1a80 [2021-03-31T03:26:54.136Z] ---> Running in 145a529b0d83 [2021-03-31T03:26:54.136Z] Removing intermediate container c2dfd8961316 [2021-03-31T03:26:54.136Z] ---> ffa4c17fae99 [2021-03-31T03:26:54.136Z] Step 21/22 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 [2021-03-31T03:26:54.267Z] ---> Running in 7bd0eb1fb95a [2021-03-31T03:26:54.450Z] ---> Running in ac2cb556ce1e [2021-03-31T03:26:54.450Z] Removing intermediate container b7c133ed3487 [2021-03-31T03:26:54.450Z] ---> c906446d22ec [2021-03-31T03:26:54.450Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T03:26:54.541Z] Removing intermediate container a76f8ff675f0 [2021-03-31T03:26:54.541Z] ---> 0d0e18749ad0 [2021-03-31T03:26:54.541Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T03:26:54.756Z] Removing intermediate container c520b8776811 [2021-03-31T03:26:54.756Z] ---> 685583a8de40 [2021-03-31T03:26:54.756Z] Step 20/22 : LABEL arch=x86_64 [2021-03-31T03:26:54.756Z] ---> e5558ccada0b [2021-03-31T03:26:54.756Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-31T03:26:54.756Z] Removing intermediate container 145a529b0d83 [2021-03-31T03:26:54.756Z] ---> 7d13228796a1 [2021-03-31T03:26:54.756Z] Step 20/21 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 [2021-03-31T03:26:54.814Z] ---> Running in 556c4a4f4589 [2021-03-31T03:26:54.814Z] Removing intermediate container 4b28255d1a80 [2021-03-31T03:26:54.814Z] ---> 4fb251d4faca [2021-03-31T03:26:54.814Z] Step 24/24 : LABEL version=0.0.0 [2021-03-31T03:26:55.084Z] ---> Running in d39b734f37da [2021-03-31T03:26:55.084Z] ---> Running in 080dc1e73783 [2021-03-31T03:26:55.084Z] ---> Running in 96e457f03526 [2021-03-31T03:26:55.098Z] ---> b83d516e795e [2021-03-31T03:26:55.098Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-31T03:26:55.098Z] Removing intermediate container 7bd0eb1fb95a [2021-03-31T03:26:55.098Z] ---> 18b77ae654b8 [2021-03-31T03:26:55.098Z] [2021-03-31T03:26:55.098Z] ---> Running in d22ef98a91dc [2021-03-31T03:26:55.373Z] Removing intermediate container 556c4a4f4589 [2021-03-31T03:26:55.373Z] ---> 517d4f59b1a9 [2021-03-31T03:26:55.373Z] [2021-03-31T03:26:55.447Z] Removing intermediate container ac2cb556ce1e [2021-03-31T03:26:55.447Z] ---> 97d8fe2868c0 [2021-03-31T03:26:55.448Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T03:26:55.648Z] ---> Running in 3f0c2c591215 [2021-03-31T03:26:55.649Z] Successfully built 18b77ae654b8 [2021-03-31T03:26:55.649Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-31T03:26:55.649Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-03-31T03:26:55.724Z] ---> df2fbe2afa40 [2021-03-31T03:26:55.724Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-31T03:26:55.724Z] Removing intermediate container d39b734f37da [2021-03-31T03:26:55.724Z] ---> 41c330c235b9 [2021-03-31T03:26:55.724Z] Step 21/22 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 [2021-03-31T03:26:55.724Z] ---> Running in ad3d864f5350 [2021-03-31T03:26:55.724Z] Removing intermediate container 080dc1e73783 [2021-03-31T03:26:55.724Z] ---> 0f4a3ece7707 [2021-03-31T03:26:55.724Z] Step 22/23 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 [2021-03-31T03:26:55.724Z] ---> Running in 79b063872756 [2021-03-31T03:26:55.724Z] ---> Running in ad161909a378 [2021-03-31T03:26:55.923Z] Removing intermediate container d22ef98a91dc [2021-03-31T03:26:55.923Z] ---> 79c9207bb5aa [2021-03-31T03:26:55.923Z] [2021-03-31T03:26:55.923Z] Successfully built 517d4f59b1a9 [2021-03-31T03:26:55.923Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-31T03:26:55.923Z] Building docker-core-metadata-go [2021-03-31T03:26:56.031Z] Removing intermediate container 96e457f03526 [2021-03-31T03:26:56.031Z] ---> dc963c806ea1 [2021-03-31T03:26:56.031Z] Step 21/21 : LABEL version=0.0.0 [2021-03-31T03:26:56.031Z] ---> Running in fa828418c0d4 [2021-03-31T03:26:56.031Z] ---> Running in 470f3876c2b4 [2021-03-31T03:26:56.031Z] Removing intermediate container ad3d864f5350 [2021-03-31T03:26:56.031Z] ---> a511c5e981f7 [2021-03-31T03:26:56.031Z] [2021-03-31T03:26:56.403Z] Removing intermediate container 79b063872756 [2021-03-31T03:26:56.403Z] ---> e56f00192009 [2021-03-31T03:26:56.403Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:26:56.469Z]  Building docker-core-command-go ... done Successfully built 79c9207bb5aa [2021-03-31T03:26:56.469Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-31T03:26:56.469Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-03-31T03:26:56.469Z] Removing intermediate container 3f0c2c591215 [2021-03-31T03:26:56.469Z] ---> 3da74e5dc36d [2021-03-31T03:26:56.469Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-31T03:26:56.793Z] Removing intermediate container ad161909a378 [2021-03-31T03:26:56.793Z] ---> d68b6cea0ca5 [2021-03-31T03:26:56.793Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T03:26:56.793Z] Removing intermediate container fa828418c0d4 [2021-03-31T03:26:56.793Z] ---> 5cd25c7933f1 [2021-03-31T03:26:56.793Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T03:26:56.793Z] ---> Running in 4e2a67136c62 [2021-03-31T03:26:57.217Z] ---> Running in 194f612445d2 [2021-03-31T03:26:57.442Z] ---> 71ebbc10617c [2021-03-31T03:26:57.442Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-31T03:26:57.564Z] ---> Running in f659b7decc5d [2021-03-31T03:26:57.715Z] ---> Running in 9c423597b107 [2021-03-31T03:26:57.861Z] Removing intermediate container 470f3876c2b4 [2021-03-31T03:26:57.862Z] ---> dd000a9a4c31 [2021-03-31T03:26:57.862Z] [2021-03-31T03:26:58.560Z] Successfully built a511c5e981f7 [2021-03-31T03:26:58.560Z] Removing intermediate container 4e2a67136c62 [2021-03-31T03:26:58.560Z] ---> 1664cffd600b [2021-03-31T03:26:58.560Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T03:26:58.560Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-31T03:26:58.560Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-03-31T03:26:58.869Z] Removing intermediate container 194f612445d2 [2021-03-31T03:26:58.869Z] ---> 6488cb7863d3 [2021-03-31T03:26:58.869Z] [2021-03-31T03:26:59.176Z] Removing intermediate container f659b7decc5d [2021-03-31T03:26:59.176Z] ---> f609ce9c998c [2021-03-31T03:26:59.176Z] [2021-03-31T03:26:59.176Z] Successfully built dd000a9a4c31 [2021-03-31T03:26:59.542Z] ---> Running in 704295a12552 [2021-03-31T03:26:59.542Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-31T03:26:59.542Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-03-31T03:26:59.542Z] Successfully built 6488cb7863d3 [2021-03-31T03:26:59.542Z] Successfully tagged docker-support-notifications-go:latest [2021-03-31T03:26:59.542Z] Building docker-security-bootstrapper-go [2021-03-31T03:26:59.983Z] Successfully built f609ce9c998c [2021-03-31T03:26:59.983Z]  Building docker-support-notifications-go ... done Successfully tagged docker-core-command-go:latest [2021-03-31T03:26:59.983Z] Building docker-core-metadata-go [2021-03-31T03:26:59.983Z]  Building docker-core-command-go ... done Removing intermediate container 704295a12552 [2021-03-31T03:26:59.983Z] ---> 9a7b02b25244 [2021-03-31T03:26:59.983Z] Step 22/23 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 [2021-03-31T03:26:59.983Z] ---> Running in 1d2707defb5d [2021-03-31T03:27:00.334Z] Removing intermediate container 9c423597b107 [2021-03-31T03:27:00.334Z] ---> e8ed94474e39 [2021-03-31T03:27:00.334Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-31T03:27:01.249Z] Removing intermediate container 1d2707defb5d [2021-03-31T03:27:01.249Z] ---> 8b48aa43cb5e [2021-03-31T03:27:01.249Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T03:27:01.249Z] ---> Running in 27b59400dae7 [2021-03-31T03:27:01.312Z] ---> Running in a35b0582300f [2021-03-31T03:27:02.291Z] Removing intermediate container a35b0582300f [2021-03-31T03:27:02.291Z] ---> 5e4e2f1f5180 [2021-03-31T03:27:02.291Z] Step 28/31 : CMD ["gate"] [2021-03-31T03:27:02.889Z] ---> Running in 07606b80bb0c [2021-03-31T03:27:03.877Z] Removing intermediate container 07606b80bb0c [2021-03-31T03:27:03.877Z] ---> e2aabcacad38 [2021-03-31T03:27:03.877Z] Step 29/31 : LABEL arch=arm64 [2021-03-31T03:27:03.896Z] Removing intermediate container 27b59400dae7 [2021-03-31T03:27:03.896Z] ---> fa9c1d8929ae [2021-03-31T03:27:03.896Z] [2021-03-31T03:27:04.480Z] ---> Running in bfc09ffa8a5f [2021-03-31T03:27:05.477Z] Removing intermediate container bfc09ffa8a5f [2021-03-31T03:27:05.477Z] ---> 4359c570095e [2021-03-31T03:27:05.477Z] Step 30/31 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 [2021-03-31T03:27:06.471Z] ---> Running in c83c8a048fc8 [2021-03-31T03:27:07.447Z] Successfully built fa9c1d8929ae [2021-03-31T03:27:07.447Z] Successfully tagged docker-core-data-go:latest [2021-03-31T03:27:07.494Z] Removing intermediate container c83c8a048fc8 [2021-03-31T03:27:07.494Z] ---> 5ed3c31dc92e [2021-03-31T03:27:07.494Z] Step 31/31 : LABEL version=0.0.0 [2021-03-31T03:27:08.940Z] ---> Running in f31846ea64f3 [2021-03-31T03:27:09.541Z] Removing intermediate container f31846ea64f3 [2021-03-31T03:27:09.541Z] ---> a980a37aa2d6 [2021-03-31T03:27:09.541Z] [2021-03-31T03:27:09.826Z] Successfully built a980a37aa2d6 [2021-03-31T03:27:09.826Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-31T03:27:36.660Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:27:36.660Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:27:36.660Z] ---> 60b693f89880 [2021-03-31T03:27:36.660Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T03:27:36.660Z] ---> Using cache [2021-03-31T03:27:36.660Z] ---> b321a084fe18 [2021-03-31T03:27:36.660Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:27:36.660Z] ---> Using cache [2021-03-31T03:27:36.660Z] ---> fff2951e109e [2021-03-31T03:27:36.660Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-31T03:27:40.069Z] ---> Running in 34481cb89526 [2021-03-31T03:27:41.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:27:41.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:27:42.257Z] OK: 217 MiB in 51 packages [2021-03-31T03:27:45.677Z] Removing intermediate container 34481cb89526 [2021-03-31T03:27:45.677Z] ---> 1309d38dc79f [2021-03-31T03:27:45.677Z] Step 6/23 : COPY go.mod . [2021-03-31T03:27:46.671Z] ---> 90f5d1994e8d [2021-03-31T03:27:46.671Z] Step 7/23 : RUN go mod download [2021-03-31T03:27:47.279Z] ---> Running in f5f63f7df013 [2021-03-31T03:27:47.279Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:27:47.279Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:27:47.279Z] ---> 60b693f89880 [2021-03-31T03:27:47.279Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T03:27:47.279Z] ---> Using cache [2021-03-31T03:27:47.279Z] ---> b321a084fe18 [2021-03-31T03:27:47.279Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:27:47.279Z] ---> Using cache [2021-03-31T03:27:47.280Z] ---> fff2951e109e [2021-03-31T03:27:47.280Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T03:27:47.280Z] ---> Using cache [2021-03-31T03:27:47.280Z] ---> 9e80d88f872b [2021-03-31T03:27:47.280Z] Step 6/23 : COPY go.mod . [2021-03-31T03:27:47.280Z] ---> Using cache [2021-03-31T03:27:47.280Z] ---> cc169e30a6c1 [2021-03-31T03:27:47.280Z] Step 7/23 : RUN go mod download [2021-03-31T03:27:47.280Z] ---> Using cache [2021-03-31T03:27:47.280Z] ---> 7a0f48dec0cd [2021-03-31T03:27:47.280Z] Step 8/23 : COPY . . [2021-03-31T03:27:47.884Z] ---> Using cache [2021-03-31T03:27:47.884Z] ---> 35d74571bfdd [2021-03-31T03:27:47.884Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-31T03:27:47.884Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:27:47.884Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:27:47.884Z] ---> 60b693f89880 [2021-03-31T03:27:47.884Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T03:27:47.884Z] ---> Using cache [2021-03-31T03:27:47.884Z] ---> b321a084fe18 [2021-03-31T03:27:47.884Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:27:47.884Z] ---> Using cache [2021-03-31T03:27:47.884Z] ---> fff2951e109e [2021-03-31T03:27:47.884Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-31T03:27:47.884Z] ---> Using cache [2021-03-31T03:27:47.884Z] ---> 9e80d88f872b [2021-03-31T03:27:47.884Z] Step 6/22 : COPY go.mod . [2021-03-31T03:27:47.884Z] ---> Using cache [2021-03-31T03:27:47.884Z] ---> cc169e30a6c1 [2021-03-31T03:27:47.884Z] Step 7/22 : RUN go mod download [2021-03-31T03:27:47.884Z] ---> Using cache [2021-03-31T03:27:47.884Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> 7a0f48dec0cd [2021-03-31T03:27:47.884Z] Step 8/22 : COPY . . [2021-03-31T03:27:47.884Z] [2021-03-31T03:27:47.884Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:27:47.884Z] ---> 60b693f89880 [2021-03-31T03:27:47.884Z] Step 3/26 : WORKDIR /edgex-go [2021-03-31T03:27:47.884Z] ---> Using cache [2021-03-31T03:27:47.884Z] ---> b321a084fe18 [2021-03-31T03:27:47.884Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:27:47.884Z] ---> Using cache [2021-03-31T03:27:47.884Z] ---> fff2951e109e [2021-03-31T03:27:47.884Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-31T03:27:47.884Z] ---> Running in cff95d16433a [2021-03-31T03:27:48.161Z] ---> Using cache [2021-03-31T03:27:48.161Z] ---> 35d74571bfdd [2021-03-31T03:27:48.161Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-31T03:27:48.161Z] ---> Running in d574d60a25f4 [2021-03-31T03:27:48.161Z] ---> Running in 81ecbace60fe [2021-03-31T03:27:50.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:27:50.165Z] 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-31T03:27:50.165Z] 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-31T03:27:50.771Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:27:50.771Z] Removing intermediate container f5f63f7df013 [2021-03-31T03:27:50.771Z] ---> 3e1ac3bb18ed [2021-03-31T03:27:50.771Z] Step 8/23 : COPY . . [2021-03-31T03:27:51.383Z] OK: 217 MiB in 51 packages [2021-03-31T03:27:53.384Z] Removing intermediate container cff95d16433a [2021-03-31T03:27:53.384Z] ---> a84a8ed89650 [2021-03-31T03:27:53.384Z] Step 6/26 : COPY go.mod . [2021-03-31T03:27:55.404Z] ---> b11d64d8ef53 [2021-03-31T03:27:55.404Z] Step 7/26 : RUN go mod download [2021-03-31T03:27:55.684Z] ---> Running in 8e52bab2e9df [2021-03-31T03:28:01.127Z] Removing intermediate container 8e52bab2e9df [2021-03-31T03:28:01.127Z] ---> 64371824f250 [2021-03-31T03:28:01.127Z] Step 8/26 : COPY . . [2021-03-31T03:28:17.249Z]  Building docker-core-data-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:28:17.249Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:28:17.249Z] ---> c3b106e0dae0 [2021-03-31T03:28:17.249Z] Step 3/31 : WORKDIR /edgex-go [2021-03-31T03:28:17.249Z] ---> Using cache [2021-03-31T03:28:17.249Z] ---> 42e6bf0ec020 [2021-03-31T03:28:17.249Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:28:17.249Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:28:17.249Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:28:17.249Z] ---> c3b106e0dae0 [2021-03-31T03:28:17.249Z] Step 3/26 : WORKDIR /edgex-go [2021-03-31T03:28:17.249Z] ---> Using cache [2021-03-31T03:28:17.249Z] ---> 42e6bf0ec020 [2021-03-31T03:28:17.249Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:28:17.249Z] ---> Using cache [2021-03-31T03:28:17.249Z] ---> 527838d17a66 [2021-03-31T03:28:17.249Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-31T03:28:17.249Z] ---> Using cache [2021-03-31T03:28:17.249Z] ---> 527838d17a66 [2021-03-31T03:28:17.249Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-31T03:28:17.249Z] ---> Using cache [2021-03-31T03:28:17.249Z] ---> debee104aa0a [2021-03-31T03:28:17.249Z] Step 6/31 : COPY go.mod . [2021-03-31T03:28:17.249Z] ---> Using cache [2021-03-31T03:28:17.249Z] ---> 6a3e5fc275b2 [2021-03-31T03:28:17.249Z] Step 7/31 : RUN go mod download [2021-03-31T03:28:17.249Z] ---> Using cache [2021-03-31T03:28:17.250Z] ---> 777a0323a906 [2021-03-31T03:28:17.250Z] Step 8/31 : COPY . . [2021-03-31T03:28:17.250Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:28:17.250Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:28:17.250Z] ---> c3b106e0dae0 [2021-03-31T03:28:17.250Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T03:28:17.250Z] ---> Using cache [2021-03-31T03:28:17.250Z] ---> 42e6bf0ec020 [2021-03-31T03:28:17.250Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:28:17.250Z] ---> Using cache [2021-03-31T03:28:17.250Z] ---> 527838d17a66 [2021-03-31T03:28:17.250Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T03:28:17.250Z] ---> Using cache [2021-03-31T03:28:17.250Z] ---> debee104aa0a [2021-03-31T03:28:17.250Z] Step 6/23 : COPY go.mod . [2021-03-31T03:28:17.250Z] ---> Using cache [2021-03-31T03:28:17.250Z] ---> 6a3e5fc275b2 [2021-03-31T03:28:17.250Z] Step 7/23 : RUN go mod download [2021-03-31T03:28:17.250Z] ---> Using cache [2021-03-31T03:28:17.250Z] ---> 777a0323a906 [2021-03-31T03:28:17.250Z] Step 8/23 : COPY . . [2021-03-31T03:28:17.250Z] ---> Using cache [2021-03-31T03:28:17.250Z] ---> 2c5d75fb8919 [2021-03-31T03:28:17.250Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-31T03:28:17.250Z] ---> Using cache [2021-03-31T03:28:17.250Z] ---> 2c5d75fb8919 [2021-03-31T03:28:17.250Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-31T03:28:17.250Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:28:17.250Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:28:17.250Z] ---> c3b106e0dae0 [2021-03-31T03:28:17.250Z] Step 3/24 : WORKDIR /edgex-go [2021-03-31T03:28:17.250Z] ---> Using cache [2021-03-31T03:28:17.250Z] ---> 42e6bf0ec020 [2021-03-31T03:28:17.250Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:28:17.250Z] ---> Using cache [2021-03-31T03:28:17.250Z] ---> 527838d17a66 [2021-03-31T03:28:17.250Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-31T03:28:17.250Z] ---> Using cache [2021-03-31T03:28:17.250Z] ---> debee104aa0a [2021-03-31T03:28:17.250Z] Step 6/24 : COPY go.mod . [2021-03-31T03:28:17.250Z] ---> Using cache [2021-03-31T03:28:17.250Z] ---> 6a3e5fc275b2 [2021-03-31T03:28:17.250Z] Step 7/24 : RUN go mod download [2021-03-31T03:28:17.250Z] ---> Using cache [2021-03-31T03:28:17.250Z] ---> 777a0323a906 [2021-03-31T03:28:17.250Z] Step 8/24 : COPY . . [2021-03-31T03:28:17.250Z] ---> Using cache [2021-03-31T03:28:17.250Z] ---> 2c5d75fb8919 [2021-03-31T03:28:17.250Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-31T03:28:17.250Z] ---> Running in d1c737e58c4f [2021-03-31T03:28:17.250Z] ---> Running in 8a86f76abe64 [2021-03-31T03:28:17.250Z] ---> Running in f795f1335624 [2021-03-31T03:28:17.250Z] ---> Running in fb7421dbacfd [2021-03-31T03:28:18.425Z] 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-31T03:28:18.425Z] 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-31T03:28:18.425Z] 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-31T03:28:18.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:28:19.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:28:19.541Z] ---> ba3f4a0f6824 [2021-03-31T03:28:19.541Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-31T03:28:19.541Z] ---> Running in 8b726d91dd40 [2021-03-31T03:28:19.791Z] OK: 233 MiB in 51 packages [2021-03-31T03:28:20.150Z] 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-31T03:28:22.035Z] Removing intermediate container 8a86f76abe64 [2021-03-31T03:28:22.035Z] ---> 95c083a01537 [2021-03-31T03:28:22.035Z] Step 6/26 : COPY go.mod . [2021-03-31T03:28:22.715Z] ---> 465f834bd727 [2021-03-31T03:28:22.716Z] Step 7/26 : RUN go mod download [2021-03-31T03:28:23.010Z] ---> Running in c9fd09054c6c [2021-03-31T03:28:25.600Z] ---> 79faf89432f6 [2021-03-31T03:28:25.600Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-31T03:28:25.600Z] ---> Running in d44df0c62ce6 [2021-03-31T03:28:27.514Z] Removing intermediate container c9fd09054c6c [2021-03-31T03:28:27.514Z] ---> 7ce9be7e7872 [2021-03-31T03:28:27.514Z] Step 8/26 : COPY . . [2021-03-31T03:28:27.629Z] 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-31T03:29:15.660Z] 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-31T03:29:24.237Z] Removing intermediate container 81ecbace60fe [2021-03-31T03:29:24.237Z] ---> 4e8006ef6320 [2021-03-31T03:29:24.237Z] [2021-03-31T03:29:24.237Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T03:29:24.237Z] ---> e47305ac9786 [2021-03-31T03:29:24.237Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-31T03:29:24.237Z] ---> Using cache [2021-03-31T03:29:24.237Z] ---> a7dbb3d52041 [2021-03-31T03:29:24.237Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:29:24.237Z] ---> Using cache [2021-03-31T03:29:24.237Z] ---> 2edbea65b99b [2021-03-31T03:29:24.237Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-31T03:29:24.237Z] ---> Running in cb7046be69ed [2021-03-31T03:29:24.237Z] Removing intermediate container cb7046be69ed [2021-03-31T03:29:24.237Z] ---> 192ed21007c1 [2021-03-31T03:29:24.237Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T03:29:24.237Z] ---> Running in 593f3d9f948a [2021-03-31T03:29:24.237Z] Removing intermediate container 593f3d9f948a [2021-03-31T03:29:24.237Z] ---> a4b1b229bc5b [2021-03-31T03:29:24.237Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:29:24.512Z] ---> 9bdae99d8d17 [2021-03-31T03:29:24.512Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-31T03:29:26.535Z] ---> f5f6c866f7f8 [2021-03-31T03:29:26.535Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-31T03:29:27.983Z] ---> 7b9b2ed35807 [2021-03-31T03:29:27.983Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-31T03:29:27.983Z] ---> Running in d5711a24439d [2021-03-31T03:29:29.424Z] Removing intermediate container d5711a24439d [2021-03-31T03:29:29.424Z] ---> bdf5e2f993fd [2021-03-31T03:29:29.424Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:29:30.055Z] ---> Running in e7c0dd15c331 [2021-03-31T03:29:31.042Z] Removing intermediate container e7c0dd15c331 [2021-03-31T03:29:31.042Z] ---> 4a64ecba6cd1 [2021-03-31T03:29:31.042Z] Step 20/22 : LABEL arch=arm64 [2021-03-31T03:29:31.644Z] ---> Running in 3c6fc4ed175d [2021-03-31T03:29:31.920Z] Removing intermediate container d574d60a25f4 [2021-03-31T03:29:31.920Z] ---> f5251fa65350 [2021-03-31T03:29:31.920Z] [2021-03-31T03:29:31.920Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T03:29:31.920Z] ---> e47305ac9786 [2021-03-31T03:29:31.920Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T03:29:31.920Z] ---> Using cache [2021-03-31T03:29:31.920Z] ---> a7dbb3d52041 [2021-03-31T03:29:31.920Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:29:31.920Z] ---> Using cache [2021-03-31T03:29:31.920Z] ---> 2edbea65b99b [2021-03-31T03:29:31.920Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-31T03:29:32.230Z] Removing intermediate container d1c737e58c4f [2021-03-31T03:29:32.230Z] ---> 4f0a603efc74 [2021-03-31T03:29:32.230Z] [2021-03-31T03:29:32.230Z] Step 10/31 : FROM alpine:3.12 [2021-03-31T03:29:32.230Z] ---> 42cb162f0360 [2021-03-31T03:29:32.230Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-31T03:29:32.525Z] ---> Running in f0638251647c [2021-03-31T03:29:32.525Z] Removing intermediate container 3c6fc4ed175d [2021-03-31T03:29:32.525Z] ---> be662cbf2add [2021-03-31T03:29:32.525Z] Step 21/22 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 [2021-03-31T03:29:32.800Z] ---> Running in 8cbc7947e30d [2021-03-31T03:29:33.079Z] Removing intermediate container f0638251647c [2021-03-31T03:29:33.079Z] ---> f5f9f2bd3352 [2021-03-31T03:29:33.079Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T03:29:33.371Z] ---> Running in 51d134e9ea24 [2021-03-31T03:29:33.643Z] Removing intermediate container 8cbc7947e30d [2021-03-31T03:29:33.643Z] ---> b3f1847571fe [2021-03-31T03:29:33.643Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T03:29:33.916Z] ---> Running in b7a618f38069 [2021-03-31T03:29:34.190Z] Removing intermediate container 51d134e9ea24 [2021-03-31T03:29:34.190Z] ---> 34ad1a0c8d1d [2021-03-31T03:29:34.190Z] Step 15/23 : WORKDIR / [2021-03-31T03:29:34.464Z] ---> Running in 91076f2f547a [2021-03-31T03:29:34.737Z] Removing intermediate container b7a618f38069 [2021-03-31T03:29:34.737Z] ---> c901ebeb3a24 [2021-03-31T03:29:34.737Z] [2021-03-31T03:29:35.209Z] ---> Running in 9753f6a13dde [2021-03-31T03:29:35.347Z] Successfully built c901ebeb3a24 [2021-03-31T03:29:35.347Z] Removing intermediate container 91076f2f547a [2021-03-31T03:29:35.347Z] ---> b09dfbe9fdfb [2021-03-31T03:29:35.347Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:29:35.347Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-31T03:29:36.791Z]  Building docker-support-scheduler-go ... done  ---> 10c616d759ad [2021-03-31T03:29:36.791Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-31T03:29:38.051Z] Removing intermediate container 9753f6a13dde [2021-03-31T03:29:38.051Z] ---> 6d7d1c6412b7 [2021-03-31T03:29:38.051Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-31T03:29:38.318Z] ---> Running in 37f30df1944f [2021-03-31T03:29:38.594Z] Removing intermediate container f795f1335624 [2021-03-31T03:29:38.594Z] ---> 5405cdb02497 [2021-03-31T03:29:38.594Z] [2021-03-31T03:29:38.594Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T03:29:38.594Z] ---> 42cb162f0360 [2021-03-31T03:29:38.594Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T03:29:38.594Z] ---> Using cache [2021-03-31T03:29:38.594Z] ---> 900286ef1bac [2021-03-31T03:29:38.594Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:29:38.594Z] ---> Using cache [2021-03-31T03:29:38.594Z] ---> d1eac3591e88 [2021-03-31T03:29:38.594Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-31T03:29:38.775Z] ---> 31a3a6de5f79 [2021-03-31T03:29:38.775Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-31T03:29:39.762Z] ---> Running in 8b3f4bef488e [2021-03-31T03:29:40.219Z] ---> 385faf0491f7 [2021-03-31T03:29:40.219Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-31T03:29:40.219Z] ---> Running in 5da2edab5d5c [2021-03-31T03:29:40.455Z] ---> 99e8d3333b25 [2021-03-31T03:29:40.455Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-31T03:29:40.822Z] Removing intermediate container 5da2edab5d5c [2021-03-31T03:29:40.822Z] ---> c745efd41831 [2021-03-31T03:29:40.822Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:29:40.822Z] ---> Running in 38613643d27c [2021-03-31T03:29:41.187Z] ---> Running in ab97983f0397 [2021-03-31T03:29:41.187Z] Removing intermediate container 8b3f4bef488e [2021-03-31T03:29:41.187Z] ---> 1d1097dbdcf8 [2021-03-31T03:29:41.187Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T03:29:41.187Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:29:41.187Z] ---> Running in 8bb51d18eef8 [2021-03-31T03:29:41.562Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:29:41.563Z] Removing intermediate container fb7421dbacfd [2021-03-31T03:29:41.563Z] ---> 70ff06767e76 [2021-03-31T03:29:41.563Z] [2021-03-31T03:29:41.563Z] Step 10/24 : FROM alpine:3.12 [2021-03-31T03:29:41.563Z] ---> 42cb162f0360 [2021-03-31T03:29:41.563Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-31T03:29:41.563Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-31T03:29:41.563Z] (2/2) Installing su-exec (0.2-r1) [2021-03-31T03:29:41.563Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:29:41.563Z] OK: 6 MiB in 16 packages [2021-03-31T03:29:41.814Z] Removing intermediate container 38613643d27c [2021-03-31T03:29:41.814Z] ---> c8c196ce7638 [2021-03-31T03:29:41.814Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T03:29:41.814Z] ---> Running in d5f359a60cad [2021-03-31T03:29:42.092Z] ---> Running in 30342956456c [2021-03-31T03:29:42.092Z] Removing intermediate container 8bb51d18eef8 [2021-03-31T03:29:42.092Z] ---> 5915529f1076 [2021-03-31T03:29:42.092Z] Step 15/23 : WORKDIR / [2021-03-31T03:29:42.412Z] Removing intermediate container d5f359a60cad [2021-03-31T03:29:42.412Z] ---> 1489e5b3c692 [2021-03-31T03:29:42.412Z] Step 22/23 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 [2021-03-31T03:29:42.517Z] ---> Running in adef629fe6c8 [2021-03-31T03:29:42.688Z] ---> Running in fd7b2701e23c [2021-03-31T03:29:43.293Z] Removing intermediate container fd7b2701e23c [2021-03-31T03:29:43.293Z] ---> f09c951a1868 [2021-03-31T03:29:43.293Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T03:29:43.293Z] ---> Running in bee568058a4e [2021-03-31T03:29:43.642Z] 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-31T03:29:43.642Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:29:43.642Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:29:43.642Z] Removing intermediate container adef629fe6c8 [2021-03-31T03:29:43.642Z] ---> a87f2b2bb45c [2021-03-31T03:29:43.642Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:29:44.075Z] Removing intermediate container 37f30df1944f [2021-03-31T03:29:44.075Z] ---> d8652a76017e [2021-03-31T03:29:44.075Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-31T03:29:44.075Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-31T03:29:44.075Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T03:29:44.075Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-31T03:29:44.075Z] (4/6) Installing curl (7.69.1-r3) [2021-03-31T03:29:44.075Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-31T03:29:44.075Z] (6/6) Installing su-exec (0.2-r1) [2021-03-31T03:29:44.075Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:29:44.075Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T03:29:44.075Z] ---> Running in eb78c556f0cd [2021-03-31T03:29:44.075Z] OK: 7 MiB in 20 packages [2021-03-31T03:29:44.285Z] Removing intermediate container bee568058a4e [2021-03-31T03:29:44.285Z] ---> 008c85bef4f2 [2021-03-31T03:29:44.285Z] [2021-03-31T03:29:44.375Z] ---> adb39a2e9ff4 [2021-03-31T03:29:44.375Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-31T03:29:44.560Z] Successfully built 008c85bef4f2 [2021-03-31T03:29:44.645Z] Removing intermediate container eb78c556f0cd [2021-03-31T03:29:44.645Z] ---> bb98ddf30c76 [2021-03-31T03:29:44.645Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-31T03:29:44.832Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-31T03:29:44.968Z] ---> Running in c67c532563ae [2021-03-31T03:29:45.688Z] ---> 65814a211752 [2021-03-31T03:29:45.688Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-31T03:29:45.688Z] Removing intermediate container c67c532563ae [2021-03-31T03:29:45.688Z] ---> deaf0d58d87c [2021-03-31T03:29:45.688Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-31T03:29:45.956Z] Removing intermediate container 30342956456c [2021-03-31T03:29:45.956Z] ---> 812a8f418fee [2021-03-31T03:29:45.956Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T03:29:46.233Z] ---> Running in 2ff61b077f93 [2021-03-31T03:29:46.233Z] ---> Running in 3ea6b2137f49 [2021-03-31T03:29:46.521Z] ---> 9ca54982dd22 [2021-03-31T03:29:46.521Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-31T03:29:47.315Z] ---> Running in ccb5b1255893 [2021-03-31T03:29:47.315Z] Removing intermediate container 3ea6b2137f49 [2021-03-31T03:29:47.315Z] ---> 55e883692eb3 [2021-03-31T03:29:47.315Z] Step 13/24 : WORKDIR / [2021-03-31T03:29:47.617Z] ---> Running in 01380e641a25 [2021-03-31T03:29:47.905Z] Removing intermediate container ccb5b1255893 [2021-03-31T03:29:47.905Z] ---> c029bcb89c77 [2021-03-31T03:29:47.905Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:29:48.221Z]  Building docker-core-metadata-go ... done Removing intermediate container d44df0c62ce6 [2021-03-31T03:29:48.221Z] ---> e7c7ba7a2a2e [2021-03-31T03:29:48.221Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-31T03:29:48.221Z] ---> Running in f0efa5393583 [2021-03-31T03:29:48.234Z] ---> Running in a3995c61a4e2 [2021-03-31T03:29:48.234Z] Removing intermediate container 01380e641a25 [2021-03-31T03:29:48.234Z] ---> 6a24b93125d1 [2021-03-31T03:29:48.234Z] 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-31T03:29:49.033Z] Removing intermediate container a3995c61a4e2 [2021-03-31T03:29:49.033Z] ---> 15c2a44042b5 [2021-03-31T03:29:49.033Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T03:29:49.033Z] ---> Running in fca140af7d49 [2021-03-31T03:29:49.033Z] ---> ed53faddf49b [2021-03-31T03:29:49.033Z] 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-31T03:29:49.205Z] 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-31T03:29:49.341Z] Removing intermediate container 2ff61b077f93 [2021-03-31T03:29:49.341Z] ---> 24b3dad04686 [2021-03-31T03:29:49.341Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-31T03:29:49.341Z] ---> Running in dd43c7e95989 [2021-03-31T03:29:49.651Z] Removing intermediate container fca140af7d49 [2021-03-31T03:29:49.651Z] ---> f735400542b3 [2021-03-31T03:29:49.651Z] Step 22/23 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 [2021-03-31T03:29:49.939Z] ---> a51f8badf4e0 [2021-03-31T03:29:49.939Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-31T03:29:49.939Z] ---> Running in 1851fa95df3e [2021-03-31T03:29:50.218Z] Removing intermediate container dd43c7e95989 [2021-03-31T03:29:50.218Z] ---> ead9436d1bb1 [2021-03-31T03:29:50.218Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-31T03:29:50.512Z] Removing intermediate container 1851fa95df3e [2021-03-31T03:29:50.512Z] ---> 86f8fff98f91 [2021-03-31T03:29:50.512Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T03:29:50.842Z] ---> 667edf2e41d7 [2021-03-31T03:29:50.842Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-31T03:29:50.842Z] ---> Running in 1776863a9e16 [2021-03-31T03:29:51.130Z] ---> e5214e17b837 [2021-03-31T03:29:51.130Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-31T03:29:51.456Z] ---> Running in cc9d5d38c925 [2021-03-31T03:29:51.770Z] Removing intermediate container 1776863a9e16 [2021-03-31T03:29:51.770Z] ---> dd135d462c32 [2021-03-31T03:29:51.770Z] [2021-03-31T03:29:52.451Z] ---> a749f03a61ff [2021-03-31T03:29:52.451Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-31T03:29:52.596Z] Removing intermediate container f0efa5393583 [2021-03-31T03:29:52.596Z] ---> b65a2db7c0dd [2021-03-31T03:29:52.596Z] [2021-03-31T03:29:52.596Z] Step 11/26 : FROM docker:20.10.0 [2021-03-31T03:29:52.596Z] 20.10.0: Pulling from library/docker [2021-03-31T03:29:53.165Z] Successfully built dd135d462c32 [2021-03-31T03:29:53.165Z] Successfully tagged docker-core-metadata-go:latest [2021-03-31T03:29:53.920Z]  Building docker-core-metadata-go ... done  ---> 74ca4ca72582 [2021-03-31T03:29:53.920Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-31T03:29:54.647Z] Removing intermediate container cc9d5d38c925 [2021-03-31T03:29:54.647Z] ---> 26a8bed2922f [2021-03-31T03:29:54.647Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:29:55.252Z] ---> d7cd021faff2 [2021-03-31T03:29:55.252Z] 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-31T03:29:55.252Z] ---> Running in 083173c0c1f1 [2021-03-31T03:29:55.252Z] ---> e0c20529509c [2021-03-31T03:29:55.252Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-31T03:29:57.417Z] ---> 07b666b6ba6e [2021-03-31T03:29:57.417Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-31T03:29:58.039Z] ---> 0665ccc32881 [2021-03-31T03:29:58.039Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-31T03:29:58.039Z] Removing intermediate container 083173c0c1f1 [2021-03-31T03:29:58.039Z] ---> 8dfd486ee1d1 [2021-03-31T03:29:58.039Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-31T03:29:58.338Z] ---> Running in 50da2fe9c22e [2021-03-31T03:29:58.621Z] ---> aef9c0d6e188 [2021-03-31T03:29:58.621Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-31T03:29:58.621Z] Removing intermediate container 50da2fe9c22e [2021-03-31T03:29:58.621Z] ---> 98768b6d4461 [2021-03-31T03:29:58.621Z] Step 22/24 : LABEL arch=x86_64 [2021-03-31T03:29:58.937Z] ---> Running in 55b389f64e5e [2021-03-31T03:29:59.262Z] ---> ab86cc4dcb12 [2021-03-31T03:29:59.262Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-31T03:29:59.263Z] Removing intermediate container 55b389f64e5e [2021-03-31T03:29:59.263Z] ---> 9441029ef275 [2021-03-31T03:29:59.263Z] Step 23/24 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 [2021-03-31T03:29:59.693Z] ---> Running in cbc22da3d86c [2021-03-31T03:29:59.693Z] ---> Running in 6fb59a898929 [2021-03-31T03:30:00.044Z] Removing intermediate container cbc22da3d86c [2021-03-31T03:30:00.044Z] ---> 41ab532cc903 [2021-03-31T03:30:00.044Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-31T03:30:00.404Z] Removing intermediate container 6fb59a898929 [2021-03-31T03:30:00.404Z] ---> 52b47341b3a5 [2021-03-31T03:30:00.404Z] Step 24/24 : LABEL version=0.0.0 [2021-03-31T03:30:00.787Z] ---> Running in 48912e12f11f [2021-03-31T03:30:01.107Z] ---> d64abf5cda54 [2021-03-31T03:30:01.107Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-31T03:30:01.438Z] Removing intermediate container 48912e12f11f [2021-03-31T03:30:01.438Z] ---> f7db18799d69 [2021-03-31T03:30:01.438Z] [2021-03-31T03:30:01.438Z] ---> Running in eca61a6ab32d [2021-03-31T03:30:02.197Z] Successfully built f7db18799d69 [2021-03-31T03:30:02.197Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-31T03:30:02.745Z] Removing intermediate container 8b726d91dd40 [2021-03-31T03:30:02.745Z] ---> 7d23f0471e9f [2021-03-31T03:30:02.745Z] [2021-03-31T03:30:02.745Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T03:30:02.745Z] ---> e47305ac9786 [2021-03-31T03:30:02.745Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-31T03:30:02.745Z] ---> Running in 2e264b98aa79 [2021-03-31T03:30:02.745Z] Removing intermediate container 2e264b98aa79 [2021-03-31T03:30:02.745Z] ---> 653d170296de [2021-03-31T03:30:02.745Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-31T03:30:02.745Z] ---> Running in a9c492f337fe [2021-03-31T03:30:02.745Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-31T03:30:02.745Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-31T03:30:02.745Z] ---> eeaf43b92773 [2021-03-31T03:30:02.745Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-31T03:30:02.745Z] ---> Running in de253a699627 [2021-03-31T03:30:02.745Z] Removing intermediate container a9c492f337fe [2021-03-31T03:30:02.745Z] ---> 956369466c99 [2021-03-31T03:30:02.745Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-31T03:30:03.020Z] ---> Running in b25e76529dc6 [2021-03-31T03:30:03.618Z] Removing intermediate container b25e76529dc6 [2021-03-31T03:30:03.618Z] ---> 27c77eae7e38 [2021-03-31T03:30:03.618Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:30:03.618Z] ---> Running in 435f8e9ebf82 [2021-03-31T03:30:03.888Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:30:04.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:30:04.757Z] (1/2) Installing readline (8.0.4-r0) [2021-03-31T03:30:04.757Z] (2/2) Installing bash (5.0.17-r0) [2021-03-31T03:30:04.757Z] Executing bash-5.0.17-r0.post-install [2021-03-31T03:30:04.757Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:30:04.757Z] OK: 12 MiB in 22 packages [2021-03-31T03:30:06.193Z] Removing intermediate container 435f8e9ebf82 [2021-03-31T03:30:06.193Z] ---> 2af46ef2c351 [2021-03-31T03:30:06.193Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-31T03:30:06.193Z] ---> Running in ebf0d96284dd [2021-03-31T03:30:06.193Z] Removing intermediate container de253a699627 [2021-03-31T03:30:06.193Z] ---> 9cf3a12de6cb [2021-03-31T03:30:06.193Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-31T03:30:06.469Z] ---> Running in dc1087e28178 [2021-03-31T03:30:06.917Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container ab97983f0397 [2021-03-31T03:30:06.917Z] ---> c55ed3933c05 [2021-03-31T03:30:06.917Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-31T03:30:06.917Z] Removing intermediate container eca61a6ab32d [2021-03-31T03:30:06.917Z] ---> c47c1191536d [2021-03-31T03:30:06.917Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-31T03:30:06.917Z] ---> Running in f8c7e5a7c0b6 [2021-03-31T03:30:07.067Z] Removing intermediate container dc1087e28178 [2021-03-31T03:30:07.067Z] ---> 08af888938ea [2021-03-31T03:30:07.067Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-31T03:30:07.067Z] ---> Running in 5c438ac9229d [2021-03-31T03:30:07.229Z] ---> Running in 5e097e31fc55 [2021-03-31T03:30:07.229Z] Removing intermediate container 5e097e31fc55 [2021-03-31T03:30:07.229Z] ---> 829254cfbd0b [2021-03-31T03:30:07.229Z] Step 28/31 : CMD ["gate"] [2021-03-31T03:30:07.338Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:30:07.608Z] Removing intermediate container 5c438ac9229d [2021-03-31T03:30:07.608Z] ---> 5c4ec17caf9f [2021-03-31T03:30:07.608Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-31T03:30:07.880Z] ---> Running in 47e203bd4c7c [2021-03-31T03:30:08.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:30:08.152Z] Removing intermediate container 47e203bd4c7c [2021-03-31T03:30:08.152Z] ---> 62e292bbb734 [2021-03-31T03:30:08.152Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-31T03:30:08.301Z] ---> Running in 86c4240bf084 [2021-03-31T03:30:08.301Z] 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-31T03:30:08.747Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-31T03:30:08.747Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-31T03:30:08.747Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-31T03:30:08.931Z] Removing intermediate container 86c4240bf084 [2021-03-31T03:30:08.931Z] ---> 86d618c39546 [2021-03-31T03:30:08.931Z] Step 29/31 : LABEL arch=x86_64 [2021-03-31T03:30:08.931Z] ---> Running in 0c97599baee8 [2021-03-31T03:30:09.019Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-31T03:30:09.020Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-31T03:30:09.293Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-31T03:30:09.293Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:30:09.293Z] OK: 8 MiB in 20 packages [2021-03-31T03:30:09.565Z] ---> db810066d98e [2021-03-31T03:30:09.565Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-31T03:30:09.606Z] Removing intermediate container 0c97599baee8 [2021-03-31T03:30:09.606Z] ---> 8fc7da4f6200 [2021-03-31T03:30:09.606Z] Step 30/31 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 [2021-03-31T03:30:10.161Z] ---> 27c255cd7175 [2021-03-31T03:30:10.162Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-31T03:30:10.286Z] ---> Running in 91bfa76980ac [2021-03-31T03:30:10.755Z] Removing intermediate container ebf0d96284dd [2021-03-31T03:30:10.755Z] ---> 5fa8d4b1cb0a [2021-03-31T03:30:10.755Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:30:11.025Z] Removing intermediate container 91bfa76980ac [2021-03-31T03:30:11.025Z] ---> c058b0eab814 [2021-03-31T03:30:11.025Z] Step 31/31 : LABEL version=0.0.0 [2021-03-31T03:30:11.328Z] ---> Running in f19c76fe16d3 [2021-03-31T03:30:11.328Z] Removing intermediate container f8c7e5a7c0b6 [2021-03-31T03:30:11.328Z] ---> e12419c40d8c [2021-03-31T03:30:11.328Z] [2021-03-31T03:30:11.328Z] Step 11/26 : FROM docker:20.10.0 [2021-03-31T03:30:11.358Z] ---> 7b1b843ea73e [2021-03-31T03:30:11.358Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-31T03:30:11.358Z] ---> Running in 65d66e4e841e [2021-03-31T03:30:11.634Z] ---> b2e4ed20c0ca [2021-03-31T03:30:11.634Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-31T03:30:11.712Z] 20.10.0: Pulling from library/docker [2021-03-31T03:30:12.050Z] Removing intermediate container f19c76fe16d3 [2021-03-31T03:30:12.050Z] ---> ce698c46533e [2021-03-31T03:30:12.050Z] [2021-03-31T03:30:12.609Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:30:12.881Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:30:13.153Z] ---> 7040699867db [2021-03-31T03:30:13.153Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-31T03:30:13.425Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-31T03:30:13.425Z] (2/33) Installing expat (2.2.9-r1) [2021-03-31T03:30:13.425Z] (3/33) Installing libffi (3.3-r2) [2021-03-31T03:30:13.425Z] (4/33) Installing gdbm (1.13-r1) [2021-03-31T03:30:13.425Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-31T03:30:13.425Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-31T03:30:13.425Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-31T03:30:13.516Z] Successfully built ce698c46533e [2021-03-31T03:30:13.516Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-31T03:30:14.412Z] ---> f6c75c1ba5bc [2021-03-31T03:30:14.412Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-31T03:30:14.683Z] ---> Running in bf73c0135186 [2021-03-31T03:30:15.286Z] Removing intermediate container bf73c0135186 [2021-03-31T03:30:15.286Z] ---> 889654df28fa [2021-03-31T03:30:15.286Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:30:15.286Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-31T03:30:15.286Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-31T03:30:15.286Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-31T03:30:15.559Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-31T03:30:15.559Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-31T03:30:15.559Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-31T03:30:15.559Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-31T03:30:15.559Z] ---> Running in 6e4ad5f28088 [2021-03-31T03:30:15.559Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-31T03:30:15.559Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-31T03:30:15.559Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-31T03:30:15.831Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-31T03:30:15.831Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-31T03:30:15.831Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-31T03:30:15.831Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-31T03:30:15.831Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-31T03:30:15.831Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-31T03:30:15.831Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-31T03:30:15.831Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-31T03:30:15.831Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-31T03:30:15.831Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-31T03:30:15.831Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-31T03:30:15.831Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-31T03:30:15.831Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-31T03:30:15.831Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-31T03:30:15.831Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-31T03:30:15.831Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-31T03:30:16.104Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:30:16.104Z] OK: 71 MiB in 55 packages [2021-03-31T03:30:16.104Z] Removing intermediate container 6e4ad5f28088 [2021-03-31T03:30:16.104Z] ---> 1b46549aed68 [2021-03-31T03:30:16.104Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T03:30:16.378Z] ---> Running in f7f72ef2a085 [2021-03-31T03:30:16.974Z] Removing intermediate container f7f72ef2a085 [2021-03-31T03:30:16.974Z] ---> 4f0e1c17e628 [2021-03-31T03:30:16.974Z] Step 22/23 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 [2021-03-31T03:30:16.974Z] ---> Running in 8a9475bf35df [2021-03-31T03:30:17.579Z] Removing intermediate container 8a9475bf35df [2021-03-31T03:30:17.579Z] ---> 4660be39a0a0 [2021-03-31T03:30:17.579Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T03:30:17.853Z] ---> Running in 00bd9643d626 [2021-03-31T03:30:18.451Z] Removing intermediate container 00bd9643d626 [2021-03-31T03:30:18.451Z] ---> a1ea2adf7428 [2021-03-31T03:30:18.451Z] [2021-03-31T03:30:19.049Z] Successfully built a1ea2adf7428 [2021-03-31T03:30:19.049Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-31T03:30:22.438Z]  Building docker-core-data-go ... done Removing intermediate container 65d66e4e841e [2021-03-31T03:30:22.438Z] ---> eb832fc125a3 [2021-03-31T03:30:22.438Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-31T03:30:22.438Z] ---> Running in 47cb9f5567c2 [2021-03-31T03:30:26.394Z]  Building docker-security-bootstrapper-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-31T03:30:26.394Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-31T03:30:26.394Z] ---> aefe523efa57 [2021-03-31T03:30:26.394Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-31T03:30:26.394Z] ---> Running in ad6fc3c9437c [2021-03-31T03:30:26.726Z] Collecting docker-compose==1.23.2 [2021-03-31T03:30:26.726Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-31T03:30:27.058Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:30:27.058Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:30:27.342Z] (1/2) Installing readline (8.0.4-r0) [2021-03-31T03:30:27.642Z] (2/2) Installing bash (5.0.17-r0) [2021-03-31T03:30:27.642Z] Executing bash-5.0.17-r0.post-install [2021-03-31T03:30:27.642Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:30:27.642Z] OK: 12 MiB in 22 packages [2021-03-31T03:30:28.148Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-31T03:30:28.148Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-31T03:30:28.419Z] Collecting texttable<0.10,>=0.9.0 [2021-03-31T03:30:28.691Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-31T03:30:29.283Z] Removing intermediate container ad6fc3c9437c [2021-03-31T03:30:29.284Z] ---> a0bf698504d0 [2021-03-31T03:30:29.284Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-31T03:30:29.593Z] ---> Running in f6bf4d333312 [2021-03-31T03:30:30.303Z] Removing intermediate container f6bf4d333312 [2021-03-31T03:30:30.303Z] ---> 7aeada7704a1 [2021-03-31T03:30:30.303Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-31T03:30:30.650Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-31T03:30:30.650Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-31T03:30:30.651Z] ---> Running in 0f80a8a6792b [2021-03-31T03:30:31.344Z] Removing intermediate container 0f80a8a6792b [2021-03-31T03:30:31.344Z] ---> 59bbab7433e1 [2021-03-31T03:30:31.344Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-31T03:30:31.344Z] ---> Running in 5c21c94fb669 [2021-03-31T03:30:31.726Z] Removing intermediate container 5c21c94fb669 [2021-03-31T03:30:31.727Z] ---> 7bd53f626996 [2021-03-31T03:30:31.727Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-31T03:30:32.622Z] Collecting docker<4.0,>=3.6.0 [2021-03-31T03:30:32.622Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-31T03:30:33.197Z] ---> 0392ae0dcaf6 [2021-03-31T03:30:33.197Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-31T03:30:33.889Z] ---> 7905f36a3e01 [2021-03-31T03:30:33.889Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-31T03:30:34.100Z] Collecting PyYAML<4,>=3.10 [2021-03-31T03:30:34.100Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-31T03:30:34.595Z] ---> 0f5cb9397d68 [2021-03-31T03:30:34.595Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-31T03:30:34.936Z] ---> Running in 125713db5c4e [2021-03-31T03:30:36.041Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:30:36.041Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:30:36.689Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-31T03:30:36.689Z] (2/33) Installing expat (2.2.9-r1) [2021-03-31T03:30:36.689Z] (3/33) Installing libffi (3.3-r2) [2021-03-31T03:30:36.689Z] (4/33) Installing gdbm (1.13-r1) [2021-03-31T03:30:36.689Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-31T03:30:36.689Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-31T03:30:36.689Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-31T03:30:37.551Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-31T03:30:37.552Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-31T03:30:37.552Z] Collecting cached-property<2,>=1.2.0 [2021-03-31T03:30:37.552Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-31T03:30:37.826Z] Collecting docopt<0.7,>=0.6.1 [2021-03-31T03:30:37.826Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-31T03:30:38.264Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-31T03:30:38.264Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-31T03:30:38.264Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-31T03:30:38.264Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-31T03:30:38.264Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-31T03:30:38.264Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-31T03:30:38.264Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-31T03:30:38.605Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-31T03:30:38.605Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-31T03:30:38.605Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-31T03:30:38.605Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-31T03:30:38.605Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-31T03:30:38.605Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-31T03:30:38.605Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-31T03:30:38.922Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-31T03:30:38.922Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-31T03:30:38.922Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-31T03:30:38.922Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-31T03:30:38.922Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-31T03:30:38.922Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-31T03:30:38.922Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-31T03:30:38.922Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-31T03:30:38.922Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-31T03:30:38.922Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-31T03:30:38.922Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-31T03:30:38.922Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-31T03:30:39.323Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:30:39.323Z] OK: 71 MiB in 55 packages [2021-03-31T03:30:39.845Z] Collecting jsonschema<3,>=2.5.1 [2021-03-31T03:30:39.845Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-31T03:30:40.117Z] 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-31T03:30:40.117Z] 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-31T03:30:40.387Z] Collecting idna<2.8,>=2.5 [2021-03-31T03:30:40.387Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-31T03:30:40.387Z] 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-31T03:30:40.980Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-31T03:30:40.980Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-31T03:30:41.252Z] Collecting docker-pycreds>=0.4.0 [2021-03-31T03:30:41.252Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-31T03:30:41.522Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-31T03:30:41.522Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-31T03:30:41.522Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-31T03:30:41.522Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-31T03:30:42.107Z] Installing collected packages: idna, urllib3, requests, texttable, dockerpty, websocket-client, docker-pycreds, docker, PyYAML, cached-property, docopt, jsonschema, docker-compose [2021-03-31T03:30:42.107Z] Attempting uninstall: idna [2021-03-31T03:30:42.107Z] Found existing installation: idna 2.9 [2021-03-31T03:30:42.107Z] Uninstalling idna-2.9: [2021-03-31T03:30:42.377Z] Successfully uninstalled idna-2.9 [2021-03-31T03:30:42.984Z] Attempting uninstall: urllib3 [2021-03-31T03:30:42.984Z] Found existing installation: urllib3 1.25.9 [2021-03-31T03:30:42.984Z] Uninstalling urllib3-1.25.9: [2021-03-31T03:30:42.984Z] Successfully uninstalled urllib3-1.25.9 [2021-03-31T03:30:43.570Z] Attempting uninstall: requests [2021-03-31T03:30:43.570Z] Found existing installation: requests 2.23.0 [2021-03-31T03:30:43.570Z] Uninstalling requests-2.23.0: [2021-03-31T03:30:43.570Z] Successfully uninstalled requests-2.23.0 [2021-03-31T03:30:43.841Z] Running setup.py install for texttable: started [2021-03-31T03:30:45.803Z] Running setup.py install for texttable: finished with status 'done' [2021-03-31T03:30:45.803Z] Running setup.py install for dockerpty: started [2021-03-31T03:30:47.760Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-31T03:30:48.348Z] Running setup.py install for PyYAML: started [2021-03-31T03:30:50.308Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-31T03:30:50.578Z] Running setup.py install for docopt: started [2021-03-31T03:30:52.538Z] Running setup.py install for docopt: finished with status 'done' [2021-03-31T03:30:53.508Z] 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-31T03:30:55.558Z] Removing intermediate container 125713db5c4e [2021-03-31T03:30:55.559Z] ---> 117cc561cc62 [2021-03-31T03:30:55.559Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-31T03:30:55.559Z] ---> Running in 9bf31ac7044f [2021-03-31T03:30:57.808Z] Removing intermediate container 47cb9f5567c2 [2021-03-31T03:30:57.808Z] ---> 5b723610a87a [2021-03-31T03:30:57.808Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-31T03:30:57.808Z] ---> Running in 609310ff7df3 [2021-03-31T03:30:58.296Z] Collecting docker-compose==1.23.2 [2021-03-31T03:30:58.413Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:30:58.589Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-31T03:30:58.720Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:30:58.906Z] Collecting docker<4.0,>=3.6.0 [2021-03-31T03:30:58.906Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-31T03:30:58.996Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T03:30:58.996Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-31T03:30:58.996Z] (3/3) Installing curl (7.69.1-r3) [2021-03-31T03:30:58.996Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:30:58.996Z] OK: 72 MiB in 58 packages [2021-03-31T03:30:59.229Z] Collecting docopt<0.7,>=0.6.1 [2021-03-31T03:30:59.229Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-31T03:31:00.254Z] Collecting cached-property<2,>=1.2.0 [2021-03-31T03:31:00.254Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-31T03:31:00.439Z] Removing intermediate container 609310ff7df3 [2021-03-31T03:31:00.439Z] ---> dd10406e9c84 [2021-03-31T03:31:00.439Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-31T03:31:00.439Z] ---> Running in ef53e40d2aa2 [2021-03-31T03:31:00.552Z] Collecting jsonschema<3,>=2.5.1 [2021-03-31T03:31:00.552Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-31T03:31:00.837Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-31T03:31:00.837Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-31T03:31:01.034Z] Removing intermediate container ef53e40d2aa2 [2021-03-31T03:31:01.034Z] ---> a6d9db2877eb [2021-03-31T03:31:01.034Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:31:01.034Z] ---> Running in a96cb5c788c6 [2021-03-31T03:31:01.628Z] Removing intermediate container a96cb5c788c6 [2021-03-31T03:31:01.628Z] ---> 61c0c1070ab3 [2021-03-31T03:31:01.628Z] Step 24/26 : LABEL arch=arm64 [2021-03-31T03:31:01.628Z] ---> Running in 79962e0ed463 [2021-03-31T03:31:01.862Z] Collecting PyYAML<4,>=3.10 [2021-03-31T03:31:01.862Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-31T03:31:02.228Z] Removing intermediate container 79962e0ed463 [2021-03-31T03:31:02.228Z] ---> 9aeaf037e451 [2021-03-31T03:31:02.228Z] Step 25/26 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 [2021-03-31T03:31:02.228Z] ---> Running in e6d653c86e64 [2021-03-31T03:31:02.824Z] Removing intermediate container e6d653c86e64 [2021-03-31T03:31:02.824Z] ---> 1f175949064c [2021-03-31T03:31:02.824Z] Step 26/26 : LABEL version=0.0.0 [2021-03-31T03:31:02.824Z] ---> Running in 4a66744d2655 [2021-03-31T03:31:03.431Z] Removing intermediate container 4a66744d2655 [2021-03-31T03:31:03.431Z] ---> e9f2fe410cdc [2021-03-31T03:31:03.431Z] [2021-03-31T03:31:03.704Z] Successfully built e9f2fe410cdc [2021-03-31T03:31:03.704Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-31T03:31:03.963Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-31T03:31:04.319Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-31T03:31:04.319Z] $ docker stop --time=1 881c294322d43d10dfc846682e924faeb21bc9b3fefab8a01449441d6ac77f31 [2021-03-31T03:31:04.359Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-31T03:31:04.359Z] 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-31T03:31:04.359Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-31T03:31:04.359Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-31T03:31:04.730Z] Collecting texttable<0.10,>=0.9.0 [2021-03-31T03:31:04.730Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-31T03:31:05.080Z] Collecting docker-pycreds>=0.4.0 [2021-03-31T03:31:05.080Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-31T03:31:05.444Z] 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-31T03:31:05.444Z] 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-31T03:31:05.444Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-31T03:31:05.444Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-31T03:31:06.272Z] $ docker rm -f 881c294322d43d10dfc846682e924faeb21bc9b3fefab8a01449441d6ac77f31 [2021-03-31T03:31:06.371Z] Collecting idna<2.8,>=2.5 [2021-03-31T03:31:06.371Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-31T03:31:06.371Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-31T03:31:06.371Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-31T03:31:06.371Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-31T03:31:06.371Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T03:31:06.695Z] Installing collected packages: docker-pycreds, websocket-client, urllib3, idna, requests, docker, docopt, cached-property, jsonschema, dockerpty, PyYAML, texttable, docker-compose [2021-03-31T03:31:06.695Z] Attempting uninstall: urllib3 [2021-03-31T03:31:06.695Z] Found existing installation: urllib3 1.25.9 [2021-03-31T03:31:06.695Z] Uninstalling urllib3-1.25.9: [2021-03-31T03:31:06.942Z] + docker images [2021-03-31T03:31:06.942Z] + grep docker [2021-03-31T03:31:07.054Z] Successfully uninstalled urllib3-1.25.9 [2021-03-31T03:31:07.054Z] Attempting uninstall: idna [2021-03-31T03:31:07.054Z] Found existing installation: idna 2.9 [2021-03-31T03:31:07.054Z] Uninstalling idna-2.9: [2021-03-31T03:31:07.211Z] docker-sys-mgmt-agent-go-arm64 latest e9f2fe410cdc 4 seconds ago 301MB [2021-03-31T03:31:07.211Z] docker-core-data-go-arm64 latest a1ea2adf7428 49 seconds ago 21.4MB [2021-03-31T03:31:07.211Z] docker-core-metadata-go-arm64 latest 008c85bef4f2 About a minute ago 17.9MB [2021-03-31T03:31:07.211Z] docker-support-scheduler-go-arm64 latest c901ebeb3a24 About a minute ago 16.4MB [2021-03-31T03:31:07.211Z] docker-security-bootstrapper-go-arm64 latest a980a37aa2d6 3 minutes ago 17.9MB [2021-03-31T03:31:07.211Z] docker-security-secretstore-setup-go-arm64 latest 79c9207bb5aa 4 minutes ago 24.4MB [2021-03-31T03:31:07.211Z] docker-core-command-go-arm64 latest 517d4f59b1a9 4 minutes ago 16.3MB [2021-03-31T03:31:07.211Z] docker-support-notifications-go-arm64 latest 18b77ae654b8 4 minutes ago 16.9MB [2021-03-31T03:31:07.211Z] docker-security-proxy-setup-go-arm64 latest 912c86b3669e 4 minutes ago 24.1MB [2021-03-31T03:31:07.211Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2021-03-31T03:31:07.454Z] Successfully uninstalled idna-2.9 [2021-03-31T03:31:07.454Z] Attempting uninstall: requests [2021-03-31T03:31:07.454Z] Found existing installation: requests 2.23.0 [2021-03-31T03:31:07.454Z] Uninstalling requests-2.23.0: [2021-03-31T03:31:07.454Z] Successfully uninstalled requests-2.23.0 [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-31T03:31:07.873Z] Running setup.py install for docopt: started [2021-03-31T03:31:08.152Z] ---> job-cost.sh [2021-03-31T03:31:08.152Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-jOGi [2021-03-31T03:31:08.641Z] Running setup.py install for docopt: finished with status 'done' [2021-03-31T03:31:08.641Z] Running setup.py install for dockerpty: started [2021-03-31T03:31:10.289Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-31T03:31:10.289Z] Running setup.py install for PyYAML: started [2021-03-31T03:31:12.560Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-31T03:31:12.560Z] Running setup.py install for texttable: started [2021-03-31T03:31:13.196Z] Running setup.py install for texttable: finished with status 'done' [2021-03-31T03:31:13.499Z] 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-31T03:31:17.950Z] Removing intermediate container 9bf31ac7044f [2021-03-31T03:31:17.950Z] ---> 5fdbb1757498 [2021-03-31T03:31:17.950Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-31T03:31:17.950Z] ---> Running in a44255f0e4df [2021-03-31T03:31:19.063Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:31:19.063Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:31:19.415Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T03:31:19.415Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-31T03:31:19.705Z] (3/3) Installing curl (7.69.1-r3) [2021-03-31T03:31:19.705Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:31:19.705Z] OK: 72 MiB in 58 packages [2021-03-31T03:31:20.778Z] Removing intermediate container a44255f0e4df [2021-03-31T03:31:20.778Z] ---> 6924acbb9d83 [2021-03-31T03:31:20.778Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-31T03:31:20.778Z] ---> Running in 0c9eb34feba1 [2021-03-31T03:31:21.122Z] Removing intermediate container 0c9eb34feba1 [2021-03-31T03:31:21.122Z] ---> c1439db9c385 [2021-03-31T03:31:21.122Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:31:21.501Z] ---> Running in ba93bc289447 [2021-03-31T03:31:22.675Z] Removing intermediate container ba93bc289447 [2021-03-31T03:31:22.675Z] ---> f0d3c3bd78af [2021-03-31T03:31:22.675Z] Step 24/26 : LABEL arch=x86_64 [2021-03-31T03:31:23.058Z] ---> Running in 4f99391aa0f5 [2021-03-31T03:31:23.342Z] Removing intermediate container 4f99391aa0f5 [2021-03-31T03:31:23.342Z] ---> b0d855df46bd [2021-03-31T03:31:23.342Z] Step 25/26 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 [2021-03-31T03:31:23.342Z] ---> Running in 3aa071bfe1d3 [2021-03-31T03:31:24.565Z] Removing intermediate container 3aa071bfe1d3 [2021-03-31T03:31:24.565Z] ---> 612d20f6b247 [2021-03-31T03:31:24.565Z] Step 26/26 : LABEL version=0.0.0 [2021-03-31T03:31:24.565Z] ---> Running in d930ae19d92b [2021-03-31T03:31:24.941Z] Removing intermediate container d930ae19d92b [2021-03-31T03:31:24.941Z] ---> 1dab93232c0a [2021-03-31T03:31:24.941Z] [2021-03-31T03:31:25.632Z] Successfully built 1dab93232c0a [2021-03-31T03:31:25.632Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-31T03:31:26.421Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-31T03:31:26.512Z] $ docker stop --time=1 b0cb049fe6f6a809a8c2264fb3a6177bbf8157e6475abc438081af66c25158c6 [2021-03-31T03:31:29.483Z] $ docker rm -f b0cb049fe6f6a809a8c2264fb3a6177bbf8157e6475abc438081af66c25158c6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T03:31:31.290Z] + docker images [2021-03-31T03:31:31.290Z] + grep docker [2021-03-31T03:31:32.269Z] docker-sys-mgmt-agent-go latest 1dab93232c0a 8 seconds ago 314MB [2021-03-31T03:31:32.269Z] docker-security-bootstrapper-go latest ce698c46533e About a minute ago 18.9MB [2021-03-31T03:31:32.269Z] docker-security-secretstore-setup-go latest f7db18799d69 About a minute ago 25.7MB [2021-03-31T03:31:32.269Z] docker-core-metadata-go latest dd135d462c32 About a minute ago 19MB [2021-03-31T03:31:32.269Z] docker-core-data-go latest fa9c1d8929ae 4 minutes ago 22.7MB [2021-03-31T03:31:32.269Z] docker-core-command-go latest f609ce9c998c 4 minutes ago 17.3MB [2021-03-31T03:31:32.269Z] docker-support-notifications-go latest 6488cb7863d3 4 minutes ago 17.9MB [2021-03-31T03:31:32.269Z] docker-security-proxy-setup-go latest dd000a9a4c31 4 minutes ago 25.4MB [2021-03-31T03:31:32.269Z] docker-support-scheduler-go latest a511c5e981f7 4 minutes ago 17.4MB [2021-03-31T03:31:32.269Z] 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-31T03:31:48.057Z] Still waiting to schedule task [2021-03-31T03:31:48.058Z] ‘prd-ubuntu18.04-docker-8c-8g-32188’ is offline [2021-03-31T03:31:48.066Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-31T03:32:49.759Z] Running on prd-ubuntu18.04-docker-8c-8g-32190 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-31T03:32:49.829Z] Running in /w/workspace/edgex-go/47 [Pipeline] { [Pipeline] checkout [2021-03-31T03:32:52.402Z] using credential edgex-jenkins-ssh [2021-03-31T03:32:52.454Z] Cloning the remote Git repository [2021-03-31T03:32:52.478Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-31T03:32:52.562Z] > git init /w/workspace/edgex-go/47 # timeout=10 [2021-03-31T03:32:52.604Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T03:32:52.604Z] > git --version # timeout=10 [2021-03-31T03:32:52.613Z] > git --version # 'git version 2.17.1' [2021-03-31T03:32:52.614Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T03:32:52.649Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T03:33:00.629Z] Merging remotes/origin/master commit 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 [2021-03-31T03:33:00.862Z] Merge succeeded, producing 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 [2021-03-31T03:33:00.863Z] Checking out Revision 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 (PR-3234) [2021-03-31T03:33:00.058Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T03:33:00.069Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T03:33:00.087Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T03:33:00.108Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T03:33:00.108Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T03:33:00.118Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T03:33:00.625Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T03:33:00.631Z] > git checkout -f 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 # timeout=10 [2021-03-31T03:33:00.799Z] > git remote # timeout=10 [2021-03-31T03:33:00.808Z] > git config --get remote.origin.url # timeout=10 [2021-03-31T03:33:00.820Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T03:33:00.826Z] > git merge 455f88eb7f104c981a27c2f244562def9f736fdb # timeout=10 [2021-03-31T03:33:00.839Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-31T03:33:00.851Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T03:33:00.857Z] > git checkout -f 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 # timeout=10 [2021-03-31T03:33:04.804Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [2021-03-31T03:33:05.075Z] [2021-03-31T03:33:05.075Z] GitHub has been notified of this commit’s build result [2021-03-31T03:33:05.075Z] [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:33:05.956Z] + echo snap-build.sh [2021-03-31T03:33:05.956Z] snap-build.sh [2021-03-31T03:33:05.956Z] + SNAP_BASE_DIR=. [2021-03-31T03:33:05.956Z] + '[' '!' -z /w/workspace/edgex-go/47 ']' [2021-03-31T03:33:05.956Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/47 [2021-03-31T03:33:05.956Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/47]' [2021-03-31T03:33:05.956Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/47] [2021-03-31T03:33:05.956Z] + cd /w/workspace/edgex-go/47 [2021-03-31T03:33:05.956Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-31T03:33:05.956Z] Reading package lists... [2021-03-31T03:33:06.224Z] Building dependency tree... [2021-03-31T03:33:06.224Z] Reading state information... [2021-03-31T03:33:06.489Z] The following packages were automatically installed and are no longer required: [2021-03-31T03:33:06.489Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-31T03:33:06.489Z] uidmap xdelta3 [2021-03-31T03:33:06.489Z] Use 'sudo apt autoremove' to remove them. [2021-03-31T03:33:06.489Z] The following packages will be REMOVED: [2021-03-31T03:33:06.489Z] lxd* lxd-client* [2021-03-31T03:33:07.439Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-31T03:33:07.439Z] After this operation, 31.7 MB disk space will be freed. [2021-03-31T03:33:08.505Z] (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-31T03:33:08.505Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-31T03:33:09.913Z] Removing lxd dnsmasq configuration [2021-03-31T03:33:10.178Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-31T03:33:10.445Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-31T03:33:11.396Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-31T03:33:11.659Z] (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-31T03:33:11.659Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-31T03:33:14.225Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-31T03:33:14.225Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-31T03:33:16.151Z] + sudo snap remove --purge lxd [2021-03-31T03:33:16.151Z] snap "lxd" is not installed [2021-03-31T03:33:16.151Z] + sudo groupadd --force --system lxd [2021-03-31T03:33:16.151Z] ++ whoami [2021-03-31T03:33:16.151Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-31T03:33:16.151Z] + newgrp - lxd [2021-03-31T03:33:16.151Z] + sudo snap install lxd [2021-03-31T03:33:24.825Z] lf-activate-venv(): INFO: Adding /tmp/venv-jOGi/bin to PATH [2021-03-31T03:33:24.825Z] INFO: No Stack... [2021-03-31T03:33:24.825Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-31T03:33:24.825Z] INFO: Archiving Costs [Pipeline] sh [2021-03-31T03:33:25.160Z] + cut -d, -f6 [2021-03-31T03:33:25.160Z] + cat /w/workspace/edgex-go/47/archives/cost.csv [Pipeline] lock [2021-03-31T03:33:25.266Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-47-stack-cost] [2021-03-31T03:33:25.276Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3234-47-stack-cost] did not exist. Created. [2021-03-31T03:33:25.276Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-47-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-31T03:33:25.692Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-31T03:33:26.004Z] Stashed 1 file(s) [Pipeline] } [2021-03-31T03:33:26.018Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-47-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-03-31T03:33:26.193Z] 2021-03-31T03:33:23Z INFO Waiting for automatic snapd restart... [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-31T03:33:44.412Z] lxd 4.12 from Canonical* installed [2021-03-31T03:33:44.412Z] + sudo lxd init --auto [2021-03-31T03:33:52.597Z] + sudo snap install --classic snapcraft [2021-03-31T03:34:02.650Z] snapcraft 4.6 from Canonical* installed [2021-03-31T03:34:02.650Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-31T03:34:02.650Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-31T03:34:02.650Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T03:34:02.650Z] Dload Upload Total Spent Left Speed [2021-03-31T03:34:02.650Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3562 0 --:--:-- --:--:-- --:--:-- 3562 [2021-03-31T03:34:02.650Z] 100 3325k 100 3325k 0 0 7438k 0 --:--:-- --:--:-- --:--:-- 7438k [2021-03-31T03:34:02.650Z] ./yq_linux_amd64 [2021-03-31T03:34:02.650Z] + sudo snapcraft prime --use-lxd [2021-03-31T03:34:04.602Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-31T03:34:04.602Z] 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-31T03:34:04.602Z] - README.md [2021-03-31T03:34:04.602Z] [2021-03-31T03:34:04.602Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-31T03:34:05.554Z] Launching a container. [2021-03-31T03:34:20.527Z] Waiting for container to be ready [2021-03-31T03:34:20.527Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-31T03:34:20.527Z] [2021-03-31T03:34:25.847Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-31T03:34:25.847Z] Waiting for network to be ready... [2021-03-31T03:34:26.111Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-31T03:34:26.111Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] [2021-03-31T03:34:26.111Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-31T03:34:26.375Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-31T03:34:26.375Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-31T03:34:26.375Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-31T03:34:26.375Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-31T03:34:26.375Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-31T03:34:26.375Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-31T03:34:26.375Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-31T03:34:26.641Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-31T03:34:26.904Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-31T03:34:27.167Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-31T03:34:27.167Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-31T03:34:27.167Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-31T03:34:27.167Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-31T03:34:27.167Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-31T03:34:27.167Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-31T03:34:27.431Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-31T03:34:27.693Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-31T03:34:27.957Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-31T03:34:27.957Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-31T03:34:27.957Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-31T03:34:27.957Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-31T03:34:27.957Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-31T03:34:27.957Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-31T03:34:27.957Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-31T03:34:32.181Z] Fetched 24.2 MB in 6s (3943 kB/s) [2021-03-31T03:34:34.108Z] Reading package lists... [2021-03-31T03:34:34.108Z] Reading package lists... [2021-03-31T03:34:34.373Z] Building dependency tree... [2021-03-31T03:34:34.373Z] Reading state information... [2021-03-31T03:34:34.639Z] The following additional packages will be installed: [2021-03-31T03:34:34.639Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-31T03:34:34.639Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-31T03:34:34.639Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-31T03:34:34.639Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-31T03:34:34.639Z] Suggested packages: [2021-03-31T03:34:34.639Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-31T03:34:34.639Z] Recommended packages: [2021-03-31T03:34:34.639Z] gnupg libsasl2-modules [2021-03-31T03:34:34.639Z] The following NEW packages will be installed: [2021-03-31T03:34:34.639Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-31T03:34:34.639Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-31T03:34:34.639Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-31T03:34:34.639Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-31T03:34:34.639Z] The following packages will be upgraded: [2021-03-31T03:34:34.639Z] gpg gpg-agent gpgconf libudev1 [2021-03-31T03:34:34.639Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-31T03:34:34.639Z] Need to get 3530 kB of archives. [2021-03-31T03:34:34.639Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-31T03:34:34.639Z] 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-31T03:34:34.639Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-31T03:34:34.639Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-31T03:34:34.639Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-31T03:34:34.904Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-31T03:34:35.169Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-31T03:34:35.750Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-31T03:34:35.750Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-31T03:34:35.750Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-31T03:34:35.750Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-31T03:34:35.750Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-31T03:34:35.750Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-31T03:34:35.750Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-31T03:34:35.750Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-31T03:34:35.750Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-31T03:34:35.750Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-31T03:34:35.750Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-31T03:34:35.750Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-31T03:34:35.750Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-31T03:34:35.750Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-31T03:34:35.750Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-31T03:34:35.750Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-31T03:34:36.013Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T03:34:36.013Z] Fetched 3530 kB in 1s (3121 kB/s) [2021-03-31T03:34:36.277Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-31T03:34:36.277Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-31T03:34:36.277Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T03:34:36.540Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-31T03:34:36.540Z] Selecting previously unselected package udev. [2021-03-31T03:34:36.540Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-31T03:34:36.540Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-31T03:34:36.540Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-31T03:34:37.117Z] Selecting previously unselected package libfuse2:amd64. [2021-03-31T03:34:37.117Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-31T03:34:37.117Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-31T03:34:37.117Z] Selecting previously unselected package fuse. [2021-03-31T03:34:37.117Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-31T03:34:37.117Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-31T03:34:37.117Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T03:34:37.117Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T03:34:37.380Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T03:34:37.380Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T03:34:37.643Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T03:34:37.643Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T03:34:37.643Z] Selecting previously unselected package libksba8:amd64. [2021-03-31T03:34:37.643Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-31T03:34:37.643Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-31T03:34:37.908Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-31T03:34:37.908Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T03:34:37.908Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:34:37.908Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-31T03:34:37.908Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T03:34:37.908Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:34:38.173Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-31T03:34:38.173Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T03:34:38.173Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:34:38.173Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-31T03:34:38.173Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T03:34:38.173Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:34:38.436Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-31T03:34:38.436Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T03:34:38.436Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:34:38.436Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-31T03:34:38.436Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T03:34:38.436Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:34:38.717Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-31T03:34:38.718Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T03:34:38.718Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:34:38.987Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-31T03:34:38.987Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T03:34:38.987Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:34:38.987Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-31T03:34:38.987Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T03:34:38.987Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:34:38.987Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-31T03:34:38.987Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-31T03:34:38.987Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T03:34:39.250Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-31T03:34:39.250Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-31T03:34:39.250Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T03:34:39.250Z] Selecting previously unselected package libldap-common. [2021-03-31T03:34:39.250Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-31T03:34:39.250Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T03:34:39.250Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-31T03:34:39.250Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-31T03:34:39.250Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T03:34:39.514Z] Selecting previously unselected package dirmngr. [2021-03-31T03:34:39.514Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T03:34:39.514Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-31T03:34:39.514Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T03:34:39.514Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-31T03:34:39.514Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-31T03:34:39.777Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T03:34:39.777Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T03:34:39.777Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-31T03:34:39.777Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:34:39.777Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-31T03:34:39.777Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T03:34:39.777Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-31T03:34:40.353Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-31T03:34:40.617Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:34:40.617Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-31T03:34:40.617Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-31T03:34:40.881Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-31T03:34:40.882Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:34:41.145Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:34:41.145Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:34:41.145Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:34:41.145Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:34:41.145Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:34:41.408Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:34:41.408Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T03:34:41.408Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-31T03:34:41.408Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T03:34:42.366Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-31T03:34:42.366Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-31T03:34:42.366Z] This means they are not meant to be enabled using systemctl. [2021-03-31T03:34:42.366Z] Possible reasons for having this kind of units are: [2021-03-31T03:34:42.366Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-31T03:34:42.366Z] .wants/ or .requires/ directory. [2021-03-31T03:34:42.366Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-31T03:34:42.366Z] a requirement dependency on it. [2021-03-31T03:34:42.366Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-31T03:34:42.366Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-31T03:34:42.366Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-31T03:34:42.366Z] instance name specified. [2021-03-31T03:34:42.943Z] Reading package lists... [2021-03-31T03:34:43.208Z] Building dependency tree... [2021-03-31T03:34:43.208Z] Reading state information... [2021-03-31T03:34:43.498Z] The following additional packages will be installed: [2021-03-31T03:34:43.498Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-31T03:34:43.498Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-31T03:34:43.498Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-31T03:34:43.498Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-31T03:34:43.498Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-31T03:34:43.498Z] Suggested packages: [2021-03-31T03:34:43.498Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-31T03:34:43.498Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-31T03:34:43.498Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-31T03:34:43.498Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-31T03:34:43.498Z] systemd-container policykit-1 [2021-03-31T03:34:43.498Z] Recommended packages: [2021-03-31T03:34:43.498Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-31T03:34:43.498Z] The following NEW packages will be installed: [2021-03-31T03:34:43.498Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-31T03:34:43.498Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-31T03:34:43.498Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-31T03:34:43.498Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-31T03:34:43.498Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-31T03:34:43.498Z] The following packages will be upgraded: [2021-03-31T03:34:43.498Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-31T03:34:43.498Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-31T03:34:43.498Z] Need to get 35.2 MB of archives. [2021-03-31T03:34:43.498Z] After this operation, 141 MB of additional disk space will be used. [2021-03-31T03:34:43.498Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-31T03:34:43.762Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-31T03:34:43.762Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-31T03:34:43.762Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-03-31T03:34:43.762Z] 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-31T03:34:43.762Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-31T03:34:43.762Z] 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-31T03:34:43.762Z] 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-31T03:34:43.762Z] 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-31T03:34:43.762Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-31T03:34:43.762Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-31T03:34:43.762Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-31T03:34:43.762Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-31T03:34:43.763Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-31T03:34:43.763Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-31T03:34:43.763Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-31T03:34:43.763Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-31T03:34:44.026Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-31T03:34:44.026Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-31T03:34:44.602Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-31T03:34:44.602Z] 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-31T03:34:44.602Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-31T03:34:44.602Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-31T03:34:44.602Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-31T03:34:44.602Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-31T03:34:44.602Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-31T03:34:44.602Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-31T03:34:44.602Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-31T03:34:44.602Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-31T03:34:44.602Z] 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-31T03:34:44.867Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T03:34:44.867Z] Fetched 35.2 MB in 1s (29.9 MB/s) [2021-03-31T03:34:45.132Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-31T03:34:45.132Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-31T03:34:45.132Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T03:34:46.093Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-31T03:34:46.093Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T03:34:46.093Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-31T03:34:47.061Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-31T03:34:47.061Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-31T03:34:47.326Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-31T03:34:47.902Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-31T03:34:47.902Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-31T03:34:47.902Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-31T03:34:47.902Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-31T03:34:48.480Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-31T03:34:48.480Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-31T03:34:49.057Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-31T03:34:49.057Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-31T03:34:49.057Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-31T03:34:49.321Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-31T03:34:49.584Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-31T03:34:49.584Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T03:34:49.584Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T03:34:49.848Z] Selecting previously unselected package libexpat1:amd64. [2021-03-31T03:34:49.848Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-31T03:34:49.848Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-31T03:34:49.848Z] Selecting previously unselected package python3.6-minimal. [2021-03-31T03:34:49.848Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T03:34:49.848Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T03:34:50.112Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-31T03:34:50.376Z] Checking for services that may need to be restarted...done. [2021-03-31T03:34:50.376Z] Checking for services that may need to be restarted...done. [2021-03-31T03:34:50.376Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T03:34:50.376Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-31T03:34:50.376Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T03:34:51.326Z] Selecting previously unselected package python3-minimal. [2021-03-31T03:34:51.326Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-31T03:34:51.326Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-31T03:34:51.326Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-31T03:34:51.326Z] Selecting previously unselected package mime-support. [2021-03-31T03:34:51.326Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-31T03:34:51.326Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-31T03:34:51.590Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-31T03:34:51.590Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-31T03:34:51.590Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-31T03:34:51.590Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-31T03:34:51.590Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T03:34:51.590Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T03:34:51.853Z] Selecting previously unselected package python3.6. [2021-03-31T03:34:51.853Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T03:34:51.853Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T03:34:52.116Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-31T03:34:52.116Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-31T03:34:52.116Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-31T03:34:52.116Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-31T03:34:52.692Z] Selecting previously unselected package python3. [2021-03-31T03:34:52.692Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-31T03:34:52.692Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-31T03:34:52.692Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-31T03:34:52.955Z] Selecting previously unselected package multiarch-support. [2021-03-31T03:34:52.955Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T03:34:52.955Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-31T03:34:52.955Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-31T03:34:53.219Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-31T03:34:53.219Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-31T03:34:53.219Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-31T03:34:53.219Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-31T03:34:53.219Z] Selecting previously unselected package libbsd0:amd64. [2021-03-31T03:34:53.219Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-31T03:34:53.219Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-31T03:34:53.483Z] Selecting previously unselected package sudo. [2021-03-31T03:34:53.483Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-31T03:34:53.483Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-31T03:34:53.483Z] Selecting previously unselected package apparmor. [2021-03-31T03:34:53.483Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-31T03:34:53.745Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-31T03:34:53.745Z] Selecting previously unselected package libedit2:amd64. [2021-03-31T03:34:53.745Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-31T03:34:53.745Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-31T03:34:54.033Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-31T03:34:54.033Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T03:34:54.033Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T03:34:54.033Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-31T03:34:54.033Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T03:34:54.034Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T03:34:54.297Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-31T03:34:54.297Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-31T03:34:54.297Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-31T03:34:54.297Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-31T03:34:54.297Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T03:34:54.297Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T03:34:54.561Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-31T03:34:54.561Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T03:34:54.561Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T03:34:54.561Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-31T03:34:54.561Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-31T03:34:54.561Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-31T03:34:54.825Z] Selecting previously unselected package openssh-client. [2021-03-31T03:34:54.825Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-31T03:34:54.825Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-31T03:34:55.089Z] Selecting previously unselected package squashfs-tools. [2021-03-31T03:34:55.089Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-31T03:34:55.089Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-31T03:34:55.089Z] Selecting previously unselected package snapd. [2021-03-31T03:34:55.089Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-31T03:34:55.089Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-31T03:34:58.407Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-31T03:34:58.407Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-31T03:34:58.407Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-31T03:34:58.672Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-31T03:34:58.672Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-31T03:34:58.672Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T03:34:58.672Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T03:34:58.935Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-31T03:34:58.935Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-31T03:34:59.882Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-31T03:34:59.882Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-31T03:34:59.882Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-31T03:34:59.882Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T03:34:59.882Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T03:34:59.882Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T03:35:00.830Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-31T03:35:01.093Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T03:35:01.093Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-31T03:35:01.093Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-31T03:35:01.093Z] running python rtupdate hooks for python3.6... [2021-03-31T03:35:01.093Z] running python post-rtupdate hooks for python3.6... [2021-03-31T03:35:01.355Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-31T03:35:03.290Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-31T03:35:03.554Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T03:35:03.554Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-31T03:35:03.816Z] Setting up snapd (2.48.3+18.04) ... [2021-03-31T03:35:04.391Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-31T03:35:04.655Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-31T03:35:04.919Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-31T03:35:05.182Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-31T03:35:05.759Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-31T03:35:05.759Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-31T03:35:06.023Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-31T03:35:06.286Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-31T03:35:06.553Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-31T03:35:06.823Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-31T03:35:07.089Z] /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-31T03:35:07.089Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T03:35:07.353Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-31T03:35:09.285Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T03:35:09.285Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-31T03:35:09.285Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T03:35:09.550Z] Fetched 88.7 kB in 1s (152 kB/s) [2021-03-31T03:35:11.487Z] Reading package lists... [2021-03-31T03:35:12.066Z] Reading package lists... [2021-03-31T03:35:12.330Z] Building dependency tree... [2021-03-31T03:35:12.330Z] Reading state information... [2021-03-31T03:35:12.330Z] Calculating upgrade... [2021-03-31T03:35:12.599Z] The following packages will be upgraded: [2021-03-31T03:35:12.599Z] advancecomp base-files bash binutils binutils-common [2021-03-31T03:35:12.599Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-31T03:35:12.599Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-31T03:35:12.599Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-31T03:35:12.599Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-31T03:35:12.599Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-31T03:35:12.599Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-31T03:35:12.599Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-31T03:35:12.599Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-31T03:35:12.599Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-31T03:35:12.599Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-31T03:35:12.599Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-31T03:35:12.599Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-31T03:35:12.599Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-31T03:35:12.599Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-31T03:35:12.863Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-31T03:35:12.863Z] Need to get 63.8 MB of archives. [2021-03-31T03:35:12.863Z] After this operation, 5208 kB of additional disk space will be used. [2021-03-31T03:35:12.863Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-31T03:35:12.863Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-03-31T03:35:13.438Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-31T03:35:13.438Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-31T03:35:13.438Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-31T03:35:13.438Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-31T03:35:13.438Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-31T03:35:13.438Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-31T03:35:13.438Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-31T03:35:13.438Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-31T03:35:13.438Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-31T03:35:13.700Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-31T03:35:13.700Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-31T03:35:13.700Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-31T03:35:13.700Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-31T03:35:13.700Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-31T03:35:13.700Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-31T03:35:13.700Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-31T03:35:13.700Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-31T03:35:13.700Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-31T03:35:13.700Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-31T03:35:13.700Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-31T03:35:13.700Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-31T03:35:13.963Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-31T03:35:13.963Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-31T03:35:13.963Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-31T03:35:13.963Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-31T03:35:13.963Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-31T03:35:13.963Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-31T03:35:13.963Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-31T03:35:13.963Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-31T03:35:13.963Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-31T03:35:13.963Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-31T03:35:13.963Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-31T03:35:13.963Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-31T03:35:13.963Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-31T03:35:13.963Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-31T03:35:13.963Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-31T03:35:13.963Z] Get:39 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-31T03:35:13.963Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-31T03:35:13.963Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-31T03:35:13.963Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-31T03:35:13.963Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-31T03:35:13.963Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-31T03:35:13.963Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-31T03:35:13.963Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-31T03:35:13.963Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-31T03:35:13.963Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-31T03:35:13.964Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-31T03:35:13.964Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-31T03:35:13.964Z] Get:51 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-31T03:35:13.964Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-31T03:35:13.964Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-31T03:35:14.226Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-31T03:35:14.226Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-31T03:35:14.226Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-31T03:35:14.226Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-31T03:35:14.226Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-31T03:35:14.226Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-31T03:35:14.226Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-31T03:35:14.226Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-31T03:35:14.226Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-31T03:35:14.226Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-31T03:35:14.226Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-31T03:35:14.226Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-03-31T03:35:14.226Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-31T03:35:14.226Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-31T03:35:14.226Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-31T03:35:14.226Z] Get:69 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-31T03:35:14.226Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-31T03:35:14.226Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-31T03:35:14.226Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-31T03:35:14.226Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-31T03:35:14.226Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-31T03:35:14.226Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-31T03:35:14.490Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-31T03:35:14.490Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-31T03:35:14.490Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-31T03:35:14.490Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-31T03:35:14.490Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-31T03:35:14.490Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-31T03:35:14.490Z] Get:82 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-31T03:35:14.490Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-31T03:35:14.490Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-31T03:35:14.490Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-31T03:35:14.490Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-31T03:35:14.490Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-31T03:35:14.490Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-31T03:35:14.491Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-31T03:35:14.491Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-31T03:35:15.071Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-31T03:35:15.340Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-31T03:35:15.340Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-31T03:35:15.340Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-31T03:35:15.604Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-31T03:35:15.604Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-31T03:35:15.868Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-31T03:35:15.868Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-31T03:35:15.868Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-31T03:35:15.869Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T03:35:16.132Z] Fetched 63.8 MB in 3s (20.8 MB/s) [2021-03-31T03:35:16.132Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:35:16.132Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T03:35:16.132Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T03:35:17.090Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T03:35:17.090Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T03:35:17.090Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-03-31T03:35:17.090Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-03-31T03:35:18.042Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T03:35:18.042Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T03:35:18.042Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T03:35:18.042Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T03:35:18.305Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T03:35:18.305Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T03:35:18.305Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T03:35:18.305Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T03:35:18.569Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T03:35:18.569Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T03:35:18.569Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T03:35:18.831Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T03:35:18.831Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T03:35:18.831Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T03:35:18.831Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T03:35:19.096Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T03:35:19.096Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T03:35:19.096Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-31T03:35:19.096Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-31T03:35:19.360Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T03:35:19.360Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T03:35:19.360Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T03:35:19.360Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T03:35:19.360Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T03:35:19.624Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T03:35:19.624Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T03:35:19.888Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T03:35:19.888Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T03:35:19.888Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T03:35:20.151Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T03:35:20.726Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-31T03:35:21.307Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T03:35:21.307Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-31T03:35:21.307Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-31T03:35:21.307Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-31T03:35:21.307Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-31T03:35:21.572Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-31T03:35:21.572Z] Installing new version of config file /etc/issue ... [2021-03-31T03:35:21.572Z] Installing new version of config file /etc/issue.net ... [2021-03-31T03:35:21.572Z] Installing new version of config file /etc/lsb-release ... [2021-03-31T03:35:21.834Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-31T03:35:22.098Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-31T03:35:22.098Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-31T03:35:22.098Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-31T03:35:22.363Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:35:22.363Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-31T03:35:22.363Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-31T03:35:22.627Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-31T03:35:22.627Z] 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-31T03:35:22.890Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:35:22.890Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T03:35:22.891Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-31T03:35:22.891Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-31T03:35:23.154Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:35:23.154Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-31T03:35:23.154Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-31T03:35:23.154Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-31T03:35:23.418Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:35:23.418Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-31T03:35:23.418Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-31T03:35:23.994Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-31T03:35:24.569Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:35:24.569Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T03:35:24.569Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T03:35:24.569Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-31T03:35:24.569Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:35:24.569Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T03:35:24.833Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T03:35:24.833Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-31T03:35:25.097Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:35:25.097Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-31T03:35:25.097Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-31T03:35:25.097Z] Setting up grep (3.1-2build1) ... [2021-03-31T03:35:25.364Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:35:25.364Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-31T03:35:25.364Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-31T03:35:25.627Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-31T03:35:25.627Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:35:25.627Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T03:35:25.627Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T03:35:25.891Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-31T03:35:25.891Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:35:25.891Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-31T03:35:25.891Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T03:35:26.839Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-31T03:35:26.839Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T03:35:26.839Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-31T03:35:27.118Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T03:35:27.747Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-31T03:35:27.747Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:35:27.747Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-31T03:35:27.747Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T03:35:28.746Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-31T03:35:28.746Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-31T03:35:29.012Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-31T03:35:29.012Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-31T03:35:29.012Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-31T03:35:29.276Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:35:29.276Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-31T03:35:29.276Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-31T03:35:29.546Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-31T03:35:29.546Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:35:29.546Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T03:35:29.546Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T03:35:29.813Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T03:35:29.813Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:35:29.813Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T03:35:29.813Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T03:35:30.090Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T03:35:30.090Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:35:30.090Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T03:35:30.090Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T03:35:30.398Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T03:35:30.398Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:35:30.398Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T03:35:30.398Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T03:35:30.669Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T03:35:30.669Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:35:30.669Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T03:35:30.669Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T03:35:30.934Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T03:35:30.934Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T03:35:30.934Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-31T03:35:31.197Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:35:31.197Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T03:35:31.197Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T03:35:31.197Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-31T03:35:31.459Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:35:31.459Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T03:35:31.459Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T03:35:31.459Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T03:35:31.722Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:35:31.722Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T03:35:31.722Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T03:35:31.722Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-31T03:35:31.984Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:35:31.984Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T03:35:31.984Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T03:35:32.559Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-31T03:35:32.822Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-31T03:35:33.397Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-31T03:35:33.397Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:35:33.397Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T03:35:33.397Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T03:35:33.974Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-31T03:35:33.974Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:35:33.974Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-31T03:35:33.974Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T03:35:34.238Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-31T03:35:34.238Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:35:34.238Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-31T03:35:34.238Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-31T03:35:35.202Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-31T03:35:35.465Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:35:35.465Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-31T03:35:35.465Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-31T03:35:35.729Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-31T03:35:35.729Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:35:35.729Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-31T03:35:35.729Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-31T03:35:35.992Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-31T03:35:35.993Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:35:35.993Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-31T03:35:35.993Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T03:35:36.256Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T03:35:36.520Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:35:36.520Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-31T03:35:36.520Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T03:35:36.520Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T03:35:36.520Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:35:36.520Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-31T03:35:36.782Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T03:35:37.044Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T03:35:37.044Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:35:37.044Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T03:35:37.308Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T03:35:37.308Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-31T03:35:37.308Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T03:35:37.571Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T03:35:37.571Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T03:35:37.571Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-31T03:35:37.833Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:35:37.833Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-31T03:35:37.833Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-31T03:35:37.833Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-31T03:35:38.096Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:35:38.096Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-31T03:35:38.096Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T03:35:38.359Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T03:35:38.627Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:35:38.627Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T03:35:38.627Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T03:35:38.627Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-31T03:35:38.889Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:35:38.889Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-31T03:35:38.889Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-31T03:35:38.889Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-31T03:35:39.151Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:35:39.151Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-31T03:35:39.151Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-31T03:35:39.727Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-31T03:35:39.727Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:35:39.727Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T03:35:39.727Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T03:35:39.989Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-31T03:35:39.989Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:35:39.989Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-31T03:35:40.252Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-31T03:35:40.253Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-31T03:35:40.516Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:35:40.516Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-31T03:35:40.516Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-31T03:35:40.516Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-31T03:35:40.805Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:35:40.805Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-31T03:35:40.805Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-31T03:35:40.805Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-31T03:35:41.068Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:35:41.068Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-31T03:35:41.068Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-31T03:35:41.330Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-31T03:35:41.330Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:35:41.330Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-31T03:35:41.330Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-31T03:35:41.593Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-31T03:35:41.593Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:35:41.593Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-31T03:35:41.593Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-31T03:35:41.593Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-31T03:35:41.859Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-31T03:35:41.859Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-31T03:35:41.859Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-31T03:35:42.122Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-31T03:35:42.122Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-31T03:35:42.388Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-31T03:35:42.388Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-31T03:35:42.653Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-31T03:35:42.653Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-31T03:35:42.922Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-31T03:35:43.184Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-31T03:35:43.184Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-31T03:35:43.447Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-31T03:35:43.447Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-31T03:35:43.710Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-31T03:35:43.710Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-31T03:35:43.710Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-31T03:35:43.972Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-31T03:35:43.972Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-31T03:35:44.235Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-31T03:35:44.235Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-31T03:35:44.498Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-31T03:35:44.498Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-31T03:35:44.762Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-31T03:35:44.762Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-31T03:35:46.155Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-31T03:35:46.156Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-31T03:35:46.156Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-31T03:35:46.156Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-31T03:35:46.156Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T03:35:46.420Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T03:35:47.006Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T03:35:47.006Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T03:35:47.006Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T03:35:47.006Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T03:35:47.272Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T03:35:47.272Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T03:35:47.536Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T03:35:47.536Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T03:35:47.536Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T03:35:47.536Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T03:35:47.800Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T03:35:47.800Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T03:35:48.063Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T03:35:48.063Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T03:35:49.457Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T03:35:49.457Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T03:35:50.406Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T03:35:50.406Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T03:35:51.357Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T03:35:51.357Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T03:35:51.938Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T03:35:51.938Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T03:35:52.893Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T03:35:52.893Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T03:35:53.156Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-31T03:35:53.156Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-31T03:35:53.156Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-31T03:35:53.156Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-31T03:35:53.420Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-31T03:35:53.420Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-31T03:35:53.684Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-31T03:35:53.684Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-31T03:35:53.947Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-31T03:35:53.947Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-31T03:35:53.947Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-31T03:35:53.947Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-31T03:35:54.210Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-31T03:35:54.210Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-31T03:35:54.210Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T03:35:54.210Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-31T03:35:54.473Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T03:35:54.473Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T03:35:54.473Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T03:35:54.473Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-31T03:35:54.473Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-31T03:35:54.473Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-31T03:35:54.735Z] [2021-03-31T03:35:54.735Z] Current default time zone: 'Etc/UTC' [2021-03-31T03:35:54.735Z] Local time is now: Wed Mar 31 03:35:54 UTC 2021. [2021-03-31T03:35:54.735Z] Universal Time is now: Wed Mar 31 03:35:54 UTC 2021. [2021-03-31T03:35:54.735Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-31T03:35:54.735Z] [2021-03-31T03:35:54.735Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-31T03:35:54.735Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T03:35:54.735Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-03-31T03:35:54.998Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-31T03:35:54.998Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-31T03:35:54.998Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-31T03:35:54.998Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-31T03:35:54.998Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-31T03:35:54.998Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-31T03:35:54.998Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-31T03:35:54.998Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T03:35:54.998Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-31T03:35:55.575Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T03:35:55.575Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-31T03:35:55.575Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T03:35:55.575Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-31T03:35:55.575Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-31T03:35:55.575Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-31T03:35:55.575Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-31T03:35:55.575Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-31T03:35:55.839Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-31T03:35:55.839Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-31T03:35:55.839Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-31T03:35:58.400Z] Updating certificates in /etc/ssl/certs... [2021-03-31T03:35:59.349Z] 23 added, 27 removed; done. [2021-03-31T03:35:59.349Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-31T03:35:59.349Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T03:35:59.349Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-31T03:35:59.349Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-31T03:35:59.349Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-31T03:35:59.613Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T03:35:59.613Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-31T03:35:59.613Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T03:35:59.613Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T03:35:59.613Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T03:35:59.613Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T03:35:59.613Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T03:35:59.613Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-31T03:35:59.613Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-31T03:35:59.876Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-31T03:35:59.876Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-31T03:35:59.876Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-31T03:35:59.876Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T03:35:59.876Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T03:35:59.876Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-31T03:35:59.876Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-31T03:36:00.139Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-31T03:36:00.139Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-31T03:36:00.139Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-31T03:36:00.406Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-31T03:36:00.406Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-31T03:36:00.406Z] Updating certificates in /etc/ssl/certs... [2021-03-31T03:36:01.359Z] 0 added, 0 removed; done. [2021-03-31T03:36:01.359Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-31T03:36:01.359Z] done. [2021-03-31T03:36:02.307Z] Reading package lists... [2021-03-31T03:36:02.571Z] Building dependency tree... [2021-03-31T03:36:02.571Z] Reading state information... [2021-03-31T03:36:02.836Z] The following NEW packages will be installed: [2021-03-31T03:36:02.836Z] apt-transport-https [2021-03-31T03:36:02.836Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-31T03:36:02.836Z] Need to get 1696 B of archives. [2021-03-31T03:36:02.836Z] After this operation, 153 kB of additional disk space will be used. [2021-03-31T03:36:02.836Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-31T03:36:03.100Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T03:36:03.100Z] Fetched 1696 B in 0s (24.3 kB/s) [2021-03-31T03:36:03.100Z] Selecting previously unselected package apt-transport-https. [2021-03-31T03:36:03.363Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-31T03:36:03.363Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-31T03:36:03.363Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-31T03:36:03.363Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-31T03:36:03.940Z] Waiting for network to be ready... [2021-03-31T03:36:12.108Z] 2021-03-31T03:36:08Z INFO Waiting for automatic snapd restart... [2021-03-31T03:36:12.684Z] snapd 2.49.1 from Canonical* installed [2021-03-31T03:36:14.080Z] "snapd" switched to the "latest/stable" channel [2021-03-31T03:36:14.080Z] [2021-03-31T03:36:20.697Z] core18 20210309 from Canonical* installed [2021-03-31T03:36:20.697Z] "core18" switched to the "latest/stable" channel [2021-03-31T03:36:20.697Z] [2021-03-31T03:36:28.867Z] snapcraft 4.6 from Canonical* installed [2021-03-31T03:36:28.867Z] "snapcraft" switched to the "latest/stable" channel [2021-03-31T03:36:28.867Z] [2021-03-31T03:36:34.380Z] 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-31T03:36:34.380Z] - README.md [2021-03-31T03:36:34.380Z] [2021-03-31T03:36:34.380Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-31T03:36:40.991Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T03:36:40.991Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-31T03:36:40.991Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T03:36:40.991Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T03:36:40.991Z] Fetched 88.7 kB in 1s (144 kB/s) [2021-03-31T03:36:42.919Z] Reading package lists... [2021-03-31T03:36:43.494Z] 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-31T03:36:50.098Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T03:36:50.098Z] Reading package lists... [2021-03-31T03:36:50.098Z] Building dependency tree... [2021-03-31T03:36:50.098Z] Reading state information... [2021-03-31T03:36:50.098Z] Suggested packages: [2021-03-31T03:36:50.098Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-31T03:36:50.098Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-31T03:36:50.098Z] Recommended packages: [2021-03-31T03:36:50.098Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-31T03:36:50.098Z] The following NEW packages will be installed: [2021-03-31T03:36:50.098Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-31T03:36:50.098Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-31T03:36:50.098Z] pkg-config zip [2021-03-31T03:36:50.098Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-31T03:36:50.098Z] Need to get 7657 kB of archives. [2021-03-31T03:36:50.098Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-31T03:36:50.098Z] 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-31T03:36:50.362Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-31T03:36:50.362Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-31T03:36:50.362Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-31T03:36:50.362Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-31T03:36:50.362Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-31T03:36:50.362Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-31T03:36:50.625Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-31T03:36:50.625Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-31T03:36:50.888Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-31T03:36:50.888Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-31T03:36:50.888Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-31T03:36:51.151Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-31T03:36:51.151Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-31T03:36:51.151Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-31T03:36:51.414Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T03:36:51.414Z] Fetched 7657 kB in 1s (7941 kB/s) [2021-03-31T03:36:51.414Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-31T03:36:51.414Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-31T03:36:51.414Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-31T03:36:51.414Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-31T03:36:51.677Z] Selecting previously unselected package libpsl5:amd64. [2021-03-31T03:36:51.677Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-31T03:36:51.677Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-31T03:36:51.943Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-31T03:36:51.943Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-31T03:36:51.943Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-31T03:36:52.205Z] Selecting previously unselected package librtmp1:amd64. [2021-03-31T03:36:52.205Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-31T03:36:52.205Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-31T03:36:52.205Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-31T03:36:52.205Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-31T03:36:52.205Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-31T03:36:52.467Z] Selecting previously unselected package liberror-perl. [2021-03-31T03:36:52.467Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-31T03:36:52.467Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-31T03:36:52.467Z] Selecting previously unselected package git-man. [2021-03-31T03:36:52.467Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-31T03:36:52.467Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-31T03:36:52.730Z] Selecting previously unselected package git. [2021-03-31T03:36:52.730Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-31T03:36:52.730Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-31T03:36:53.679Z] Selecting previously unselected package libnorm1:amd64. [2021-03-31T03:36:53.679Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-31T03:36:53.679Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-31T03:36:53.679Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-31T03:36:53.679Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-31T03:36:53.679Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-31T03:36:53.941Z] Selecting previously unselected package libsodium23:amd64. [2021-03-31T03:36:53.941Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-31T03:36:53.941Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-31T03:36:53.941Z] Selecting previously unselected package libzmq5:amd64. [2021-03-31T03:36:53.941Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-31T03:36:53.941Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T03:36:54.204Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-31T03:36:54.204Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-31T03:36:54.204Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T03:36:54.204Z] Selecting previously unselected package pkg-config. [2021-03-31T03:36:54.204Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-31T03:36:54.204Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-31T03:36:54.468Z] Selecting previously unselected package zip. [2021-03-31T03:36:54.468Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-31T03:36:54.468Z] Unpacking zip (3.0-11build1) ... [2021-03-31T03:36:54.468Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-31T03:36:54.468Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-31T03:36:54.468Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-31T03:36:54.735Z] Setting up liberror-perl (0.17025-1) ... [2021-03-31T03:36:54.735Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-31T03:36:54.735Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-31T03:36:54.735Z] No schema files found: doing nothing. [2021-03-31T03:36:54.735Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-31T03:36:54.735Z] Setting up zip (3.0-11build1) ... [2021-03-31T03:36:54.735Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-31T03:36:54.735Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-31T03:36:54.735Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-31T03:36:54.999Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T03:36:54.999Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-31T03:36:54.999Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T03:36:54.999Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-31T03:36:54.999Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-31T03:37:01.623Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T03:37:02.217Z] git set to automatically installed. [2021-03-31T03:37:02.217Z] git-man set to automatically installed. [2021-03-31T03:37:02.217Z] libcurl3-gnutls set to automatically installed. [2021-03-31T03:37:02.217Z] liberror-perl set to automatically installed. [2021-03-31T03:37:02.217Z] libglib2.0-0 set to automatically installed. [2021-03-31T03:37:02.217Z] libnghttp2-14 set to automatically installed. [2021-03-31T03:37:02.217Z] libnorm1 set to automatically installed. [2021-03-31T03:37:02.217Z] libpgm-5.2-0 set to automatically installed. [2021-03-31T03:37:02.217Z] libpsl5 set to automatically installed. [2021-03-31T03:37:02.217Z] librtmp1 set to automatically installed. [2021-03-31T03:37:02.217Z] libsodium23 set to automatically installed. [2021-03-31T03:37:02.217Z] libzmq3-dev set to automatically installed. [2021-03-31T03:37:02.217Z] libzmq5 set to automatically installed. [2021-03-31T03:37:02.217Z] pkg-config set to automatically installed. [2021-03-31T03:37:02.217Z] zip set to automatically installed. [2021-03-31T03:37:04.142Z] snapd is not logged in, snap install commands will use sudo [2021-03-31T03:37:10.750Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T03:37:11.015Z] snap "core18" has no updates available [2021-03-31T03:37:12.949Z] snapd is not logged in, snap install commands will use sudo [2021-03-31T03:37:19.563Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T03:38:15.901Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-31T03:38:16.853Z] Pulling go-build-helper [2021-03-31T03:38:16.853Z] + snapcraftctl pull [2021-03-31T03:38:18.250Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-31T03:38:18.250Z] Skipping pull go-build-helper (already ran) [2021-03-31T03:38:18.250Z] Building go-build-helper [2021-03-31T03:38:18.514Z] + snapcraftctl build [2021-03-31T03:38:21.832Z] Staging go-build-helper [2021-03-31T03:38:21.832Z] + snapcraftctl stage [2021-03-31T03:38:36.791Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-31T03:38:36.791Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-31T03:38:36.791Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] [2021-03-31T03:38:36.791Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-31T03:38:36.791Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-31T03:38:36.791Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-31T03:38:36.791Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-31T03:38:36.791Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-31T03:38:36.791Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-31T03:38:36.791Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-31T03:38:36.791Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-31T03:38:36.791Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-31T03:38:36.791Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-31T03:38:36.791Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-31T03:38:36.791Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-31T03:38:36.791Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-31T03:38:36.791Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-31T03:38:36.791Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-31T03:38:36.791Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-31T03:38:36.791Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-31T03:38:36.791Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-31T03:38:36.791Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-31T03:38:36.791Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-31T03:38:36.791Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-31T03:38:36.791Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-31T03:38:36.791Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-31T03:38:36.791Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-31T03:38:36.791Z] Fetched 24.2 MB in 6s (4030 kB/s) [2021-03-31T03:38:36.791Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-31T03:38:36.791Z] Fetched 224 kB in 0s (0 B/s) [2021-03-31T03:38:36.791Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-31T03:38:36.791Z] Fetched 157 kB in 0s (0 B/s) [2021-03-31T03:38:36.791Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-31T03:38:36.791Z] Fetched 221 kB in 0s (0 B/s) [2021-03-31T03:38:36.791Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-31T03:38:36.791Z] Fetched 143 kB in 0s (0 B/s) [2021-03-31T03:38:36.791Z] Pulling app-service-config [2021-03-31T03:38:36.791Z] + snapcraftctl pull [2021-03-31T03:38:37.368Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-31T03:38:38.316Z] Pulling config-common [2021-03-31T03:38:38.316Z] + snapcraftctl pull [2021-03-31T03:38:44.927Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-31T03:38:44.927Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T03:38:44.927Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T03:38:44.927Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T03:38:44.927Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-31T03:38:44.927Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T03:38:44.927Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-31T03:38:44.927Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T03:38:44.927Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-31T03:38:44.927Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T03:38:44.927Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-31T03:38:44.927Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T03:38:44.927Z] Pulling edgex-go [2021-03-31T03:38:44.927Z] + snapcraftctl pull [2021-03-31T03:39:11.542Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-31T03:39:11.543Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T03:39:11.543Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T03:39:11.543Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-31T03:39:11.543Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-31T03:39:11.543Z] Fetched 279 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-31T03:39:11.543Z] Fetched 122 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-31T03:39:11.543Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-31T03:39:11.543Z] Fetched 8848 B in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-31T03:39:11.543Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-31T03:39:11.543Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-31T03:39:11.543Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-31T03:39:11.543Z] Fetched 214 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-31T03:39:11.543Z] Fetched 154 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-31T03:39:11.543Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-31T03:39:11.543Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-31T03:39:11.543Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-31T03:39:11.543Z] Fetched 499 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-31T03:39:11.543Z] Fetched 111 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-31T03:39:11.543Z] Fetched 240 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-31T03:39:11.543Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-31T03:39:11.543Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-31T03:39:11.543Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-31T03:39:11.543Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-31T03:39:11.543Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-31T03:39:11.543Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-31T03:39:11.543Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-31T03:39:11.543Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-31T03:39:11.543Z] Fetched 8720 B in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-31T03:39:11.543Z] Fetched 137 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-31T03:39:11.543Z] Fetched 119 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-31T03:39:11.543Z] Fetched 109 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-31T03:39:11.543Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-31T03:39:11.543Z] Fetched 645 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-31T03:39:11.543Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-31T03:39:11.543Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-31T03:39:11.543Z] Fetched 368 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-31T03:39:11.543Z] Fetched 187 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-31T03:39:11.543Z] Fetched 175 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-31T03:39:11.543Z] Fetched 206 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-03-31T03:39:11.543Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-31T03:39:11.543Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-31T03:39:11.543Z] Fetched 159 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-31T03:39:11.543Z] Fetched 107 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-31T03:39:11.543Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-31T03:39:11.543Z] Pulling static-packages [2021-03-31T03:39:11.543Z] + snapcraftctl pull [2021-03-31T03:39:11.543Z] Pulling version [2021-03-31T03:39:11.543Z] + cd /root/project [2021-03-31T03:39:11.543Z] + [ -f VERSION ] [2021-03-31T03:39:11.543Z] + PROJECT_VERSION=local-dev [2021-03-31T03:39:11.543Z] + git rev-parse --short HEAD [2021-03-31T03:39:11.543Z] + GIT_REVISION=8f5aa961 [2021-03-31T03:39:11.543Z] + snapcraftctl set-version local-dev [2021-03-31T03:39:12.951Z] Skipping build go-build-helper (already ran) [2021-03-31T03:39:13.214Z] Building app-service-config [2021-03-31T03:39:13.214Z] + make build [2021-03-31T03:39:13.214Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.37 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-31T03:39:16.550Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.37 [2021-03-31T03:39:16.550Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 [2021-03-31T03:39:16.815Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.27 [2021-03-31T03:39:16.815Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-31T03:39:16.815Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-03-31T03:39:16.815Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-31T03:39:16.815Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-31T03:39:17.078Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-31T03:39:17.078Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-03-31T03:39:17.342Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-31T03:39:17.606Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-03-31T03:39:17.606Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-31T03:39:17.871Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-31T03:39:17.871Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-31T03:39:18.135Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-31T03:39:18.135Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-31T03:39:18.135Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-31T03:39:18.418Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-31T03:39:18.418Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-31T03:39:18.418Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-31T03:39:18.418Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-31T03:39:18.418Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-31T03:39:18.418Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-31T03:39:18.418Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-31T03:39:18.418Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-31T03:39:18.418Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-31T03:39:18.685Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-31T03:39:18.685Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-31T03:39:18.685Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-31T03:39:18.685Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-31T03:39:18.686Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-03-31T03:39:18.686Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-31T03:39:18.686Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-31T03:39:18.949Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-31T03:39:18.949Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-31T03:39:18.949Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-31T03:39:18.949Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-31T03:39:18.949Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-03-31T03:39:18.949Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-31T03:39:18.949Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-31T03:39:18.949Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-31T03:39:18.949Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-31T03:39:19.213Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-31T03:39:19.213Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-31T03:39:19.213Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-31T03:39:34.365Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-31T03:39:34.365Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-31T03:39:34.365Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-31T03:39:34.365Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-31T03:39:35.757Z] Building config-common [2021-03-31T03:39:35.757Z] + snapcraftctl build [2021-03-31T03:39:39.073Z] Building edgex-go [2021-03-31T03:39:40.468Z] + cd /root/parts/edgex-go/src [2021-03-31T03:39:40.468Z] + make build [2021-03-31T03:39:40.468Z] 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-31T03:39:41.045Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-31T03:39:41.045Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-31T03:39:41.045Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-31T03:39:47.675Z] 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-31T03:39:47.675Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-31T03:39:55.846Z] 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-31T03:39:56.795Z] 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-31T03:39:59.359Z] 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-31T03:39:59.934Z] 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-31T03:39:59.934Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-31T03:40:00.197Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-31T03:40:00.197Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-31T03:40:00.197Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-31T03:40:02.777Z] 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-31T03:40:03.040Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-31T03:40:03.040Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-31T03:40:05.604Z] 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-31T03:40:07.533Z] 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-31T03:40:09.468Z] 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-31T03:40:11.397Z] 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-31T03:40:11.397Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-31T03:40:13.345Z] 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-31T03:40:13.345Z] go: downloading github.com/lib/pq v1.10.0 [2021-03-31T03:40:16.707Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-31T03:40:16.707Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-31T03:40:16.707Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-31T03:40:16.707Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-31T03:40:16.707Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-31T03:40:16.707Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-31T03:40:16.707Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-31T03:40:16.707Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-31T03:40:16.707Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-31T03:40:16.707Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-31T03:40:16.707Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-31T03:40:16.707Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-31T03:40:16.707Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-31T03:40:16.707Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-31T03:40:16.707Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-31T03:40:16.707Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-31T03:40:16.707Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-31T03:40:16.707Z] + 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-31T03:40:16.707Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-31T03:40:16.707Z] + 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-31T03:40:16.708Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-03-31T03:40:16.708Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-31T03:40:16.708Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-31T03:40:16.708Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-31T03:40:16.708Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-31T03:40:16.708Z] + 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-31T03:40:20.928Z] Building static-packages [2021-03-31T03:40:20.928Z] + snapcraftctl build [2021-03-31T03:40:25.148Z] Building version [2021-03-31T03:40:25.148Z] + snapcraftctl build [2021-03-31T03:40:28.463Z] Skipping stage go-build-helper (already ran) [2021-03-31T03:40:28.463Z] Staging app-service-config [2021-03-31T03:40:28.463Z] + snapcraftctl stage [2021-03-31T03:40:29.411Z] Staging config-common [2021-03-31T03:40:29.411Z] + snapcraftctl stage [2021-03-31T03:40:30.804Z] Staging edgex-go [2021-03-31T03:40:30.804Z] + snapcraftctl stage [2021-03-31T03:40:32.200Z] Staging static-packages [2021-03-31T03:40:32.200Z] + snapcraftctl stage [2021-03-31T03:40:34.124Z] Staging version [2021-03-31T03:40:34.124Z] + snapcraftctl stage [2021-03-31T03:40:35.519Z] Priming go-build-helper [2021-03-31T03:40:35.519Z] + snapcraftctl prime [2021-03-31T03:40:37.442Z] Priming app-service-config [2021-03-31T03:40:37.442Z] + snapcraftctl prime [2021-03-31T03:40:38.840Z] Priming config-common [2021-03-31T03:40:38.840Z] + snapcraftctl prime [2021-03-31T03:40:40.231Z] Priming edgex-go [2021-03-31T03:40:40.232Z] + snapcraftctl prime [2021-03-31T03:40:42.166Z] Priming static-packages [2021-03-31T03:40:42.166Z] + snapcraftctl prime [2021-03-31T03:40:45.483Z] Priming version [2021-03-31T03:40:45.483Z] + snapcraftctl prime [2021-03-31T03:40:46.877Z] 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-31T03:40:50.561Z] provisioning config files... [2021-03-31T03:40:50.581Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/47@tmp/config6335024008460702476tmp [Pipeline] { [Pipeline] sh [2021-03-31T03:40:51.057Z] + set +x [2021-03-31T03:40:51.057Z] + curl -s https://codecov.io/bash [2021-03-31T03:40:51.057Z] + bash -s -- [2021-03-31T03:40:51.688Z] [2021-03-31T03:40:51.688Z] _____ _ [2021-03-31T03:40:51.688Z] / ____| | | [2021-03-31T03:40:51.688Z] | | ___ __| | ___ ___ _____ __ [2021-03-31T03:40:51.688Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-31T03:40:51.688Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-31T03:40:51.688Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-31T03:40:51.688Z] Bash-20210309-2b87ace [2021-03-31T03:40:51.688Z] [2021-03-31T03:40:51.688Z] [2021-03-31T03:40:51.688Z] ==> git version 2.24.3 found [2021-03-31T03:40:51.688Z] ==> 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-31T03:40:51.688Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-31T03:40:51.688Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-31T03:40:51.688Z] curl: option -sm: expected a proper numerical parameter [2021-03-31T03:40:51.688Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-03-31T03:40:51.984Z] ==> Jenkins CI detected. [2021-03-31T03:40:51.984Z] project root: . [2021-03-31T03:40:51.984Z] --> token set from env [2021-03-31T03:40:52.282Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-31T03:40:52.282Z] ==> Running gcov in . (disable via -X gcov) [2021-03-31T03:40:52.873Z] ==> Python coveragepy not found [2021-03-31T03:40:52.873Z] ==> Searching for coverage reports in: [2021-03-31T03:40:52.873Z] + . [2021-03-31T03:40:52.873Z] -> Found 1 reports [2021-03-31T03:40:52.873Z] ==> Detecting git/mercurial file structure [2021-03-31T03:40:52.873Z] ==> Reading reports [2021-03-31T03:40:52.873Z] + ./coverage.out bytes=669470 [2021-03-31T03:40:52.873Z] ==> Appending adjustments [2021-03-31T03:40:52.873Z] https://docs.codecov.io/docs/fixing-reports [2021-03-31T03:41:03.498Z] + Found adjustments [2021-03-31T03:41:03.498Z] ==> Gzipping contents [2021-03-31T03:41:03.498Z] 96K /tmp/codecov.tQwFHU.gz [2021-03-31T03:41:03.498Z] ==> Uploading reports [2021-03-31T03:41:03.498Z] url: https://codecov.io [2021-03-31T03:41:03.498Z] query: branch=PR-3234&commit=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55&build=47&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F47%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-03-31T03:41:03.498Z] -> Pinging Codecov [2021-03-31T03:41:03.498Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55&build=47&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F47%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-03-31T03:41:03.498Z] -> Uploading to [2021-03-31T03:41:03.498Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-31/00271124DB129430A58F1EEE437C3FCB/8f5aa9612e5c34309f891e24b9ee5cc0deff0a55/cac3b3bf-854a-46a2-8d27-217f046467e0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210331%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210331T034102Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=781ad3a2e27e8d9b7641a85d73876c4b689a9d3fb68597271b2bc5edd43091dc [2021-03-31T03:41:03.498Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T03:41:03.498Z] Dload Upload Total Spent Left Speed [2021-03-31T03:41:03.498Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96972 0 0 100 96972 0 204k --:--:-- --:--:-- --:--:-- 204k [2021-03-31T03:41:03.498Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 [Pipeline] } [2021-03-31T03:41:03.515Z] 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-31T03:41:05.471Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:41:06.802Z] ---> package-listing.sh [2021-03-31T03:41:06.802Z] ++ facter osfamily [2021-03-31T03:41:06.802Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-31T03:41:07.127Z] + OS_FAMILY=redhat [2021-03-31T03:41:07.127Z] + workspace=/w/workspace/edgex-go/47 [2021-03-31T03:41:07.127Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-31T03:41:07.127Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-31T03:41:07.127Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-31T03:41:07.127Z] + PACKAGES=/tmp/packages_start.txt [2021-03-31T03:41:07.127Z] + '[' /w/workspace/edgex-go/47 ']' [2021-03-31T03:41:07.127Z] + PACKAGES=/tmp/packages_end.txt [2021-03-31T03:41:07.127Z] + case "${OS_FAMILY}" in [2021-03-31T03:41:07.127Z] + rpm -qa [2021-03-31T03:41:07.127Z] + sort [2021-03-31T03:41:15.595Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-31T03:41:15.595Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-31T03:41:15.595Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-31T03:41:15.595Z] + '[' /w/workspace/edgex-go/47 ']' [2021-03-31T03:41:15.595Z] + mkdir -p /w/workspace/edgex-go/47/archives/ [2021-03-31T03:41:15.595Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/47/archives/ [Pipeline] echo [2021-03-31T03:41:15.627Z] 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/47/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-31T03:41:16.007Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:41:16.771Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T03:41:17.078Z] [2021-03-31T03:41:17.078Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:41:17.726Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T03:41:17.726Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-31T03:41:17.726Z] df20fa9351a1: Pulling fs layer [2021-03-31T03:41:17.726Z] 36b3adc4ff6f: Pulling fs layer [2021-03-31T03:41:17.726Z] 8ad3a11d3b57: Pulling fs layer [2021-03-31T03:41:17.726Z] 46f8f816bc3b: Pulling fs layer [2021-03-31T03:41:17.726Z] 93b61091891f: Pulling fs layer [2021-03-31T03:41:17.726Z] 93b9cdb0e59b: Pulling fs layer [2021-03-31T03:41:17.726Z] 5e14af77c1be: Pulling fs layer [2021-03-31T03:41:17.726Z] 01666e4c0597: Pulling fs layer [2021-03-31T03:41:17.726Z] aa168da1d23b: Pulling fs layer [2021-03-31T03:41:17.726Z] 46f8f816bc3b: Waiting [2021-03-31T03:41:17.726Z] 93b61091891f: Waiting [2021-03-31T03:41:17.726Z] 01666e4c0597: Waiting [2021-03-31T03:41:17.726Z] 93b9cdb0e59b: Waiting [2021-03-31T03:41:17.726Z] 5e14af77c1be: Waiting [2021-03-31T03:41:17.726Z] aa168da1d23b: Waiting [2021-03-31T03:41:18.063Z] 36b3adc4ff6f: Verifying Checksum [2021-03-31T03:41:18.063Z] 36b3adc4ff6f: Download complete [2021-03-31T03:41:18.063Z] 46f8f816bc3b: Verifying Checksum [2021-03-31T03:41:18.063Z] 46f8f816bc3b: Download complete [2021-03-31T03:41:18.368Z] df20fa9351a1: Verifying Checksum [2021-03-31T03:41:18.368Z] df20fa9351a1: Download complete [2021-03-31T03:41:18.368Z] 93b9cdb0e59b: Verifying Checksum [2021-03-31T03:41:18.368Z] 93b9cdb0e59b: Download complete [2021-03-31T03:41:18.368Z] 5e14af77c1be: Verifying Checksum [2021-03-31T03:41:18.368Z] 5e14af77c1be: Download complete [2021-03-31T03:41:18.368Z] 01666e4c0597: Verifying Checksum [2021-03-31T03:41:18.368Z] 01666e4c0597: Download complete [2021-03-31T03:41:18.670Z] 93b61091891f: Download complete [2021-03-31T03:41:19.751Z] df20fa9351a1: Pull complete [2021-03-31T03:41:19.751Z] 8ad3a11d3b57: Verifying Checksum [2021-03-31T03:41:19.751Z] 8ad3a11d3b57: Download complete [2021-03-31T03:41:20.466Z] 36b3adc4ff6f: Pull complete [2021-03-31T03:41:25.219Z] 8ad3a11d3b57: Pull complete [2021-03-31T03:41:25.219Z] 46f8f816bc3b: Pull complete [2021-03-31T03:41:26.481Z] 93b61091891f: Pull complete [2021-03-31T03:41:27.581Z] 93b9cdb0e59b: Pull complete [2021-03-31T03:41:27.581Z] 5e14af77c1be: Pull complete [2021-03-31T03:41:28.011Z] 01666e4c0597: Pull complete [2021-03-31T03:41:28.980Z] aa168da1d23b: Download complete [2021-03-31T03:41:47.828Z] aa168da1d23b: Pull complete [2021-03-31T03:41:47.828Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-31T03:41:47.828Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T03:41:47.828Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-31T03:41:49.726Z] prd-centos7-docker-4c-2g-32180 does not seem to be running inside a container [2021-03-31T03:41:49.995Z] $ 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/47/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/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@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-31T03:41:53.056Z] $ docker top 0171ca313c32ec77fbab3d711f3445e896cb52b3a7a2cce2e93cf2087bb3925e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T03:41:55.142Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-31T03:41:55.817Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-31T03:41:56.541Z] + ls /var/log/sa-host [2021-03-31T03:41:56.541Z] + sadf -c /var/log/sa-host/sa23 [2021-03-31T03:41:56.541Z] file_magic: OK [2021-03-31T03:41:56.541Z] HZ: Using current value: 100 [2021-03-31T03:41:56.541Z] file_header: OK [2021-03-31T03:41:56.541Z] 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-31T03:41:56.541Z] Statistics: [2021-03-31T03:41:56.541Z] Hnuu...uuuununununu... [2021-03-31T03:41:56.541Z] File successfully converted to sysstat format version 12.2.1 [2021-03-31T03:41:56.541Z] + sadf -c /var/log/sa-host/sa31 [2021-03-31T03:41:56.541Z] file_magic: OK [2021-03-31T03:41:56.541Z] HZ: Using current value: 100 [2021-03-31T03:41:56.541Z] file_header: OK [2021-03-31T03:41:56.541Z] 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-31T03:41:56.541Z] Statistics: [2021-03-31T03:41:56.541Z] 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-31T03:41:56.541Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-31T03:41:56.866Z] provisioning config files... [2021-03-31T03:41:56.888Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/47@tmp/config8024750038796067658tmp [Pipeline] { [Pipeline] echo [2021-03-31T03:41:56.981Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:41:58.007Z] ---> create-netrc.sh [Pipeline] } [2021-03-31T03:41:58.076Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-31T03:41:58.173Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:41:59.603Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-31T03:41:59.630Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:42:01.472Z] ---> sudo-logs.sh [2021-03-31T03:42:01.472Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-31T03:42:01.543Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:42:02.228Z] ---> job-cost.sh [2021-03-31T03:42:02.228Z] lf-activate-venv: SKIPPING [2021-03-31T03:42:02.228Z] DEBUG: total: 0.20999999344348907 [2021-03-31T03:42:02.228Z] INFO: Retrieving Stack Cost... [2021-03-31T03:42:03.441Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-31T03:42:04.118Z] INFO: Archiving Costs [Pipeline] echo [2021-03-31T03:42:04.137Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:42:04.463Z] ---> logs-deploy.sh [2021-03-31T03:42:04.463Z] lf-activate-venv: SKIPPING [2021-03-31T03:42:04.463Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/47 [2021-03-31T03:42:04.463Z] INFO: archiving workspace using pattern(s): [2021-03-31T03:42:07.134Z] Archives upload complete. [2021-03-31T03:42:07.134Z] INFO: archiving logs to Nexus