Pull request #3285 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9b06d15e045ca4d8d0d106306a839d20aa72a9cd+1e358ca4f8719fd9638600c05bc3e515a39fe53a (10632c3019cd4ee85cbcfaa8d1d98e2e7813861f) Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3285/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3285/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 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-30930 in /w/workspace/edgexfoundry_edgex-go_PR-3285 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3285/head:refs/remotes/origin/PR-3285 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 1e358ca4f8719fd9638600c05bc3e515a39fe53a into PR head commit 9b06d15e045ca4d8d0d106306a839d20aa72a9cd Merge succeeded, producing 9b06d15e045ca4d8d0d106306a839d20aa72a9cd Checking out Revision 9b06d15e045ca4d8d0d106306a839d20aa72a9cd (PR-3285) > git config core.sparsecheckout # timeout=10 > git checkout -f 9b06d15e045ca4d8d0d106306a839d20aa72a9cd # 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 1e358ca4f8719fd9638600c05bc3e515a39fe53a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9b06d15e045ca4d8d0d106306a839d20aa72a9cd # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-22T21:45:31.471Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-22T21:45:31.858Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-22T21:45:32.084Z] ========================================================= [2021-03-22T21:45:32.085Z] EdgeX Global Pipelines Version Info [2021-03-22T21:45:32.085Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-22T21:45:34.704Z] ------------------- [2021-03-22T21:45:34.704Z] stable info: [2021-03-22T21:45:34.704Z] ------------------- [2021-03-22T21:45:34.704Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-22T21:45:34.704Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-22T21:45:34.704Z] Message: update stable to v1.0.186 [2021-03-22T21:45:35.730Z] ------------------- [2021-03-22T21:45:35.730Z] experimental info: [2021-03-22T21:45:35.730Z] ------------------- [2021-03-22T21:45:35.730Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-22T21:45:35.730Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-22T21:45:35.730Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-22T21:45:36.229Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-22T21:45:36.358Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-22T21:45:36.482Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-22T21:45:36.608Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-22T21:45:36.726Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-22T21:45:36.842Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-22T21:45:36.957Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-22T21:45:37.086Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-22T21:45:37.202Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-22T21:45:37.315Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-22T21:45:37.437Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-22T21:45:37.552Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-22T21:45:37.664Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-22T21:45:37.829Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-22T21:45:37.942Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-22T21:45:38.058Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-22T21:45:38.185Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-22T21:45:38.297Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-22T21:45:38.408Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-22T21:45:38.531Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-22T21:45:38.641Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-22T21:45:38.756Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-22T21:45:38.861Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3285 [Pipeline] echo [2021-03-22T21:45:38.970Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3285 [Pipeline] echo [2021-03-22T21:45:39.084Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3285 [Pipeline] echo [2021-03-22T21:45:39.232Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9b06d15e045ca4d8d0d106306a839d20aa72a9cd [Pipeline] echo [2021-03-22T21:45:39.345Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9b06d15 [Pipeline] echo [2021-03-22T21:45:39.454Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-22T21:45:39.681Z] provisioning config files... [2021-03-22T21:45:39.716Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config10041240334592134tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-22T21:45:40.159Z] ---> docker-login.sh [2021-03-22T21:45:40.159Z] nexus3.edgexfoundry.org:10001 [2021-03-22T21:45:41.183Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T21:45:41.481Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T21:45:41.481Z] Configure a credential helper to remove this warning. See [2021-03-22T21:45:41.481Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T21:45:41.481Z] [2021-03-22T21:45:41.481Z] Login Succeeded [2021-03-22T21:45:41.481Z] nexus3.edgexfoundry.org:10002 [2021-03-22T21:45:42.153Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T21:45:42.430Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T21:45:42.430Z] Configure a credential helper to remove this warning. See [2021-03-22T21:45:42.430Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T21:45:42.430Z] [2021-03-22T21:45:42.430Z] Login Succeeded [2021-03-22T21:45:42.430Z] nexus3.edgexfoundry.org:10003 [2021-03-22T21:45:42.710Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T21:45:42.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T21:45:42.710Z] Configure a credential helper to remove this warning. See [2021-03-22T21:45:42.710Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T21:45:42.710Z] [2021-03-22T21:45:42.710Z] Login Succeeded [2021-03-22T21:45:42.710Z] nexus3.edgexfoundry.org:10004 [2021-03-22T21:45:42.710Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T21:45:43.000Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T21:45:43.000Z] Configure a credential helper to remove this warning. See [2021-03-22T21:45:43.000Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T21:45:43.000Z] [2021-03-22T21:45:43.000Z] Login Succeeded [2021-03-22T21:45:43.000Z] docker.io [2021-03-22T21:45:43.274Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T21:45:43.542Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T21:45:43.542Z] Configure a credential helper to remove this warning. See [2021-03-22T21:45:43.542Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T21:45:43.542Z] [2021-03-22T21:45:43.542Z] Login Succeeded [2021-03-22T21:45:43.542Z] ---> docker-login.sh ends [Pipeline] } [2021-03-22T21:45:43.573Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-22T21:45:44.198Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-22T21:45:44.198Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T21:45:44.198Z] ++ dirname cmd/core-command/Dockerfile [2021-03-22T21:45:44.198Z] ++ cut -d/ -f2 [2021-03-22T21:45:44.198Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-22T21:45:44.198Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T21:45:44.198Z] ++ cut -d/ -f2 [2021-03-22T21:45:44.198Z] ++ dirname cmd/core-data/Dockerfile [2021-03-22T21:45:44.198Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-22T21:45:44.198Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T21:45:44.198Z] ++ cut -d/ -f2 [2021-03-22T21:45:44.198Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-22T21:45:44.198Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-22T21:45:44.198Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T21:45:44.198Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-22T21:45:44.198Z] ++ cut -d/ -f2 [2021-03-22T21:45:44.198Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-22T21:45:44.198Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T21:45:44.198Z] ++ cut -d/ -f2 [2021-03-22T21:45:44.198Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-22T21:45:44.198Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-22T21:45:44.198Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T21:45:44.198Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-22T21:45:44.198Z] ++ cut -d/ -f2 [2021-03-22T21:45:44.198Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-22T21:45:44.198Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T21:45:44.198Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-22T21:45:44.198Z] ++ cut -d/ -f2 [2021-03-22T21:45:44.198Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-22T21:45:44.198Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T21:45:44.198Z] ++ cut -d/ -f2 [2021-03-22T21:45:44.198Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-22T21:45:44.198Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-22T21:45:44.198Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T21:45:44.198Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-22T21:45:44.198Z] ++ cut -d/ -f2 [2021-03-22T21:45:44.198Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-22T21:45:44.435Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-22T21:45:45.482Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-22T21:45:45.761Z] [2021-03-22T21:45:45.761Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-22T21:45:46.208Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-22T21:45:46.208Z] latest: Pulling from edgex-devops/git-semver [2021-03-22T21:45:46.208Z] 31603596830f: Pulling fs layer [2021-03-22T21:45:46.208Z] 2a8b12db71e7: Pulling fs layer [2021-03-22T21:45:46.208Z] 6ca5941a6612: Pulling fs layer [2021-03-22T21:45:46.208Z] ecc8261a40a4: Pulling fs layer [2021-03-22T21:45:46.208Z] ecc8261a40a4: Waiting [2021-03-22T21:45:46.208Z] 2a8b12db71e7: Verifying Checksum [2021-03-22T21:45:46.208Z] 2a8b12db71e7: Download complete [2021-03-22T21:45:46.208Z] 31603596830f: Download complete [2021-03-22T21:45:46.476Z] ecc8261a40a4: Verifying Checksum [2021-03-22T21:45:46.476Z] ecc8261a40a4: Download complete [2021-03-22T21:45:46.476Z] 6ca5941a6612: Verifying Checksum [2021-03-22T21:45:46.476Z] 6ca5941a6612: Download complete [2021-03-22T21:45:47.067Z] 31603596830f: Pull complete [2021-03-22T21:45:47.332Z] 2a8b12db71e7: Pull complete [2021-03-22T21:45:49.481Z] 6ca5941a6612: Pull complete [2021-03-22T21:45:49.757Z] ecc8261a40a4: Pull complete [2021-03-22T21:45:49.757Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-22T21:45:49.757Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-22T21:45:49.757Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-22T21:45:50.456Z] prd-centos7-docker-4c-2g-30930 does not seem to be running inside a container [2021-03-22T21:45:50.684Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-22T21:45:54.803Z] $ docker top 2383430873c2638031f145f5c065459d2d08bd786ee6f932a106f2a9631107be -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-22T21:45:55.590Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-22T21:45:55.590Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-22T21:45:56.190Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-22T21:45:56.197Z] $ docker exec 2383430873c2638031f145f5c065459d2d08bd786ee6f932a106f2a9631107be ssh-agent [2021-03-22T21:45:56.723Z] SSH_AUTH_SOCK=/tmp/ssh-NkAWSviflGoY/agent.11 [2021-03-22T21:45:56.723Z] SSH_AGENT_PID=16 [2021-03-22T21:45:56.758Z] Running ssh-add (command line suppressed) [2021-03-22T21:45:57.076Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_5561346201508395957.key (/w/workspace/edgex-go/1@tmp/private_key_5561346201508395957.key) [2021-03-22T21:45:57.162Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-22T21:45:58.456Z] + git tag --points-at HEAD [Pipeline] } [2021-03-22T21:45:58.574Z] $ docker exec --env ******** --env ******** 2383430873c2638031f145f5c065459d2d08bd786ee6f932a106f2a9631107be ssh-agent -k [2021-03-22T21:45:59.391Z] unset SSH_AUTH_SOCK; [2021-03-22T21:45:59.392Z] unset SSH_AGENT_PID; [2021-03-22T21:45:59.392Z] echo Agent pid 16 killed; [2021-03-22T21:45:59.536Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-22T21:45:59.721Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-22T21:45:59.721Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-22T21:46:00.234Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-22T21:46:00.241Z] $ docker exec 2383430873c2638031f145f5c065459d2d08bd786ee6f932a106f2a9631107be ssh-agent [2021-03-22T21:46:00.908Z] SSH_AUTH_SOCK=/tmp/ssh-sV6UpQfivH0M/agent.44 [2021-03-22T21:46:00.908Z] SSH_AGENT_PID=49 [2021-03-22T21:46:00.920Z] Running ssh-add (command line suppressed) [2021-03-22T21:46:01.129Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_113005425787090255.key (/w/workspace/edgex-go/1@tmp/private_key_113005425787090255.key) [2021-03-22T21:46:01.206Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-22T21:46:01.618Z] + git semver init [2021-03-22T21:46:01.618Z] # -> Open(): unable to determine branch for HEAD [2021-03-22T21:46:01.618Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2021-03-22T21:46:01.618Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2021-03-22T21:46:01.618Z] # $SEMVER_REMOTE_NAME = origin [2021-03-22T21:46:01.618Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-22T21:46:01.618Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-22T21:46:01.618Z] # $SEMVER_BRANCH = PR-3285 [2021-03-22T21:46:01.618Z] # $SEMVER_TEMP = /tmp/semver-125306723 [2021-03-22T21:46:01.618Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-22T21:46:34.200Z] # '/tmp/semver-125306723' -> '/w/workspace/edgex-go/1/.semver' [2021-03-22T21:46:34.790Z] # -> Force: false [2021-03-22T21:46:34.790Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2021-03-22T21:46:34.819Z] $ docker exec --env ******** --env ******** 2383430873c2638031f145f5c065459d2d08bd786ee6f932a106f2a9631107be ssh-agent -k [2021-03-22T21:46:35.522Z] unset SSH_AUTH_SOCK; [2021-03-22T21:46:35.524Z] unset SSH_AGENT_PID; [2021-03-22T21:46:35.524Z] echo Agent pid 49 killed; [2021-03-22T21:46:35.736Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-22T21:46:36.353Z] + git semver [Pipeline] } [2021-03-22T21:46:36.402Z] $ docker stop --time=1 2383430873c2638031f145f5c065459d2d08bd786ee6f932a106f2a9631107be [2021-03-22T21:46:38.432Z] $ docker rm -f 2383430873c2638031f145f5c065459d2d08bd786ee6f932a106f2a9631107be [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-22T21:46:39.336Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-22T21:46:40.545Z] Stashed 1 file(s) [Pipeline] echo [2021-03-22T21:46:40.577Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-22T21:46:41.953Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-22T21:46:42.298Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-22T21:46:42.642Z] + sudo service docker restart [2021-03-22T21:46:42.642Z] + true [2021-03-22T21:46:42.642Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-22T21:46:43.837Z] ========================================================= [2021-03-22T21:46:43.837Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-22T21:46:43.837Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-22T21:46:44.268Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-22T21:46:51.041Z] Sending build context to Docker daemon 328.7MB [2021-03-22T21:46:51.041Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-22T21:46:51.041Z] Step 2/6 : FROM ${BASE} [2021-03-22T21:46:51.041Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-22T21:46:51.041Z] 188c0c94c7c5: Pulling fs layer [2021-03-22T21:46:51.041Z] 0ef7d3d256c8: Pulling fs layer [2021-03-22T21:46:51.041Z] de9db76c5a1d: Pulling fs layer [2021-03-22T21:46:51.041Z] bca2f99d35d6: Pulling fs layer [2021-03-22T21:46:51.041Z] 93359f2a8cfa: Pulling fs layer [2021-03-22T21:46:51.041Z] 7c6f9722023f: Pulling fs layer [2021-03-22T21:46:51.041Z] a35cf1a2eb13: Pulling fs layer [2021-03-22T21:46:51.041Z] 93359f2a8cfa: Waiting [2021-03-22T21:46:51.041Z] 7c6f9722023f: Waiting [2021-03-22T21:46:51.041Z] a35cf1a2eb13: Waiting [2021-03-22T21:46:51.041Z] bca2f99d35d6: Waiting [2021-03-22T21:46:51.041Z] de9db76c5a1d: Verifying Checksum [2021-03-22T21:46:51.041Z] de9db76c5a1d: Download complete [2021-03-22T21:46:51.041Z] 0ef7d3d256c8: Download complete [2021-03-22T21:46:51.041Z] 93359f2a8cfa: Verifying Checksum [2021-03-22T21:46:51.041Z] 93359f2a8cfa: Download complete [2021-03-22T21:46:51.041Z] 7c6f9722023f: Verifying Checksum [2021-03-22T21:46:51.041Z] 7c6f9722023f: Download complete [2021-03-22T21:46:51.041Z] 188c0c94c7c5: Verifying Checksum [2021-03-22T21:46:51.041Z] 188c0c94c7c5: Download complete [2021-03-22T21:46:52.041Z] 188c0c94c7c5: Pull complete [2021-03-22T21:46:52.666Z] 0ef7d3d256c8: Pull complete [2021-03-22T21:46:52.963Z] de9db76c5a1d: Pull complete [2021-03-22T21:46:53.269Z] a35cf1a2eb13: Verifying Checksum [2021-03-22T21:46:53.269Z] a35cf1a2eb13: Download complete [2021-03-22T21:46:55.400Z] bca2f99d35d6: Verifying Checksum [2021-03-22T21:46:55.400Z] bca2f99d35d6: Download complete [2021-03-22T21:46:56.248Z] Still waiting to schedule task [2021-03-22T21:46:56.248Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-22T21:47:07.880Z] bca2f99d35d6: Pull complete [2021-03-22T21:47:07.880Z] 93359f2a8cfa: Pull complete [2021-03-22T21:47:08.925Z] 7c6f9722023f: Pull complete [2021-03-22T21:47:17.522Z] a35cf1a2eb13: Pull complete [2021-03-22T21:47:17.522Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-22T21:47:17.522Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-22T21:47:17.522Z] ---> a62c8e92a672 [2021-03-22T21:47:17.522Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-22T21:47:17.522Z] ---> Running in b54a8256cb5b [2021-03-22T21:47:19.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T21:47:20.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T21:47:20.710Z] (1/12) Installing libmagic (5.38-r0) [2021-03-22T21:47:20.977Z] (2/12) Installing file (5.38-r0) [2021-03-22T21:47:20.977Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-22T21:47:21.244Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-22T21:47:25.497Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-22T21:47:25.497Z] (6/12) Installing patch (2.7.6-r6) [2021-03-22T21:47:25.763Z] (7/12) Installing build-base (0.5-r2) [2021-03-22T21:47:25.763Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-22T21:47:25.763Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-22T21:47:26.032Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-22T21:47:26.032Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-22T21:47:26.032Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-22T21:47:26.299Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T21:47:26.299Z] OK: 233 MiB in 51 packages [2021-03-22T21:47:30.611Z] Removing intermediate container b54a8256cb5b [2021-03-22T21:47:30.611Z] ---> ef6c9f3fd27d [2021-03-22T21:47:30.611Z] Step 4/6 : WORKDIR /edgex-go [2021-03-22T21:47:30.611Z] ---> Running in 45a11331e07a [2021-03-22T21:47:30.611Z] Removing intermediate container 45a11331e07a [2021-03-22T21:47:30.611Z] ---> 5d9d5a08b998 [2021-03-22T21:47:30.611Z] Step 5/6 : COPY go.mod . [2021-03-22T21:47:31.234Z] ---> 9e9c160100cb [2021-03-22T21:47:31.234Z] Step 6/6 : RUN go mod download [2021-03-22T21:47:31.522Z] ---> Running in 95ef0c8c8b8d [2021-03-22T21:48:05.247Z] Removing intermediate container 95ef0c8c8b8d [2021-03-22T21:48:05.247Z] ---> 9523d39442ff [2021-03-22T21:48:05.713Z] Successfully built 9523d39442ff [2021-03-22T21:48:05.986Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-22T21:48:06.741Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-22T21:48:07.009Z] . [Pipeline] withDockerContainer [2021-03-22T21:48:07.184Z] prd-centos7-docker-4c-2g-30930 does not seem to be running inside a container [2021-03-22T21:48:07.240Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-03-22T21:48:09.665Z] $ docker top 8ef1399ea442605872f043e1c461a7b46018272185ec52729daa296a2e15c88f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T21:48:10.735Z] + go version [2021-03-22T21:48:10.735Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-22T21:48:10.766Z] $ docker stop --time=1 8ef1399ea442605872f043e1c461a7b46018272185ec52729daa296a2e15c88f [2021-03-22T21:48:12.280Z] $ docker rm -f 8ef1399ea442605872f043e1c461a7b46018272185ec52729daa296a2e15c88f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T21:48:13.451Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-22T21:48:13.451Z] . [Pipeline] withDockerContainer [2021-03-22T21:48:13.627Z] prd-centos7-docker-4c-2g-30930 does not seem to be running inside a container [2021-03-22T21:48:13.687Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-03-22T21:48:15.172Z] $ docker top 65da1c6ae62ed5fe6dc8aefdb3a00ebc395481921418ea9ed3297a41d7474c6a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-22T21:48:15.441Z] ========================================================= [2021-03-22T21:48:15.441Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-22T21:48:15.441Z] ========================================================= [Pipeline] sh [2021-03-22T21:48:15.771Z] + make test [2021-03-22T21:48:15.771Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-22T21:48:38.457Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-22T21:49:08.365Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30936 in /w/workspace/edgexfoundry_edgex-go_PR-3285 [Pipeline] { [Pipeline] ws [2021-03-22T21:49:08.455Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-03-22T21:49:12.331Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-22T21:49:13.495Z] using credential edgex-jenkins-ssh [2021-03-22T21:49:13.553Z] Cloning the remote Git repository [2021-03-22T21:49:13.619Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-22T21:49:13.716Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-03-22T21:49:13.774Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-22T21:49:13.774Z] > git --version # timeout=10 [2021-03-22T21:49:13.787Z] > git --version # 'git version 2.17.1' [2021-03-22T21:49:13.789Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T21:49:13.848Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-22T21:49:28.233Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-22T21:49:29.418Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-22T21:49:29.418Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-22T21:49:30.184Z] Merging remotes/origin/master commit 1e358ca4f8719fd9638600c05bc3e515a39fe53a into PR head commit 9b06d15e045ca4d8d0d106306a839d20aa72a9cd [2021-03-22T21:49:30.612Z] Merge succeeded, producing 9b06d15e045ca4d8d0d106306a839d20aa72a9cd [2021-03-22T21:49:30.612Z] Checking out Revision 9b06d15e045ca4d8d0d106306a839d20aa72a9cd (PR-3285) [2021-03-22T21:49:29.386Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-22T21:49:29.402Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-22T21:49:29.432Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-22T21:49:29.468Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-22T21:49:29.469Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T21:49:29.481Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3285/head:refs/remotes/origin/PR-3285 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-22T21:49:30.204Z] > git config core.sparsecheckout # timeout=10 [2021-03-22T21:49:30.217Z] > git checkout -f 9b06d15e045ca4d8d0d106306a839d20aa72a9cd # timeout=10 [2021-03-22T21:49:30.516Z] > git remote # timeout=10 [2021-03-22T21:49:30.533Z] > git config --get remote.origin.url # timeout=10 [2021-03-22T21:49:30.554Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T21:49:30.565Z] > git merge 1e358ca4f8719fd9638600c05bc3e515a39fe53a # timeout=10 [2021-03-22T21:49:30.591Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-22T21:49:30.623Z] > git config core.sparsecheckout # timeout=10 [2021-03-22T21:49:30.636Z] > git checkout -f 9b06d15e045ca4d8d0d106306a839d20aa72a9cd # timeout=10 [2021-03-22T21:49:35.166Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2021-03-22T21:49:35.236Z] > git --version # timeout=10 [2021-03-22T21:49:35.247Z] > git --version # 'git version 2.17.1' [2021-03-22T21:49:35.262Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-22T21:49:36.510Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-22T21:49:36.510Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-22T21:49:36.510Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-22T21:49:36.510Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-22T21:49:36.791Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-22T21:49:36.935Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-22T21:49:37.364Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-22T21:49:37.717Z] + sudo service docker restart [2021-03-22T21:49:37.717Z] + true [2021-03-22T21:49:37.778Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-22T21:49:39.866Z] provisioning config files... [2021-03-22T21:49:39.905Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1605373021922147578tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-22T21:49:40.420Z] ---> docker-login.sh [2021-03-22T21:49:40.420Z] nexus3.edgexfoundry.org:10001 [2021-03-22T21:49:41.022Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T21:49:41.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T21:49:41.623Z] Configure a credential helper to remove this warning. See [2021-03-22T21:49:41.623Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T21:49:41.623Z] [2021-03-22T21:49:41.623Z] Login Succeeded [2021-03-22T21:49:41.623Z] nexus3.edgexfoundry.org:10002 [2021-03-22T21:49:41.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T21:49:42.165Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T21:49:42.165Z] Configure a credential helper to remove this warning. See [2021-03-22T21:49:42.165Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T21:49:42.165Z] [2021-03-22T21:49:42.165Z] Login Succeeded [2021-03-22T21:49:42.165Z] nexus3.edgexfoundry.org:10003 [2021-03-22T21:49:42.446Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T21:49:42.446Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T21:49:42.446Z] Configure a credential helper to remove this warning. See [2021-03-22T21:49:42.446Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T21:49:42.446Z] [2021-03-22T21:49:42.446Z] Login Succeeded [2021-03-22T21:49:42.446Z] nexus3.edgexfoundry.org:10004 [2021-03-22T21:49:43.041Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T21:49:43.041Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T21:49:43.041Z] Configure a credential helper to remove this warning. See [2021-03-22T21:49:43.041Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T21:49:43.041Z] [2021-03-22T21:49:43.041Z] Login Succeeded [2021-03-22T21:49:43.041Z] docker.io [2021-03-22T21:49:43.313Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T21:49:43.586Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T21:49:43.586Z] Configure a credential helper to remove this warning. See [2021-03-22T21:49:43.586Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T21:49:43.586Z] [2021-03-22T21:49:43.586Z] Login Succeeded [2021-03-22T21:49:43.586Z] ---> docker-login.sh ends [Pipeline] } [2021-03-22T21:49:43.619Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2021-03-22T21:49:43.818Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-22T21:49:43.818Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-22T21:49:43.818Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-22T21:49:44.195Z] ========================================================= [2021-03-22T21:49:44.196Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-22T21:49:44.196Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-22T21:49:44.603Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-22T21:49:47.247Z] Sending build context to Docker daemon 166.9MB [2021-03-22T21:49:47.247Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-22T21:49:47.247Z] Step 2/6 : FROM ${BASE} [2021-03-22T21:49:47.247Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-22T21:49:47.247Z] 5f621e34cdf4: Pulling fs layer [2021-03-22T21:49:47.247Z] a4357932f1b6: Pulling fs layer [2021-03-22T21:49:47.247Z] 18c013af1878: Pulling fs layer [2021-03-22T21:49:47.247Z] 00ac8860ef70: Pulling fs layer [2021-03-22T21:49:47.247Z] 63d7cb157983: Pulling fs layer [2021-03-22T21:49:47.247Z] b116817d02f9: Pulling fs layer [2021-03-22T21:49:47.247Z] 745a02a5169b: Pulling fs layer [2021-03-22T21:49:47.247Z] 00ac8860ef70: Waiting [2021-03-22T21:49:47.247Z] 63d7cb157983: Waiting [2021-03-22T21:49:47.247Z] b116817d02f9: Waiting [2021-03-22T21:49:47.247Z] 745a02a5169b: Waiting [2021-03-22T21:49:47.247Z] 18c013af1878: Verifying Checksum [2021-03-22T21:49:47.247Z] 18c013af1878: Download complete [2021-03-22T21:49:47.247Z] a4357932f1b6: Download complete [2021-03-22T21:49:47.247Z] 63d7cb157983: Verifying Checksum [2021-03-22T21:49:47.247Z] 63d7cb157983: Download complete [2021-03-22T21:49:47.247Z] b116817d02f9: Verifying Checksum [2021-03-22T21:49:47.247Z] b116817d02f9: Download complete [2021-03-22T21:49:47.247Z] 5f621e34cdf4: Verifying Checksum [2021-03-22T21:49:47.247Z] 5f621e34cdf4: Download complete [2021-03-22T21:49:47.862Z] 5f621e34cdf4: Pull complete [2021-03-22T21:49:48.459Z] a4357932f1b6: Pull complete [2021-03-22T21:49:48.623Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.261s coverage: 45.9% of statements [2021-03-22T21:49:48.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-22T21:49:48.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-22T21:49:48.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-22T21:49:48.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-22T21:49:48.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-22T21:49:48.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-22T21:49:48.623Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.142s coverage: 19.8% of statements [2021-03-22T21:49:48.623Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.108s coverage: 100.0% of statements [2021-03-22T21:49:49.055Z] 18c013af1878: Pull complete [2021-03-22T21:49:49.657Z] 745a02a5169b: Verifying Checksum [2021-03-22T21:49:49.657Z] 745a02a5169b: Download complete [2021-03-22T21:49:50.635Z] 00ac8860ef70: Verifying Checksum [2021-03-22T21:49:50.635Z] 00ac8860ef70: Download complete [2021-03-22T21:49:55.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.597s coverage: 27.1% of statements [2021-03-22T21:49:55.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-22T21:49:55.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-22T21:49:55.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-22T21:49:55.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-22T21:49:55.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-22T21:49:55.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-22T21:49:55.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.089s coverage: 100.0% of statements [2021-03-22T21:49:55.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-22T21:49:55.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.059s coverage: 100.0% of statements [2021-03-22T21:49:55.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-22T21:49:55.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-22T21:49:55.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.245s coverage: 71.3% of statements [2021-03-22T21:49:55.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-22T21:49:55.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-22T21:49:56.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.343s coverage: 82.9% of statements [2021-03-22T21:49:56.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-22T21:49:56.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T21:49:56.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.192s coverage: 78.9% of statements [2021-03-22T21:49:56.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-22T21:50:00.830Z] 00ac8860ef70: Pull complete [2021-03-22T21:50:00.830Z] 63d7cb157983: Pull complete [2021-03-22T21:50:01.105Z] b116817d02f9: Pull complete [2021-03-22T21:50:05.429Z] 745a02a5169b: Pull complete [2021-03-22T21:50:05.429Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-22T21:50:05.429Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-22T21:50:05.429Z] ---> b7e6874047d6 [2021-03-22T21:50:05.429Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-22T21:50:07.875Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.553s coverage: 28.6% of statements [2021-03-22T21:50:07.875Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-22T21:50:07.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-22T21:50:07.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-22T21:50:07.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-22T21:50:07.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-22T21:50:07.876Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.366s coverage: 100.0% of statements [2021-03-22T21:50:07.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-22T21:50:07.876Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.122s coverage: 100.0% of statements [2021-03-22T21:50:07.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-22T21:50:07.876Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.172s coverage: 86.7% of statements [2021-03-22T21:50:07.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-22T21:50:07.876Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.217s coverage: 97.5% of statements [2021-03-22T21:50:07.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-22T21:50:07.876Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.068s coverage: 78.3% of statements [2021-03-22T21:50:07.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-22T21:50:07.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-22T21:50:07.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-22T21:50:07.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-22T21:50:08.843Z] ---> Running in 060871f5bd65 [2021-03-22T21:50:09.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T21:50:10.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T21:50:11.388Z] (1/12) Installing libmagic (5.38-r0) [2021-03-22T21:50:11.388Z] (2/12) Installing file (5.38-r0) [2021-03-22T21:50:11.659Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-22T21:50:11.659Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-22T21:50:12.524Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.551s coverage: 92.8% of statements [2021-03-22T21:50:12.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-22T21:50:12.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T21:50:12.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-22T21:50:12.524Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-22T21:50:12.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-22T21:50:12.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-22T21:50:12.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-22T21:50:12.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-22T21:50:12.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-22T21:50:12.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-22T21:50:12.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-22T21:50:12.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-22T21:50:12.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-22T21:50:12.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-22T21:50:12.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-22T21:50:12.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-22T21:50:12.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-22T21:50:12.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-22T21:50:12.524Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2021-03-22T21:50:12.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-22T21:50:12.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-22T21:50:12.524Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.105s coverage: 0.1% of statements [2021-03-22T21:50:12.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-22T21:50:12.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-22T21:50:12.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-22T21:50:12.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.050s coverage: 47.1% of statements [2021-03-22T21:50:12.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.213s coverage: 79.5% of statements [2021-03-22T21:50:12.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.165s coverage: 94.1% of statements [2021-03-22T21:50:12.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.081s coverage: 96.3% of statements [2021-03-22T21:50:12.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements [2021-03-22T21:50:18.354Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-22T21:50:18.354Z] (6/12) Installing patch (2.7.6-r6) [2021-03-22T21:50:18.354Z] (7/12) Installing build-base (0.5-r2) [2021-03-22T21:50:18.354Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-22T21:50:18.354Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-22T21:50:18.354Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-22T21:50:18.354Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-22T21:50:18.354Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-22T21:50:18.354Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T21:50:18.354Z] OK: 217 MiB in 51 packages [2021-03-22T21:50:22.653Z] Removing intermediate container 060871f5bd65 [2021-03-22T21:50:22.653Z] ---> 2ce4c93b6548 [2021-03-22T21:50:22.653Z] Step 4/6 : WORKDIR /edgex-go [2021-03-22T21:50:22.653Z] ---> Running in 8602abf85ebe [2021-03-22T21:50:22.926Z] Removing intermediate container 8602abf85ebe [2021-03-22T21:50:22.926Z] ---> 965a7cbaf277 [2021-03-22T21:50:22.926Z] Step 5/6 : COPY go.mod . [2021-03-22T21:50:23.522Z] ---> 54f198f34d1f [2021-03-22T21:50:23.522Z] Step 6/6 : RUN go mod download [2021-03-22T21:50:23.800Z] ---> Running in f4f667a36ac6 [2021-03-22T21:50:25.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.136s coverage: 94.4% of statements [2021-03-22T21:50:25.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.078s coverage: 44.8% of statements [2021-03-22T21:50:28.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.758s coverage: 81.7% of statements [2021-03-22T21:50:37.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.234s coverage: 92.9% of statements [2021-03-22T21:50:37.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-22T21:50:37.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-22T21:50:37.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-22T21:50:37.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.084s coverage: 77.8% of statements [2021-03-22T21:50:37.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-22T21:50:37.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-22T21:50:37.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-22T21:50:37.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-22T21:50:37.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-22T21:50:37.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.355s coverage: 87.2% of statements [2021-03-22T21:50:37.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-22T21:50:37.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-22T21:50:37.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.142s coverage: 100.0% of statements [2021-03-22T21:50:37.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-22T21:50:37.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.109s coverage: 75.5% of statements [2021-03-22T21:50:37.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-22T21:50:37.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.049s coverage: 80.8% of statements [2021-03-22T21:50:37.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.280s coverage: 87.2% of statements [2021-03-22T21:50:37.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.085s coverage: 84.6% of statements [2021-03-22T21:50:37.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.334s coverage: 91.6% of statements [2021-03-22T21:50:37.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-22T21:50:37.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.317s coverage: 64.4% of statements [2021-03-22T21:50:37.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-22T21:50:37.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-22T21:50:37.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.126s coverage: 100.0% of statements [2021-03-22T21:50:37.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.111s coverage: 91.3% of statements [2021-03-22T21:50:37.942Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements [2021-03-22T21:50:38.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.051s coverage: 73.7% of statements [2021-03-22T21:50:38.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements [2021-03-22T21:50:41.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.657s coverage: 69.0% of statements [2021-03-22T21:50:41.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-22T21:50:41.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-22T21:50:41.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-22T21:50:42.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.378s coverage: 38.4% of statements [2021-03-22T21:50:42.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-22T21:50:42.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-22T21:50:42.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.065s coverage: 89.5% of statements [2021-03-22T21:50:42.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-22T21:50:42.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.075s coverage: 84.8% of statements [2021-03-22T21:50:49.368Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.649s coverage: 47.0% of statements [2021-03-22T21:50:49.368Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-22T21:50:49.368Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-22T21:50:49.368Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-22T21:50:49.368Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-22T21:50:49.368Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-22T21:50:49.368Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.128s coverage: 100.0% of statements [2021-03-22T21:50:49.368Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-22T21:50:49.368Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.119s coverage: 100.0% of statements [2021-03-22T21:50:49.368Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-22T21:50:49.368Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-22T21:50:49.368Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-22T21:50:49.368Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-22T21:50:49.368Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.521s coverage: 87.1% of statements [2021-03-22T21:50:49.368Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-22T21:50:49.368Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T21:50:49.368Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-22T21:50:50.694Z] Removing intermediate container f4f667a36ac6 [2021-03-22T21:50:50.695Z] ---> 297fcae1cb2c [2021-03-22T21:50:50.695Z] Successfully built 297fcae1cb2c [2021-03-22T21:50:50.695Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-22T21:50:51.115Z] + docker inspect -f . ci-base-image-arm64 [2021-03-22T21:50:51.115Z] . [Pipeline] withDockerContainer [2021-03-22T21:50:51.392Z] prd-ubuntu18.04-docker-arm64-4c-16g-30936 does not seem to be running inside a container [2021-03-22T21:50:51.470Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-03-22T21:50:53.077Z] $ docker top 0bc1ab7360448213217009e21193c3a58e19f2bd5183ea51941a4582039758a2 -eo pid,comm [2021-03-22T21:50:53.136Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.958s coverage: 29.1% of statements [2021-03-22T21:50:53.136Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-22T21:50:53.136Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-22T21:50:53.136Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-22T21:50:53.136Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-22T21:50:53.136Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-22T21:50:53.136Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.202s coverage: 99.0% of statements [2021-03-22T21:50:53.136Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-22T21:50:53.136Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.098s coverage: 100.0% of statements [2021-03-22T21:50:53.137Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-22T21:50:53.137Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-22T21:50:53.137Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-22T21:50:53.137Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-22T21:50:53.137Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.134s coverage: 96.5% of statements [2021-03-22T21:50:53.137Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-22T21:50:53.137Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T21:50:53.137Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-22T21:50:53.137Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements [2021-03-22T21:50:53.137Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-22T21:50:53.137Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-03-22T21:50:53.137Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-22T21:50:53.137Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-22T21:50:53.137Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-22T21:50:53.137Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [Pipeline] { [Pipeline] sh [2021-03-22T21:50:53.757Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.073s coverage: 87.9% of statements [2021-03-22T21:50:53.758Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-22T21:50:53.758Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-22T21:50:53.758Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2021-03-22T21:50:54.029Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-03-22T21:50:54.110Z] + go version [2021-03-22T21:50:54.110Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-22T21:50:54.148Z] $ docker stop --time=1 0bc1ab7360448213217009e21193c3a58e19f2bd5183ea51941a4582039758a2 [2021-03-22T21:50:54.328Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.065s coverage: 100.0% of statements [2021-03-22T21:50:55.285Z] GO111MODULE=on go vet ./... [2021-03-22T21:50:56.006Z] $ docker rm -f 0bc1ab7360448213217009e21193c3a58e19f2bd5183ea51941a4582039758a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T21:50:57.304Z] + docker inspect -f . ci-base-image-arm64 [2021-03-22T21:50:57.304Z] . [Pipeline] withDockerContainer [2021-03-22T21:50:57.594Z] prd-ubuntu18.04-docker-arm64-4c-16g-30936 does not seem to be running inside a container [2021-03-22T21:50:57.689Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-03-22T21:50:59.123Z] $ docker top 03891cc03ffd07676cb728a89f4574c47b5e51e15e66fa038bee614464168c15 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-22T21:50:59.556Z] ========================================================= [2021-03-22T21:50:59.556Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-22T21:50:59.556Z] ========================================================= [Pipeline] sh [2021-03-22T21:51:00.222Z] + make test [2021-03-22T21:51:00.222Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-22T21:51:23.295Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-22T21:52:10.362Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-22T21:52:17.124Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-22T21:52:18.571Z] gofmt -l . [2021-03-22T21:52:18.571Z] [ "`gofmt -l .`" = "" ] [2021-03-22T21:52:18.571Z] ./bin/test-go-mod-tidy.sh [2021-03-22T21:52:18.571Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-22T21:52:19.714Z] + ls -al . [2021-03-22T21:52:19.714Z] total 772 [2021-03-22T21:52:19.714Z] drwxrwxr-x 10 1001 1001 4096 Mar 22 21:52 . [2021-03-22T21:52:19.714Z] drwxr-xr-x 4 root root 28 Mar 22 21:48 .. [2021-03-22T21:52:19.714Z] -rw-rw-r-- 1 1001 1001 11 Mar 22 21:45 .dockerignore [2021-03-22T21:52:19.714Z] drwxrwxr-x 8 1001 1001 179 Mar 22 21:45 .git [2021-03-22T21:52:19.714Z] drwxrwxr-x 3 1001 1001 125 Mar 22 21:45 .github [2021-03-22T21:52:19.714Z] -rw-rw-r-- 1 1001 1001 818 Mar 22 21:45 .gitignore [2021-03-22T21:52:19.714Z] drwx------ 3 1001 1001 60 Mar 22 21:46 .semver [2021-03-22T21:52:19.714Z] -rw-rw-r-- 1 1001 1001 166 Mar 22 21:45 .sonarcloud.properties [2021-03-22T21:52:19.714Z] -rw-rw-r-- 1 1001 1001 8607 Mar 22 21:45 Attribution.txt [2021-03-22T21:52:19.714Z] -rw-rw-r-- 1 1001 1001 3804 Mar 22 21:45 CONTRIBUTING.md [2021-03-22T21:52:19.714Z] -rw-rw-r-- 1 1001 1001 931 Mar 22 21:45 Dockerfile.build [2021-03-22T21:52:19.714Z] -rw-rw-r-- 1 1001 1001 863 Mar 22 21:45 Jenkinsfile [2021-03-22T21:52:19.714Z] -rw-rw-r-- 1 1001 1001 10775 Mar 22 21:45 LICENSE [2021-03-22T21:52:19.714Z] -rw-rw-r-- 1 1001 1001 5774 Mar 22 21:45 Makefile [2021-03-22T21:52:19.714Z] -rw-rw-r-- 1 1001 1001 6548 Mar 22 21:45 README.md [2021-03-22T21:52:19.714Z] -rw-rw-r-- 1 1001 1001 6755 Mar 22 21:45 SECURITY.md [2021-03-22T21:52:19.714Z] -rw-rw-r-- 1 1001 1001 5 Mar 22 21:46 VERSION [2021-03-22T21:52:19.714Z] -rw-rw-r-- 1 1001 1001 4131 Mar 22 21:45 ZMQWindows.md [2021-03-22T21:52:19.714Z] drwxrwxr-x 2 1001 1001 117 Mar 22 21:45 bin [2021-03-22T21:52:19.714Z] drwxrwxr-x 14 1001 1001 4096 Mar 22 21:45 cmd [2021-03-22T21:52:19.714Z] -rw-r--r-- 1 root root 659965 Mar 22 21:50 coverage.out [2021-03-22T21:52:19.714Z] -rw-r--r-- 1 root root 1055 Mar 22 21:52 go.mod [2021-03-22T21:52:19.714Z] -rw-r--r-- 1 root root 22327 Mar 22 21:52 go.sum [2021-03-22T21:52:19.714Z] drwxrwxr-x 8 1001 1001 127 Mar 22 21:45 internal [2021-03-22T21:52:19.714Z] drwxrwxr-x 4 1001 1001 26 Mar 22 21:45 openapi [2021-03-22T21:52:19.714Z] drwxrwxr-x 4 1001 1001 71 Mar 22 21:45 snap [2021-03-22T21:52:19.714Z] -rw-rw-r-- 1 1001 1001 168 Mar 22 21:45 version.go [Pipeline] sh [2021-03-22T21:52:21.123Z] + '[' -e coverage.out ] [2021-03-22T21:52:21.124Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-22T21:52:21.578Z] Stashed 1 file(s) [Pipeline] sh [2021-03-22T21:52:22.689Z] + make build [2021-03-22T21:52:22.689Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-22T21:52:23.895Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-22T21:52:23.895Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-22T21:52:26.529Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-22T21:52:26.529Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-22T21:52:26.529Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-22T21:52:26.529Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-22T21:52:30.854Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-22T21:52:30.854Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-22T21:52:33.489Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-22T21:52:39.139Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-22T21:52:39.139Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-22T21:52:39.139Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-22T21:52:44.586Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.352s coverage: 45.9% of statements [2021-03-22T21:52:44.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-22T21:52:44.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-22T21:52:44.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-22T21:52:44.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-22T21:52:44.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-22T21:52:44.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-22T21:52:44.586Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.200s coverage: 19.8% of statements [2021-03-22T21:52:44.586Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.265s coverage: 100.0% of statements [2021-03-22T21:52:52.898Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.495s coverage: 27.1% of statements [2021-03-22T21:52:52.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-22T21:52:52.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-22T21:52:52.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-22T21:52:52.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-22T21:52:52.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-22T21:52:52.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-22T21:52:52.898Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.092s coverage: 100.0% of statements [2021-03-22T21:52:52.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-22T21:52:52.898Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.066s coverage: 100.0% of statements [2021-03-22T21:52:52.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-22T21:52:52.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-22T21:52:52.898Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.234s coverage: 71.3% of statements [2021-03-22T21:52:52.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-22T21:52:52.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-22T21:52:54.900Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.477s coverage: 82.9% of statements [2021-03-22T21:52:54.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-22T21:52:54.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T21:52:54.900Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.125s coverage: 78.9% of statements [2021-03-22T21:52:54.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-22T21:52:58.621Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-22T21:53:05.164Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.152s coverage: 28.6% of statements [2021-03-22T21:53:05.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-22T21:53:05.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-22T21:53:05.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-22T21:53:05.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-22T21:53:05.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-22T21:53:05.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.164s coverage: 100.0% of statements [2021-03-22T21:53:05.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-22T21:53:05.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.115s coverage: 100.0% of statements [2021-03-22T21:53:05.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-22T21:53:05.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.321s coverage: 86.7% of statements [2021-03-22T21:53:05.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-22T21:53:05.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.395s coverage: 97.5% of statements [2021-03-22T21:53:05.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-22T21:53:05.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.214s coverage: 78.3% of statements [2021-03-22T21:53:05.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-22T21:53:05.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-22T21:53:05.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-22T21:53:05.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-22T21:53:07.445Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-22T21:53:13.482Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.259s coverage: 92.8% of statements [2021-03-22T21:53:13.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-22T21:53:13.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T21:53:13.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-22T21:53:13.482Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-22T21:53:13.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-22T21:53:13.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-22T21:53:13.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-22T21:53:13.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-22T21:53:13.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-22T21:53:13.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-22T21:53:13.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-22T21:53:13.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-22T21:53:13.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-22T21:53:13.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-22T21:53:13.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-22T21:53:13.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-22T21:53:13.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-22T21:53:13.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-22T21:53:13.482Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements [2021-03-22T21:53:13.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-22T21:53:13.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-22T21:53:13.482Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.230s coverage: 0.1% of statements [2021-03-22T21:53:13.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-22T21:53:13.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-22T21:53:13.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-22T21:53:13.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.083s coverage: 47.1% of statements [2021-03-22T21:53:13.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.074s coverage: 79.5% of statements [2021-03-22T21:53:13.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.049s coverage: 94.1% of statements [2021-03-22T21:53:13.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.099s coverage: 96.3% of statements [2021-03-22T21:53:13.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements [2021-03-22T21:53:14.795Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-22T21:53:17.726Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-22T21:53:25.294Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-22T21:53:25.911Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.073s coverage: 94.4% of statements [2021-03-22T21:53:25.911Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.062s coverage: 44.8% of statements [2021-03-22T21:53:28.650Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-22T21:53:31.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.319s coverage: 81.7% of statements [2021-03-22T21:53:31.711Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-22T21:53:36.154Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-22T21:53:40.704Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-22T21:53:41.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.135s coverage: 92.9% of statements [2021-03-22T21:53:41.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-22T21:53:41.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-22T21:53:41.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-22T21:53:41.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-22T21:53:41.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-22T21:53:41.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-22T21:53:41.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-22T21:53:41.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-22T21:53:41.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-22T21:53:41.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements [2021-03-22T21:53:41.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-22T21:53:41.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-22T21:53:41.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-03-22T21:53:41.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-22T21:53:41.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements [2021-03-22T21:53:41.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-22T21:53:41.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements [2021-03-22T21:53:41.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.130s coverage: 87.2% of statements [2021-03-22T21:53:41.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.139s coverage: 84.6% of statements [2021-03-22T21:53:41.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.169s coverage: 91.6% of statements [2021-03-22T21:53:41.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-22T21:53:41.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.525s coverage: 64.4% of statements [2021-03-22T21:53:41.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-22T21:53:41.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-22T21:53:41.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements [2021-03-22T21:53:41.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements [2021-03-22T21:53:41.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements [2021-03-22T21:53:41.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements [2021-03-22T21:53:41.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements [2021-03-22T21:53:43.426Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-22T21:53:44.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.801s coverage: 69.0% of statements [2021-03-22T21:53:44.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-22T21:53:44.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-22T21:53:44.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-22T21:53:46.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.420s coverage: 38.4% of statements [2021-03-22T21:53:46.129Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-22T21:53:46.129Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-22T21:53:46.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.093s coverage: 89.5% of statements [2021-03-22T21:53:46.129Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-22T21:53:46.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.098s coverage: 84.8% of statements [2021-03-22T21:53:52.883Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.483s coverage: 47.0% of statements [2021-03-22T21:53:52.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-22T21:53:52.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-22T21:53:52.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-22T21:53:52.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-22T21:53:52.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-22T21:53:52.883Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements [2021-03-22T21:53:52.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-22T21:53:52.883Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.130s coverage: 100.0% of statements [2021-03-22T21:53:52.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-22T21:53:52.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-22T21:53:52.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-22T21:53:52.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-22T21:53:52.883Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.461s coverage: 87.1% of statements [2021-03-22T21:53:52.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-22T21:53:52.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T21:53:52.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [Pipeline] } [2021-03-22T21:53:54.333Z] $ docker stop --time=1 65da1c6ae62ed5fe6dc8aefdb3a00ebc395481921418ea9ed3297a41d7474c6a [2021-03-22T21:53:56.466Z] $ docker rm -f 65da1c6ae62ed5fe6dc8aefdb3a00ebc395481921418ea9ed3297a41d7474c6a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T21:53:59.211Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-22T21:53:59.211Z] [2021-03-22T21:53:59.211Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-22T21:53:59.607Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.375s coverage: 29.1% of statements [2021-03-22T21:53:59.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-22T21:53:59.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-22T21:53:59.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-22T21:53:59.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-22T21:53:59.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-22T21:53:59.607Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.225s coverage: 99.0% of statements [2021-03-22T21:53:59.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-22T21:53:59.607Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.086s coverage: 100.0% of statements [2021-03-22T21:53:59.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-22T21:53:59.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-22T21:53:59.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-22T21:53:59.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-22T21:53:59.607Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.247s coverage: 96.5% of statements [2021-03-22T21:53:59.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-22T21:53:59.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T21:53:59.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-22T21:53:59.607Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-03-22T21:53:59.607Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-22T21:53:59.607Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2021-03-22T21:53:59.607Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-22T21:53:59.607Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-22T21:53:59.607Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-22T21:53:59.607Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-22T21:53:59.607Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.106s coverage: 87.9% of statements [2021-03-22T21:53:59.607Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-22T21:53:59.607Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-22T21:53:59.607Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.068s coverage: 100.0% of statements [2021-03-22T21:53:59.626Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-22T21:53:59.626Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-22T21:53:59.626Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-22T21:53:59.626Z] ca9280d653b3: Pulling fs layer [2021-03-22T21:53:59.626Z] 7e9c9ca2126c: Pulling fs layer [2021-03-22T21:54:00.253Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-22T21:54:00.253Z] cbdbe7a5bc2a: Download complete [2021-03-22T21:54:01.050Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-03-22T21:54:01.442Z] ca9280d653b3: Verifying Checksum [2021-03-22T21:54:01.442Z] ca9280d653b3: Download complete [2021-03-22T21:54:01.442Z] cbdbe7a5bc2a: Pull complete [2021-03-22T21:54:01.651Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-03-22T21:54:02.630Z] GO111MODULE=on go vet ./... [2021-03-22T21:54:04.151Z] 7e9c9ca2126c: Verifying Checksum [2021-03-22T21:54:04.151Z] 7e9c9ca2126c: Download complete [2021-03-22T21:54:04.151Z] ca9280d653b3: Pull complete [2021-03-22T21:54:16.738Z] 7e9c9ca2126c: Pull complete [2021-03-22T21:54:16.738Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-22T21:54:16.738Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-22T21:54:16.738Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-22T21:54:17.136Z] prd-centos7-docker-4c-2g-30930 does not seem to be running inside a container [2021-03-22T21:54:17.225Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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:10003/edgex-devops/edgex-compose:latest cat [2021-03-22T21:54:21.456Z] $ docker top 0263bb7da5901ac509481fb5638a111ae9065113941eacc767655b760aa2c7e1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T21:54:23.887Z] + docker-compose build --help [2021-03-22T21:54:23.887Z] + grep parallel [2021-03-22T21:54:25.875Z] --parallel Build images in parallel. [Pipeline] } [2021-03-22T21:54:25.911Z] $ docker stop --time=1 0263bb7da5901ac509481fb5638a111ae9065113941eacc767655b760aa2c7e1 [2021-03-22T21:54:28.069Z] $ docker rm -f 0263bb7da5901ac509481fb5638a111ae9065113941eacc767655b760aa2c7e1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T21:54:29.072Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-22T21:54:29.340Z] . [Pipeline] withDockerContainer [2021-03-22T21:54:29.737Z] prd-centos7-docker-4c-2g-30930 does not seem to be running inside a container [2021-03-22T21:54:29.863Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-22T21:54:32.355Z] $ docker top 5b2e622775e194f6ecde36d536d24933c73a5848f26cb395864133cbc7e53009 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T21:54:33.512Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-22T21:54:35.464Z] Building docker-core-command-go ... [2021-03-22T21:54:35.464Z] Building docker-core-data-go ... [2021-03-22T21:54:35.464Z] Building docker-core-metadata-go ... [2021-03-22T21:54:35.464Z] Building docker-security-bootstrapper-go ... [2021-03-22T21:54:35.464Z] Building docker-security-proxy-setup-go ... [2021-03-22T21:54:35.464Z] Building docker-security-secretstore-setup-go ... [2021-03-22T21:54:35.464Z] Building docker-support-notifications-go ... [2021-03-22T21:54:35.464Z] Building docker-support-scheduler-go ... [2021-03-22T21:54:35.464Z] Building docker-sys-mgmt-agent-go ... [2021-03-22T21:54:35.464Z] Building docker-support-notifications-go [2021-03-22T21:54:35.464Z] Building docker-security-proxy-setup-go [2021-03-22T21:54:35.464Z] Building docker-security-secretstore-setup-go [2021-03-22T21:54:35.464Z] Building docker-support-scheduler-go [2021-03-22T21:54:35.464Z] Building docker-security-bootstrapper-go [2021-03-22T21:55:24.895Z] gofmt -l . [2021-03-22T21:55:24.895Z] [ "`gofmt -l .`" = "" ] [2021-03-22T21:55:24.895Z] ./bin/test-go-mod-tidy.sh [2021-03-22T21:55:24.895Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-22T21:55:25.634Z] + ls -al . [2021-03-22T21:55:25.634Z] total 800 [2021-03-22T21:55:25.634Z] drwxrwxr-x 9 1001 1001 4096 Mar 22 21:55 . [2021-03-22T21:55:25.634Z] drwxr-xr-x 4 root root 4096 Mar 22 21:50 .. [2021-03-22T21:55:25.634Z] -rw-rw-r-- 1 1001 1001 11 Mar 22 21:49 .dockerignore [2021-03-22T21:55:25.634Z] drwxrwxr-x 8 1001 1001 4096 Mar 22 21:49 .git [2021-03-22T21:55:25.634Z] drwxrwxr-x 3 1001 1001 4096 Mar 22 21:49 .github [2021-03-22T21:55:25.634Z] -rw-rw-r-- 1 1001 1001 818 Mar 22 21:49 .gitignore [2021-03-22T21:55:25.634Z] -rw-rw-r-- 1 1001 1001 166 Mar 22 21:49 .sonarcloud.properties [2021-03-22T21:55:25.634Z] -rw-rw-r-- 1 1001 1001 8607 Mar 22 21:49 Attribution.txt [2021-03-22T21:55:25.634Z] -rw-rw-r-- 1 1001 1001 3804 Mar 22 21:49 CONTRIBUTING.md [2021-03-22T21:55:25.634Z] -rw-rw-r-- 1 1001 1001 931 Mar 22 21:49 Dockerfile.build [2021-03-22T21:55:25.634Z] -rw-rw-r-- 1 1001 1001 863 Mar 22 21:49 Jenkinsfile [2021-03-22T21:55:25.634Z] -rw-rw-r-- 1 1001 1001 10775 Mar 22 21:49 LICENSE [2021-03-22T21:55:25.634Z] -rw-rw-r-- 1 1001 1001 5774 Mar 22 21:49 Makefile [2021-03-22T21:55:25.634Z] -rw-rw-r-- 1 1001 1001 6548 Mar 22 21:49 README.md [2021-03-22T21:55:25.634Z] -rw-rw-r-- 1 1001 1001 6755 Mar 22 21:49 SECURITY.md [2021-03-22T21:55:25.634Z] -rw-rw-r-- 1 1001 1001 5 Mar 22 21:46 VERSION [2021-03-22T21:55:25.634Z] -rw-rw-r-- 1 1001 1001 4131 Mar 22 21:49 ZMQWindows.md [2021-03-22T21:55:25.634Z] drwxrwxr-x 2 1001 1001 4096 Mar 22 21:49 bin [2021-03-22T21:55:25.634Z] drwxrwxr-x 14 1001 1001 4096 Mar 22 21:49 cmd [2021-03-22T21:55:25.634Z] -rw-r--r-- 1 root root 659965 Mar 22 21:54 coverage.out [2021-03-22T21:55:25.634Z] -rw-r--r-- 1 root root 1055 Mar 22 21:55 go.mod [2021-03-22T21:55:25.634Z] -rw-r--r-- 1 root root 22327 Mar 22 21:55 go.sum [2021-03-22T21:55:25.634Z] drwxrwxr-x 8 1001 1001 4096 Mar 22 21:49 internal [2021-03-22T21:55:25.634Z] drwxrwxr-x 4 1001 1001 4096 Mar 22 21:49 openapi [2021-03-22T21:55:25.634Z] drwxrwxr-x 4 1001 1001 4096 Mar 22 21:49 snap [2021-03-22T21:55:25.634Z] -rw-rw-r-- 1 1001 1001 168 Mar 22 21:49 version.go [Pipeline] sh [2021-03-22T21:55:26.302Z] + '[' -e coverage.out ] [2021-03-22T21:55:26.302Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-22T21:55:26.345Z] Warning: overwriting stash ‘coverage-report’ [2021-03-22T21:55:27.434Z] Stashed 1 file(s) [Pipeline] sh [2021-03-22T21:55:28.102Z] + make build [2021-03-22T21:55:28.102Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-22T21:55:38.252Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-22T21:55:59.323Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T21:55:59.323Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-22T21:55:59.323Z] ---> 9523d39442ff [2021-03-22T21:55:59.323Z] Step 3/21 : WORKDIR /edgex-go [2021-03-22T21:55:59.323Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T21:55:59.323Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-22T21:55:59.323Z] ---> 9523d39442ff [2021-03-22T21:55:59.323Z] Step 3/22 : WORKDIR /edgex-go [2021-03-22T21:55:59.323Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T21:55:59.323Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-22T21:55:59.323Z] ---> 9523d39442ff [2021-03-22T21:55:59.323Z] Step 3/24 : WORKDIR /edgex-go [2021-03-22T21:55:59.323Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T21:55:59.323Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-22T21:55:59.323Z] ---> 9523d39442ff [2021-03-22T21:55:59.323Z] Step 3/31 : WORKDIR /edgex-go [2021-03-22T21:55:59.323Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T21:55:59.323Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-22T21:55:59.323Z] ---> 9523d39442ff [2021-03-22T21:55:59.323Z] Step 3/22 : WORKDIR /edgex-go [2021-03-22T21:55:59.923Z] ---> Running in 981378ac29f1 [2021-03-22T21:55:59.923Z] ---> Running in a787a289c95f [2021-03-22T21:55:59.923Z] ---> Running in 58fbbbd95379 [2021-03-22T21:55:59.923Z] ---> Running in 72e3fddc7e83 [2021-03-22T21:55:59.923Z] ---> Running in c18fb5f8af73 [2021-03-22T21:56:01.112Z] Removing intermediate container a787a289c95f [2021-03-22T21:56:01.112Z] ---> 3dc894d9cfe2 [2021-03-22T21:56:01.112Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T21:56:01.387Z] Removing intermediate container 58fbbbd95379 [2021-03-22T21:56:01.387Z] ---> 5bef4a75536b [2021-03-22T21:56:01.387Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T21:56:01.387Z] Removing intermediate container 981378ac29f1 [2021-03-22T21:56:01.387Z] ---> a66008b5529e [2021-03-22T21:56:01.387Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T21:56:01.387Z] Removing intermediate container 72e3fddc7e83 [2021-03-22T21:56:01.387Z] ---> d2996ccc3b57 [2021-03-22T21:56:01.387Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T21:56:01.387Z] ---> Running in 24b49fba52a4 [2021-03-22T21:56:01.387Z] Removing intermediate container c18fb5f8af73 [2021-03-22T21:56:01.387Z] ---> 491f7bcdea3c [2021-03-22T21:56:01.387Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T21:56:01.387Z] ---> Running in 5385b20aaebd [2021-03-22T21:56:01.387Z] ---> Running in 56ddafe7fbaa [2021-03-22T21:56:01.661Z] ---> Running in afa7aded8769 [2021-03-22T21:56:01.661Z] ---> Running in e7e460e84bc7 [2021-03-22T21:56:05.064Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-22T21:56:05.076Z] Removing intermediate container 24b49fba52a4 [2021-03-22T21:56:05.076Z] ---> f5a7317e7c72 [2021-03-22T21:56:05.076Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-22T21:56:05.346Z] Removing intermediate container 56ddafe7fbaa [2021-03-22T21:56:05.346Z] ---> c7dd5ffe9f3a [2021-03-22T21:56:05.346Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-22T21:56:05.346Z] Removing intermediate container 5385b20aaebd [2021-03-22T21:56:05.346Z] ---> f049ddd768b7 [2021-03-22T21:56:05.346Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-22T21:56:05.346Z] Removing intermediate container afa7aded8769 [2021-03-22T21:56:05.346Z] ---> 552c4305f8bb [2021-03-22T21:56:05.346Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-22T21:56:05.346Z] ---> Running in b173ed00a57e [2021-03-22T21:56:05.617Z] ---> Running in 8a413e89a804 [2021-03-22T21:56:05.617Z] ---> Running in f7d2878fd631 [2021-03-22T21:56:05.617Z] ---> Running in cb98862ef464 [2021-03-22T21:56:05.617Z] Removing intermediate container e7e460e84bc7 [2021-03-22T21:56:05.617Z] ---> 0694d2fed8fe [2021-03-22T21:56:05.617Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-22T21:56:05.887Z] ---> Running in 70303d875903 [2021-03-22T21:56:06.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T21:56:06.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T21:56:06.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T21:56:07.050Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-22T21:56:07.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T21:56:07.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T21:56:07.388Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T21:56:07.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T21:56:07.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T21:56:07.955Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T21:56:08.323Z] OK: 233 MiB in 51 packages [2021-03-22T21:56:08.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T21:56:08.682Z] OK: 233 MiB in 51 packages [2021-03-22T21:56:08.989Z] OK: 233 MiB in 51 packages [2021-03-22T21:56:08.989Z] OK: 233 MiB in 51 packages [2021-03-22T21:56:09.737Z] OK: 233 MiB in 51 packages [2021-03-22T21:56:10.022Z] Removing intermediate container b173ed00a57e [2021-03-22T21:56:10.022Z] ---> 5602440bb2d2 [2021-03-22T21:56:10.022Z] Step 6/21 : COPY go.mod . [2021-03-22T21:56:10.619Z] Removing intermediate container f7d2878fd631 [2021-03-22T21:56:10.619Z] ---> aed9a421de7c [2021-03-22T21:56:10.619Z] Step 6/31 : COPY go.mod . [2021-03-22T21:56:11.287Z] ---> a52231cc925b [2021-03-22T21:56:11.287Z] Step 7/21 : RUN go mod download [2021-03-22T21:56:11.287Z] Removing intermediate container 8a413e89a804 [2021-03-22T21:56:11.287Z] ---> 6d4cf6b594d3 [2021-03-22T21:56:11.287Z] Step 6/24 : COPY go.mod . [2021-03-22T21:56:11.287Z] Removing intermediate container cb98862ef464 [2021-03-22T21:56:11.287Z] ---> 585f25901a27 [2021-03-22T21:56:11.287Z] Step 6/22 : COPY go.mod . [2021-03-22T21:56:11.287Z] ---> Running in dfc4f0d7ad4b [2021-03-22T21:56:11.566Z] ---> ee30968fd202 [2021-03-22T21:56:11.566Z] Step 7/31 : RUN go mod download [2021-03-22T21:56:11.841Z] ---> Running in af74572defba [2021-03-22T21:56:11.841Z] Removing intermediate container 70303d875903 [2021-03-22T21:56:11.841Z] ---> ab2c8d679026 [2021-03-22T21:56:11.841Z] Step 6/22 : COPY go.mod . [2021-03-22T21:56:11.841Z] ---> 7c85b0b5ca65 [2021-03-22T21:56:11.841Z] Step 7/24 : RUN go mod download [2021-03-22T21:56:11.841Z] ---> ea72778c4ef9 [2021-03-22T21:56:11.841Z] Step 7/22 : RUN go mod download [2021-03-22T21:56:12.115Z] ---> Running in fb5e726e1df7 [2021-03-22T21:56:12.115Z] ---> Running in df73cb128c7b [2021-03-22T21:56:12.438Z] ---> 61b8c784d6c2 [2021-03-22T21:56:12.438Z] Step 7/22 : RUN go mod download [2021-03-22T21:56:12.468Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-22T21:56:13.361Z] ---> Running in a9f29c46dc5b [2021-03-22T21:56:13.900Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-22T21:56:17.908Z] Removing intermediate container af74572defba [2021-03-22T21:56:17.908Z] ---> 0fa838dfb09b [2021-03-22T21:56:17.908Z] Step 8/31 : COPY . . [2021-03-22T21:56:17.908Z] Removing intermediate container a9f29c46dc5b [2021-03-22T21:56:17.908Z] ---> e23d9d88a173 [2021-03-22T21:56:17.908Z] Step 8/22 : COPY . . [2021-03-22T21:56:18.577Z] Removing intermediate container dfc4f0d7ad4b [2021-03-22T21:56:18.577Z] ---> 061a9134b3d1 [2021-03-22T21:56:18.577Z] Step 8/21 : COPY . . [2021-03-22T21:56:18.947Z] Removing intermediate container df73cb128c7b [2021-03-22T21:56:18.947Z] ---> d10aba28aeee [2021-03-22T21:56:18.947Z] Step 8/22 : COPY . . [2021-03-22T21:56:18.947Z] Removing intermediate container fb5e726e1df7 [2021-03-22T21:56:18.947Z] ---> cb01fd86cd33 [2021-03-22T21:56:18.947Z] Step 8/24 : COPY . . [2021-03-22T21:56:19.312Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-22T21:56:24.698Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-22T21:56:28.072Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-22T21:56:32.365Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-22T21:56:35.747Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-22T21:56:40.042Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-22T21:56:46.786Z] $ docker stop --time=1 03891cc03ffd07676cb728a89f4574c47b5e51e15e66fa038bee614464168c15 [2021-03-22T21:56:49.562Z] $ docker rm -f 03891cc03ffd07676cb728a89f4574c47b5e51e15e66fa038bee614464168c15 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T21:56:51.947Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-22T21:56:51.947Z] [2021-03-22T21:56:51.947Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-22T21:56:52.400Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-22T21:56:52.400Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-22T21:56:52.400Z] 29e5d40040c1: Pulling fs layer [2021-03-22T21:56:52.400Z] 1ce36da41761: Pulling fs layer [2021-03-22T21:56:52.400Z] 25b303627fd3: Pulling fs layer [2021-03-22T21:56:52.672Z] 29e5d40040c1: Download complete [2021-03-22T21:56:53.270Z] 1ce36da41761: Verifying Checksum [2021-03-22T21:56:53.271Z] 1ce36da41761: Download complete [2021-03-22T21:56:53.271Z] 29e5d40040c1: Pull complete [2021-03-22T21:56:54.718Z] 1ce36da41761: Pull complete [2021-03-22T21:56:54.990Z] 25b303627fd3: Verifying Checksum [2021-03-22T21:56:54.990Z] 25b303627fd3: Download complete [2021-03-22T21:57:05.130Z] 25b303627fd3: Pull complete [2021-03-22T21:57:05.130Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-22T21:57:05.130Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-22T21:57:05.130Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-22T21:57:05.417Z] prd-ubuntu18.04-docker-arm64-4c-16g-30936 does not seem to be running inside a container [2021-03-22T21:57:05.482Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-22T21:57:08.460Z] $ docker top 33f06a0cd2a7745440bf6798407f336e80db16e67147a0bc75589b2f9a7439e2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T21:57:09.550Z] + docker-compose build --help [2021-03-22T21:57:09.550Z] + grep parallel [2021-03-22T21:57:12.950Z] --parallel Build images in parallel. [Pipeline] } [2021-03-22T21:57:12.971Z] $ docker stop --time=1 33f06a0cd2a7745440bf6798407f336e80db16e67147a0bc75589b2f9a7439e2 [2021-03-22T21:57:14.823Z] $ docker rm -f 33f06a0cd2a7745440bf6798407f336e80db16e67147a0bc75589b2f9a7439e2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T21:57:15.757Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-22T21:57:15.758Z] . [Pipeline] withDockerContainer [2021-03-22T21:57:16.053Z] prd-ubuntu18.04-docker-arm64-4c-16g-30936 does not seem to be running inside a container [2021-03-22T21:57:16.145Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-22T21:57:17.497Z] $ docker top 09bf7fa29caf800fb2c46ff9bb643ccb20eee3e3fd07d8ef2da6f80531e625c0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T21:57:18.555Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-22T21:57:21.918Z] Building docker-core-command-go ... [2021-03-22T21:57:21.918Z] Building docker-core-data-go ... [2021-03-22T21:57:21.918Z] Building docker-core-metadata-go ... [2021-03-22T21:57:21.918Z] Building docker-security-bootstrapper-go ... [2021-03-22T21:57:21.918Z] Building docker-security-proxy-setup-go ... [2021-03-22T21:57:21.918Z] Building docker-security-secretstore-setup-go ... [2021-03-22T21:57:21.918Z] Building docker-support-notifications-go ... [2021-03-22T21:57:21.918Z] Building docker-support-scheduler-go ... [2021-03-22T21:57:21.918Z] Building docker-sys-mgmt-agent-go ... [2021-03-22T21:57:21.918Z] Building docker-security-secretstore-setup-go [2021-03-22T21:57:21.918Z] Building docker-support-scheduler-go [2021-03-22T21:57:21.918Z] Building docker-security-proxy-setup-go [2021-03-22T21:57:21.918Z] Building docker-security-bootstrapper-go [2021-03-22T21:57:21.918Z] Building docker-core-command-go [2021-03-22T21:57:58.168Z] ---> 4ceb50d20e61 [2021-03-22T21:57:58.168Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-22T21:57:58.168Z] ---> 3b9b7a266f13 [2021-03-22T21:57:58.168Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-22T21:57:58.168Z] ---> 6d239b056684 [2021-03-22T21:57:58.168Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-22T21:57:58.168Z] ---> Running in 507770e1dc28 [2021-03-22T21:57:58.168Z] ---> Running in 22a48e021515 [2021-03-22T21:57:58.168Z] ---> Running in 11518f996eda [2021-03-22T21:57:58.168Z] ---> df50ffba8dda [2021-03-22T21:57:58.168Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-22T21:57:58.168Z] ---> Running in 75a92104c197 [2021-03-22T21:57:58.168Z] ---> c45210256eac [2021-03-22T21:57:58.168Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-22T21:57:58.168Z] ---> Running in f4e6cb67b1c6 [2021-03-22T21:57:58.168Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-22T21:57:58.168Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-22T21:57:58.168Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-22T21:57:58.168Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-22T21:57:58.168Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-22T21:58:43.765Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T21:58:43.765Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-22T21:58:43.765Z] ---> 297fcae1cb2c [2021-03-22T21:58:43.765Z] Step 3/24 : WORKDIR /edgex-go [2021-03-22T21:58:43.765Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T21:58:43.765Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-22T21:58:43.765Z] ---> 297fcae1cb2c [2021-03-22T21:58:43.765Z] Step 3/31 : WORKDIR /edgex-go [2021-03-22T21:58:43.765Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T21:58:43.765Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T21:58:43.765Z] ---> 297fcae1cb2c [2021-03-22T21:58:43.765Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T21:58:43.765Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T21:58:43.765Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-22T21:58:43.765Z] ---> 297fcae1cb2c [2021-03-22T21:58:43.765Z] Step 3/22 : WORKDIR /edgex-go [2021-03-22T21:58:43.765Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T21:58:43.765Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-22T21:58:43.765Z] ---> 297fcae1cb2c [2021-03-22T21:58:43.765Z] Step 3/21 : WORKDIR /edgex-go [2021-03-22T21:58:43.765Z] ---> Running in 067ec0dd9d7e [2021-03-22T21:58:43.765Z] ---> Running in 06561cce9536 [2021-03-22T21:58:43.765Z] ---> Running in 0bec28ebe7af [2021-03-22T21:58:43.765Z] ---> Running in e4339be38985 [2021-03-22T21:58:43.765Z] ---> Running in 2105d69bba3d [2021-03-22T21:58:43.765Z] Removing intermediate container 067ec0dd9d7e [2021-03-22T21:58:43.765Z] ---> dc03b9e248b4 [2021-03-22T21:58:43.766Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T21:58:43.766Z] ---> Running in ab58869e1716 [2021-03-22T21:58:43.766Z] Removing intermediate container 06561cce9536 [2021-03-22T21:58:43.766Z] ---> 4aa657314256 [2021-03-22T21:58:43.766Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T21:58:43.766Z] Removing intermediate container 0bec28ebe7af [2021-03-22T21:58:43.766Z] ---> b5ebb7e7efcf [2021-03-22T21:58:43.766Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T21:58:43.766Z] Removing intermediate container e4339be38985 [2021-03-22T21:58:43.766Z] ---> c54413d47112 [2021-03-22T21:58:43.766Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T21:58:43.766Z] Removing intermediate container 2105d69bba3d [2021-03-22T21:58:43.766Z] ---> ee545c21d5f7 [2021-03-22T21:58:43.766Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T21:58:43.766Z] ---> Running in 324f93b3b921 [2021-03-22T21:58:43.766Z] ---> Running in 4ac5e6e11022 [2021-03-22T21:58:43.766Z] ---> Running in 637383a6ca41 [2021-03-22T21:58:43.766Z] ---> Running in 5982cfd3e607 [2021-03-22T21:58:43.766Z] Removing intermediate container ab58869e1716 [2021-03-22T21:58:43.766Z] ---> e39c49901743 [2021-03-22T21:58:43.766Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-22T21:58:43.766Z] ---> Running in 211b3142c066 [2021-03-22T21:58:43.766Z] Removing intermediate container 324f93b3b921 [2021-03-22T21:58:43.766Z] ---> 16964bb5cd53 [2021-03-22T21:58:43.766Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-22T21:58:43.766Z] ---> Running in 76ef96233a01 [2021-03-22T21:58:43.766Z] Removing intermediate container 4ac5e6e11022 [2021-03-22T21:58:43.766Z] ---> a67217206d25 [2021-03-22T21:58:43.766Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-22T21:58:43.766Z] Removing intermediate container 5982cfd3e607 [2021-03-22T21:58:43.766Z] ---> 79cb5cfa9ece [2021-03-22T21:58:43.766Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-22T21:58:43.766Z] ---> Running in 8833a17f7ed1 [2021-03-22T21:58:43.766Z] ---> Running in 4a8bd9d35d45 [2021-03-22T21:58:43.766Z] Removing intermediate container 637383a6ca41 [2021-03-22T21:58:43.766Z] ---> c4c70a61d36a [2021-03-22T21:58:43.766Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-22T21:58:43.766Z] ---> Running in 2b7adf6b71db [2021-03-22T21:58:43.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T21:58:43.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T21:58:43.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T21:58:44.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T21:58:44.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T21:58:44.639Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T21:58:44.639Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T21:58:44.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T21:58:44.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T21:58:44.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T21:58:45.897Z] OK: 217 MiB in 51 packages [2021-03-22T21:58:45.897Z] OK: 217 MiB in 51 packages [2021-03-22T21:58:46.171Z] OK: 217 MiB in 51 packages [2021-03-22T21:58:46.446Z] OK: 217 MiB in 51 packages [2021-03-22T21:58:47.424Z] OK: 217 MiB in 51 packages [2021-03-22T21:58:47.424Z] Removing intermediate container 8833a17f7ed1 [2021-03-22T21:58:47.424Z] ---> c3701c2f35bb [2021-03-22T21:58:47.424Z] Step 6/23 : COPY go.mod . [2021-03-22T21:58:48.030Z] Removing intermediate container 2b7adf6b71db [2021-03-22T21:58:48.030Z] ---> c3afa80d7df4 [2021-03-22T21:58:48.030Z] Step 6/21 : COPY go.mod . [2021-03-22T21:58:48.030Z] Removing intermediate container 4a8bd9d35d45 [2021-03-22T21:58:48.030Z] ---> 01404f80c942 [2021-03-22T21:58:48.030Z] Step 6/22 : COPY go.mod . [2021-03-22T21:58:48.311Z] Removing intermediate container 76ef96233a01 [2021-03-22T21:58:48.311Z] ---> 2e4d6d69eed7 [2021-03-22T21:58:48.311Z] Step 6/24 : COPY go.mod . [2021-03-22T21:58:48.585Z] ---> d08a480a7e8b [2021-03-22T21:58:48.585Z] Step 7/23 : RUN go mod download [2021-03-22T21:58:48.585Z] ---> Running in 3b37433ca3b7 [2021-03-22T21:58:49.187Z] Removing intermediate container 211b3142c066 [2021-03-22T21:58:49.187Z] ---> 7697303cc0a9 [2021-03-22T21:58:49.187Z] Step 6/31 : COPY go.mod . [2021-03-22T21:58:49.187Z] ---> ed5b6bde34fd [2021-03-22T21:58:49.187Z] Step 7/22 : RUN go mod download ---> 5bddce002b98 [2021-03-22T21:58:49.187Z] Step 7/21 : RUN go mod download [2021-03-22T21:58:49.187Z] [2021-03-22T21:58:49.187Z] ---> bf94a2f77dc6 [2021-03-22T21:58:49.187Z] Step 7/24 : RUN go mod download [2021-03-22T21:58:49.187Z] ---> Running in 52c018fe7482 [2021-03-22T21:58:49.469Z] ---> Running in 1c04c933bb82 [2021-03-22T21:58:49.469Z] ---> Running in 86d42c724b76 [2021-03-22T21:58:50.088Z] ---> 518444a64fdf [2021-03-22T21:58:50.089Z] Step 7/31 : RUN go mod download [2021-03-22T21:58:50.362Z] ---> Running in 833601ca47d6 [2021-03-22T21:58:53.008Z] Removing intermediate container 3b37433ca3b7 [2021-03-22T21:58:53.008Z] ---> 942ee8f757b9 [2021-03-22T21:58:53.008Z] Step 8/23 : COPY . . [2021-03-22T21:58:53.993Z] Removing intermediate container 52c018fe7482 [2021-03-22T21:58:53.993Z] ---> 197cf5d4f2d9 [2021-03-22T21:58:53.993Z] Step 8/22 : COPY . . [2021-03-22T21:58:54.267Z] Removing intermediate container 1c04c933bb82 [2021-03-22T21:58:54.267Z] ---> 395962549245 [2021-03-22T21:58:54.267Z] Step 8/21 : COPY . . [2021-03-22T21:58:54.865Z] Removing intermediate container 833601ca47d6 [2021-03-22T21:58:54.865Z] ---> 8a8442af9c1f [2021-03-22T21:58:54.865Z] Step 8/31 : COPY . . [2021-03-22T21:58:54.865Z] Removing intermediate container 86d42c724b76 [2021-03-22T21:58:54.865Z] ---> ab99a41d0173 [2021-03-22T21:58:54.865Z] Step 8/24 : COPY . . [2021-03-22T21:58:56.315Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-22T21:58:56.315Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-22T21:59:07.409Z] Removing intermediate container f4e6cb67b1c6 [2021-03-22T21:59:07.409Z] ---> 6f298c5c4d98 [2021-03-22T21:59:07.409Z] [2021-03-22T21:59:07.409Z] Step 10/31 : FROM alpine:3.12 [2021-03-22T21:59:07.674Z] 3.12: Pulling from library/alpine [2021-03-22T21:59:09.136Z] Removing intermediate container 507770e1dc28 [2021-03-22T21:59:09.136Z] ---> 293bb23d8093 [2021-03-22T21:59:09.136Z] [2021-03-22T21:59:09.136Z] Step 10/22 : FROM alpine:3.12 [2021-03-22T21:59:09.409Z] 3.12: Pulling from library/alpine [2021-03-22T21:59:10.419Z] Removing intermediate container 11518f996eda [2021-03-22T21:59:10.419Z] ---> 730ae0bbb91c [2021-03-22T21:59:10.419Z] [2021-03-22T21:59:10.419Z] Step 10/21 : FROM alpine:3.12 [2021-03-22T21:59:10.419Z] Removing intermediate container 22a48e021515 [2021-03-22T21:59:10.419Z] ---> c3655c1fd7da [2021-03-22T21:59:10.419Z] [2021-03-22T21:59:10.419Z] Step 10/22 : FROM alpine:3.12 [2021-03-22T21:59:10.419Z] 3.12: Pulling from library/alpine [2021-03-22T21:59:10.419Z] 3.12: Pulling from library/alpine [2021-03-22T21:59:10.419Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-22T21:59:10.419Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-22T21:59:10.419Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-22T21:59:10.711Z] Status: Downloaded newer image for alpine:3.12 [2021-03-22T21:59:10.711Z] Status: Image is up to date for alpine:3.12 [2021-03-22T21:59:10.711Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-22T21:59:10.711Z] Status: Image is up to date for alpine:3.12 [2021-03-22T21:59:10.711Z] ---> 88dd2752d2ea [2021-03-22T21:59:10.711Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-22T21:59:10.711Z] Status: Downloaded newer image for alpine:3.12 [2021-03-22T21:59:10.711Z] ---> 88dd2752d2ea [2021-03-22T21:59:10.711Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-22T21:59:10.711Z] ---> 88dd2752d2ea [2021-03-22T21:59:10.711Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-22T21:59:10.711Z] ---> 88dd2752d2ea [2021-03-22T21:59:10.711Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-22T21:59:10.711Z] Removing intermediate container 75a92104c197 [2021-03-22T21:59:10.711Z] ---> e8196f5cbd71 [2021-03-22T21:59:10.711Z] [2021-03-22T21:59:10.711Z] Step 10/24 : FROM alpine:3.12 [2021-03-22T21:59:10.711Z] ---> 88dd2752d2ea [2021-03-22T21:59:10.711Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-22T21:59:12.183Z] ---> Running in 7a9ff596aeab [2021-03-22T21:59:12.183Z] ---> Running in e2c1844441bc [2021-03-22T21:59:12.468Z] ---> Running in 5293a167e643 [2021-03-22T21:59:12.468Z] ---> Running in d43537ab921b [2021-03-22T21:59:12.468Z] ---> Running in e9c9ed4ed668 [2021-03-22T21:59:13.155Z] Removing intermediate container d43537ab921b [2021-03-22T21:59:13.155Z] ---> 295de399d3ad [2021-03-22T21:59:13.155Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-22T21:59:13.437Z] ---> Running in 0d12fce7ebe9 [2021-03-22T21:59:14.071Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T21:59:14.071Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T21:59:14.377Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-22T21:59:14.687Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T21:59:14.687Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-22T21:59:14.687Z] (4/4) Installing curl (7.69.1-r3) [2021-03-22T21:59:14.687Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T21:59:14.687Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T21:59:14.687Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T21:59:14.687Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T21:59:14.974Z] OK: 7 MiB in 18 packages [2021-03-22T21:59:14.974Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T21:59:14.974Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-22T21:59:14.974Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-22T21:59:14.974Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T21:59:15.297Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T21:59:15.297Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T21:59:15.297Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T21:59:15.297Z] OK: 6 MiB in 16 packages [2021-03-22T21:59:15.297Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T21:59:15.297Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T21:59:15.641Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-22T21:59:15.641Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T21:59:15.641Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-22T21:59:15.641Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T21:59:15.641Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T21:59:15.641Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-22T21:59:15.641Z] OK: 6 MiB in 15 packages [2021-03-22T21:59:15.641Z] (4/5) Installing curl (7.69.1-r3) [2021-03-22T21:59:15.641Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-22T21:59:15.926Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T21:59:15.926Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T21:59:15.926Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-22T21:59:15.926Z] (2/2) Installing su-exec (0.2-r1) [2021-03-22T21:59:15.926Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T21:59:15.926Z] OK: 6 MiB in 16 packages [2021-03-22T21:59:15.926Z] OK: 7 MiB in 19 packages [2021-03-22T21:59:17.996Z] Removing intermediate container 7a9ff596aeab [2021-03-22T21:59:17.996Z] ---> 2c0df1bbfebe [2021-03-22T21:59:17.996Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-22T21:59:17.996Z] Removing intermediate container e2c1844441bc [2021-03-22T21:59:17.996Z] ---> 96fe5b592f91 [2021-03-22T21:59:17.996Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T21:59:17.996Z] ---> Running in a06a87052684 [2021-03-22T21:59:17.996Z] ---> Running in bc66be8c3fef [2021-03-22T21:59:18.288Z] Removing intermediate container e9c9ed4ed668 [2021-03-22T21:59:18.288Z] ---> f11ac281118d [2021-03-22T21:59:18.288Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T21:59:18.562Z] Removing intermediate container 0d12fce7ebe9 [2021-03-22T21:59:18.562Z] ---> 91f289c105fc [2021-03-22T21:59:18.562Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-22T21:59:18.562Z] ---> Running in 94b7be95b11f [2021-03-22T21:59:18.562Z] Removing intermediate container 5293a167e643 [2021-03-22T21:59:18.562Z] ---> 179fe7331c9d [2021-03-22T21:59:18.562Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-22T21:59:18.832Z] ---> Running in 319e7f17cfdf [2021-03-22T21:59:18.832Z] Removing intermediate container bc66be8c3fef [2021-03-22T21:59:18.832Z] ---> 579cb09f9e05 [2021-03-22T21:59:18.832Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-22T21:59:18.832Z] Removing intermediate container a06a87052684 [2021-03-22T21:59:18.832Z] ---> c383c98afdd9 [2021-03-22T21:59:18.832Z] Step 13/21 : WORKDIR /edgex [2021-03-22T21:59:19.100Z] ---> Running in dad32aa7cdcf [2021-03-22T21:59:19.100Z] ---> Running in d70443d5ee07 [2021-03-22T21:59:19.100Z] ---> Running in a2c279bdc528 [2021-03-22T21:59:19.379Z] Removing intermediate container 94b7be95b11f [2021-03-22T21:59:19.379Z] ---> 005c361bd2be [2021-03-22T21:59:19.379Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-22T21:59:19.379Z] Removing intermediate container 319e7f17cfdf [2021-03-22T21:59:19.379Z] ---> 048b4081a0d1 [2021-03-22T21:59:19.379Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-22T21:59:19.646Z] ---> Running in 08f4555f6cef [2021-03-22T21:59:19.646Z] ---> Running in 475872866bb1 [2021-03-22T21:59:19.646Z] Removing intermediate container dad32aa7cdcf [2021-03-22T21:59:19.646Z] ---> d1c072bb977d [2021-03-22T21:59:19.646Z] Step 13/24 : WORKDIR / [2021-03-22T21:59:19.922Z] Removing intermediate container a2c279bdc528 [2021-03-22T21:59:19.922Z] ---> 6b8a85db14f3 [2021-03-22T21:59:19.922Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-22T21:59:20.230Z] Removing intermediate container d70443d5ee07 [2021-03-22T21:59:20.230Z] ---> 0e746b721c07 [2021-03-22T21:59:20.230Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-22T21:59:20.527Z] ---> Running in d343f6bbb119 [2021-03-22T21:59:20.830Z] ---> Running in 3db4da6948ae [2021-03-22T21:59:20.830Z] Removing intermediate container 08f4555f6cef [2021-03-22T21:59:20.830Z] ---> f223a4cb9f4b [2021-03-22T21:59:20.830Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-22T21:59:21.138Z] Removing intermediate container 475872866bb1 [2021-03-22T21:59:21.138Z] ---> 68ceec5590c9 [2021-03-22T21:59:21.138Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-22T21:59:21.551Z] ---> 03b202a9a915 [2021-03-22T21:59:21.551Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-22T21:59:21.551Z] ---> Running in f38fa152823a [2021-03-22T21:59:21.551Z] ---> Running in ade7627bf5e0 [2021-03-22T21:59:21.692Z] ---> 13ab02d914ea [2021-03-22T21:59:21.692Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-22T21:59:21.692Z] ---> 65a7bd9c0b3f [2021-03-22T21:59:21.692Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-22T21:59:21.692Z] ---> 6f4e1b1cf8dd [2021-03-22T21:59:21.692Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-22T21:59:21.692Z] ---> fa7e2cdc09dc [2021-03-22T21:59:21.692Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-22T21:59:21.692Z] ---> Running in 8937ac084268 [2021-03-22T21:59:21.692Z] ---> c35200e93621 [2021-03-22T21:59:21.692Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-22T21:59:21.692Z] ---> Running in b2550d53bd53 [2021-03-22T21:59:21.692Z] ---> Running in c145841c62da [2021-03-22T21:59:21.692Z] ---> Running in a7d762d639fe [2021-03-22T21:59:21.692Z] ---> Running in e107d1fb31db [2021-03-22T21:59:21.692Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-22T21:59:21.692Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-22T21:59:21.888Z] Removing intermediate container d343f6bbb119 [2021-03-22T21:59:21.889Z] ---> f1994d9f747c [2021-03-22T21:59:21.889Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-22T21:59:21.992Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-22T21:59:21.992Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-22T21:59:22.258Z] Removing intermediate container 3db4da6948ae [2021-03-22T21:59:22.258Z] ---> 10a3aac6dec9 [2021-03-22T21:59:22.258Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T21:59:22.331Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-22T21:59:23.515Z] Removing intermediate container f38fa152823a [2021-03-22T21:59:23.515Z] ---> d11fd8b2d323 [2021-03-22T21:59:23.515Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T21:59:23.832Z] ---> b9140921e1b0 [2021-03-22T21:59:23.832Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-22T21:59:24.310Z] ---> ea1126101b1e [2021-03-22T21:59:24.310Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-22T21:59:24.681Z] ---> bcea48349d0a [2021-03-22T21:59:24.681Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-22T21:59:25.402Z] ---> 03acc1b52aa7 [2021-03-22T21:59:25.402Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-22T21:59:26.657Z] ---> a0914b06965d [2021-03-22T21:59:26.657Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-22T21:59:27.096Z] ---> 015148809248 [2021-03-22T21:59:27.096Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-22T21:59:27.387Z] ---> Running in 8520dd2ca2da [2021-03-22T21:59:27.673Z] ---> 02494e138123 [2021-03-22T21:59:27.673Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-22T21:59:27.673Z] ---> 7626ba083722 [2021-03-22T21:59:27.673Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-22T21:59:27.673Z] ---> 86290eb14236 [2021-03-22T21:59:27.673Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-22T21:59:27.673Z] Removing intermediate container ade7627bf5e0 [2021-03-22T21:59:27.673Z] ---> 9c9bad101509 [2021-03-22T21:59:27.673Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-22T21:59:27.974Z] ---> Running in 399f42b99714 [2021-03-22T21:59:28.301Z] Removing intermediate container 8520dd2ca2da [2021-03-22T21:59:28.301Z] ---> f8962e9fbf9e [2021-03-22T21:59:28.301Z] Step 18/21 : CMD ["--init=true"] [2021-03-22T21:59:29.043Z] ---> 634247d7afe8 [2021-03-22T21:59:29.043Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-22T21:59:29.043Z] ---> Running in 12447d016dac [2021-03-22T21:59:29.043Z] ---> Running in 4c8372337a4b [2021-03-22T21:59:29.043Z] ---> 7ba8fd516467 [2021-03-22T21:59:29.043Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-22T21:59:29.772Z] Removing intermediate container 399f42b99714 [2021-03-22T21:59:29.772Z] ---> 57c51dcd1ad2 [2021-03-22T21:59:29.772Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-22T21:59:29.772Z] ---> bde9db6eb574 [2021-03-22T21:59:29.772Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-22T21:59:29.772Z] ---> Running in 05220035da17 [2021-03-22T21:59:30.444Z] Removing intermediate container 12447d016dac [2021-03-22T21:59:30.444Z] ---> 693d3dfcf510 [2021-03-22T21:59:30.444Z] Step 19/21 : LABEL arch=x86_64 [2021-03-22T21:59:30.444Z] Removing intermediate container 4c8372337a4b [2021-03-22T21:59:30.444Z] ---> 6c95d5f3d937 [2021-03-22T21:59:30.444Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T21:59:30.754Z] ---> Running in d90ddad435ae [2021-03-22T21:59:30.754Z] ---> Running in 1e3340a88db0 [2021-03-22T21:59:30.754Z] Removing intermediate container 05220035da17 [2021-03-22T21:59:30.754Z] ---> 16e8c5555a4c [2021-03-22T21:59:30.754Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T21:59:31.072Z] ---> e35222569f1a [2021-03-22T21:59:31.072Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-22T21:59:31.072Z] ---> de24d14afa69 [2021-03-22T21:59:31.072Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-22T21:59:31.072Z] ---> Running in 32c8530af2bc [2021-03-22T21:59:31.072Z] ---> Running in 7f289fd9359e [2021-03-22T21:59:31.820Z] Removing intermediate container d90ddad435ae [2021-03-22T21:59:31.820Z] ---> d7d708725260 [2021-03-22T21:59:31.820Z] Step 20/21 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd [2021-03-22T21:59:31.820Z] Removing intermediate container 32c8530af2bc [2021-03-22T21:59:31.820Z] ---> 9b1d59d31ffb [2021-03-22T21:59:31.820Z] Step 20/22 : LABEL arch=x86_64 [2021-03-22T21:59:31.820Z] Removing intermediate container 1e3340a88db0 [2021-03-22T21:59:31.820Z] ---> 1404a30c8af6 [2021-03-22T21:59:31.820Z] Step 20/22 : LABEL arch=x86_64 [2021-03-22T21:59:32.178Z] ---> 9fd39aa189e0 [2021-03-22T21:59:32.178Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-22T21:59:32.178Z] ---> Running in 27717bfa097e [2021-03-22T21:59:32.178Z] ---> Running in 5b994d8628bd [2021-03-22T21:59:32.178Z] ---> Running in c06734ef9ca0 [2021-03-22T21:59:33.212Z] ---> Running in 78800da9cec5 [2021-03-22T21:59:33.212Z] Removing intermediate container 5b994d8628bd [2021-03-22T21:59:33.212Z] ---> cb72f70aa27e [2021-03-22T21:59:33.212Z] Step 21/22 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd [2021-03-22T21:59:33.509Z] Removing intermediate container 27717bfa097e [2021-03-22T21:59:33.509Z] ---> 7c45cab86d48 [2021-03-22T21:59:33.509Z] Step 21/22 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd [2021-03-22T21:59:33.509Z] Removing intermediate container c06734ef9ca0 [2021-03-22T21:59:33.509Z] ---> 29f6527aaf07 [2021-03-22T21:59:33.509Z] Step 21/21 : LABEL version=0.0.0 [2021-03-22T21:59:33.509Z] ---> Running in 2bc84c2adb48 [2021-03-22T21:59:33.851Z] ---> Running in 882f74522da6 [2021-03-22T21:59:33.851Z] ---> Running in 8507e9296166 [2021-03-22T21:59:34.130Z] Removing intermediate container 2bc84c2adb48 [2021-03-22T21:59:34.130Z] ---> aa0b2f7096de [2021-03-22T21:59:34.130Z] Step 22/22 : LABEL version=0.0.0 [2021-03-22T21:59:34.408Z] ---> Running in 2ba078887d99 [2021-03-22T21:59:34.408Z] Removing intermediate container 882f74522da6 [2021-03-22T21:59:34.408Z] ---> 12c97a965022 [2021-03-22T21:59:34.408Z] Step 22/22 : LABEL version=0.0.0 [2021-03-22T21:59:34.741Z] Removing intermediate container 8507e9296166 [2021-03-22T21:59:34.741Z] ---> 61f07e0056be [2021-03-22T21:59:34.741Z] [2021-03-22T21:59:35.072Z] ---> Running in f7f7852065da [2021-03-22T21:59:35.429Z] Removing intermediate container 2ba078887d99 [2021-03-22T21:59:35.429Z] ---> b715f06f84b9 [2021-03-22T21:59:35.429Z] [2021-03-22T21:59:35.717Z] Removing intermediate container 7f289fd9359e [2021-03-22T21:59:35.717Z] ---> e381071a7e0b [2021-03-22T21:59:35.717Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T21:59:36.046Z] Removing intermediate container f7f7852065da [2021-03-22T21:59:36.046Z] ---> 0a7781187444 [2021-03-22T21:59:36.046Z] [2021-03-22T21:59:36.046Z] Successfully built 61f07e0056be [2021-03-22T21:59:36.329Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-22T21:59:36.329Z] Building docker-core-command-go [2021-03-22T21:59:36.639Z]  Building docker-security-proxy-setup-go ... done Successfully built b715f06f84b9 [2021-03-22T21:59:36.639Z] Successfully tagged docker-support-notifications-go:latest [2021-03-22T21:59:36.639Z] Building docker-sys-mgmt-agent-go [2021-03-22T21:59:36.639Z]  Building docker-support-notifications-go ... done Successfully built 0a7781187444 [2021-03-22T21:59:36.914Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-22T21:59:36.914Z] Building docker-core-data-go [2021-03-22T21:59:36.914Z]  Building docker-support-scheduler-go ... done  ---> 20fa74d97973 [2021-03-22T21:59:36.914Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-22T21:59:36.914Z] Removing intermediate container 78800da9cec5 [2021-03-22T21:59:36.914Z] ---> a79d7100ecf8 [2021-03-22T21:59:36.914Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-22T21:59:37.185Z] ---> Running in f5417eaabf89 [2021-03-22T21:59:37.785Z] Removing intermediate container f5417eaabf89 [2021-03-22T21:59:37.785Z] ---> a6ff7fd222ed [2021-03-22T21:59:37.785Z] Step 22/24 : LABEL arch=x86_64 [2021-03-22T21:59:38.056Z] ---> Running in 9af24bb32f7a [2021-03-22T21:59:38.332Z] ---> ae3306f2b89e [2021-03-22T21:59:38.332Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-22T21:59:39.334Z] Removing intermediate container 9af24bb32f7a [2021-03-22T21:59:39.334Z] ---> bc32e00602d9 [2021-03-22T21:59:39.334Z] Step 23/24 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd [2021-03-22T21:59:39.614Z] ---> 79b2dcad3474 [2021-03-22T21:59:39.614Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-22T21:59:41.314Z] ---> Running in 0caa5a0092c2 [2021-03-22T21:59:43.014Z] ---> 70550524f6a2 [2021-03-22T21:59:43.014Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-22T21:59:43.014Z] Removing intermediate container 0caa5a0092c2 [2021-03-22T21:59:43.014Z] ---> bb98e89bd8a8 [2021-03-22T21:59:43.014Z] Step 24/24 : LABEL version=0.0.0 [2021-03-22T21:59:43.422Z] ---> Running in 52f7fc805742 [2021-03-22T21:59:43.422Z] ---> 7a834114d87f [2021-03-22T21:59:43.422Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-22T21:59:44.133Z] ---> Running in b227c0143f87 [2021-03-22T21:59:44.133Z] Removing intermediate container 52f7fc805742 [2021-03-22T21:59:44.133Z] ---> 1ad3c3e5b035 [2021-03-22T21:59:44.133Z] [2021-03-22T21:59:46.669Z] Removing intermediate container b227c0143f87 [2021-03-22T21:59:46.669Z] ---> ff4d09483bb1 [2021-03-22T21:59:46.669Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-22T21:59:46.942Z] Successfully built 1ad3c3e5b035 [2021-03-22T21:59:48.586Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-22T21:59:48.586Z] Building docker-core-metadata-go [2021-03-22T21:59:49.669Z]  Building docker-security-secretstore-setup-go ... done  ---> 2979fbe3b0af [2021-03-22T21:59:49.669Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-22T21:59:50.905Z] ---> Running in 6c2c51fd96d2 [2021-03-22T21:59:59.684Z] Removing intermediate container 6c2c51fd96d2 [2021-03-22T21:59:59.684Z] ---> 1c742bea165f [2021-03-22T21:59:59.684Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-22T21:59:59.684Z] ---> Running in 707842e8d988 [2021-03-22T21:59:59.684Z] Removing intermediate container 707842e8d988 [2021-03-22T21:59:59.684Z] ---> 8d3ab774b141 [2021-03-22T21:59:59.684Z] Step 28/31 : CMD ["gate"] [2021-03-22T22:00:00.001Z] ---> Running in 0e20153b7ebe [2021-03-22T22:00:00.624Z] Removing intermediate container 0e20153b7ebe [2021-03-22T22:00:00.624Z] ---> 40d2ac3e6ce8 [2021-03-22T22:00:00.624Z] Step 29/31 : LABEL arch=x86_64 [2021-03-22T22:00:00.624Z] ---> Running in 8611cb40cf68 [2021-03-22T22:00:01.223Z] Removing intermediate container 8611cb40cf68 [2021-03-22T22:00:01.223Z] ---> 487192f187ac [2021-03-22T22:00:01.223Z] Step 30/31 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd [2021-03-22T22:00:01.839Z] ---> Running in 4ff6bec0f4ef [2021-03-22T22:00:04.825Z] Removing intermediate container 4ff6bec0f4ef [2021-03-22T22:00:04.825Z] ---> 71dca33d3605 [2021-03-22T22:00:04.825Z] Step 31/31 : LABEL version=0.0.0 [2021-03-22T22:00:08.056Z] ---> Running in e86ef82c965e [2021-03-22T22:00:12.540Z] Removing intermediate container e86ef82c965e [2021-03-22T22:00:12.540Z] ---> 3d737da5f2e7 [2021-03-22T22:00:12.540Z] [2021-03-22T22:00:13.206Z] Successfully built 3d737da5f2e7 [2021-03-22T22:00:14.407Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-22T22:00:39.010Z]  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:00:39.010Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:00:39.314Z] ---> 9523d39442ff [2021-03-22T22:00:39.314Z] Step 3/26 : WORKDIR /edgex-go [2021-03-22T22:00:39.314Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:00:39.314Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:00:39.314Z] ---> 9523d39442ff [2021-03-22T22:00:39.314Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T22:00:39.624Z] ---> Using cache [2021-03-22T22:00:39.624Z] ---> 491f7bcdea3c [2021-03-22T22:00:39.624Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:00:39.624Z] ---> Using cache [2021-03-22T22:00:39.624Z] ---> 491f7bcdea3c [2021-03-22T22:00:39.624Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:00:39.624Z] ---> Using cache [2021-03-22T22:00:39.624Z] ---> 0694d2fed8fe [2021-03-22T22:00:39.624Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-22T22:00:39.624Z] ---> Using cache [2021-03-22T22:00:39.624Z] ---> 0694d2fed8fe [2021-03-22T22:00:39.624Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-22T22:00:40.626Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:00:40.626Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:00:40.626Z] ---> 9523d39442ff [2021-03-22T22:00:40.626Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T22:00:40.626Z] ---> Using cache [2021-03-22T22:00:40.626Z] ---> 491f7bcdea3c [2021-03-22T22:00:40.626Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:00:40.626Z] ---> Using cache [2021-03-22T22:00:40.626Z] ---> 0694d2fed8fe [2021-03-22T22:00:40.626Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-22T22:00:40.626Z] ---> Using cache [2021-03-22T22:00:40.626Z] ---> ab2c8d679026 [2021-03-22T22:00:40.626Z] Step 6/23 : COPY go.mod . [2021-03-22T22:00:40.626Z] ---> Using cache [2021-03-22T22:00:40.626Z] ---> 61b8c784d6c2 [2021-03-22T22:00:40.626Z] Step 7/23 : RUN go mod download [2021-03-22T22:00:40.626Z] ---> Using cache [2021-03-22T22:00:40.626Z] ---> e23d9d88a173 [2021-03-22T22:00:40.626Z] Step 8/23 : COPY . . [2021-03-22T22:00:40.626Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:00:40.626Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:00:40.626Z] ---> 9523d39442ff [2021-03-22T22:00:40.626Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T22:00:40.626Z] ---> Using cache [2021-03-22T22:00:40.626Z] ---> 491f7bcdea3c [2021-03-22T22:00:40.626Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:00:40.626Z] ---> Using cache [2021-03-22T22:00:40.626Z] ---> 0694d2fed8fe [2021-03-22T22:00:40.626Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-22T22:00:40.626Z] ---> Using cache [2021-03-22T22:00:40.626Z] ---> ab2c8d679026 [2021-03-22T22:00:40.626Z] Step 6/23 : COPY go.mod . [2021-03-22T22:00:40.626Z] ---> Using cache [2021-03-22T22:00:40.626Z] ---> 61b8c784d6c2 [2021-03-22T22:00:40.626Z] Step 7/23 : RUN go mod download [2021-03-22T22:00:40.626Z] ---> Using cache [2021-03-22T22:00:40.626Z] ---> e23d9d88a173 [2021-03-22T22:00:40.626Z] Step 8/23 : COPY . . [2021-03-22T22:00:40.626Z] ---> Using cache [2021-03-22T22:00:40.626Z] ---> 4ceb50d20e61 [2021-03-22T22:00:40.626Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-22T22:00:40.626Z] ---> Using cache [2021-03-22T22:00:40.626Z] ---> 4ceb50d20e61 [2021-03-22T22:00:40.626Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-22T22:00:41.596Z] ---> Running in a550057f5f97 [2021-03-22T22:00:41.596Z] ---> Running in 3e7128f75c26 [2021-03-22T22:00:41.860Z] ---> Running in e57b3e202df0 [2021-03-22T22:00:41.860Z] ---> Running in 19ae401946a2 [2021-03-22T22:00:44.267Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-22T22:00:44.664Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-22T22:00:44.664Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-22T22:00:44.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:00:44.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:00:45.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:00:45.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:00:46.429Z] OK: 233 MiB in 51 packages [2021-03-22T22:00:46.429Z] OK: 233 MiB in 51 packages [2021-03-22T22:00:46.918Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-22T22:00:47.974Z] Removing intermediate container a550057f5f97 [2021-03-22T22:00:47.974Z] ---> 9683180f7418 [2021-03-22T22:00:47.974Z] Step 6/26 : COPY go.mod . [2021-03-22T22:00:48.526Z] Removing intermediate container 19ae401946a2 [2021-03-22T22:00:48.526Z] ---> 64bb41c7df72 [2021-03-22T22:00:48.526Z] Step 6/23 : COPY go.mod . [2021-03-22T22:00:50.083Z] ---> 8cd8025d1095 [2021-03-22T22:00:50.083Z] Step 7/26 : RUN go mod download [2021-03-22T22:00:50.083Z] ---> 64467d77f939 [2021-03-22T22:00:50.083Z] Step 7/23 : RUN go mod download [2021-03-22T22:00:50.397Z] ---> Running in bcf6537be331 [2021-03-22T22:00:50.397Z] ---> Running in 329b8b283833 [2021-03-22T22:01:01.447Z] Removing intermediate container 329b8b283833 [2021-03-22T22:01:01.447Z] ---> 32b27f557520 [2021-03-22T22:01:01.447Z] Step 8/23 : COPY . . [2021-03-22T22:01:01.447Z] Removing intermediate container bcf6537be331 [2021-03-22T22:01:01.447Z] ---> 937d69bf00ca [2021-03-22T22:01:01.447Z] Step 8/26 : COPY . . [2021-03-22T22:01:05.263Z] Removing intermediate container e107d1fb31db [2021-03-22T22:01:05.264Z] ---> ddee24d67e03 [2021-03-22T22:01:05.264Z] [2021-03-22T22:01:05.264Z] Step 10/21 : FROM alpine:3.12 [2021-03-22T22:01:05.264Z] 3.12: Pulling from library/alpine [2021-03-22T22:01:05.264Z] Removing intermediate container c145841c62da [2021-03-22T22:01:05.264Z] ---> bba5e71ad7a5 [2021-03-22T22:01:05.264Z] [2021-03-22T22:01:05.264Z] Step 10/24 : FROM alpine:3.12 [2021-03-22T22:01:05.536Z] 3.12: Pulling from library/alpine [2021-03-22T22:01:06.136Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-22T22:01:06.136Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-22T22:01:06.136Z] Status: Downloaded newer image for alpine:3.12 [2021-03-22T22:01:06.136Z] ---> d10569e2745f [2021-03-22T22:01:06.136Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-22T22:01:06.136Z] Status: Downloaded newer image for alpine:3.12 [2021-03-22T22:01:06.136Z] ---> d10569e2745f [2021-03-22T22:01:06.136Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-22T22:01:06.762Z] ---> Running in 028469e2d3cb [2021-03-22T22:01:06.762Z] ---> Running in c1fcd2c3ad35 [2021-03-22T22:01:07.366Z] Removing intermediate container a7d762d639fe [2021-03-22T22:01:07.366Z] ---> 81c6a662bcbb [2021-03-22T22:01:07.366Z] [2021-03-22T22:01:07.366Z] Step 10/31 : FROM alpine:3.12 [2021-03-22T22:01:07.366Z] ---> d10569e2745f [2021-03-22T22:01:07.366Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-22T22:01:07.962Z] ---> Running in a27c0ef7b2d2 [2021-03-22T22:01:08.943Z] Removing intermediate container a27c0ef7b2d2 [2021-03-22T22:01:08.943Z] ---> 7ed1f42f5e7f [2021-03-22T22:01:08.943Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-22T22:01:09.222Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:01:09.222Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:01:09.222Z] ---> Running in d35992a732a7 [2021-03-22T22:01:09.222Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:01:09.222Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:01:10.218Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-22T22:01:10.218Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-22T22:01:10.218Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T22:01:10.218Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-22T22:01:10.218Z] (4/4) Installing curl (7.69.1-r3) [2021-03-22T22:01:10.218Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T22:01:10.218Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:01:10.218Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-22T22:01:10.218Z] (4/5) Installing curl (7.69.1-r3) [2021-03-22T22:01:10.218Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-22T22:01:10.218Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:01:10.218Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T22:01:10.218Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T22:01:10.495Z] OK: 7 MiB in 19 packages [2021-03-22T22:01:10.495Z] OK: 7 MiB in 18 packages [2021-03-22T22:01:11.097Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:01:11.371Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:01:11.972Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-22T22:01:11.972Z] (2/2) Installing su-exec (0.2-r1) [2021-03-22T22:01:11.972Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:01:11.972Z] OK: 5 MiB in 16 packages [2021-03-22T22:01:13.404Z] Removing intermediate container b2550d53bd53 [2021-03-22T22:01:13.404Z] ---> 8078f47faf7d [2021-03-22T22:01:13.404Z] [2021-03-22T22:01:13.404Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T22:01:13.404Z] ---> d10569e2745f [2021-03-22T22:01:13.404Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-22T22:01:14.386Z] ---> Running in 491464e7ec48 [2021-03-22T22:01:14.386Z] Removing intermediate container d35992a732a7 [2021-03-22T22:01:14.386Z] ---> 7923945e0468 [2021-03-22T22:01:14.386Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-22T22:01:14.660Z] Removing intermediate container c1fcd2c3ad35 [2021-03-22T22:01:14.660Z] ---> 928fc9f67f3a [2021-03-22T22:01:14.660Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-22T22:01:14.660Z] Removing intermediate container 028469e2d3cb [2021-03-22T22:01:14.660Z] ---> 0d407d6972dd [2021-03-22T22:01:14.660Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-22T22:01:14.932Z] ---> Running in ebfda1c6c75a [2021-03-22T22:01:15.208Z] ---> Running in 7b01fefc8427 [2021-03-22T22:01:15.208Z] ---> Running in 030f3697eaac [2021-03-22T22:01:15.807Z] Removing intermediate container 8937ac084268 [2021-03-22T22:01:15.807Z] ---> 3b06d35ae3ac [2021-03-22T22:01:15.807Z] [2021-03-22T22:01:15.807Z] Step 10/22 : FROM alpine:3.12 [2021-03-22T22:01:15.807Z] ---> d10569e2745f [2021-03-22T22:01:15.807Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-22T22:01:15.807Z] Removing intermediate container ebfda1c6c75a [2021-03-22T22:01:15.807Z] ---> 33fc4de2e8a9 [2021-03-22T22:01:15.807Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-22T22:01:15.807Z] ---> Running in fdb0e1919866 [2021-03-22T22:01:16.082Z] Removing intermediate container 030f3697eaac [2021-03-22T22:01:16.082Z] Removing intermediate container 7b01fefc8427 [2021-03-22T22:01:16.082Z] ---> 42972948a045 [2021-03-22T22:01:16.082Z] Step 13/24 : WORKDIR / [2021-03-22T22:01:16.082Z] ---> 2cdc8c1e45d9 [2021-03-22T22:01:16.082Z] Step 13/21 : WORKDIR /edgex [2021-03-22T22:01:16.374Z] ---> Running in ceaf036a2dc2 [2021-03-22T22:01:16.374Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:01:16.374Z] ---> Running in b988b7cf50cd [2021-03-22T22:01:16.374Z] ---> Running in 448613411b70 [2021-03-22T22:01:16.374Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:01:16.995Z] Removing intermediate container ceaf036a2dc2 [2021-03-22T22:01:16.995Z] ---> c6a81bbc9792 [2021-03-22T22:01:16.995Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-22T22:01:16.995Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-22T22:01:16.995Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:01:16.995Z] OK: 5 MiB in 15 packages [2021-03-22T22:01:17.269Z] ---> Running in 6ab73f34960a [2021-03-22T22:01:17.269Z] Removing intermediate container 448613411b70 [2021-03-22T22:01:17.269Z] ---> cd73f7046640 [2021-03-22T22:01:17.269Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-22T22:01:17.542Z] Removing intermediate container b988b7cf50cd [2021-03-22T22:01:17.542Z] ---> 091166ca845c [2021-03-22T22:01:17.542Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-22T22:01:17.823Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:01:18.096Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:01:18.973Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-22T22:01:18.973Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:01:18.973Z] OK: 5 MiB in 15 packages [2021-03-22T22:01:18.973Z] ---> abc1940ce5e1 [2021-03-22T22:01:18.973Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-22T22:01:19.394Z] ---> 3692d43d1788 [2021-03-22T22:01:19.394Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-22T22:01:19.395Z] Removing intermediate container 491464e7ec48 [2021-03-22T22:01:19.395Z] ---> e7b719261c7e [2021-03-22T22:01:19.395Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T22:01:19.395Z] ---> Running in dcf1e242ce06 [2021-03-22T22:01:20.381Z] Removing intermediate container dcf1e242ce06 [2021-03-22T22:01:20.381Z] ---> bb9da72939ec [2021-03-22T22:01:20.381Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-22T22:01:20.381Z] ---> 18a66dacdb3c [2021-03-22T22:01:20.381Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-22T22:01:20.381Z] Removing intermediate container fdb0e1919866 [2021-03-22T22:01:20.381Z] ---> 4f2ab5c3dac9 [2021-03-22T22:01:20.381Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T22:01:20.657Z] ---> Running in 86087527ba56 [2021-03-22T22:01:20.657Z] ---> Running in cab825457425 [2021-03-22T22:01:20.657Z] ---> fa6d7879c3e6 [2021-03-22T22:01:20.657Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-22T22:01:21.252Z] Removing intermediate container 6ab73f34960a [2021-03-22T22:01:21.252Z] ---> aa9ba3d31b79 [2021-03-22T22:01:21.252Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-22T22:01:21.252Z] ---> Running in c9be94bab6c3 [2021-03-22T22:01:21.523Z] Removing intermediate container cab825457425 [2021-03-22T22:01:21.523Z] ---> a6c93dc233a9 [2021-03-22T22:01:21.523Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-22T22:01:21.523Z] Removing intermediate container 86087527ba56 [2021-03-22T22:01:21.523Z] ---> fa6ad693b1d6 [2021-03-22T22:01:21.523Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-22T22:01:21.523Z] ---> 69d701e5a28b [2021-03-22T22:01:21.523Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-22T22:01:21.797Z] ---> Running in 8a6df33c4106 [2021-03-22T22:01:21.797Z] ---> Running in dc276648d977 [2021-03-22T22:01:22.103Z] Removing intermediate container c9be94bab6c3 [2021-03-22T22:01:22.103Z] ---> 7abc5b9e4db7 [2021-03-22T22:01:22.103Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-22T22:01:22.701Z] ---> b5cf8877e392 [2021-03-22T22:01:22.701Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-22T22:01:22.701Z] Removing intermediate container dc276648d977 [2021-03-22T22:01:22.701Z] ---> ad72c0887b69 [2021-03-22T22:01:22.701Z] Step 15/23 : WORKDIR / [2021-03-22T22:01:22.701Z] Removing intermediate container 8a6df33c4106 [2021-03-22T22:01:22.701Z] ---> 5265dfa6ec70 [2021-03-22T22:01:22.701Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-22T22:01:22.976Z] ---> Running in dd3c3f77f6c5 [2021-03-22T22:01:22.976Z] ---> Running in aa27bb2ea539 [2021-03-22T22:01:22.976Z] ---> Running in ee066e88fc9c [2021-03-22T22:01:22.976Z] ---> 14e41929f297 [2021-03-22T22:01:22.976Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-22T22:01:23.297Z] ---> b4a7ae9b0534 [2021-03-22T22:01:23.297Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-22T22:01:23.297Z] ---> Running in f7507ba83682 [2021-03-22T22:01:23.585Z] Removing intermediate container dd3c3f77f6c5 [2021-03-22T22:01:23.585Z] ---> a32e3fb9be50 [2021-03-22T22:01:23.585Z] Step 18/21 : CMD ["--init=true"] [2021-03-22T22:01:23.862Z] Removing intermediate container ee066e88fc9c [2021-03-22T22:01:23.862Z] ---> 4edccf76dda5 [2021-03-22T22:01:23.862Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:01:23.862Z] ---> Running in 99e27492f1ba [2021-03-22T22:01:23.862Z] Removing intermediate container aa27bb2ea539 [2021-03-22T22:01:23.862Z] ---> 4ddc74496cde [2021-03-22T22:01:23.862Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:01:24.848Z] Removing intermediate container 99e27492f1ba [2021-03-22T22:01:24.848Z] ---> 45baaeffe9fb [2021-03-22T22:01:24.848Z] Step 19/21 : LABEL arch=arm64 [2021-03-22T22:01:25.145Z] ---> 45238af92262 [2021-03-22T22:01:25.145Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-22T22:01:25.145Z] ---> 372031186ebb [2021-03-22T22:01:25.145Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-22T22:01:25.145Z] ---> Running in 24023470bb46 [2021-03-22T22:01:25.145Z] ---> 892426167167 [2021-03-22T22:01:25.145Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-22T22:01:26.583Z] Removing intermediate container 24023470bb46 [2021-03-22T22:01:26.583Z] ---> 0dd2460131ae [2021-03-22T22:01:26.583Z] Step 20/21 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd [2021-03-22T22:01:26.583Z] ---> 4b334ce16877 [2021-03-22T22:01:26.583Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-22T22:01:26.583Z] ---> Running in 2b121647b338 [2021-03-22T22:01:26.862Z] ---> Running in a99a29b2e485 [2021-03-22T22:01:26.862Z] Removing intermediate container f7507ba83682 [2021-03-22T22:01:26.862Z] ---> beb436b93fdc [2021-03-22T22:01:26.862Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:01:26.862Z] ---> 71ece10f553c [2021-03-22T22:01:26.862Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-22T22:01:26.862Z] ---> 40f8d1780c8b [2021-03-22T22:01:26.862Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-22T22:01:27.852Z] Removing intermediate container 2b121647b338 [2021-03-22T22:01:27.852Z] ---> 45807e8f9067 [2021-03-22T22:01:27.852Z] Step 21/21 : LABEL version=0.0.0 [2021-03-22T22:01:27.852Z] ---> Running in 83dd0d7f7d6f [2021-03-22T22:01:27.852Z] ---> af621fdcbc1c [2021-03-22T22:01:27.852Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-22T22:01:28.463Z] ---> f2510e70cc80 [2021-03-22T22:01:28.463Z] ---> d9edaf2c4578 [2021-03-22T22:01:28.463Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-22T22:01:28.463Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-22T22:01:28.463Z] Removing intermediate container 83dd0d7f7d6f [2021-03-22T22:01:28.463Z] ---> 0e53ed0f0bd3 [2021-03-22T22:01:28.463Z] [2021-03-22T22:01:28.742Z] ---> Running in 2674907a1d0e [2021-03-22T22:01:28.742Z] ---> Running in be6eda13bad7 [2021-03-22T22:01:29.349Z] Successfully built 0e53ed0f0bd3 [2021-03-22T22:01:29.349Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-22T22:01:29.349Z] Building docker-support-notifications-go [2021-03-22T22:01:29.622Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 2674907a1d0e [2021-03-22T22:01:29.622Z] Removing intermediate container be6eda13bad7 [2021-03-22T22:01:29.622Z] ---> 636172c62808 [2021-03-22T22:01:29.622Z] ---> b0e6ed8aef28 [2021-03-22T22:01:29.622Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:01:29.622Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:01:29.622Z] ---> 2af40450f6af [2021-03-22T22:01:29.622Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-22T22:01:29.891Z] ---> Running in 6bf33c0bd3ab [2021-03-22T22:01:29.891Z] ---> Running in 0e972b509b7f [2021-03-22T22:01:29.891Z] Removing intermediate container a99a29b2e485 [2021-03-22T22:01:29.891Z] ---> e5def4615046 [2021-03-22T22:01:29.891Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-22T22:01:30.166Z] ---> Running in afb523e3507d [2021-03-22T22:01:30.439Z] Removing intermediate container 6bf33c0bd3ab [2021-03-22T22:01:30.439Z] ---> b1118c53eea8 [2021-03-22T22:01:30.439Z] Step 20/22 : LABEL arch=arm64Removing intermediate container 0e972b509b7f [2021-03-22T22:01:30.439Z] ---> 5656fdc08af4 [2021-03-22T22:01:30.439Z] Step 21/23 : LABEL arch=arm64 [2021-03-22T22:01:30.439Z] [2021-03-22T22:01:30.712Z] ---> 3385552bb4dc [2021-03-22T22:01:30.712Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-22T22:01:30.986Z] ---> Running in d6e40224166b [2021-03-22T22:01:30.986Z] ---> Running in 8ac767db6dda [2021-03-22T22:01:31.266Z] Removing intermediate container afb523e3507d [2021-03-22T22:01:31.266Z] ---> dfea0c9c3253 [2021-03-22T22:01:31.266Z] Step 22/24 : LABEL arch=arm64 [2021-03-22T22:01:31.872Z] ---> Running in e3e635a76e01 [2021-03-22T22:01:32.464Z] Removing intermediate container d6e40224166b [2021-03-22T22:01:32.464Z] ---> b71fec3fbe82 [2021-03-22T22:01:32.464Z] Step 21/22 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd [2021-03-22T22:01:32.739Z] ---> d34f4396cb3e [2021-03-22T22:01:32.739Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-22T22:01:32.739Z] Removing intermediate container 8ac767db6dda [2021-03-22T22:01:32.739Z] ---> 1b17398210d9 [2021-03-22T22:01:32.739Z] Step 22/23 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd [2021-03-22T22:01:33.012Z] ---> Running in 84c46a397a90 [2021-03-22T22:01:33.012Z] Removing intermediate container e3e635a76e01 [2021-03-22T22:01:33.012Z] ---> 3e734807c48d [2021-03-22T22:01:33.012Z] Step 23/24 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd [2021-03-22T22:01:33.012Z] ---> Running in 2b6400bc3977 [2021-03-22T22:01:33.285Z] ---> Running in fc48ebf16e73 [2021-03-22T22:01:33.882Z] Removing intermediate container 84c46a397a90 [2021-03-22T22:01:33.882Z] ---> bf3c70e0b8c8 [2021-03-22T22:01:33.882Z] Step 22/22 : LABEL version=0.0.0 [2021-03-22T22:01:34.481Z] ---> 40bc7315dd31 [2021-03-22T22:01:34.481Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-22T22:01:34.481Z] Removing intermediate container 2b6400bc3977 [2021-03-22T22:01:34.481Z] ---> 557a347483b7 [2021-03-22T22:01:34.481Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T22:01:34.751Z] Removing intermediate container fc48ebf16e73 [2021-03-22T22:01:34.751Z] ---> 40bf428e839f [2021-03-22T22:01:34.751Z] Step 24/24 : LABEL version=0.0.0 [2021-03-22T22:01:34.751Z] ---> Running in 14ac2d228ba9 [2021-03-22T22:01:35.027Z] ---> Running in 8ea866f58a5b [2021-03-22T22:01:35.027Z] ---> Running in 91877f3d2569 [2021-03-22T22:01:35.303Z] ---> Running in 6b3689f78ca0 [2021-03-22T22:01:35.303Z] Removing intermediate container 14ac2d228ba9 [2021-03-22T22:01:35.303Z] ---> abca101b317e [2021-03-22T22:01:35.303Z] [2021-03-22T22:01:35.578Z] Removing intermediate container 8ea866f58a5b [2021-03-22T22:01:35.578Z] ---> a0ce289e9da2 [2021-03-22T22:01:35.578Z] [2021-03-22T22:01:35.855Z] Removing intermediate container 91877f3d2569 [2021-03-22T22:01:35.855Z] ---> 914537f2fdcc [2021-03-22T22:01:35.855Z] [2021-03-22T22:01:35.855Z] Successfully built abca101b317e [2021-03-22T22:01:36.135Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-22T22:01:36.135Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-03-22T22:01:36.135Z] Removing intermediate container 6b3689f78ca0 [2021-03-22T22:01:36.135Z] ---> 65d3e1abb48d [2021-03-22T22:01:36.135Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-22T22:01:36.135Z] Successfully built a0ce289e9da2 [2021-03-22T22:01:36.135Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-22T22:01:36.135Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-03-22T22:01:36.412Z] Successfully built 914537f2fdcc [2021-03-22T22:01:36.412Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-22T22:01:36.412Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-22T22:01:37.033Z] ---> d4eaacd0d6c3 [2021-03-22T22:01:37.033Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-22T22:01:37.304Z] ---> Running in eb8339f9d643 [2021-03-22T22:01:39.923Z] Removing intermediate container eb8339f9d643 [2021-03-22T22:01:39.923Z] ---> bd227d35a322 [2021-03-22T22:01:39.923Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-22T22:01:39.923Z] ---> Running in a66515e402d4 [2021-03-22T22:01:40.208Z] Removing intermediate container a66515e402d4 [2021-03-22T22:01:40.208Z] ---> 9b04a12e2dd4 [2021-03-22T22:01:40.208Z] Step 28/31 : CMD ["gate"] [2021-03-22T22:01:41.192Z] ---> Running in 86b0b9a9fbf5 [2021-03-22T22:01:42.168Z] Removing intermediate container 86b0b9a9fbf5 [2021-03-22T22:01:42.168Z] ---> eba56aefdc4b [2021-03-22T22:01:42.168Z] Step 29/31 : LABEL arch=arm64 [2021-03-22T22:01:43.148Z] ---> Running in abe98b8f7eee [2021-03-22T22:01:44.131Z] Removing intermediate container abe98b8f7eee [2021-03-22T22:01:44.131Z] ---> 87aac62728fd [2021-03-22T22:01:44.131Z] Step 30/31 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd [2021-03-22T22:01:45.112Z] ---> Running in 07ef4a89a892 [2021-03-22T22:01:46.580Z] Removing intermediate container 07ef4a89a892 [2021-03-22T22:01:46.580Z] ---> 449a0900190d [2021-03-22T22:01:46.580Z] Step 31/31 : LABEL version=0.0.0 [2021-03-22T22:01:47.179Z] ---> Running in 6f9138bcf2e4 [2021-03-22T22:01:48.159Z] Removing intermediate container 6f9138bcf2e4 [2021-03-22T22:01:48.159Z] ---> f4c9ac7f1427 [2021-03-22T22:01:48.159Z] [2021-03-22T22:01:48.752Z] Successfully built f4c9ac7f1427 [2021-03-22T22:01:48.752Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-22T22:02:11.584Z] Removing intermediate container 3e7128f75c26 [2021-03-22T22:02:11.585Z] ---> a4db2c4f1fcd [2021-03-22T22:02:11.585Z] [2021-03-22T22:02:11.585Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T22:02:11.585Z] ---> 88dd2752d2ea [2021-03-22T22:02:11.585Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-22T22:02:11.585Z] ---> Using cache [2021-03-22T22:02:11.585Z] ---> f11ac281118d [2021-03-22T22:02:11.585Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T22:02:11.585Z] ---> Using cache [2021-03-22T22:02:11.585Z] ---> 005c361bd2be [2021-03-22T22:02:11.585Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-22T22:02:11.585Z] Removing intermediate container e57b3e202df0 [2021-03-22T22:02:11.585Z] ---> 78d8da74c446 [2021-03-22T22:02:11.585Z] [2021-03-22T22:02:11.585Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T22:02:11.585Z] ---> 88dd2752d2ea [2021-03-22T22:02:11.585Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-22T22:02:11.585Z] ---> Using cache [2021-03-22T22:02:11.585Z] ---> f11ac281118d [2021-03-22T22:02:11.585Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T22:02:11.585Z] ---> Using cache [2021-03-22T22:02:11.585Z] ---> 005c361bd2be [2021-03-22T22:02:11.585Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-22T22:02:11.585Z] ---> Running in 10ca83a9623d [2021-03-22T22:02:11.585Z] ---> Running in 10e6fa926897 [2021-03-22T22:02:11.585Z] Removing intermediate container 10ca83a9623d [2021-03-22T22:02:11.585Z] ---> 841bbe134dc2 [2021-03-22T22:02:11.585Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-22T22:02:11.585Z] ---> a1f0cb2964f4 [2021-03-22T22:02:11.585Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-22T22:02:11.585Z] ---> Running in de4d607c5669 [2021-03-22T22:02:11.585Z] Removing intermediate container 10e6fa926897 [2021-03-22T22:02:11.585Z] ---> 05ed3ad55612 [2021-03-22T22:02:11.585Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-22T22:02:11.585Z] ---> Running in 0bd0fa86214a [2021-03-22T22:02:11.585Z] ---> Running in 6b66d328481c [2021-03-22T22:02:11.585Z] ---> d10918c3127c [2021-03-22T22:02:11.585Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-22T22:02:11.585Z] Removing intermediate container de4d607c5669 [2021-03-22T22:02:11.585Z] ---> 0fc40ffd6931 [2021-03-22T22:02:11.585Z] Step 15/23 : WORKDIR / [2021-03-22T22:02:11.585Z] ---> Running in 5bdc0fda01b5 [2021-03-22T22:02:11.585Z] ---> Running in 7fee90717353 [2021-03-22T22:02:11.585Z] Removing intermediate container 6b66d328481c [2021-03-22T22:02:11.585Z] ---> bcd0dfcfd08e [2021-03-22T22:02:11.585Z] Step 15/23 : WORKDIR / [2021-03-22T22:02:11.585Z] ---> Running in 97d6310e3420 [2021-03-22T22:02:11.585Z] Removing intermediate container 7fee90717353 [2021-03-22T22:02:11.585Z] ---> a5155ff403ed [2021-03-22T22:02:11.585Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:02:11.585Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-22T22:02:11.585Z] Removing intermediate container 97d6310e3420 [2021-03-22T22:02:11.585Z] ---> 86a66dd725e1 [2021-03-22T22:02:11.585Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:02:11.585Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-22T22:02:11.585Z] ---> d61f1bad8db0 [2021-03-22T22:02:11.585Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-22T22:02:12.993Z] ---> 67d34382429a [2021-03-22T22:02:12.993Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-22T22:02:14.036Z] ---> 9f1534b6e8aa [2021-03-22T22:02:14.036Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-22T22:02:14.365Z] ---> 9ac77d21f05a [2021-03-22T22:02:14.365Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-22T22:02:14.994Z] ---> Running in 66122dc4cfc8 [2021-03-22T22:02:15.280Z] ---> 1a5329e1f1d7 [2021-03-22T22:02:15.280Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-22T22:02:15.594Z] Removing intermediate container 66122dc4cfc8 [2021-03-22T22:02:15.594Z] ---> 2dd957d87212 [2021-03-22T22:02:15.594Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:02:15.896Z] ---> Running in 592a1ebf821a [2021-03-22T22:02:16.169Z] ---> fc030cedd996 [2021-03-22T22:02:16.169Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-22T22:02:16.445Z] ---> Running in 5a998d45f0d8 [2021-03-22T22:02:17.037Z] Removing intermediate container 592a1ebf821a [2021-03-22T22:02:17.037Z] ---> 24e59feff608 [2021-03-22T22:02:17.037Z] Step 21/23 : LABEL arch=x86_64 [2021-03-22T22:02:17.037Z] Removing intermediate container 5a998d45f0d8 [2021-03-22T22:02:17.037Z] ---> 1c59d034599e [2021-03-22T22:02:17.037Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:02:17.306Z] ---> Running in 83da8c341aca [2021-03-22T22:02:17.306Z] ---> Running in 476de8b5573e [2021-03-22T22:02:18.394Z] Removing intermediate container 476de8b5573e [2021-03-22T22:02:18.394Z] ---> fd0074242729 [2021-03-22T22:02:18.394Z] Step 21/23 : LABEL arch=x86_64 [2021-03-22T22:02:18.394Z] Removing intermediate container 83da8c341aca [2021-03-22T22:02:18.394Z] ---> 0184362bf927 [2021-03-22T22:02:18.394Z] Step 22/23 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd [2021-03-22T22:02:19.308Z] ---> Running in a769eb885b52 [2021-03-22T22:02:19.751Z] ---> Running in c369e94f0174 [2021-03-22T22:02:20.860Z] Removing intermediate container a769eb885b52 [2021-03-22T22:02:20.860Z] ---> 608dce2198fa [2021-03-22T22:02:20.860Z] Step 22/23 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd [2021-03-22T22:02:21.072Z]  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:02:21.072Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:02:21.072Z] ---> 297fcae1cb2c [2021-03-22T22:02:21.072Z] Step 3/22 : WORKDIR /edgex-go [2021-03-22T22:02:21.072Z] ---> Using cache [2021-03-22T22:02:21.072Z] ---> ee545c21d5f7 [2021-03-22T22:02:21.072Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:02:21.072Z] ---> Using cache [2021-03-22T22:02:21.072Z] ---> 79cb5cfa9ece [2021-03-22T22:02:21.072Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-22T22:02:21.495Z] Removing intermediate container c369e94f0174 [2021-03-22T22:02:21.495Z] ---> fe0be92c93c4 [2021-03-22T22:02:21.495Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T22:02:21.495Z] ---> Running in dc39ccfc6e3c [2021-03-22T22:02:21.495Z] ---> Running in 1631dfad6b30 [2021-03-22T22:02:23.056Z] ---> Running in ba5914bce365 [2021-03-22T22:02:23.153Z] Removing intermediate container dc39ccfc6e3c [2021-03-22T22:02:23.153Z] ---> 7efca554c279 [2021-03-22T22:02:23.153Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T22:02:23.678Z] Removing intermediate container 1631dfad6b30 [2021-03-22T22:02:23.678Z] ---> 9b7513034637 [2021-03-22T22:02:23.678Z] [2021-03-22T22:02:24.040Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:02:24.175Z] ---> Running in 2c33fe1d3afd [2021-03-22T22:02:25.025Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:02:25.624Z] OK: 217 MiB in 51 packages [2021-03-22T22:02:25.786Z] Successfully built 9b7513034637 [2021-03-22T22:02:25.786Z] Removing intermediate container 2c33fe1d3afd [2021-03-22T22:02:25.786Z] ---> 6479195398b0 [2021-03-22T22:02:25.786Z] [2021-03-22T22:02:25.786Z] Successfully tagged docker-core-command-go:latest [2021-03-22T22:02:26.549Z]  Building docker-core-command-go ... done Successfully built 6479195398b0 [2021-03-22T22:02:26.948Z] Successfully tagged docker-core-metadata-go:latest [2021-03-22T22:02:29.029Z] Removing intermediate container ba5914bce365 [2021-03-22T22:02:29.029Z] ---> b1d81a5a466b [2021-03-22T22:02:29.029Z] Step 6/22 : COPY go.mod . [2021-03-22T22:02:29.029Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:02:29.029Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:02:29.029Z] ---> 297fcae1cb2c [2021-03-22T22:02:29.029Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T22:02:29.029Z] ---> Using cache [2021-03-22T22:02:29.029Z] ---> ee545c21d5f7 [2021-03-22T22:02:29.029Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:02:29.029Z] ---> Using cache [2021-03-22T22:02:29.029Z] ---> 79cb5cfa9ece [2021-03-22T22:02:29.029Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-22T22:02:29.029Z] ---> Using cache [2021-03-22T22:02:29.029Z] ---> 01404f80c942 [2021-03-22T22:02:29.029Z] Step 6/23 : COPY go.mod . [2021-03-22T22:02:29.029Z] ---> Using cache [2021-03-22T22:02:29.029Z] ---> ed5b6bde34fd [2021-03-22T22:02:29.029Z] Step 7/23 : RUN go mod download [2021-03-22T22:02:29.029Z] ---> Using cache [2021-03-22T22:02:29.029Z] ---> 197cf5d4f2d9 [2021-03-22T22:02:29.029Z] Step 8/23 : COPY . . [2021-03-22T22:02:29.029Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:02:29.029Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:02:29.029Z] ---> 297fcae1cb2c [2021-03-22T22:02:29.029Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T22:02:29.029Z] ---> Using cache [2021-03-22T22:02:29.029Z] ---> ee545c21d5f7 [2021-03-22T22:02:29.029Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:02:29.029Z] ---> Using cache [2021-03-22T22:02:29.029Z] ---> 79cb5cfa9ece [2021-03-22T22:02:29.029Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-22T22:02:29.029Z] ---> Using cache [2021-03-22T22:02:29.029Z] ---> 13ab02d914ea [2021-03-22T22:02:29.029Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-22T22:02:29.303Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:02:29.303Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:02:29.303Z] ---> 297fcae1cb2c [2021-03-22T22:02:29.303Z] Step 3/26 : WORKDIR /edgex-go [2021-03-22T22:02:29.303Z] ---> Using cache [2021-03-22T22:02:29.303Z] ---> ee545c21d5f7 [2021-03-22T22:02:29.303Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:02:29.303Z] ---> Using cache [2021-03-22T22:02:29.303Z] ---> 79cb5cfa9ece [2021-03-22T22:02:29.303Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-22T22:02:29.303Z] ---> Running in c61342cf8bfc [2021-03-22T22:02:29.303Z] ---> Running in 49a33d300b7c [2021-03-22T22:02:29.580Z] ---> Running in 0a7a1f428fba [2021-03-22T22:02:29.580Z] ---> 5a8cc10a091c [2021-03-22T22:02:29.580Z] Step 7/22 : RUN go mod download [2021-03-22T22:02:29.863Z] ---> Running in 5b72fb862bd4 [2021-03-22T22:02:31.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:02:31.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:02:31.312Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-22T22:02:31.913Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:02:32.189Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:02:32.791Z] OK: 217 MiB in 51 packages [2021-03-22T22:02:32.791Z] OK: 217 MiB in 51 packages [2021-03-22T22:02:33.397Z] Removing intermediate container 5b72fb862bd4 [2021-03-22T22:02:33.397Z] ---> c815800bc74d [2021-03-22T22:02:33.397Z] Step 8/22 : COPY . . [2021-03-22T22:02:34.853Z] Removing intermediate container c61342cf8bfc [2021-03-22T22:02:34.853Z] ---> 9825bd450587 [2021-03-22T22:02:34.853Z] Step 6/23 : COPY go.mod . [2021-03-22T22:02:35.134Z] Removing intermediate container 49a33d300b7c [2021-03-22T22:02:35.134Z] ---> 4c1915de84dd [2021-03-22T22:02:35.134Z] Step 6/26 : COPY go.mod . [2021-03-22T22:02:36.579Z] ---> e0f71d05b9eb [2021-03-22T22:02:36.579Z] Step 7/23 : RUN go mod download [2021-03-22T22:02:37.201Z] ---> Running in 9cf4e0f1df57 [2021-03-22T22:02:37.201Z] ---> 73e707c90d45 [2021-03-22T22:02:37.201Z] Step 7/26 : RUN go mod download [2021-03-22T22:02:37.806Z] ---> Running in 68c8e69b708f [2021-03-22T22:02:44.563Z] Removing intermediate container 9cf4e0f1df57 [2021-03-22T22:02:44.563Z] ---> 618b39258cb7 [2021-03-22T22:02:44.563Z] Step 8/23 : COPY . . [2021-03-22T22:02:44.563Z] Removing intermediate container 68c8e69b708f [2021-03-22T22:02:44.563Z] ---> fbe238dfd265 [2021-03-22T22:02:44.563Z] Step 8/26 : COPY . . [2021-03-22T22:02:50.892Z]  Building docker-core-metadata-go ... done Removing intermediate container 0bd0fa86214a [2021-03-22T22:02:50.892Z] ---> 8feba5f56402 [2021-03-22T22:02:50.892Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-22T22:02:50.892Z] ---> Running in 7c6d6cbf054c [2021-03-22T22:02:51.903Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-22T22:02:55.408Z] Removing intermediate container 7c6d6cbf054c [2021-03-22T22:02:55.408Z] ---> 6df49224c229 [2021-03-22T22:02:55.408Z] [2021-03-22T22:02:55.408Z] Step 11/26 : FROM docker:20.10.0 [2021-03-22T22:02:55.408Z] 20.10.0: Pulling from library/docker [2021-03-22T22:02:56.842Z] Removing intermediate container 5bdc0fda01b5 [2021-03-22T22:02:56.842Z] ---> 77da203f2fcc [2021-03-22T22:02:56.842Z] [2021-03-22T22:02:56.842Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T22:02:56.842Z] ---> 88dd2752d2ea [2021-03-22T22:02:56.842Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-22T22:02:57.434Z] ---> Running in 2ca60412cda0 [2021-03-22T22:02:58.397Z] Removing intermediate container 2ca60412cda0 [2021-03-22T22:02:58.397Z] ---> 8009265b2a1f [2021-03-22T22:02:58.397Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-22T22:02:59.111Z] ---> Running in 36988df5dc46 [2021-03-22T22:02:59.390Z] Removing intermediate container 36988df5dc46 [2021-03-22T22:02:59.390Z] ---> 5c61e6649f7b [2021-03-22T22:02:59.390Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-22T22:02:59.723Z] ---> Running in 84c423548997 [2021-03-22T22:03:00.008Z] Removing intermediate container 84c423548997 [2021-03-22T22:03:00.008Z] ---> 63b4d4438c6a [2021-03-22T22:03:00.008Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:03:00.396Z] ---> Running in b916cdcc62b6 [2021-03-22T22:03:02.400Z] Removing intermediate container b916cdcc62b6 [2021-03-22T22:03:02.400Z] ---> c1b4fc77b269 [2021-03-22T22:03:02.400Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-22T22:03:03.025Z] ---> Running in 36e66d624cfd [2021-03-22T22:03:05.114Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-22T22:03:05.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:03:05.114Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-22T22:03:05.114Z] ---> aefe523efa57 [2021-03-22T22:03:05.114Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-22T22:03:05.114Z] ---> Running in a7454d7357d4 [2021-03-22T22:03:05.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:03:05.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:03:05.939Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:03:05.939Z] (1/2) Installing readline (8.0.4-r0) [2021-03-22T22:03:05.939Z] (2/2) Installing bash (5.0.17-r0) [2021-03-22T22:03:06.220Z] Executing bash-5.0.17-r0.post-install [2021-03-22T22:03:06.220Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-22T22:03:06.220Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:03:06.220Z] OK: 12 MiB in 22 packages [2021-03-22T22:03:06.220Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-22T22:03:06.220Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-22T22:03:06.499Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-22T22:03:06.499Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-22T22:03:06.774Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-22T22:03:06.774Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:03:06.774Z] OK: 8 MiB in 20 packages [2021-03-22T22:03:06.775Z] ---> 590f74305f67 [2021-03-22T22:03:06.775Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-22T22:03:07.049Z] ---> Running in a3eb1531cbce [2021-03-22T22:03:07.371Z] Removing intermediate container a7454d7357d4 [2021-03-22T22:03:07.371Z] ---> 017761fde709 [2021-03-22T22:03:07.371Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-22T22:03:07.371Z] ---> Running in 684a9be6b82e [2021-03-22T22:03:08.369Z] Removing intermediate container 684a9be6b82e [2021-03-22T22:03:08.369Z] ---> 466607097c3f [2021-03-22T22:03:08.369Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-22T22:03:08.708Z] ---> Running in 18de68e5b0fb [2021-03-22T22:03:08.708Z] Removing intermediate container 36e66d624cfd [2021-03-22T22:03:08.708Z] ---> d130bdb92ab0 [2021-03-22T22:03:08.708Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:03:08.990Z] Removing intermediate container 18de68e5b0fb [2021-03-22T22:03:08.990Z] ---> b2394774dc2d [2021-03-22T22:03:08.990Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-22T22:03:09.258Z] ---> Running in 70ba7a29ea91 [2021-03-22T22:03:09.258Z] ---> 3280d540ac52 [2021-03-22T22:03:09.258Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-22T22:03:09.531Z] Removing intermediate container 70ba7a29ea91 [2021-03-22T22:03:09.531Z] ---> ea0bd8b50ab6 [2021-03-22T22:03:09.531Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-22T22:03:09.687Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-22T22:03:10.527Z] ---> 1f2e66e09933 [2021-03-22T22:03:10.527Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-22T22:03:10.791Z] ---> 603e2f280ffe [2021-03-22T22:03:10.791Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-22T22:03:11.080Z] ---> 713df12e9ed6 [2021-03-22T22:03:11.080Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-22T22:03:11.080Z] ---> Running in d19b0a7926f1 [2021-03-22T22:03:11.080Z] ---> d96a74205cf0 [2021-03-22T22:03:11.080Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-22T22:03:11.708Z] Removing intermediate container d19b0a7926f1 [2021-03-22T22:03:11.708Z] ---> 5ccaf50fd4a2 [2021-03-22T22:03:11.708Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:03:11.708Z] ---> Running in da3d9a5f2cd4 [2021-03-22T22:03:11.977Z] ---> 7faeb0f1ace0 [2021-03-22T22:03:11.977Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-22T22:03:12.940Z] ---> Running in d9cc0a16141b [2021-03-22T22:03:13.218Z] Removing intermediate container da3d9a5f2cd4 [2021-03-22T22:03:13.218Z] ---> d1bbd9cf2cde [2021-03-22T22:03:13.218Z] Step 21/23 : LABEL arch=x86_64 [2021-03-22T22:03:13.218Z] ---> Running in 68897231a5f9 [2021-03-22T22:03:13.830Z] Removing intermediate container 68897231a5f9 [2021-03-22T22:03:13.830Z] ---> 49903ecec635 [2021-03-22T22:03:13.830Z] Step 22/23 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd [2021-03-22T22:03:14.104Z] ---> Running in 2e323cd529c2 [2021-03-22T22:03:14.723Z] Removing intermediate container 2e323cd529c2 [2021-03-22T22:03:14.723Z] ---> 3a537cf67e17 [2021-03-22T22:03:14.723Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T22:03:14.723Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:03:15.043Z] ---> Running in c1c2adbcaf43 [2021-03-22T22:03:15.043Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:03:15.098Z] ---> b68b07aff9f2 [2021-03-22T22:03:15.098Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-22T22:03:15.098Z] ---> 798e0e9d2903 [2021-03-22T22:03:15.098Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-22T22:03:15.098Z] ---> Running in c7b9af6ce10c [2021-03-22T22:03:15.098Z] ---> Running in ff8e635ee2e1 [2021-03-22T22:03:15.321Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-22T22:03:15.321Z] (2/33) Installing expat (2.2.9-r1) [2021-03-22T22:03:15.321Z] (3/33) Installing libffi (3.3-r2) [2021-03-22T22:03:15.321Z] (4/33) Installing gdbm (1.13-r1) [2021-03-22T22:03:15.321Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-22T22:03:15.321Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-22T22:03:15.601Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-22T22:03:16.188Z] Removing intermediate container c1c2adbcaf43 [2021-03-22T22:03:16.188Z] ---> c3b8e3ee8532 [2021-03-22T22:03:16.188Z] [2021-03-22T22:03:16.475Z] Successfully built c3b8e3ee8532 [2021-03-22T22:03:16.475Z] Successfully tagged docker-core-data-go:latest [2021-03-22T22:03:17.518Z]  Building docker-core-data-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-22T22:03:17.518Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-22T22:03:17.518Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-22T22:03:17.518Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-22T22:03:17.518Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-22T22:03:17.518Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-22T22:03:17.518Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-22T22:03:17.518Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-22T22:03:17.518Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-22T22:03:17.518Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-22T22:03:17.743Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-22T22:03:17.743Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-22T22:03:17.811Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-22T22:03:17.811Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-22T22:03:17.811Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-22T22:03:17.811Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-22T22:03:17.811Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-22T22:03:17.811Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-22T22:03:17.811Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-22T22:03:17.811Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-22T22:03:18.091Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-22T22:03:18.091Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-22T22:03:18.091Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-22T22:03:18.091Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-22T22:03:18.091Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-22T22:03:18.365Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-22T22:03:18.365Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-22T22:03:18.365Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-22T22:03:18.365Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:03:18.365Z] OK: 71 MiB in 55 packages [2021-03-22T22:03:28.645Z] Removing intermediate container d9cc0a16141b [2021-03-22T22:03:28.645Z] ---> 6c0c8434c30e [2021-03-22T22:03:28.645Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-22T22:03:29.047Z] ---> Running in ed2d08aabe45 [2021-03-22T22:03:31.688Z] Collecting docker-compose==1.23.2 [2021-03-22T22:03:31.688Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-22T22:03:31.688Z] Collecting cached-property<2,>=1.2.0 [2021-03-22T22:03:31.688Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-22T22:03:31.955Z] Collecting jsonschema<3,>=2.5.1 [2021-03-22T22:03:31.955Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-22T22:03:31.955Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-22T22:03:32.226Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-22T22:03:32.226Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-22T22:03:32.826Z] Collecting docopt<0.7,>=0.6.1 [2021-03-22T22:03:32.826Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-22T22:03:32.946Z] Removing intermediate container 0a7a1f428fba [2021-03-22T22:03:32.946Z] ---> c8de2de456dd [2021-03-22T22:03:32.946Z] [2021-03-22T22:03:32.946Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T22:03:32.946Z] ---> d10569e2745f [2021-03-22T22:03:32.946Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-22T22:03:32.946Z] ---> Using cache [2021-03-22T22:03:32.946Z] ---> 4f2ab5c3dac9 [2021-03-22T22:03:32.946Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T22:03:32.946Z] ---> Using cache [2021-03-22T22:03:32.946Z] ---> a6c93dc233a9 [2021-03-22T22:03:32.946Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-22T22:03:33.219Z] ---> Running in 74f0cd93318d [2021-03-22T22:03:33.818Z] Removing intermediate container 74f0cd93318d [2021-03-22T22:03:33.818Z] ---> 922ae85ee6dc [2021-03-22T22:03:33.818Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-22T22:03:33.819Z] Collecting texttable<0.10,>=0.9.0 [2021-03-22T22:03:33.819Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-22T22:03:34.097Z] ---> Running in 8e6e7e3f830a [2021-03-22T22:03:35.079Z] Removing intermediate container 8e6e7e3f830a [2021-03-22T22:03:35.079Z] ---> 501b44a959b9 [2021-03-22T22:03:35.079Z] Step 15/23 : WORKDIR / [2021-03-22T22:03:35.079Z] ---> Running in a3396bfcd30d [2021-03-22T22:03:35.438Z] Collecting docker<4.0,>=3.6.0 [2021-03-22T22:03:35.438Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-22T22:03:35.738Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-22T22:03:35.738Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-22T22:03:36.015Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-22T22:03:36.015Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-22T22:03:36.064Z] Removing intermediate container a3396bfcd30d [2021-03-22T22:03:36.064Z] ---> ec7bef4653fe [2021-03-22T22:03:36.064Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:03:36.294Z] Collecting PyYAML<4,>=3.10 [2021-03-22T22:03:36.294Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-22T22:03:37.053Z] ---> d9ccdad362a3 [2021-03-22T22:03:37.053Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-22T22:03:37.777Z] Collecting docker-pycreds>=0.4.0 [2021-03-22T22:03:37.777Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-22T22:03:38.061Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-22T22:03:38.061Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-22T22:03:38.344Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-22T22:03:38.344Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-22T22:03:38.344Z] Collecting idna<2.8,>=2.5 [2021-03-22T22:03:38.344Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-22T22:03:38.344Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-22T22:03:38.344Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-22T22:03:38.344Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-22T22:03:38.344Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-22T22:03:38.611Z] Installing collected packages: cached-property, jsonschema, dockerpty, docopt, texttable, urllib3, idna, requests, docker-pycreds, websocket-client, docker, PyYAML, docker-compose [2021-03-22T22:03:38.882Z] Running setup.py install for dockerpty: started [2021-03-22T22:03:39.038Z] ---> bcf15759f8c1 [2021-03-22T22:03:39.038Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-22T22:03:40.320Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-22T22:03:40.320Z] Running setup.py install for docopt: started [2021-03-22T22:03:40.487Z] ---> 094d8922fa63 [2021-03-22T22:03:40.487Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-22T22:03:40.487Z] ---> Running in 11453e3addfe [2021-03-22T22:03:41.099Z] Removing intermediate container 11453e3addfe [2021-03-22T22:03:41.099Z] ---> 1686db3a94d6 [2021-03-22T22:03:41.099Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:03:41.099Z] ---> Running in 4e79d916b23b [2021-03-22T22:03:41.363Z] Running setup.py install for docopt: finished with status 'done' [2021-03-22T22:03:41.363Z] Running setup.py install for texttable: started [2021-03-22T22:03:41.709Z] Removing intermediate container 4e79d916b23b [2021-03-22T22:03:41.709Z] ---> 254d5ebda882 [2021-03-22T22:03:41.709Z] Step 21/23 : LABEL arch=arm64 [2021-03-22T22:03:41.995Z] ---> Running in acf4ed8abac2 [2021-03-22T22:03:42.340Z] Running setup.py install for texttable: finished with status 'done' [2021-03-22T22:03:42.341Z] Attempting uninstall: urllib3 [2021-03-22T22:03:42.341Z] Found existing installation: urllib3 1.25.9 [2021-03-22T22:03:42.341Z] Uninstalling urllib3-1.25.9: [2021-03-22T22:03:42.602Z] Removing intermediate container acf4ed8abac2 [2021-03-22T22:03:42.602Z] ---> 9fc966b0dba6 [2021-03-22T22:03:42.602Z] Step 22/23 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd [2021-03-22T22:03:42.953Z] Successfully uninstalled urllib3-1.25.9 [2021-03-22T22:03:42.999Z] ---> Running in 421c28e8df5a [2021-03-22T22:03:43.226Z] Attempting uninstall: idna [2021-03-22T22:03:43.226Z] Found existing installation: idna 2.9 [2021-03-22T22:03:43.226Z] Uninstalling idna-2.9: [2021-03-22T22:03:43.496Z] Successfully uninstalled idna-2.9 [2021-03-22T22:03:43.722Z] Removing intermediate container 421c28e8df5a [2021-03-22T22:03:43.722Z] ---> 0253637df6a0 [2021-03-22T22:03:43.722Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T22:03:43.722Z] ---> Running in 1299531ae713 [2021-03-22T22:03:43.778Z] Attempting uninstall: requests [2021-03-22T22:03:43.778Z] Found existing installation: requests 2.23.0 [2021-03-22T22:03:43.778Z] Uninstalling requests-2.23.0: [2021-03-22T22:03:43.778Z] Successfully uninstalled requests-2.23.0 [2021-03-22T22:03:44.336Z] Removing intermediate container 1299531ae713 [2021-03-22T22:03:44.336Z] ---> 7637cdb70efa [2021-03-22T22:03:44.336Z] [2021-03-22T22:03:44.953Z] Successfully built 7637cdb70efa [2021-03-22T22:03:44.953Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-22T22:03:45.115Z] Running setup.py install for PyYAML: started [2021-03-22T22:03:46.171Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-22T22:03:46.810Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-22T22:03:51.120Z] Removing intermediate container ed2d08aabe45 [2021-03-22T22:03:51.120Z] ---> 72e410a3d3a5 [2021-03-22T22:03:51.120Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-22T22:03:51.120Z] ---> Running in a7e884335b02 [2021-03-22T22:03:52.283Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:03:52.283Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:03:54.090Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T22:03:54.090Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-22T22:03:54.090Z] (3/3) Installing curl (7.69.1-r3) [2021-03-22T22:03:54.090Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:03:54.090Z] OK: 72 MiB in 58 packages [2021-03-22T22:03:55.703Z] Removing intermediate container a7e884335b02 [2021-03-22T22:03:55.703Z] ---> 76d0508a64af [2021-03-22T22:03:55.703Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-22T22:03:55.972Z] ---> Running in 354b967ed191 [2021-03-22T22:03:55.972Z] Removing intermediate container 354b967ed191 [2021-03-22T22:03:55.972Z] ---> f4c629d61a09 [2021-03-22T22:03:55.972Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:03:56.262Z] ---> Running in 6e0c3f8cc697 [2021-03-22T22:03:56.889Z] Removing intermediate container 6e0c3f8cc697 [2021-03-22T22:03:56.889Z] ---> d7e776e428c9 [2021-03-22T22:03:56.889Z] Step 24/26 : LABEL arch=x86_64 [2021-03-22T22:03:56.889Z] ---> Running in 65a7b1ba87f7 [2021-03-22T22:03:57.538Z] Removing intermediate container 65a7b1ba87f7 [2021-03-22T22:03:57.538Z] ---> 2d4898a61275 [2021-03-22T22:03:57.538Z] Step 25/26 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd [2021-03-22T22:03:57.539Z] ---> Running in e5964de319f5 [2021-03-22T22:03:58.161Z] Removing intermediate container e5964de319f5 [2021-03-22T22:03:58.161Z] ---> c849b8ad273c [2021-03-22T22:03:58.161Z] Step 26/26 : LABEL version=0.0.0 [2021-03-22T22:03:58.161Z] ---> Running in 04d3316f80b3 [2021-03-22T22:03:58.766Z] Removing intermediate container 04d3316f80b3 [2021-03-22T22:03:58.766Z] ---> a4e02d076003 [2021-03-22T22:03:58.766Z] [2021-03-22T22:03:59.081Z] Successfully built a4e02d076003 [2021-03-22T22:03:59.081Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-22T22:03:59.690Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-22T22:03:59.746Z] $ docker stop --time=1 5b2e622775e194f6ecde36d536d24933c73a5848f26cb395864133cbc7e53009 [2021-03-22T22:04:03.296Z] $ docker rm -f 5b2e622775e194f6ecde36d536d24933c73a5848f26cb395864133cbc7e53009 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-22T22:04:04.477Z] + docker images [2021-03-22T22:04:04.477Z] + grep docker [2021-03-22T22:04:05.557Z] docker-sys-mgmt-agent-go latest a4e02d076003 7 seconds ago 313MB [2021-03-22T22:04:05.557Z] docker-core-data-go latest c3b8e3ee8532 50 seconds ago 22.6MB [2021-03-22T22:04:05.557Z] docker-core-metadata-go latest 6479195398b0 About a minute ago 19.1MB [2021-03-22T22:04:05.557Z] docker-core-command-go latest 9b7513034637 About a minute ago 17.3MB [2021-03-22T22:04:05.557Z] docker-security-bootstrapper-go latest 3d737da5f2e7 3 minutes ago 18.8MB [2021-03-22T22:04:05.557Z] docker-security-secretstore-setup-go latest 1ad3c3e5b035 4 minutes ago 25MB [2021-03-22T22:04:05.557Z] docker-support-scheduler-go latest 0a7781187444 4 minutes ago 17.3MB [2021-03-22T22:04:05.557Z] docker-security-proxy-setup-go latest 61f07e0056be 4 minutes ago 24.7MB [2021-03-22T22:04:05.557Z] docker-support-notifications-go latest b715f06f84b9 4 minutes ago 17.9MB [2021-03-22T22:04:05.557Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-22T22:04:22.047Z] Still waiting to schedule task [2021-03-22T22:04:22.048Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-22T22:04:31.967Z]  Building docker-core-metadata-go ... done Removing intermediate container c7b9af6ce10c [2021-03-22T22:04:31.967Z] ---> b6362a6c4ca5 [2021-03-22T22:04:31.967Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-22T22:04:31.967Z] ---> Running in 6a2226881dab [2021-03-22T22:04:31.967Z] Removing intermediate container a3eb1531cbce [2021-03-22T22:04:31.967Z] ---> 08c0e27316df [2021-03-22T22:04:31.967Z] [2021-03-22T22:04:31.967Z] Step 10/22 : FROM alpine:3.12 [2021-03-22T22:04:31.967Z] ---> d10569e2745f [2021-03-22T22:04:31.967Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-22T22:04:31.967Z] ---> Running in 7928e6d87b62 [2021-03-22T22:04:32.564Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-22T22:04:32.840Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:04:33.118Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:04:33.715Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-22T22:04:33.715Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-22T22:04:33.715Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:04:33.715Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T22:04:33.992Z] OK: 6 MiB in 16 packages [2021-03-22T22:04:36.630Z] Removing intermediate container 7928e6d87b62 [2021-03-22T22:04:36.630Z] ---> ef2f1b9f2771 [2021-03-22T22:04:36.630Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T22:04:36.630Z] Removing intermediate container 6a2226881dab [2021-03-22T22:04:36.630Z] ---> 447bf6c0a3c2 [2021-03-22T22:04:36.630Z] [2021-03-22T22:04:36.630Z] Step 11/26 : FROM docker:20.10.0 [2021-03-22T22:04:36.630Z] ---> Running in 44835c3c3703 [2021-03-22T22:04:36.630Z] 20.10.0: Pulling from library/docker [2021-03-22T22:04:37.626Z] Removing intermediate container 44835c3c3703 [2021-03-22T22:04:37.626Z] ---> e185804b2ef8 [2021-03-22T22:04:37.626Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-22T22:04:38.225Z] ---> Running in 3113098bcadb [2021-03-22T22:04:39.200Z] Removing intermediate container 3113098bcadb [2021-03-22T22:04:39.200Z] ---> c2bfa8318f8b [2021-03-22T22:04:39.200Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-22T22:04:39.476Z] ---> Running in 2be782ca18d0 [2021-03-22T22:04:40.070Z] Removing intermediate container 2be782ca18d0 [2021-03-22T22:04:40.070Z] ---> e02cc57ca7ff [2021-03-22T22:04:40.070Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:04:41.518Z] ---> a9f8045f2597 [2021-03-22T22:04:41.518Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-22T22:04:44.139Z] ---> 9d4fc58dd049 [2021-03-22T22:04:44.139Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-22T22:04:46.130Z] ---> 9b6a642ad48b [2021-03-22T22:04:46.130Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-22T22:04:46.401Z] Removing intermediate container ff8e635ee2e1 [2021-03-22T22:04:46.401Z] ---> f8142a4b8e9d [2021-03-22T22:04:46.401Z] [2021-03-22T22:04:46.401Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T22:04:46.401Z] ---> d10569e2745f [2021-03-22T22:04:46.401Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-22T22:04:46.401Z] ---> Running in b4f092858ed6 [2021-03-22T22:04:46.674Z] ---> Running in cca646da4e03 [2021-03-22T22:04:46.948Z] Removing intermediate container b4f092858ed6 [2021-03-22T22:04:46.948Z] ---> 892a613cb406 [2021-03-22T22:04:46.948Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:04:47.218Z] Removing intermediate container cca646da4e03 [2021-03-22T22:04:47.218Z] ---> 1d05bdc347ea [2021-03-22T22:04:47.218Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-22T22:04:47.218Z] ---> Running in 7e5ec7971eaa [2021-03-22T22:04:47.494Z] ---> Running in 05c2db4c4fc2 [2021-03-22T22:04:47.766Z] Removing intermediate container 7e5ec7971eaa [2021-03-22T22:04:47.766Z] ---> b1cf8ce01201 [2021-03-22T22:04:47.766Z] Step 20/22 : LABEL arch=arm64 [2021-03-22T22:04:48.040Z] Removing intermediate container 05c2db4c4fc2 [2021-03-22T22:04:48.040Z] ---> 9160744f584d [2021-03-22T22:04:48.040Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-22T22:04:48.040Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-22T22:04:48.040Z] ---> Running in 8740b9d6ae48 [2021-03-22T22:04:48.040Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-22T22:04:48.040Z] ---> eeaf43b92773 [2021-03-22T22:04:48.040Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-22T22:04:48.040Z] ---> Running in e483d8d31774 [2021-03-22T22:04:48.315Z] ---> Running in af3a02489dad [2021-03-22T22:04:48.591Z] Removing intermediate container 8740b9d6ae48 [2021-03-22T22:04:48.591Z] ---> 23121f578793 [2021-03-22T22:04:48.591Z] Step 21/22 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd [2021-03-22T22:04:48.868Z] Removing intermediate container e483d8d31774 [2021-03-22T22:04:48.868Z] ---> 624bf4cb305d [2021-03-22T22:04:48.868Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:04:48.868Z] ---> Running in a8e65129b3d8 [2021-03-22T22:04:48.868Z] ---> Running in daf7e6098066 [2021-03-22T22:04:49.473Z] Removing intermediate container a8e65129b3d8 [2021-03-22T22:04:49.473Z] ---> 8d1c23952fc4 [2021-03-22T22:04:49.473Z] Step 22/22 : LABEL version=0.0.0 [2021-03-22T22:04:49.473Z] ---> Running in 27186d16a701 [2021-03-22T22:04:49.748Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:04:50.054Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:04:50.054Z] Removing intermediate container 27186d16a701 [2021-03-22T22:04:50.054Z] ---> 906d63403f71 [2021-03-22T22:04:50.054Z] [2021-03-22T22:04:50.365Z] (1/2) Installing readline (8.0.4-r0) [2021-03-22T22:04:50.365Z] (2/2) Installing bash (5.0.17-r0) [2021-03-22T22:04:50.365Z] Executing bash-5.0.17-r0.post-install [2021-03-22T22:04:50.365Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:04:50.641Z] Successfully built 906d63403f71 [2021-03-22T22:04:50.641Z] OK: 12 MiB in 22 packages [2021-03-22T22:04:50.641Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-22T22:04:52.082Z]  Building docker-support-notifications-go ... done Removing intermediate container daf7e6098066 [2021-03-22T22:04:52.082Z] ---> 1d39522096d0 [2021-03-22T22:04:52.082Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-22T22:04:52.082Z] ---> Running in d3ca6f28f32f [2021-03-22T22:04:52.082Z] Removing intermediate container af3a02489dad [2021-03-22T22:04:52.082Z] ---> 87f9ed5e49dc [2021-03-22T22:04:52.082Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-22T22:04:52.356Z] ---> Running in 9ee941af5dfa [2021-03-22T22:04:52.626Z] Removing intermediate container 9ee941af5dfa [2021-03-22T22:04:52.626Z] ---> cda2fed8eb9e [2021-03-22T22:04:52.626Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-22T22:04:52.901Z] ---> Running in ec16420a5f10 [2021-03-22T22:04:53.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:04:53.445Z] Removing intermediate container ec16420a5f10 [2021-03-22T22:04:53.445Z] ---> c16d6423f62b [2021-03-22T22:04:53.445Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-22T22:04:53.445Z] ---> Running in 5c864cdf14ba [2021-03-22T22:04:54.037Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:04:54.037Z] Removing intermediate container 5c864cdf14ba [2021-03-22T22:04:54.037Z] ---> d02f934ad44a [2021-03-22T22:04:54.037Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-22T22:04:54.629Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-22T22:04:54.629Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-22T22:04:54.629Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-22T22:04:54.898Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-22T22:04:55.170Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-22T22:04:55.170Z] ---> 8750f24080c6 [2021-03-22T22:04:55.170Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-22T22:04:55.170Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-22T22:04:55.170Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:04:55.442Z] OK: 8 MiB in 20 packages [2021-03-22T22:04:56.034Z] ---> 0046af0bf4ca [2021-03-22T22:04:56.034Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-22T22:04:56.642Z] Removing intermediate container d3ca6f28f32f [2021-03-22T22:04:56.642Z] ---> e93b99187ffa [2021-03-22T22:04:56.642Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:04:56.915Z] ---> 04921bf2c648 [2021-03-22T22:04:56.915Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-22T22:04:56.915Z] ---> Running in 7c968e4626d1 [2021-03-22T22:04:57.512Z] ---> 21f07e958790 [2021-03-22T22:04:57.512Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-22T22:04:58.104Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:04:58.377Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:04:58.971Z] ---> be64a8eb4249 [2021-03-22T22:04:58.971Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-22T22:04:58.971Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-22T22:04:58.971Z] (2/33) Installing expat (2.2.9-r1) [2021-03-22T22:04:58.971Z] (3/33) Installing libffi (3.3-r2) [2021-03-22T22:04:58.971Z] (4/33) Installing gdbm (1.13-r1) [2021-03-22T22:04:58.971Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-22T22:04:58.971Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-22T22:04:58.971Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-22T22:05:00.944Z] ---> b658e33e2cc7 [2021-03-22T22:05:00.944Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-22T22:05:00.944Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-22T22:05:00.944Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-22T22:05:00.944Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-22T22:05:00.944Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-22T22:05:00.944Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-22T22:05:00.944Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-22T22:05:00.944Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-22T22:05:00.944Z] ---> Running in e58d90646ebc [2021-03-22T22:05:00.944Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-22T22:05:00.944Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-22T22:05:00.944Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-22T22:05:00.944Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-22T22:05:00.944Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-22T22:05:00.944Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-22T22:05:00.944Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-22T22:05:00.944Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-22T22:05:00.944Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-22T22:05:01.217Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-22T22:05:01.217Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-22T22:05:01.217Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-22T22:05:01.217Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-22T22:05:01.217Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-22T22:05:01.217Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-22T22:05:01.217Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-22T22:05:01.217Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-22T22:05:01.217Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-22T22:05:01.217Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-22T22:05:01.486Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:05:01.486Z] OK: 71 MiB in 55 packages [2021-03-22T22:05:01.486Z] Removing intermediate container e58d90646ebc [2021-03-22T22:05:01.486Z] ---> 5b0c45791379 [2021-03-22T22:05:01.486Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:05:01.764Z] ---> Running in d938c3185039 [2021-03-22T22:05:02.361Z] Removing intermediate container d938c3185039 [2021-03-22T22:05:02.361Z] ---> 764e20680d13 [2021-03-22T22:05:02.361Z] Step 21/23 : LABEL arch=arm64 [2021-03-22T22:05:02.361Z] ---> Running in 14b9d9ef1a3b [2021-03-22T22:05:02.959Z] Removing intermediate container 14b9d9ef1a3b [2021-03-22T22:05:02.959Z] ---> 42b7f49cfdc4 [2021-03-22T22:05:02.959Z] Step 22/23 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd [2021-03-22T22:05:03.234Z] ---> Running in f6902c0cc937 [2021-03-22T22:05:03.834Z] Removing intermediate container f6902c0cc937 [2021-03-22T22:05:03.834Z] ---> f2b13877e52c [2021-03-22T22:05:03.834Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T22:05:04.106Z] ---> Running in 9c4efc16852f [2021-03-22T22:05:04.706Z] Removing intermediate container 9c4efc16852f [2021-03-22T22:05:04.706Z] ---> b40861daccb9 [2021-03-22T22:05:04.706Z] [2021-03-22T22:05:04.982Z] Successfully built b40861daccb9 [2021-03-22T22:05:05.255Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-22T22:05:07.875Z]  Building docker-core-data-go ... done Removing intermediate container 7c968e4626d1 [2021-03-22T22:05:07.875Z] ---> 7eb072d3b050 [2021-03-22T22:05:07.875Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-22T22:05:07.875Z] ---> Running in e2693016785e [2021-03-22T22:05:12.167Z] Collecting docker-compose==1.23.2 [2021-03-22T22:05:12.167Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-22T22:05:13.142Z] Collecting PyYAML<4,>=3.10 [2021-03-22T22:05:13.142Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-22T22:05:15.772Z] Collecting docopt<0.7,>=0.6.1 [2021-03-22T22:05:16.044Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-22T22:05:18.410Z] Running on prd-ubuntu18.04-docker-8c-8g-30940 in /w/workspace/edgexfoundry_edgex-go_PR-3285 [Pipeline] { [Pipeline] ws [2021-03-22T22:05:18.534Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-03-22T22:05:18.667Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-22T22:05:18.667Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-22T22:05:19.297Z] Collecting jsonschema<3,>=2.5.1 [2021-03-22T22:05:19.297Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-22T22:05:19.605Z] Collecting texttable<0.10,>=0.9.0 [2021-03-22T22:05:19.605Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-22T22:05:20.759Z] using credential edgex-jenkins-ssh [2021-03-22T22:05:20.926Z] Cloning the remote Git repository [2021-03-22T22:05:20.949Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-22T22:05:21.016Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-03-22T22:05:21.065Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-22T22:05:21.065Z] > git --version # timeout=10 [2021-03-22T22:05:21.071Z] > git --version # 'git version 2.17.1' [2021-03-22T22:05:21.072Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T22:05:21.581Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-22T22:05:21.581Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-22T22:05:22.170Z] Collecting docker<4.0,>=3.6.0 [2021-03-22T22:05:21.098Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-22T22:05:22.438Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-22T22:05:23.026Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-22T22:05:23.026Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-22T22:05:24.982Z] Collecting cached-property<2,>=1.2.0 [2021-03-22T22:05:24.982Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-22T22:05:24.982Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-22T22:05:24.982Z] Collecting idna<2.8,>=2.5 [2021-03-22T22:05:24.982Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-22T22:05:25.251Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-22T22:05:26.135Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-22T22:05:26.135Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-22T22:05:26.405Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-22T22:05:26.673Z] Collecting docker-pycreds>=0.4.0 [2021-03-22T22:05:26.674Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-22T22:05:26.674Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-22T22:05:26.674Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-22T22:05:26.674Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-22T22:05:26.674Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-22T22:05:27.642Z] Installing collected packages: PyYAML, docopt, idna, urllib3, requests, jsonschema, texttable, websocket-client, docker-pycreds, docker, dockerpty, cached-property, docker-compose [2021-03-22T22:05:27.642Z] Running setup.py install for PyYAML: started [2021-03-22T22:05:28.168Z] Merging remotes/origin/master commit 1e358ca4f8719fd9638600c05bc3e515a39fe53a into PR head commit 9b06d15e045ca4d8d0d106306a839d20aa72a9cd [2021-03-22T22:05:28.340Z] Merge succeeded, producing 9b06d15e045ca4d8d0d106306a839d20aa72a9cd [2021-03-22T22:05:28.341Z] Checking out Revision 9b06d15e045ca4d8d0d106306a839d20aa72a9cd (PR-3285) [2021-03-22T22:05:27.662Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-22T22:05:27.676Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-22T22:05:27.688Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-22T22:05:27.704Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-22T22:05:27.704Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T22:05:27.709Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3285/head:refs/remotes/origin/PR-3285 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-22T22:05:28.186Z] > git config core.sparsecheckout # timeout=10 [2021-03-22T22:05:28.191Z] > git checkout -f 9b06d15e045ca4d8d0d106306a839d20aa72a9cd # timeout=10 [2021-03-22T22:05:28.316Z] > git remote # timeout=10 [2021-03-22T22:05:28.322Z] > git config --get remote.origin.url # timeout=10 [2021-03-22T22:05:28.329Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T22:05:28.332Z] > git merge 1e358ca4f8719fd9638600c05bc3e515a39fe53a # timeout=10 [2021-03-22T22:05:28.344Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-22T22:05:28.353Z] > git config core.sparsecheckout # timeout=10 [2021-03-22T22:05:28.356Z] > git checkout -f 9b06d15e045ca4d8d0d106306a839d20aa72a9cd # timeout=10 [2021-03-22T22:05:29.604Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-22T22:05:29.604Z] Running setup.py install for docopt: started [2021-03-22T22:05:31.561Z] Running setup.py install for docopt: finished with status 'done' [2021-03-22T22:05:31.561Z] Attempting uninstall: idna [2021-03-22T22:05:31.561Z] Found existing installation: idna 2.9 [2021-03-22T22:05:31.561Z] Uninstalling idna-2.9: [2021-03-22T22:05:31.561Z] Successfully uninstalled idna-2.9 [2021-03-22T22:05:32.035Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2021-03-22T22:05:32.072Z] > git --version # timeout=10 [2021-03-22T22:05:32.077Z] > git --version # 'git version 2.17.1' [2021-03-22T22:05:32.080Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-22T22:05:32.150Z] Attempting uninstall: urllib3 [2021-03-22T22:05:32.150Z] Found existing installation: urllib3 1.25.9 [2021-03-22T22:05:32.150Z] Uninstalling urllib3-1.25.9: [2021-03-22T22:05:32.150Z] Successfully uninstalled urllib3-1.25.9 [Pipeline] withEnv [Pipeline] { [2021-03-22T22:05:32.739Z] Attempting uninstall: requests [2021-03-22T22:05:32.739Z] Found existing installation: requests 2.23.0 [2021-03-22T22:05:32.739Z] Uninstalling requests-2.23.0: [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:05:33.011Z] Successfully uninstalled requests-2.23.0 [2021-03-22T22:05:33.508Z] + echo snap-build.sh [2021-03-22T22:05:33.508Z] snap-build.sh [2021-03-22T22:05:33.508Z] + SNAP_BASE_DIR=. [2021-03-22T22:05:33.508Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2021-03-22T22:05:33.508Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2021-03-22T22:05:33.508Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2021-03-22T22:05:33.508Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2021-03-22T22:05:33.508Z] + cd /w/workspace/edgex-go/1 [2021-03-22T22:05:33.508Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-22T22:05:33.508Z] Reading package lists... [2021-03-22T22:05:33.611Z] Running setup.py install for texttable: started [2021-03-22T22:05:33.771Z] Building dependency tree... [2021-03-22T22:05:33.771Z] Reading state information... [2021-03-22T22:05:33.771Z] The following packages were automatically installed and are no longer required: [2021-03-22T22:05:33.771Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-22T22:05:33.771Z] uidmap xdelta3 [2021-03-22T22:05:33.771Z] Use 'sudo apt autoremove' to remove them. [2021-03-22T22:05:33.771Z] The following packages will be REMOVED: [2021-03-22T22:05:33.771Z] lxd* lxd-client* [2021-03-22T22:05:34.344Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-22T22:05:34.344Z] After this operation, 31.7 MB disk space will be freed. [2021-03-22T22:05:35.396Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-22T22:05:35.396Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-22T22:05:35.576Z] Running setup.py install for texttable: finished with status 'done' [2021-03-22T22:05:36.167Z] Running setup.py install for dockerpty: started [2021-03-22T22:05:36.787Z] Removing lxd dnsmasq configuration [2021-03-22T22:05:36.787Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-22T22:05:36.787Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-22T22:05:37.731Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-22T22:05:37.992Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-22T22:05:37.992Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-22T22:05:38.134Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-22T22:05:39.112Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-22T22:05:39.378Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-22T22:05:39.639Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-22T22:05:41.030Z] + sudo snap remove --purge lxd [2021-03-22T22:05:41.291Z] snap "lxd" is not installed [2021-03-22T22:05:41.291Z] + sudo groupadd --force --system lxd [2021-03-22T22:05:41.291Z] ++ whoami [2021-03-22T22:05:41.291Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-22T22:05:41.291Z] + newgrp - lxd [2021-03-22T22:05:41.291Z] + sudo snap install lxd [2021-03-22T22:05:42.486Z] Removing intermediate container e2693016785e [2021-03-22T22:05:42.486Z] ---> 1382f148cda9 [2021-03-22T22:05:42.486Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-22T22:05:42.763Z] ---> Running in be487aae0056 [2021-03-22T22:05:43.739Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:05:43.739Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:05:44.326Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T22:05:44.326Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-22T22:05:44.326Z] (3/3) Installing curl (7.69.1-r3) [2021-03-22T22:05:44.326Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:05:44.326Z] OK: 72 MiB in 58 packages [2021-03-22T22:05:45.753Z] Removing intermediate container be487aae0056 [2021-03-22T22:05:45.754Z] ---> 8e3592edb475 [2021-03-22T22:05:45.754Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-22T22:05:45.754Z] ---> Running in 7c16767cd1e6 [2021-03-22T22:05:46.026Z] Removing intermediate container 7c16767cd1e6 [2021-03-22T22:05:46.026Z] ---> a65d6c828d8c [2021-03-22T22:05:46.026Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:05:46.326Z] ---> Running in e9fc62fde388 [2021-03-22T22:05:46.621Z] Removing intermediate container e9fc62fde388 [2021-03-22T22:05:46.621Z] ---> 01d2fb034e3e [2021-03-22T22:05:46.621Z] Step 24/26 : LABEL arch=arm64 [2021-03-22T22:05:46.900Z] ---> Running in 0d2d540f31ac [2021-03-22T22:05:47.502Z] Removing intermediate container 0d2d540f31ac [2021-03-22T22:05:47.502Z] ---> 08658d40067d [2021-03-22T22:05:47.502Z] Step 25/26 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd [2021-03-22T22:05:47.502Z] ---> Running in f9cc39b207ab [2021-03-22T22:05:48.095Z] Removing intermediate container f9cc39b207ab [2021-03-22T22:05:48.095Z] ---> 684c638ba74d [2021-03-22T22:05:48.095Z] Step 26/26 : LABEL version=0.0.0 [2021-03-22T22:05:48.095Z] ---> Running in 8e6a806602e6 [2021-03-22T22:05:48.371Z] Removing intermediate container 8e6a806602e6 [2021-03-22T22:05:48.371Z] ---> a3ce645c7386 [2021-03-22T22:05:48.371Z] [2021-03-22T22:05:48.960Z] Successfully built a3ce645c7386 [2021-03-22T22:05:48.961Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-22T22:05:49.253Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-22T22:05:49.260Z] $ docker stop --time=1 09bf7fa29caf800fb2c46ff9bb643ccb20eee3e3fd07d8ef2da6f80531e625c0 [2021-03-22T22:05:51.177Z] $ docker rm -f 09bf7fa29caf800fb2c46ff9bb643ccb20eee3e3fd07d8ef2da6f80531e625c0 [2021-03-22T22:05:51.336Z] 2021-03-22T22:05:48Z INFO Waiting for automatic snapd restart... [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-22T22:05:51.966Z] + docker images [2021-03-22T22:05:51.966Z] + grep docker [2021-03-22T22:05:52.235Z] docker-sys-mgmt-agent-go-arm64 latest a3ce645c7386 4 seconds ago 300MB [2021-03-22T22:05:52.235Z] docker-core-data-go-arm64 latest b40861daccb9 48 seconds ago 21.3MB [2021-03-22T22:05:52.235Z] docker-support-notifications-go-arm64 latest 906d63403f71 About a minute ago 16.9MB [2021-03-22T22:05:52.235Z] docker-core-metadata-go-arm64 latest 7637cdb70efa 2 minutes ago 17.9MB [2021-03-22T22:05:52.235Z] docker-security-bootstrapper-go-arm64 latest f4c9ac7f1427 4 minutes ago 17.8MB [2021-03-22T22:05:52.235Z] docker-core-command-go-arm64 latest a0ce289e9da2 4 minutes ago 16.3MB [2021-03-22T22:05:52.235Z] docker-support-scheduler-go-arm64 latest abca101b317e 4 minutes ago 16.3MB [2021-03-22T22:05:52.235Z] docker-security-secretstore-setup-go-arm64 latest 914537f2fdcc 4 minutes ago 23.7MB [2021-03-22T22:05:52.236Z] docker-security-proxy-setup-go-arm64 latest 0e53ed0f0bd3 4 minutes ago 23.4MB [2021-03-22T22:05:52.236Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:05:53.482Z] ---> job-cost.sh [2021-03-22T22:05:53.482Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-mBGL [2021-03-22T22:06:06.283Z] lxd 4.12 from Canonical* installed [2021-03-22T22:06:06.283Z] + sudo lxd init --auto [2021-03-22T22:06:12.889Z] + sudo snap install --classic snapcraft [2021-03-22T22:06:19.491Z] snapcraft 4.5.4 from Canonical* installed [2021-03-22T22:06:19.491Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-22T22:06:19.491Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-22T22:06:19.491Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-22T22:06:19.491Z] Dload Upload Total Spent Left Speed [2021-03-22T22:06:19.491Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4208 0 --:--:-- --:--:-- --:--:-- 4236 [2021-03-22T22:06:19.491Z] 100 3325k 100 3325k 0 0 11.3M 0 --:--:-- --:--:-- --:--:-- 11.3M [2021-03-22T22:06:19.491Z] ./yq_linux_amd64 [2021-03-22T22:06:19.491Z] + sudo snapcraft prime --use-lxd [2021-03-22T22:06:20.884Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-22T22:06:20.884Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-22T22:06:20.884Z] - README.md [2021-03-22T22:06:20.884Z] [2021-03-22T22:06:20.884Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-22T22:06:21.830Z] Launching a container. [2021-03-22T22:06:32.427Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-22T22:06:34.085Z] Waiting for container to be ready [2021-03-22T22:06:34.085Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-22T22:06:34.085Z] [2021-03-22T22:06:38.313Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-22T22:06:38.313Z] Waiting for network to be ready... [2021-03-22T22:06:38.576Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-22T22:06:38.576Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] [2021-03-22T22:06:38.838Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-22T22:06:38.838Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] [2021-03-22T22:06:38.838Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-22T22:06:38.838Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-22T22:06:38.838Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] [2021-03-22T22:06:38.838Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] [2021-03-22T22:06:38.838Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] [2021-03-22T22:06:38.838Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-22T22:06:39.099Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-22T22:06:39.362Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-22T22:06:39.626Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-22T22:06:39.626Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-22T22:06:39.626Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-22T22:06:39.626Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-22T22:06:39.626Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-22T22:06:39.626Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-22T22:06:39.890Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-22T22:06:39.890Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] [2021-03-22T22:06:40.152Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-22T22:06:40.152Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-22T22:06:40.152Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-22T22:06:40.152Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-22T22:06:40.152Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] [2021-03-22T22:06:40.152Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] [2021-03-22T22:06:40.152Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-22T22:06:44.381Z] Fetched 24.1 MB in 5s (4699 kB/s) [2021-03-22T22:06:44.959Z] Reading package lists... [2021-03-22T22:06:45.546Z] Reading package lists... [2021-03-22T22:06:45.546Z] Building dependency tree... [2021-03-22T22:06:45.546Z] Reading state information... [2021-03-22T22:06:45.816Z] The following additional packages will be installed: [2021-03-22T22:06:45.816Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-22T22:06:45.816Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-22T22:06:45.816Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-22T22:06:45.816Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-22T22:06:45.816Z] Suggested packages: [2021-03-22T22:06:45.816Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-22T22:06:45.816Z] Recommended packages: [2021-03-22T22:06:45.816Z] gnupg libsasl2-modules [2021-03-22T22:06:45.816Z] The following NEW packages will be installed: [2021-03-22T22:06:45.816Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-22T22:06:45.816Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-22T22:06:45.816Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-22T22:06:45.816Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-22T22:06:45.816Z] The following packages will be upgraded: [2021-03-22T22:06:45.816Z] gpg gpg-agent gpgconf libudev1 [2021-03-22T22:06:45.816Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-22T22:06:45.816Z] Need to get 3530 kB of archives. [2021-03-22T22:06:45.816Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-22T22:06:45.816Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-22T22:06:45.816Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-22T22:06:45.816Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-22T22:06:45.816Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-22T22:06:46.077Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-22T22:06:46.338Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-22T22:06:46.601Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-22T22:06:46.601Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-22T22:06:46.601Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-22T22:06:46.862Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-22T22:06:46.862Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-22T22:06:46.862Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-22T22:06:46.862Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-22T22:06:46.862Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-22T22:06:46.862Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-22T22:06:46.862Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-22T22:06:46.862Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-22T22:06:46.862Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-22T22:06:46.862Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-22T22:06:46.862Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-22T22:06:46.862Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-22T22:06:46.862Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-22T22:06:47.124Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-22T22:06:47.124Z] Fetched 3530 kB in 1s (3111 kB/s) [2021-03-22T22:06:47.124Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-22T22:06:47.124Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-22T22:06:47.124Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-22T22:06:47.385Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-22T22:06:47.385Z] Selecting previously unselected package udev. [2021-03-22T22:06:47.385Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-22T22:06:47.385Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-22T22:06:47.385Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-22T22:06:47.647Z] Selecting previously unselected package libfuse2:amd64. [2021-03-22T22:06:47.647Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-22T22:06:47.647Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-22T22:06:47.908Z] Selecting previously unselected package fuse. [2021-03-22T22:06:47.908Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-22T22:06:47.908Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-22T22:06:47.908Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-22T22:06:47.908Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-22T22:06:48.169Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-22T22:06:48.169Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-22T22:06:48.169Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-22T22:06:48.169Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-22T22:06:48.431Z] Selecting previously unselected package libksba8:amd64. [2021-03-22T22:06:48.431Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-22T22:06:48.431Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-22T22:06:48.431Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-22T22:06:48.431Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T22:06:48.431Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:06:48.692Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-22T22:06:48.692Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T22:06:48.692Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:06:48.692Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-22T22:06:48.692Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T22:06:48.692Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:06:48.954Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-22T22:06:48.954Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T22:06:48.954Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:06:48.954Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-22T22:06:48.954Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T22:06:48.954Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:06:48.954Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-22T22:06:48.954Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T22:06:49.216Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:06:49.216Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-22T22:06:49.216Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T22:06:49.477Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:06:49.477Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-22T22:06:49.740Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T22:06:49.740Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:06:49.740Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-22T22:06:49.740Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T22:06:49.740Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:06:49.740Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-22T22:06:49.740Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-22T22:06:49.740Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-22T22:06:50.002Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-22T22:06:50.002Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-22T22:06:50.002Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-22T22:06:50.002Z] Selecting previously unselected package libldap-common. [2021-03-22T22:06:50.002Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-22T22:06:50.002Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-22T22:06:50.002Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-22T22:06:50.002Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-22T22:06:50.002Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-22T22:06:50.264Z] Selecting previously unselected package dirmngr. [2021-03-22T22:06:50.264Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-22T22:06:50.264Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-22T22:06:50.264Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-22T22:06:50.264Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-22T22:06:50.526Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-22T22:06:50.526Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-22T22:06:50.526Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-22T22:06:50.526Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-22T22:06:50.526Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:06:50.526Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-22T22:06:50.526Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-22T22:06:50.794Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-22T22:06:51.056Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-22T22:06:51.318Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:06:51.318Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-22T22:06:51.318Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-22T22:06:51.318Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-22T22:06:51.318Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:06:51.318Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:06:51.581Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:06:51.581Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:06:51.581Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:06:51.581Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:06:51.581Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:06:51.581Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-22T22:06:51.581Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-22T22:06:51.581Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-22T22:06:52.154Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-22T22:06:52.154Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-22T22:06:52.154Z] This means they are not meant to be enabled using systemctl. [2021-03-22T22:06:52.154Z] Possible reasons for having this kind of units are: [2021-03-22T22:06:52.154Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-22T22:06:52.154Z] .wants/ or .requires/ directory. [2021-03-22T22:06:52.154Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-22T22:06:52.154Z] a requirement dependency on it. [2021-03-22T22:06:52.154Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-22T22:06:52.154Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-22T22:06:52.154Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-22T22:06:52.154Z] instance name specified. [2021-03-22T22:06:52.420Z] Reading package lists... [2021-03-22T22:06:52.682Z] Building dependency tree... [2021-03-22T22:06:52.682Z] Reading state information... [2021-03-22T22:06:52.682Z] The following additional packages will be installed: [2021-03-22T22:06:52.682Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-22T22:06:52.682Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-22T22:06:52.682Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-22T22:06:52.682Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-22T22:06:52.682Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-22T22:06:52.682Z] Suggested packages: [2021-03-22T22:06:52.682Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-22T22:06:52.682Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-22T22:06:52.682Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-22T22:06:52.682Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-22T22:06:52.682Z] systemd-container policykit-1 [2021-03-22T22:06:52.682Z] Recommended packages: [2021-03-22T22:06:52.682Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-22T22:06:52.944Z] The following NEW packages will be installed: [2021-03-22T22:06:52.944Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-22T22:06:52.944Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-22T22:06:52.944Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-22T22:06:52.944Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-22T22:06:52.944Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-22T22:06:52.944Z] The following packages will be upgraded: [2021-03-22T22:06:52.944Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-22T22:06:52.944Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-22T22:06:52.944Z] Need to get 35.2 MB of archives. [2021-03-22T22:06:52.944Z] After this operation, 141 MB of additional disk space will be used. [2021-03-22T22:06:52.944Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-22T22:06:52.945Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-22T22:06:52.945Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-22T22:06:52.945Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-22T22:06:53.213Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-22T22:06:53.213Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-22T22:06:53.213Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-22T22:06:53.213Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-22T22:06:53.213Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-22T22:06:53.213Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-22T22:06:53.213Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-22T22:06:53.213Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-22T22:06:53.213Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-22T22:06:53.213Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-22T22:06:53.213Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-22T22:06:53.213Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-22T22:06:53.213Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-22T22:06:53.213Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-22T22:06:53.213Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-22T22:06:53.788Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-22T22:06:53.788Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-22T22:06:53.788Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-22T22:06:53.788Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-22T22:06:53.788Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-22T22:06:53.788Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-22T22:06:53.788Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-22T22:06:53.788Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-22T22:06:53.788Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-22T22:06:53.788Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-22T22:06:54.049Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-22T22:06:54.050Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-22T22:06:54.050Z] Fetched 35.2 MB in 1s (31.3 MB/s) [2021-03-22T22:06:54.311Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-22T22:06:54.311Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-22T22:06:54.311Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-22T22:06:54.886Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-22T22:06:55.149Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-22T22:06:55.149Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-22T22:06:55.149Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-22T22:06:55.149Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-22T22:06:55.149Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-22T22:06:55.412Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-22T22:06:55.412Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-22T22:06:55.412Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-22T22:06:55.674Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-22T22:06:55.936Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-22T22:06:55.936Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-22T22:06:56.509Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-22T22:06:56.509Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-22T22:06:56.509Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-22T22:06:56.509Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-22T22:06:56.770Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-22T22:06:56.770Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-22T22:06:56.770Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T22:06:57.032Z] Selecting previously unselected package libexpat1:amd64. [2021-03-22T22:06:57.032Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-22T22:06:57.032Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-22T22:06:57.295Z] Selecting previously unselected package python3.6-minimal. [2021-03-22T22:06:57.295Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-22T22:06:57.295Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T22:06:57.558Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-22T22:06:57.558Z] Checking for services that may need to be restarted...done. [2021-03-22T22:06:57.558Z] Checking for services that may need to be restarted...done. [2021-03-22T22:06:57.558Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T22:06:57.558Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-22T22:06:57.820Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T22:06:58.393Z] Selecting previously unselected package python3-minimal. [2021-03-22T22:06:58.393Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-22T22:06:58.393Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-22T22:06:58.393Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-22T22:06:58.393Z] Selecting previously unselected package mime-support. [2021-03-22T22:06:58.393Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-22T22:06:58.393Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-22T22:06:58.656Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-22T22:06:58.656Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-22T22:06:58.656Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-22T22:06:58.656Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-22T22:06:58.656Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-22T22:06:58.656Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T22:06:58.919Z] Selecting previously unselected package python3.6. [2021-03-22T22:06:58.919Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-22T22:06:58.919Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T22:06:58.919Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-22T22:06:58.919Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-22T22:06:58.919Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-22T22:06:59.181Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-22T22:06:59.473Z] Selecting previously unselected package python3. [2021-03-22T22:06:59.473Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-22T22:06:59.473Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-22T22:06:59.473Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-22T22:06:59.473Z] Selecting previously unselected package multiarch-support. [2021-03-22T22:06:59.473Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-22T22:06:59.473Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-22T22:06:59.473Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-22T22:06:59.736Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-22T22:06:59.736Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-22T22:06:59.736Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-22T22:06:59.736Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-22T22:07:00.312Z] Selecting previously unselected package libbsd0:amd64. [2021-03-22T22:07:00.312Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-22T22:07:00.312Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-22T22:07:00.312Z] Selecting previously unselected package sudo. [2021-03-22T22:07:00.312Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-22T22:07:00.312Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-22T22:07:00.574Z] Selecting previously unselected package apparmor. [2021-03-22T22:07:00.574Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-22T22:07:00.574Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-22T22:07:00.836Z] Selecting previously unselected package libedit2:amd64. [2021-03-22T22:07:00.836Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-22T22:07:00.836Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-22T22:07:00.836Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-22T22:07:00.836Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-22T22:07:00.836Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T22:07:01.097Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-22T22:07:01.097Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-22T22:07:01.097Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T22:07:01.097Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-22T22:07:01.097Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-22T22:07:01.097Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-22T22:07:01.097Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-22T22:07:01.097Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-22T22:07:01.097Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T22:07:01.358Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-22T22:07:01.358Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-22T22:07:01.358Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T22:07:01.624Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-22T22:07:01.624Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-22T22:07:01.624Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-22T22:07:01.624Z] Selecting previously unselected package openssh-client. [2021-03-22T22:07:01.624Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-22T22:07:01.624Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-22T22:07:01.894Z] Selecting previously unselected package squashfs-tools. [2021-03-22T22:07:01.894Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-22T22:07:01.894Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-22T22:07:01.894Z] Selecting previously unselected package snapd. [2021-03-22T22:07:01.894Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-22T22:07:02.156Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-22T22:07:04.704Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-22T22:07:04.704Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-22T22:07:04.704Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-22T22:07:04.704Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-22T22:07:04.704Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-22T22:07:04.704Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T22:07:04.704Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-22T22:07:04.704Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-22T22:07:04.704Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-22T22:07:06.092Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-22T22:07:06.092Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-22T22:07:06.092Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-22T22:07:06.092Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T22:07:06.092Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T22:07:06.092Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T22:07:06.664Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-22T22:07:06.932Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T22:07:06.932Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-22T22:07:06.932Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-22T22:07:06.932Z] running python rtupdate hooks for python3.6... [2021-03-22T22:07:06.932Z] running python post-rtupdate hooks for python3.6... [2021-03-22T22:07:06.932Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-22T22:07:08.861Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-22T22:07:08.861Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T22:07:08.861Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-22T22:07:09.122Z] Setting up snapd (2.48.3+18.04) ... [2021-03-22T22:07:09.697Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-22T22:07:09.697Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-22T22:07:09.958Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-22T22:07:10.221Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-22T22:07:10.481Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-22T22:07:10.481Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-22T22:07:10.742Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-22T22:07:11.003Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-22T22:07:11.003Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-22T22:07:11.271Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-22T22:07:11.532Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-03-22T22:07:11.532Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-22T22:07:11.532Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-22T22:07:12.921Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-22T22:07:12.921Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-22T22:07:12.921Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-22T22:07:14.308Z] Reading package lists... [2021-03-22T22:07:14.570Z] Reading package lists... [2021-03-22T22:07:14.831Z] Building dependency tree... [2021-03-22T22:07:14.831Z] Reading state information... [2021-03-22T22:07:14.831Z] Calculating upgrade... [2021-03-22T22:07:15.095Z] The following packages will be upgraded: [2021-03-22T22:07:15.095Z] advancecomp base-files bash binutils binutils-common [2021-03-22T22:07:15.095Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-22T22:07:15.095Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-22T22:07:15.095Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-22T22:07:15.095Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-22T22:07:15.095Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-22T22:07:15.095Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-22T22:07:15.095Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-22T22:07:15.095Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-22T22:07:15.095Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-22T22:07:15.095Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-22T22:07:15.095Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-22T22:07:15.095Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-22T22:07:15.095Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-22T22:07:15.095Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-22T22:07:15.357Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-22T22:07:15.357Z] Need to get 63.8 MB of archives. [2021-03-22T22:07:15.357Z] After this operation, 5207 kB of additional disk space will be used. [2021-03-22T22:07:15.357Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] [2021-03-22T22:07:15.357Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-22T22:07:15.928Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-22T22:07:15.928Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-22T22:07:15.928Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-22T22:07:15.928Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-22T22:07:15.928Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-22T22:07:15.928Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-22T22:07:15.928Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-22T22:07:15.928Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-22T22:07:15.928Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-22T22:07:15.928Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-22T22:07:16.190Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-22T22:07:16.190Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-22T22:07:16.190Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-22T22:07:16.190Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-22T22:07:16.190Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-22T22:07:16.190Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-22T22:07:16.190Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-22T22:07:16.190Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-22T22:07:16.190Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-22T22:07:16.190Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-22T22:07:16.190Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-22T22:07:16.190Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-22T22:07:16.190Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-22T22:07:16.190Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-22T22:07:16.454Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-22T22:07:16.454Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-22T22:07:16.454Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-22T22:07:16.454Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-22T22:07:16.454Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-22T22:07:16.454Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-22T22:07:16.454Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-22T22:07:16.454Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-22T22:07:16.454Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-22T22:07:16.454Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-22T22:07:16.454Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-22T22:07:16.454Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-22T22:07:16.454Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-22T22:07:16.454Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-22T22:07:16.454Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-22T22:07:16.454Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-22T22:07:16.455Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-22T22:07:16.455Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-22T22:07:16.455Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-22T22:07:16.714Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-22T22:07:16.714Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-22T22:07:16.714Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-22T22:07:16.714Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-22T22:07:16.714Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-22T22:07:16.714Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-22T22:07:16.714Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-22T22:07:16.714Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-22T22:07:16.714Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-22T22:07:16.714Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-22T22:07:16.714Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-22T22:07:16.714Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-22T22:07:16.714Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-22T22:07:16.714Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-22T22:07:16.714Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-22T22:07:16.714Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-22T22:07:16.714Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-22T22:07:16.714Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-22T22:07:16.714Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-22T22:07:16.714Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-22T22:07:16.714Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-22T22:07:16.714Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-22T22:07:16.714Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-22T22:07:16.714Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-22T22:07:16.714Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-22T22:07:16.714Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-22T22:07:16.975Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-22T22:07:16.975Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-22T22:07:16.975Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-22T22:07:16.975Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-22T22:07:16.975Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-22T22:07:16.975Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-22T22:07:16.975Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-22T22:07:16.975Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-22T22:07:16.975Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-22T22:07:16.975Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-22T22:07:16.975Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-22T22:07:16.975Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-22T22:07:17.236Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-22T22:07:17.236Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-22T22:07:17.236Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-22T22:07:17.236Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-22T22:07:17.236Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-22T22:07:17.236Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-22T22:07:17.236Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-22T22:07:17.816Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-22T22:07:18.415Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-22T22:07:18.415Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-22T22:07:18.415Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-22T22:07:19.357Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-22T22:07:19.357Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-22T22:07:19.357Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-22T22:07:19.357Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-22T22:07:19.357Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-22T22:07:19.357Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-22T22:07:19.357Z] Fetched 63.8 MB in 4s (15.9 MB/s) [2021-03-22T22:07:19.357Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:07:19.357Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-22T22:07:19.618Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-22T22:07:20.190Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-22T22:07:20.190Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-22T22:07:20.190Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... [2021-03-22T22:07:20.190Z] Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... [2021-03-22T22:07:21.132Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T22:07:21.132Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T22:07:21.132Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T22:07:21.394Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T22:07:21.394Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T22:07:21.394Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T22:07:21.394Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T22:07:21.656Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T22:07:21.657Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T22:07:21.657Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T22:07:21.657Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T22:07:21.917Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T22:07:21.917Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T22:07:21.917Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T22:07:21.917Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T22:07:22.178Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-22T22:07:22.178Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T22:07:22.178Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-22T22:07:22.178Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-22T22:07:22.439Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-22T22:07:22.439Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T22:07:22.439Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T22:07:22.439Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T22:07:22.439Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T22:07:22.701Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T22:07:22.701Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T22:07:22.962Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T22:07:22.962Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-22T22:07:22.962Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-22T22:07:23.223Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-22T22:07:23.795Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-22T22:07:23.795Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-22T22:07:23.795Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-22T22:07:23.795Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-22T22:07:24.061Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-22T22:07:24.061Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-22T22:07:24.061Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-22T22:07:24.322Z] Installing new version of config file /etc/issue ... [2021-03-22T22:07:24.322Z] Installing new version of config file /etc/issue.net ... [2021-03-22T22:07:24.322Z] Installing new version of config file /etc/lsb-release ... [2021-03-22T22:07:24.322Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-22T22:07:24.586Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-22T22:07:24.586Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-22T22:07:24.586Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-22T22:07:24.586Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:07:24.848Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-22T22:07:24.848Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-22T22:07:24.848Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-22T22:07:24.848Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-03-22T22:07:25.112Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:07:25.112Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T22:07:25.112Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-22T22:07:25.112Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-22T22:07:25.112Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:07:25.112Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-22T22:07:25.373Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-22T22:07:25.373Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-22T22:07:25.636Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:07:25.636Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-22T22:07:25.636Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-22T22:07:25.898Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-22T22:07:25.898Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:07:25.898Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-22T22:07:25.898Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-22T22:07:26.159Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-22T22:07:26.159Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:07:26.159Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-22T22:07:26.159Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-22T22:07:26.420Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-22T22:07:26.683Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:07:26.683Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-22T22:07:26.683Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-22T22:07:26.683Z] Setting up grep (3.1-2build1) ... [2021-03-22T22:07:26.683Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:07:26.683Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-22T22:07:26.944Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-22T22:07:26.944Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-22T22:07:27.206Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:07:27.206Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-22T22:07:27.206Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-22T22:07:27.206Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-22T22:07:27.206Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:07:27.206Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-22T22:07:27.476Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-22T22:07:28.050Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-22T22:07:28.050Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-22T22:07:28.050Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-22T22:07:28.318Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-22T22:07:28.893Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-22T22:07:28.893Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:07:28.893Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-22T22:07:28.893Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-22T22:07:30.287Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-22T22:07:30.287Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-22T22:07:30.287Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-22T22:07:30.287Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-22T22:07:30.287Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-22T22:07:30.287Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:07:30.287Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-22T22:07:30.287Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-22T22:07:30.548Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-22T22:07:30.548Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:07:30.548Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T22:07:30.548Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T22:07:30.809Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-22T22:07:30.809Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:07:30.809Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T22:07:30.809Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T22:07:31.070Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-22T22:07:31.070Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:07:31.070Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T22:07:31.070Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T22:07:31.331Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-22T22:07:31.331Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:07:31.331Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T22:07:31.594Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T22:07:31.594Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-22T22:07:31.594Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:07:31.594Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-22T22:07:31.855Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-22T22:07:31.855Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-22T22:07:31.855Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-22T22:07:31.855Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-22T22:07:32.122Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:07:32.122Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-22T22:07:32.122Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-22T22:07:32.122Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-22T22:07:32.384Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:07:32.384Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T22:07:32.384Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T22:07:32.384Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-22T22:07:32.645Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:07:32.646Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T22:07:32.646Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T22:07:32.646Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-22T22:07:32.907Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:07:32.907Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T22:07:32.907Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T22:07:33.480Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-22T22:07:33.753Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-22T22:07:34.014Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-22T22:07:34.014Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:07:34.014Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-22T22:07:34.014Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-22T22:07:34.278Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-22T22:07:34.542Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:07:34.542Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-22T22:07:34.542Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-22T22:07:34.806Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-22T22:07:34.806Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:07:34.806Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-22T22:07:34.806Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-22T22:07:35.070Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-22T22:07:35.335Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:07:35.335Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-22T22:07:35.335Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-22T22:07:35.597Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-22T22:07:35.597Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:07:35.597Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-22T22:07:35.597Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-22T22:07:35.859Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-22T22:07:35.859Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:07:35.859Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-22T22:07:35.859Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-22T22:07:35.859Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-22T22:07:36.131Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:07:36.131Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-22T22:07:36.131Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-22T22:07:36.392Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-22T22:07:36.392Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:07:36.392Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-22T22:07:36.392Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-22T22:07:37.334Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-22T22:07:37.608Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:07:37.608Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T22:07:37.608Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T22:07:37.608Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-22T22:07:37.608Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-22T22:07:37.871Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-22T22:07:37.871Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-22T22:07:37.871Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-22T22:07:37.871Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:07:37.871Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-22T22:07:38.132Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-22T22:07:38.132Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-22T22:07:38.393Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:07:38.393Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-22T22:07:38.393Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-22T22:07:38.393Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-22T22:07:38.654Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:07:38.654Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-22T22:07:38.654Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-22T22:07:38.915Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-22T22:07:38.915Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:07:38.915Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-22T22:07:38.915Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-22T22:07:39.176Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-22T22:07:39.176Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:07:39.176Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-22T22:07:39.176Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-22T22:07:39.441Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-22T22:07:39.703Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:07:39.703Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-22T22:07:39.703Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-22T22:07:39.978Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-22T22:07:39.978Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:07:39.978Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-22T22:07:39.978Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-22T22:07:40.245Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-22T22:07:40.245Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:07:40.245Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-22T22:07:40.245Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-22T22:07:40.512Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-22T22:07:40.512Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:07:40.512Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-22T22:07:40.512Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-22T22:07:40.783Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-22T22:07:40.783Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:07:40.783Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-22T22:07:40.783Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-22T22:07:41.046Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-22T22:07:41.324Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:07:41.324Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-22T22:07:41.324Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-22T22:07:41.324Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-22T22:07:41.597Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:07:41.597Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-22T22:07:41.597Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-22T22:07:41.597Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-22T22:07:41.597Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-22T22:07:41.597Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-22T22:07:41.597Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-22T22:07:41.859Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-22T22:07:41.859Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-22T22:07:42.126Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-22T22:07:42.126Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-22T22:07:42.413Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-22T22:07:42.413Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-22T22:07:42.413Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-22T22:07:42.413Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-22T22:07:42.675Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-22T22:07:42.675Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-22T22:07:42.935Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-22T22:07:42.935Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-22T22:07:42.935Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-22T22:07:42.935Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-22T22:07:43.196Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-22T22:07:43.196Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-22T22:07:43.196Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-22T22:07:43.196Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-22T22:07:43.460Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-22T22:07:43.460Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-22T22:07:43.722Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-22T22:07:43.722Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-22T22:07:44.666Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-22T22:07:44.666Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-22T22:07:44.666Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-22T22:07:44.666Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-22T22:07:44.666Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-22T22:07:44.929Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-22T22:07:45.190Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-22T22:07:45.190Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-22T22:07:45.451Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-22T22:07:45.451Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-22T22:07:45.451Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-22T22:07:45.710Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-22T22:07:45.710Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T22:07:45.710Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T22:07:45.977Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T22:07:45.977Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T22:07:45.977Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T22:07:46.238Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T22:07:46.238Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T22:07:46.238Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T22:07:47.185Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T22:07:47.185Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T22:07:48.583Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T22:07:48.583Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T22:07:49.155Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T22:07:49.155Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T22:07:49.728Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T22:07:49.728Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T22:07:50.676Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T22:07:50.676Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T22:07:50.676Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-22T22:07:50.676Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-22T22:07:50.938Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-22T22:07:50.938Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-22T22:07:50.938Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-22T22:07:50.938Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-22T22:07:51.199Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-22T22:07:51.199Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-22T22:07:51.462Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-22T22:07:51.462Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-22T22:07:51.462Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-22T22:07:51.462Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-22T22:07:51.724Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-22T22:07:51.724Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-22T22:07:51.724Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T22:07:51.724Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-22T22:07:51.992Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T22:07:51.992Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T22:07:51.992Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T22:07:51.992Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-22T22:07:51.992Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-22T22:07:51.992Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-22T22:07:52.254Z] [2021-03-22T22:07:52.254Z] Current default time zone: 'Etc/UTC' [2021-03-22T22:07:52.254Z] Local time is now: Mon Mar 22 22:07:52 UTC 2021. [2021-03-22T22:07:52.254Z] Universal Time is now: Mon Mar 22 22:07:52 UTC 2021. [2021-03-22T22:07:52.254Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-22T22:07:52.254Z] [2021-03-22T22:07:52.254Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-22T22:07:52.254Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T22:07:52.254Z] Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... [2021-03-22T22:07:52.254Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-22T22:07:52.254Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-22T22:07:52.515Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-22T22:07:52.515Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-22T22:07:52.515Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-22T22:07:52.515Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-22T22:07:52.515Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-22T22:07:52.515Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T22:07:52.515Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-22T22:07:52.777Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T22:07:52.777Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-22T22:07:52.777Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T22:07:53.037Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-22T22:07:53.037Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-22T22:07:53.037Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-22T22:07:53.037Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-22T22:07:53.037Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-22T22:07:53.037Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-22T22:07:53.037Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-22T22:07:53.037Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-22T22:07:54.962Z] Updating certificates in /etc/ssl/certs... [2021-03-22T22:07:55.535Z] 23 added, 27 removed; done. [2021-03-22T22:07:55.797Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-22T22:07:55.797Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T22:07:55.797Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-22T22:07:55.797Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-22T22:07:55.797Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-22T22:07:56.058Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T22:07:56.058Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-22T22:07:56.058Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T22:07:56.058Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T22:07:56.058Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T22:07:56.058Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T22:07:56.058Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T22:07:56.058Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-22T22:07:56.319Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-22T22:07:56.319Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-22T22:07:56.319Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-22T22:07:56.319Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-22T22:07:56.319Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T22:07:56.319Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T22:07:56.319Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-22T22:07:56.582Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-22T22:07:56.582Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-22T22:07:56.582Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-22T22:07:56.582Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-22T22:07:56.842Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-22T22:07:56.842Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-22T22:07:56.842Z] Updating certificates in /etc/ssl/certs... [2021-03-22T22:07:57.412Z] 0 added, 0 removed; done. [2021-03-22T22:07:57.412Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-22T22:07:57.412Z] done. [2021-03-22T22:07:57.984Z] Reading package lists... [2021-03-22T22:07:58.250Z] Building dependency tree... [2021-03-22T22:07:58.250Z] Reading state information... [2021-03-22T22:07:58.250Z] The following NEW packages will be installed: [2021-03-22T22:07:58.250Z] apt-transport-https [2021-03-22T22:07:58.511Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-22T22:07:58.511Z] Need to get 1696 B of archives. [2021-03-22T22:07:58.511Z] After this operation, 153 kB of additional disk space will be used. [2021-03-22T22:07:58.511Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-22T22:07:58.511Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-22T22:07:58.511Z] Fetched 1696 B in 0s (25.4 kB/s) [2021-03-22T22:07:58.772Z] Selecting previously unselected package apt-transport-https. [2021-03-22T22:07:58.772Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-22T22:07:58.772Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-22T22:07:58.772Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-22T22:07:58.772Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-22T22:07:59.031Z] Waiting for network to be ready... [2021-03-22T22:08:05.619Z] 2021-03-22T22:08:03Z INFO Waiting for automatic snapd restart... [2021-03-22T22:08:05.619Z] snapd 2.49 from Canonical* installed [2021-03-22T22:08:06.564Z] "snapd" switched to the "latest/stable" channel [2021-03-22T22:08:06.564Z] [2021-03-22T22:08:09.131Z] lf-activate-venv(): INFO: Adding /tmp/venv-mBGL/bin to PATH [2021-03-22T22:08:09.131Z] INFO: No Stack... [2021-03-22T22:08:09.131Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-22T22:08:09.131Z] INFO: Archiving Costs [Pipeline] sh [2021-03-22T22:08:09.529Z] + + cutcat -d, /w/workspace/edgex-go/1/archives/cost.csv [2021-03-22T22:08:09.529Z] -f6 [Pipeline] lock [2021-03-22T22:08:09.710Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3285-1-stack-cost] [2021-03-22T22:08:09.719Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3285-1-stack-cost] did not exist. Created. [2021-03-22T22:08:09.719Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3285-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-22T22:08:10.275Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-22T22:08:10.562Z] Stashed 1 file(s) [Pipeline] } [2021-03-22T22:08:10.582Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3285-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-03-22T22:08:10.778Z] core18 20210128 from Canonical* installed [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-03-22T22:08:11.054Z] "core18" switched to the "latest/stable" channel [2021-03-22T22:08:11.055Z] [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-22T22:08:17.644Z] snapcraft 4.5.4 from Canonical* installed [2021-03-22T22:08:17.644Z] "snapcraft" switched to the "latest/stable" channel [2021-03-22T22:08:17.644Z] [2021-03-22T22:08:21.869Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-22T22:08:21.869Z] - README.md [2021-03-22T22:08:21.869Z] [2021-03-22T22:08:21.869Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-22T22:08:28.508Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-22T22:08:28.508Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-22T22:08:28.508Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-22T22:08:28.508Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-22T22:08:29.454Z] Reading package lists... [2021-03-22T22:08:29.716Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-22T22:08:36.310Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-22T22:08:36.310Z] Reading package lists... [2021-03-22T22:08:36.310Z] Building dependency tree... [2021-03-22T22:08:36.310Z] Reading state information... [2021-03-22T22:08:36.310Z] Suggested packages: [2021-03-22T22:08:36.310Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-22T22:08:36.310Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-22T22:08:36.310Z] Recommended packages: [2021-03-22T22:08:36.310Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-22T22:08:36.310Z] The following NEW packages will be installed: [2021-03-22T22:08:36.310Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-22T22:08:36.310Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-22T22:08:36.310Z] pkg-config zip [2021-03-22T22:08:36.310Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-22T22:08:36.310Z] Need to get 7657 kB of archives. [2021-03-22T22:08:36.310Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-22T22:08:36.310Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-22T22:08:36.310Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-22T22:08:36.310Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-22T22:08:36.310Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-22T22:08:36.310Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-22T22:08:36.575Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-22T22:08:36.575Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-22T22:08:36.575Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-22T22:08:36.838Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-22T22:08:36.838Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-22T22:08:36.838Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-22T22:08:37.102Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-22T22:08:37.102Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-22T22:08:37.102Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-22T22:08:37.102Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-22T22:08:37.366Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-22T22:08:37.366Z] Fetched 7657 kB in 1s (8427 kB/s) [2021-03-22T22:08:37.366Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-22T22:08:37.366Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-22T22:08:37.366Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-22T22:08:37.366Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-22T22:08:37.628Z] Selecting previously unselected package libpsl5:amd64. [2021-03-22T22:08:37.628Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-22T22:08:37.628Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-22T22:08:37.892Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-22T22:08:37.892Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-22T22:08:37.892Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-22T22:08:37.892Z] Selecting previously unselected package librtmp1:amd64. [2021-03-22T22:08:37.892Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-22T22:08:37.892Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-22T22:08:37.892Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-22T22:08:37.892Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-22T22:08:37.892Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-22T22:08:38.154Z] Selecting previously unselected package liberror-perl. [2021-03-22T22:08:38.154Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-22T22:08:38.154Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-22T22:08:38.154Z] Selecting previously unselected package git-man. [2021-03-22T22:08:38.154Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-22T22:08:38.154Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-22T22:08:38.416Z] Selecting previously unselected package git. [2021-03-22T22:08:38.416Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-22T22:08:38.416Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-22T22:08:39.363Z] Selecting previously unselected package libnorm1:amd64. [2021-03-22T22:08:39.363Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-22T22:08:39.363Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-22T22:08:39.363Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-22T22:08:39.363Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-22T22:08:39.363Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-22T22:08:39.363Z] Selecting previously unselected package libsodium23:amd64. [2021-03-22T22:08:39.363Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-22T22:08:39.363Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-22T22:08:39.628Z] Selecting previously unselected package libzmq5:amd64. [2021-03-22T22:08:39.628Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-22T22:08:39.628Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-22T22:08:39.628Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-22T22:08:39.628Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-22T22:08:39.628Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-22T22:08:39.890Z] Selecting previously unselected package pkg-config. [2021-03-22T22:08:39.890Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-22T22:08:39.890Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-22T22:08:39.890Z] Selecting previously unselected package zip. [2021-03-22T22:08:39.890Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-22T22:08:39.890Z] Unpacking zip (3.0-11build1) ... [2021-03-22T22:08:39.890Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-22T22:08:40.152Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-22T22:08:40.152Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-22T22:08:40.152Z] Setting up liberror-perl (0.17025-1) ... [2021-03-22T22:08:40.152Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-22T22:08:40.152Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-22T22:08:40.152Z] No schema files found: doing nothing. [2021-03-22T22:08:40.152Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-22T22:08:40.152Z] Setting up zip (3.0-11build1) ... [2021-03-22T22:08:40.152Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-22T22:08:40.152Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-22T22:08:40.413Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-22T22:08:40.413Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-22T22:08:40.413Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-22T22:08:40.413Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-22T22:08:40.413Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-22T22:08:40.413Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-22T22:08:46.995Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-22T22:08:47.256Z] git set to automatically installed. [2021-03-22T22:08:47.256Z] git-man set to automatically installed. [2021-03-22T22:08:47.256Z] libcurl3-gnutls set to automatically installed. [2021-03-22T22:08:47.256Z] liberror-perl set to automatically installed. [2021-03-22T22:08:47.256Z] libglib2.0-0 set to automatically installed. [2021-03-22T22:08:47.256Z] libnghttp2-14 set to automatically installed. [2021-03-22T22:08:47.256Z] libnorm1 set to automatically installed. [2021-03-22T22:08:47.256Z] libpgm-5.2-0 set to automatically installed. [2021-03-22T22:08:47.256Z] libpsl5 set to automatically installed. [2021-03-22T22:08:47.256Z] librtmp1 set to automatically installed. [2021-03-22T22:08:47.256Z] libsodium23 set to automatically installed. [2021-03-22T22:08:47.256Z] libzmq3-dev set to automatically installed. [2021-03-22T22:08:47.256Z] libzmq5 set to automatically installed. [2021-03-22T22:08:47.256Z] pkg-config set to automatically installed. [2021-03-22T22:08:47.256Z] zip set to automatically installed. [2021-03-22T22:08:49.177Z] snapd is not logged in, snap install commands will use sudo [2021-03-22T22:08:55.811Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-22T22:08:56.090Z] snap "core18" has no updates available [2021-03-22T22:08:57.058Z] snapd is not logged in, snap install commands will use sudo [2021-03-22T22:09:03.648Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-22T22:09:15.892Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-22T22:09:15.892Z] Pulling go-build-helper [2021-03-22T22:09:15.892Z] + snapcraftctl pull [2021-03-22T22:09:17.280Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-22T22:09:17.280Z] Skipping pull go-build-helper (already ran) [2021-03-22T22:09:17.280Z] Building go-build-helper [2021-03-22T22:09:17.280Z] + snapcraftctl build [2021-03-22T22:09:19.831Z] Staging go-build-helper [2021-03-22T22:09:19.831Z] + snapcraftctl stage [2021-03-22T22:09:32.079Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-22T22:09:32.079Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-22T22:09:32.079Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] [2021-03-22T22:09:32.079Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] [2021-03-22T22:09:32.079Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-22T22:09:32.079Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-22T22:09:32.079Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] [2021-03-22T22:09:32.079Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] [2021-03-22T22:09:32.079Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] [2021-03-22T22:09:32.079Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-22T22:09:32.079Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-22T22:09:32.079Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-22T22:09:32.079Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-22T22:09:32.079Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-22T22:09:32.079Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-22T22:09:32.079Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-22T22:09:32.079Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-22T22:09:32.079Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-22T22:09:32.079Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-22T22:09:32.079Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] [2021-03-22T22:09:32.079Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-22T22:09:32.079Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-22T22:09:32.079Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-22T22:09:32.079Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-22T22:09:32.079Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] [2021-03-22T22:09:32.079Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] [2021-03-22T22:09:32.079Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-22T22:09:32.079Z] Fetched 24.1 MB in 0s (0 B/s) [2021-03-22T22:09:32.079Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-22T22:09:32.079Z] Fetched 224 kB in 0s (0 B/s) [2021-03-22T22:09:32.079Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-22T22:09:32.079Z] Fetched 157 kB in 0s (0 B/s) [2021-03-22T22:09:32.079Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-22T22:09:32.079Z] Fetched 221 kB in 0s (0 B/s) [2021-03-22T22:09:32.079Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-22T22:09:32.079Z] Fetched 143 kB in 0s (0 B/s) [2021-03-22T22:09:32.079Z] Pulling app-service-config [2021-03-22T22:09:32.079Z] + snapcraftctl pull [2021-03-22T22:09:32.341Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-22T22:09:33.283Z] Pulling config-common [2021-03-22T22:09:33.283Z] + snapcraftctl pull [2021-03-22T22:09:38.581Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-22T22:09:38.581Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-22T22:09:38.581Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-22T22:09:38.581Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T22:09:38.581Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-22T22:09:38.581Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T22:09:38.581Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-22T22:09:38.581Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T22:09:38.581Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-22T22:09:38.581Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T22:09:38.581Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-22T22:09:38.581Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T22:09:38.581Z] Pulling edgex-go [2021-03-22T22:09:38.581Z] + snapcraftctl pull [2021-03-22T22:10:00.563Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-22T22:10:00.563Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-22T22:10:00.563Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-22T22:10:00.563Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T22:10:00.563Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-22T22:10:00.563Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-22T22:10:00.563Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-22T22:10:00.563Z] Fetched 279 kB in 0s (0 B/s) [2021-03-22T22:10:00.563Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-22T22:10:00.563Z] Fetched 122 kB in 0s (0 B/s) [2021-03-22T22:10:00.563Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-22T22:10:00.563Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-22T22:10:00.563Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-22T22:10:00.563Z] Fetched 8848 B in 0s (0 B/s) [2021-03-22T22:10:00.563Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-22T22:10:00.563Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-22T22:10:00.563Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-22T22:10:00.563Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-22T22:10:00.563Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-22T22:10:00.563Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-22T22:10:00.563Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-22T22:10:00.563Z] Fetched 214 kB in 0s (0 B/s) [2021-03-22T22:10:00.563Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-22T22:10:00.563Z] Fetched 154 kB in 0s (0 B/s) [2021-03-22T22:10:00.563Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-22T22:10:00.563Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-22T22:10:00.563Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-22T22:10:00.563Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-22T22:10:00.563Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-22T22:10:00.563Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-22T22:10:00.563Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-22T22:10:00.563Z] Fetched 499 kB in 0s (0 B/s) [2021-03-22T22:10:00.563Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-22T22:10:00.563Z] Fetched 111 kB in 0s (0 B/s) [2021-03-22T22:10:00.564Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-22T22:10:00.564Z] Fetched 240 kB in 0s (0 B/s) [2021-03-22T22:10:00.564Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-22T22:10:00.564Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-22T22:10:00.564Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-22T22:10:00.564Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-22T22:10:00.564Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-22T22:10:00.564Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-22T22:10:00.564Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-22T22:10:00.564Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-22T22:10:00.564Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-22T22:10:00.564Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-22T22:10:00.564Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-22T22:10:00.564Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-22T22:10:00.564Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-22T22:10:00.564Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-22T22:10:00.564Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-22T22:10:00.564Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-22T22:10:00.564Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-22T22:10:00.564Z] Fetched 8720 B in 0s (0 B/s) [2021-03-22T22:10:00.564Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-22T22:10:00.564Z] Fetched 137 kB in 0s (0 B/s) [2021-03-22T22:10:00.564Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-22T22:10:00.564Z] Fetched 119 kB in 0s (0 B/s) [2021-03-22T22:10:00.564Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-22T22:10:00.564Z] Fetched 109 kB in 0s (0 B/s) [2021-03-22T22:10:00.564Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-22T22:10:00.564Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-22T22:10:00.564Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-22T22:10:00.564Z] Fetched 645 kB in 0s (0 B/s) [2021-03-22T22:10:00.564Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-22T22:10:00.564Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-22T22:10:00.564Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-22T22:10:00.564Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-22T22:10:00.564Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-22T22:10:00.564Z] Fetched 368 kB in 0s (0 B/s) [2021-03-22T22:10:00.564Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-22T22:10:00.564Z] Fetched 187 kB in 0s (0 B/s) [2021-03-22T22:10:00.564Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-22T22:10:00.564Z] Fetched 175 kB in 0s (0 B/s) [2021-03-22T22:10:00.564Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-22T22:10:00.564Z] Fetched 206 kB in 0s (0 B/s) [2021-03-22T22:10:00.564Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-22T22:10:00.564Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-22T22:10:00.564Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-22T22:10:00.564Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-22T22:10:00.564Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-22T22:10:00.564Z] Fetched 159 kB in 0s (0 B/s) [2021-03-22T22:10:00.564Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-22T22:10:00.564Z] Fetched 107 kB in 0s (0 B/s) [2021-03-22T22:10:00.564Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-22T22:10:00.564Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-22T22:10:00.564Z] Pulling static-packages [2021-03-22T22:10:00.564Z] + snapcraftctl pull [2021-03-22T22:10:01.137Z] Pulling version [2021-03-22T22:10:01.137Z] + cd /root/project [2021-03-22T22:10:01.137Z] + [ -f VERSION ] [2021-03-22T22:10:01.137Z] + PROJECT_VERSION=local-dev [2021-03-22T22:10:01.137Z] + git rev-parse --short HEAD [2021-03-22T22:10:01.137Z] + GIT_REVISION=9b06d15e [2021-03-22T22:10:01.137Z] + snapcraftctl set-version local-dev [2021-03-22T22:10:02.529Z] Skipping build go-build-helper (already ran) [2021-03-22T22:10:02.529Z] Building app-service-config [2021-03-22T22:10:02.529Z] + make build [2021-03-22T22:10:02.529Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-22T22:10:05.087Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 [2021-03-22T22:10:05.087Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 [2021-03-22T22:10:05.087Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-22T22:10:05.087Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-22T22:10:05.087Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 [2021-03-22T22:10:05.087Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-22T22:10:05.087Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-22T22:10:05.087Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-22T22:10:05.087Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-22T22:10:05.087Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-22T22:10:05.352Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-22T22:10:05.352Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-22T22:10:05.614Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-22T22:10:05.614Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-22T22:10:05.877Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-22T22:10:05.877Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-22T22:10:06.171Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-22T22:10:06.171Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-22T22:10:06.171Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-22T22:10:06.171Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-22T22:10:06.171Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-22T22:10:06.171Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-22T22:10:06.171Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-22T22:10:06.171Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-22T22:10:06.171Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-22T22:10:06.171Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-22T22:10:06.171Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-22T22:10:06.171Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-22T22:10:06.171Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-22T22:10:06.171Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-22T22:10:06.171Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-22T22:10:06.461Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-22T22:10:06.461Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-22T22:10:06.461Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-22T22:10:06.461Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-22T22:10:06.461Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-22T22:10:06.461Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-22T22:10:06.461Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-22T22:10:06.461Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-22T22:10:06.461Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-22T22:10:06.461Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-22T22:10:06.461Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-22T22:10:06.461Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-22T22:10:18.720Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-22T22:10:18.720Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-22T22:10:18.720Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-22T22:10:18.720Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-22T22:10:19.296Z] Building config-common [2021-03-22T22:10:19.557Z] + snapcraftctl build [2021-03-22T22:10:22.118Z] Building edgex-go [2021-03-22T22:10:23.063Z] + cd /root/parts/edgex-go/src [2021-03-22T22:10:23.063Z] + make build [2021-03-22T22:10:23.063Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-22T22:10:23.635Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-22T22:10:23.635Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-22T22:10:23.635Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.18 [2021-03-22T22:10:23.635Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 [2021-03-22T22:10:23.636Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 [2021-03-22T22:10:23.636Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-22T22:10:23.636Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-22T22:10:23.896Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-22T22:10:23.896Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-22T22:10:23.896Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-22T22:10:23.896Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-22T22:10:29.187Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-22T22:10:29.187Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-22T22:10:35.779Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-22T22:10:36.353Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-22T22:10:38.275Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-22T22:10:38.849Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-22T22:10:39.112Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-22T22:10:39.112Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-22T22:10:39.112Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-22T22:10:39.112Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-22T22:10:41.666Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-22T22:10:41.666Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-22T22:10:41.666Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-22T22:10:43.053Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-22T22:10:44.437Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-22T22:10:44.699Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-22T22:10:46.626Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-22T22:10:48.008Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-22T22:10:48.008Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-22T22:10:49.921Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-22T22:10:49.921Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-22T22:10:51.844Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-22T22:10:51.844Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-22T22:10:51.844Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-22T22:10:51.844Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-22T22:10:51.844Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-22T22:10:52.108Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-22T22:10:52.108Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-22T22:10:52.108Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-22T22:10:52.108Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-22T22:10:52.108Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-22T22:10:52.108Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-22T22:10:52.108Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-22T22:10:52.108Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-22T22:10:52.108Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-22T22:10:52.108Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-22T22:10:52.108Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-22T22:10:52.108Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-22T22:10:52.108Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-22T22:10:52.108Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-22T22:10:52.108Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-22T22:10:52.108Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-03-22T22:10:52.108Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-22T22:10:52.108Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-22T22:10:52.108Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-22T22:10:52.108Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-22T22:10:52.108Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-22T22:10:55.413Z] Building static-packages [2021-03-22T22:10:55.413Z] + snapcraftctl build [2021-03-22T22:10:57.960Z] Building version [2021-03-22T22:10:57.960Z] + snapcraftctl build [2021-03-22T22:11:00.644Z] Skipping stage go-build-helper (already ran) [2021-03-22T22:11:00.644Z] Staging app-service-config [2021-03-22T22:11:00.644Z] + snapcraftctl stage [2021-03-22T22:11:01.653Z] Staging config-common [2021-03-22T22:11:01.653Z] + snapcraftctl stage [2021-03-22T22:11:03.043Z] Staging edgex-go [2021-03-22T22:11:03.043Z] + snapcraftctl stage [2021-03-22T22:11:03.987Z] Staging static-packages [2021-03-22T22:11:03.987Z] + snapcraftctl stage [2021-03-22T22:11:05.390Z] Staging version [2021-03-22T22:11:05.390Z] + snapcraftctl stage [2021-03-22T22:11:06.334Z] Priming go-build-helper [2021-03-22T22:11:06.334Z] + snapcraftctl prime [2021-03-22T22:11:07.278Z] Priming app-service-config [2021-03-22T22:11:07.278Z] + snapcraftctl prime [2021-03-22T22:11:08.669Z] Priming config-common [2021-03-22T22:11:08.669Z] + snapcraftctl prime [2021-03-22T22:11:10.054Z] Priming edgex-go [2021-03-22T22:11:10.054Z] + snapcraftctl prime [2021-03-22T22:11:10.999Z] Priming static-packages [2021-03-22T22:11:10.999Z] + snapcraftctl prime [2021-03-22T22:11:13.554Z] Priming version [2021-03-22T22:11:13.554Z] + snapcraftctl prime [2021-03-22T22:11:14.941Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-22T22:11:18.987Z] provisioning config files... [2021-03-22T22:11:19.037Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config2724914111647279903tmp [Pipeline] { [Pipeline] sh [2021-03-22T22:11:19.483Z] + set +x [2021-03-22T22:11:19.483Z] + curl -s https://codecov.io/bash [2021-03-22T22:11:19.483Z] + bash -s -- [2021-03-22T22:11:20.071Z] [2021-03-22T22:11:20.071Z] _____ _ [2021-03-22T22:11:20.071Z] / ____| | | [2021-03-22T22:11:20.071Z] | | ___ __| | ___ ___ _____ __ [2021-03-22T22:11:20.071Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-22T22:11:20.071Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-22T22:11:20.071Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-22T22:11:20.071Z] Bash-20210309-2b87ace [2021-03-22T22:11:20.071Z] [2021-03-22T22:11:20.071Z] [2021-03-22T22:11:20.071Z] ==> git version 2.24.3 found [2021-03-22T22:11:20.071Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-22T22:11:20.071Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-22T22:11:20.071Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-22T22:11:20.071Z] ==> Jenkins CI detected. [2021-03-22T22:11:20.071Z] project root: . [2021-03-22T22:11:20.071Z] --> token set from env [2021-03-22T22:11:20.403Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-22T22:11:20.403Z] ==> Running gcov in . (disable via -X gcov) [2021-03-22T22:11:20.403Z] ==> Python coveragepy not found [2021-03-22T22:11:20.403Z] ==> Searching for coverage reports in: [2021-03-22T22:11:20.403Z] + . [2021-03-22T22:11:20.670Z] -> Found 1 reports [2021-03-22T22:11:20.670Z] ==> Detecting git/mercurial file structure [2021-03-22T22:11:20.670Z] ==> Reading reports [2021-03-22T22:11:20.670Z] + ./coverage.out bytes=659965 [2021-03-22T22:11:20.670Z] ==> Appending adjustments [2021-03-22T22:11:20.670Z] https://docs.codecov.io/docs/fixing-reports [2021-03-22T22:11:29.173Z] + Found adjustments [2021-03-22T22:11:29.173Z] ==> Gzipping contents [2021-03-22T22:11:29.173Z] 96K /tmp/codecov.g16lZL.gz [2021-03-22T22:11:29.173Z] ==> Uploading reports [2021-03-22T22:11:29.173Z] url: https://codecov.io [2021-03-22T22:11:29.173Z] query: branch=PR-3285&commit=9b06d15e045ca4d8d0d106306a839d20aa72a9cd&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3285%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3285&job=&cmd_args= [2021-03-22T22:11:29.173Z] -> Pinging Codecov [2021-03-22T22:11:29.173Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3285&commit=9b06d15e045ca4d8d0d106306a839d20aa72a9cd&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3285%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3285&job=&cmd_args= [2021-03-22T22:11:29.173Z] -> Uploading to [2021-03-22T22:11:29.173Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-22/00271124DB129430A58F1EEE437C3FCB/9b06d15e045ca4d8d0d106306a839d20aa72a9cd/ae03a31a-547e-4ed7-b3a3-6813627c71ff.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210322%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210322T221128Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dfd13dd000ce045dbc0a0da3d36070093274fce524ee1b90976c883285399163 [2021-03-22T22:11:29.173Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-22T22:11:29.173Z] Dload Upload Total Spent Left Speed [2021-03-22T22:11:29.439Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 95985 0 0 100 95985 0 188k --:--:-- --:--:-- --:--:-- 188k [2021-03-22T22:11:29.439Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/9b06d15e045ca4d8d0d106306a839d20aa72a9cd [Pipeline] } [2021-03-22T22:11:29.468Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:11:31.819Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:11:33.393Z] ---> package-listing.sh [2021-03-22T22:11:33.393Z] ++ facter osfamily [2021-03-22T22:11:33.393Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-22T22:11:33.669Z] + OS_FAMILY=redhat [2021-03-22T22:11:33.669Z] + workspace=/w/workspace/edgex-go/1 [2021-03-22T22:11:33.669Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-22T22:11:33.669Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-22T22:11:33.669Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-22T22:11:33.669Z] + PACKAGES=/tmp/packages_start.txt [2021-03-22T22:11:33.669Z] + '[' /w/workspace/edgex-go/1 ']' [2021-03-22T22:11:33.669Z] + PACKAGES=/tmp/packages_end.txt [2021-03-22T22:11:33.669Z] + case "${OS_FAMILY}" in [2021-03-22T22:11:33.669Z] + sort [2021-03-22T22:11:33.669Z] + rpm -qa [2021-03-22T22:11:42.190Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-22T22:11:42.190Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-22T22:11:42.190Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-22T22:11:42.190Z] + '[' /w/workspace/edgex-go/1 ']' [2021-03-22T22:11:42.190Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2021-03-22T22:11:42.190Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2021-03-22T22:11:42.237Z] 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/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-22T22:11:42.557Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:11:43.266Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-22T22:11:43.530Z] [2021-03-22T22:11:43.530Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:11:43.998Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-22T22:11:43.998Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-22T22:11:43.998Z] df20fa9351a1: Pulling fs layer [2021-03-22T22:11:43.998Z] 36b3adc4ff6f: Pulling fs layer [2021-03-22T22:11:43.998Z] 8ad3a11d3b57: Pulling fs layer [2021-03-22T22:11:43.998Z] 46f8f816bc3b: Pulling fs layer [2021-03-22T22:11:43.998Z] 93b61091891f: Pulling fs layer [2021-03-22T22:11:43.998Z] 93b9cdb0e59b: Pulling fs layer [2021-03-22T22:11:43.998Z] 5e14af77c1be: Pulling fs layer [2021-03-22T22:11:43.998Z] 01666e4c0597: Pulling fs layer [2021-03-22T22:11:43.998Z] aa168da1d23b: Pulling fs layer [2021-03-22T22:11:43.998Z] 93b9cdb0e59b: Waiting [2021-03-22T22:11:43.998Z] 93b61091891f: Waiting [2021-03-22T22:11:43.998Z] 5e14af77c1be: Waiting [2021-03-22T22:11:43.998Z] 01666e4c0597: Waiting [2021-03-22T22:11:43.998Z] aa168da1d23b: Waiting [2021-03-22T22:11:43.998Z] 46f8f816bc3b: Waiting [2021-03-22T22:11:44.270Z] 36b3adc4ff6f: Download complete [2021-03-22T22:11:44.270Z] 46f8f816bc3b: Download complete [2021-03-22T22:11:44.270Z] df20fa9351a1: Verifying Checksum [2021-03-22T22:11:44.270Z] df20fa9351a1: Download complete [2021-03-22T22:11:44.270Z] 93b9cdb0e59b: Verifying Checksum [2021-03-22T22:11:44.270Z] 93b9cdb0e59b: Download complete [2021-03-22T22:11:44.270Z] 5e14af77c1be: Verifying Checksum [2021-03-22T22:11:44.270Z] 5e14af77c1be: Download complete [2021-03-22T22:11:44.543Z] 01666e4c0597: Verifying Checksum [2021-03-22T22:11:44.543Z] 01666e4c0597: Download complete [2021-03-22T22:11:44.543Z] 93b61091891f: Verifying Checksum [2021-03-22T22:11:44.543Z] 93b61091891f: Download complete [2021-03-22T22:11:44.821Z] df20fa9351a1: Pull complete [2021-03-22T22:11:45.101Z] 36b3adc4ff6f: Pull complete [2021-03-22T22:11:45.370Z] 8ad3a11d3b57: Verifying Checksum [2021-03-22T22:11:45.370Z] 8ad3a11d3b57: Download complete [2021-03-22T22:11:46.357Z] 8ad3a11d3b57: Pull complete [2021-03-22T22:11:46.944Z] 46f8f816bc3b: Pull complete [2021-03-22T22:11:49.208Z] aa168da1d23b: Verifying Checksum [2021-03-22T22:11:49.208Z] aa168da1d23b: Download complete [2021-03-22T22:11:50.186Z] 93b61091891f: Pull complete [2021-03-22T22:11:50.477Z] 93b9cdb0e59b: Pull complete [2021-03-22T22:11:51.074Z] 5e14af77c1be: Pull complete [2021-03-22T22:11:51.349Z] 01666e4c0597: Pull complete [2021-03-22T22:12:09.801Z] aa168da1d23b: Pull complete [2021-03-22T22:12:09.801Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-22T22:12:09.801Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-22T22:12:09.801Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-22T22:12:10.080Z] prd-centos7-docker-4c-2g-30930 does not seem to be running inside a container [2021-03-22T22:12:10.157Z] $ 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/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-22T22:12:16.021Z] $ docker top abdeeb98c27a525daa98420a4f2b00e283860212835a984b1fcef71f2a13032c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T22:12:17.099Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-22T22:12:17.779Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-22T22:12:18.125Z] + ls /var/log/sa-host [2021-03-22T22:12:18.126Z] + sadf -c /var/log/sa-host/sa22 [2021-03-22T22:12:18.126Z] file_magic: OK [2021-03-22T22:12:18.126Z] HZ: Using current value: 100 [2021-03-22T22:12:18.126Z] file_header: OK [2021-03-22T22:12:18.126Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-22T22:12:18.126Z] Statistics: [2021-03-22T22:12:18.126Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-22T22:12:18.126Z] File successfully converted to sysstat format version 12.2.1 [2021-03-22T22:12:18.126Z] + sadf -c /var/log/sa-host/sa23 [2021-03-22T22:12:18.126Z] file_magic: OK [2021-03-22T22:12:18.126Z] HZ: Using current value: 100 [2021-03-22T22:12:18.126Z] file_header: OK [2021-03-22T22:12:18.126Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-22T22:12:18.126Z] Statistics: [2021-03-22T22:12:18.126Z] Hnuu...uuuununununu... [2021-03-22T22:12:18.126Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-22T22:12:18.432Z] provisioning config files... [2021-03-22T22:12:18.451Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config5874526941774044023tmp [Pipeline] { [Pipeline] echo [2021-03-22T22:12:18.572Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:12:19.367Z] ---> create-netrc.sh [Pipeline] } [2021-03-22T22:12:19.892Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-22T22:12:20.079Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:12:20.511Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-22T22:12:20.574Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:12:20.977Z] ---> sudo-logs.sh [2021-03-22T22:12:20.978Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-22T22:12:21.152Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:12:21.512Z] ---> job-cost.sh [2021-03-22T22:12:21.512Z] lf-activate-venv: SKIPPING [2021-03-22T22:12:21.512Z] DEBUG: total: 0.20999999344348907 [2021-03-22T22:12:21.512Z] INFO: Retrieving Stack Cost... [2021-03-22T22:12:22.927Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-22T22:12:23.567Z] INFO: Archiving Costs [Pipeline] echo [2021-03-22T22:12:23.608Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:12:23.951Z] ---> logs-deploy.sh [2021-03-22T22:12:23.951Z] lf-activate-venv: SKIPPING [2021-03-22T22:12:23.951Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3285/1 [2021-03-22T22:12:23.951Z] INFO: archiving workspace using pattern(s): [2021-03-22T22:12:27.532Z] Archives upload complete. [2021-03-22T22:12:27.533Z] INFO: archiving logs to Nexus