Pull request #3372 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 105a09adc1e1b7b08d6001329a64af964d39cb96+f0b9a2565c35e3e793117cba23215fdd88b3162c (fddbc3ad8bd702e45d88eaec24e1b0e342f1627d) 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-903 in /w/workspace/edgexfoundry_edgex-go_PR-3372 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # 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 f0b9a2565c35e3e793117cba23215fdd88b3162c into PR head commit 105a09adc1e1b7b08d6001329a64af964d39cb96 Merge succeeded, producing 105a09adc1e1b7b08d6001329a64af964d39cb96 Checking out Revision 105a09adc1e1b7b08d6001329a64af964d39cb96 (PR-3372) > 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/3372/head:refs/remotes/origin/PR-3372 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 105a09adc1e1b7b08d6001329a64af964d39cb96 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge f0b9a2565c35e3e793117cba23215fdd88b3162c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 105a09adc1e1b7b08d6001329a64af964d39cb96 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-19T19:11:43.881Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-19T19:11:43.977Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-19T19:11:44.023Z] ========================================================= [2021-04-19T19:11:44.023Z] EdgeX Global Pipelines Version Info [2021-04-19T19:11:44.023Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 6d99df80cbbecfc40465bb2cf8272f3a11e67bc4 # timeout=10 [2021-04-19T19:11:45.528Z] ------------------- [2021-04-19T19:11:45.528Z] stable info: [2021-04-19T19:11:45.528Z] ------------------- [2021-04-19T19:11:45.528Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-19T19:11:45.528Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-19T19:11:45.528Z] Message: update stable to v1.0.186 [2021-04-19T19:11:46.473Z] ------------------- [2021-04-19T19:11:46.473Z] experimental info: [2021-04-19T19:11:46.473Z] ------------------- [2021-04-19T19:11:46.473Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-19T19:11:46.473Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-19T19:11:46.473Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-19T19:11:46.595Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-19T19:11:46.617Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-19T19:11:46.640Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-19T19:11:46.664Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-19T19:11:46.693Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-19T19:11:46.715Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-19T19:11:46.737Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-19T19:11:46.761Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-19T19:11:46.821Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-19T19:11:46.848Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-19T19:11:46.869Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-19T19:11:46.897Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-19T19:11:46.924Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-19T19:11:46.945Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-19T19:11:46.967Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T19:11:46.988Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T19:11:47.010Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-19T19:11:47.031Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-19T19:11:47.067Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-19T19:11:47.102Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-19T19:11:47.123Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-19T19:11:47.144Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-19T19:11:47.165Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3372 [Pipeline] echo [2021-04-19T19:11:47.188Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3372 [Pipeline] echo [2021-04-19T19:11:47.209Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3372 [Pipeline] echo [2021-04-19T19:11:47.231Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 105a09adc1e1b7b08d6001329a64af964d39cb96 [Pipeline] echo [2021-04-19T19:11:47.262Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 105a09a [Pipeline] echo [2021-04-19T19:11:47.291Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T19:11:47.363Z] provisioning config files... [2021-04-19T19:11:47.397Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config7242445137157719613tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T19:11:47.713Z] ---> docker-login.sh [2021-04-19T19:11:47.713Z] nexus3.edgexfoundry.org:10001 [2021-04-19T19:11:47.977Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T19:11:48.239Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T19:11:48.239Z] Configure a credential helper to remove this warning. See [2021-04-19T19:11:48.239Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T19:11:48.239Z] [2021-04-19T19:11:48.239Z] Login Succeeded [2021-04-19T19:11:48.239Z] nexus3.edgexfoundry.org:10002 [2021-04-19T19:11:48.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T19:11:48.502Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T19:11:48.502Z] Configure a credential helper to remove this warning. See [2021-04-19T19:11:48.502Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T19:11:48.502Z] [2021-04-19T19:11:48.502Z] Login Succeeded [2021-04-19T19:11:48.502Z] nexus3.edgexfoundry.org:10003 [2021-04-19T19:11:48.502Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T19:11:48.502Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T19:11:48.502Z] Configure a credential helper to remove this warning. See [2021-04-19T19:11:48.502Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T19:11:48.502Z] [2021-04-19T19:11:48.502Z] Login Succeeded [2021-04-19T19:11:48.502Z] nexus3.edgexfoundry.org:10004 [2021-04-19T19:11:48.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T19:11:48.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T19:11:48.765Z] Configure a credential helper to remove this warning. See [2021-04-19T19:11:48.765Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T19:11:48.765Z] [2021-04-19T19:11:48.765Z] Login Succeeded [2021-04-19T19:11:48.765Z] docker.io [2021-04-19T19:11:48.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T19:11:49.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T19:11:49.029Z] Configure a credential helper to remove this warning. See [2021-04-19T19:11:49.029Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T19:11:49.029Z] [2021-04-19T19:11:49.029Z] Login Succeeded [2021-04-19T19:11:49.029Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T19:11:49.039Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T19:11:49.369Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-04-19T19:11:49.369Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T19:11:49.369Z] ++ dirname cmd/core-command/Dockerfile [2021-04-19T19:11:49.369Z] ++ cut -d/ -f2 [2021-04-19T19:11:49.369Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-19T19:11:49.369Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T19:11:49.369Z] ++ dirname cmd/core-data/Dockerfile [2021-04-19T19:11:49.369Z] ++ cut -d/ -f2 [2021-04-19T19:11:49.369Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-19T19:11:49.369Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T19:11:49.369Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-19T19:11:49.369Z] ++ cut -d/ -f2 [2021-04-19T19:11:49.369Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-19T19:11:49.369Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T19:11:49.369Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-19T19:11:49.369Z] ++ cut -d/ -f2 [2021-04-19T19:11:49.369Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-19T19:11:49.369Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T19:11:49.369Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-19T19:11:49.369Z] ++ cut -d/ -f2 [2021-04-19T19:11:49.369Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-19T19:11:49.369Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T19:11:49.369Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-19T19:11:49.369Z] ++ cut -d/ -f2 [2021-04-19T19:11:49.369Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-19T19:11:49.369Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T19:11:49.369Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-19T19:11:49.369Z] ++ cut -d/ -f2 [2021-04-19T19:11:49.369Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-19T19:11:49.369Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T19:11:49.369Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-19T19:11:49.369Z] ++ cut -d/ -f2 [2021-04-19T19:11:49.369Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-19T19:11:49.369Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T19:11:49.369Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-19T19:11:49.369Z] ++ cut -d/ -f2 [2021-04-19T19:11:49.369Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-19T19:11:49.453Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-04-19T19:11:50.099Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T19:11:50.099Z] [2021-04-19T19:11:50.099Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T19:11:50.415Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T19:11:50.415Z] latest: Pulling from edgex-devops/git-semver [2021-04-19T19:11:50.415Z] 31603596830f: Pulling fs layer [2021-04-19T19:11:50.415Z] 2a8b12db71e7: Pulling fs layer [2021-04-19T19:11:50.415Z] 6ca5941a6612: Pulling fs layer [2021-04-19T19:11:50.415Z] ecc8261a40a4: Pulling fs layer [2021-04-19T19:11:50.415Z] ecc8261a40a4: Waiting [2021-04-19T19:11:50.415Z] 2a8b12db71e7: Verifying Checksum [2021-04-19T19:11:50.415Z] 2a8b12db71e7: Download complete [2021-04-19T19:11:50.415Z] 31603596830f: Verifying Checksum [2021-04-19T19:11:50.415Z] 31603596830f: Download complete [2021-04-19T19:11:50.683Z] 6ca5941a6612: Download complete [2021-04-19T19:11:50.683Z] ecc8261a40a4: Verifying Checksum [2021-04-19T19:11:50.683Z] ecc8261a40a4: Download complete [2021-04-19T19:11:50.947Z] 31603596830f: Pull complete [2021-04-19T19:11:50.947Z] 2a8b12db71e7: Pull complete [2021-04-19T19:11:51.903Z] 6ca5941a6612: Pull complete [2021-04-19T19:11:51.903Z] ecc8261a40a4: Pull complete [2021-04-19T19:11:51.903Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-19T19:11:51.903Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T19:11:51.903Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-19T19:11:52.006Z] prd-centos7-docker-4c-2g-903 does not seem to be running inside a container [2021-04-19T19:11:52.053Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-04-19T19:11:54.551Z] $ docker top bc8a7b5f34a258c3cbc3d0957fa8f3000849025064633a46fb1a1c74518b9af7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T19:11:54.699Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T19:11:54.699Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T19:11:54.918Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T19:11:54.921Z] $ docker exec bc8a7b5f34a258c3cbc3d0957fa8f3000849025064633a46fb1a1c74518b9af7 ssh-agent [2021-04-19T19:11:55.088Z] SSH_AUTH_SOCK=/tmp/ssh-Ur2yQtBqhX43/agent.11 [2021-04-19T19:11:55.088Z] SSH_AGENT_PID=16 [2021-04-19T19:11:55.098Z] Running ssh-add (command line suppressed) [2021-04-19T19:11:55.212Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_4710554352857096753.key (/w/workspace/edgex-go/5@tmp/private_key_4710554352857096753.key) [2021-04-19T19:11:55.263Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T19:11:55.564Z] + git tag --points-at HEAD [Pipeline] } [2021-04-19T19:11:55.582Z] $ docker exec --env ******** --env ******** bc8a7b5f34a258c3cbc3d0957fa8f3000849025064633a46fb1a1c74518b9af7 ssh-agent -k [2021-04-19T19:11:55.714Z] unset SSH_AUTH_SOCK; [2021-04-19T19:11:55.714Z] unset SSH_AGENT_PID; [2021-04-19T19:11:55.714Z] echo Agent pid 16 killed; [2021-04-19T19:11:55.760Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-19T19:11:55.805Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T19:11:55.805Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T19:11:55.966Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T19:11:55.968Z] $ docker exec bc8a7b5f34a258c3cbc3d0957fa8f3000849025064633a46fb1a1c74518b9af7 ssh-agent [2021-04-19T19:11:56.132Z] SSH_AUTH_SOCK=/tmp/ssh-Y7iyX7I0dtYX/agent.46 [2021-04-19T19:11:56.132Z] SSH_AGENT_PID=52 [2021-04-19T19:11:56.138Z] Running ssh-add (command line suppressed) [2021-04-19T19:11:56.254Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_6542494972170682373.key (/w/workspace/edgex-go/5@tmp/private_key_6542494972170682373.key) [2021-04-19T19:11:56.313Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T19:11:56.614Z] + git semver init [2021-04-19T19:11:56.614Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T19:11:56.614Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-04-19T19:11:56.614Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-04-19T19:11:56.614Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T19:11:56.614Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T19:11:56.614Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T19:11:56.614Z] # $SEMVER_BRANCH = PR-3372 [2021-04-19T19:11:56.614Z] # $SEMVER_TEMP = /tmp/semver-499886052 [2021-04-19T19:11:56.614Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-19T19:12:14.781Z] # '/tmp/semver-499886052' -> '/w/workspace/edgex-go/5/.semver' [2021-04-19T19:12:14.781Z] # -> Force: false [2021-04-19T19:12:14.781Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2021-04-19T19:12:14.796Z] $ docker exec --env ******** --env ******** bc8a7b5f34a258c3cbc3d0957fa8f3000849025064633a46fb1a1c74518b9af7 ssh-agent -k [2021-04-19T19:12:15.240Z] unset SSH_AUTH_SOCK; [2021-04-19T19:12:15.241Z] unset SSH_AGENT_PID; [2021-04-19T19:12:15.241Z] echo Agent pid 52 killed; [2021-04-19T19:12:15.333Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T19:12:15.672Z] + git semver [Pipeline] } [2021-04-19T19:12:15.688Z] $ docker stop --time=1 bc8a7b5f34a258c3cbc3d0957fa8f3000849025064633a46fb1a1c74518b9af7 [2021-04-19T19:12:17.300Z] $ docker rm -f bc8a7b5f34a258c3cbc3d0957fa8f3000849025064633a46fb1a1c74518b9af7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T19:12:17.805Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-19T19:12:18.255Z] Stashed 1 file(s) [Pipeline] echo [2021-04-19T19:12:18.258Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T19:12:18.639Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-902 in /w/workspace/edgexfoundry_edgex-go_PR-3372 [Pipeline] { [Pipeline] ws [2021-04-19T19:12:18.692Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-04-19T19:12:18.830Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-19T19:12:19.168Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T19:12:19.472Z] + sudo service docker restart [2021-04-19T19:12:19.472Z] + true [2021-04-19T19:12:19.472Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-19T19:12:20.064Z] ========================================================= [2021-04-19T19:12:20.064Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-19T19:12:20.064Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T19:12:20.372Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-19T19:12:23.529Z] using credential edgex-jenkins-ssh [2021-04-19T19:12:23.550Z] Cloning the remote Git repository [2021-04-19T19:12:23.594Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-19T19:12:23.705Z] Sending build context to Docker daemon 329.6MB [2021-04-19T19:12:23.705Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T19:12:23.705Z] Step 2/6 : FROM ${BASE} [2021-04-19T19:12:23.705Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-19T19:12:23.705Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T19:12:23.705Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T19:12:23.705Z] de9db76c5a1d: Pulling fs layer [2021-04-19T19:12:23.705Z] bca2f99d35d6: Pulling fs layer [2021-04-19T19:12:23.705Z] 93359f2a8cfa: Pulling fs layer [2021-04-19T19:12:23.705Z] 7c6f9722023f: Pulling fs layer [2021-04-19T19:12:23.705Z] a35cf1a2eb13: Pulling fs layer [2021-04-19T19:12:23.705Z] 7c6f9722023f: Waiting [2021-04-19T19:12:23.705Z] bca2f99d35d6: Waiting [2021-04-19T19:12:23.705Z] 93359f2a8cfa: Waiting [2021-04-19T19:12:23.705Z] a35cf1a2eb13: Waiting [2021-04-19T19:12:23.705Z] de9db76c5a1d: Verifying Checksum [2021-04-19T19:12:23.705Z] de9db76c5a1d: Download complete [2021-04-19T19:12:23.705Z] 0ef7d3d256c8: Verifying Checksum [2021-04-19T19:12:23.705Z] 0ef7d3d256c8: Download complete [2021-04-19T19:12:23.705Z] 93359f2a8cfa: Verifying Checksum [2021-04-19T19:12:23.705Z] 93359f2a8cfa: Download complete [2021-04-19T19:12:23.705Z] 188c0c94c7c5: Verifying Checksum [2021-04-19T19:12:23.705Z] 188c0c94c7c5: Download complete [2021-04-19T19:12:23.705Z] 7c6f9722023f: Verifying Checksum [2021-04-19T19:12:23.705Z] 7c6f9722023f: Download complete [2021-04-19T19:12:24.285Z] 188c0c94c7c5: Pull complete [2021-04-19T19:12:24.862Z] 0ef7d3d256c8: Pull complete [2021-04-19T19:12:24.862Z] de9db76c5a1d: Pull complete [2021-04-19T19:12:23.704Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-04-19T19:12:23.777Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-19T19:12:23.778Z] > git --version # timeout=10 [2021-04-19T19:12:23.794Z] > git --version # 'git version 2.17.1' [2021-04-19T19:12:23.796Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T19:12:23.886Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T19:12:25.815Z] a35cf1a2eb13: Verifying Checksum [2021-04-19T19:12:25.815Z] a35cf1a2eb13: Download complete [2021-04-19T19:12:26.078Z] bca2f99d35d6: Download complete [2021-04-19T19:12:31.447Z] bca2f99d35d6: Pull complete [2021-04-19T19:12:31.447Z] 93359f2a8cfa: Pull complete [2021-04-19T19:12:31.447Z] 7c6f9722023f: Pull complete [2021-04-19T19:12:35.693Z] a35cf1a2eb13: Pull complete [2021-04-19T19:12:35.693Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-19T19:12:35.693Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-19T19:12:35.693Z] ---> a62c8e92a672 [2021-04-19T19:12:35.693Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-19T19:12:36.643Z] ---> Running in 0928e87ef6cc [2021-04-19T19:12:36.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T19:12:37.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T19:12:38.117Z] (1/12) Installing libmagic (5.38-r0) [2021-04-19T19:12:38.697Z] (2/12) Installing file (5.38-r0) [2021-04-19T19:12:38.697Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-19T19:12:38.959Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-19T19:12:42.737Z] Merging remotes/origin/master commit f0b9a2565c35e3e793117cba23215fdd88b3162c into PR head commit 105a09adc1e1b7b08d6001329a64af964d39cb96 [2021-04-19T19:12:41.904Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-19T19:12:41.933Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T19:12:41.958Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-19T19:12:41.986Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-19T19:12:41.986Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T19:12:41.998Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3372/head:refs/remotes/origin/PR-3372 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T19:12:42.750Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T19:12:42.765Z] > git checkout -f 105a09adc1e1b7b08d6001329a64af964d39cb96 # timeout=10 [2021-04-19T19:12:43.158Z] Merge succeeded, producing 105a09adc1e1b7b08d6001329a64af964d39cb96 [2021-04-19T19:12:43.158Z] Checking out Revision 105a09adc1e1b7b08d6001329a64af964d39cb96 (PR-3372) [2021-04-19T19:12:43.182Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-19T19:12:43.182Z] (6/12) Installing patch (2.7.6-r6) [2021-04-19T19:12:43.182Z] (7/12) Installing build-base (0.5-r2) [2021-04-19T19:12:43.182Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-19T19:12:43.182Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-19T19:12:43.182Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-19T19:12:43.182Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-19T19:12:43.182Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-19T19:12:43.444Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T19:12:43.444Z] OK: 233 MiB in 51 packages [2021-04-19T19:12:43.077Z] > git remote # timeout=10 [2021-04-19T19:12:43.092Z] > git config --get remote.origin.url # timeout=10 [2021-04-19T19:12:43.103Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T19:12:43.114Z] > git merge f0b9a2565c35e3e793117cba23215fdd88b3162c # timeout=10 [2021-04-19T19:12:43.138Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-19T19:12:43.159Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T19:12:43.169Z] > git checkout -f 105a09adc1e1b7b08d6001329a64af964d39cb96 # timeout=10 [2021-04-19T19:12:47.330Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2021-04-19T19:12:47.670Z] Removing intermediate container 0928e87ef6cc [2021-04-19T19:12:47.670Z] ---> 434765577aa1 [2021-04-19T19:12:47.670Z] Step 4/6 : WORKDIR /edgex-go [2021-04-19T19:12:47.670Z] ---> Running in a20551cae6b5 [2021-04-19T19:12:47.670Z] Removing intermediate container a20551cae6b5 [2021-04-19T19:12:47.670Z] ---> 0b0056597603 [2021-04-19T19:12:47.670Z] Step 5/6 : COPY go.mod . [2021-04-19T19:12:47.670Z] ---> e5b0aaad3941 [2021-04-19T19:12:47.670Z] Step 6/6 : RUN go mod download [Pipeline] sh [2021-04-19T19:12:47.938Z] ---> Running in d67be84b5d9e [2021-04-19T19:12:48.569Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-19T19:12:48.988Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T19:12:49.341Z] + true [2021-04-19T19:12:49.341Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T19:12:51.352Z] provisioning config files... [2021-04-19T19:12:51.400Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config4409794065301536026tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T19:12:51.771Z] ---> docker-login.sh [2021-04-19T19:12:51.771Z] nexus3.edgexfoundry.org:10001 [2021-04-19T19:12:52.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T19:12:53.031Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T19:12:53.031Z] Configure a credential helper to remove this warning. See [2021-04-19T19:12:53.031Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T19:12:53.031Z] [2021-04-19T19:12:53.031Z] Login Succeeded [2021-04-19T19:12:53.031Z] nexus3.edgexfoundry.org:10002 [2021-04-19T19:12:53.324Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T19:12:53.600Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T19:12:53.600Z] Configure a credential helper to remove this warning. See [2021-04-19T19:12:53.600Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T19:12:53.600Z] [2021-04-19T19:12:53.600Z] Login Succeeded [2021-04-19T19:12:53.600Z] nexus3.edgexfoundry.org:10003 [2021-04-19T19:12:53.873Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T19:12:54.149Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T19:12:54.149Z] Configure a credential helper to remove this warning. See [2021-04-19T19:12:54.149Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T19:12:54.149Z] [2021-04-19T19:12:54.149Z] Login Succeeded [2021-04-19T19:12:54.149Z] nexus3.edgexfoundry.org:10004 [2021-04-19T19:12:54.423Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T19:12:54.698Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T19:12:54.698Z] Configure a credential helper to remove this warning. See [2021-04-19T19:12:54.698Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T19:12:54.698Z] [2021-04-19T19:12:54.698Z] Login Succeeded [2021-04-19T19:12:54.698Z] docker.io [2021-04-19T19:12:54.971Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T19:12:55.245Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T19:12:55.245Z] Configure a credential helper to remove this warning. See [2021-04-19T19:12:55.245Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T19:12:55.245Z] [2021-04-19T19:12:55.245Z] Login Succeeded [2021-04-19T19:12:55.245Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T19:12:55.264Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-19T19:12:55.569Z] ========================================================= [2021-04-19T19:12:55.569Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-19T19:12:55.569Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T19:12:55.913Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-19T19:12:58.560Z] Sending build context to Docker daemon 167.4MB [2021-04-19T19:12:58.561Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T19:12:58.561Z] Step 2/6 : FROM ${BASE} [2021-04-19T19:12:58.561Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-19T19:12:58.561Z] 5f621e34cdf4: Pulling fs layer [2021-04-19T19:12:58.561Z] a4357932f1b6: Pulling fs layer [2021-04-19T19:12:58.561Z] 18c013af1878: Pulling fs layer [2021-04-19T19:12:58.561Z] 00ac8860ef70: Pulling fs layer [2021-04-19T19:12:58.561Z] 63d7cb157983: Pulling fs layer [2021-04-19T19:12:58.561Z] b116817d02f9: Pulling fs layer [2021-04-19T19:12:58.561Z] 745a02a5169b: Pulling fs layer [2021-04-19T19:12:58.561Z] 00ac8860ef70: Waiting [2021-04-19T19:12:58.561Z] 63d7cb157983: Waiting [2021-04-19T19:12:58.561Z] b116817d02f9: Waiting [2021-04-19T19:12:58.561Z] 745a02a5169b: Waiting [2021-04-19T19:12:58.561Z] 18c013af1878: Download complete [2021-04-19T19:12:58.561Z] a4357932f1b6: Download complete [2021-04-19T19:12:58.561Z] 63d7cb157983: Verifying Checksum [2021-04-19T19:12:58.561Z] 63d7cb157983: Download complete [2021-04-19T19:12:58.561Z] b116817d02f9: Verifying Checksum [2021-04-19T19:12:58.561Z] b116817d02f9: Download complete [2021-04-19T19:12:58.561Z] 5f621e34cdf4: Verifying Checksum [2021-04-19T19:12:58.561Z] 5f621e34cdf4: Download complete [2021-04-19T19:12:59.161Z] 5f621e34cdf4: Pull complete [2021-04-19T19:12:59.779Z] a4357932f1b6: Pull complete [2021-04-19T19:13:00.057Z] 18c013af1878: Pull complete [2021-04-19T19:13:00.659Z] 745a02a5169b: Verifying Checksum [2021-04-19T19:13:00.659Z] 745a02a5169b: Download complete [2021-04-19T19:13:01.748Z] 00ac8860ef70: Verifying Checksum [2021-04-19T19:13:01.748Z] 00ac8860ef70: Download complete [2021-04-19T19:13:09.965Z] Removing intermediate container d67be84b5d9e [2021-04-19T19:13:09.965Z] ---> bf1263827f47 [2021-04-19T19:13:09.965Z] Successfully built bf1263827f47 [2021-04-19T19:13:09.965Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T19:13:10.287Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T19:13:10.287Z] . [Pipeline] withDockerContainer [2021-04-19T19:13:10.387Z] prd-centos7-docker-4c-2g-903 does not seem to be running inside a container [2021-04-19T19:13:10.438Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-04-19T19:13:11.553Z] $ docker top c65ca9333f4b82e07b13a4dacc9915098409a657a1767862fc0092c0f18e403b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T19:13:12.016Z] + go version [2021-04-19T19:13:12.016Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-19T19:13:12.029Z] $ docker stop --time=1 c65ca9333f4b82e07b13a4dacc9915098409a657a1767862fc0092c0f18e403b [2021-04-19T19:13:13.373Z] $ docker rm -f c65ca9333f4b82e07b13a4dacc9915098409a657a1767862fc0092c0f18e403b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T19:13:13.890Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T19:13:13.890Z] . [Pipeline] withDockerContainer [2021-04-19T19:13:13.990Z] prd-centos7-docker-4c-2g-903 does not seem to be running inside a container [2021-04-19T19:13:14.041Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-04-19T19:13:14.188Z] 00ac8860ef70: Pull complete [2021-04-19T19:13:14.188Z] 63d7cb157983: Pull complete [2021-04-19T19:13:14.188Z] b116817d02f9: Pull complete [2021-04-19T19:13:14.836Z] $ docker top 65dfbf45b91b81e1fe136eed6c831adf909ec5eb4aa47f4db1d110c308547c9a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-19T19:13:14.984Z] ========================================================= [2021-04-19T19:13:14.984Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-19T19:13:14.984Z] ========================================================= [Pipeline] sh [2021-04-19T19:13:15.279Z] + make test [2021-04-19T19:13:15.283Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-19T19:13:16.835Z] 745a02a5169b: Pull complete [2021-04-19T19:13:16.835Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-19T19:13:16.835Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-19T19:13:16.835Z] ---> b7e6874047d6 [2021-04-19T19:13:16.835Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-19T19:13:20.245Z] ---> Running in 4b1db5e29c69 [2021-04-19T19:13:21.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T19:13:22.271Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T19:13:22.868Z] (1/12) Installing libmagic (5.38-r0) [2021-04-19T19:13:23.155Z] (2/12) Installing file (5.38-r0) [2021-04-19T19:13:23.155Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-19T19:13:23.155Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-19T19:13:25.330Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-19T19:13:26.536Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-19T19:13:26.536Z] (6/12) Installing patch (2.7.6-r6) [2021-04-19T19:13:26.536Z] (7/12) Installing build-base (0.5-r2) [2021-04-19T19:13:26.536Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-19T19:13:26.536Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-19T19:13:26.536Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-19T19:13:26.536Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-19T19:13:27.134Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-19T19:13:27.134Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T19:13:27.134Z] OK: 217 MiB in 51 packages [2021-04-19T19:13:31.446Z] Removing intermediate container 4b1db5e29c69 [2021-04-19T19:13:31.446Z] ---> 67053a6aa3fc [2021-04-19T19:13:31.446Z] Step 4/6 : WORKDIR /edgex-go [2021-04-19T19:13:31.446Z] ---> Running in 07128d77d6e4 [2021-04-19T19:13:32.040Z] Removing intermediate container 07128d77d6e4 [2021-04-19T19:13:32.040Z] ---> 76e0036d7185 [2021-04-19T19:13:32.040Z] Step 5/6 : COPY go.mod . [2021-04-19T19:13:32.633Z] ---> 5c82a233b707 [2021-04-19T19:13:32.633Z] Step 6/6 : RUN go mod download [2021-04-19T19:13:32.908Z] ---> Running in c7ed7547e126 [2021-04-19T19:13:43.582Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-19T19:13:44.549Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-19T19:13:47.147Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-19T19:13:47.147Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-19T19:13:48.113Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-19T19:13:48.113Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-19T19:13:48.113Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-19T19:13:48.389Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-19T19:13:49.364Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-19T19:13:49.633Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-19T19:13:52.222Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-19T19:13:52.222Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-19T19:13:52.222Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-19T19:13:54.837Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.111s coverage: 45.9% of statements [2021-04-19T19:13:54.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-19T19:13:54.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-19T19:13:54.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-19T19:13:54.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-19T19:13:54.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-19T19:13:54.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-19T19:13:54.837Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.057s coverage: 19.8% of statements [2021-04-19T19:13:54.837Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.078s coverage: 100.0% of statements [2021-04-19T19:13:59.713Z] Removing intermediate container c7ed7547e126 [2021-04-19T19:13:59.714Z] ---> 8488c351e2a9 [2021-04-19T19:13:59.714Z] Successfully built 8488c351e2a9 [2021-04-19T19:13:59.714Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T19:14:00.051Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T19:14:00.051Z] . [Pipeline] withDockerContainer [2021-04-19T19:14:00.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.209s coverage: 27.1% of statements [2021-04-19T19:14:00.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-19T19:14:00.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-19T19:14:00.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-19T19:14:00.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-19T19:14:00.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-19T19:14:00.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-19T19:14:00.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.071s coverage: 100.0% of statements [2021-04-19T19:14:00.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-19T19:14:00.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.103s coverage: 100.0% of statements [2021-04-19T19:14:00.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-19T19:14:00.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-19T19:14:00.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.075s coverage: 71.3% of statements [2021-04-19T19:14:00.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-19T19:14:00.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-19T19:14:00.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.176s coverage: 82.9% of statements [2021-04-19T19:14:00.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-19T19:14:00.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T19:14:00.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.061s coverage: 78.9% of statements [2021-04-19T19:14:00.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-19T19:14:00.321Z] prd-ubuntu18.04-docker-arm64-4c-16g-902 does not seem to be running inside a container [2021-04-19T19:14:00.401Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-19T19:14:01.923Z] $ docker top 71499d41749a4715bbc79c7790042d77c034ae5c001a0283305d1e56fd0a025d -eo pid,comm [2021-04-19T19:14:02.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.388s coverage: 28.6% of statements [2021-04-19T19:14:02.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-19T19:14:02.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-19T19:14:02.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-19T19:14:02.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-19T19:14:02.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-19T19:14:02.215Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.099s coverage: 100.0% of statements [2021-04-19T19:14:02.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-19T19:14:02.215Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.087s coverage: 100.0% of statements [2021-04-19T19:14:02.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-19T19:14:02.215Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.170s coverage: 86.7% of statements [2021-04-19T19:14:02.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-19T19:14:02.215Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.169s coverage: 97.5% of statements [2021-04-19T19:14:02.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [Pipeline] { [Pipeline] sh [2021-04-19T19:14:02.481Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.096s coverage: 78.3% of statements [2021-04-19T19:14:02.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-19T19:14:02.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-19T19:14:02.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-19T19:14:02.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-19T19:14:02.894Z] + go version [2021-04-19T19:14:02.894Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-19T19:14:02.908Z] $ docker stop --time=1 71499d41749a4715bbc79c7790042d77c034ae5c001a0283305d1e56fd0a025d [2021-04-19T19:14:04.925Z] $ docker rm -f 71499d41749a4715bbc79c7790042d77c034ae5c001a0283305d1e56fd0a025d [2021-04-19T19:14:05.110Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.365s coverage: 93.0% of statements [2021-04-19T19:14:05.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-19T19:14:05.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T19:14:05.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-19T19:14:05.110Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-19T19:14:05.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-19T19:14:05.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-19T19:14:05.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-19T19:14:05.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-19T19:14:05.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-19T19:14:05.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-19T19:14:05.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-19T19:14:05.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-19T19:14:05.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-19T19:14:05.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-19T19:14:05.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-19T19:14:05.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-19T19:14:05.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-19T19:14:05.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-19T19:14:05.110Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.067s coverage: 58.8% of statements [2021-04-19T19:14:05.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-19T19:14:05.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-19T19:14:05.110Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.073s coverage: 0.9% of statements [2021-04-19T19:14:05.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-19T19:14:05.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-19T19:14:05.110Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-19T19:14:05.110Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 47.1% of statements [2021-04-19T19:14:05.110Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.080s coverage: 79.5% of statements [2021-04-19T19:14:05.110Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements [2021-04-19T19:14:05.110Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.085s coverage: 96.3% of statements [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T19:14:05.633Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T19:14:05.633Z] . [Pipeline] withDockerContainer [2021-04-19T19:14:05.700Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.062s coverage: 87.5% of statements [2021-04-19T19:14:05.896Z] prd-ubuntu18.04-docker-arm64-4c-16g-902 does not seem to be running inside a container [2021-04-19T19:14:05.969Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-19T19:14:07.405Z] $ docker top aab6886e3cfdb140fb3c35a69124fd132f7674b8468e191fc6af886ace2c4c5a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-19T19:14:07.735Z] ========================================================= [2021-04-19T19:14:07.735Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-19T19:14:07.735Z] ========================================================= [Pipeline] sh [2021-04-19T19:14:08.382Z] + make test [2021-04-19T19:14:08.383Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-19T19:14:17.968Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.083s coverage: 94.4% of statements [2021-04-19T19:14:17.968Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements [2021-04-19T19:14:21.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.274s coverage: 81.9% of statements [2021-04-19T19:14:21.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-19T19:14:29.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.085s coverage: 92.9% of statements [2021-04-19T19:14:29.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-19T19:14:29.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-19T19:14:29.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-19T19:14:29.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-04-19T19:14:29.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-19T19:14:29.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-19T19:14:29.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-19T19:14:29.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-19T19:14:29.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-19T19:14:29.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements [2021-04-19T19:14:29.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-19T19:14:29.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-19T19:14:29.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-04-19T19:14:29.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-19T19:14:29.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.068s coverage: 75.5% of statements [2021-04-19T19:14:29.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-19T19:14:29.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.070s coverage: 80.8% of statements [2021-04-19T19:14:29.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.096s coverage: 87.2% of statements [2021-04-19T19:14:29.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.072s coverage: 84.6% of statements [2021-04-19T19:14:29.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.119s coverage: 91.6% of statements [2021-04-19T19:14:29.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-19T19:14:29.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.226s coverage: 64.4% of statements [2021-04-19T19:14:29.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-19T19:14:29.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-19T19:14:29.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2021-04-19T19:14:29.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 91.3% of statements [2021-04-19T19:14:29.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-04-19T19:14:29.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.045s coverage: 73.7% of statements [2021-04-19T19:14:29.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.040s coverage: 100.0% of statements [2021-04-19T19:14:29.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.329s coverage: 69.0% of statements [2021-04-19T19:14:29.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-19T19:14:29.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-19T19:14:29.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-19T19:14:29.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.123s coverage: 38.4% of statements [2021-04-19T19:14:29.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-19T19:14:29.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-19T19:14:29.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.039s coverage: 89.5% of statements [2021-04-19T19:14:29.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-19T19:14:29.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.040s coverage: 84.8% of statements [2021-04-19T19:14:29.543Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.136s coverage: 47.0% of statements [2021-04-19T19:14:29.543Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-19T19:14:29.543Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-19T19:14:29.543Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-19T19:14:29.543Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-19T19:14:29.543Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-19T19:14:29.543Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.068s coverage: 100.0% of statements [2021-04-19T19:14:29.543Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-19T19:14:29.543Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements [2021-04-19T19:14:29.543Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-19T19:14:29.543Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-19T19:14:29.543Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.051s coverage: 9.6% of statements [2021-04-19T19:14:29.543Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-19T19:14:29.543Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.176s coverage: 88.6% of statements [2021-04-19T19:14:29.543Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-19T19:14:29.543Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T19:14:29.543Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-19T19:14:29.821Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.756s coverage: 28.7% of statements [2021-04-19T19:14:29.821Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-19T19:14:29.821Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-19T19:14:29.821Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-19T19:14:29.821Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-19T19:14:29.822Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-19T19:14:29.822Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements [2021-04-19T19:14:29.822Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-19T19:14:30.415Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.075s coverage: 100.0% of statements [2021-04-19T19:14:30.415Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-19T19:14:30.415Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-19T19:14:30.415Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-19T19:14:30.415Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.106s coverage: 64.6% of statements [2021-04-19T19:14:30.415Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-19T19:14:30.575Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-19T19:14:31.699Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.162s coverage: 95.6% of statements [2021-04-19T19:14:31.699Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-19T19:14:31.699Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T19:14:31.699Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-19T19:14:31.699Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-04-19T19:14:31.699Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-19T19:14:31.699Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements [2021-04-19T19:14:31.699Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-19T19:14:31.699Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-19T19:14:31.699Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-19T19:14:31.699Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-19T19:14:31.699Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.054s coverage: 87.9% of statements [2021-04-19T19:14:31.699Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-19T19:14:31.699Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-19T19:14:31.699Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements [2021-04-19T19:14:31.976Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.053s coverage: 28.1% of statements [2021-04-19T19:14:32.269Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-04-19T19:14:32.551Z] GO111MODULE=on go vet ./... [2021-04-19T19:15:04.888Z] gofmt -l . [2021-04-19T19:15:04.889Z] [ "`gofmt -l .`" = "" ] [2021-04-19T19:15:04.889Z] ./bin/test-go-mod-tidy.sh [2021-04-19T19:15:04.889Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-19T19:15:05.203Z] + ls -al . [2021-04-19T19:15:05.203Z] total 812 [2021-04-19T19:15:05.203Z] drwxrwxr-x 10 1001 1001 4096 Apr 19 19:15 . [2021-04-19T19:15:05.203Z] drwxr-xr-x 4 root root 28 Apr 19 19:13 .. [2021-04-19T19:15:05.203Z] -rw-rw-r-- 1 1001 1001 11 Apr 19 19:11 .dockerignore [2021-04-19T19:15:05.203Z] drwxrwxr-x 8 1001 1001 179 Apr 19 19:11 .git [2021-04-19T19:15:05.203Z] drwxrwxr-x 3 1001 1001 125 Apr 19 19:11 .github [2021-04-19T19:15:05.203Z] -rw-rw-r-- 1 1001 1001 818 Apr 19 19:11 .gitignore [2021-04-19T19:15:05.203Z] drwx------ 3 1001 1001 60 Apr 19 19:12 .semver [2021-04-19T19:15:05.203Z] -rw-rw-r-- 1 1001 1001 166 Apr 19 19:11 .sonarcloud.properties [2021-04-19T19:15:05.203Z] -rw-rw-r-- 1 1001 1001 8609 Apr 19 19:11 Attribution.txt [2021-04-19T19:15:05.203Z] -rw-rw-r-- 1 1001 1001 3804 Apr 19 19:11 CONTRIBUTING.md [2021-04-19T19:15:05.203Z] -rw-rw-r-- 1 1001 1001 931 Apr 19 19:11 Dockerfile.build [2021-04-19T19:15:05.203Z] -rw-rw-r-- 1 1001 1001 863 Apr 19 19:11 Jenkinsfile [2021-04-19T19:15:05.203Z] -rw-rw-r-- 1 1001 1001 10775 Apr 19 19:11 LICENSE [2021-04-19T19:15:05.203Z] -rw-rw-r-- 1 1001 1001 5774 Apr 19 19:11 Makefile [2021-04-19T19:15:05.203Z] -rw-rw-r-- 1 1001 1001 6548 Apr 19 19:11 README.md [2021-04-19T19:15:05.203Z] -rw-rw-r-- 1 1001 1001 6755 Apr 19 19:11 SECURITY.md [2021-04-19T19:15:05.203Z] -rw-rw-r-- 1 1001 1001 5 Apr 19 19:12 VERSION [2021-04-19T19:15:05.203Z] -rw-rw-r-- 1 1001 1001 4131 Apr 19 19:11 ZMQWindows.md [2021-04-19T19:15:05.203Z] drwxrwxr-x 2 1001 1001 117 Apr 19 19:11 bin [2021-04-19T19:15:05.203Z] drwxrwxr-x 14 1001 1001 4096 Apr 19 19:11 cmd [2021-04-19T19:15:05.203Z] -rw-r--r-- 1 root root 703598 Apr 19 19:14 coverage.out [2021-04-19T19:15:05.203Z] -rw-r--r-- 1 root root 1058 Apr 19 19:15 go.mod [2021-04-19T19:15:05.203Z] -rw-r--r-- 1 root root 22256 Apr 19 19:15 go.sum [2021-04-19T19:15:05.203Z] drwxrwxr-x 8 1001 1001 127 Apr 19 19:11 internal [2021-04-19T19:15:05.203Z] drwxrwxr-x 4 1001 1001 26 Apr 19 19:11 openapi [2021-04-19T19:15:05.203Z] drwxrwxr-x 4 1001 1001 71 Apr 19 19:11 snap [2021-04-19T19:15:05.203Z] -rw-rw-r-- 1 1001 1001 168 Apr 19 19:11 version.go [Pipeline] sh [2021-04-19T19:15:05.507Z] + '[' -e coverage.out ] [2021-04-19T19:15:05.508Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-19T19:15:05.738Z] Stashed 1 file(s) [Pipeline] sh [2021-04-19T19:15:06.031Z] + make build [2021-04-19T19:15:06.031Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-19T19:15:10.285Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-19T19:15:18.530Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-19T19:15:20.472Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-19T19:15:21.871Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-19T19:15:22.452Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-19T19:15:24.407Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-19T19:15:25.819Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-19T19:15:27.153Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-19T19:15:27.153Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-19T19:15:27.217Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-19T19:15:28.166Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-19T19:15:29.563Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-19T19:15:30.965Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-19T19:15:32.915Z] $ docker stop --time=1 65dfbf45b91b81e1fe136eed6c831adf909ec5eb4aa47f4db1d110c308547c9a [2021-04-19T19:15:34.674Z] $ docker rm -f 65dfbf45b91b81e1fe136eed6c831adf909ec5eb4aa47f4db1d110c308547c9a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-04-19T19:15:35.464Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-19T19:15:35.464Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-19T19:15:36.448Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-19T19:15:36.448Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-19T19:15:36.448Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-19T19:15:37.053Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [Pipeline] isUnix [Pipeline] sh [2021-04-19T19:15:37.598Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T19:15:37.598Z] [2021-04-19T19:15:37.598Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T19:15:37.916Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T19:15:37.916Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-19T19:15:37.916Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-19T19:15:37.916Z] ca9280d653b3: Pulling fs layer [2021-04-19T19:15:37.916Z] 7e9c9ca2126c: Pulling fs layer [2021-04-19T19:15:38.184Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-19T19:15:38.184Z] cbdbe7a5bc2a: Download complete [2021-04-19T19:15:38.448Z] ca9280d653b3: Verifying Checksum [2021-04-19T19:15:38.448Z] ca9280d653b3: Download complete [2021-04-19T19:15:38.713Z] cbdbe7a5bc2a: Pull complete [2021-04-19T19:15:39.675Z] 7e9c9ca2126c: Download complete [2021-04-19T19:15:39.675Z] ca9280d653b3: Pull complete [2021-04-19T19:15:40.471Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-19T19:15:41.077Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-19T19:15:47.862Z] 7e9c9ca2126c: Pull complete [2021-04-19T19:15:47.862Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-19T19:15:47.862Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T19:15:47.862Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-19T19:15:48.005Z] prd-centos7-docker-4c-2g-903 does not seem to be running inside a container [2021-04-19T19:15:48.053Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-04-19T19:15:49.385Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-19T19:15:49.385Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-19T19:15:49.385Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-19T19:15:51.024Z] $ docker top d6f83acd40822301a86837a21a5bb1c516726b18c4a7ed278f96481b438af52d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T19:15:51.524Z] + docker-compose build --help [2021-04-19T19:15:51.524Z] + grep parallel [2021-04-19T19:15:52.473Z] --parallel Build images in parallel. [Pipeline] } [2021-04-19T19:15:52.752Z] $ docker stop --time=1 d6f83acd40822301a86837a21a5bb1c516726b18c4a7ed278f96481b438af52d [2021-04-19T19:15:54.149Z] $ docker rm -f d6f83acd40822301a86837a21a5bb1c516726b18c4a7ed278f96481b438af52d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T19:15:54.640Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T19:15:54.640Z] . [Pipeline] withDockerContainer [2021-04-19T19:15:54.749Z] prd-centos7-docker-4c-2g-903 does not seem to be running inside a container [2021-04-19T19:15:54.812Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.329s coverage: 45.9% of statements [2021-04-19T19:15:54.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-19T19:15:54.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-19T19:15:54.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-19T19:15:54.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-19T19:15:54.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-19T19:15:54.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-19T19:15:54.812Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.154s coverage: 19.8% of statements [2021-04-19T19:15:54.821Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-04-19T19:15:55.416Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.221s coverage: 100.0% of statements [2021-04-19T19:15:55.589Z] $ docker top 59ef18066d2fbfc42b3ad365c68be9c9b710722a7a97c2c450bdca00a8f15400 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T19:15:56.022Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-19T19:15:56.969Z] Building docker-core-command-go ... [2021-04-19T19:15:56.969Z] Building docker-core-data-go ... [2021-04-19T19:15:56.969Z] Building docker-core-metadata-go ... [2021-04-19T19:15:56.969Z] Building docker-security-bootstrapper-go ... [2021-04-19T19:15:56.969Z] Building docker-security-proxy-setup-go ... [2021-04-19T19:15:56.969Z] Building docker-security-secretstore-setup-go ... [2021-04-19T19:15:56.969Z] Building docker-support-notifications-go ... [2021-04-19T19:15:56.969Z] Building docker-support-scheduler-go ... [2021-04-19T19:15:56.969Z] Building docker-sys-mgmt-agent-go ... [2021-04-19T19:15:56.969Z] Building docker-core-command-go [2021-04-19T19:15:56.970Z] Building docker-security-proxy-setup-go [2021-04-19T19:15:56.970Z] Building docker-sys-mgmt-agent-go [2021-04-19T19:15:56.970Z] Building docker-security-secretstore-setup-go [2021-04-19T19:15:56.970Z] Building docker-support-notifications-go [2021-04-19T19:16:03.748Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.585s coverage: 27.1% of statements [2021-04-19T19:16:03.748Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-19T19:16:03.748Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-19T19:16:03.748Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-19T19:16:03.748Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-19T19:16:03.748Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-19T19:16:03.748Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-19T19:16:03.748Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.216s coverage: 100.0% of statements [2021-04-19T19:16:03.748Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-19T19:16:03.748Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.129s coverage: 100.0% of statements [2021-04-19T19:16:03.748Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-19T19:16:03.748Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-19T19:16:03.748Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.247s coverage: 71.3% of statements [2021-04-19T19:16:03.748Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-19T19:16:03.748Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-19T19:16:05.824Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.499s coverage: 82.9% of statements [2021-04-19T19:16:05.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-19T19:16:05.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T19:16:05.824Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.134s coverage: 78.9% of statements [2021-04-19T19:16:05.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-19T19:16:18.520Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.122s coverage: 28.6% of statements [2021-04-19T19:16:18.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-19T19:16:18.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-19T19:16:18.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-19T19:16:18.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-19T19:16:18.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-19T19:16:18.520Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.231s coverage: 100.0% of statements [2021-04-19T19:16:18.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-19T19:16:18.520Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.331s coverage: 100.0% of statements [2021-04-19T19:16:18.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-19T19:16:18.520Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.437s coverage: 86.7% of statements [2021-04-19T19:16:18.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-19T19:16:18.520Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.437s coverage: 97.5% of statements [2021-04-19T19:16:18.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-19T19:16:18.520Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.193s coverage: 78.3% of statements [2021-04-19T19:16:18.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-19T19:16:18.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-19T19:16:18.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-19T19:16:18.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-19T19:16:25.281Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.176s coverage: 93.0% of statements [2021-04-19T19:16:25.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-19T19:16:25.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T19:16:25.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-19T19:16:25.281Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-19T19:16:25.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-19T19:16:25.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-19T19:16:25.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-19T19:16:25.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-19T19:16:25.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-19T19:16:25.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-19T19:16:25.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-19T19:16:25.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-19T19:16:25.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-19T19:16:25.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-19T19:16:25.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-19T19:16:25.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-19T19:16:25.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-19T19:16:25.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-19T19:16:25.281Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.116s coverage: 58.8% of statements [2021-04-19T19:16:25.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-19T19:16:25.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-19T19:16:25.281Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.241s coverage: 0.9% of statements [2021-04-19T19:16:25.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-19T19:16:25.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-19T19:16:25.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-19T19:16:25.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.136s coverage: 47.1% of statements [2021-04-19T19:16:25.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.173s coverage: 79.5% of statements [2021-04-19T19:16:25.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.187s coverage: 94.1% of statements [2021-04-19T19:16:25.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.175s coverage: 96.3% of statements [2021-04-19T19:16:25.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.152s coverage: 87.5% of statements [2021-04-19T19:16:35.961Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T19:16:35.961Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T19:16:35.961Z] ---> bf1263827f47 [2021-04-19T19:16:35.961Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T19:16:35.961Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T19:16:35.961Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-19T19:16:35.961Z] ---> bf1263827f47 [2021-04-19T19:16:35.962Z] Step 3/21 : WORKDIR /edgex-go [2021-04-19T19:16:35.962Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T19:16:35.962Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T19:16:35.962Z] ---> bf1263827f47 [2021-04-19T19:16:35.962Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T19:16:35.962Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T19:16:35.962Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-19T19:16:35.962Z] ---> bf1263827f47 [2021-04-19T19:16:35.962Z] Step 3/24 : WORKDIR /edgex-go [2021-04-19T19:16:35.962Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T19:16:35.962Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T19:16:35.962Z] ---> bf1263827f47 [2021-04-19T19:16:35.962Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T19:16:35.962Z] ---> Running in 0f44020084df [2021-04-19T19:16:35.962Z] ---> Running in dc2848255d16 [2021-04-19T19:16:35.962Z] ---> Running in 13a020e9e905 [2021-04-19T19:16:35.962Z] ---> Running in aed4caffbdde [2021-04-19T19:16:35.962Z] ---> Running in 60e7f63fa507 [2021-04-19T19:16:35.962Z] Removing intermediate container 0f44020084df [2021-04-19T19:16:35.962Z] ---> 189bf5195e38 [2021-04-19T19:16:35.962Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T19:16:35.962Z] Removing intermediate container 60e7f63fa507 [2021-04-19T19:16:35.962Z] ---> c7cd6777c71d [2021-04-19T19:16:35.962Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T19:16:35.962Z] Removing intermediate container 13a020e9e905 [2021-04-19T19:16:35.962Z] ---> 834134569991 [2021-04-19T19:16:35.962Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T19:16:35.962Z] Removing intermediate container aed4caffbdde [2021-04-19T19:16:35.962Z] ---> a039589b9538 [2021-04-19T19:16:35.962Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T19:16:35.962Z] Removing intermediate container dc2848255d16 [2021-04-19T19:16:35.962Z] ---> edc1ad9cca59 [2021-04-19T19:16:35.962Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T19:16:35.962Z] ---> Running in 47fe5250cf75 [2021-04-19T19:16:35.962Z] ---> Running in 4de72cbc60a1 [2021-04-19T19:16:35.962Z] ---> Running in 25becd892fcc [2021-04-19T19:16:35.962Z] ---> Running in fe2b8e67e1b1 [2021-04-19T19:16:35.962Z] ---> Running in a4ef7e8fcc0c [2021-04-19T19:16:35.962Z] Removing intermediate container 47fe5250cf75 [2021-04-19T19:16:35.962Z] ---> 9d4a0556d342 [2021-04-19T19:16:35.962Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-19T19:16:35.962Z] ---> Running in 888aff150196 [2021-04-19T19:16:35.962Z] Removing intermediate container fe2b8e67e1b1 [2021-04-19T19:16:35.962Z] ---> 11b3e53651a0 [2021-04-19T19:16:35.962Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-19T19:16:35.962Z] Removing intermediate container 25becd892fcc [2021-04-19T19:16:35.962Z] ---> e190891b8ccd [2021-04-19T19:16:35.962Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T19:16:35.962Z] Removing intermediate container 4de72cbc60a1 [2021-04-19T19:16:35.962Z] ---> 173ed0d68ca0 [2021-04-19T19:16:35.962Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-19T19:16:35.962Z] Removing intermediate container a4ef7e8fcc0c [2021-04-19T19:16:35.962Z] ---> d85189ad2372 [2021-04-19T19:16:35.962Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-19T19:16:35.962Z] ---> Running in 5ee5fd3472a0 [2021-04-19T19:16:35.962Z] ---> Running in 6ff79a6c173b [2021-04-19T19:16:35.962Z] ---> Running in 16b4492fe190 [2021-04-19T19:16:35.962Z] ---> Running in 15ddf338d27b [2021-04-19T19:16:35.962Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T19:16:35.962Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T19:16:35.962Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T19:16:35.962Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T19:16:35.962Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T19:16:35.962Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T19:16:35.962Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T19:16:35.962Z] OK: 233 MiB in 51 packages [2021-04-19T19:16:35.962Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T19:16:36.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T19:16:36.225Z] OK: 233 MiB in 51 packages [2021-04-19T19:16:36.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T19:16:36.509Z] OK: 233 MiB in 51 packages [2021-04-19T19:16:36.509Z] Removing intermediate container 888aff150196 [2021-04-19T19:16:36.509Z] ---> 8bc7bf7ebacf [2021-04-19T19:16:36.509Z] Step 6/24 : COPY go.mod . [2021-04-19T19:16:36.509Z] OK: 233 MiB in 51 packages [2021-04-19T19:16:36.776Z] OK: 233 MiB in 51 packages [2021-04-19T19:16:36.776Z] Removing intermediate container 5ee5fd3472a0 [2021-04-19T19:16:36.776Z] ---> bd8693665228 [2021-04-19T19:16:36.776Z] Step 6/21 : COPY go.mod . [2021-04-19T19:16:36.776Z] ---> 97342f31154a [2021-04-19T19:16:36.776Z] Step 7/24 : RUN go mod download [2021-04-19T19:16:37.040Z] ---> Running in d2e28d128296 [2021-04-19T19:16:37.040Z] Removing intermediate container 6ff79a6c173b [2021-04-19T19:16:37.040Z] ---> ce03d4648726 [2021-04-19T19:16:37.040Z] Step 6/23 : COPY go.mod . [2021-04-19T19:16:37.302Z] ---> ce2e56d9d49f [2021-04-19T19:16:37.302Z] Step 7/21 : RUN go mod download [2021-04-19T19:16:37.568Z] ---> Running in 8e0ccecfae77 [2021-04-19T19:16:37.568Z] ---> 4d69d7edc346 [2021-04-19T19:16:37.568Z] Step 7/23 : RUN go mod download [2021-04-19T19:16:37.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.167s coverage: 94.4% of statements [2021-04-19T19:16:37.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.146s coverage: 44.8% of statements [2021-04-19T19:16:37.833Z] Removing intermediate container 15ddf338d27b [2021-04-19T19:16:37.833Z] ---> 2b8d2bc07441 [2021-04-19T19:16:37.833Z] Step 6/22 : COPY go.mod . [2021-04-19T19:16:37.833Z] Removing intermediate container 16b4492fe190 [2021-04-19T19:16:37.833Z] ---> f338da7360df [2021-04-19T19:16:37.833Z] Step 6/23 : COPY go.mod . [2021-04-19T19:16:38.098Z] ---> Running in 3342e717dbf8 [2021-04-19T19:16:38.359Z] ---> 4d0cf794a40c [2021-04-19T19:16:38.359Z] Step 7/22 : RUN go mod download [2021-04-19T19:16:38.359Z] ---> c74445d0de17 [2021-04-19T19:16:38.359Z] Step 7/23 : RUN go mod download [2021-04-19T19:16:38.359Z] ---> Running in acffbf7b94f8 [2021-04-19T19:16:38.628Z] ---> Running in 479a12e9a408 [2021-04-19T19:16:39.619Z] Removing intermediate container 8e0ccecfae77 [2021-04-19T19:16:39.619Z] ---> 35407c2d0bba [2021-04-19T19:16:39.619Z] Step 8/21 : COPY . . [2021-04-19T19:16:39.619Z] Removing intermediate container 3342e717dbf8 [2021-04-19T19:16:39.619Z] ---> db1c965fc068 [2021-04-19T19:16:39.619Z] Step 8/23 : COPY . . [2021-04-19T19:16:39.619Z] Removing intermediate container d2e28d128296 [2021-04-19T19:16:39.619Z] ---> ec16765d7186 [2021-04-19T19:16:39.619Z] Step 8/24 : COPY . . [2021-04-19T19:16:44.413Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.480s coverage: 81.9% of statements [2021-04-19T19:16:44.413Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-19T19:16:46.272Z] Removing intermediate container acffbf7b94f8 [2021-04-19T19:16:46.272Z] ---> 87f078f04619 [2021-04-19T19:16:46.272Z] Step 8/22 : COPY . . [2021-04-19T19:16:48.209Z] Removing intermediate container 479a12e9a408 [2021-04-19T19:16:48.209Z] ---> 76da75e83077 [2021-04-19T19:16:48.209Z] Step 8/23 : COPY . . [2021-04-19T19:16:52.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.177s coverage: 92.9% of statements [2021-04-19T19:16:52.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-19T19:16:52.712Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-19T19:16:52.712Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-19T19:16:52.712Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements [2021-04-19T19:16:52.712Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-19T19:16:52.712Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-19T19:16:52.712Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-19T19:16:52.712Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-19T19:16:52.712Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-19T19:16:52.712Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-04-19T19:16:52.712Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-19T19:16:52.712Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-19T19:16:52.712Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements [2021-04-19T19:16:52.712Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-19T19:16:52.712Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.153s coverage: 75.5% of statements [2021-04-19T19:16:52.712Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-19T19:16:52.712Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.171s coverage: 80.8% of statements [2021-04-19T19:16:52.712Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.206s coverage: 87.2% of statements [2021-04-19T19:16:52.712Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.209s coverage: 84.6% of statements [2021-04-19T19:16:52.712Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.246s coverage: 91.6% of statements [2021-04-19T19:16:52.712Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-19T19:16:52.712Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.563s coverage: 64.4% of statements [2021-04-19T19:16:52.712Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-19T19:16:52.712Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-19T19:16:52.712Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.133s coverage: 100.0% of statements [2021-04-19T19:16:53.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements [2021-04-19T19:16:53.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2021-04-19T19:16:54.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.101s coverage: 73.7% of statements [2021-04-19T19:16:55.516Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.080s coverage: 100.0% of statements [2021-04-19T19:16:58.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.862s coverage: 69.0% of statements [2021-04-19T19:16:58.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-19T19:16:58.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-19T19:16:58.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-19T19:17:00.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.511s coverage: 38.4% of statements [2021-04-19T19:17:00.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-19T19:17:00.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-19T19:17:00.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.106s coverage: 89.5% of statements [2021-04-19T19:17:00.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-19T19:17:00.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.113s coverage: 84.8% of statements [2021-04-19T19:17:06.359Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.460s coverage: 47.0% of statements [2021-04-19T19:17:06.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-19T19:17:06.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-19T19:17:06.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-19T19:17:06.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-19T19:17:06.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-19T19:17:06.359Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.101s coverage: 100.0% of statements [2021-04-19T19:17:06.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-19T19:17:06.359Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.093s coverage: 100.0% of statements [2021-04-19T19:17:06.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-19T19:17:06.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-19T19:17:06.359Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.155s coverage: 9.6% of statements [2021-04-19T19:17:06.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-19T19:17:09.824Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.457s coverage: 88.6% of statements [2021-04-19T19:17:09.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-19T19:17:09.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T19:17:09.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-19T19:17:16.581Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.387s coverage: 28.7% of statements [2021-04-19T19:17:16.581Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-19T19:17:16.581Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-19T19:17:16.581Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-19T19:17:16.581Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-19T19:17:16.581Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-19T19:17:16.581Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.188s coverage: 99.0% of statements [2021-04-19T19:17:16.581Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-19T19:17:16.581Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.186s coverage: 100.0% of statements [2021-04-19T19:17:16.581Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-19T19:17:16.581Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-19T19:17:16.581Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-19T19:17:16.581Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.182s coverage: 64.6% of statements [2021-04-19T19:17:16.581Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-19T19:17:16.581Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.338s coverage: 95.6% of statements [2021-04-19T19:17:16.581Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-19T19:17:16.581Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T19:17:16.581Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-19T19:17:16.581Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-04-19T19:17:16.581Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-19T19:17:16.581Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements [2021-04-19T19:17:16.581Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-19T19:17:16.581Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-19T19:17:16.581Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-19T19:17:16.581Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-19T19:17:16.862Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.112s coverage: 87.9% of statements [2021-04-19T19:17:16.862Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-19T19:17:16.862Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-19T19:17:16.862Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.079s coverage: 100.0% of statements [2021-04-19T19:17:18.841Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.117s coverage: 28.1% of statements [2021-04-19T19:17:18.841Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements [2021-04-19T19:17:19.818Z] GO111MODULE=on go vet ./... [2021-04-19T19:17:27.121Z] ---> a494d3369ba4 [2021-04-19T19:17:27.122Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-19T19:17:27.122Z] ---> 52858574936c [2021-04-19T19:17:27.122Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-19T19:17:27.122Z] ---> Running in aede72cce4e5 [2021-04-19T19:17:27.122Z] ---> Running in 86f47eefb04e [2021-04-19T19:17:27.122Z] ---> cbfb3a8a4acc [2021-04-19T19:17:27.122Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-19T19:17:27.122Z] ---> c4a28309e444 [2021-04-19T19:17:27.122Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-19T19:17:27.122Z] ---> 3ec55f9c078f [2021-04-19T19:17:27.122Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-19T19:17:27.122Z] ---> Running in b1b13375eeb3 [2021-04-19T19:17:27.122Z] ---> Running in 2f10889f1540 [2021-04-19T19:17:27.122Z] ---> Running in 89ca86de88d7 [2021-04-19T19:17:27.122Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-19T19:17:27.122Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-19T19:17:27.122Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-19T19:17:27.122Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-19T19:17:27.122Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-19T19:17:59.387Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-19T19:17:59.387Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-19T19:18:09.460Z] Removing intermediate container b1b13375eeb3 [2021-04-19T19:18:09.460Z] ---> 41f640cb2f13 [2021-04-19T19:18:09.460Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-19T19:18:09.460Z] Removing intermediate container 2f10889f1540 [2021-04-19T19:18:09.460Z] ---> 0601d243cf7f [2021-04-19T19:18:09.460Z] [2021-04-19T19:18:09.460Z] Step 10/24 : FROM alpine:3.12 [2021-04-19T19:18:09.460Z] 3.12: Pulling from library/alpine [2021-04-19T19:18:10.038Z] ---> Running in 91ef1af5e07e [2021-04-19T19:18:10.038Z] Removing intermediate container aede72cce4e5 [2021-04-19T19:18:10.038Z] ---> 3810b0a83761 [2021-04-19T19:18:10.038Z] [2021-04-19T19:18:10.038Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T19:18:10.038Z] 3.12: Pulling from library/alpine [2021-04-19T19:18:10.038Z] Removing intermediate container 89ca86de88d7 [2021-04-19T19:18:10.038Z] ---> cc6edb5c4b7a [2021-04-19T19:18:10.038Z] [2021-04-19T19:18:10.038Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T19:18:10.300Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T19:18:10.300Z] Removing intermediate container 86f47eefb04e [2021-04-19T19:18:10.300Z] ---> 290e5a7d365b [2021-04-19T19:18:10.300Z] [2021-04-19T19:18:10.300Z] Step 10/21 : FROM alpine:3.12 [2021-04-19T19:18:10.300Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T19:18:10.300Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T19:18:10.300Z] Status: Image is up to date for alpine:3.12 [2021-04-19T19:18:10.300Z] ---> 13621d1b12d4 [2021-04-19T19:18:10.300Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T19:18:10.300Z] ---> 13621d1b12d4 [2021-04-19T19:18:10.300Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-19T19:18:10.300Z] 3.12: Pulling from library/alpine [2021-04-19T19:18:10.300Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T19:18:10.300Z] Status: Image is up to date for alpine:3.12 [2021-04-19T19:18:10.300Z] ---> 13621d1b12d4 [2021-04-19T19:18:10.300Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-19T19:18:10.300Z] 3.12: Pulling from library/alpine [2021-04-19T19:18:10.300Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T19:18:10.300Z] Status: Image is up to date for alpine:3.12 [2021-04-19T19:18:10.300Z] ---> 13621d1b12d4 [2021-04-19T19:18:10.300Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-19T19:18:10.563Z] ---> Running in 2c6c7153e1b7 [2021-04-19T19:18:10.563Z] ---> Running in 04d1b2be57c8 [2021-04-19T19:18:10.563Z] ---> Running in f791c68856a6 [2021-04-19T19:18:10.563Z] ---> Running in a0aabc9690c9 [2021-04-19T19:18:10.829Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-19T19:18:11.412Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T19:18:11.412Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T19:18:11.412Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T19:18:11.412Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T19:18:11.412Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T19:18:11.680Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T19:18:11.680Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-19T19:18:11.680Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T19:18:11.680Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-19T19:18:11.680Z] OK: 6 MiB in 15 packages [2021-04-19T19:18:11.680Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T19:18:11.680Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-19T19:18:11.680Z] (4/6) Installing curl (7.76.1-r0) [2021-04-19T19:18:11.680Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-19T19:18:11.680Z] (6/6) Installing su-exec (0.2-r1) [2021-04-19T19:18:11.680Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T19:18:11.680Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T19:18:11.680Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T19:18:11.680Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T19:18:11.680Z] OK: 7 MiB in 20 packages [2021-04-19T19:18:11.680Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-19T19:18:11.680Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-19T19:18:11.680Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T19:18:11.944Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T19:18:11.944Z] OK: 6 MiB in 16 packages [2021-04-19T19:18:11.944Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-19T19:18:11.944Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T19:18:11.944Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-19T19:18:11.944Z] (4/4) Installing curl (7.76.1-r0) [2021-04-19T19:18:11.944Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T19:18:11.944Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T19:18:11.944Z] OK: 7 MiB in 18 packages [2021-04-19T19:18:13.874Z] Removing intermediate container 91ef1af5e07e [2021-04-19T19:18:13.874Z] ---> 02575ba66686 [2021-04-19T19:18:13.874Z] [2021-04-19T19:18:13.874Z] Step 11/23 : FROM docker:20.10.0 [2021-04-19T19:18:13.874Z] 20.10.0: Pulling from library/docker [2021-04-19T19:18:13.874Z] Removing intermediate container 2c6c7153e1b7 [2021-04-19T19:18:13.874Z] ---> dbb7cf399954 [2021-04-19T19:18:13.874Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T19:18:15.272Z] ---> Running in c868848af6b4 [2021-04-19T19:18:15.272Z] Removing intermediate container 04d1b2be57c8 [2021-04-19T19:18:15.272Z] ---> 71e810d9fdad [2021-04-19T19:18:15.272Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T19:18:15.272Z] Removing intermediate container a0aabc9690c9 [2021-04-19T19:18:15.272Z] ---> d5b534cb3c53 [2021-04-19T19:18:15.272Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T19:18:15.846Z] Removing intermediate container f791c68856a6 [2021-04-19T19:18:15.846Z] ---> 91cace75d16b [2021-04-19T19:18:15.846Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T19:18:15.846Z] ---> Running in 01df9806e349 [2021-04-19T19:18:16.114Z] ---> Running in 89bcd50262ac [2021-04-19T19:18:16.114Z] ---> Running in bab7d8aaa7f1 [2021-04-19T19:18:16.114Z] Removing intermediate container c868848af6b4 [2021-04-19T19:18:16.114Z] ---> c8a5cfd17769 [2021-04-19T19:18:16.114Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-19T19:18:16.114Z] Removing intermediate container 01df9806e349 [2021-04-19T19:18:16.114Z] ---> c120161de0d6 [2021-04-19T19:18:16.114Z] Step 13/24 : WORKDIR / [2021-04-19T19:18:16.380Z] ---> Running in 203251dc063c [2021-04-19T19:18:16.380Z] ---> Running in 2a845ea23ba2 [2021-04-19T19:18:16.380Z] Removing intermediate container bab7d8aaa7f1 [2021-04-19T19:18:16.380Z] ---> a93f0b7d6189 [2021-04-19T19:18:16.380Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-19T19:18:16.380Z] Removing intermediate container 89bcd50262ac [2021-04-19T19:18:16.380Z] ---> 999ef2a6669c [2021-04-19T19:18:16.380Z] Step 13/21 : WORKDIR /edgex [2021-04-19T19:18:16.643Z] ---> Running in 8b79ff99b114 [2021-04-19T19:18:16.643Z] ---> Running in 93329461d9dc [2021-04-19T19:18:16.909Z] Removing intermediate container 203251dc063c [2021-04-19T19:18:16.909Z] ---> a677d6dd9c4b [2021-04-19T19:18:16.909Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T19:18:16.909Z] Removing intermediate container 2a845ea23ba2 [2021-04-19T19:18:16.909Z] ---> dde38f3e1262 [2021-04-19T19:18:16.909Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-19T19:18:16.909Z] ---> Running in dd12e7e4e662 [2021-04-19T19:18:17.182Z] Removing intermediate container 93329461d9dc [2021-04-19T19:18:17.182Z] ---> 9b6ac3dc8aa0 [2021-04-19T19:18:17.182Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T19:18:17.182Z] Removing intermediate container 8b79ff99b114 [2021-04-19T19:18:17.182Z] ---> 75b195d38ef5 [2021-04-19T19:18:17.182Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-19T19:18:17.182Z] ---> Running in 1d5c551cfb5d [2021-04-19T19:18:17.448Z] Removing intermediate container dd12e7e4e662 [2021-04-19T19:18:17.448Z] ---> daf5de432465 [2021-04-19T19:18:17.448Z] Step 15/23 : WORKDIR / [2021-04-19T19:18:17.448Z] ---> b5d4e782ccee [2021-04-19T19:18:17.448Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-19T19:18:17.712Z] ---> d60c36adfce6 [2021-04-19T19:18:17.712Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-19T19:18:17.712Z] ---> Running in 53add4b27760 [2021-04-19T19:18:17.712Z] Removing intermediate container 1d5c551cfb5d [2021-04-19T19:18:17.712Z] ---> da34cdeb8541 [2021-04-19T19:18:17.712Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T19:18:18.289Z] ---> eef94fd4aa3d [2021-04-19T19:18:18.289Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-19T19:18:18.559Z] Removing intermediate container 53add4b27760 [2021-04-19T19:18:18.559Z] ---> 74489e87d0ab [2021-04-19T19:18:18.559Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T19:18:18.838Z] ---> 212f6d6bdf26 [2021-04-19T19:18:18.838Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-19T19:18:18.838Z] ---> 023de2b6a7c3 [2021-04-19T19:18:18.838Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-19T19:18:18.838Z] ---> cdb3a6be62fc [2021-04-19T19:18:18.838Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-19T19:18:19.108Z] ---> ae4e14a30475 [2021-04-19T19:18:19.108Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-19T19:18:21.037Z] ---> 018126eaf4a4 [2021-04-19T19:18:21.037Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-19T19:18:21.037Z] ---> 865d0f0f1b6e [2021-04-19T19:18:21.037Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-19T19:18:21.302Z] ---> 3b07f58b5105 [2021-04-19T19:18:21.302Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-19T19:18:21.302Z] ---> 766bd4ae85b7 [2021-04-19T19:18:21.302Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-19T19:18:21.302Z] ---> Running in cd55fb7034df [2021-04-19T19:18:21.565Z] ---> 23419f64406a [2021-04-19T19:18:21.565Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-19T19:18:21.565Z] Removing intermediate container cd55fb7034df [2021-04-19T19:18:21.565Z] ---> 0fc1ace51b8d [2021-04-19T19:18:21.565Z] Step 18/21 : CMD ["--init=true"] [2021-04-19T19:18:21.565Z] ---> ff12532c3f00 [2021-04-19T19:18:21.565Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-19T19:18:21.831Z] ---> Running in 166af515989b [2021-04-19T19:18:21.831Z] ---> Running in e98e567789f7 [2021-04-19T19:18:21.831Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-19T19:18:21.831Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-19T19:18:21.831Z] ---> aefe523efa57 [2021-04-19T19:18:21.831Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-19T19:18:21.831Z] ---> Running in b3fde0bf1962 [2021-04-19T19:18:21.831Z] ---> 3c8503492fcd [2021-04-19T19:18:21.831Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-19T19:18:22.095Z] ---> Running in 0d2d758d2d78 [2021-04-19T19:18:22.095Z] Removing intermediate container e98e567789f7 [2021-04-19T19:18:22.095Z] ---> d54ce3b0a8ed [2021-04-19T19:18:22.095Z] Step 19/21 : LABEL arch=x86_64 [2021-04-19T19:18:22.360Z] Removing intermediate container 166af515989b [2021-04-19T19:18:22.360Z] ---> deb860c370c4 [2021-04-19T19:18:22.360Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T19:18:22.360Z] Removing intermediate container b3fde0bf1962 [2021-04-19T19:18:22.360Z] ---> b0dafae1ea4f [2021-04-19T19:18:22.360Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T19:18:22.360Z] ---> 9d56b89bec3f [2021-04-19T19:18:22.360Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-19T19:18:22.360Z] ---> Running in 20702e2cab22 [2021-04-19T19:18:22.360Z] Removing intermediate container 0d2d758d2d78 [2021-04-19T19:18:22.360Z] ---> 082fd7d9f0d4 [2021-04-19T19:18:22.360Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-19T19:18:22.624Z] ---> Running in b9df7e70c5e8 [2021-04-19T19:18:22.624Z] ---> Running in 651b8f41f874 [2021-04-19T19:18:22.624Z] ---> Running in 184745dff9fc [2021-04-19T19:18:22.624Z] ---> Running in a6ca951a9b1f [2021-04-19T19:18:22.888Z] Removing intermediate container 20702e2cab22 [2021-04-19T19:18:22.888Z] ---> 760921948c85 [2021-04-19T19:18:22.888Z] Step 20/21 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 [2021-04-19T19:18:22.888Z] ---> Running in 5ab52397bc2f [2021-04-19T19:18:22.888Z] Removing intermediate container b9df7e70c5e8 [2021-04-19T19:18:22.888Z] ---> ce21ea0d99e9 [2021-04-19T19:18:22.888Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T19:18:23.160Z] Removing intermediate container 651b8f41f874 [2021-04-19T19:18:23.160Z] ---> 74b81e35cd43 [2021-04-19T19:18:23.160Z] Step 20/22 : LABEL arch=x86_64 [2021-04-19T19:18:23.160Z] ---> Running in 2f507867b9fd [2021-04-19T19:18:23.160Z] ---> Running in e943e4f0819b [2021-04-19T19:18:23.428Z] Removing intermediate container 5ab52397bc2f [2021-04-19T19:18:23.428Z] ---> 936da378b44f [2021-04-19T19:18:23.428Z] Step 21/21 : LABEL version=0.0.0 [2021-04-19T19:18:23.428Z] ---> Running in c0265cbf5b3c [2021-04-19T19:18:23.428Z] Removing intermediate container e943e4f0819b [2021-04-19T19:18:23.428Z] ---> d580a6ac9698 [2021-04-19T19:18:23.428Z] Step 21/22 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 [2021-04-19T19:18:23.694Z] Removing intermediate container 2f507867b9fd [2021-04-19T19:18:23.694Z] ---> d58352d69bc7 [2021-04-19T19:18:23.694Z] Step 22/23 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 [2021-04-19T19:18:23.694Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T19:18:23.694Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T19:18:23.694Z] ---> Running in c52813a674b7 [2021-04-19T19:18:23.694Z] Removing intermediate container c0265cbf5b3c [2021-04-19T19:18:23.694Z] ---> 0b5d89e7a0ec [2021-04-19T19:18:23.694Z] [2021-04-19T19:18:23.694Z] ---> Running in 12bfe93470d3 [2021-04-19T19:18:23.959Z] (1/39) Installing readline (8.0.4-r0) [2021-04-19T19:18:23.959Z] (2/39) Installing bash (5.0.17-r0) [2021-04-19T19:18:23.959Z] Executing bash-5.0.17-r0.post-install [2021-04-19T19:18:23.959Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T19:18:23.959Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-19T19:18:23.959Z] (5/39) Installing curl (7.76.1-r0) [2021-04-19T19:18:23.959Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-19T19:18:23.959Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-19T19:18:23.959Z] (8/39) Installing expat (2.2.9-r1) [2021-04-19T19:18:23.959Z] (9/39) Installing libffi (3.3-r2) [2021-04-19T19:18:23.959Z] (10/39) Installing gdbm (1.13-r1) [2021-04-19T19:18:23.959Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-19T19:18:23.959Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-19T19:18:23.959Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-19T19:18:24.222Z] Removing intermediate container c52813a674b7 [2021-04-19T19:18:24.222Z] ---> d23eb92d05e6 [2021-04-19T19:18:24.222Z] Step 22/22 : LABEL version=0.0.0 [2021-04-19T19:18:24.222Z] Successfully built 0b5d89e7a0ec [2021-04-19T19:18:24.488Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-19T19:18:24.488Z] Removing intermediate container 12bfe93470d3 [2021-04-19T19:18:24.488Z] ---> 09ae6dd56b61 [2021-04-19T19:18:24.488Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T19:18:25.879Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-04-19T19:18:26.833Z] ---> Running in 9215735741fc [2021-04-19T19:18:27.788Z] ---> Running in aa98b5b4e153 [2021-04-19T19:18:29.180Z] Removing intermediate container 184745dff9fc [2021-04-19T19:18:29.181Z] ---> c019b70ee3ff [2021-04-19T19:18:29.181Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-19T19:18:29.181Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-19T19:18:29.181Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-19T19:18:29.181Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-19T19:18:29.181Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-19T19:18:29.181Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-19T19:18:30.130Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-19T19:18:30.130Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-19T19:18:30.708Z] Removing intermediate container 9215735741fc [2021-04-19T19:18:30.708Z] ---> dc607abca0f0 [2021-04-19T19:18:30.708Z] [2021-04-19T19:18:30.708Z] ---> Running in 6fffff5485cf [2021-04-19T19:18:30.975Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-19T19:18:31.238Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-19T19:18:31.238Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-19T19:18:31.238Z] Removing intermediate container aa98b5b4e153 [2021-04-19T19:18:31.238Z] ---> 690891c1c427 [2021-04-19T19:18:31.238Z] [2021-04-19T19:18:31.500Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-19T19:18:31.763Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-19T19:18:31.763Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-19T19:18:31.763Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-19T19:18:31.763Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-19T19:18:31.763Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-19T19:18:31.763Z] Successfully built dc607abca0f0 [2021-04-19T19:18:32.024Z] Successfully tagged docker-support-notifications-go:latest [2021-04-19T19:18:32.024Z] Building docker-support-scheduler-go [2021-04-19T19:18:32.024Z]  Building docker-support-notifications-go ... done (30/39) Installing py3-distro (1.5.0-r1) [2021-04-19T19:18:32.024Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-19T19:18:32.024Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-19T19:18:32.286Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-19T19:18:33.239Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-19T19:18:33.239Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-19T19:18:33.816Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-19T19:18:34.390Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-19T19:18:34.969Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-19T19:18:34.969Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-19T19:18:36.365Z] Removing intermediate container 6fffff5485cf [2021-04-19T19:18:36.365Z] ---> 6472d3bfbaae [2021-04-19T19:18:36.365Z] Step 22/24 : LABEL arch=x86_64 [2021-04-19T19:18:37.760Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T19:18:37.760Z] Successfully built 690891c1c427 [2021-04-19T19:18:37.760Z] OK: 72 MiB in 59 packages [2021-04-19T19:18:37.760Z] Successfully tagged docker-core-command-go:latest [2021-04-19T19:18:37.760Z] Building docker-security-bootstrapper-go [2021-04-19T19:18:37.760Z]  Building docker-core-command-go ... done  ---> Running in 9b2e01680b54 [2021-04-19T19:18:42.012Z] Removing intermediate container 9b2e01680b54 [2021-04-19T19:18:42.012Z] ---> 95ad7c67a287 [2021-04-19T19:18:42.012Z] Step 23/24 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 [2021-04-19T19:18:42.062Z] gofmt -l . [2021-04-19T19:18:42.062Z] [ "`gofmt -l .`" = "" ] [2021-04-19T19:18:42.062Z] ./bin/test-go-mod-tidy.sh [2021-04-19T19:18:42.062Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-19T19:18:43.417Z] ---> Running in f0f11b3f9ee4 [2021-04-19T19:18:43.680Z] Collecting docker-compose==1.23.2 [2021-04-19T19:18:43.680Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-19T19:18:43.707Z] + ls -al . [2021-04-19T19:18:43.707Z] total 840 [2021-04-19T19:18:43.707Z] drwxrwxr-x 9 1001 1001 4096 Apr 19 19:18 . [2021-04-19T19:18:43.707Z] drwxr-xr-x 4 root root 4096 Apr 19 19:14 .. [2021-04-19T19:18:43.707Z] -rw-rw-r-- 1 1001 1001 11 Apr 19 19:12 .dockerignore [2021-04-19T19:18:43.707Z] drwxrwxr-x 8 1001 1001 4096 Apr 19 19:12 .git [2021-04-19T19:18:43.707Z] drwxrwxr-x 3 1001 1001 4096 Apr 19 19:12 .github [2021-04-19T19:18:43.707Z] -rw-rw-r-- 1 1001 1001 818 Apr 19 19:12 .gitignore [2021-04-19T19:18:43.707Z] -rw-rw-r-- 1 1001 1001 166 Apr 19 19:12 .sonarcloud.properties [2021-04-19T19:18:43.707Z] -rw-rw-r-- 1 1001 1001 8609 Apr 19 19:12 Attribution.txt [2021-04-19T19:18:43.707Z] -rw-rw-r-- 1 1001 1001 3804 Apr 19 19:12 CONTRIBUTING.md [2021-04-19T19:18:43.707Z] -rw-rw-r-- 1 1001 1001 931 Apr 19 19:12 Dockerfile.build [2021-04-19T19:18:43.707Z] -rw-rw-r-- 1 1001 1001 863 Apr 19 19:12 Jenkinsfile [2021-04-19T19:18:43.707Z] -rw-rw-r-- 1 1001 1001 10775 Apr 19 19:12 LICENSE [2021-04-19T19:18:43.707Z] -rw-rw-r-- 1 1001 1001 5774 Apr 19 19:12 Makefile [2021-04-19T19:18:43.707Z] -rw-rw-r-- 1 1001 1001 6548 Apr 19 19:12 README.md [2021-04-19T19:18:43.707Z] -rw-rw-r-- 1 1001 1001 6755 Apr 19 19:12 SECURITY.md [2021-04-19T19:18:43.707Z] -rw-rw-r-- 1 1001 1001 5 Apr 19 19:12 VERSION [2021-04-19T19:18:43.707Z] -rw-rw-r-- 1 1001 1001 4131 Apr 19 19:12 ZMQWindows.md [2021-04-19T19:18:43.707Z] drwxrwxr-x 2 1001 1001 4096 Apr 19 19:12 bin [2021-04-19T19:18:43.707Z] drwxrwxr-x 14 1001 1001 4096 Apr 19 19:12 cmd [2021-04-19T19:18:43.707Z] -rw-r--r-- 1 root root 703598 Apr 19 19:17 coverage.out [2021-04-19T19:18:43.707Z] -rw-r--r-- 1 root root 1058 Apr 19 19:18 go.mod [2021-04-19T19:18:43.707Z] -rw-r--r-- 1 root root 22256 Apr 19 19:18 go.sum [2021-04-19T19:18:43.707Z] drwxrwxr-x 8 1001 1001 4096 Apr 19 19:12 internal [2021-04-19T19:18:43.707Z] drwxrwxr-x 4 1001 1001 4096 Apr 19 19:12 openapi [2021-04-19T19:18:43.707Z] drwxrwxr-x 4 1001 1001 4096 Apr 19 19:12 snap [2021-04-19T19:18:43.707Z] -rw-rw-r-- 1 1001 1001 168 Apr 19 19:12 version.go [Pipeline] sh [2021-04-19T19:18:44.364Z] + '[' -e coverage.out ] [2021-04-19T19:18:44.364Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-19T19:18:44.397Z] Warning: overwriting stash ‘coverage-report’ [2021-04-19T19:18:45.572Z] Stashed 1 file(s) [Pipeline] sh [2021-04-19T19:18:46.262Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-19T19:18:46.262Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-19T19:18:46.287Z] + make build [2021-04-19T19:18:46.288Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-19T19:18:49.699Z] Collecting jsonschema<3,>=2.5.1 [2021-04-19T19:18:49.699Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-19T19:18:50.449Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T19:18:50.449Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T19:18:50.449Z] ---> bf1263827f47 [2021-04-19T19:18:50.449Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T19:18:50.449Z] ---> Using cache [2021-04-19T19:18:50.449Z] ---> edc1ad9cca59 [2021-04-19T19:18:50.449Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T19:18:50.449Z] ---> Using cache [2021-04-19T19:18:50.449Z] ---> d85189ad2372 [2021-04-19T19:18:50.449Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T19:18:50.449Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-19T19:18:51.543Z] Collecting texttable<0.10,>=0.9.0 [2021-04-19T19:18:51.544Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-19T19:18:52.952Z] Removing intermediate container f0f11b3f9ee4 [2021-04-19T19:18:52.952Z] ---> 23d6a0dcad82 [2021-04-19T19:18:52.952Z] Step 24/24 : LABEL version=0.0.0 [2021-04-19T19:18:54.352Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T19:18:54.352Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T19:18:54.352Z] ---> bf1263827f47 [2021-04-19T19:18:54.352Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T19:18:54.352Z] ---> Using cache [2021-04-19T19:18:54.352Z] ---> edc1ad9cca59 [2021-04-19T19:18:54.352Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T19:18:54.352Z] ---> Using cache [2021-04-19T19:18:54.352Z] ---> d85189ad2372 [2021-04-19T19:18:54.352Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-19T19:18:54.641Z] ---> Running in 5bb7fd812b3e [2021-04-19T19:18:54.909Z] Collecting PyYAML<4,>=3.10 [2021-04-19T19:18:54.909Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-19T19:18:54.909Z] ---> Running in 05f3da876daf [2021-04-19T19:18:55.176Z] ---> Running in 008ca13e80b1 [2021-04-19T19:18:56.459Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-19T19:18:57.128Z] Collecting docopt<0.7,>=0.6.1 [2021-04-19T19:18:57.128Z] Removing intermediate container 05f3da876daf [2021-04-19T19:18:57.128Z] ---> a958ce3ba3bb [2021-04-19T19:18:57.128Z] [2021-04-19T19:18:57.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T19:18:57.128Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-19T19:18:57.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T19:18:57.392Z] Successfully built a958ce3ba3bb [2021-04-19T19:18:57.667Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T19:18:57.667Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T19:18:57.933Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-19T19:18:57.933Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-04-19T19:18:57.933Z] Collecting cached-property<2,>=1.2.0 [2021-04-19T19:18:58.201Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-19T19:18:58.201Z] OK: 233 MiB in 51 packages [2021-04-19T19:18:58.201Z] OK: 233 MiB in 51 packages [2021-04-19T19:18:58.201Z] Collecting docker<4.0,>=3.6.0 [2021-04-19T19:18:58.201Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-19T19:18:59.600Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-19T19:18:59.600Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-19T19:19:02.187Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T19:19:02.187Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-19T19:19:02.187Z] ---> bf1263827f47 [2021-04-19T19:19:02.187Z] Step 3/31 : WORKDIR /edgex-go [2021-04-19T19:19:02.187Z] ---> Using cache [2021-04-19T19:19:02.187Z] ---> edc1ad9cca59 [2021-04-19T19:19:02.187Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T19:19:02.187Z] ---> Using cache [2021-04-19T19:19:02.187Z] ---> d85189ad2372 [2021-04-19T19:19:02.187Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-19T19:19:02.187Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-19T19:19:02.187Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-19T19:19:03.147Z] Collecting docker-pycreds>=0.4.0 [2021-04-19T19:19:03.147Z] ---> Running in f6e7d4e0fdad [2021-04-19T19:19:03.147Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-19T19:19:03.147Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-19T19:19:03.409Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-19T19:19:03.409Z] Removing intermediate container 008ca13e80b1 [2021-04-19T19:19:03.409Z] ---> e7655421a8a0 [2021-04-19T19:19:03.409Z] Step 6/22 : COPY go.mod . [2021-04-19T19:19:03.991Z] Collecting idna<2.8,>=2.5 [2021-04-19T19:19:03.991Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-19T19:19:03.991Z] Removing intermediate container 5bb7fd812b3e [2021-04-19T19:19:03.991Z] ---> 5f47f7b9912d [2021-04-19T19:19:03.991Z] Step 6/23 : COPY go.mod . [2021-04-19T19:19:03.991Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-19T19:19:03.991Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-19T19:19:03.991Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-19T19:19:03.991Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-19T19:19:03.991Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-19T19:19:03.991Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-19T19:19:04.256Z] Installing collected packages: websocket-client, jsonschema, texttable, PyYAML, docopt, cached-property, docker-pycreds, urllib3, idna, requests, docker, dockerpty, docker-compose [2021-04-19T19:19:05.208Z] ---> 45f7767bdcbb [2021-04-19T19:19:05.208Z] Step 7/22 : RUN go mod download [2021-04-19T19:19:05.208Z] ---> 8ad29c33759a [2021-04-19T19:19:05.208Z] Step 7/23 : RUN go mod download [2021-04-19T19:19:05.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T19:19:05.472Z] ---> Running in 498da73f371e [2021-04-19T19:19:05.472Z] Running setup.py install for texttable: started [2021-04-19T19:19:05.472Z] ---> Running in 81d7fffa24aa [2021-04-19T19:19:06.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T19:19:06.323Z] OK: 233 MiB in 51 packages [2021-04-19T19:19:06.919Z] Running setup.py install for texttable: finished with status 'done' [2021-04-19T19:19:06.919Z] Running setup.py install for PyYAML: started [2021-04-19T19:19:07.507Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-19T19:19:07.803Z] Running setup.py install for docopt: started [2021-04-19T19:19:07.803Z] Removing intermediate container f6e7d4e0fdad [2021-04-19T19:19:07.803Z] ---> 080740f8ca08 [2021-04-19T19:19:07.803Z] Step 6/31 : COPY go.mod . [2021-04-19T19:19:08.391Z] Running setup.py install for docopt: finished with status 'done' [2021-04-19T19:19:08.391Z] Attempting uninstall: urllib3 [2021-04-19T19:19:08.391Z] Found existing installation: urllib3 1.25.9 [2021-04-19T19:19:08.391Z] Uninstalling urllib3-1.25.9: [2021-04-19T19:19:08.654Z] Successfully uninstalled urllib3-1.25.9 [2021-04-19T19:19:08.654Z] ---> 90d635b6ea16 [2021-04-19T19:19:08.654Z] Step 7/31 : RUN go mod download [2021-04-19T19:19:08.916Z] ---> Running in e7b632b16cd1 [2021-04-19T19:19:09.870Z] Attempting uninstall: idna [2021-04-19T19:19:09.870Z] Found existing installation: idna 2.9 [2021-04-19T19:19:09.870Z] Uninstalling idna-2.9: [2021-04-19T19:19:09.870Z] Successfully uninstalled idna-2.9 [2021-04-19T19:19:10.472Z] Attempting uninstall: requests [2021-04-19T19:19:10.472Z] Found existing installation: requests 2.23.0 [2021-04-19T19:19:10.472Z] Uninstalling requests-2.23.0: [2021-04-19T19:19:10.472Z] Successfully uninstalled requests-2.23.0 [2021-04-19T19:19:12.405Z] Running setup.py install for dockerpty: started [2021-04-19T19:19:12.985Z] Removing intermediate container 81d7fffa24aa [2021-04-19T19:19:12.985Z] ---> 217c91443f68 [2021-04-19T19:19:12.985Z] Step 8/23 : COPY . . [2021-04-19T19:19:12.985Z] Removing intermediate container 498da73f371e [2021-04-19T19:19:12.985Z] ---> f09c3601f592 [2021-04-19T19:19:12.985Z] Step 8/22 : COPY . . [2021-04-19T19:19:13.560Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-19T19:19:17.790Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T19:19:17.791Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T19:19:17.791Z] ---> bf1263827f47 [2021-04-19T19:19:17.791Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T19:19:17.791Z] ---> Using cache [2021-04-19T19:19:17.791Z] ---> edc1ad9cca59 [2021-04-19T19:19:17.791Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T19:19:17.791Z] ---> Using cache [2021-04-19T19:19:17.791Z] ---> d85189ad2372 [2021-04-19T19:19:17.791Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-19T19:19:18.743Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-19T19:19:20.135Z] ---> Running in 34981ac2d74a [2021-04-19T19:19:23.272Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-19T19:19:23.460Z] Removing intermediate container e7b632b16cd1 [2021-04-19T19:19:23.460Z] ---> 632e66943ae0 [2021-04-19T19:19:23.460Z] Step 8/31 : COPY . . [2021-04-19T19:19:24.704Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-19T19:19:28.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T19:19:28.815Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T19:19:29.787Z] OK: 233 MiB in 51 packages [2021-04-19T19:19:30.104Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-19T19:19:31.535Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-19T19:19:36.944Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-19T19:19:39.847Z] Removing intermediate container 34981ac2d74a [2021-04-19T19:19:39.847Z] ---> 4a5e036d45bf [2021-04-19T19:19:39.848Z] Step 6/23 : COPY go.mod . [2021-04-19T19:19:42.344Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-19T19:19:42.443Z] ---> 727114dd38c0 [2021-04-19T19:19:42.443Z] Step 7/23 : RUN go mod download [2021-04-19T19:19:43.873Z] ---> Running in 9f80659a464d [2021-04-19T19:19:46.646Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-19T19:19:49.203Z] ---> 722675326c0b [2021-04-19T19:19:49.203Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-19T19:19:49.203Z] ---> 4ac1865df409 [2021-04-19T19:19:49.203Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-19T19:19:49.203Z] ---> Running in 1f2c0644afb6 [2021-04-19T19:19:49.203Z] ---> Running in 0fa7e3293323 [2021-04-19T19:19:51.139Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-19T19:19:51.750Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-19T19:19:52.045Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-19T19:19:52.339Z] Removing intermediate container 9f80659a464d [2021-04-19T19:19:52.339Z] ---> ac219ea57dbf [2021-04-19T19:19:52.339Z] Step 8/23 : COPY . . [2021-04-19T19:19:55.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-04-19T19:20:00.839Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-19T19:20:02.430Z] ---> fffc82094ec0 [2021-04-19T19:20:02.430Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-19T19:20:02.430Z] Removing intermediate container a6ca951a9b1f [2021-04-19T19:20:02.430Z] ---> 75930c32d435 [2021-04-19T19:20:02.430Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-19T19:20:05.887Z] ---> Running in d3178492783a [2021-04-19T19:20:05.887Z] ---> Running in b557fc121498 [2021-04-19T19:20:07.352Z] Removing intermediate container b557fc121498 [2021-04-19T19:20:07.352Z] ---> 2d493d3d8097 [2021-04-19T19:20:07.352Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-19T19:20:07.622Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-19T19:20:08.233Z] ---> Running in d521399a096e [2021-04-19T19:20:08.841Z] Removing intermediate container d521399a096e [2021-04-19T19:20:08.841Z] ---> aad09a9f1904 [2021-04-19T19:20:08.841Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [Pipeline] } [2021-04-19T19:20:09.125Z] $ docker stop --time=1 aab6886e3cfdb140fb3c35a69124fd132f7674b8468e191fc6af886ace2c4c5a [2021-04-19T19:20:11.810Z] $ docker rm -f aab6886e3cfdb140fb3c35a69124fd132f7674b8468e191fc6af886ace2c4c5a [2021-04-19T19:20:12.273Z] ---> abfbd815bf1b [2021-04-19T19:20:12.273Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T19:20:13.515Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T19:20:13.515Z] [2021-04-19T19:20:13.515Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T19:20:13.863Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T19:20:14.138Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-19T19:20:14.138Z] 29e5d40040c1: Pulling fs layer [2021-04-19T19:20:14.138Z] 1ce36da41761: Pulling fs layer [2021-04-19T19:20:14.138Z] 25b303627fd3: Pulling fs layer [2021-04-19T19:20:14.138Z] 29e5d40040c1: Verifying Checksum [2021-04-19T19:20:14.138Z] 29e5d40040c1: Download complete [2021-04-19T19:20:14.683Z] ---> eb8965c74ade [2021-04-19T19:20:14.684Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-19T19:20:14.739Z] 1ce36da41761: Verifying Checksum [2021-04-19T19:20:14.739Z] 1ce36da41761: Download complete [2021-04-19T19:20:15.010Z] 29e5d40040c1: Pull complete [2021-04-19T19:20:16.489Z] 1ce36da41761: Pull complete [2021-04-19T19:20:16.489Z] 25b303627fd3: Verifying Checksum [2021-04-19T19:20:16.489Z] 25b303627fd3: Download complete [2021-04-19T19:20:17.406Z] ---> 18b082b1f4dd [2021-04-19T19:20:17.406Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-19T19:20:18.838Z] ---> Running in cbe3f4eec02b [2021-04-19T19:20:19.826Z] Removing intermediate container cbe3f4eec02b [2021-04-19T19:20:19.826Z] ---> 4954217d636c [2021-04-19T19:20:19.826Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T19:20:22.498Z] ---> Running in 655de90889f9 [2021-04-19T19:20:23.092Z] ---> bbba62f7ce01 [2021-04-19T19:20:23.092Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-19T19:20:23.364Z] Removing intermediate container 655de90889f9 [2021-04-19T19:20:23.364Z] ---> 1b5cd404a420 [2021-04-19T19:20:23.364Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T19:20:23.364Z] ---> Running in 50e16dca640a [2021-04-19T19:20:23.636Z] ---> Running in 29c1d9de5229 [2021-04-19T19:20:24.234Z] Removing intermediate container 29c1d9de5229 [2021-04-19T19:20:24.234Z] ---> 2aeb6ff8f68c [2021-04-19T19:20:24.234Z] Step 22/23 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 [2021-04-19T19:20:24.234Z] ---> Running in 80e9130b355e [2021-04-19T19:20:24.513Z] Removing intermediate container 80e9130b355e [2021-04-19T19:20:24.513Z] ---> dbcc36594e88 [2021-04-19T19:20:24.513Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T19:20:24.796Z] ---> Running in d77c9ba3951e [2021-04-19T19:20:24.796Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-19T19:20:25.080Z] Removing intermediate container d77c9ba3951e [2021-04-19T19:20:25.080Z] ---> 0eace7856037 [2021-04-19T19:20:25.080Z] [2021-04-19T19:20:25.361Z] Successfully built 0eace7856037 [2021-04-19T19:20:25.361Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-19T19:20:26.628Z] 25b303627fd3: Pull complete [2021-04-19T19:20:26.628Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-19T19:20:26.628Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T19:20:26.628Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-19T19:20:26.892Z] prd-ubuntu18.04-docker-arm64-4c-16g-902 does not seem to be running inside a container [2021-04-19T19:20:26.959Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-19T19:20:30.145Z] $ docker top b9dfce6d77eac37e76f94cb0e09d6e4208425f84a4aa3c648bd48236f70ad5f9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T19:20:31.181Z] + grep parallel [2021-04-19T19:20:31.181Z] + docker-compose build --help [2021-04-19T19:20:33.598Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 1f2c0644afb6 [2021-04-19T19:20:33.598Z] ---> c904dd4c4ce4 [2021-04-19T19:20:33.598Z] [2021-04-19T19:20:33.598Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T19:20:33.598Z] ---> 13621d1b12d4 [2021-04-19T19:20:33.598Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-19T19:20:33.598Z] ---> Using cache [2021-04-19T19:20:33.598Z] ---> dbb7cf399954 [2021-04-19T19:20:33.598Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T19:20:33.598Z] ---> Using cache [2021-04-19T19:20:33.598Z] ---> c8a5cfd17769 [2021-04-19T19:20:33.598Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-19T19:20:34.556Z] ---> Running in 473411f09eaa [2021-04-19T19:20:34.840Z] Removing intermediate container 0fa7e3293323 [2021-04-19T19:20:34.840Z] ---> d282769dea69 [2021-04-19T19:20:34.840Z] [2021-04-19T19:20:34.840Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T19:20:34.840Z] ---> 13621d1b12d4 [2021-04-19T19:20:34.840Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T19:20:34.840Z] ---> Using cache [2021-04-19T19:20:34.840Z] ---> dbb7cf399954 [2021-04-19T19:20:34.840Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T19:20:34.840Z] ---> Using cache [2021-04-19T19:20:34.840Z] ---> c8a5cfd17769 [2021-04-19T19:20:34.840Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-19T19:20:34.840Z] Removing intermediate container 473411f09eaa [2021-04-19T19:20:34.840Z] ---> 1d7481221c4e [2021-04-19T19:20:34.840Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T19:20:35.117Z] ---> Running in 695ddab5ec03 [2021-04-19T19:20:35.492Z] --parallel Build images in parallel. [Pipeline] } [2021-04-19T19:20:35.496Z] $ docker stop --time=1 b9dfce6d77eac37e76f94cb0e09d6e4208425f84a4aa3c648bd48236f70ad5f9 [2021-04-19T19:20:36.082Z] ---> Running in e673de0972fa [2021-04-19T19:20:36.674Z] Removing intermediate container 695ddab5ec03 [2021-04-19T19:20:36.674Z] ---> dde7b82e1ffa [2021-04-19T19:20:36.674Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T19:20:37.456Z] $ docker rm -f b9dfce6d77eac37e76f94cb0e09d6e4208425f84a4aa3c648bd48236f70ad5f9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T19:20:38.121Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T19:20:38.121Z] . [2021-04-19T19:20:38.123Z] ---> Running in b05a4e4ce315 [2021-04-19T19:20:38.124Z] Removing intermediate container e673de0972fa [2021-04-19T19:20:38.124Z] ---> eabe779875fc [2021-04-19T19:20:38.124Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T19:20:38.124Z] Removing intermediate container d3178492783a [2021-04-19T19:20:38.124Z] ---> a14152c64336 [2021-04-19T19:20:38.124Z] [2021-04-19T19:20:38.124Z] Step 10/31 : FROM alpine:3.12 [2021-04-19T19:20:38.124Z] ---> 13621d1b12d4 [2021-04-19T19:20:38.124Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-19T19:20:38.124Z] ---> Running in 02d9f3b4ab35 [Pipeline] withDockerContainer [2021-04-19T19:20:38.381Z] prd-ubuntu18.04-docker-arm64-4c-16g-902 does not seem to be running inside a container [2021-04-19T19:20:38.405Z] Removing intermediate container b05a4e4ce315 [2021-04-19T19:20:38.405Z] ---> e528e725a2d7 [2021-04-19T19:20:38.405Z] Step 15/23 : WORKDIR / [2021-04-19T19:20:38.439Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-04-19T19:20:38.687Z] ---> 53789e8e5456 [2021-04-19T19:20:38.687Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-19T19:20:38.687Z] ---> Running in f2bb76a5a9be [2021-04-19T19:20:38.687Z] Removing intermediate container 02d9f3b4ab35 [2021-04-19T19:20:38.687Z] ---> e0f3c2f0365c [2021-04-19T19:20:38.687Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-19T19:20:38.967Z] ---> Running in f6656280afba [2021-04-19T19:20:39.252Z] Removing intermediate container f2bb76a5a9be [2021-04-19T19:20:39.252Z] ---> 68dd39ce979b [2021-04-19T19:20:39.252Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T19:20:39.530Z] ---> 21f05194409a [2021-04-19T19:20:39.530Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-19T19:20:39.813Z] ---> e68730409971 [2021-04-19T19:20:39.813Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-19T19:20:39.879Z] $ docker top a163c0f416a0a33417c304b56ae7952cd55816af56ec56cc763421754daa83d6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T19:20:40.395Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T19:20:40.395Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T19:20:40.395Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-19T19:20:40.395Z] (2/2) Installing su-exec (0.2-r1) [2021-04-19T19:20:40.395Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T19:20:40.660Z] OK: 6 MiB in 16 packages [2021-04-19T19:20:40.814Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-19T19:20:41.656Z] ---> 6e0bac15a8f6 [2021-04-19T19:20:41.656Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-19T19:20:41.656Z] ---> 37ee96539c5e [2021-04-19T19:20:41.656Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-19T19:20:41.929Z] ---> Running in d4b4165f21e3 [2021-04-19T19:20:42.195Z] ---> 2c9a3aeb8faf [2021-04-19T19:20:42.195Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-19T19:20:42.195Z] Removing intermediate container f6656280afba [2021-04-19T19:20:42.195Z] ---> 4031323c2c93 [2021-04-19T19:20:42.195Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-19T19:20:42.466Z] ---> Running in 076af110f460 [2021-04-19T19:20:42.466Z] ---> Running in ddc3b7df108e [2021-04-19T19:20:42.734Z] Removing intermediate container d4b4165f21e3 [2021-04-19T19:20:42.734Z] ---> 815d374b56eb [2021-04-19T19:20:42.734Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T19:20:42.999Z] Removing intermediate container 076af110f460 [2021-04-19T19:20:42.999Z] ---> fbd2ea014ffc [2021-04-19T19:20:42.999Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T19:20:42.999Z] ---> Running in 9654e71bae00 [2021-04-19T19:20:43.589Z] Removing intermediate container ddc3b7df108e [2021-04-19T19:20:43.589Z] ---> 6aed0df10563 [2021-04-19T19:20:43.589Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-19T19:20:43.589Z] ---> Running in 45c5f6416925 [2021-04-19T19:20:43.888Z] ---> Running in dc275c24c107 [2021-04-19T19:20:43.888Z] Removing intermediate container 9654e71bae00 [2021-04-19T19:20:43.888Z] ---> 58b232a96ce5 [2021-04-19T19:20:43.888Z] Step 20/22 : LABEL arch=x86_64 [2021-04-19T19:20:43.888Z] Removing intermediate container 45c5f6416925 [2021-04-19T19:20:43.888Z] ---> 856690620dcb [2021-04-19T19:20:43.888Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T19:20:43.888Z] ---> Running in 0a974c4f1699 [2021-04-19T19:20:44.154Z] ---> Running in 2a572d406cc1 [2021-04-19T19:20:44.154Z] Removing intermediate container dc275c24c107 [2021-04-19T19:20:44.154Z] ---> f9b6ef89bf7d [2021-04-19T19:20:44.154Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-19T19:20:44.182Z] Building docker-core-command-go ... [2021-04-19T19:20:44.182Z] Building docker-core-data-go ... [2021-04-19T19:20:44.182Z] Building docker-core-metadata-go ... [2021-04-19T19:20:44.182Z] Building docker-security-bootstrapper-go ... [2021-04-19T19:20:44.182Z] Building docker-security-proxy-setup-go ... [2021-04-19T19:20:44.182Z] Building docker-security-secretstore-setup-go ... [2021-04-19T19:20:44.182Z] Building docker-support-notifications-go ... [2021-04-19T19:20:44.182Z] Building docker-support-scheduler-go ... [2021-04-19T19:20:44.182Z] Building docker-sys-mgmt-agent-go ... [2021-04-19T19:20:44.182Z] Building docker-support-scheduler-go [2021-04-19T19:20:44.182Z] Building docker-security-bootstrapper-go [2021-04-19T19:20:44.182Z] Building docker-core-data-go [2021-04-19T19:20:44.182Z] Building docker-support-notifications-go [2021-04-19T19:20:44.182Z] Building docker-security-secretstore-setup-go [2021-04-19T19:20:44.433Z] Removing intermediate container 0a974c4f1699 [2021-04-19T19:20:44.433Z] ---> 0e134b40ad98 [2021-04-19T19:20:44.433Z] Step 21/22 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 [2021-04-19T19:20:44.434Z] ---> Running in d8c5f0433f7b [2021-04-19T19:20:44.434Z] ---> Running in 8a3d13651b29 [2021-04-19T19:20:44.434Z] Removing intermediate container 2a572d406cc1 [2021-04-19T19:20:44.434Z] ---> b87cdc709940 [2021-04-19T19:20:44.434Z] Step 22/23 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 [2021-04-19T19:20:44.704Z] ---> Running in e1901fb7d8ea [2021-04-19T19:20:44.972Z] Removing intermediate container 8a3d13651b29 [2021-04-19T19:20:44.972Z] ---> b282910c9332 [2021-04-19T19:20:44.972Z] Step 22/22 : LABEL version=0.0.0 [2021-04-19T19:20:44.972Z] ---> Running in 9df568dde18a [2021-04-19T19:20:44.972Z] Removing intermediate container e1901fb7d8ea [2021-04-19T19:20:44.972Z] ---> 7667b1a87c64 [2021-04-19T19:20:44.972Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T19:20:45.244Z] ---> Running in d689bbe56391 [2021-04-19T19:20:45.244Z] Removing intermediate container 9df568dde18a [2021-04-19T19:20:45.244Z] ---> 7e0a70f81067 [2021-04-19T19:20:45.244Z] [2021-04-19T19:20:45.244Z] Removing intermediate container d689bbe56391 [2021-04-19T19:20:45.244Z] ---> 88dae60d7685 [2021-04-19T19:20:45.244Z] [2021-04-19T19:20:45.820Z] Successfully built 7e0a70f81067 [2021-04-19T19:20:45.820Z] Successfully built 88dae60d7685 [2021-04-19T19:20:45.820Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-19T19:20:45.820Z]  Building docker-support-scheduler-go ... done Successfully tagged docker-core-metadata-go:latest [2021-04-19T19:20:46.410Z]  Building docker-core-metadata-go ... done Removing intermediate container d8c5f0433f7b [2021-04-19T19:20:46.410Z] ---> 4bb25a901543 [2021-04-19T19:20:46.410Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-19T19:20:46.410Z] ---> Running in b9e6f913d4d2 [2021-04-19T19:20:47.802Z] Removing intermediate container b9e6f913d4d2 [2021-04-19T19:20:47.802Z] ---> 9e2504857404 [2021-04-19T19:20:47.802Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-19T19:20:48.378Z] ---> da4ccf6f0b62 [2021-04-19T19:20:48.378Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-19T19:20:48.641Z] ---> Running in ea850e4f5556 [2021-04-19T19:20:50.573Z] Removing intermediate container ea850e4f5556 [2021-04-19T19:20:50.573Z] ---> d623ed8300ed [2021-04-19T19:20:50.573Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T19:20:52.499Z] Removing intermediate container 50e16dca640a [2021-04-19T19:20:52.499Z] ---> e3bee79ada17 [2021-04-19T19:20:52.499Z] [2021-04-19T19:20:52.499Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T19:20:52.499Z] ---> 13621d1b12d4 [2021-04-19T19:20:52.499Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-19T19:20:52.499Z] ---> 41e289333f2d [2021-04-19T19:20:52.499Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-19T19:20:52.499Z] ---> Running in 5911c891439b [2021-04-19T19:20:52.768Z] Removing intermediate container 5911c891439b [2021-04-19T19:20:52.768Z] ---> d7ee546c5839 [2021-04-19T19:20:52.768Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-19T19:20:52.768Z] ---> Running in 6a4b68f9126a [2021-04-19T19:20:52.768Z] ---> 3c2e6fd70545 [2021-04-19T19:20:52.768Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-19T19:20:53.033Z] Removing intermediate container 6a4b68f9126a [2021-04-19T19:20:53.033Z] ---> 96c3aada0ab8 [2021-04-19T19:20:53.033Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-19T19:20:53.033Z] ---> Running in 31f08589ff3f [2021-04-19T19:20:53.033Z] ---> 9ce10e5e2402 [2021-04-19T19:20:53.033Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-19T19:20:53.299Z] Removing intermediate container 31f08589ff3f [2021-04-19T19:20:53.299Z] ---> 736f315baa19 [2021-04-19T19:20:53.299Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T19:20:53.299Z] ---> Running in 82d01e2418de [2021-04-19T19:20:53.565Z] ---> 3ab7ce052a6f [2021-04-19T19:20:53.565Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-19T19:20:53.829Z] ---> 4b7d00e3b9f7 [2021-04-19T19:20:53.829Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-19T19:20:54.094Z] ---> Running in 05ecddf11934 [2021-04-19T19:20:54.357Z] Removing intermediate container 05ecddf11934 [2021-04-19T19:20:54.357Z] ---> bb5fd21e9af0 [2021-04-19T19:20:54.357Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-19T19:20:54.357Z] Removing intermediate container 82d01e2418de [2021-04-19T19:20:54.357Z] ---> 390b25091a12 [2021-04-19T19:20:54.357Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-19T19:20:54.621Z] ---> Running in 636629cd78ab [2021-04-19T19:20:54.621Z] ---> 50eba8169edb [2021-04-19T19:20:54.621Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-19T19:20:54.889Z] ---> Running in 4c029a0791d7 [2021-04-19T19:20:55.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T19:20:55.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T19:20:55.724Z] Removing intermediate container 4c029a0791d7 [2021-04-19T19:20:55.724Z] ---> f87583e6921b [2021-04-19T19:20:55.724Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-19T19:20:55.988Z] ---> Running in 84e98b0c597a [2021-04-19T19:20:55.988Z] Removing intermediate container 84e98b0c597a [2021-04-19T19:20:55.988Z] ---> 97596f2e3f9b [2021-04-19T19:20:55.988Z] Step 28/31 : CMD ["gate"] [2021-04-19T19:20:56.250Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-19T19:20:56.250Z] ---> Running in 7446a1fe9eb1 [2021-04-19T19:20:56.250Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-19T19:20:56.251Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-19T19:20:56.251Z] Removing intermediate container 7446a1fe9eb1 [2021-04-19T19:20:56.251Z] ---> 07a3902ef619 [2021-04-19T19:20:56.251Z] Step 29/31 : LABEL arch=x86_64 [2021-04-19T19:20:56.545Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-19T19:20:56.546Z] ---> Running in b65ed117b8a4 [2021-04-19T19:20:56.808Z] Removing intermediate container b65ed117b8a4 [2021-04-19T19:20:56.808Z] ---> e5bb82131696 [2021-04-19T19:20:56.808Z] Step 30/31 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 [2021-04-19T19:20:56.808Z] ---> Running in 41ac9c414c24 [2021-04-19T19:20:57.070Z] Removing intermediate container 41ac9c414c24 [2021-04-19T19:20:57.070Z] ---> 7d93669468eb [2021-04-19T19:20:57.070Z] Step 31/31 : LABEL version=0.0.0 [2021-04-19T19:20:57.070Z] ---> Running in 40d3636d2f62 [2021-04-19T19:20:57.070Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-19T19:20:57.336Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-19T19:20:57.336Z] Removing intermediate container 40d3636d2f62 [2021-04-19T19:20:57.336Z] ---> dfb870d4b026 [2021-04-19T19:20:57.336Z] [2021-04-19T19:20:57.336Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T19:20:57.336Z] OK: 8 MiB in 20 packages [2021-04-19T19:20:57.598Z] Successfully built dfb870d4b026 [2021-04-19T19:20:57.598Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-19T19:20:57.862Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 636629cd78ab [2021-04-19T19:20:57.862Z] ---> 5541bbccfa8e [2021-04-19T19:20:57.862Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T19:20:58.126Z] ---> 1fc2b02dc181 [2021-04-19T19:20:58.126Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-19T19:20:58.701Z] ---> d03bff233199 [2021-04-19T19:20:58.701Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-19T19:20:58.965Z] ---> 98811df70aa4 [2021-04-19T19:20:58.965Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-19T19:20:58.965Z] ---> Running in 0f5c28028c68 [2021-04-19T19:20:59.226Z] Removing intermediate container 0f5c28028c68 [2021-04-19T19:20:59.226Z] ---> dc14c167c291 [2021-04-19T19:20:59.226Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T19:20:59.226Z] ---> Running in 5431879fec58 [2021-04-19T19:20:59.489Z] Removing intermediate container 5431879fec58 [2021-04-19T19:20:59.489Z] ---> 11b0c7abd733 [2021-04-19T19:20:59.489Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T19:20:59.489Z] ---> Running in 27066ad78880 [2021-04-19T19:20:59.751Z] Removing intermediate container 27066ad78880 [2021-04-19T19:20:59.751Z] ---> d2354b83f8fa [2021-04-19T19:20:59.751Z] Step 22/23 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 [2021-04-19T19:20:59.751Z] ---> Running in a2764ed24ab6 [2021-04-19T19:21:00.012Z] Removing intermediate container a2764ed24ab6 [2021-04-19T19:21:00.012Z] ---> d65baa9f6873 [2021-04-19T19:21:00.012Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T19:21:00.012Z] ---> Running in 2a6aaaad1bc3 [2021-04-19T19:21:00.012Z] Removing intermediate container 2a6aaaad1bc3 [2021-04-19T19:21:00.012Z] ---> 671d6630040d [2021-04-19T19:21:00.012Z] [2021-04-19T19:21:00.275Z] Successfully built 671d6630040d [2021-04-19T19:21:00.275Z] Successfully tagged docker-core-data-go:latest [2021-04-19T19:21:01.693Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-19T19:21:01.737Z] $ docker stop --time=1 59ef18066d2fbfc42b3ad365c68be9c9b710722a7a97c2c450bdca00a8f15400 [2021-04-19T19:21:03.538Z] $ docker rm -f 59ef18066d2fbfc42b3ad365c68be9c9b710722a7a97c2c450bdca00a8f15400 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T19:21:04.015Z] + docker images [2021-04-19T19:21:04.015Z] + grep docker [2021-04-19T19:21:04.278Z] docker-core-data-go latest 671d6630040d 5 seconds ago 22.9MB [2021-04-19T19:21:04.278Z] docker-security-bootstrapper-go latest dfb870d4b026 7 seconds ago 19.3MB [2021-04-19T19:21:04.278Z] docker-core-metadata-go latest 88dae60d7685 19 seconds ago 19.2MB [2021-04-19T19:21:04.278Z] docker-support-scheduler-go latest 7e0a70f81067 19 seconds ago 17.7MB [2021-04-19T19:21:04.278Z] docker-sys-mgmt-agent-go latest 0eace7856037 40 seconds ago 312MB [2021-04-19T19:21:04.278Z] docker-security-secretstore-setup-go latest a958ce3ba3bb 2 minutes ago 26.3MB [2021-04-19T19:21:04.278Z] docker-support-notifications-go latest dc607abca0f0 2 minutes ago 18.2MB [2021-04-19T19:21:04.278Z] docker-core-command-go latest 690891c1c427 2 minutes ago 17.5MB [2021-04-19T19:21:04.278Z] docker-security-proxy-setup-go latest 0b5d89e7a0ec 2 minutes ago 26MB [2021-04-19T19:21:04.278Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-19T19:21:04.728Z] Running on prd-ubuntu18.04-docker-8c-8g-891 in /w/workspace/edgexfoundry_edgex-go_PR-3372 [Pipeline] { [Pipeline] ws [2021-04-19T19:21:04.744Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-04-19T19:21:07.118Z] using credential edgex-jenkins-ssh [2021-04-19T19:21:07.133Z] Cloning the remote Git repository [2021-04-19T19:21:07.152Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-19T19:21:07.215Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-04-19T19:21:07.239Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-19T19:21:07.239Z] > git --version # timeout=10 [2021-04-19T19:21:07.250Z] > git --version # 'git version 2.17.1' [2021-04-19T19:21:07.251Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T19:21:07.271Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T19:21:19.129Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-19T19:21:19.135Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T19:21:19.144Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-19T19:21:19.154Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-19T19:21:19.154Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T19:21:19.158Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3372/head:refs/remotes/origin/PR-3372 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T19:21:19.617Z] Merging remotes/origin/master commit f0b9a2565c35e3e793117cba23215fdd88b3162c into PR head commit 105a09adc1e1b7b08d6001329a64af964d39cb96 [2021-04-19T19:21:19.757Z] Merge succeeded, producing 105a09adc1e1b7b08d6001329a64af964d39cb96 [2021-04-19T19:21:19.758Z] Checking out Revision 105a09adc1e1b7b08d6001329a64af964d39cb96 (PR-3372) [2021-04-19T19:21:19.624Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T19:21:19.627Z] > git checkout -f 105a09adc1e1b7b08d6001329a64af964d39cb96 # timeout=10 [2021-04-19T19:21:19.729Z] > git remote # timeout=10 [2021-04-19T19:21:19.735Z] > git config --get remote.origin.url # timeout=10 [2021-04-19T19:21:19.740Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T19:21:19.744Z] > git merge f0b9a2565c35e3e793117cba23215fdd88b3162c # timeout=10 [2021-04-19T19:21:19.752Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-19T19:21:19.759Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T19:21:19.763Z] > git checkout -f 105a09adc1e1b7b08d6001329a64af964d39cb96 # timeout=10 [2021-04-19T19:21:23.362Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T19:21:24.298Z] + echo snap-build.sh [2021-04-19T19:21:24.298Z] snap-build.sh [2021-04-19T19:21:24.298Z] + SNAP_BASE_DIR=. [2021-04-19T19:21:24.298Z] + '[' '!' -z /w/workspace/edgex-go/5 ']' [2021-04-19T19:21:24.298Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/5 [2021-04-19T19:21:24.298Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' [2021-04-19T19:21:24.298Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/5] [2021-04-19T19:21:24.298Z] + cd /w/workspace/edgex-go/5 [2021-04-19T19:21:24.298Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-19T19:21:24.298Z] Reading package lists... [2021-04-19T19:21:24.560Z] Building dependency tree... [2021-04-19T19:21:24.560Z] Reading state information... [2021-04-19T19:21:24.560Z] The following packages were automatically installed and are no longer required: [2021-04-19T19:21:24.560Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-19T19:21:24.560Z] uidmap xdelta3 [2021-04-19T19:21:24.560Z] Use 'sudo apt autoremove' to remove them. [2021-04-19T19:21:24.560Z] The following packages will be REMOVED: [2021-04-19T19:21:24.560Z] lxd* lxd-client* [2021-04-19T19:21:25.133Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-19T19:21:25.133Z] After this operation, 31.7 MB disk space will be freed. [2021-04-19T19:21:26.182Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-04-19T19:21:26.443Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-19T19:21:27.386Z] Removing lxd dnsmasq configuration [2021-04-19T19:21:27.386Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-19T19:21:27.386Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-19T19:22:05.921Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T19:22:05.921Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-19T19:22:05.921Z] ---> 8488c351e2a9 [2021-04-19T19:22:05.921Z] Step 3/31 : WORKDIR /edgex-go [2021-04-19T19:22:05.921Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T19:22:05.921Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-19T19:22:05.921Z] ---> 8488c351e2a9 [2021-04-19T19:22:05.921Z] Step 3/24 : WORKDIR /edgex-go [2021-04-19T19:22:05.921Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T19:22:05.921Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T19:22:05.921Z] ---> 8488c351e2a9 [2021-04-19T19:22:05.921Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T19:22:05.921Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T19:22:05.921Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T19:22:05.921Z] ---> 8488c351e2a9 [2021-04-19T19:22:05.921Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T19:22:05.921Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T19:22:05.921Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T19:22:05.921Z] ---> 8488c351e2a9 [2021-04-19T19:22:05.921Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T19:22:05.921Z] ---> Running in 62cbe8828388 [2021-04-19T19:22:05.921Z] ---> Running in b58e11690f01 [2021-04-19T19:22:05.921Z] ---> Running in 2c652a67a79b [2021-04-19T19:22:05.921Z] ---> Running in 1507d659d4dc [2021-04-19T19:22:05.921Z] ---> Running in 812bde125cd8 [2021-04-19T19:22:05.921Z] Removing intermediate container 2c652a67a79b [2021-04-19T19:22:05.921Z] Removing intermediate container 62cbe8828388 [2021-04-19T19:22:05.921Z] ---> 5a718cb744af [2021-04-19T19:22:05.921Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 496bc3d438c7 [2021-04-19T19:22:05.921Z] [2021-04-19T19:22:05.921Z] Removing intermediate container b58e11690f01 [2021-04-19T19:22:05.921Z] ---> 8a51b940cbee [2021-04-19T19:22:05.922Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T19:22:05.922Z] [2021-04-19T19:22:05.922Z] Removing intermediate container 812bde125cd8 [2021-04-19T19:22:05.922Z] ---> 57fb4697083b [2021-04-19T19:22:05.922Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T19:22:05.922Z] Removing intermediate container 1507d659d4dc [2021-04-19T19:22:05.922Z] ---> 1a035a2a2389 [2021-04-19T19:22:05.922Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T19:22:05.922Z] ---> Running in c8f07de0251c [2021-04-19T19:22:05.922Z] ---> Running in 763bd614d82f [2021-04-19T19:22:05.922Z] ---> Running in eb9baeebf84f [2021-04-19T19:22:05.922Z] ---> Running in 38883b0753d6 [2021-04-19T19:22:05.922Z] ---> Running in cdab3d2a9db7 [2021-04-19T19:22:05.922Z] Removing intermediate container c8f07de0251c [2021-04-19T19:22:05.922Z] ---> a74c25ba1ec2 [2021-04-19T19:22:05.922Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-19T19:22:05.922Z] Removing intermediate container 38883b0753d6 [2021-04-19T19:22:05.922Z] ---> 10f9770bbdb0 [2021-04-19T19:22:05.922Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-19T19:22:05.922Z] Removing intermediate container 763bd614d82f [2021-04-19T19:22:05.922Z] ---> 893eb04b16f8 [2021-04-19T19:22:05.922Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-19T19:22:05.922Z] ---> Running in 67bb05d65589 [2021-04-19T19:22:05.922Z] ---> Running in 3ca88d9f2881 [2021-04-19T19:22:05.922Z] ---> Running in e9056c33ca15 [2021-04-19T19:22:06.192Z] Removing intermediate container eb9baeebf84f [2021-04-19T19:22:06.192Z] ---> cfb1ab87bf9e [2021-04-19T19:22:06.192Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-19T19:22:06.192Z] Removing intermediate container cdab3d2a9db7 [2021-04-19T19:22:06.192Z] ---> 138e96a30eb2 [2021-04-19T19:22:06.192Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-19T19:22:06.464Z] ---> Running in c09ae2d35b1d [2021-04-19T19:22:06.464Z] ---> Running in 5edd7bacbabd [2021-04-19T19:22:07.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T19:22:08.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T19:22:08.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T19:22:08.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T19:22:08.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T19:22:08.727Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T19:22:08.727Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T19:22:09.000Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T19:22:09.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T19:22:09.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T19:22:09.557Z] OK: 217 MiB in 51 packages [2021-04-19T19:22:09.557Z] OK: 217 MiB in 51 packages [2021-04-19T19:22:09.837Z] OK: 217 MiB in 51 packages [2021-04-19T19:22:10.111Z] OK: 217 MiB in 51 packages [2021-04-19T19:22:10.111Z] OK: 217 MiB in 51 packages [2021-04-19T19:22:11.119Z] Removing intermediate container 67bb05d65589 [2021-04-19T19:22:11.119Z] ---> 657148206050 [2021-04-19T19:22:11.119Z] Step 6/22 : COPY go.mod . [2021-04-19T19:22:11.397Z] Removing intermediate container e9056c33ca15 [2021-04-19T19:22:11.398Z] ---> 307bbfa476a7 [2021-04-19T19:22:11.398Z] Step 6/23 : COPY go.mod . [2021-04-19T19:22:12.388Z] Removing intermediate container 3ca88d9f2881 [2021-04-19T19:22:12.388Z] ---> 97481128fe31 [2021-04-19T19:22:12.388Z] Step 6/22 : COPY go.mod . [2021-04-19T19:22:12.388Z] Removing intermediate container c09ae2d35b1d [2021-04-19T19:22:12.388Z] ---> 505adf8ed12b [2021-04-19T19:22:12.388Z] Step 6/31 : COPY go.mod . [2021-04-19T19:22:12.388Z] Removing intermediate container 5edd7bacbabd [2021-04-19T19:22:12.388Z] ---> baa49eb5a480 [2021-04-19T19:22:12.388Z] Step 6/24 : COPY go.mod . [2021-04-19T19:22:12.388Z] ---> 98109b7fdb9a [2021-04-19T19:22:12.388Z] Step 7/22 : RUN go mod download [2021-04-19T19:22:12.388Z] ---> 59c1d913bd84 [2021-04-19T19:22:12.388Z] Step 7/23 : RUN go mod download [2021-04-19T19:22:12.675Z] ---> Running in 35dfb1056bd3 [2021-04-19T19:22:12.675Z] ---> Running in d9fe05e9819d [2021-04-19T19:22:13.275Z] ---> 4e6360187bf6 [2021-04-19T19:22:13.275Z] Step 7/22 : RUN go mod download [2021-04-19T19:22:13.548Z] ---> a0c6a8c03ca4 [2021-04-19T19:22:13.548Z] Step 7/31 : RUN go mod download [2021-04-19T19:22:13.548Z] ---> c8b3377187b4 [2021-04-19T19:22:13.548Z] Step 7/24 : RUN go mod download [2021-04-19T19:22:13.548Z] ---> Running in b35017b75e42 [2021-04-19T19:22:13.822Z] ---> Running in a0b10f6d5ac0 [2021-04-19T19:22:13.822Z] ---> Running in 1783b271a056 [2021-04-19T19:22:17.234Z] Removing intermediate container 35dfb1056bd3 [2021-04-19T19:22:17.234Z] ---> 60b6ea26d425 [2021-04-19T19:22:17.234Z] Step 8/23 : COPY . . [2021-04-19T19:22:17.506Z] Removing intermediate container d9fe05e9819d [2021-04-19T19:22:17.506Z] ---> bcaf56ff9ab7 [2021-04-19T19:22:17.506Z] Step 8/22 : COPY . . [2021-04-19T19:22:17.778Z] Removing intermediate container b35017b75e42 [2021-04-19T19:22:17.778Z] ---> fb23e08cf4c4 [2021-04-19T19:22:17.778Z] Step 8/22 : COPY . . [2021-04-19T19:22:18.374Z] Removing intermediate container a0b10f6d5ac0 [2021-04-19T19:22:18.374Z] ---> 21f3dc402eb7 [2021-04-19T19:22:18.374Z] Step 8/31 : COPY . . [2021-04-19T19:22:18.642Z] Removing intermediate container 1783b271a056 [2021-04-19T19:22:18.642Z] ---> 0789c2edfd8f [2021-04-19T19:22:18.642Z] Step 8/24 : COPY . . [2021-04-19T19:22:35.165Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-19T19:22:35.165Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-04-19T19:22:35.165Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-19T19:22:35.165Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-19T19:22:35.165Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-19T19:22:35.165Z] + sudo snap remove --purge lxd [2021-04-19T19:22:35.165Z] snap "lxd" is not installed [2021-04-19T19:22:35.165Z] + sudo groupadd --force --system lxd [2021-04-19T19:22:35.165Z] ++ whoami [2021-04-19T19:22:35.165Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-19T19:22:35.165Z] + newgrp - lxd [2021-04-19T19:22:35.165Z] + sudo snap install lxd [2021-04-19T19:22:43.334Z] 2021-04-19T19:22:41Z INFO Waiting for automatic snapd restart... [2021-04-19T19:22:45.900Z] ---> 739e72409e55 [2021-04-19T19:22:45.900Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-19T19:22:45.900Z] ---> b176591558ab [2021-04-19T19:22:45.900Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-19T19:22:45.900Z] ---> 202dcae77bd4 [2021-04-19T19:22:45.900Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-19T19:22:45.900Z] ---> 68f3fa16a083 [2021-04-19T19:22:45.900Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-19T19:22:45.900Z] ---> Running in 64e5ac534739 [2021-04-19T19:22:45.900Z] ---> 8d2f643f52dd [2021-04-19T19:22:45.900Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-19T19:22:45.900Z] ---> Running in 525d32516548 [2021-04-19T19:22:45.900Z] ---> Running in 0a36754be8c7 [2021-04-19T19:22:45.900Z] ---> Running in d0d9221c3c64 [2021-04-19T19:22:45.900Z] ---> Running in db62d8bc4759 [2021-04-19T19:22:45.900Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-19T19:22:45.900Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-19T19:22:45.900Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-19T19:22:45.900Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-19T19:22:45.900Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-19T19:22:55.591Z] lxd 4.13 from Canonical* installed [2021-04-19T19:22:55.591Z] + sudo lxd init --auto [2021-04-19T19:23:03.744Z] + sudo snap install --classic snapcraft [2021-04-19T19:23:09.045Z] snapcraft 4.6.2 from Canonical* installed [2021-04-19T19:23:09.045Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-19T19:23:09.045Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-19T19:23:09.045Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T19:23:09.045Z] Dload Upload Total Spent Left Speed [2021-04-19T19:23:09.045Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 5056 0 --:--:-- --:--:-- --:--:-- 5097 [2021-04-19T19:23:09.311Z] 26 3325k 26 896k 0 0 2230k 0 0:00:01 --:--:-- 0:00:01 2230k 100 3325k 100 3325k 0 0 6623k 0 --:--:-- --:--:-- --:--:-- 23.9M [2021-04-19T19:23:09.311Z] ./yq_linux_amd64 [2021-04-19T19:23:09.311Z] + sudo snapcraft prime --use-lxd [2021-04-19T19:23:11.227Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-19T19:23:11.227Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-19T19:23:11.227Z] - README.md [2021-04-19T19:23:11.227Z] [2021-04-19T19:23:11.227Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-19T19:23:12.173Z] Launching a container. [2021-04-19T19:23:24.463Z] Waiting for container to be ready [2021-04-19T19:23:24.463Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-19T19:23:24.463Z] [2021-04-19T19:23:27.650Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-19T19:23:27.650Z] Waiting for network to be ready... [2021-04-19T19:23:27.912Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-19T19:23:28.173Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1693 kB] [2021-04-19T19:23:28.173Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-19T19:23:28.173Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [317 kB] [2021-04-19T19:23:28.173Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-19T19:23:28.173Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-19T19:23:28.173Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-19T19:23:28.173Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-19T19:23:28.173Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1122 kB] [2021-04-19T19:23:28.433Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-19T19:23:28.694Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-19T19:23:28.955Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-19T19:23:29.216Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-19T19:23:29.216Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-19T19:23:29.216Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-19T19:23:29.216Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-19T19:23:29.216Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-19T19:23:29.216Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-19T19:23:29.478Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-19T19:23:29.739Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2036 kB] [2021-04-19T19:23:29.740Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [409 kB] [2021-04-19T19:23:29.740Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-19T19:23:29.740Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-19T19:23:29.740Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-19T19:23:29.740Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-19T19:23:29.740Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1732 kB] [2021-04-19T19:23:30.001Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-19T19:23:33.315Z] Fetched 24.4 MB in 5s (4683 kB/s) [2021-04-19T19:23:34.700Z] Reading package lists... [2021-04-19T19:23:34.961Z] Reading package lists... [2021-04-19T19:23:34.961Z] Building dependency tree... [2021-04-19T19:23:34.961Z] Reading state information... [2021-04-19T19:23:35.222Z] The following additional packages will be installed: [2021-04-19T19:23:35.222Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-19T19:23:35.222Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-19T19:23:35.222Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-19T19:23:35.222Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-19T19:23:35.222Z] Suggested packages: [2021-04-19T19:23:35.222Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-19T19:23:35.222Z] Recommended packages: [2021-04-19T19:23:35.222Z] gnupg libsasl2-modules [2021-04-19T19:23:35.222Z] The following NEW packages will be installed: [2021-04-19T19:23:35.222Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-19T19:23:35.222Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-19T19:23:35.222Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-19T19:23:35.222Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-19T19:23:35.222Z] The following packages will be upgraded: [2021-04-19T19:23:35.222Z] gpg gpg-agent gpgconf libudev1 [2021-04-19T19:23:35.484Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-19T19:23:35.484Z] Need to get 3529 kB of archives. [2021-04-19T19:23:35.484Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-19T19:23:35.484Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-04-19T19:23:35.484Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-04-19T19:23:35.484Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-19T19:23:35.746Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-19T19:23:35.746Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-19T19:23:35.746Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-04-19T19:23:36.318Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-19T19:23:36.318Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-19T19:23:36.318Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-19T19:23:36.318Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-19T19:23:36.318Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-19T19:23:36.318Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-19T19:23:36.318Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-19T19:23:36.318Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-19T19:23:36.318Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-19T19:23:36.318Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-19T19:23:36.318Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-19T19:23:36.318Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-19T19:23:36.318Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-19T19:23:36.318Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-19T19:23:36.581Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-19T19:23:36.581Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-19T19:23:36.581Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-19T19:23:36.581Z] Fetched 3529 kB in 1s (2728 kB/s) [2021-04-19T19:23:36.842Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-19T19:23:36.842Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-04-19T19:23:36.842Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-19T19:23:36.842Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-04-19T19:23:36.842Z] Selecting previously unselected package udev. [2021-04-19T19:23:36.842Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-19T19:23:36.842Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-04-19T19:23:37.104Z] Unpacking udev (237-3ubuntu10.46) ... [2021-04-19T19:23:37.104Z] Selecting previously unselected package libfuse2:amd64. [2021-04-19T19:23:37.104Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-19T19:23:37.366Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-19T19:23:37.366Z] Selecting previously unselected package fuse. [2021-04-19T19:23:37.366Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-19T19:23:37.366Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-19T19:23:37.366Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-19T19:23:37.366Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-19T19:23:37.627Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-19T19:23:37.627Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-19T19:23:37.627Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-19T19:23:37.627Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-19T19:23:37.888Z] Selecting previously unselected package libksba8:amd64. [2021-04-19T19:23:37.888Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-19T19:23:37.888Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-19T19:23:37.888Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-19T19:23:37.888Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T19:23:37.888Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T19:23:37.888Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-19T19:23:37.888Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T19:23:37.888Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T19:23:38.150Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-19T19:23:38.150Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T19:23:38.150Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T19:23:38.150Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-19T19:23:38.150Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T19:23:38.150Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T19:23:38.411Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-19T19:23:38.411Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T19:23:38.411Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T19:23:38.411Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-19T19:23:38.411Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T19:23:38.411Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T19:23:38.411Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-19T19:23:38.411Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T19:23:38.411Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T19:23:38.673Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-19T19:23:38.673Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T19:23:38.673Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T19:23:38.673Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-19T19:23:38.673Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T19:23:38.673Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T19:23:38.673Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-19T19:23:38.673Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-19T19:23:38.673Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-19T19:23:38.938Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-19T19:23:38.938Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-19T19:23:38.938Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-19T19:23:38.938Z] Selecting previously unselected package libldap-common. [2021-04-19T19:23:38.938Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-19T19:23:38.938Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-19T19:23:38.938Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-19T19:23:38.938Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-19T19:23:38.938Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-19T19:23:39.198Z] Selecting previously unselected package dirmngr. [2021-04-19T19:23:39.198Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-19T19:23:39.198Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-19T19:23:39.198Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-19T19:23:39.458Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-19T19:23:39.458Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-19T19:23:39.458Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-19T19:23:39.458Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-19T19:23:39.458Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-19T19:23:39.458Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T19:23:39.718Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-19T19:23:39.718Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-19T19:23:39.981Z] Setting up udev (237-3ubuntu10.46) ... [2021-04-19T19:23:40.243Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-19T19:23:40.243Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T19:23:40.243Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-19T19:23:40.507Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-19T19:23:40.507Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-19T19:23:40.507Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T19:23:40.507Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T19:23:40.507Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T19:23:40.507Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T19:23:40.507Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T19:23:40.778Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T19:23:40.778Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T19:23:40.778Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-19T19:23:40.778Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-19T19:23:40.778Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-19T19:23:41.351Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-19T19:23:41.351Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-19T19:23:41.351Z] This means they are not meant to be enabled using systemctl. [2021-04-19T19:23:41.351Z] Possible reasons for having this kind of units are: [2021-04-19T19:23:41.351Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-19T19:23:41.351Z] .wants/ or .requires/ directory. [2021-04-19T19:23:41.351Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-19T19:23:41.351Z] a requirement dependency on it. [2021-04-19T19:23:41.351Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-19T19:23:41.351Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-19T19:23:41.351Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-19T19:23:41.351Z] instance name specified. [2021-04-19T19:23:41.615Z] Reading package lists... [2021-04-19T19:23:41.878Z] Building dependency tree... [2021-04-19T19:23:41.878Z] Reading state information... [2021-04-19T19:23:41.878Z] The following additional packages will be installed: [2021-04-19T19:23:41.878Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-19T19:23:41.878Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-19T19:23:41.878Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-19T19:23:41.878Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-19T19:23:41.878Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-19T19:23:41.878Z] Suggested packages: [2021-04-19T19:23:41.878Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-19T19:23:41.878Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-19T19:23:41.878Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-19T19:23:41.878Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-19T19:23:41.878Z] systemd-container policykit-1 [2021-04-19T19:23:41.878Z] Recommended packages: [2021-04-19T19:23:41.878Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-19T19:23:41.878Z] The following NEW packages will be installed: [2021-04-19T19:23:41.878Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-19T19:23:41.878Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-19T19:23:41.878Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-19T19:23:41.878Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-19T19:23:41.878Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-19T19:23:41.878Z] The following packages will be upgraded: [2021-04-19T19:23:41.878Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-19T19:23:42.139Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-19T19:23:42.139Z] Need to get 35.2 MB of archives. [2021-04-19T19:23:42.139Z] After this operation, 141 MB of additional disk space will be used. [2021-04-19T19:23:42.139Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-19T19:23:42.139Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-19T19:23:42.139Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-19T19:23:42.139Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-19T19:23:42.139Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-04-19T19:23:42.139Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-19T19:23:42.139Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-19T19:23:42.139Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-19T19:23:42.139Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-19T19:23:42.139Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-19T19:23:42.139Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-19T19:23:42.139Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-19T19:23:42.402Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-19T19:23:42.402Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-19T19:23:42.402Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-19T19:23:42.402Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-19T19:23:42.402Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-19T19:23:42.974Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-04-19T19:23:42.974Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-19T19:23:42.974Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-19T19:23:43.235Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-19T19:23:43.235Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-19T19:23:43.235Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-19T19:23:43.235Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-19T19:23:43.235Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-19T19:23:43.235Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-19T19:23:43.235Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-19T19:23:43.235Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-19T19:23:43.235Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-19T19:23:43.235Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-19T19:23:43.497Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-19T19:23:43.497Z] Fetched 35.2 MB in 1s (28.0 MB/s) [2021-04-19T19:23:43.497Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-19T19:23:43.497Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-04-19T19:23:43.758Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-19T19:23:44.330Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-04-19T19:23:44.330Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-19T19:23:44.330Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-04-19T19:23:44.591Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-19T19:23:44.591Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-19T19:23:44.591Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-19T19:23:44.853Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-19T19:23:45.114Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-19T19:23:45.114Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-19T19:23:45.114Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-19T19:23:45.375Z] Setting up apt (1.6.13) ... [2021-04-19T19:23:45.375Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-19T19:23:45.947Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-19T19:23:45.948Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-19T19:23:45.948Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-19T19:23:46.209Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-19T19:23:46.472Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-19T19:23:46.472Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-19T19:23:46.472Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T19:23:46.472Z] Selecting previously unselected package libexpat1:amd64. [2021-04-19T19:23:46.472Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-19T19:23:46.472Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-19T19:23:46.762Z] Selecting previously unselected package python3.6-minimal. [2021-04-19T19:23:46.762Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-19T19:23:46.762Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T19:23:47.024Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-19T19:23:47.024Z] Checking for services that may need to be restarted...done. [2021-04-19T19:23:47.024Z] Checking for services that may need to be restarted...done. [2021-04-19T19:23:47.286Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T19:23:47.286Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-19T19:23:47.286Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T19:23:47.859Z] Selecting previously unselected package python3-minimal. [2021-04-19T19:23:47.859Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-19T19:23:47.859Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-19T19:23:47.859Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-19T19:23:47.859Z] Selecting previously unselected package mime-support. [2021-04-19T19:23:47.859Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-19T19:23:47.859Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-19T19:23:48.120Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-19T19:23:48.120Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-19T19:23:48.120Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-19T19:23:48.120Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-19T19:23:48.120Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-19T19:23:48.120Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T19:23:48.385Z] Selecting previously unselected package python3.6. [2021-04-19T19:23:48.385Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-19T19:23:48.385Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T19:23:48.385Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-19T19:23:48.385Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-19T19:23:48.385Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-19T19:23:48.646Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-19T19:23:48.646Z] Selecting previously unselected package python3. [2021-04-19T19:23:48.907Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-19T19:23:48.907Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-19T19:23:48.907Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-19T19:23:48.907Z] Selecting previously unselected package multiarch-support. [2021-04-19T19:23:48.907Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-19T19:23:48.907Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-19T19:23:48.907Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-19T19:23:49.168Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-19T19:23:49.168Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-19T19:23:49.168Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-19T19:23:49.168Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-19T19:23:49.168Z] Selecting previously unselected package libbsd0:amd64. [2021-04-19T19:23:49.168Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-19T19:23:49.168Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-19T19:23:49.168Z] Selecting previously unselected package sudo. [2021-04-19T19:23:49.168Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-19T19:23:49.168Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-19T19:23:49.463Z] Selecting previously unselected package apparmor. [2021-04-19T19:23:49.463Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-19T19:23:49.463Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-19T19:23:49.725Z] Selecting previously unselected package libedit2:amd64. [2021-04-19T19:23:49.725Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-19T19:23:49.725Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-19T19:23:49.725Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-19T19:23:49.725Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-19T19:23:49.725Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T19:23:49.987Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-19T19:23:49.987Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-19T19:23:49.987Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T19:23:49.987Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-19T19:23:49.987Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-19T19:23:49.987Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-19T19:23:50.939Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-19T19:23:50.939Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-19T19:23:50.939Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T19:23:50.939Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-19T19:23:50.939Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-19T19:23:50.939Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T19:23:50.939Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-19T19:23:50.939Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-19T19:23:50.939Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-19T19:23:51.200Z] Selecting previously unselected package openssh-client. [2021-04-19T19:23:51.200Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-19T19:23:51.200Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-19T19:23:51.462Z] Selecting previously unselected package squashfs-tools. [2021-04-19T19:23:51.462Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-19T19:23:51.462Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-19T19:23:51.462Z] Selecting previously unselected package snapd. [2021-04-19T19:23:51.462Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-19T19:23:51.462Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-19T19:23:54.020Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-19T19:23:54.020Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-19T19:23:54.020Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-19T19:23:54.020Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-19T19:23:54.020Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-19T19:23:54.020Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T19:23:54.020Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-19T19:23:54.020Z] Setting up systemd (237-3ubuntu10.46) ... [2021-04-19T19:23:54.020Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-19T19:23:54.969Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-19T19:23:54.969Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-19T19:23:54.969Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-19T19:23:54.969Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T19:23:54.969Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T19:23:54.969Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T19:23:55.925Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-19T19:23:56.188Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T19:23:56.188Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-19T19:23:56.188Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-19T19:23:56.451Z] running python rtupdate hooks for python3.6... [2021-04-19T19:23:56.451Z] running python post-rtupdate hooks for python3.6... [2021-04-19T19:23:56.451Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-19T19:23:57.842Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-19T19:23:58.103Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T19:23:58.103Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-19T19:23:58.364Z] Setting up snapd (2.48.3+18.04) ... [2021-04-19T19:23:58.627Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-19T19:23:58.889Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-19T19:23:59.150Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-19T19:23:59.411Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-19T19:23:59.671Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-19T19:23:59.671Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-19T19:23:59.671Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-19T19:23:59.931Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-19T19:24:00.192Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-19T19:24:00.453Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-19T19:24:00.453Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-04-19T19:24:00.453Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-19T19:24:00.453Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-19T19:24:01.835Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-19T19:24:01.835Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-19T19:24:01.835Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-19T19:24:03.489Z] Reading package lists... [2021-04-19T19:24:03.750Z] Reading package lists... [2021-04-19T19:24:03.750Z] Building dependency tree... [2021-04-19T19:24:03.750Z] Reading state information... [2021-04-19T19:24:04.010Z] Calculating upgrade... [2021-04-19T19:24:04.010Z] The following packages will be upgraded: [2021-04-19T19:24:04.010Z] advancecomp base-files bash binutils binutils-common [2021-04-19T19:24:04.010Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-19T19:24:04.010Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-19T19:24:04.010Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-19T19:24:04.010Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-19T19:24:04.010Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-19T19:24:04.010Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-19T19:24:04.010Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-19T19:24:04.010Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-19T19:24:04.010Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-19T19:24:04.010Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-19T19:24:04.010Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-19T19:24:04.010Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-19T19:24:04.010Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-19T19:24:04.010Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-19T19:24:04.274Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-19T19:24:04.274Z] Need to get 64.0 MB of archives. [2021-04-19T19:24:04.274Z] After this operation, 5034 kB of additional disk space will be used. [2021-04-19T19:24:04.274Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-04-19T19:24:04.274Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-19T19:24:04.274Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-19T19:24:04.274Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-19T19:24:04.274Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-19T19:24:04.274Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-19T19:24:04.274Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-19T19:24:04.274Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-19T19:24:04.274Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-04-19T19:24:04.274Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-19T19:24:04.274Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-19T19:24:04.274Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-19T19:24:04.274Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-19T19:24:04.274Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-19T19:24:04.274Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-19T19:24:04.274Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-19T19:24:04.274Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-19T19:24:04.274Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-19T19:24:04.538Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-19T19:24:04.538Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-19T19:24:04.538Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-19T19:24:04.538Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-19T19:24:04.538Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-19T19:24:04.538Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-19T19:24:04.538Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-19T19:24:04.538Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-19T19:24:04.538Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-19T19:24:04.538Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-19T19:24:04.538Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-19T19:24:04.538Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-19T19:24:04.538Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-19T19:24:04.538Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-19T19:24:04.538Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-19T19:24:04.538Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-19T19:24:04.538Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-19T19:24:04.538Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-19T19:24:04.538Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-19T19:24:04.538Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-19T19:24:04.538Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-19T19:24:04.538Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-19T19:24:04.538Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-19T19:24:04.538Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-19T19:24:04.538Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-19T19:24:04.538Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-19T19:24:04.538Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-19T19:24:04.538Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-19T19:24:04.538Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-19T19:24:04.538Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-19T19:24:04.538Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-19T19:24:04.803Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-19T19:24:04.803Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-19T19:24:04.803Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-19T19:24:04.803Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-19T19:24:04.803Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-19T19:24:04.803Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-19T19:24:04.803Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-19T19:24:04.803Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-19T19:24:05.066Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-19T19:24:05.066Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-19T19:24:05.066Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-19T19:24:05.066Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-19T19:24:05.067Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-19T19:24:05.333Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-19T19:24:05.333Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-19T19:24:05.333Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-19T19:24:05.333Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-19T19:24:05.333Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-19T19:24:05.333Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-19T19:24:05.333Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-19T19:24:05.333Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-19T19:24:05.333Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-19T19:24:05.333Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-19T19:24:05.333Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-19T19:24:05.333Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-19T19:24:05.333Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-19T19:24:05.333Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-19T19:24:05.333Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-19T19:24:05.333Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-19T19:24:05.333Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-19T19:24:05.333Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-19T19:24:05.333Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-19T19:24:05.333Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-19T19:24:05.594Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-04-19T19:24:05.594Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-19T19:24:05.594Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-04-19T19:24:05.594Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-19T19:24:05.594Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-19T19:24:05.594Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-19T19:24:05.594Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-19T19:24:05.594Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-19T19:24:05.594Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-04-19T19:24:05.856Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-19T19:24:05.856Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-19T19:24:05.856Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-19T19:24:05.856Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-04-19T19:24:05.856Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-19T19:24:05.856Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-19T19:24:05.856Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-19T19:24:05.856Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-19T19:24:05.856Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-19T19:24:05.856Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-19T19:24:06.116Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-19T19:24:06.116Z] Fetched 64.0 MB in 2s (36.9 MB/s) [2021-04-19T19:24:06.116Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T19:24:06.116Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-19T19:24:06.116Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-19T19:24:06.687Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-19T19:24:06.687Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-19T19:24:06.969Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-04-19T19:24:06.969Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-04-19T19:24:07.549Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T19:24:07.822Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T19:24:07.822Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T19:24:07.822Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T19:24:07.822Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T19:24:08.088Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T19:24:08.088Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T19:24:08.088Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T19:24:08.088Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T19:24:08.088Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T19:24:08.349Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T19:24:08.349Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T19:24:08.349Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T19:24:08.349Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T19:24:08.349Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T19:24:08.612Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-19T19:24:08.612Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T19:24:08.612Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-19T19:24:08.612Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-19T19:24:08.612Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-19T19:24:08.612Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T19:24:08.612Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T19:24:08.884Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T19:24:08.884Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T19:24:08.884Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T19:24:08.884Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T19:24:09.151Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T19:24:09.151Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-19T19:24:09.151Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-19T19:24:09.412Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-19T19:24:09.985Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-19T19:24:09.985Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-19T19:24:09.985Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-19T19:24:10.249Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-19T19:24:10.249Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-19T19:24:10.249Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-19T19:24:10.511Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-19T19:24:10.511Z] Installing new version of config file /etc/issue ... [2021-04-19T19:24:10.511Z] Installing new version of config file /etc/issue.net ... [2021-04-19T19:24:10.511Z] Installing new version of config file /etc/lsb-release ... [2021-04-19T19:24:10.511Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-19T19:24:10.772Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-19T19:24:10.772Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-19T19:24:10.772Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-19T19:24:11.033Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T19:24:11.033Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-19T19:24:11.033Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-19T19:24:11.033Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-19T19:24:11.296Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-04-19T19:24:11.296Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T19:24:11.296Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T19:24:11.296Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-19T19:24:11.563Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-19T19:24:11.563Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T19:24:11.563Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-19T19:24:11.825Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-19T19:24:11.825Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-19T19:24:12.087Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T19:24:12.087Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-19T19:24:12.087Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-19T19:24:12.349Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-19T19:24:12.349Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T19:24:12.349Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-19T19:24:12.609Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-19T19:24:12.609Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-19T19:24:12.609Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T19:24:12.609Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-19T19:24:12.870Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-19T19:24:12.870Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-19T19:24:12.870Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T19:24:12.870Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-19T19:24:13.131Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-19T19:24:13.131Z] Setting up grep (3.1-2build1) ... [2021-04-19T19:24:13.131Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T19:24:13.131Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-19T19:24:13.131Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-19T19:24:13.392Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-19T19:24:13.654Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T19:24:13.654Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-19T19:24:13.654Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-19T19:24:13.654Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-19T19:24:13.654Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T19:24:13.654Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-19T19:24:13.654Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-19T19:24:14.598Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-19T19:24:14.598Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-19T19:24:14.598Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-19T19:24:14.598Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-19T19:24:15.171Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-19T19:24:15.171Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T19:24:15.171Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-19T19:24:15.171Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-19T19:24:16.563Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-19T19:24:16.563Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-19T19:24:16.563Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-19T19:24:16.563Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-19T19:24:16.563Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-19T19:24:16.827Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T19:24:16.827Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-19T19:24:16.827Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-19T19:24:17.088Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-19T19:24:17.088Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T19:24:17.088Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T19:24:17.088Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T19:24:17.349Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-19T19:24:17.349Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T19:24:17.349Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T19:24:17.349Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T19:24:17.610Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-19T19:24:17.610Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T19:24:17.610Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T19:24:17.610Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T19:24:17.870Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-19T19:24:17.870Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T19:24:17.870Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T19:24:17.870Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T19:24:18.134Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-19T19:24:18.134Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T19:24:18.134Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-19T19:24:18.134Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-19T19:24:18.396Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-19T19:24:18.396Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-19T19:24:18.396Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-19T19:24:18.656Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T19:24:18.656Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-19T19:24:18.656Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-19T19:24:18.656Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-19T19:24:18.923Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T19:24:18.923Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T19:24:18.923Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T19:24:18.923Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-19T19:24:19.186Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T19:24:19.187Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T19:24:19.187Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T19:24:19.187Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-19T19:24:19.448Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T19:24:19.448Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T19:24:19.448Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T19:24:20.021Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-19T19:24:20.283Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-19T19:24:20.574Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-19T19:24:20.574Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T19:24:20.574Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-19T19:24:20.574Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-19T19:24:20.835Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-19T19:24:20.835Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T19:24:20.835Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-19T19:24:20.835Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-19T19:24:21.097Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-19T19:24:21.097Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T19:24:21.097Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-19T19:24:21.097Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-19T19:24:21.358Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-19T19:24:21.619Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T19:24:21.619Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-19T19:24:21.619Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-19T19:24:21.619Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-19T19:24:22.198Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T19:24:22.198Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-19T19:24:22.198Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-19T19:24:22.198Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-19T19:24:22.198Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T19:24:22.198Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-19T19:24:22.198Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-19T19:24:22.459Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-19T19:24:22.459Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T19:24:22.459Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-19T19:24:22.720Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-19T19:24:22.720Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-19T19:24:22.720Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T19:24:22.720Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-19T19:24:22.983Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-19T19:24:22.983Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-19T19:24:23.245Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T19:24:23.245Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T19:24:23.245Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T19:24:23.245Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-04-19T19:24:23.245Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-19T19:24:23.506Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-19T19:24:23.506Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-19T19:24:23.506Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-19T19:24:23.506Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T19:24:23.506Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-19T19:24:23.506Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-19T19:24:23.766Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-19T19:24:23.767Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T19:24:23.767Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-19T19:24:23.767Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-19T19:24:23.809Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-19T19:24:24.028Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-19T19:24:24.289Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T19:24:24.289Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-19T19:24:24.289Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-19T19:24:24.289Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-19T19:24:24.549Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T19:24:24.549Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-19T19:24:24.549Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-19T19:24:24.549Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-19T19:24:24.549Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T19:24:24.549Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-19T19:24:24.810Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-19T19:24:25.071Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-19T19:24:25.071Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T19:24:25.071Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-19T19:24:25.071Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-19T19:24:25.332Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-19T19:24:25.332Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T19:24:25.332Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-19T19:24:25.332Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-19T19:24:25.593Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-19T19:24:25.593Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T19:24:25.593Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-19T19:24:25.593Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-19T19:24:25.854Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-19T19:24:25.854Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T19:24:25.854Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-19T19:24:25.854Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-19T19:24:26.114Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-19T19:24:26.114Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T19:24:26.114Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-19T19:24:26.114Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-19T19:24:26.375Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-19T19:24:26.375Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T19:24:26.375Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-19T19:24:26.375Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-19T19:24:26.636Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-19T19:24:26.636Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T19:24:26.636Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-19T19:24:26.636Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-19T19:24:26.897Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-19T19:24:26.897Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T19:24:26.897Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-19T19:24:26.897Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-19T19:24:26.897Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-19T19:24:27.185Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T19:24:27.185Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-19T19:24:27.185Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-19T19:24:27.446Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-19T19:24:27.707Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-19T19:24:27.707Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-19T19:24:27.707Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-19T19:24:27.707Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-19T19:24:27.707Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-19T19:24:27.967Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-19T19:24:27.967Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-19T19:24:28.227Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-19T19:24:28.227Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-19T19:24:28.228Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-19T19:24:28.228Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-19T19:24:28.488Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-19T19:24:28.488Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-19T19:24:28.488Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-19T19:24:28.488Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-19T19:24:28.749Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-19T19:24:28.749Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-19T19:24:28.749Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-19T19:24:28.749Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-19T19:24:29.009Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-19T19:24:29.009Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-19T19:24:29.009Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-19T19:24:29.009Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-19T19:24:29.269Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-19T19:24:29.269Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-19T19:24:30.210Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-19T19:24:30.210Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-19T19:24:30.210Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-19T19:24:30.210Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-19T19:24:30.472Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-19T19:24:30.472Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-19T19:24:30.734Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-19T19:24:30.734Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-19T19:24:30.995Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-19T19:24:30.995Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-19T19:24:30.995Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-19T19:24:31.256Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-19T19:24:31.256Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T19:24:31.256Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T19:24:31.517Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T19:24:31.517Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T19:24:31.517Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T19:24:31.778Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T19:24:31.778Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T19:24:31.778Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T19:24:32.721Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T19:24:32.721Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T19:24:33.663Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T19:24:33.925Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T19:24:34.497Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T19:24:34.497Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T19:24:35.069Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T19:24:35.069Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T19:24:36.013Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T19:24:36.013Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T19:24:36.013Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-19T19:24:36.013Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-19T19:24:36.013Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-19T19:24:36.013Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-19T19:24:36.280Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-19T19:24:36.280Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-19T19:24:36.544Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-19T19:24:36.544Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-19T19:24:36.544Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-19T19:24:36.544Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-19T19:24:36.544Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-19T19:24:36.805Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-19T19:24:36.805Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-19T19:24:36.805Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-19T19:24:36.805Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T19:24:37.065Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-19T19:24:37.065Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T19:24:37.065Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T19:24:37.065Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T19:24:37.065Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-19T19:24:37.065Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-19T19:24:37.065Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-19T19:24:37.326Z] [2021-04-19T19:24:37.326Z] Current default time zone: 'Etc/UTC' [2021-04-19T19:24:37.326Z] Local time is now: Mon Apr 19 19:24:37 UTC 2021. [2021-04-19T19:24:37.326Z] Universal Time is now: Mon Apr 19 19:24:37 UTC 2021. [2021-04-19T19:24:37.326Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-19T19:24:37.326Z] [2021-04-19T19:24:37.326Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-04-19T19:24:37.326Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T19:24:37.326Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-04-19T19:24:37.326Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-19T19:24:37.326Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-19T19:24:37.326Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-19T19:24:37.587Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-19T19:24:37.587Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-19T19:24:37.587Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-19T19:24:37.587Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-19T19:24:37.587Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T19:24:37.847Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-19T19:24:37.847Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T19:24:37.847Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-19T19:24:38.108Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T19:24:38.108Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-19T19:24:38.108Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-19T19:24:38.108Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-19T19:24:38.108Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-19T19:24:38.108Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-19T19:24:38.108Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-19T19:24:38.108Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-19T19:24:38.108Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-19T19:24:38.920Z] Removing intermediate container db62d8bc4759 [2021-04-19T19:24:38.920Z] ---> dc6af8a92780 [2021-04-19T19:24:38.920Z] [2021-04-19T19:24:38.920Z] Step 10/31 : FROM alpine:3.12 [2021-04-19T19:24:38.920Z] 3.12: Pulling from library/alpine [2021-04-19T19:24:39.495Z] Updating certificates in /etc/ssl/certs... [2021-04-19T19:24:40.371Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T19:24:40.371Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T19:24:40.371Z] ---> 9852663dfa18 [2021-04-19T19:24:40.371Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-19T19:24:40.438Z] 23 added, 27 removed; done. [2021-04-19T19:24:40.438Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-19T19:24:40.438Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T19:24:40.438Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-19T19:24:40.438Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-19T19:24:40.438Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-19T19:24:40.438Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T19:24:40.438Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-19T19:24:40.699Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T19:24:40.699Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T19:24:40.699Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T19:24:40.699Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T19:24:40.699Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T19:24:40.699Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-19T19:24:40.699Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-19T19:24:40.699Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-19T19:24:40.699Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-19T19:24:40.964Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-19T19:24:40.964Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T19:24:40.964Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T19:24:40.964Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-19T19:24:40.964Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-19T19:24:40.964Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-19T19:24:41.225Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-19T19:24:41.225Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-19T19:24:41.225Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-19T19:24:41.225Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-19T19:24:41.225Z] Updating certificates in /etc/ssl/certs... [2021-04-19T19:24:41.391Z] ---> Running in 2c639e9cfe27 [2021-04-19T19:24:41.795Z] 0 added, 0 removed; done. [2021-04-19T19:24:41.795Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-19T19:24:41.795Z] done. [2021-04-19T19:24:42.367Z] Reading package lists... [2021-04-19T19:24:42.437Z] Removing intermediate container d0d9221c3c64 [2021-04-19T19:24:42.437Z] ---> 6827b41c05ca [2021-04-19T19:24:42.437Z] [2021-04-19T19:24:42.437Z] Step 10/24 : FROM alpine:3.12 [2021-04-19T19:24:42.437Z] ---> 9852663dfa18 [2021-04-19T19:24:42.437Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-19T19:24:42.437Z] Removing intermediate container 2c639e9cfe27 [2021-04-19T19:24:42.437Z] ---> 6a57bc33a02e [2021-04-19T19:24:42.437Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-19T19:24:42.437Z] ---> Running in ff152dc9e4f6 [2021-04-19T19:24:42.627Z] Building dependency tree... [2021-04-19T19:24:42.627Z] Reading state information... [2021-04-19T19:24:42.846Z] ---> Running in 8ab9e83a1af5 [2021-04-19T19:24:42.886Z] The following NEW packages will be installed: [2021-04-19T19:24:42.886Z] apt-transport-https [2021-04-19T19:24:43.146Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-19T19:24:43.146Z] Need to get 1692 B of archives. [2021-04-19T19:24:43.146Z] After this operation, 154 kB of additional disk space will be used. [2021-04-19T19:24:43.146Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-19T19:24:43.146Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-19T19:24:43.146Z] Fetched 1692 B in 0s (8555 B/s) [2021-04-19T19:24:43.146Z] Selecting previously unselected package apt-transport-https. [2021-04-19T19:24:43.146Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-19T19:24:43.146Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-19T19:24:43.146Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-19T19:24:43.407Z] Setting up apt-transport-https (1.6.13) ... [2021-04-19T19:24:43.672Z] Waiting for network to be ready... [2021-04-19T19:24:45.606Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T19:24:45.606Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T19:24:45.606Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T19:24:45.894Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T19:24:46.512Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-19T19:24:46.512Z] (2/2) Installing su-exec (0.2-r1) [2021-04-19T19:24:46.512Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-19T19:24:46.512Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T19:24:46.512Z] OK: 5 MiB in 16 packages [2021-04-19T19:24:46.512Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T19:24:46.512Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-19T19:24:46.792Z] (4/6) Installing curl (7.76.1-r0) [2021-04-19T19:24:46.792Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-19T19:24:46.792Z] (6/6) Installing su-exec (0.2-r1) [2021-04-19T19:24:46.792Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T19:24:46.792Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T19:24:47.067Z] OK: 7 MiB in 20 packages [2021-04-19T19:24:49.092Z] Removing intermediate container 8ab9e83a1af5 [2021-04-19T19:24:49.092Z] ---> 57a69939c34b [2021-04-19T19:24:49.092Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-19T19:24:49.713Z] ---> Running in a56bdc185d21 [2021-04-19T19:24:50.265Z] 2021-04-19T19:24:47Z INFO Waiting for automatic snapd restart... [2021-04-19T19:24:50.265Z] snapd 2.49.2 from Canonical* installed [2021-04-19T19:24:50.321Z] Removing intermediate container ff152dc9e4f6 [2021-04-19T19:24:50.321Z] ---> 6d23f1a8a628 [2021-04-19T19:24:50.321Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T19:24:50.525Z] "snapd" switched to the "latest/stable" channel [2021-04-19T19:24:50.525Z] [2021-04-19T19:24:50.608Z] Removing intermediate container 0a36754be8c7 [2021-04-19T19:24:50.608Z] ---> 5bfb5badf4c8 [2021-04-19T19:24:50.608Z] [2021-04-19T19:24:50.608Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T19:24:50.608Z] ---> 9852663dfa18 [2021-04-19T19:24:50.608Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-19T19:24:50.608Z] ---> Running in 9480c3933a62 [2021-04-19T19:24:50.608Z] Removing intermediate container a56bdc185d21 [2021-04-19T19:24:50.608Z] ---> 158b0f498ef0 [2021-04-19T19:24:50.608Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-19T19:24:50.884Z] ---> Running in aebfd21a7b58 [2021-04-19T19:24:51.157Z] ---> Running in c029af484535 [2021-04-19T19:24:51.437Z] Removing intermediate container 525d32516548 [2021-04-19T19:24:51.437Z] ---> 4f84eb97a7ff [2021-04-19T19:24:51.437Z] [2021-04-19T19:24:51.437Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T19:24:51.437Z] ---> 9852663dfa18 [2021-04-19T19:24:51.437Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-19T19:24:51.437Z] Removing intermediate container 9480c3933a62 [2021-04-19T19:24:51.437Z] ---> 2eac91431614 [2021-04-19T19:24:51.437Z] Step 13/24 : WORKDIR / [2021-04-19T19:24:51.717Z] ---> Running in 497b34ab6010 [2021-04-19T19:24:51.717Z] Removing intermediate container c029af484535 [2021-04-19T19:24:51.717Z] ---> bdbda17d10f8 [2021-04-19T19:24:51.717Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-19T19:24:51.717Z] ---> Running in 3dd209655c3a [2021-04-19T19:24:51.992Z] ---> Running in c622b05456ec [2021-04-19T19:24:52.970Z] Removing intermediate container 3dd209655c3a [2021-04-19T19:24:52.970Z] ---> c2d0522757f7 [2021-04-19T19:24:52.970Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-19T19:24:52.970Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T19:24:53.246Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T19:24:53.840Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T19:24:53.840Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-19T19:24:53.840Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-19T19:24:53.840Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T19:24:53.840Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T19:24:54.116Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T19:24:54.389Z] OK: 6 MiB in 16 packages [2021-04-19T19:24:54.672Z] ---> 51b9f77de68e [2021-04-19T19:24:54.672Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-19T19:24:54.672Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-19T19:24:54.672Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T19:24:54.672Z] OK: 5 MiB in 15 packages [2021-04-19T19:24:54.732Z] core18 20210309 from Canonical* installed [2021-04-19T19:24:54.993Z] "core18" switched to the "latest/stable" channel [2021-04-19T19:24:54.993Z] [2021-04-19T19:24:56.133Z] Removing intermediate container c622b05456ec [2021-04-19T19:24:56.133Z] ---> 21bf56a004c4 [2021-04-19T19:24:56.133Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-19T19:24:56.133Z] ---> ecfde94443dc [2021-04-19T19:24:56.133Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-19T19:24:56.414Z] ---> Running in 3a354f52c90c [2021-04-19T19:24:57.396Z] Removing intermediate container 497b34ab6010 [2021-04-19T19:24:57.396Z] ---> efaf22fa1204 [2021-04-19T19:24:57.396Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T19:24:57.396Z] Removing intermediate container aebfd21a7b58 [2021-04-19T19:24:57.396Z] ---> 1864f19f1cad [2021-04-19T19:24:57.396Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T19:24:57.680Z] ---> Running in fb3d8aac8684 [2021-04-19T19:24:57.680Z] Removing intermediate container 3a354f52c90c [2021-04-19T19:24:57.680Z] ---> eb6c78af2f57 [2021-04-19T19:24:57.680Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-19T19:24:57.680Z] ---> cee395e448b3 [2021-04-19T19:24:57.680Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-19T19:24:57.680Z] ---> Running in 28b7fb445b8b [2021-04-19T19:24:58.282Z] Removing intermediate container fb3d8aac8684 [2021-04-19T19:24:58.282Z] ---> 5ceb6500a376 [2021-04-19T19:24:58.282Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-19T19:24:58.561Z] ---> Running in fdc19c71cdbe [2021-04-19T19:24:58.836Z] Removing intermediate container 28b7fb445b8b [2021-04-19T19:24:58.836Z] ---> 141b3d385ed2 [2021-04-19T19:24:58.836Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-19T19:24:59.110Z] ---> 6056ee14fdb3 [2021-04-19T19:24:59.110Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-19T19:24:59.110Z] ---> Running in af21cc854923 [2021-04-19T19:24:59.381Z] ---> Running in 9abbdb5a90df [2021-04-19T19:24:59.381Z] ---> b7bd014ee4ca [2021-04-19T19:24:59.381Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-19T19:24:59.381Z] Removing intermediate container fdc19c71cdbe [2021-04-19T19:24:59.381Z] ---> c5fc32794569 [2021-04-19T19:24:59.381Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T19:24:59.664Z] ---> Running in 600bcc182ef1 [2021-04-19T19:24:59.940Z] Removing intermediate container af21cc854923 [2021-04-19T19:24:59.940Z] ---> 8225694cc3e7 [2021-04-19T19:24:59.940Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T19:25:00.216Z] ---> Running in 9042bbc40992 [2021-04-19T19:25:00.282Z] snapcraft 4.6.2 from Canonical* installed [2021-04-19T19:25:00.282Z] "snapcraft" switched to the "latest/stable" channel [2021-04-19T19:25:00.282Z] [2021-04-19T19:25:00.815Z] Removing intermediate container 600bcc182ef1 [2021-04-19T19:25:00.815Z] ---> 2ffc3e77dd50 [2021-04-19T19:25:00.815Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T19:25:00.815Z] Removing intermediate container 9042bbc40992 [2021-04-19T19:25:00.815Z] ---> e1287bd8e334 [2021-04-19T19:25:00.815Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T19:25:01.419Z] ---> f04e50ef1b5a [2021-04-19T19:25:01.419Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-19T19:25:01.699Z] ---> dc81d74e84c4 [2021-04-19T19:25:01.699Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-19T19:25:02.311Z] ---> b4f0474c3f75 [2021-04-19T19:25:02.311Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-19T19:25:02.586Z] ---> ba66b94a6ba0 [2021-04-19T19:25:02.586Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-19T19:25:03.182Z] ---> Running in 22a8cf244ff3 [2021-04-19T19:25:03.454Z] Removing intermediate container 9abbdb5a90df [2021-04-19T19:25:03.455Z] ---> 238b18bef8d5 [2021-04-19T19:25:03.455Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T19:25:03.580Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-19T19:25:03.580Z] - README.md [2021-04-19T19:25:03.580Z] [2021-04-19T19:25:03.580Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-19T19:25:04.054Z] ---> 83d58cbe6fe3 [2021-04-19T19:25:04.054Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-19T19:25:04.054Z] ---> cd855202d16f [2021-04-19T19:25:04.054Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-19T19:25:04.654Z] ---> 6c07509d7f51 [2021-04-19T19:25:04.654Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-19T19:25:05.643Z] ---> 99998ff56e50 [2021-04-19T19:25:05.643Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-19T19:25:05.918Z] ---> da6d7d16422f [2021-04-19T19:25:05.918Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-19T19:25:05.918Z] ---> Running in deca88f78cc1 [2021-04-19T19:25:06.514Z] ---> Running in 0f21d2dbad20 [2021-04-19T19:25:06.791Z] ---> adba0e49e38c [2021-04-19T19:25:06.791Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-19T19:25:06.791Z] Removing intermediate container 64e5ac534739 [2021-04-19T19:25:06.791Z] ---> e44466619483 [2021-04-19T19:25:06.791Z] [2021-04-19T19:25:06.791Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T19:25:06.791Z] ---> 9852663dfa18 [2021-04-19T19:25:06.791Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-19T19:25:06.791Z] Removing intermediate container deca88f78cc1 [2021-04-19T19:25:06.791Z] ---> c1b96c5822f7 [2021-04-19T19:25:06.791Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T19:25:07.065Z] Removing intermediate container 22a8cf244ff3 [2021-04-19T19:25:07.065Z] ---> 483e5bc9a957 [2021-04-19T19:25:07.065Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-19T19:25:07.065Z] ---> Running in bf011258624d [2021-04-19T19:25:07.065Z] ---> Running in 43974fb7692c [2021-04-19T19:25:07.065Z] ---> Running in 614b14b70f3f [2021-04-19T19:25:07.340Z] Removing intermediate container 0f21d2dbad20 [2021-04-19T19:25:07.340Z] ---> 74a7506909f2 [2021-04-19T19:25:07.340Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T19:25:07.340Z] ---> Running in 00fbd5da5aca [2021-04-19T19:25:07.612Z] ---> 1b6c6feb4cd2 [2021-04-19T19:25:07.612Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-19T19:25:07.882Z] Removing intermediate container bf011258624d [2021-04-19T19:25:07.882Z] ---> 169c3f22c3ef [2021-04-19T19:25:07.882Z] Step 20/22 : LABEL arch=arm64 [2021-04-19T19:25:07.882Z] Removing intermediate container 43974fb7692c [2021-04-19T19:25:07.882Z] ---> 322b440171a8 [2021-04-19T19:25:07.882Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-19T19:25:07.882Z] Removing intermediate container 614b14b70f3f [2021-04-19T19:25:07.882Z] ---> fc464cb88db4 [2021-04-19T19:25:07.882Z] Step 22/24 : LABEL arch=arm64 [2021-04-19T19:25:08.154Z] ---> Running in d8e2af0aa05c [2021-04-19T19:25:08.154Z] ---> Running in 75378588c741 [2021-04-19T19:25:08.154Z] ---> Running in cf48d0249274 [2021-04-19T19:25:08.154Z] Removing intermediate container 00fbd5da5aca [2021-04-19T19:25:08.154Z] ---> dcc09f13ac59 [2021-04-19T19:25:08.154Z] Step 20/22 : LABEL arch=arm64 [2021-04-19T19:25:08.426Z] ---> 31c01908960d [2021-04-19T19:25:08.426Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-19T19:25:08.426Z] ---> Running in 05a92494a497 [2021-04-19T19:25:08.698Z] Removing intermediate container d8e2af0aa05c [2021-04-19T19:25:08.698Z] ---> 9d46cf235046 [2021-04-19T19:25:08.698Z] Step 21/22 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 [2021-04-19T19:25:08.698Z] Removing intermediate container cf48d0249274 [2021-04-19T19:25:08.698Z] ---> a0d1d5c0ef26 [2021-04-19T19:25:08.698Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-19T19:25:08.968Z] ---> Running in aa41d1f0449d [2021-04-19T19:25:08.968Z] Removing intermediate container 75378588c741 [2021-04-19T19:25:08.968Z] ---> 9a5376f8ba42 [2021-04-19T19:25:08.968Z] Step 23/24 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 [2021-04-19T19:25:09.251Z] ---> Running in 3966b3366a6c [2021-04-19T19:25:09.251Z] Removing intermediate container 05a92494a497 [2021-04-19T19:25:09.251Z] ---> db70bfe95730 [2021-04-19T19:25:09.251Z] Step 21/22 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 [2021-04-19T19:25:09.251Z] ---> Running in a119f193a387 [2021-04-19T19:25:09.251Z] ---> 9fb66d3aa21c [2021-04-19T19:25:09.251Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-19T19:25:09.251Z] ---> Running in 2d36ac5e3af3 [2021-04-19T19:25:09.523Z] Removing intermediate container aa41d1f0449d [2021-04-19T19:25:09.523Z] ---> a070f0eadf72 [2021-04-19T19:25:09.523Z] Step 22/22 : LABEL version=0.0.0 [2021-04-19T19:25:09.792Z] ---> Running in da9e8bfbfa44 [2021-04-19T19:25:09.793Z] ---> Running in a6947db7de11 [2021-04-19T19:25:09.793Z] Removing intermediate container 3966b3366a6c [2021-04-19T19:25:09.793Z] ---> afbea0922675 [2021-04-19T19:25:09.793Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T19:25:09.793Z] Removing intermediate container a119f193a387 [2021-04-19T19:25:09.793Z] ---> 053c9ffb7681 [2021-04-19T19:25:09.793Z] Step 24/24 : LABEL version=0.0.0 [2021-04-19T19:25:10.065Z] ---> Running in 3786c2f178e4 [2021-04-19T19:25:10.065Z] Removing intermediate container 2d36ac5e3af3 [2021-04-19T19:25:10.065Z] ---> 080401d708f5 [2021-04-19T19:25:10.065Z] Step 22/22 : LABEL version=0.0.0 [2021-04-19T19:25:10.171Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-19T19:25:10.171Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-19T19:25:10.171Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-19T19:25:10.340Z] ---> Running in 374483fe1e49 [2021-04-19T19:25:10.340Z] ---> Running in 77b7c6e4d44f [2021-04-19T19:25:10.434Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-19T19:25:10.614Z] Removing intermediate container a6947db7de11 [2021-04-19T19:25:10.614Z] ---> a778f1c4a7d5 [2021-04-19T19:25:10.614Z] [2021-04-19T19:25:10.614Z] Removing intermediate container da9e8bfbfa44 [2021-04-19T19:25:10.614Z] ---> 188bef53283d [2021-04-19T19:25:10.614Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-19T19:25:10.891Z] Removing intermediate container 374483fe1e49 [2021-04-19T19:25:10.891Z] ---> 291e05361703 [2021-04-19T19:25:10.891Z] [2021-04-19T19:25:11.164Z] Removing intermediate container 77b7c6e4d44f [2021-04-19T19:25:11.164Z] ---> 5ede85661b89 [2021-04-19T19:25:11.164Z] [2021-04-19T19:25:11.164Z] Successfully built a778f1c4a7d5 [2021-04-19T19:25:11.439Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-19T19:25:11.439Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-04-19T19:25:11.439Z] Successfully built 291e05361703 [2021-04-19T19:25:11.439Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-19T19:25:11.712Z] Building docker-security-proxy-setup-go [2021-04-19T19:25:11.712Z]  Building docker-security-secretstore-setup-go ... done  ---> 345e7a4b970a [2021-04-19T19:25:11.712Z] Successfully built 5ede85661b89 [2021-04-19T19:25:11.712Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-19T19:25:11.907Z] Reading package lists... [2021-04-19T19:25:11.984Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-19T19:25:11.984Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-04-19T19:25:12.253Z] ---> Running in a674596144af [2021-04-19T19:25:12.479Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-04-19T19:25:13.232Z] Removing intermediate container 3786c2f178e4 [2021-04-19T19:25:13.232Z] ---> ec1b438d2254 [2021-04-19T19:25:13.232Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-19T19:25:13.232Z] ---> Running in 3ff7cd935d54 [2021-04-19T19:25:14.671Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T19:25:14.943Z] Removing intermediate container a674596144af [2021-04-19T19:25:14.943Z] ---> 5b16ddcf7fba [2021-04-19T19:25:14.943Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-19T19:25:15.218Z] ---> Running in 9a4da86c194e [2021-04-19T19:25:15.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T19:25:16.467Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-19T19:25:16.467Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-19T19:25:16.467Z] Removing intermediate container 9a4da86c194e [2021-04-19T19:25:16.467Z] ---> 894116645bdd [2021-04-19T19:25:16.467Z] Step 28/31 : CMD ["gate"] [2021-04-19T19:25:16.467Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-19T19:25:16.467Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-19T19:25:16.743Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-19T19:25:16.743Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-19T19:25:17.016Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T19:25:17.016Z] OK: 8 MiB in 20 packages [2021-04-19T19:25:17.016Z] ---> Running in 98631144e872 [2021-04-19T19:25:18.017Z] Removing intermediate container 98631144e872 [2021-04-19T19:25:18.017Z] ---> 488c51d31d5b [2021-04-19T19:25:18.017Z] Step 29/31 : LABEL arch=arm64 [2021-04-19T19:25:18.617Z] ---> Running in 79fdeeedcb68 [2021-04-19T19:25:18.894Z] Removing intermediate container 3ff7cd935d54 [2021-04-19T19:25:18.894Z] ---> 5a4537db54f6 [2021-04-19T19:25:18.894Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T19:25:19.068Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-19T19:25:19.068Z] Reading package lists... [2021-04-19T19:25:19.068Z] Building dependency tree... [2021-04-19T19:25:19.068Z] Reading state information... [2021-04-19T19:25:19.068Z] Suggested packages: [2021-04-19T19:25:19.068Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-19T19:25:19.068Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-19T19:25:19.068Z] Recommended packages: [2021-04-19T19:25:19.068Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-19T19:25:19.068Z] The following NEW packages will be installed: [2021-04-19T19:25:19.068Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-19T19:25:19.068Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-19T19:25:19.068Z] pkg-config zip [2021-04-19T19:25:19.068Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-19T19:25:19.068Z] Need to get 7663 kB of archives. [2021-04-19T19:25:19.068Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-19T19:25:19.068Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-19T19:25:19.068Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-19T19:25:19.068Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-19T19:25:19.068Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-19T19:25:19.068Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-19T19:25:19.068Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-19T19:25:19.068Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-19T19:25:19.068Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-19T19:25:19.178Z] Removing intermediate container 79fdeeedcb68 [2021-04-19T19:25:19.178Z] ---> 94e6d74243ff [2021-04-19T19:25:19.178Z] Step 30/31 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 [2021-04-19T19:25:19.329Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-19T19:25:19.329Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-19T19:25:19.329Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-19T19:25:19.329Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-19T19:25:19.329Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-19T19:25:19.589Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-19T19:25:19.589Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-19T19:25:19.589Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-19T19:25:19.589Z] Fetched 7663 kB in 1s (10.5 MB/s) [2021-04-19T19:25:19.788Z] ---> Running in 1eee7d7cb702 [2021-04-19T19:25:19.788Z] ---> 0bcc8d3bc904 [2021-04-19T19:25:19.788Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-19T19:25:19.850Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-19T19:25:19.850Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-19T19:25:19.850Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-19T19:25:19.850Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-19T19:25:20.109Z] Selecting previously unselected package libpsl5:amd64. [2021-04-19T19:25:20.109Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-19T19:25:20.109Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-19T19:25:20.109Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-19T19:25:20.109Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-19T19:25:20.109Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-19T19:25:20.109Z] Selecting previously unselected package librtmp1:amd64. [2021-04-19T19:25:20.109Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-19T19:25:20.370Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-19T19:25:20.370Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-19T19:25:20.370Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-19T19:25:20.370Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-19T19:25:20.370Z] Selecting previously unselected package liberror-perl. [2021-04-19T19:25:20.370Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-19T19:25:20.370Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-19T19:25:20.390Z] Removing intermediate container 1eee7d7cb702 [2021-04-19T19:25:20.390Z] ---> 21df03ae6994 [2021-04-19T19:25:20.390Z] Step 31/31 : LABEL version=0.0.0 [2021-04-19T19:25:20.631Z] Selecting previously unselected package git-man. [2021-04-19T19:25:20.631Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-19T19:25:20.631Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-19T19:25:20.631Z] Selecting previously unselected package git. [2021-04-19T19:25:20.631Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-19T19:25:20.893Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-19T19:25:20.989Z] ---> Running in 3cfd19e3e012 [2021-04-19T19:25:21.268Z] ---> 9cf2065047c0 [2021-04-19T19:25:21.268Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-19T19:25:21.268Z] Removing intermediate container 3cfd19e3e012 [2021-04-19T19:25:21.268Z] ---> 587cea36e941 [2021-04-19T19:25:21.268Z] [2021-04-19T19:25:21.836Z] Selecting previously unselected package libnorm1:amd64. [2021-04-19T19:25:21.836Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-19T19:25:21.836Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-19T19:25:21.836Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-19T19:25:21.836Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-19T19:25:21.836Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-19T19:25:21.836Z] Selecting previously unselected package libsodium23:amd64. [2021-04-19T19:25:21.836Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-19T19:25:21.836Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-19T19:25:21.866Z] Successfully built 587cea36e941 [2021-04-19T19:25:21.866Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-19T19:25:21.866Z]  Building docker-security-bootstrapper-go ... done Building docker-core-command-go [2021-04-19T19:25:22.097Z] Selecting previously unselected package libzmq5:amd64. [2021-04-19T19:25:22.097Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-19T19:25:22.097Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-19T19:25:22.097Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-19T19:25:22.097Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-19T19:25:22.097Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-19T19:25:22.138Z] ---> b6d14723f811 [2021-04-19T19:25:22.138Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-19T19:25:22.358Z] Selecting previously unselected package pkg-config. [2021-04-19T19:25:22.358Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-19T19:25:22.358Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-19T19:25:22.358Z] Selecting previously unselected package zip. [2021-04-19T19:25:22.358Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-19T19:25:22.358Z] Unpacking zip (3.0-11build1) ... [2021-04-19T19:25:22.358Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-19T19:25:22.358Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-19T19:25:22.407Z] ---> Running in 1718a6411985 [2021-04-19T19:25:22.618Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-19T19:25:22.618Z] Setting up liberror-perl (0.17025-1) ... [2021-04-19T19:25:22.618Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-19T19:25:22.618Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-19T19:25:22.618Z] No schema files found: doing nothing. [2021-04-19T19:25:22.618Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-19T19:25:22.618Z] Setting up zip (3.0-11build1) ... [2021-04-19T19:25:22.618Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-19T19:25:22.618Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-19T19:25:22.618Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-19T19:25:22.675Z] Removing intermediate container 1718a6411985 [2021-04-19T19:25:22.675Z] ---> 8e6d52d605bd [2021-04-19T19:25:22.675Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T19:25:22.878Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-19T19:25:22.879Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-19T19:25:22.879Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-19T19:25:22.879Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-19T19:25:22.879Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-19T19:25:22.944Z] ---> Running in dda69fa42b24 [2021-04-19T19:25:23.533Z] Removing intermediate container dda69fa42b24 [2021-04-19T19:25:23.533Z] ---> 9362c63fa07f [2021-04-19T19:25:23.533Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T19:25:23.808Z] ---> Running in cf5798e138c0 [2021-04-19T19:25:24.410Z] Removing intermediate container cf5798e138c0 [2021-04-19T19:25:24.410Z] ---> d69356a6328e [2021-04-19T19:25:24.410Z] Step 22/23 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 [2021-04-19T19:25:25.000Z] ---> Running in 158e36284734 [2021-04-19T19:25:25.604Z] Removing intermediate container 158e36284734 [2021-04-19T19:25:25.604Z] ---> a29d813d4e8d [2021-04-19T19:25:25.604Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T19:25:26.197Z] ---> Running in 23f5c96def0d [2021-04-19T19:25:26.794Z] Removing intermediate container 23f5c96def0d [2021-04-19T19:25:26.794Z] ---> c6ea5462680b [2021-04-19T19:25:26.794Z] [2021-04-19T19:25:27.069Z] Successfully built c6ea5462680b [2021-04-19T19:25:27.341Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-19T19:25:29.475Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-19T19:25:29.736Z] git set to automatically installed. [2021-04-19T19:25:29.736Z] git-man set to automatically installed. [2021-04-19T19:25:29.736Z] libcurl3-gnutls set to automatically installed. [2021-04-19T19:25:29.736Z] liberror-perl set to automatically installed. [2021-04-19T19:25:29.736Z] libglib2.0-0 set to automatically installed. [2021-04-19T19:25:29.736Z] libnghttp2-14 set to automatically installed. [2021-04-19T19:25:29.736Z] libnorm1 set to automatically installed. [2021-04-19T19:25:29.736Z] libpgm-5.2-0 set to automatically installed. [2021-04-19T19:25:29.736Z] libpsl5 set to automatically installed. [2021-04-19T19:25:29.736Z] librtmp1 set to automatically installed. [2021-04-19T19:25:29.736Z] libsodium23 set to automatically installed. [2021-04-19T19:25:29.736Z] libzmq3-dev set to automatically installed. [2021-04-19T19:25:29.736Z] libzmq5 set to automatically installed. [2021-04-19T19:25:29.736Z] pkg-config set to automatically installed. [2021-04-19T19:25:29.736Z] zip set to automatically installed. [2021-04-19T19:25:33.036Z] snapd is not logged in, snap install commands will use sudo [2021-04-19T19:25:39.620Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-19T19:25:39.880Z] snap "core18" has no updates available [2021-04-19T19:25:41.266Z] snapd is not logged in, snap install commands will use sudo [2021-04-19T19:25:47.852Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-19T19:26:02.779Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-19T19:26:02.779Z] Pulling go-build-helper [2021-04-19T19:26:02.779Z] + snapcraftctl pull [2021-04-19T19:26:03.351Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-19T19:26:03.351Z] Skipping pull go-build-helper (already ran) [2021-04-19T19:26:03.351Z] Building go-build-helper [2021-04-19T19:26:03.351Z] + snapcraftctl build [2021-04-19T19:26:05.901Z] Staging go-build-helper [2021-04-19T19:26:05.901Z] + snapcraftctl stage [2021-04-19T19:26:14.310Z]  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T19:26:14.310Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T19:26:14.310Z] ---> 8488c351e2a9 [2021-04-19T19:26:14.310Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T19:26:14.310Z] ---> Using cache [2021-04-19T19:26:14.310Z] ---> 1a035a2a2389 [2021-04-19T19:26:14.310Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T19:26:14.310Z] ---> Using cache [2021-04-19T19:26:14.310Z] ---> a74c25ba1ec2 [2021-04-19T19:26:14.310Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-19T19:26:14.310Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T19:26:14.310Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T19:26:14.310Z] ---> 8488c351e2a9 [2021-04-19T19:26:14.310Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T19:26:14.310Z] ---> Using cache [2021-04-19T19:26:14.310Z] ---> 1a035a2a2389 [2021-04-19T19:26:14.310Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T19:26:14.310Z] ---> Using cache [2021-04-19T19:26:14.310Z] ---> a74c25ba1ec2 [2021-04-19T19:26:14.310Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T19:26:14.310Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T19:26:14.310Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-19T19:26:14.310Z] ---> 8488c351e2a9 [2021-04-19T19:26:14.310Z] Step 3/21 : WORKDIR /edgex-go [2021-04-19T19:26:14.310Z] ---> Using cache [2021-04-19T19:26:14.310Z] ---> 1a035a2a2389 [2021-04-19T19:26:14.310Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T19:26:14.310Z] ---> Using cache [2021-04-19T19:26:14.310Z] ---> a74c25ba1ec2 [2021-04-19T19:26:14.310Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-19T19:26:14.310Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T19:26:14.310Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T19:26:14.310Z] ---> 8488c351e2a9 [2021-04-19T19:26:14.310Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T19:26:14.310Z] ---> Using cache [2021-04-19T19:26:14.310Z] ---> 1a035a2a2389 [2021-04-19T19:26:14.310Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T19:26:14.310Z] ---> Using cache [2021-04-19T19:26:14.310Z] ---> a74c25ba1ec2 [2021-04-19T19:26:14.310Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T19:26:14.310Z] ---> Running in 817db1d0a8be [2021-04-19T19:26:14.310Z] ---> Running in 10f60641e948 [2021-04-19T19:26:14.310Z] ---> Running in a2fd9686bd64 [2021-04-19T19:26:14.310Z] ---> Running in ecca111ffb46 [2021-04-19T19:26:16.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T19:26:16.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T19:26:16.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T19:26:16.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T19:26:16.597Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T19:26:16.961Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T19:26:16.961Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T19:26:16.961Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T19:26:17.606Z] OK: 217 MiB in 51 packages [2021-04-19T19:26:17.606Z] OK: 217 MiB in 51 packages [2021-04-19T19:26:17.606Z] OK: 217 MiB in 51 packages [2021-04-19T19:26:17.893Z] OK: 217 MiB in 51 packages [2021-04-19T19:26:18.134Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-19T19:26:18.134Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-19T19:26:18.134Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1693 kB] [2021-04-19T19:26:18.134Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [317 kB] [2021-04-19T19:26:18.134Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-19T19:26:18.134Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-19T19:26:18.134Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-19T19:26:18.134Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-19T19:26:18.134Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1122 kB] [2021-04-19T19:26:18.134Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-19T19:26:18.134Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-19T19:26:18.134Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-19T19:26:18.134Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-19T19:26:18.134Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-19T19:26:18.134Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-19T19:26:18.134Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-19T19:26:18.134Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-19T19:26:18.134Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-19T19:26:18.134Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-19T19:26:18.134Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2036 kB] [2021-04-19T19:26:18.134Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [409 kB] [2021-04-19T19:26:18.134Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-19T19:26:18.134Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-19T19:26:18.134Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-19T19:26:18.134Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-19T19:26:18.134Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1732 kB] [2021-04-19T19:26:18.134Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-19T19:26:18.134Z] Fetched 24.4 MB in 0s (0 B/s) [2021-04-19T19:26:18.134Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-19T19:26:18.134Z] Fetched 224 kB in 0s (0 B/s) [2021-04-19T19:26:18.134Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-19T19:26:18.134Z] Fetched 157 kB in 0s (0 B/s) [2021-04-19T19:26:18.134Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-19T19:26:18.134Z] Fetched 221 kB in 0s (0 B/s) [2021-04-19T19:26:18.134Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-19T19:26:18.134Z] Fetched 143 kB in 0s (0 B/s) [2021-04-19T19:26:18.134Z] Pulling app-service-config [2021-04-19T19:26:18.134Z] + snapcraftctl pull [2021-04-19T19:26:19.075Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-19T19:26:19.387Z] Removing intermediate container 817db1d0a8be [2021-04-19T19:26:19.387Z] ---> 991a0fb3fc24 [2021-04-19T19:26:19.387Z] Step 6/21 : COPY go.mod . [2021-04-19T19:26:19.647Z] Pulling config-common [2021-04-19T19:26:19.647Z] + snapcraftctl pull [2021-04-19T19:26:19.660Z] Removing intermediate container ecca111ffb46 [2021-04-19T19:26:19.660Z] ---> 00cc7356e0a8 [2021-04-19T19:26:19.660Z] Step 6/23 : COPY go.mod . [2021-04-19T19:26:19.934Z] Removing intermediate container 10f60641e948 [2021-04-19T19:26:19.934Z] ---> f0ce11a73931 [2021-04-19T19:26:19.934Z] Step 6/23 : COPY go.mod .Removing intermediate container a2fd9686bd64 [2021-04-19T19:26:19.934Z] [2021-04-19T19:26:19.934Z] ---> 9cbd74a00cc9 [2021-04-19T19:26:19.934Z] Step 6/23 : COPY go.mod . [2021-04-19T19:26:20.210Z] ---> 4c07af744749 [2021-04-19T19:26:20.210Z] Step 7/21 : RUN go mod download [2021-04-19T19:26:20.484Z] ---> Running in 093fe2d231cf [2021-04-19T19:26:20.757Z] ---> 08826d10873e [2021-04-19T19:26:20.757Z] Step 7/23 : RUN go mod download [2021-04-19T19:26:20.757Z] ---> 474de86ce49e [2021-04-19T19:26:20.757Z] Step 7/23 : RUN go mod download [2021-04-19T19:26:20.757Z] ---> Running in bb50d48ca7bf [2021-04-19T19:26:21.030Z] ---> 0012a7cf271b [2021-04-19T19:26:21.030Z] Step 7/23 : RUN go mod download [2021-04-19T19:26:21.030Z] ---> Running in 469b9aed5baf [2021-04-19T19:26:21.301Z] ---> Running in 5c1ab36b6bf0 [2021-04-19T19:26:23.937Z] Removing intermediate container 093fe2d231cf [2021-04-19T19:26:23.937Z] ---> 1b2464416153 [2021-04-19T19:26:23.937Z] Step 8/21 : COPY . . [2021-04-19T19:26:24.948Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-19T19:26:24.948Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-19T19:26:24.948Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-19T19:26:24.948Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T19:26:24.948Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-19T19:26:24.948Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T19:26:24.948Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-19T19:26:24.948Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T19:26:24.948Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-19T19:26:24.948Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T19:26:24.948Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-19T19:26:24.948Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T19:26:24.948Z] Pulling edgex-go [2021-04-19T19:26:24.948Z] + snapcraftctl pull [2021-04-19T19:26:25.908Z] Removing intermediate container 5c1ab36b6bf0 [2021-04-19T19:26:25.908Z] ---> 4749cb1aca67 [2021-04-19T19:26:25.908Z] Step 8/23 : COPY . . [2021-04-19T19:26:25.908Z] Removing intermediate container 469b9aed5baf [2021-04-19T19:26:25.908Z] Removing intermediate container bb50d48ca7bf [2021-04-19T19:26:25.908Z] ---> fbd321719e3e [2021-04-19T19:26:25.908Z] Step 8/23 : COPY . . [2021-04-19T19:26:25.908Z] ---> 9677d93a15d3 [2021-04-19T19:26:25.908Z] Step 8/23 : COPY . . [2021-04-19T19:26:46.931Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-19T19:26:46.931Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-19T19:26:46.931Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-19T19:26:46.931Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-19T19:26:46.931Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-19T19:26:46.931Z] Fetched 279 kB in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-19T19:26:46.931Z] Fetched 122 kB in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-19T19:26:46.931Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-19T19:26:46.931Z] Fetched 8848 B in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-19T19:26:46.931Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-19T19:26:46.931Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-19T19:26:46.931Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-19T19:26:46.931Z] Fetched 219 kB in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-19T19:26:46.931Z] Fetched 154 kB in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-19T19:26:46.931Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-19T19:26:46.931Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-19T19:26:46.931Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-19T19:26:46.931Z] Fetched 499 kB in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-19T19:26:46.931Z] Fetched 111 kB in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-19T19:26:46.931Z] Fetched 240 kB in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-19T19:26:46.931Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-19T19:26:46.931Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-19T19:26:46.931Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-19T19:26:46.931Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-19T19:26:46.931Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-19T19:26:46.931Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-19T19:26:46.931Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-19T19:26:46.931Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-19T19:26:46.931Z] Fetched 8720 B in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-19T19:26:46.931Z] Fetched 137 kB in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-19T19:26:46.931Z] Fetched 119 kB in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-19T19:26:46.931Z] Fetched 110 kB in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-19T19:26:46.931Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-19T19:26:46.931Z] Fetched 645 kB in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-19T19:26:46.931Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-19T19:26:46.931Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-19T19:26:46.931Z] Fetched 368 kB in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-19T19:26:46.931Z] Fetched 187 kB in 0s (0 B/s) [2021-04-19T19:26:46.931Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-19T19:26:46.931Z] Fetched 175 kB in 0s (0 B/s) [2021-04-19T19:26:46.932Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-19T19:26:46.932Z] Fetched 206 kB in 0s (0 B/s) [2021-04-19T19:26:46.932Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-19T19:26:46.932Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-19T19:26:46.932Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-19T19:26:46.932Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-19T19:26:46.932Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-19T19:26:46.932Z] Fetched 159 kB in 0s (0 B/s) [2021-04-19T19:26:46.932Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-19T19:26:46.932Z] Fetched 107 kB in 0s (0 B/s) [2021-04-19T19:26:46.932Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-19T19:26:46.932Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-19T19:26:46.932Z] Pulling static-packages [2021-04-19T19:26:46.932Z] + snapcraftctl pull [2021-04-19T19:26:46.932Z] Pulling version [2021-04-19T19:26:46.932Z] + cd /root/project [2021-04-19T19:26:46.932Z] + [ -f VERSION ] [2021-04-19T19:26:46.932Z] + PROJECT_VERSION=local-dev [2021-04-19T19:26:46.932Z] + git rev-parse --short HEAD [2021-04-19T19:26:46.932Z] + GIT_REVISION=105a09ad [2021-04-19T19:26:46.932Z] + snapcraftctl set-version local-dev [2021-04-19T19:26:47.874Z] Skipping build go-build-helper (already ran) [2021-04-19T19:26:48.073Z] ---> 392c8ac26d7f [2021-04-19T19:26:48.073Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-19T19:26:48.134Z] Building app-service-config [2021-04-19T19:26:48.135Z] + make build [2021-04-19T19:26:48.135Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-19T19:26:48.349Z] ---> fd7ec12d12c4 [2021-04-19T19:26:48.349Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-19T19:26:48.349Z] ---> cb05243af312 [2021-04-19T19:26:48.349Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-19T19:26:48.349Z] ---> d14ccee173fe [2021-04-19T19:26:48.349Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-19T19:26:48.349Z] ---> Running in 03cd00c2bf03 [2021-04-19T19:26:48.626Z] ---> Running in 1e2d9324ca2b [2021-04-19T19:26:48.626Z] ---> Running in f53a7263fb98 [2021-04-19T19:26:48.626Z] ---> Running in 68eacf1b0876 [2021-04-19T19:26:50.074Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-19T19:26:50.674Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-19T19:26:50.674Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-19T19:26:50.680Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-19T19:26:50.680Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-19T19:26:50.680Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-19T19:26:50.680Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-19T19:26:50.680Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-19T19:26:50.680Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-19T19:26:50.680Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-19T19:26:50.680Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-19T19:26:50.680Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-19T19:26:50.680Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-19T19:26:50.680Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-19T19:26:50.941Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-19T19:26:50.941Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-19T19:26:50.941Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-19T19:26:50.949Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-19T19:26:51.202Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-19T19:26:51.202Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-19T19:26:51.202Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-19T19:26:51.464Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-19T19:26:51.464Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-19T19:26:51.464Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-19T19:26:51.464Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-19T19:26:51.725Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-19T19:26:51.997Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-19T19:26:51.997Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-19T19:26:51.997Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-19T19:26:51.997Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-19T19:26:51.997Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-19T19:26:51.997Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-19T19:26:51.997Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-19T19:26:51.997Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-19T19:26:51.997Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-19T19:26:51.997Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-19T19:26:51.997Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-19T19:26:52.260Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-19T19:26:52.260Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-19T19:26:52.260Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-19T19:26:52.260Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-19T19:26:52.260Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-19T19:26:52.260Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-19T19:26:52.260Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-19T19:26:52.260Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-19T19:26:52.260Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-19T19:26:52.260Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-19T19:26:52.260Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-19T19:26:52.260Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-19T19:27:04.494Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-19T19:27:04.494Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-19T19:27:04.494Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-19T19:27:04.494Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-19T19:27:04.494Z] Building config-common [2021-04-19T19:27:04.494Z] + snapcraftctl build [2021-04-19T19:27:07.043Z] Building edgex-go [2021-04-19T19:27:07.625Z] + cd /root/parts/edgex-go/src [2021-04-19T19:27:07.625Z] + make build [2021-04-19T19:27:07.625Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-19T19:27:08.202Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.34 [2021-04-19T19:27:08.202Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.71 [2021-04-19T19:27:08.202Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-19T19:27:08.202Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-19T19:27:08.202Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.6 [2021-04-19T19:27:08.202Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-19T19:27:08.202Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.9 [2021-04-19T19:27:08.202Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-19T19:27:08.202Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-04-19T19:27:08.202Z] go: downloading golang.org/x/text v0.3.2 [2021-04-19T19:27:14.807Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-19T19:27:14.807Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-19T19:27:20.097Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-19T19:27:21.037Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-19T19:27:22.977Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-19T19:27:23.602Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-19T19:27:23.602Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-19T19:27:23.863Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-19T19:27:23.863Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-19T19:27:23.863Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-19T19:27:25.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-04-19T19:27:25.777Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-19T19:27:25.777Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-19T19:27:27.161Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-19T19:27:28.547Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-19T19:27:29.931Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-19T19:27:31.317Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-19T19:27:31.317Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-19T19:27:32.705Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-19T19:27:32.705Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-19T19:27:34.626Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-19T19:27:34.626Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-19T19:27:34.626Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-19T19:27:34.626Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-19T19:27:34.626Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-19T19:27:34.626Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-19T19:27:34.626Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-19T19:27:34.888Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-19T19:27:34.888Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-19T19:27:34.888Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-19T19:27:34.888Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-19T19:27:34.888Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-19T19:27:34.888Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-19T19:27:34.888Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-19T19:27:34.888Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-19T19:27:34.888Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-19T19:27:34.888Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-19T19:27:34.888Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-04-19T19:27:34.888Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-19T19:27:34.888Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-19T19:27:34.888Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-19T19:27:34.888Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-19T19:27:34.888Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-19T19:27:34.888Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-19T19:27:34.888Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-19T19:27:34.888Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-04-19T19:27:38.186Z] Building static-packages [2021-04-19T19:27:38.186Z] + snapcraftctl build [2021-04-19T19:27:40.731Z] Building version [2021-04-19T19:27:40.731Z] + snapcraftctl build [2021-04-19T19:27:43.278Z] Skipping stage go-build-helper (already ran) [2021-04-19T19:27:43.278Z] Staging app-service-config [2021-04-19T19:27:43.278Z] + snapcraftctl stage [2021-04-19T19:27:44.218Z] Staging config-common [2021-04-19T19:27:44.218Z] + snapcraftctl stage [2021-04-19T19:27:45.160Z] Staging edgex-go [2021-04-19T19:27:45.160Z] + snapcraftctl stage [2021-04-19T19:27:46.553Z] Staging static-packages [2021-04-19T19:27:46.553Z] + snapcraftctl stage [2021-04-19T19:27:47.501Z] Staging version [2021-04-19T19:27:47.501Z] + snapcraftctl stage [2021-04-19T19:27:48.887Z] Priming go-build-helper [2021-04-19T19:27:48.887Z] + snapcraftctl prime [2021-04-19T19:27:49.829Z] Priming app-service-config [2021-04-19T19:27:49.829Z] + snapcraftctl prime [2021-04-19T19:27:51.212Z] Priming config-common [2021-04-19T19:27:51.212Z] + snapcraftctl prime [2021-04-19T19:27:52.154Z] Priming edgex-go [2021-04-19T19:27:52.154Z] + snapcraftctl prime [2021-04-19T19:27:53.537Z] Priming static-packages [2021-04-19T19:27:53.537Z] + snapcraftctl prime [2021-04-19T19:27:56.081Z] Priming version [2021-04-19T19:27:56.081Z] + snapcraftctl prime [2021-04-19T19:27:57.022Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-19T19:28:12.772Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-19T19:28:22.949Z] Removing intermediate container f53a7263fb98 [2021-04-19T19:28:22.949Z] ---> 2be63adfea68 [2021-04-19T19:28:22.949Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-19T19:28:23.220Z] ---> Running in b983372c7fa8 [2021-04-19T19:28:23.220Z] Removing intermediate container 03cd00c2bf03 [2021-04-19T19:28:23.220Z] ---> bfe719fa31f2 [2021-04-19T19:28:23.220Z] [2021-04-19T19:28:23.220Z] Step 10/21 : FROM alpine:3.12 [2021-04-19T19:28:23.220Z] ---> 9852663dfa18 [2021-04-19T19:28:23.220Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-19T19:28:23.494Z] ---> Running in 43879cffcf83 [2021-04-19T19:28:24.938Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-19T19:28:25.217Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T19:28:25.494Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T19:28:26.102Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-19T19:28:26.102Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T19:28:26.102Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-19T19:28:26.102Z] (4/4) Installing curl (7.76.1-r0) [2021-04-19T19:28:26.381Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T19:28:26.381Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T19:28:26.668Z] OK: 7 MiB in 18 packages [2021-04-19T19:28:28.684Z] Removing intermediate container 1e2d9324ca2b [2021-04-19T19:28:28.684Z] ---> f14aee9872e5 [2021-04-19T19:28:28.684Z] [2021-04-19T19:28:28.684Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T19:28:28.684Z] ---> 9852663dfa18 [2021-04-19T19:28:28.684Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T19:28:28.684Z] ---> Using cache [2021-04-19T19:28:28.684Z] ---> efaf22fa1204 [2021-04-19T19:28:28.684Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T19:28:28.684Z] ---> Using cache [2021-04-19T19:28:28.684Z] ---> 5ceb6500a376 [2021-04-19T19:28:28.684Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-19T19:28:28.684Z] ---> Running in 0300f7b3774f [2021-04-19T19:28:29.288Z] Removing intermediate container 43879cffcf83 [2021-04-19T19:28:29.288Z] ---> 6d7d3b992fc0 [2021-04-19T19:28:29.288Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T19:28:29.587Z] Removing intermediate container b983372c7fa8 [2021-04-19T19:28:29.587Z] ---> 26b804be5931 [2021-04-19T19:28:29.587Z] [2021-04-19T19:28:29.587Z] Step 11/23 : FROM docker:20.10.0 [2021-04-19T19:28:29.587Z] ---> Running in efad9c349730 [2021-04-19T19:28:29.587Z] Removing intermediate container 0300f7b3774f [2021-04-19T19:28:29.587Z] ---> e63898c2e845 [2021-04-19T19:28:29.587Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T19:28:29.587Z] 20.10.0: Pulling from library/docker [2021-04-19T19:28:29.881Z] ---> Running in 1174136f910d [2021-04-19T19:28:30.481Z] Removing intermediate container efad9c349730 [2021-04-19T19:28:30.482Z] ---> 4b8a10dcd6bd [2021-04-19T19:28:30.482Z] Step 13/21 : WORKDIR /edgex [2021-04-19T19:28:31.081Z] Removing intermediate container 1174136f910d [2021-04-19T19:28:31.081Z] ---> 3f78100b948e [2021-04-19T19:28:31.081Z] Step 15/23 : WORKDIR / [2021-04-19T19:28:31.352Z] ---> Running in 3573c0f1ce25 [2021-04-19T19:28:31.631Z] ---> Running in dd3ff4dfa6de [2021-04-19T19:28:32.605Z] Removing intermediate container 3573c0f1ce25 [2021-04-19T19:28:32.605Z] ---> 2910e5803b3a [2021-04-19T19:28:32.605Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-19T19:28:32.881Z] Removing intermediate container dd3ff4dfa6de [2021-04-19T19:28:32.881Z] ---> 59a749b2f899 [2021-04-19T19:28:32.881Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T19:28:34.321Z] ---> ab4fe20fdbf3 [2021-04-19T19:28:34.321Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-19T19:28:34.594Z] ---> 19fe10356601 [2021-04-19T19:28:34.594Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-19T19:28:37.222Z] ---> a87408ce9fa9 [2021-04-19T19:28:37.222Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-19T19:28:37.222Z] Removing intermediate container 68eacf1b0876 [2021-04-19T19:28:37.222Z] ---> c028924882d4 [2021-04-19T19:28:37.222Z] [2021-04-19T19:28:37.222Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T19:28:37.222Z] ---> 9852663dfa18 [2021-04-19T19:28:37.222Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T19:28:37.222Z] ---> Using cache [2021-04-19T19:28:37.222Z] ---> efaf22fa1204 [2021-04-19T19:28:37.222Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T19:28:37.222Z] ---> Using cache [2021-04-19T19:28:37.222Z] ---> 5ceb6500a376 [2021-04-19T19:28:37.222Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-19T19:28:37.222Z] ---> ae94aa40dfa0 [2021-04-19T19:28:37.222Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-19T19:28:37.817Z] ---> Running in a15423fc3117 [2021-04-19T19:28:38.792Z] ---> fc1d5a613eef [2021-04-19T19:28:38.792Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-19T19:28:39.383Z] ---> 3627a523ff68 [2021-04-19T19:28:39.383Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-19T19:28:39.383Z] Removing intermediate container a15423fc3117 [2021-04-19T19:28:39.383Z] ---> f99937d26d82 [2021-04-19T19:28:39.383Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T19:28:39.383Z] ---> Running in d3461932bf1c [2021-04-19T19:28:39.656Z] ---> Running in 212aed4f818d [2021-04-19T19:28:39.656Z] ---> Running in bc627c56b075 [2021-04-19T19:28:39.930Z] Removing intermediate container d3461932bf1c [2021-04-19T19:28:39.930Z] ---> 572aef977919 [2021-04-19T19:28:39.930Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T19:28:39.930Z] ---> Running in 1c08d9abe8cb [2021-04-19T19:28:40.203Z] Removing intermediate container 212aed4f818d [2021-04-19T19:28:40.203Z] ---> 88b9c6e8288d [2021-04-19T19:28:40.203Z] Step 15/23 : WORKDIR / [2021-04-19T19:28:40.203Z] Removing intermediate container bc627c56b075 [2021-04-19T19:28:40.203Z] ---> 27d9d8cf0c67 [2021-04-19T19:28:40.203Z] Step 18/21 : CMD ["--init=true"] [2021-04-19T19:28:40.485Z] ---> Running in 5260e9b0fd35 [2021-04-19T19:28:40.485Z] ---> Running in 1a49fabfb175 [2021-04-19T19:28:40.758Z] Removing intermediate container 1c08d9abe8cb [2021-04-19T19:28:40.758Z] ---> 67b32cc8d82d [2021-04-19T19:28:40.758Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T19:28:41.038Z] ---> Running in b3ba06e6a42b [2021-04-19T19:28:41.038Z] Removing intermediate container 5260e9b0fd35 [2021-04-19T19:28:41.038Z] ---> 5e6f37f03774 [2021-04-19T19:28:41.038Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T19:28:41.038Z] Removing intermediate container 1a49fabfb175 [2021-04-19T19:28:41.038Z] ---> ef956d8bf47e [2021-04-19T19:28:41.038Z] Step 19/21 : LABEL arch=arm64 [2021-04-19T19:28:41.038Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-19T19:28:41.312Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-19T19:28:41.312Z] ---> eeaf43b92773 [2021-04-19T19:28:41.312Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-19T19:28:41.312Z] ---> Running in a4d6193e03d3 [2021-04-19T19:28:41.312Z] ---> Running in cef6c0f94967 [2021-04-19T19:28:41.584Z] Removing intermediate container b3ba06e6a42b [2021-04-19T19:28:41.584Z] ---> b05cd887a84e [2021-04-19T19:28:41.584Z] Step 22/23 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 [2021-04-19T19:28:41.857Z] ---> Running in 40dc68e232b7 [2021-04-19T19:28:42.129Z] ---> c4d65efa7f93 [2021-04-19T19:28:42.129Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-19T19:28:42.129Z] Removing intermediate container a4d6193e03d3 [2021-04-19T19:28:42.129Z] Removing intermediate container cef6c0f94967 [2021-04-19T19:28:42.129Z] ---> 83c9bcf8c557 [2021-04-19T19:28:42.129Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-19T19:28:42.129Z] ---> 516cfd998c1c [2021-04-19T19:28:42.129Z] Step 20/21 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 [2021-04-19T19:28:42.406Z] ---> Running in 5eea9dde9f38 [2021-04-19T19:28:42.406Z] ---> Running in 26b6fb86ee1d [2021-04-19T19:28:42.406Z] Removing intermediate container 40dc68e232b7 [2021-04-19T19:28:42.406Z] ---> 8ef726a80a71 [2021-04-19T19:28:42.406Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T19:28:42.687Z] ---> Running in e7c998625e62 [2021-04-19T19:28:43.297Z] Removing intermediate container 5eea9dde9f38 [2021-04-19T19:28:43.297Z] ---> b0e087bcc82a [2021-04-19T19:28:43.297Z] Step 21/21 : LABEL version=0.0.0 [2021-04-19T19:28:43.297Z] Removing intermediate container e7c998625e62 [2021-04-19T19:28:43.571Z] ---> 332f8866fc5f [2021-04-19T19:28:43.571Z] [2021-04-19T19:28:43.571Z] ---> Running in 6d18c8425c16 [2021-04-19T19:28:43.848Z] ---> 76cdc47c28e1 [2021-04-19T19:28:43.848Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-19T19:28:43.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T19:28:43.848Z] Successfully built 332f8866fc5f [2021-04-19T19:28:44.124Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-19T19:28:44.124Z]  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T19:28:44.124Z] Removing intermediate container 6d18c8425c16 [2021-04-19T19:28:44.124Z] ---> 647fd55450e9 [2021-04-19T19:28:44.124Z] [2021-04-19T19:28:44.724Z] Successfully built 647fd55450e9 [2021-04-19T19:28:44.724Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-19T19:28:44.724Z]  Building docker-security-proxy-setup-go ... done (1/39) Installing readline (8.0.4-r0) [2021-04-19T19:28:44.724Z] (2/39) Installing bash (5.0.17-r0) [2021-04-19T19:28:44.724Z] Executing bash-5.0.17-r0.post-install [2021-04-19T19:28:44.724Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T19:28:44.724Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-19T19:28:44.724Z] (5/39) Installing curl (7.76.1-r0) [2021-04-19T19:28:44.725Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-19T19:28:44.725Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-19T19:28:44.725Z] (8/39) Installing expat (2.2.9-r1) [2021-04-19T19:28:44.725Z] (9/39) Installing libffi (3.3-r2) [2021-04-19T19:28:44.725Z] ---> ed8fcc19367c [2021-04-19T19:28:44.725Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-19T19:28:44.725Z] (10/39) Installing gdbm (1.13-r1) [2021-04-19T19:28:44.725Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-19T19:28:44.725Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-19T19:28:44.725Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-19T19:28:44.999Z] ---> Running in dea684f96027 [2021-04-19T19:28:45.986Z] Removing intermediate container dea684f96027 [2021-04-19T19:28:45.986Z] ---> ac8874dae8b3 [2021-04-19T19:28:45.986Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T19:28:45.986Z] ---> Running in e6139d75bc35 [2021-04-19T19:28:46.575Z] Removing intermediate container e6139d75bc35 [2021-04-19T19:28:46.575Z] ---> 5e4bf84db773 [2021-04-19T19:28:46.575Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T19:28:46.575Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-19T19:28:46.575Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-19T19:28:46.575Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-19T19:28:46.845Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-19T19:28:46.845Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-19T19:28:46.845Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-19T19:28:46.845Z] ---> Running in d36cf498f798 [2021-04-19T19:28:46.845Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-19T19:28:46.845Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-19T19:28:46.845Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-19T19:28:46.845Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-19T19:28:47.118Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-19T19:28:47.118Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-19T19:28:47.118Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-19T19:28:47.118Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-19T19:28:47.118Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-19T19:28:47.118Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-19T19:28:47.118Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-19T19:28:47.118Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-19T19:28:47.118Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-19T19:28:47.118Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-19T19:28:47.118Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-19T19:28:47.387Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-19T19:28:47.387Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-19T19:28:47.387Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-19T19:28:47.387Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-19T19:28:47.387Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-19T19:28:47.387Z] Removing intermediate container d36cf498f798 [2021-04-19T19:28:47.387Z] ---> f1c764ca7900 [2021-04-19T19:28:47.387Z] Step 22/23 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 [2021-04-19T19:28:47.387Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T19:28:47.387Z] OK: 72 MiB in 59 packages [2021-04-19T19:28:47.659Z] ---> Running in a47bd930603b [2021-04-19T19:28:47.979Z] Removing intermediate container a47bd930603b [2021-04-19T19:28:47.979Z] ---> d8cbc7a75834 [2021-04-19T19:28:47.979Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T19:28:48.265Z] ---> Running in 4dd021154626 [2021-04-19T19:28:48.880Z] Removing intermediate container 4dd021154626 [2021-04-19T19:28:48.880Z] ---> 5e4d090a993f [2021-04-19T19:28:48.880Z] [2021-04-19T19:28:49.163Z] Successfully built 5e4d090a993f [2021-04-19T19:28:49.163Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-19T19:28:51.768Z]  Building docker-core-metadata-go ... done Collecting docker-compose==1.23.2 [2021-04-19T19:28:51.768Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-19T19:28:52.037Z] Collecting cached-property<2,>=1.2.0 [2021-04-19T19:28:52.037Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-19T19:28:52.625Z] Collecting jsonschema<3,>=2.5.1 [2021-04-19T19:28:52.625Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-19T19:28:53.215Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-19T19:28:53.215Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-19T19:28:53.485Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-19T19:28:53.485Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-19T19:28:55.444Z] Collecting docopt<0.7,>=0.6.1 [2021-04-19T19:28:55.444Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-19T19:28:56.863Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-19T19:28:57.833Z] Collecting PyYAML<4,>=3.10 [2021-04-19T19:28:57.833Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-19T19:29:01.194Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-19T19:29:01.194Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-19T19:29:01.464Z] Collecting texttable<0.10,>=0.9.0 [2021-04-19T19:29:01.464Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-19T19:29:04.067Z] Collecting docker<4.0,>=3.6.0 [2021-04-19T19:29:04.067Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-19T19:29:04.067Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-19T19:29:04.067Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-19T19:29:04.654Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-19T19:29:04.654Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-19T19:29:04.924Z] Collecting idna<2.8,>=2.5 [2021-04-19T19:29:04.924Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-19T19:29:05.194Z] Collecting docker-pycreds>=0.4.0 [2021-04-19T19:29:05.194Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-19T19:29:05.194Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-19T19:29:05.194Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-19T19:29:05.194Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-19T19:29:05.194Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-19T19:29:06.159Z] Installing collected packages: cached-property, jsonschema, websocket-client, dockerpty, docopt, PyYAML, urllib3, idna, requests, texttable, docker-pycreds, docker, docker-compose [2021-04-19T19:29:06.752Z] Running setup.py install for dockerpty: started [2021-04-19T19:29:08.713Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-19T19:29:08.713Z] Running setup.py install for docopt: started [2021-04-19T19:29:10.137Z] Running setup.py install for docopt: finished with status 'done' [2021-04-19T19:29:10.137Z] Running setup.py install for PyYAML: started [2021-04-19T19:29:12.099Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-19T19:29:12.099Z] Attempting uninstall: urllib3 [2021-04-19T19:29:12.099Z] Found existing installation: urllib3 1.25.9 [2021-04-19T19:29:12.099Z] Uninstalling urllib3-1.25.9: [2021-04-19T19:29:12.370Z] Successfully uninstalled urllib3-1.25.9 [2021-04-19T19:29:12.960Z] Attempting uninstall: idna [2021-04-19T19:29:12.960Z] Found existing installation: idna 2.9 [2021-04-19T19:29:12.960Z] Uninstalling idna-2.9: [2021-04-19T19:29:12.960Z] Successfully uninstalled idna-2.9 [2021-04-19T19:29:13.553Z] Attempting uninstall: requests [2021-04-19T19:29:13.553Z] Found existing installation: requests 2.23.0 [2021-04-19T19:29:13.553Z] Uninstalling requests-2.23.0: [2021-04-19T19:29:13.824Z] Successfully uninstalled requests-2.23.0 [2021-04-19T19:29:14.094Z] Running setup.py install for texttable: started [2021-04-19T19:29:16.081Z] Running setup.py install for texttable: finished with status 'done' [2021-04-19T19:29:17.503Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-19T19:29:25.753Z] Removing intermediate container 26b6fb86ee1d [2021-04-19T19:29:25.753Z] ---> 035c1f487900 [2021-04-19T19:29:25.753Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-19T19:29:25.753Z] ---> Running in 6a40c401e5a8 [2021-04-19T19:29:25.753Z] Removing intermediate container 6a40c401e5a8 [2021-04-19T19:29:25.753Z] ---> 70d66bd0cdc8 [2021-04-19T19:29:25.753Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-19T19:29:26.024Z] ---> Running in a3d2f86eea26 [2021-04-19T19:29:26.305Z] Removing intermediate container a3d2f86eea26 [2021-04-19T19:29:26.305Z] ---> 22f817a70a7e [2021-04-19T19:29:26.305Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-19T19:29:27.735Z] ---> d488b8329dca [2021-04-19T19:29:27.735Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-19T19:29:28.328Z] ---> 6ea35e337b83 [2021-04-19T19:29:28.328Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-19T19:29:29.312Z] ---> 14ae17a1acf0 [2021-04-19T19:29:29.312Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-19T19:29:29.312Z] ---> Running in 66ebda0c8686 [2021-04-19T19:29:29.902Z] Removing intermediate container 66ebda0c8686 [2021-04-19T19:29:29.902Z] ---> c736020e319b [2021-04-19T19:29:29.902Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T19:29:30.489Z] ---> Running in 7378b03cf912 [2021-04-19T19:29:30.759Z] Removing intermediate container 7378b03cf912 [2021-04-19T19:29:30.759Z] ---> ab55f35d85f3 [2021-04-19T19:29:30.759Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T19:29:31.030Z] ---> Running in 6d219004bc4f [2021-04-19T19:29:31.300Z] Removing intermediate container 6d219004bc4f [2021-04-19T19:29:31.300Z] ---> c4a8694f5429 [2021-04-19T19:29:31.300Z] Step 22/23 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 [2021-04-19T19:29:31.570Z] ---> Running in 4530f7faf067 [2021-04-19T19:29:32.161Z] Removing intermediate container 4530f7faf067 [2021-04-19T19:29:32.161Z] ---> 8f74666d7eb2 [2021-04-19T19:29:32.161Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T19:29:32.161Z] ---> Running in 49300e7c32b8 [2021-04-19T19:29:32.434Z] Removing intermediate container 49300e7c32b8 [2021-04-19T19:29:32.434Z] ---> a96e2f17c131 [2021-04-19T19:29:32.434Z] [2021-04-19T19:29:33.026Z] Successfully built a96e2f17c131 [2021-04-19T19:29:33.026Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-19T19:29:33.313Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-19T19:29:33.303Z] $ docker stop --time=1 a163c0f416a0a33417c304b56ae7952cd55816af56ec56cc763421754daa83d6 [2021-04-19T19:29:35.214Z] $ docker rm -f a163c0f416a0a33417c304b56ae7952cd55816af56ec56cc763421754daa83d6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T19:29:35.831Z] + + dockergrep images docker [2021-04-19T19:29:35.831Z] [2021-04-19T19:29:36.101Z] docker-sys-mgmt-agent-go-arm64 latest a96e2f17c131 3 seconds ago 299MB [2021-04-19T19:29:36.101Z] docker-core-metadata-go-arm64 latest 5e4d090a993f 47 seconds ago 18.1MB [2021-04-19T19:29:36.101Z] docker-security-proxy-setup-go-arm64 latest 647fd55450e9 52 seconds ago 24.6MB [2021-04-19T19:29:36.101Z] docker-core-command-go-arm64 latest 332f8866fc5f 53 seconds ago 16.5MB [2021-04-19T19:29:36.101Z] docker-core-data-go-arm64 latest c6ea5462680b 4 minutes ago 21.6MB [2021-04-19T19:29:36.101Z] docker-security-bootstrapper-go-arm64 latest 587cea36e941 4 minutes ago 18.1MB [2021-04-19T19:29:36.101Z] docker-security-secretstore-setup-go-arm64 latest 291e05361703 4 minutes ago 24.9MB [2021-04-19T19:29:36.101Z] docker-support-notifications-go-arm64 latest 5ede85661b89 4 minutes ago 17.2MB [2021-04-19T19:29:36.101Z] docker-support-scheduler-go-arm64 latest a778f1c4a7d5 4 minutes ago 16.6MB [2021-04-19T19:29:36.101Z] docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-19T19:29:36.657Z] ---> job-cost.sh [2021-04-19T19:29:36.657Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-1EZJ [2021-04-19T19:30:15.590Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T19:31:52.339Z] lf-activate-venv(): INFO: Adding /tmp/venv-1EZJ/bin to PATH [2021-04-19T19:31:52.339Z] INFO: No Stack... [2021-04-19T19:31:52.339Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-19T19:31:52.339Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T19:31:52.674Z] + cat /w/workspace/edgex-go/5/archives/cost.csv [2021-04-19T19:31:52.674Z] + cut -d, -f6 [Pipeline] lock [2021-04-19T19:31:52.797Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3372-5-stack-cost] [2021-04-19T19:31:52.806Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3372-5-stack-cost] did not exist. Created. [2021-04-19T19:31:52.806Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3372-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T19:31:53.164Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-19T19:31:53.439Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T19:31:53.454Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3372-5-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-19T19:31:54.132Z] provisioning config files... [2021-04-19T19:31:54.151Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config6879488419526850707tmp [Pipeline] { [Pipeline] sh [2021-04-19T19:31:54.489Z] + set +x [2021-04-19T19:31:54.489Z] + curl -s https://codecov.io/bash [2021-04-19T19:31:54.489Z] + bash -s -- [2021-04-19T19:31:54.761Z] [2021-04-19T19:31:54.761Z] _____ _ [2021-04-19T19:31:54.761Z] / ____| | | [2021-04-19T19:31:54.761Z] | | ___ __| | ___ ___ _____ __ [2021-04-19T19:31:54.761Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-19T19:31:54.761Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-19T19:31:54.761Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-19T19:31:54.761Z] Bash-1.0.1 [2021-04-19T19:31:54.761Z] [2021-04-19T19:31:54.761Z] [2021-04-19T19:31:54.761Z] ==> git version 2.24.3 found [2021-04-19T19:31:54.761Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-19T19:31:54.761Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-19T19:31:54.761Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-19T19:31:55.024Z] ==> Jenkins CI detected. [2021-04-19T19:31:55.024Z] project root: . [2021-04-19T19:31:55.024Z] --> token set from env [2021-04-19T19:31:55.024Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-19T19:31:55.024Z] ==> Running gcov in . (disable via -X gcov) [2021-04-19T19:31:55.024Z] ==> Python coveragepy not found [2021-04-19T19:31:55.024Z] ==> Searching for coverage reports in: [2021-04-19T19:31:55.024Z] + . [2021-04-19T19:31:55.024Z] -> Found 1 reports [2021-04-19T19:31:55.024Z] ==> Detecting git/mercurial file structure [2021-04-19T19:31:55.288Z] ==> Reading reports [2021-04-19T19:31:55.288Z] + ./coverage.out bytes=703598 [2021-04-19T19:31:55.288Z] ==> Appending adjustments [2021-04-19T19:31:55.288Z] https://docs.codecov.io/docs/fixing-reports [2021-04-19T19:31:58.604Z] + Found adjustments [2021-04-19T19:31:58.604Z] ==> Gzipping contents [2021-04-19T19:31:58.867Z] 100K /tmp/codecov.7gktRU.gz [2021-04-19T19:31:58.867Z] ==> Uploading reports [2021-04-19T19:31:58.867Z] url: https://codecov.io [2021-04-19T19:31:58.867Z] query: branch=PR-3372&commit=105a09adc1e1b7b08d6001329a64af964d39cb96&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3372%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3372&job=&cmd_args= [2021-04-19T19:31:58.867Z] -> Pinging Codecov [2021-04-19T19:31:58.867Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-3372&commit=105a09adc1e1b7b08d6001329a64af964d39cb96&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3372%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3372&job=&cmd_args= [2021-04-19T19:31:59.442Z] -> Uploading to [2021-04-19T19:31:59.442Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-19/00271124DB129430A58F1EEE437C3FCB/105a09adc1e1b7b08d6001329a64af964d39cb96/73589daf-bde4-4675-9e9b-8295d8f315db.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T193159Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b8071cef877578a97f7cba23a687d88404fdd08ca8a3ecbeb711be6c990f0fa9 [2021-04-19T19:31:59.442Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T19:31:59.442Z] Dload Upload Total Spent Left Speed [2021-04-19T19:32:00.038Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 197k --:--:-- --:--:-- --:--:-- 197k 100 98k 0 0 100 98k 0 197k --:--:-- --:--:-- --:--:-- 197k [2021-04-19T19:32:00.038Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/105a09adc1e1b7b08d6001329a64af964d39cb96 [Pipeline] } [2021-04-19T19:32:00.091Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-19T19:32:00.843Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T19:32:01.803Z] ---> package-listing.sh [2021-04-19T19:32:01.803Z] ++ facter osfamily [2021-04-19T19:32:01.803Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-19T19:32:01.803Z] + OS_FAMILY=redhat [2021-04-19T19:32:01.803Z] + workspace=/w/workspace/edgex-go/5 [2021-04-19T19:32:01.803Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-19T19:32:01.803Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-19T19:32:01.803Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-19T19:32:01.803Z] + PACKAGES=/tmp/packages_start.txt [2021-04-19T19:32:01.803Z] + '[' /w/workspace/edgex-go/5 ']' [2021-04-19T19:32:01.803Z] + PACKAGES=/tmp/packages_end.txt [2021-04-19T19:32:01.803Z] + case "${OS_FAMILY}" in [2021-04-19T19:32:01.803Z] + rpm -qa [2021-04-19T19:32:01.803Z] + sort [2021-04-19T19:32:07.119Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-19T19:32:07.119Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-19T19:32:07.119Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-19T19:32:07.119Z] + '[' /w/workspace/edgex-go/5 ']' [2021-04-19T19:32:07.119Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2021-04-19T19:32:07.119Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2021-04-19T19:32:07.133Z] 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-19T19:32:07.430Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-19T19:32:07.741Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T19:32:07.741Z] [2021-04-19T19:32:07.741Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-19T19:32:08.058Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T19:32:08.058Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-19T19:32:08.058Z] df20fa9351a1: Pulling fs layer [2021-04-19T19:32:08.058Z] 36b3adc4ff6f: Pulling fs layer [2021-04-19T19:32:08.058Z] 8ad3a11d3b57: Pulling fs layer [2021-04-19T19:32:08.058Z] 46f8f816bc3b: Pulling fs layer [2021-04-19T19:32:08.058Z] 93b61091891f: Pulling fs layer [2021-04-19T19:32:08.058Z] 93b9cdb0e59b: Pulling fs layer [2021-04-19T19:32:08.058Z] 5e14af77c1be: Pulling fs layer [2021-04-19T19:32:08.058Z] 01666e4c0597: Pulling fs layer [2021-04-19T19:32:08.058Z] aa168da1d23b: Pulling fs layer [2021-04-19T19:32:08.058Z] 46f8f816bc3b: Waiting [2021-04-19T19:32:08.058Z] 93b9cdb0e59b: Waiting [2021-04-19T19:32:08.058Z] 93b61091891f: Waiting [2021-04-19T19:32:08.058Z] 5e14af77c1be: Waiting [2021-04-19T19:32:08.058Z] 01666e4c0597: Waiting [2021-04-19T19:32:08.058Z] aa168da1d23b: Waiting [2021-04-19T19:32:08.058Z] 36b3adc4ff6f: Download complete [2021-04-19T19:32:08.058Z] 46f8f816bc3b: Verifying Checksum [2021-04-19T19:32:08.058Z] 46f8f816bc3b: Download complete [2021-04-19T19:32:08.058Z] df20fa9351a1: Verifying Checksum [2021-04-19T19:32:08.058Z] df20fa9351a1: Download complete [2021-04-19T19:32:08.321Z] 93b9cdb0e59b: Verifying Checksum [2021-04-19T19:32:08.321Z] 93b9cdb0e59b: Download complete [2021-04-19T19:32:08.321Z] 5e14af77c1be: Download complete [2021-04-19T19:32:08.321Z] 93b61091891f: Verifying Checksum [2021-04-19T19:32:08.321Z] 93b61091891f: Download complete [2021-04-19T19:32:08.321Z] 01666e4c0597: Verifying Checksum [2021-04-19T19:32:08.321Z] 01666e4c0597: Download complete [2021-04-19T19:32:08.321Z] 8ad3a11d3b57: Verifying Checksum [2021-04-19T19:32:08.321Z] 8ad3a11d3b57: Download complete [2021-04-19T19:32:08.584Z] df20fa9351a1: Pull complete [2021-04-19T19:32:08.856Z] 36b3adc4ff6f: Pull complete [2021-04-19T19:32:09.817Z] 8ad3a11d3b57: Pull complete [2021-04-19T19:32:10.394Z] aa168da1d23b: Verifying Checksum [2021-04-19T19:32:10.394Z] aa168da1d23b: Download complete [2021-04-19T19:32:12.315Z] 46f8f816bc3b: Pull complete [2021-04-19T19:32:13.264Z] 93b61091891f: Pull complete [2021-04-19T19:32:13.525Z] 93b9cdb0e59b: Pull complete [2021-04-19T19:32:13.525Z] 5e14af77c1be: Pull complete [2021-04-19T19:32:13.788Z] 01666e4c0597: Pull complete [2021-04-19T19:32:23.846Z] aa168da1d23b: Pull complete [2021-04-19T19:32:23.846Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-19T19:32:23.846Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T19:32:23.846Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-19T19:32:24.180Z] prd-centos7-docker-4c-2g-903 does not seem to be running inside a container [2021-04-19T19:32:24.236Z] $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-04-19T19:32:27.060Z] $ docker top 9730ef2520991606c9e9c6ebf936b6215162919223d816bd7da9caccdbcdb4b3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T19:32:27.493Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-19T19:32:27.791Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-19T19:32:28.093Z] + ls /var/log/sa-host [2021-04-19T19:32:28.093Z] + sadf -c /var/log/sa-host/sa19 [2021-04-19T19:32:28.093Z] file_magic: OK [2021-04-19T19:32:28.093Z] HZ: Using current value: 100 [2021-04-19T19:32:28.093Z] file_header: OK [2021-04-19T19:32:28.093Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-19T19:32:28.093Z] Statistics: [2021-04-19T19:32:28.093Z] 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... [2021-04-19T19:32:28.093Z] File successfully converted to sysstat format version 12.2.1 [2021-04-19T19:32:28.093Z] + sadf -c /var/log/sa-host/sa23 [2021-04-19T19:32:28.093Z] file_magic: OK [2021-04-19T19:32:28.093Z] HZ: Using current value: 100 [2021-04-19T19:32:28.093Z] file_header: OK [2021-04-19T19:32:28.093Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-19T19:32:28.093Z] Statistics: [2021-04-19T19:32:28.093Z] Hnuu...uuuununununu... [2021-04-19T19:32:28.093Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-19T19:32:28.263Z] provisioning config files... [2021-04-19T19:32:28.279Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config2978662753895037523tmp [Pipeline] { [Pipeline] echo [2021-04-19T19:32:28.300Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T19:32:28.596Z] ---> create-netrc.sh [Pipeline] } [2021-04-19T19:32:28.606Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-19T19:32:28.636Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T19:32:28.942Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-19T19:32:28.953Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T19:32:29.252Z] ---> sudo-logs.sh [2021-04-19T19:32:29.253Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-19T19:32:29.290Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T19:32:29.586Z] ---> job-cost.sh [2021-04-19T19:32:29.586Z] lf-activate-venv: SKIPPING [2021-04-19T19:32:29.586Z] DEBUG: total: 0.20999999344348907 [2021-04-19T19:32:29.586Z] INFO: Retrieving Stack Cost... [2021-04-19T19:32:30.976Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T19:32:31.551Z] INFO: Archiving Costs [Pipeline] echo [2021-04-19T19:32:31.565Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T19:32:31.866Z] ---> logs-deploy.sh [2021-04-19T19:32:31.866Z] lf-activate-venv: SKIPPING [2021-04-19T19:32:31.866Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3372/5 [2021-04-19T19:32:31.866Z] INFO: archiving workspace using pattern(s): [2021-04-19T19:32:33.253Z] Archives upload complete. [2021-04-19T19:32:33.253Z] INFO: archiving logs to Nexus