Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 26b83fa92c3392fbb342e321af02a36e6fff533d+78d0c9acab6154e266009190efcfebd61633f654 (43e44432efe64a11a335b025feccaa029545bd0d) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-1231’ is offline; ‘prd-centos7-docker-4c-2g-1253’ is offline; ‘prd-ubuntu18.04-docker-8c-8g-1242’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1234’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1252’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1253 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/84 [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/84 # 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 78d0c9acab6154e266009190efcfebd61633f654 into PR head commit 26b83fa92c3392fbb342e321af02a36e6fff533d Merge succeeded, producing 26b83fa92c3392fbb342e321af02a36e6fff533d Checking out Revision 26b83fa92c3392fbb342e321af02a36e6fff533d (PR-3234) > git config core.sparsecheckout # timeout=10 > git checkout -f 26b83fa92c3392fbb342e321af02a36e6fff533d # 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 78d0c9acab6154e266009190efcfebd61633f654 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 26b83fa92c3392fbb342e321af02a36e6fff533d # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" > git rev-list --no-walk 8f195019f7e325fa5b625dc81af347c2a038aa7d # timeout=10 First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-20T19:24:05.432Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-20T19:24:05.535Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-20T19:24:05.562Z] ========================================================= [2021-04-20T19:24:05.562Z] EdgeX Global Pipelines Version Info [2021-04-20T19:24:05.562Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:24:09.284Z] ------------------- [2021-04-20T19:24:09.284Z] stable info: [2021-04-20T19:24:09.284Z] ------------------- [2021-04-20T19:24:09.284Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-20T19:24:09.284Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-20T19:24:09.284Z] Message: update stable to v1.0.186 [2021-04-20T19:24:10.328Z] ------------------- [2021-04-20T19:24:10.328Z] experimental info: [2021-04-20T19:24:10.328Z] ------------------- [2021-04-20T19:24:10.328Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-20T19:24:10.328Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-20T19:24:10.328Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-20T19:24:10.546Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-20T19:24:10.569Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-20T19:24:10.591Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-20T19:24:10.614Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-20T19:24:10.636Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-20T19:24:10.660Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-20T19:24:10.684Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-20T19:24:10.707Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-20T19:24:10.728Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-20T19:24:10.749Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-20T19:24:10.770Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-20T19:24:10.793Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-20T19:24:10.819Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-20T19:24:10.843Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-20T19:24:10.864Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T19:24:10.886Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T19:24:10.907Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-20T19:24:10.929Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-20T19:24:10.972Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-20T19:24:10.994Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-20T19:24:11.015Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-20T19:24:11.037Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-20T19:24:11.059Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-04-20T19:24:11.081Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-04-20T19:24:11.103Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-04-20T19:24:11.126Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 26b83fa92c3392fbb342e321af02a36e6fff533d [Pipeline] echo [2021-04-20T19:24:11.150Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 26b83fa [Pipeline] echo [2021-04-20T19:24:11.172Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T19:24:11.239Z] provisioning config files... [2021-04-20T19:24:11.287Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/84@tmp/config5427601167923936466tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:24:11.706Z] ---> docker-login.sh [2021-04-20T19:24:11.706Z] nexus3.edgexfoundry.org:10001 [2021-04-20T19:24:12.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:24:13.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:24:13.063Z] Configure a credential helper to remove this warning. See [2021-04-20T19:24:13.063Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:24:13.063Z] [2021-04-20T19:24:13.063Z] Login Succeeded [2021-04-20T19:24:13.355Z] nexus3.edgexfoundry.org:10002 [2021-04-20T19:24:13.652Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:24:13.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:24:13.652Z] Configure a credential helper to remove this warning. See [2021-04-20T19:24:13.652Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:24:13.652Z] [2021-04-20T19:24:13.652Z] Login Succeeded [2021-04-20T19:24:13.652Z] nexus3.edgexfoundry.org:10003 [2021-04-20T19:24:13.958Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:24:14.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:24:14.254Z] Configure a credential helper to remove this warning. See [2021-04-20T19:24:14.254Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:24:14.254Z] [2021-04-20T19:24:14.254Z] Login Succeeded [2021-04-20T19:24:14.254Z] nexus3.edgexfoundry.org:10004 [2021-04-20T19:24:14.554Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:24:14.554Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:24:14.554Z] Configure a credential helper to remove this warning. See [2021-04-20T19:24:14.554Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:24:14.554Z] [2021-04-20T19:24:14.554Z] Login Succeeded [2021-04-20T19:24:14.554Z] docker.io [2021-04-20T19:24:15.170Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:24:15.454Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:24:15.454Z] Configure a credential helper to remove this warning. See [2021-04-20T19:24:15.454Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:24:15.454Z] [2021-04-20T19:24:15.454Z] Login Succeeded [2021-04-20T19:24:15.454Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T19:24:15.473Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T19:24:15.855Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-04-20T19:24:15.855Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:24:15.855Z] ++ dirname cmd/core-command/Dockerfile [2021-04-20T19:24:15.855Z] ++ cut -d/ -f2 [2021-04-20T19:24:15.855Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-20T19:24:15.855Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:24:15.855Z] ++ dirname cmd/core-data/Dockerfile [2021-04-20T19:24:15.855Z] ++ cut -d/ -f2 [2021-04-20T19:24:15.855Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-20T19:24:15.855Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:24:15.855Z] ++ cut -d/ -f2 [2021-04-20T19:24:15.855Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-20T19:24:15.855Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-20T19:24:15.855Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:24:15.855Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-20T19:24:15.855Z] ++ cut -d/ -f2 [2021-04-20T19:24:15.855Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-20T19:24:15.855Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:24:15.855Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-20T19:24:15.855Z] ++ cut -d/ -f2 [2021-04-20T19:24:15.855Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-20T19:24:15.855Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:24:15.855Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-20T19:24:15.855Z] ++ cut -d/ -f2 [2021-04-20T19:24:15.855Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-20T19:24:15.855Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:24:15.855Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-20T19:24:15.855Z] ++ cut -d/ -f2 [2021-04-20T19:24:15.855Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-20T19:24:15.855Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:24:15.855Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-20T19:24:15.855Z] ++ cut -d/ -f2 [2021-04-20T19:24:15.855Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-20T19:24:15.855Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:24:15.855Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-20T19:24:15.855Z] ++ cut -d/ -f2 [2021-04-20T19:24:15.855Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-20T19:24:16.042Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:24:16.768Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T19:24:16.768Z] [2021-04-20T19:24:16.768Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:24:17.155Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T19:24:17.155Z] latest: Pulling from edgex-devops/git-semver [2021-04-20T19:24:17.155Z] 31603596830f: Pulling fs layer [2021-04-20T19:24:17.155Z] 2a8b12db71e7: Pulling fs layer [2021-04-20T19:24:17.155Z] 6ca5941a6612: Pulling fs layer [2021-04-20T19:24:17.155Z] ecc8261a40a4: Pulling fs layer [2021-04-20T19:24:17.155Z] ecc8261a40a4: Waiting [2021-04-20T19:24:17.155Z] 2a8b12db71e7: Verifying Checksum [2021-04-20T19:24:17.155Z] 2a8b12db71e7: Download complete [2021-04-20T19:24:17.458Z] 31603596830f: Verifying Checksum [2021-04-20T19:24:17.458Z] 31603596830f: Download complete [2021-04-20T19:24:17.750Z] ecc8261a40a4: Verifying Checksum [2021-04-20T19:24:17.750Z] ecc8261a40a4: Download complete [2021-04-20T19:24:18.072Z] 6ca5941a6612: Verifying Checksum [2021-04-20T19:24:18.072Z] 6ca5941a6612: Download complete [2021-04-20T19:24:18.348Z] 31603596830f: Pull complete [2021-04-20T19:24:18.644Z] 2a8b12db71e7: Pull complete [2021-04-20T19:24:21.373Z] 6ca5941a6612: Pull complete [2021-04-20T19:24:22.398Z] ecc8261a40a4: Pull complete [2021-04-20T19:24:22.398Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-20T19:24:22.398Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T19:24:22.398Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-20T19:24:22.665Z] prd-centos7-docker-4c-2g-1253 does not seem to be running inside a container [2021-04-20T19:24:22.785Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/84 -v /w/workspace/edgex-go/84:/w/workspace/edgex-go/84:rw,z -v /w/workspace/edgex-go/84@tmp:/w/workspace/edgex-go/84@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-20T19:24:26.517Z] $ docker top 70b79d46b79afc7c7ecf7ad5af43a00e0e4cf891a63dceba414a0fe6edae8d8b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T19:24:26.770Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T19:24:26.770Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T19:24:27.196Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T19:24:27.202Z] $ docker exec 70b79d46b79afc7c7ecf7ad5af43a00e0e4cf891a63dceba414a0fe6edae8d8b ssh-agent [2021-04-20T19:24:27.513Z] SSH_AUTH_SOCK=/tmp/ssh-3Z40zE693eJU/agent.12 [2021-04-20T19:24:27.513Z] SSH_AGENT_PID=18 [2021-04-20T19:24:27.529Z] Running ssh-add (command line suppressed) [2021-04-20T19:24:27.692Z] Identity added: /w/workspace/edgex-go/84@tmp/private_key_7210580952789720782.key (/w/workspace/edgex-go/84@tmp/private_key_7210580952789720782.key) [2021-04-20T19:24:27.775Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T19:24:28.095Z] + git tag --points-at HEAD [Pipeline] } [2021-04-20T19:24:28.125Z] $ docker exec --env ******** --env ******** 70b79d46b79afc7c7ecf7ad5af43a00e0e4cf891a63dceba414a0fe6edae8d8b ssh-agent -k [2021-04-20T19:24:28.316Z] unset SSH_AUTH_SOCK; [2021-04-20T19:24:28.316Z] unset SSH_AGENT_PID; [2021-04-20T19:24:28.316Z] echo Agent pid 18 killed; [2021-04-20T19:24:28.396Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-20T19:24:28.438Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T19:24:28.438Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T19:24:28.663Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T19:24:28.669Z] $ docker exec 70b79d46b79afc7c7ecf7ad5af43a00e0e4cf891a63dceba414a0fe6edae8d8b ssh-agent [2021-04-20T19:24:28.901Z] SSH_AUTH_SOCK=/tmp/ssh-KZPkMtWJWXZM/agent.46 [2021-04-20T19:24:28.901Z] SSH_AGENT_PID=51 [2021-04-20T19:24:28.911Z] Running ssh-add (command line suppressed) [2021-04-20T19:24:29.092Z] Identity added: /w/workspace/edgex-go/84@tmp/private_key_8715719165945683731.key (/w/workspace/edgex-go/84@tmp/private_key_8715719165945683731.key) [2021-04-20T19:24:29.172Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T19:24:29.494Z] + git semver init [2021-04-20T19:24:29.764Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T19:24:29.764Z] # $GIT_DIR = /w/workspace/edgex-go/84/.git [2021-04-20T19:24:29.764Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/84 [2021-04-20T19:24:29.764Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T19:24:29.764Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T19:24:29.764Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T19:24:29.764Z] # $SEMVER_BRANCH = PR-3234 [2021-04-20T19:24:29.764Z] # $SEMVER_TEMP = /tmp/semver-720093666 [2021-04-20T19:24:29.764Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-20T19:25:38.251Z] # '/tmp/semver-720093666' -> '/w/workspace/edgex-go/84/.semver' [2021-04-20T19:25:38.251Z] # -> Force: false [2021-04-20T19:25:38.251Z] # $SEMVER_DIR = /w/workspace/edgex-go/84/.semver [Pipeline] } [2021-04-20T19:25:38.274Z] $ docker exec --env ******** --env ******** 70b79d46b79afc7c7ecf7ad5af43a00e0e4cf891a63dceba414a0fe6edae8d8b ssh-agent -k [2021-04-20T19:25:38.709Z] unset SSH_AUTH_SOCK; [2021-04-20T19:25:38.709Z] unset SSH_AGENT_PID; [2021-04-20T19:25:38.709Z] echo Agent pid 51 killed; [2021-04-20T19:25:38.855Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T19:25:39.288Z] + git semver [Pipeline] } [2021-04-20T19:25:39.596Z] $ docker stop --time=1 70b79d46b79afc7c7ecf7ad5af43a00e0e4cf891a63dceba414a0fe6edae8d8b [2021-04-20T19:25:42.037Z] $ docker rm -f 70b79d46b79afc7c7ecf7ad5af43a00e0e4cf891a63dceba414a0fe6edae8d8b [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T19:25:42.837Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-20T19:25:44.348Z] Stashed 1 file(s) [Pipeline] echo [2021-04-20T19:25:44.351Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T19:25:44.935Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-20T19:25:45.338Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T19:25:45.733Z] + true [2021-04-20T19:25:45.733Z] + sudo service docker restart [2021-04-20T19:25:45.733Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-20T19:25:47.239Z] ========================================================= [2021-04-20T19:25:47.239Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-20T19:25:47.239Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:25:47.610Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-20T19:25:56.179Z] Sending build context to Docker daemon 329.6MB [2021-04-20T19:25:56.179Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T19:25:56.179Z] Step 2/6 : FROM ${BASE} [2021-04-20T19:25:56.179Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-20T19:25:56.179Z] 188c0c94c7c5: Pulling fs layer [2021-04-20T19:25:56.179Z] 0ef7d3d256c8: Pulling fs layer [2021-04-20T19:25:56.179Z] de9db76c5a1d: Pulling fs layer [2021-04-20T19:25:56.179Z] bca2f99d35d6: Pulling fs layer [2021-04-20T19:25:56.179Z] 93359f2a8cfa: Pulling fs layer [2021-04-20T19:25:56.179Z] 7c6f9722023f: Pulling fs layer [2021-04-20T19:25:56.179Z] a35cf1a2eb13: Pulling fs layer [2021-04-20T19:25:56.179Z] 93359f2a8cfa: Waiting [2021-04-20T19:25:56.179Z] 7c6f9722023f: Waiting [2021-04-20T19:25:56.179Z] a35cf1a2eb13: Waiting [2021-04-20T19:25:56.179Z] bca2f99d35d6: Waiting [2021-04-20T19:25:56.179Z] de9db76c5a1d: Verifying Checksum [2021-04-20T19:25:56.179Z] de9db76c5a1d: Download complete [2021-04-20T19:25:56.179Z] 0ef7d3d256c8: Verifying Checksum [2021-04-20T19:25:56.179Z] 0ef7d3d256c8: Download complete [2021-04-20T19:25:56.179Z] 93359f2a8cfa: Verifying Checksum [2021-04-20T19:25:56.179Z] 93359f2a8cfa: Download complete [2021-04-20T19:25:56.179Z] 7c6f9722023f: Verifying Checksum [2021-04-20T19:25:56.179Z] 7c6f9722023f: Download complete [2021-04-20T19:25:56.179Z] 188c0c94c7c5: Verifying Checksum [2021-04-20T19:25:56.179Z] 188c0c94c7c5: Download complete [2021-04-20T19:25:56.179Z] 188c0c94c7c5: Pull complete [2021-04-20T19:25:56.858Z] 0ef7d3d256c8: Pull complete [2021-04-20T19:25:57.510Z] de9db76c5a1d: Pull complete [2021-04-20T19:25:59.486Z] Still waiting to schedule task [2021-04-20T19:25:59.487Z] ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1231’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1235’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-8c-8g-1242’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1234’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1240’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1255’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1257’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1258’ is offline [2021-04-20T19:26:00.310Z] a35cf1a2eb13: Verifying Checksum [2021-04-20T19:26:00.310Z] a35cf1a2eb13: Download complete [2021-04-20T19:26:01.345Z] bca2f99d35d6: Verifying Checksum [2021-04-20T19:26:01.345Z] bca2f99d35d6: Download complete [2021-04-20T19:26:20.283Z] bca2f99d35d6: Pull complete [2021-04-20T19:26:20.283Z] 93359f2a8cfa: Pull complete [2021-04-20T19:26:20.283Z] 7c6f9722023f: Pull complete [2021-04-20T19:26:27.294Z] a35cf1a2eb13: Pull complete [2021-04-20T19:26:27.294Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-20T19:26:27.294Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-20T19:26:27.294Z] ---> a62c8e92a672 [2021-04-20T19:26:27.294Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-20T19:26:27.294Z] ---> Running in ad9d1ede4743 [2021-04-20T19:26:28.292Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:26:29.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:26:29.522Z] (1/12) Installing libmagic (5.38-r0) [2021-04-20T19:26:29.788Z] (2/12) Installing file (5.38-r0) [2021-04-20T19:26:29.788Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-20T19:26:30.055Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-20T19:26:35.507Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-20T19:26:35.507Z] (6/12) Installing patch (2.7.6-r6) [2021-04-20T19:26:35.507Z] (7/12) Installing build-base (0.5-r2) [2021-04-20T19:26:35.507Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-20T19:26:35.507Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-20T19:26:35.507Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-20T19:26:35.507Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-20T19:26:35.507Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-20T19:26:35.507Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T19:26:35.507Z] OK: 233 MiB in 51 packages [2021-04-20T19:26:41.238Z] Removing intermediate container ad9d1ede4743 [2021-04-20T19:26:41.238Z] ---> b077cf937525 [2021-04-20T19:26:41.238Z] Step 4/6 : WORKDIR /edgex-go [2021-04-20T19:26:41.238Z] ---> Running in e3a093f64364 [2021-04-20T19:26:42.278Z] Removing intermediate container e3a093f64364 [2021-04-20T19:26:42.278Z] ---> 9278191071d7 [2021-04-20T19:26:42.278Z] Step 5/6 : COPY go.mod . [2021-04-20T19:26:43.386Z] ---> fd0b908f3ae8 [2021-04-20T19:26:43.386Z] Step 6/6 : RUN go mod download [2021-04-20T19:26:43.683Z] ---> Running in dbf9403c2ec2 [2021-04-20T19:27:25.060Z] Removing intermediate container dbf9403c2ec2 [2021-04-20T19:27:25.060Z] ---> 3acb9083e067 [2021-04-20T19:27:25.060Z] Successfully built 3acb9083e067 [2021-04-20T19:27:25.060Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:27:25.568Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T19:27:26.274Z] . [Pipeline] withDockerContainer [2021-04-20T19:27:26.727Z] prd-centos7-docker-4c-2g-1253 does not seem to be running inside a container [2021-04-20T19:27:26.880Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/84 -v /w/workspace/edgex-go/84:/w/workspace/edgex-go/84:rw,z -v /w/workspace/edgex-go/84@tmp:/w/workspace/edgex-go/84@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-20T19:27:29.219Z] $ docker top 6ccb18ea553ca814d8a2c4b874fb6a26ecef981100cb5ea1eaeefafe5dac70f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:27:30.482Z] + go version [2021-04-20T19:27:30.482Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-20T19:27:30.614Z] $ docker stop --time=1 6ccb18ea553ca814d8a2c4b874fb6a26ecef981100cb5ea1eaeefafe5dac70f7 [2021-04-20T19:27:32.685Z] $ docker rm -f 6ccb18ea553ca814d8a2c4b874fb6a26ecef981100cb5ea1eaeefafe5dac70f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:27:33.478Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T19:27:33.478Z] . [Pipeline] withDockerContainer [2021-04-20T19:27:33.674Z] prd-centos7-docker-4c-2g-1253 does not seem to be running inside a container [2021-04-20T19:27:33.880Z] $ 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/84 -v /w/workspace/edgex-go/84:/w/workspace/edgex-go/84:rw,z -v /w/workspace/edgex-go/84@tmp:/w/workspace/edgex-go/84@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-20T19:27:35.296Z] $ docker top bf3c29062803e25fb7a719650dead16797053bd5688bbf2bd32c03ad1ebd023d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-20T19:27:35.506Z] ========================================================= [2021-04-20T19:27:35.507Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-20T19:27:35.507Z] ========================================================= [Pipeline] sh [2021-04-20T19:27:35.841Z] + make test [2021-04-20T19:27:35.841Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-20T19:28:09.012Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-20T19:28:57.741Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-20T19:29:06.421Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-20T19:29:06.421Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-20T19:29:06.421Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-20T19:29:13.508Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-20T19:29:13.508Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-20T19:29:13.508Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-20T19:29:13.508Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-20T19:29:16.616Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-20T19:29:17.361Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-20T19:29:24.446Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-20T19:29:24.446Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-20T19:29:24.446Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-20T19:29:29.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.549s coverage: 45.9% of statements [2021-04-20T19:29:29.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-20T19:29:29.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-20T19:29:29.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-20T19:29:29.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-20T19:29:29.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-20T19:29:29.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-20T19:29:29.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.104s coverage: 19.8% of statements [2021-04-20T19:29:29.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.188s coverage: 100.0% of statements [2021-04-20T19:29:34.991Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 2.563s coverage: 27.1% of statements [2021-04-20T19:29:34.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-20T19:29:34.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-20T19:29:34.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-20T19:29:34.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-20T19:29:34.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-20T19:29:34.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-20T19:29:34.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.117s coverage: 100.0% of statements [2021-04-20T19:29:34.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-20T19:29:34.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.204s coverage: 100.0% of statements [2021-04-20T19:29:34.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-20T19:29:34.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-20T19:29:34.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.472s coverage: 71.3% of statements [2021-04-20T19:29:34.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-20T19:29:34.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-20T19:29:39.082Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.762s coverage: 82.9% of statements [2021-04-20T19:29:39.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-20T19:29:39.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:29:39.082Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.357s coverage: 78.9% of statements [2021-04-20T19:29:39.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-20T19:29:45.184Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.678s coverage: 28.6% of statements [2021-04-20T19:29:45.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-20T19:29:45.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-20T19:29:45.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-20T19:29:45.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-20T19:29:45.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-20T19:29:45.184Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.261s coverage: 100.0% of statements [2021-04-20T19:29:45.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-20T19:29:45.184Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.217s coverage: 100.0% of statements [2021-04-20T19:29:45.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-20T19:29:45.184Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.263s coverage: 86.7% of statements [2021-04-20T19:29:45.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-20T19:29:45.184Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.319s coverage: 97.5% of statements [2021-04-20T19:29:45.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-20T19:29:45.184Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.113s coverage: 78.3% of statements [2021-04-20T19:29:45.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-20T19:29:45.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-20T19:29:45.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-20T19:29:45.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-20T19:29:49.768Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.696s coverage: 93.0% of statements [2021-04-20T19:29:49.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-20T19:29:49.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:29:49.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-20T19:29:49.768Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-20T19:29:49.768Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-20T19:29:49.768Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-20T19:29:49.768Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-20T19:29:49.768Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-20T19:29:49.768Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-20T19:29:49.768Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-20T19:29:49.768Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-20T19:29:49.768Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-20T19:29:49.768Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-20T19:29:49.768Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-20T19:29:49.768Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-20T19:29:49.768Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-20T19:29:49.768Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-20T19:29:49.768Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-20T19:29:49.768Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.125s coverage: 58.8% of statements [2021-04-20T19:29:49.768Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-20T19:29:49.768Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-20T19:29:49.768Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.221s coverage: 0.9% of statements [2021-04-20T19:29:49.768Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-20T19:29:49.768Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-20T19:29:49.768Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-20T19:29:49.768Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.101s coverage: 47.1% of statements [2021-04-20T19:29:49.768Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.156s coverage: 79.5% of statements [2021-04-20T19:29:49.768Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.135s coverage: 94.1% of statements [2021-04-20T19:29:50.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.135s coverage: 96.3% of statements [2021-04-20T19:29:51.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.160s coverage: 87.5% of statements [2021-04-20T19:30:04.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.159s coverage: 94.4% of statements [2021-04-20T19:30:04.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.108s coverage: 44.8% of statements [2021-04-20T19:30:09.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.647s coverage: 81.9% of statements [2021-04-20T19:30:09.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-20T19:30:18.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.263s coverage: 92.9% of statements [2021-04-20T19:30:18.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-20T19:30:18.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-20T19:30:18.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-20T19:30:18.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.139s coverage: 77.8% of statements [2021-04-20T19:30:18.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-20T19:30:18.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-20T19:30:18.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-20T19:30:18.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-20T19:30:18.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-20T19:30:18.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.265s coverage: 87.2% of statements [2021-04-20T19:30:18.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-20T19:30:18.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-20T19:30:18.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.121s coverage: 100.0% of statements [2021-04-20T19:30:18.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-20T19:30:18.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.115s coverage: 75.5% of statements [2021-04-20T19:30:18.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-20T19:30:18.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.8% of statements [2021-04-20T19:30:18.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.537s coverage: 87.2% of statements [2021-04-20T19:30:18.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.448s coverage: 84.6% of statements [2021-04-20T19:30:18.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.870s coverage: 91.6% of statements [2021-04-20T19:30:18.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-20T19:30:19.612Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.888s coverage: 64.4% of statements [2021-04-20T19:30:19.612Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-20T19:30:19.612Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-20T19:30:19.612Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2021-04-20T19:30:19.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.167s coverage: 91.3% of statements [2021-04-20T19:30:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.068s coverage: 100.0% of statements [2021-04-20T19:30:21.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.206s coverage: 73.7% of statements [2021-04-20T19:30:22.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.138s coverage: 100.0% of statements [2021-04-20T19:30:27.919Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 2.062s coverage: 69.0% of statements [2021-04-20T19:30:27.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-20T19:30:27.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-20T19:30:27.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-20T19:30:31.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.830s coverage: 38.4% of statements [2021-04-20T19:30:31.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-20T19:30:31.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-20T19:30:31.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.331s coverage: 89.5% of statements [2021-04-20T19:30:31.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-20T19:30:31.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.262s coverage: 84.8% of statements [2021-04-20T19:30:39.006Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.684s coverage: 47.0% of statements [2021-04-20T19:30:39.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-20T19:30:39.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-20T19:30:39.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-20T19:30:39.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-20T19:30:39.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-20T19:30:39.007Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.643s coverage: 100.0% of statements [2021-04-20T19:30:39.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-20T19:30:39.007Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.812s coverage: 100.0% of statements [2021-04-20T19:30:39.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-20T19:30:39.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-20T19:30:39.007Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.321s coverage: 9.6% of statements [2021-04-20T19:30:39.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-20T19:30:43.843Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.623s coverage: 88.6% of statements [2021-04-20T19:30:43.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-20T19:30:43.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:30:43.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-20T19:30:49.123Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.933s coverage: 28.7% of statements [2021-04-20T19:30:49.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-20T19:30:49.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-20T19:30:49.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-20T19:30:49.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-20T19:30:49.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-20T19:30:49.123Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.241s coverage: 99.0% of statements [2021-04-20T19:30:49.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-20T19:30:49.123Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.273s coverage: 100.0% of statements [2021-04-20T19:30:49.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-20T19:30:49.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-20T19:30:49.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-20T19:30:49.123Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.339s coverage: 64.6% of statements [2021-04-20T19:30:49.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-20T19:30:53.440Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.643s coverage: 95.6% of statements [2021-04-20T19:30:53.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-20T19:30:53.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:30:53.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-20T19:30:53.440Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.068s coverage: 0.0% of statements [2021-04-20T19:30:53.440Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-20T19:30:53.440Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.164s coverage: 100.0% of statements [2021-04-20T19:30:53.440Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-20T19:30:53.440Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-20T19:30:53.440Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-20T19:30:53.440Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-20T19:30:54.107Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.145s coverage: 87.9% of statements [2021-04-20T19:30:54.107Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-20T19:30:54.107Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-20T19:30:54.107Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.184s coverage: 100.0% of statements [2021-04-20T19:30:55.752Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.185s coverage: 28.1% of statements [2021-04-20T19:30:57.548Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.161s coverage: 100.0% of statements [2021-04-20T19:30:59.070Z] GO111MODULE=on go vet ./... [2021-04-20T19:31:19.851Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1261 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-04-20T19:31:19.869Z] Running in /w/workspace/edgex-go/84 [Pipeline] { [Pipeline] checkout [2021-04-20T19:31:26.168Z] using credential edgex-jenkins-ssh [2021-04-20T19:31:26.203Z] Cloning the remote Git repository [2021-04-20T19:31:26.281Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:31:26.428Z] > git init /w/workspace/edgex-go/84 # timeout=10 [2021-04-20T19:31:26.568Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:31:26.569Z] > git --version # timeout=10 [2021-04-20T19:31:26.592Z] > git --version # 'git version 2.17.1' [2021-04-20T19:31:26.594Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:31:26.673Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T19:31:44.018Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T19:31:44.051Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T19:31:44.082Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T19:31:44.123Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:31:44.124Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:31:44.140Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T19:31:44.887Z] Merging remotes/origin/master commit 78d0c9acab6154e266009190efcfebd61633f654 into PR head commit 26b83fa92c3392fbb342e321af02a36e6fff533d [2021-04-20T19:31:45.387Z] Merge succeeded, producing 26b83fa92c3392fbb342e321af02a36e6fff533d [2021-04-20T19:31:45.387Z] Checking out Revision 26b83fa92c3392fbb342e321af02a36e6fff533d (PR-3234) [2021-04-20T19:31:44.912Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T19:31:44.929Z] > git checkout -f 26b83fa92c3392fbb342e321af02a36e6fff533d # timeout=10 [2021-04-20T19:31:45.291Z] > git remote # timeout=10 [2021-04-20T19:31:45.314Z] > git config --get remote.origin.url # timeout=10 [2021-04-20T19:31:45.327Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:31:45.340Z] > git merge 78d0c9acab6154e266009190efcfebd61633f654 # timeout=10 [2021-04-20T19:31:45.374Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-20T19:31:45.399Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T19:31:45.412Z] > git checkout -f 26b83fa92c3392fbb342e321af02a36e6fff533d # timeout=10 [2021-04-20T19:31:50.030Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T19:31:51.531Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-20T19:31:51.973Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T19:31:52.326Z] + sudo service docker+ restart [2021-04-20T19:31:52.326Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T19:31:54.385Z] provisioning config files... [2021-04-20T19:31:54.438Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/84@tmp/config1717345061936066840tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:31:54.846Z] ---> docker-login.sh [2021-04-20T19:31:54.846Z] nexus3.edgexfoundry.org:10001 [2021-04-20T19:31:55.835Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:31:56.110Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:31:56.110Z] Configure a credential helper to remove this warning. See [2021-04-20T19:31:56.110Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:31:56.110Z] [2021-04-20T19:31:56.110Z] Login Succeeded [2021-04-20T19:31:56.110Z] nexus3.edgexfoundry.org:10002 [2021-04-20T19:31:56.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:31:56.733Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:31:56.733Z] Configure a credential helper to remove this warning. See [2021-04-20T19:31:56.733Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:31:56.733Z] [2021-04-20T19:31:56.733Z] Login Succeeded [2021-04-20T19:31:56.733Z] nexus3.edgexfoundry.org:10003 [2021-04-20T19:31:57.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:31:57.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:31:57.342Z] Configure a credential helper to remove this warning. See [2021-04-20T19:31:57.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:31:57.342Z] [2021-04-20T19:31:57.342Z] Login Succeeded [2021-04-20T19:31:57.342Z] nexus3.edgexfoundry.org:10004 [2021-04-20T19:31:57.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:31:57.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:31:57.893Z] Configure a credential helper to remove this warning. See [2021-04-20T19:31:57.893Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:31:57.893Z] [2021-04-20T19:31:57.893Z] Login Succeeded [2021-04-20T19:31:57.893Z] docker.io [2021-04-20T19:31:58.170Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:31:58.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:31:58.768Z] Configure a credential helper to remove this warning. See [2021-04-20T19:31:58.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:31:58.768Z] [2021-04-20T19:31:58.768Z] Login Succeeded [2021-04-20T19:31:58.768Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T19:31:58.787Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-20T19:31:59.173Z] ========================================================= [2021-04-20T19:31:59.173Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-20T19:31:59.173Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:31:59.532Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-20T19:32:02.199Z] Sending build context to Docker daemon 167.4MB [2021-04-20T19:32:02.199Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T19:32:02.199Z] Step 2/6 : FROM ${BASE} [2021-04-20T19:32:02.199Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-20T19:32:02.199Z] 5f621e34cdf4: Pulling fs layer [2021-04-20T19:32:02.199Z] a4357932f1b6: Pulling fs layer [2021-04-20T19:32:02.199Z] 18c013af1878: Pulling fs layer [2021-04-20T19:32:02.199Z] 00ac8860ef70: Pulling fs layer [2021-04-20T19:32:02.199Z] 63d7cb157983: Pulling fs layer [2021-04-20T19:32:02.199Z] b116817d02f9: Pulling fs layer [2021-04-20T19:32:02.199Z] 745a02a5169b: Pulling fs layer [2021-04-20T19:32:02.199Z] 00ac8860ef70: Waiting [2021-04-20T19:32:02.199Z] 63d7cb157983: Waiting [2021-04-20T19:32:02.199Z] b116817d02f9: Waiting [2021-04-20T19:32:02.199Z] 745a02a5169b: Waiting [2021-04-20T19:32:02.199Z] 18c013af1878: Verifying Checksum [2021-04-20T19:32:02.199Z] 18c013af1878: Download complete [2021-04-20T19:32:02.199Z] a4357932f1b6: Verifying Checksum [2021-04-20T19:32:02.199Z] a4357932f1b6: Download complete [2021-04-20T19:32:02.199Z] 63d7cb157983: Verifying Checksum [2021-04-20T19:32:02.199Z] 63d7cb157983: Download complete [2021-04-20T19:32:02.199Z] b116817d02f9: Download complete [2021-04-20T19:32:02.199Z] 5f621e34cdf4: Verifying Checksum [2021-04-20T19:32:02.199Z] 5f621e34cdf4: Download complete [2021-04-20T19:32:02.809Z] 5f621e34cdf4: Pull complete [2021-04-20T19:32:03.415Z] a4357932f1b6: Pull complete [2021-04-20T19:32:04.016Z] 18c013af1878: Pull complete [2021-04-20T19:32:04.996Z] 745a02a5169b: Verifying Checksum [2021-04-20T19:32:04.997Z] 745a02a5169b: Download complete [2021-04-20T19:32:05.977Z] 00ac8860ef70: Download complete [2021-04-20T19:32:16.155Z] 00ac8860ef70: Pull complete [2021-04-20T19:32:16.431Z] 63d7cb157983: Pull complete [2021-04-20T19:32:16.705Z] b116817d02f9: Pull complete [2021-04-20T19:32:20.107Z] 745a02a5169b: Pull complete [2021-04-20T19:32:20.107Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-20T19:32:20.107Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-20T19:32:20.107Z] ---> b7e6874047d6 [2021-04-20T19:32:20.107Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-20T19:32:24.459Z] ---> Running in e5af087e0332 [2021-04-20T19:32:25.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:32:26.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:32:26.627Z] (1/12) Installing libmagic (5.38-r0) [2021-04-20T19:32:26.899Z] (2/12) Installing file (5.38-r0) [2021-04-20T19:32:26.899Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-20T19:32:26.899Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-20T19:32:32.308Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-20T19:32:32.308Z] (6/12) Installing patch (2.7.6-r6) [2021-04-20T19:32:32.308Z] (7/12) Installing build-base (0.5-r2) [2021-04-20T19:32:32.308Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-20T19:32:32.581Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-20T19:32:32.581Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-20T19:32:32.581Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-20T19:32:32.856Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-20T19:32:32.856Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T19:32:32.856Z] OK: 217 MiB in 51 packages [2021-04-20T19:32:37.162Z] Removing intermediate container e5af087e0332 [2021-04-20T19:32:37.162Z] ---> 60da78a14310 [2021-04-20T19:32:37.162Z] Step 4/6 : WORKDIR /edgex-go [2021-04-20T19:32:37.162Z] ---> Running in efa4bbb8f11a [2021-04-20T19:32:37.757Z] Removing intermediate container efa4bbb8f11a [2021-04-20T19:32:37.757Z] ---> c68f9e81035c [2021-04-20T19:32:37.757Z] Step 5/6 : COPY go.mod . [2021-04-20T19:32:38.167Z] gofmt -l . [2021-04-20T19:32:38.167Z] [ "`gofmt -l .`" = "" ] [2021-04-20T19:32:38.167Z] ./bin/test-go-mod-tidy.sh [2021-04-20T19:32:38.167Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-20T19:32:38.358Z] ---> 87ae6ed2a297 [2021-04-20T19:32:38.358Z] Step 6/6 : RUN go mod download [2021-04-20T19:32:38.634Z] ---> Running in fd1c462c7d60 [2021-04-20T19:32:39.845Z] + ls -al . [2021-04-20T19:32:39.845Z] total 812 [2021-04-20T19:32:39.845Z] drwxrwxr-x 10 1001 1001 4096 Apr 20 19:32 . [2021-04-20T19:32:39.845Z] drwxr-xr-x 4 root root 30 Apr 20 19:27 .. [2021-04-20T19:32:39.845Z] -rw-rw-r-- 1 1001 1001 11 Apr 20 19:23 .dockerignore [2021-04-20T19:32:39.845Z] drwxrwxr-x 8 1001 1001 179 Apr 20 19:24 .git [2021-04-20T19:32:39.845Z] drwxrwxr-x 3 1001 1001 125 Apr 20 19:23 .github [2021-04-20T19:32:39.845Z] -rw-rw-r-- 1 1001 1001 818 Apr 20 19:23 .gitignore [2021-04-20T19:32:39.845Z] drwx------ 3 1001 1001 60 Apr 20 19:25 .semver [2021-04-20T19:32:39.845Z] -rw-rw-r-- 1 1001 1001 166 Apr 20 19:23 .sonarcloud.properties [2021-04-20T19:32:39.845Z] -rw-rw-r-- 1 1001 1001 8609 Apr 20 19:23 Attribution.txt [2021-04-20T19:32:39.845Z] -rw-rw-r-- 1 1001 1001 3804 Apr 20 19:23 CONTRIBUTING.md [2021-04-20T19:32:39.845Z] -rw-rw-r-- 1 1001 1001 931 Apr 20 19:23 Dockerfile.build [2021-04-20T19:32:39.845Z] -rw-rw-r-- 1 1001 1001 863 Apr 20 19:23 Jenkinsfile [2021-04-20T19:32:39.845Z] -rw-rw-r-- 1 1001 1001 10775 Apr 20 19:23 LICENSE [2021-04-20T19:32:39.845Z] -rw-rw-r-- 1 1001 1001 5774 Apr 20 19:23 Makefile [2021-04-20T19:32:39.845Z] -rw-rw-r-- 1 1001 1001 7978 Apr 20 19:23 README.md [2021-04-20T19:32:39.845Z] -rw-rw-r-- 1 1001 1001 6755 Apr 20 19:23 SECURITY.md [2021-04-20T19:32:39.845Z] -rw-rw-r-- 1 1001 1001 5 Apr 20 19:25 VERSION [2021-04-20T19:32:39.845Z] -rw-rw-r-- 1 1001 1001 4131 Apr 20 19:23 ZMQWindows.md [2021-04-20T19:32:39.845Z] drwxrwxr-x 2 1001 1001 117 Apr 20 19:23 bin [2021-04-20T19:32:39.845Z] drwxrwxr-x 14 1001 1001 4096 Apr 20 19:23 cmd [2021-04-20T19:32:39.845Z] -rw-r--r-- 1 root root 703598 Apr 20 19:30 coverage.out [2021-04-20T19:32:39.845Z] -rw-r--r-- 1 root root 1060 Apr 20 19:32 go.mod [2021-04-20T19:32:39.845Z] -rw-r--r-- 1 root root 22191 Apr 20 19:32 go.sum [2021-04-20T19:32:39.845Z] drwxrwxr-x 8 1001 1001 127 Apr 20 19:23 internal [2021-04-20T19:32:39.845Z] drwxrwxr-x 4 1001 1001 26 Apr 20 19:23 openapi [2021-04-20T19:32:39.845Z] drwxrwxr-x 4 1001 1001 71 Apr 20 19:23 snap [2021-04-20T19:32:39.845Z] -rw-rw-r-- 1 1001 1001 168 Apr 20 19:23 version.go [Pipeline] sh [2021-04-20T19:32:40.699Z] + '[' -e coverage.out ] [2021-04-20T19:32:40.699Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-20T19:32:41.425Z] Stashed 1 file(s) [Pipeline] sh [2021-04-20T19:32:42.156Z] + make build [2021-04-20T19:32:42.156Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-20T19:32:50.943Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-20T19:33:05.542Z] Removing intermediate container fd1c462c7d60 [2021-04-20T19:33:05.542Z] ---> 89b8c962453d [2021-04-20T19:33:05.542Z] Successfully built 89b8c962453d [2021-04-20T19:33:05.542Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:33:05.898Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T19:33:05.898Z] . [Pipeline] withDockerContainer [2021-04-20T19:33:06.196Z] prd-ubuntu18.04-docker-arm64-4c-16g-1261 does not seem to be running inside a container [2021-04-20T19:33:06.285Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/84 -v /w/workspace/edgex-go/84:/w/workspace/edgex-go/84:rw,z -v /w/workspace/edgex-go/84@tmp:/w/workspace/edgex-go/84@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-20T19:33:07.863Z] $ docker top 8fc25e803f7467762841c2d56532cd57c13bfa9e5ae3add41dda7015505fd946 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:33:08.861Z] + go version [2021-04-20T19:33:08.861Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-20T19:33:08.886Z] $ docker stop --time=1 8fc25e803f7467762841c2d56532cd57c13bfa9e5ae3add41dda7015505fd946 [2021-04-20T19:33:10.907Z] $ docker rm -f 8fc25e803f7467762841c2d56532cd57c13bfa9e5ae3add41dda7015505fd946 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:33:11.652Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T19:33:11.652Z] . [Pipeline] withDockerContainer [2021-04-20T19:33:11.946Z] prd-ubuntu18.04-docker-arm64-4c-16g-1261 does not seem to be running inside a container [2021-04-20T19:33:12.045Z] $ 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/84 -v /w/workspace/edgex-go/84:/w/workspace/edgex-go/84:rw,z -v /w/workspace/edgex-go/84@tmp:/w/workspace/edgex-go/84@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-20T19:33:13.627Z] $ docker top 79c7a064aff57f03b62a70d0481aa4c7146d9ebafcdc826573c8b13b0bcf19b7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-20T19:33:13.969Z] ========================================================= [2021-04-20T19:33:13.969Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-20T19:33:13.969Z] ========================================================= [Pipeline] sh [2021-04-20T19:33:14.623Z] + make test [2021-04-20T19:33:14.623Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-20T19:33:31.535Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-20T19:33:38.612Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-20T19:33:41.481Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-20T19:33:45.635Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-20T19:33:46.693Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-20T19:33:54.174Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-20T19:33:58.709Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-20T19:34:04.782Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-20T19:34:09.632Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-20T19:34:13.223Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-20T19:34:16.906Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-20T19:34:33.013Z] $ docker stop --time=1 bf3c29062803e25fb7a719650dead16797053bd5688bbf2bd32c03ad1ebd023d [2021-04-20T19:34:36.078Z] $ docker rm -f bf3c29062803e25fb7a719650dead16797053bd5688bbf2bd32c03ad1ebd023d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:34:38.283Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T19:34:38.334Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-20T19:34:38.552Z] [2021-04-20T19:34:38.552Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:34:38.610Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-20T19:34:38.897Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T19:34:38.897Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-20T19:34:38.897Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-20T19:34:38.897Z] ca9280d653b3: Pulling fs layer [2021-04-20T19:34:38.897Z] 7e9c9ca2126c: Pulling fs layer [2021-04-20T19:34:39.173Z] cbdbe7a5bc2a: Download complete [2021-04-20T19:34:40.155Z] cbdbe7a5bc2a: Pull complete [2021-04-20T19:34:40.155Z] ca9280d653b3: Verifying Checksum [2021-04-20T19:34:40.155Z] ca9280d653b3: Download complete [2021-04-20T19:34:42.950Z] 7e9c9ca2126c: Verifying Checksum [2021-04-20T19:34:42.950Z] 7e9c9ca2126c: Download complete [2021-04-20T19:34:42.950Z] ca9280d653b3: Pull complete [2021-04-20T19:34:46.932Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-20T19:34:46.932Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-20T19:34:49.568Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-20T19:34:49.568Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-20T19:34:49.568Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-20T19:34:49.568Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-20T19:34:53.001Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-20T19:34:53.604Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-20T19:35:01.911Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-20T19:35:01.911Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-20T19:35:01.911Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-20T19:35:05.864Z] 7e9c9ca2126c: Pull complete [2021-04-20T19:35:05.864Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-20T19:35:05.864Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T19:35:05.864Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-20T19:35:06.322Z] prd-centos7-docker-4c-2g-1253 does not seem to be running inside a container [2021-04-20T19:35:06.462Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/84 -v /w/workspace/edgex-go/84:/w/workspace/edgex-go/84:rw,z -v /w/workspace/edgex-go/84@tmp:/w/workspace/edgex-go/84@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-20T19:35:08.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.328s coverage: 45.9% of statements [2021-04-20T19:35:08.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-20T19:35:08.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-20T19:35:08.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-20T19:35:08.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-20T19:35:08.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-20T19:35:08.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-20T19:35:08.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.130s coverage: 19.8% of statements [2021-04-20T19:35:08.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.232s coverage: 100.0% of statements [2021-04-20T19:35:10.666Z] $ docker top 10367f27dcd376e0dc4b4e4c2afa8ffb7d71dfbf6c5bf2d146cef712299e1f11 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:35:11.774Z] + grep parallel [2021-04-20T19:35:11.774Z] + docker-compose build --help [2021-04-20T19:35:13.838Z] --parallel Build images in parallel. [Pipeline] } [2021-04-20T19:35:13.903Z] $ docker stop --time=1 10367f27dcd376e0dc4b4e4c2afa8ffb7d71dfbf6c5bf2d146cef712299e1f11 [2021-04-20T19:35:15.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.669s coverage: 27.1% of statements [2021-04-20T19:35:15.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-20T19:35:15.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-20T19:35:15.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-20T19:35:15.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-20T19:35:15.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-20T19:35:15.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-20T19:35:15.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.184s coverage: 100.0% of statements [2021-04-20T19:35:15.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-20T19:35:15.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.185s coverage: 100.0% of statements [2021-04-20T19:35:15.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-20T19:35:15.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-20T19:35:15.925Z] $ docker rm -f 10367f27dcd376e0dc4b4e4c2afa8ffb7d71dfbf6c5bf2d146cef712299e1f11 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:35:16.832Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T19:35:16.832Z] . [2021-04-20T19:35:16.857Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.276s coverage: 71.3% of statements [2021-04-20T19:35:16.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-20T19:35:16.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [Pipeline] withDockerContainer [2021-04-20T19:35:17.066Z] prd-centos7-docker-4c-2g-1253 does not seem to be running inside a container [2021-04-20T19:35:17.143Z] $ 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/84 -v /w/workspace/edgex-go/84:/w/workspace/edgex-go/84:rw,z -v /w/workspace/edgex-go/84@tmp:/w/workspace/edgex-go/84@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-20T19:35:18.664Z] $ docker top c8e22fc05dfb90169997830a7bc6046face0267576c8b0e6d9cad19ac1438ec4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:35:19.508Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.471s coverage: 82.9% of statements [2021-04-20T19:35:19.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-20T19:35:19.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:35:19.509Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.146s coverage: 78.9% of statements [2021-04-20T19:35:19.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-20T19:35:20.054Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-20T19:35:21.556Z] Building docker-core-command-go ... [2021-04-20T19:35:21.556Z] Building docker-core-data-go ... [2021-04-20T19:35:21.556Z] Building docker-core-metadata-go ... [2021-04-20T19:35:21.556Z] Building docker-security-bootstrapper-go ... [2021-04-20T19:35:21.556Z] Building docker-security-proxy-setup-go ... [2021-04-20T19:35:21.556Z] Building docker-security-secretstore-setup-go ... [2021-04-20T19:35:21.556Z] Building docker-support-notifications-go ... [2021-04-20T19:35:21.556Z] Building docker-support-scheduler-go ... [2021-04-20T19:35:21.556Z] Building docker-sys-mgmt-agent-go ... [2021-04-20T19:35:21.556Z] Building docker-support-notifications-go [2021-04-20T19:35:21.556Z] Building docker-security-bootstrapper-go [2021-04-20T19:35:21.556Z] Building docker-core-metadata-go [2021-04-20T19:35:21.556Z] Building docker-security-secretstore-setup-go [2021-04-20T19:35:21.556Z] Building docker-core-command-go [2021-04-20T19:35:29.718Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.167s coverage: 28.6% of statements [2021-04-20T19:35:29.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-20T19:35:29.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-20T19:35:29.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-20T19:35:29.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-20T19:35:29.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-20T19:35:29.718Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.215s coverage: 100.0% of statements [2021-04-20T19:35:29.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-20T19:35:29.718Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.144s coverage: 100.0% of statements [2021-04-20T19:35:29.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-20T19:35:29.718Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.438s coverage: 86.7% of statements [2021-04-20T19:35:29.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-20T19:35:29.718Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.439s coverage: 97.5% of statements [2021-04-20T19:35:29.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-20T19:35:29.718Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.237s coverage: 78.3% of statements [2021-04-20T19:35:29.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-20T19:35:29.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-20T19:35:29.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-20T19:35:29.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-20T19:35:38.022Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.216s coverage: 93.0% of statements [2021-04-20T19:35:38.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-20T19:35:38.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:35:38.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-20T19:35:38.022Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-20T19:35:38.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-20T19:35:38.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-20T19:35:38.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-20T19:35:38.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-20T19:35:38.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-20T19:35:38.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-20T19:35:38.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-20T19:35:38.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-20T19:35:38.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-20T19:35:38.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-20T19:35:38.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-20T19:35:38.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-20T19:35:38.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-20T19:35:38.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-20T19:35:38.022Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.119s coverage: 58.8% of statements [2021-04-20T19:35:38.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-20T19:35:38.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-20T19:35:38.022Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.232s coverage: 0.9% of statements [2021-04-20T19:35:38.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-20T19:35:38.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-20T19:35:38.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-20T19:35:38.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.145s coverage: 47.1% of statements [2021-04-20T19:35:38.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.213s coverage: 79.5% of statements [2021-04-20T19:35:38.023Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.128s coverage: 94.1% of statements [2021-04-20T19:35:38.023Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.198s coverage: 96.3% of statements [2021-04-20T19:35:38.023Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.133s coverage: 87.5% of statements [2021-04-20T19:35:50.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.140s coverage: 94.4% of statements [2021-04-20T19:35:50.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.126s coverage: 44.8% of statements [2021-04-20T19:35:55.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.533s coverage: 81.9% of statements [2021-04-20T19:35:55.818Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-20T19:36:05.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.254s coverage: 92.9% of statements [2021-04-20T19:36:05.996Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-20T19:36:05.996Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-20T19:36:05.996Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-20T19:36:05.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-04-20T19:36:05.996Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-20T19:36:05.996Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-20T19:36:05.996Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-20T19:36:05.996Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-20T19:36:05.996Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-20T19:36:05.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.067s coverage: 87.2% of statements [2021-04-20T19:36:05.996Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-20T19:36:05.996Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-20T19:36:05.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements [2021-04-20T19:36:05.996Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-20T19:36:05.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.140s coverage: 75.5% of statements [2021-04-20T19:36:05.996Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-20T19:36:05.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.142s coverage: 80.8% of statements [2021-04-20T19:36:05.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.203s coverage: 87.2% of statements [2021-04-20T19:36:05.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.210s coverage: 84.6% of statements [2021-04-20T19:36:05.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.229s coverage: 91.6% of statements [2021-04-20T19:36:05.996Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-20T19:36:05.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.648s coverage: 64.4% of statements [2021-04-20T19:36:05.996Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-20T19:36:05.996Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-20T19:36:05.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.124s coverage: 100.0% of statements [2021-04-20T19:36:05.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements [2021-04-20T19:36:05.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.068s coverage: 100.0% of statements [2021-04-20T19:36:06.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.079s coverage: 73.7% of statements [2021-04-20T19:36:07.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements [2021-04-20T19:36:11.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.023s coverage: 69.0% of statements [2021-04-20T19:36:11.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-20T19:36:11.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-20T19:36:11.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-20T19:36:12.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.434s coverage: 38.4% of statements [2021-04-20T19:36:12.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-20T19:36:12.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-20T19:36:12.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.118s coverage: 89.5% of statements [2021-04-20T19:36:12.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-20T19:36:12.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.112s coverage: 84.8% of statements [2021-04-20T19:36:21.224Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.464s coverage: 47.0% of statements [2021-04-20T19:36:21.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-20T19:36:21.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-20T19:36:21.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-20T19:36:21.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-20T19:36:21.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-20T19:36:21.224Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.138s coverage: 100.0% of statements [2021-04-20T19:36:21.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-20T19:36:21.224Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.142s coverage: 100.0% of statements [2021-04-20T19:36:21.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-20T19:36:21.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-20T19:36:21.224Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.138s coverage: 9.6% of statements [2021-04-20T19:36:21.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-20T19:36:21.224Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.434s coverage: 88.6% of statements [2021-04-20T19:36:21.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-20T19:36:21.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:36:21.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-20T19:36:29.528Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.366s coverage: 28.7% of statements [2021-04-20T19:36:29.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-20T19:36:29.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-20T19:36:29.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-20T19:36:29.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-20T19:36:29.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-20T19:36:29.528Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.194s coverage: 99.0% of statements [2021-04-20T19:36:29.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-20T19:36:29.528Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.144s coverage: 100.0% of statements [2021-04-20T19:36:29.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-20T19:36:29.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-20T19:36:29.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-20T19:36:29.528Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.194s coverage: 64.6% of statements [2021-04-20T19:36:29.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-20T19:36:29.528Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.314s coverage: 95.6% of statements [2021-04-20T19:36:29.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-20T19:36:29.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:36:29.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-20T19:36:29.528Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2021-04-20T19:36:29.528Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-20T19:36:29.528Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements [2021-04-20T19:36:29.528Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-20T19:36:29.528Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-20T19:36:29.528Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-20T19:36:29.528Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-20T19:36:29.528Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.107s coverage: 87.9% of statements [2021-04-20T19:36:29.528Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-20T19:36:29.528Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-20T19:36:29.528Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements [2021-04-20T19:36:30.970Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.111s coverage: 28.1% of statements [2021-04-20T19:36:31.571Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-04-20T19:36:32.169Z] GO111MODULE=on go vet ./... [2021-04-20T19:37:00.517Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:37:00.518Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:37:00.518Z] ---> 3acb9083e067 [2021-04-20T19:37:00.518Z] Step 3/31 : WORKDIR /edgex-go [2021-04-20T19:37:00.518Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:37:00.518Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:37:00.518Z] ---> 3acb9083e067 [2021-04-20T19:37:00.518Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T19:37:00.518Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:37:00.518Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:37:00.518Z] ---> 3acb9083e067 [2021-04-20T19:37:00.518Z] Step 3/24 : WORKDIR /edgex-go [2021-04-20T19:37:00.518Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:37:00.518Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:37:00.518Z] ---> 3acb9083e067 [2021-04-20T19:37:00.518Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:37:00.518Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:37:00.518Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:37:00.518Z] ---> 3acb9083e067 [2021-04-20T19:37:00.518Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:37:00.518Z] ---> Running in 68f3d3bc4c39 [2021-04-20T19:37:00.518Z] ---> Running in 14b3668e48dc [2021-04-20T19:37:00.518Z] ---> Running in ae7fec3dedbf [2021-04-20T19:37:00.518Z] ---> Running in f384c0e6bc2f [2021-04-20T19:37:00.518Z] ---> Running in 0607aaac983f [2021-04-20T19:37:00.518Z] Removing intermediate container 14b3668e48dc [2021-04-20T19:37:00.518Z] ---> bcbfafe8f643 [2021-04-20T19:37:00.518Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:37:00.518Z] Removing intermediate container 68f3d3bc4c39 [2021-04-20T19:37:00.518Z] ---> f2871618a84a [2021-04-20T19:37:00.518Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:37:00.518Z] Removing intermediate container ae7fec3dedbf [2021-04-20T19:37:00.518Z] ---> 7ff2dcea509f [2021-04-20T19:37:00.518Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:37:00.518Z] Removing intermediate container f384c0e6bc2f [2021-04-20T19:37:00.518Z] ---> 68e19ac6e3b0 [2021-04-20T19:37:00.518Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:37:00.518Z] Removing intermediate container 0607aaac983f [2021-04-20T19:37:00.518Z] ---> eee1954653d7 [2021-04-20T19:37:00.518Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:37:00.518Z] ---> Running in 023b7fbf0d97 [2021-04-20T19:37:00.518Z] ---> Running in f7f7a9c8b51f [2021-04-20T19:37:00.518Z] ---> Running in 9cb9d832c724 [2021-04-20T19:37:00.518Z] ---> Running in 1720b671cd6d [2021-04-20T19:37:00.518Z] ---> Running in 6fc41818dcea [2021-04-20T19:37:05.330Z] Removing intermediate container 6fc41818dcea [2021-04-20T19:37:05.330Z] ---> d13771ab6c9f [2021-04-20T19:37:05.330Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T19:37:05.653Z] ---> Running in f145cc8e0b66 [2021-04-20T19:37:05.653Z] Removing intermediate container 023b7fbf0d97 [2021-04-20T19:37:05.653Z] ---> 748b28e7cfd8 [2021-04-20T19:37:05.653Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-20T19:37:05.932Z] Removing intermediate container f7f7a9c8b51f [2021-04-20T19:37:05.932Z] ---> ac067c9f25bc [2021-04-20T19:37:05.932Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-20T19:37:05.932Z] Removing intermediate container 1720b671cd6d [2021-04-20T19:37:05.932Z] ---> 41059d5ac753 [2021-04-20T19:37:05.932Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-20T19:37:06.222Z] ---> Running in a211156d4090 [2021-04-20T19:37:06.222Z] ---> Running in 88cab47c5b0e [2021-04-20T19:37:06.222Z] Removing intermediate container 9cb9d832c724 [2021-04-20T19:37:06.222Z] ---> 57a2f3250bad [2021-04-20T19:37:06.222Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T19:37:06.222Z] ---> Running in caaf0e1ba540 [2021-04-20T19:37:06.522Z] ---> Running in 0976bb72f503 [2021-04-20T19:37:07.575Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:37:07.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:37:08.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:37:08.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:37:09.034Z] OK: 233 MiB in 51 packages [2021-04-20T19:37:09.034Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:37:09.034Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:37:09.350Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:37:09.350Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:37:09.648Z] OK: 233 MiB in 51 packages [2021-04-20T19:37:09.648Z] OK: 233 MiB in 51 packages [2021-04-20T19:37:09.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:37:09.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:37:10.626Z] OK: 233 MiB in 51 packages [2021-04-20T19:37:10.626Z] OK: 233 MiB in 51 packages [2021-04-20T19:37:10.626Z] Removing intermediate container f145cc8e0b66 [2021-04-20T19:37:10.626Z] ---> 495da179197d [2021-04-20T19:37:10.626Z] Step 6/23 : COPY go.mod . [2021-04-20T19:37:11.232Z] ---> b17d2c5424d0 [2021-04-20T19:37:11.232Z] Step 7/23 : RUN go mod download [2021-04-20T19:37:11.525Z] ---> Running in 25e0c20e7fa7 [2021-04-20T19:37:11.525Z] Removing intermediate container 88cab47c5b0e [2021-04-20T19:37:11.525Z] ---> 2657a949a968 [2021-04-20T19:37:11.525Z] Step 6/31 : COPY go.mod . [2021-04-20T19:37:11.804Z] Removing intermediate container a211156d4090 [2021-04-20T19:37:11.804Z] ---> cc95ac44a817 [2021-04-20T19:37:11.804Z] Step 6/24 : COPY go.mod . [2021-04-20T19:37:11.804Z] Removing intermediate container caaf0e1ba540 [2021-04-20T19:37:11.804Z] ---> a264fd5a5212 [2021-04-20T19:37:11.804Z] Step 6/22 : COPY go.mod . [2021-04-20T19:37:12.204Z] Removing intermediate container 0976bb72f503 [2021-04-20T19:37:12.204Z] ---> cbc2829351e6 [2021-04-20T19:37:12.204Z] Step 6/23 : COPY go.mod . [2021-04-20T19:37:12.204Z] ---> 74633dc56758 [2021-04-20T19:37:12.204Z] Step 7/24 : RUN go mod download [2021-04-20T19:37:12.204Z] ---> 6db6e6ba63e0 [2021-04-20T19:37:12.204Z] Step 7/31 : RUN go mod download [2021-04-20T19:37:12.526Z] ---> Running in e65f60d593ce [2021-04-20T19:37:12.526Z] ---> Running in e1891588d17c [2021-04-20T19:37:12.800Z] ---> 0aac6e17dc64 [2021-04-20T19:37:12.800Z] Step 7/22 : RUN go mod download [2021-04-20T19:37:13.103Z] ---> Running in 3ba38caf4ec0 [2021-04-20T19:37:13.103Z] ---> ac2701143932 [2021-04-20T19:37:13.103Z] Step 7/23 : RUN go mod download [2021-04-20T19:37:13.766Z] ---> Running in bcf49672525d [2021-04-20T19:37:17.491Z] Removing intermediate container 25e0c20e7fa7 [2021-04-20T19:37:17.491Z] ---> b094e9d5481c [2021-04-20T19:37:17.491Z] Step 8/23 : COPY . . [2021-04-20T19:37:17.491Z] Removing intermediate container e65f60d593ce [2021-04-20T19:37:17.491Z] ---> f32267e8b695 [2021-04-20T19:37:17.491Z] Step 8/31 : COPY . . [2021-04-20T19:37:19.522Z] Removing intermediate container e1891588d17c [2021-04-20T19:37:19.522Z] ---> e1d4fae69d49 [2021-04-20T19:37:19.522Z] Step 8/24 : COPY . . [2021-04-20T19:37:26.712Z] Removing intermediate container 3ba38caf4ec0 [2021-04-20T19:37:26.712Z] ---> ce621015cd29 [2021-04-20T19:37:26.712Z] Step 8/22 : COPY . . [2021-04-20T19:37:28.369Z] Removing intermediate container bcf49672525d [2021-04-20T19:37:28.369Z] ---> 4286fe486a61 [2021-04-20T19:37:28.369Z] Step 8/23 : COPY . . [2021-04-20T19:37:54.091Z] gofmt -l . [2021-04-20T19:37:54.092Z] [ "`gofmt -l .`" = "" ] [2021-04-20T19:37:56.703Z] ./bin/test-go-mod-tidy.sh [2021-04-20T19:37:57.306Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-20T19:37:59.951Z] + ls -al . [2021-04-20T19:37:59.952Z] total 840 [2021-04-20T19:37:59.952Z] drwxrwxr-x 9 1001 1001 4096 Apr 20 19:37 . [2021-04-20T19:37:59.952Z] drwxr-xr-x 4 root root 4096 Apr 20 19:33 .. [2021-04-20T19:37:59.952Z] -rw-rw-r-- 1 1001 1001 11 Apr 20 19:31 .dockerignore [2021-04-20T19:37:59.952Z] drwxrwxr-x 8 1001 1001 4096 Apr 20 19:31 .git [2021-04-20T19:37:59.952Z] drwxrwxr-x 3 1001 1001 4096 Apr 20 19:31 .github [2021-04-20T19:37:59.952Z] -rw-rw-r-- 1 1001 1001 818 Apr 20 19:31 .gitignore [2021-04-20T19:37:59.952Z] -rw-rw-r-- 1 1001 1001 166 Apr 20 19:31 .sonarcloud.properties [2021-04-20T19:37:59.952Z] -rw-rw-r-- 1 1001 1001 8609 Apr 20 19:31 Attribution.txt [2021-04-20T19:37:59.952Z] -rw-rw-r-- 1 1001 1001 3804 Apr 20 19:31 CONTRIBUTING.md [2021-04-20T19:37:59.952Z] -rw-rw-r-- 1 1001 1001 931 Apr 20 19:31 Dockerfile.build [2021-04-20T19:37:59.952Z] -rw-rw-r-- 1 1001 1001 863 Apr 20 19:31 Jenkinsfile [2021-04-20T19:37:59.952Z] -rw-rw-r-- 1 1001 1001 10775 Apr 20 19:31 LICENSE [2021-04-20T19:37:59.952Z] -rw-rw-r-- 1 1001 1001 5774 Apr 20 19:31 Makefile [2021-04-20T19:37:59.952Z] -rw-rw-r-- 1 1001 1001 7978 Apr 20 19:31 README.md [2021-04-20T19:37:59.952Z] -rw-rw-r-- 1 1001 1001 6755 Apr 20 19:31 SECURITY.md [2021-04-20T19:37:59.952Z] -rw-rw-r-- 1 1001 1001 5 Apr 20 19:25 VERSION [2021-04-20T19:37:59.952Z] -rw-rw-r-- 1 1001 1001 4131 Apr 20 19:31 ZMQWindows.md [2021-04-20T19:37:59.952Z] drwxrwxr-x 2 1001 1001 4096 Apr 20 19:31 bin [2021-04-20T19:37:59.952Z] drwxrwxr-x 14 1001 1001 4096 Apr 20 19:31 cmd [2021-04-20T19:37:59.952Z] -rw-r--r-- 1 root root 703598 Apr 20 19:36 coverage.out [2021-04-20T19:37:59.952Z] -rw-r--r-- 1 root root 1060 Apr 20 19:37 go.mod [2021-04-20T19:37:59.952Z] -rw-r--r-- 1 root root 22191 Apr 20 19:37 go.sum [2021-04-20T19:37:59.952Z] drwxrwxr-x 8 1001 1001 4096 Apr 20 19:31 internal [2021-04-20T19:37:59.952Z] drwxrwxr-x 4 1001 1001 4096 Apr 20 19:31 openapi [2021-04-20T19:37:59.952Z] drwxrwxr-x 4 1001 1001 4096 Apr 20 19:31 snap [2021-04-20T19:37:59.952Z] -rw-rw-r-- 1 1001 1001 168 Apr 20 19:31 version.go [Pipeline] sh [2021-04-20T19:38:00.610Z] + '[' -e coverage.out ] [2021-04-20T19:38:00.610Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-20T19:38:00.642Z] Warning: overwriting stash ‘coverage-report’ [2021-04-20T19:38:01.814Z] Stashed 1 file(s) [Pipeline] sh [2021-04-20T19:38:03.003Z] + make build [2021-04-20T19:38:03.003Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-20T19:38:13.128Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-20T19:38:35.314Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-20T19:38:40.733Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-20T19:38:47.447Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-20T19:38:47.720Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-20T19:38:53.132Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-20T19:38:58.547Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-20T19:39:01.927Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-20T19:39:06.450Z] ---> 77521f0209a2 [2021-04-20T19:39:06.450Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-20T19:39:06.450Z] ---> 874526d1f06b [2021-04-20T19:39:06.450Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-20T19:39:06.450Z] ---> Running in 1e7362a3299c [2021-04-20T19:39:06.450Z] ---> Running in 254c04854a3e [2021-04-20T19:39:06.450Z] ---> fb60dc845617 [2021-04-20T19:39:06.450Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-20T19:39:06.450Z] ---> bb5808274f4f [2021-04-20T19:39:06.450Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-20T19:39:06.450Z] ---> fbdf0b17abb5 [2021-04-20T19:39:06.450Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-20T19:39:06.451Z] ---> Running in 3edbf7e4dabc [2021-04-20T19:39:06.451Z] ---> Running in d72ceab3c8a4 [2021-04-20T19:39:06.451Z] ---> Running in cf380ab79897 [2021-04-20T19:39:06.451Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-20T19:39:06.451Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-20T19:39:06.451Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-20T19:39:06.451Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-20T19:39:06.451Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-20T19:39:07.327Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-20T19:39:10.712Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-20T19:39:16.113Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-20T19:39:24.428Z] $ docker stop --time=1 79c7a064aff57f03b62a70d0481aa4c7146d9ebafcdc826573c8b13b0bcf19b7 [2021-04-20T19:39:26.803Z] $ docker rm -f 79c7a064aff57f03b62a70d0481aa4c7146d9ebafcdc826573c8b13b0bcf19b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:39:28.545Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T19:39:28.545Z] [2021-04-20T19:39:28.545Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:39:28.892Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T19:39:29.168Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-20T19:39:29.168Z] 29e5d40040c1: Pulling fs layer [2021-04-20T19:39:29.168Z] 1ce36da41761: Pulling fs layer [2021-04-20T19:39:29.168Z] 25b303627fd3: Pulling fs layer [2021-04-20T19:39:29.168Z] 29e5d40040c1: Verifying Checksum [2021-04-20T19:39:29.168Z] 29e5d40040c1: Download complete [2021-04-20T19:39:29.442Z] 1ce36da41761: Verifying Checksum [2021-04-20T19:39:29.442Z] 1ce36da41761: Download complete [2021-04-20T19:39:30.036Z] 29e5d40040c1: Pull complete [2021-04-20T19:39:31.019Z] 1ce36da41761: Pull complete [2021-04-20T19:39:31.295Z] 25b303627fd3: Verifying Checksum [2021-04-20T19:39:31.295Z] 25b303627fd3: Download complete [2021-04-20T19:39:41.449Z] 25b303627fd3: Pull complete [2021-04-20T19:39:41.449Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-20T19:39:41.449Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T19:39:41.449Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-20T19:39:41.690Z] prd-ubuntu18.04-docker-arm64-4c-16g-1261 does not seem to be running inside a container [2021-04-20T19:39:41.764Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/84 -v /w/workspace/edgex-go/84:/w/workspace/edgex-go/84:rw,z -v /w/workspace/edgex-go/84@tmp:/w/workspace/edgex-go/84@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-20T19:39:44.976Z] $ docker top 31c27ab19971b43a27d2fd383fd4552f7c7e6f6a63b9540e01924a300b377f8c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:39:45.979Z] + docker-compose build --help [2021-04-20T19:39:45.979Z] + grep parallel [2021-04-20T19:39:49.355Z] --parallel Build images in parallel. [Pipeline] } [2021-04-20T19:39:49.637Z] $ docker stop --time=1 31c27ab19971b43a27d2fd383fd4552f7c7e6f6a63b9540e01924a300b377f8c [2021-04-20T19:39:51.620Z] $ docker rm -f 31c27ab19971b43a27d2fd383fd4552f7c7e6f6a63b9540e01924a300b377f8c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:39:52.291Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T19:39:52.291Z] . [Pipeline] withDockerContainer [2021-04-20T19:39:52.549Z] prd-ubuntu18.04-docker-arm64-4c-16g-1261 does not seem to be running inside a container [2021-04-20T19:39:52.617Z] $ 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/84 -v /w/workspace/edgex-go/84:/w/workspace/edgex-go/84:rw,z -v /w/workspace/edgex-go/84@tmp:/w/workspace/edgex-go/84@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-20T19:39:53.878Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-20T19:39:54.096Z] $ docker top 35339bf45f809adc8bf954ec29c25a4f6428b6e938bf90ba5f307f039c322ead -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:39:55.061Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-20T19:39:58.432Z] Building docker-core-command-go ... [2021-04-20T19:39:58.432Z] Building docker-core-data-go ... [2021-04-20T19:39:58.432Z] Building docker-core-metadata-go ... [2021-04-20T19:39:58.432Z] Building docker-security-bootstrapper-go ... [2021-04-20T19:39:58.432Z] Building docker-security-proxy-setup-go ... [2021-04-20T19:39:58.432Z] Building docker-security-secretstore-setup-go ... [2021-04-20T19:39:58.432Z] Building docker-support-notifications-go ... [2021-04-20T19:39:58.432Z] Building docker-support-scheduler-go ... [2021-04-20T19:39:58.432Z] Building docker-sys-mgmt-agent-go ... [2021-04-20T19:39:58.432Z] Building docker-security-proxy-setup-go [2021-04-20T19:39:58.432Z] Building docker-security-secretstore-setup-go [2021-04-20T19:39:58.432Z] Building docker-support-scheduler-go [2021-04-20T19:39:58.432Z] Building docker-core-metadata-go [2021-04-20T19:39:58.432Z] Building docker-core-command-go [2021-04-20T19:40:04.803Z] Removing intermediate container 1e7362a3299c [2021-04-20T19:40:04.803Z] ---> 1513dec53439 [2021-04-20T19:40:04.803Z] [2021-04-20T19:40:04.803Z] Step 10/31 : FROM alpine:3.12 [2021-04-20T19:40:04.803Z] 3.12: Pulling from library/alpine [2021-04-20T19:40:05.100Z] Removing intermediate container cf380ab79897 [2021-04-20T19:40:05.100Z] ---> 17df06073a5d [2021-04-20T19:40:05.100Z] [2021-04-20T19:40:05.100Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T19:40:05.100Z] 3.12: Pulling from library/alpine [2021-04-20T19:40:07.796Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T19:40:07.796Z] Removing intermediate container 3edbf7e4dabc [2021-04-20T19:40:07.796Z] ---> ca868419f884 [2021-04-20T19:40:07.796Z] [2021-04-20T19:40:07.796Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T19:40:07.796Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T19:40:07.796Z] Status: Downloaded newer image for alpine:3.12 [2021-04-20T19:40:07.796Z] ---> 13621d1b12d4 [2021-04-20T19:40:07.796Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T19:40:07.796Z] ---> 13621d1b12d4 [2021-04-20T19:40:07.796Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-20T19:40:07.796Z] Status: Downloaded newer image for alpine:3.12 [2021-04-20T19:40:07.796Z] ---> 13621d1b12d4 [2021-04-20T19:40:07.796Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-20T19:40:10.448Z] ---> Running in 11d8356d208f [2021-04-20T19:40:10.448Z] ---> Running in f3162222c6b7 [2021-04-20T19:40:10.448Z] ---> Running in 7fe27a15bab4 [2021-04-20T19:40:11.051Z] Removing intermediate container d72ceab3c8a4 [2021-04-20T19:40:11.051Z] ---> 8bbaef6eeec2 [2021-04-20T19:40:11.051Z] [2021-04-20T19:40:11.051Z] Step 10/24 : FROM alpine:3.12 [2021-04-20T19:40:11.051Z] ---> 13621d1b12d4 [2021-04-20T19:40:11.051Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-20T19:40:11.051Z] Removing intermediate container 254c04854a3e [2021-04-20T19:40:11.051Z] ---> 1cdda8ff215c [2021-04-20T19:40:11.051Z] [2021-04-20T19:40:11.051Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T19:40:11.322Z] ---> 13621d1b12d4 [2021-04-20T19:40:11.322Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T19:40:11.322Z] Removing intermediate container 7fe27a15bab4 [2021-04-20T19:40:11.322Z] ---> 103e3a47d1a6 [2021-04-20T19:40:11.322Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-20T19:40:11.322Z] ---> Running in cf34b0baf7e0 [2021-04-20T19:40:11.595Z] ---> Running in 0983cb734cd3 [2021-04-20T19:40:11.595Z] ---> Running in 35e070260def [2021-04-20T19:40:12.233Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:40:12.233Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:40:12.233Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:40:12.233Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:40:12.516Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-20T19:40:12.516Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:40:12.516Z] OK: 6 MiB in 15 packages [2021-04-20T19:40:12.516Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:40:12.839Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-20T19:40:12.839Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-20T19:40:12.839Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:40:12.839Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:40:12.839Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T19:40:12.839Z] OK: 6 MiB in 16 packages [2021-04-20T19:40:13.127Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-20T19:40:13.127Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:40:13.127Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T19:40:13.127Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-20T19:40:13.127Z] (4/6) Installing curl (7.76.1-r0) [2021-04-20T19:40:13.127Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-20T19:40:13.127Z] (6/6) Installing su-exec (0.2-r1) [2021-04-20T19:40:13.438Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:40:13.438Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:40:13.438Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T19:40:13.438Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:40:13.438Z] OK: 7 MiB in 20 packages [2021-04-20T19:40:13.744Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-20T19:40:13.744Z] (2/2) Installing su-exec (0.2-r1) [2021-04-20T19:40:13.744Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:40:13.744Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:40:13.744Z] OK: 6 MiB in 16 packages [2021-04-20T19:40:14.027Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-20T19:40:14.027Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:40:14.027Z] OK: 6 MiB in 15 packages [2021-04-20T19:40:14.666Z] Removing intermediate container f3162222c6b7 [2021-04-20T19:40:14.666Z] ---> 584132665887 [2021-04-20T19:40:14.666Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:40:14.984Z] ---> Running in f7b8e656971f [2021-04-20T19:40:14.984Z] Removing intermediate container 11d8356d208f [2021-04-20T19:40:14.984Z] ---> f6d3f26937c8 [2021-04-20T19:40:14.984Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:40:16.951Z] ---> Running in 1be0e02881d2 [2021-04-20T19:40:16.951Z] Removing intermediate container 35e070260def [2021-04-20T19:40:16.951Z] ---> ebf7d09a0e96 [2021-04-20T19:40:16.951Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-20T19:40:16.951Z] Removing intermediate container f7b8e656971f [2021-04-20T19:40:16.951Z] ---> 0dd818240812 [2021-04-20T19:40:16.951Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-20T19:40:16.951Z] Removing intermediate container cf34b0baf7e0 [2021-04-20T19:40:16.951Z] ---> 58badfbc42f2 [2021-04-20T19:40:16.951Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T19:40:17.313Z] ---> Running in cbe1a9965ca1 [2021-04-20T19:40:17.313Z] ---> Running in 6746b47f0c7e [2021-04-20T19:40:17.313Z] ---> Running in 927f0d5cfb04 [2021-04-20T19:40:17.313Z] Removing intermediate container 1be0e02881d2 [2021-04-20T19:40:17.313Z] ---> e97ee3e54144 [2021-04-20T19:40:17.313Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-20T19:40:17.313Z] Removing intermediate container 0983cb734cd3 [2021-04-20T19:40:17.313Z] ---> fd19e46d60f1 [2021-04-20T19:40:17.313Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:40:17.586Z] Removing intermediate container cbe1a9965ca1 [2021-04-20T19:40:17.586Z] ---> 4e7c5560a4ed [2021-04-20T19:40:17.586Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-20T19:40:17.586Z] ---> Running in 7da128e94cfb [2021-04-20T19:40:17.951Z] ---> Running in 8c35c13e5914 [2021-04-20T19:40:17.951Z] Removing intermediate container 927f0d5cfb04 [2021-04-20T19:40:17.951Z] ---> 835debb6efa5 [2021-04-20T19:40:17.951Z] Step 13/24 : WORKDIR / [2021-04-20T19:40:17.951Z] ---> Running in 301775d65ccc [2021-04-20T19:40:18.262Z] Removing intermediate container 6746b47f0c7e [2021-04-20T19:40:18.262Z] ---> 246cde32c5dd [2021-04-20T19:40:18.262Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T19:40:18.544Z] ---> Running in 7ef41e9d7cd9 [2021-04-20T19:40:18.544Z] ---> Running in 75cc61ba3e36 [2021-04-20T19:40:18.831Z] Removing intermediate container 8c35c13e5914 [2021-04-20T19:40:18.831Z] ---> c8bda611c9f1 [2021-04-20T19:40:18.831Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-20T19:40:18.831Z] Removing intermediate container 7da128e94cfb [2021-04-20T19:40:18.831Z] ---> 43ac05ec9b2e [2021-04-20T19:40:18.831Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T19:40:18.831Z] Removing intermediate container 301775d65ccc [2021-04-20T19:40:18.831Z] ---> 0b2ed9e928cd [2021-04-20T19:40:18.831Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-20T19:40:18.831Z] ---> Running in b5ac9684cb64 [2021-04-20T19:40:18.831Z] ---> Running in 6dc6f51954fc [2021-04-20T19:40:18.831Z] ---> Running in e626f75b415b [2021-04-20T19:40:19.124Z] Removing intermediate container 7ef41e9d7cd9 [2021-04-20T19:40:19.124Z] ---> 62e115852d60 [2021-04-20T19:40:19.124Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-20T19:40:19.417Z] Removing intermediate container 75cc61ba3e36 [2021-04-20T19:40:19.417Z] ---> f236bbd9af8f [2021-04-20T19:40:19.417Z] Step 15/23 : WORKDIR / [2021-04-20T19:40:19.727Z] ---> Running in 070642ce90af [2021-04-20T19:40:19.727Z] Removing intermediate container b5ac9684cb64 [2021-04-20T19:40:19.727Z] ---> 85c3dda1f32c [2021-04-20T19:40:19.727Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T19:40:19.727Z] Removing intermediate container 6dc6f51954fc [2021-04-20T19:40:19.727Z] ---> 38a9d6f11979 [2021-04-20T19:40:19.727Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:40:20.115Z] ---> a8414c6c0368 [2021-04-20T19:40:20.115Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-20T19:40:20.418Z] ---> Running in bfaadec12f2c [2021-04-20T19:40:20.418Z] ---> bf446c8839d6 [2021-04-20T19:40:20.418Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-20T19:40:20.723Z] Removing intermediate container 070642ce90af [2021-04-20T19:40:20.723Z] ---> e99f6c1c724b [2021-04-20T19:40:20.723Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:40:21.036Z] Removing intermediate container bfaadec12f2c [2021-04-20T19:40:21.036Z] ---> 135b50808522 [2021-04-20T19:40:21.036Z] Step 15/23 : WORKDIR / [2021-04-20T19:40:21.715Z] ---> 8230a95e5c7f [2021-04-20T19:40:21.716Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-20T19:40:21.716Z] ---> Running in 7f52ed290683 [2021-04-20T19:40:21.716Z] ---> 7b98386dab7c [2021-04-20T19:40:21.716Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-20T19:40:22.936Z] Removing intermediate container 7f52ed290683 [2021-04-20T19:40:22.936Z] ---> d2c97c6dab96 [2021-04-20T19:40:22.936Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:40:23.246Z] Removing intermediate container e626f75b415b [2021-04-20T19:40:23.246Z] ---> e8c70efceb66 [2021-04-20T19:40:23.246Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-20T19:40:23.246Z] ---> f318712ab914 [2021-04-20T19:40:23.246Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-20T19:40:23.246Z] ---> 53c356b27aaf [2021-04-20T19:40:23.246Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-20T19:40:23.642Z] ---> Running in a59be3430755 [2021-04-20T19:40:23.642Z] ---> 020337f8b08c [2021-04-20T19:40:23.642Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-20T19:40:24.345Z] ---> a6c266a3e786 [2021-04-20T19:40:24.345Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-20T19:40:24.345Z] ---> 56a5a92ef5f2 [2021-04-20T19:40:24.345Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-20T19:40:25.043Z] Removing intermediate container a59be3430755 [2021-04-20T19:40:25.043Z] ---> 5fb086fa9b50 [2021-04-20T19:40:25.043Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-20T19:40:25.043Z] ---> Running in 1be19b07872f [2021-04-20T19:40:25.653Z] ---> e6c6c5f218fa [2021-04-20T19:40:25.653Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-20T19:40:25.653Z] ---> a6be21773036 [2021-04-20T19:40:25.653Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-20T19:40:25.932Z] ---> Running in c63b955fe10b [2021-04-20T19:40:25.932Z] ---> b1d3d61ff8ac [2021-04-20T19:40:25.932Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-20T19:40:26.213Z] Removing intermediate container 1be19b07872f [2021-04-20T19:40:26.213Z] ---> 008dd20ab9c3 [2021-04-20T19:40:26.213Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:40:26.213Z] ---> 030549ff43de [2021-04-20T19:40:26.213Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-20T19:40:26.495Z] ---> Running in a62c6399cb28 [2021-04-20T19:40:26.495Z] ---> Running in d7b020922b4e [2021-04-20T19:40:26.495Z] Removing intermediate container c63b955fe10b [2021-04-20T19:40:26.495Z] ---> d4aa1cbf939f [2021-04-20T19:40:26.495Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:40:26.778Z] ---> a5d9849f5adc [2021-04-20T19:40:26.778Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-20T19:40:26.778Z] ---> Running in f7cf4fad9b76 [2021-04-20T19:40:27.082Z] Removing intermediate container a62c6399cb28 [2021-04-20T19:40:27.082Z] ---> 37be0f27456a [2021-04-20T19:40:27.082Z] Step 20/22 : LABEL arch=x86_64 [2021-04-20T19:40:27.366Z] ---> a2bd20982bb3 [2021-04-20T19:40:27.366Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-20T19:40:27.366Z] ---> Running in 4c52fa36f520 [2021-04-20T19:40:27.649Z] ---> Running in 3472d63ac30b [2021-04-20T19:40:27.649Z] Removing intermediate container f7cf4fad9b76 [2021-04-20T19:40:27.649Z] ---> 317ce4330dfa [2021-04-20T19:40:27.649Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T19:40:27.649Z] ---> 69d0eb6a5a07 [2021-04-20T19:40:27.649Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-20T19:40:27.649Z] ---> Running in a3441e7f72c2 [2021-04-20T19:40:27.942Z] ---> Running in 5f4c2872e52e [2021-04-20T19:40:28.218Z] Removing intermediate container 4c52fa36f520 [2021-04-20T19:40:28.219Z] ---> 35135c5db7ed [2021-04-20T19:40:28.219Z] Step 21/22 : LABEL git_sha=26b83fa92c3392fbb342e321af02a36e6fff533d [2021-04-20T19:40:28.573Z] Removing intermediate container 3472d63ac30b [2021-04-20T19:40:28.573Z] ---> 51b3bbe1472d [2021-04-20T19:40:28.573Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:40:28.573Z] ---> Running in 7b446e126311 [2021-04-20T19:40:29.423Z] Removing intermediate container a3441e7f72c2 [2021-04-20T19:40:29.423Z] ---> e5fe01376ff6 [2021-04-20T19:40:29.423Z] Step 22/23 : LABEL git_sha=26b83fa92c3392fbb342e321af02a36e6fff533d [2021-04-20T19:40:29.423Z] ---> Running in 4348bc18188a [2021-04-20T19:40:29.423Z] ---> Running in 8cfc4c3980af [2021-04-20T19:40:29.877Z] Removing intermediate container 7b446e126311 [2021-04-20T19:40:29.877Z] ---> 8fb28366bdaa [2021-04-20T19:40:29.877Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T19:40:29.877Z] Removing intermediate container 8cfc4c3980af [2021-04-20T19:40:29.877Z] ---> df2c0f901234 [2021-04-20T19:40:29.877Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:40:29.877Z] Removing intermediate container 4348bc18188a [2021-04-20T19:40:29.877Z] ---> c0422ecd0031 [2021-04-20T19:40:29.877Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T19:40:29.877Z] Removing intermediate container d7b020922b4e [2021-04-20T19:40:29.877Z] ---> 6575540bfef5 [2021-04-20T19:40:29.877Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:40:29.877Z] ---> Running in 100b4c3b7a59 [2021-04-20T19:40:29.877Z] ---> Running in 27d3facb8f15 [2021-04-20T19:40:29.877Z] ---> Running in 363b4d1fa221 [2021-04-20T19:40:30.989Z] Removing intermediate container 363b4d1fa221 [2021-04-20T19:40:30.989Z] ---> 662014f9c927 [2021-04-20T19:40:30.989Z] Step 22/23 : LABEL git_sha=26b83fa92c3392fbb342e321af02a36e6fff533d [2021-04-20T19:40:30.989Z] Removing intermediate container 100b4c3b7a59 [2021-04-20T19:40:30.989Z] ---> 60539b4e623f [2021-04-20T19:40:30.989Z] [2021-04-20T19:40:30.989Z] ---> 1386a5700684 [2021-04-20T19:40:30.989Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-20T19:40:30.989Z] Removing intermediate container 27d3facb8f15 [2021-04-20T19:40:30.989Z] ---> 9410a7d45b2b [2021-04-20T19:40:30.989Z] [2021-04-20T19:40:31.376Z] ---> Running in 70e74bd3fa60 [2021-04-20T19:40:31.968Z] Removing intermediate container 5f4c2872e52e [2021-04-20T19:40:31.968Z] ---> b06c5fbbe1eb [2021-04-20T19:40:31.968Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-20T19:40:32.603Z] Removing intermediate container 70e74bd3fa60 [2021-04-20T19:40:32.603Z] ---> 6c010cc4a328 [2021-04-20T19:40:32.603Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:40:32.603Z] ---> Running in b0d692905210 [2021-04-20T19:40:32.996Z] ---> Running in 217b791ea929 [2021-04-20T19:40:32.996Z] ---> fb00516ede4f [2021-04-20T19:40:32.996Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-20T19:40:32.996Z] Successfully built 9410a7d45b2b [2021-04-20T19:40:33.289Z] Successfully built 60539b4e623f [2021-04-20T19:40:33.289Z] Successfully tagged docker-support-notifications-go:latest [2021-04-20T19:40:33.289Z] Building docker-sys-mgmt-agent-go [2021-04-20T19:40:33.289Z]  Building docker-support-notifications-go ... done Successfully tagged docker-core-command-go:latest [2021-04-20T19:40:33.289Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-04-20T19:40:33.606Z] Removing intermediate container b0d692905210 [2021-04-20T19:40:33.606Z] ---> 1539fb318f06 [2021-04-20T19:40:33.606Z] Step 22/24 : LABEL arch=x86_64 [2021-04-20T19:40:33.880Z] Removing intermediate container 217b791ea929 [2021-04-20T19:40:33.880Z] ---> f7330024ee37 [2021-04-20T19:40:33.880Z] [2021-04-20T19:40:33.880Z] ---> Running in 897f33817294 [2021-04-20T19:40:34.167Z] Successfully built f7330024ee37 [2021-04-20T19:40:34.448Z] Successfully tagged docker-core-metadata-go:latest [2021-04-20T19:40:34.448Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-04-20T19:40:34.448Z] ---> a1f81320e5e3 [2021-04-20T19:40:34.448Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-20T19:40:34.712Z] Removing intermediate container 897f33817294 [2021-04-20T19:40:34.712Z] ---> d9afcc965ed0 [2021-04-20T19:40:34.712Z] Step 23/24 : LABEL git_sha=26b83fa92c3392fbb342e321af02a36e6fff533d [2021-04-20T19:40:34.712Z] ---> Running in eeadae2f9093 [2021-04-20T19:40:35.013Z] ---> 18089cf5bc03 [2021-04-20T19:40:35.013Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-20T19:40:35.013Z] Removing intermediate container eeadae2f9093 [2021-04-20T19:40:35.013Z] ---> ab220778344d [2021-04-20T19:40:35.013Z] Step 24/24 : LABEL version=0.0.0 [2021-04-20T19:40:35.306Z] ---> Running in 6837918ad815 [2021-04-20T19:40:35.956Z] ---> d0ef89ee87ff [2021-04-20T19:40:35.956Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-20T19:40:36.588Z] Removing intermediate container 6837918ad815 [2021-04-20T19:40:36.588Z] ---> 658a35203b16 [2021-04-20T19:40:36.588Z] [2021-04-20T19:40:37.316Z] ---> Running in 043fb94ac351 [2021-04-20T19:40:39.028Z] Successfully built 658a35203b16 [2021-04-20T19:40:39.744Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-20T19:40:39.744Z] Building docker-support-scheduler-go [2021-04-20T19:40:40.489Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 043fb94ac351 [2021-04-20T19:40:40.489Z] ---> 6879661b427d [2021-04-20T19:40:40.896Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-20T19:40:42.597Z] ---> 8ec74240d788 [2021-04-20T19:40:42.597Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-20T19:40:43.357Z] ---> Running in 0a01dee5301d [2021-04-20T19:40:50.630Z] Removing intermediate container 0a01dee5301d [2021-04-20T19:40:50.630Z] ---> c7c567fdd2ce [2021-04-20T19:40:50.630Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-20T19:40:51.746Z] ---> Running in 6ce780dc839d [2021-04-20T19:40:52.809Z] Removing intermediate container 6ce780dc839d [2021-04-20T19:40:53.098Z] ---> a444feb861f5 [2021-04-20T19:40:53.098Z] Step 28/31 : CMD ["gate"] [2021-04-20T19:40:53.372Z] ---> Running in 87af1e6a9538 [2021-04-20T19:40:54.009Z] Removing intermediate container 87af1e6a9538 [2021-04-20T19:40:54.009Z] ---> 44e8aff46357 [2021-04-20T19:40:54.009Z] Step 29/31 : LABEL arch=x86_64 [2021-04-20T19:40:54.009Z] ---> Running in 8475d005e564 [2021-04-20T19:40:54.701Z] Removing intermediate container 8475d005e564 [2021-04-20T19:40:54.701Z] ---> aac66bf79271 [2021-04-20T19:40:54.701Z] Step 30/31 : LABEL git_sha=26b83fa92c3392fbb342e321af02a36e6fff533d [2021-04-20T19:40:56.029Z] ---> Running in e521b6140aeb [2021-04-20T19:40:57.187Z] Removing intermediate container e521b6140aeb [2021-04-20T19:40:57.187Z] ---> b5660027d232 [2021-04-20T19:40:57.187Z] Step 31/31 : LABEL version=0.0.0 [2021-04-20T19:40:57.848Z] ---> Running in d7ef03b6b04d [2021-04-20T19:40:58.842Z] Removing intermediate container d7ef03b6b04d [2021-04-20T19:40:58.842Z] ---> d6f13d30605e [2021-04-20T19:40:58.842Z] [2021-04-20T19:40:59.454Z] Successfully built d6f13d30605e [2021-04-20T19:40:59.454Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-20T19:41:20.284Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:41:20.284Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:41:20.284Z] ---> 89b8c962453d [2021-04-20T19:41:20.284Z] Step 3/24 : WORKDIR /edgex-go [2021-04-20T19:41:20.284Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:41:20.284Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:41:20.284Z] ---> 89b8c962453d [2021-04-20T19:41:20.284Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:41:20.284Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:41:20.284Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:41:20.284Z] ---> 89b8c962453d [2021-04-20T19:41:20.284Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:41:20.284Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:41:20.284Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:41:20.284Z] ---> 89b8c962453d [2021-04-20T19:41:20.284Z] Step 3/21 : WORKDIR /edgex-go [2021-04-20T19:41:20.284Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:41:20.284Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:41:20.284Z] ---> 89b8c962453d [2021-04-20T19:41:20.284Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T19:41:20.284Z] ---> Running in 0b05029c05f2 [2021-04-20T19:41:20.284Z] ---> Running in f76a2ba8066d [2021-04-20T19:41:20.285Z] ---> Running in 58f850f7d00a [2021-04-20T19:41:20.285Z] ---> Running in 14efdbee2b90 [2021-04-20T19:41:20.285Z] ---> Running in 824593a037a8 [2021-04-20T19:41:20.285Z] Removing intermediate container 14efdbee2b90 [2021-04-20T19:41:20.285Z] ---> 1a71658e7331 [2021-04-20T19:41:20.285Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:41:20.285Z] Removing intermediate container 58f850f7d00a [2021-04-20T19:41:20.285Z] ---> f4434e35a965 [2021-04-20T19:41:20.285Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:41:20.285Z] Removing intermediate container f76a2ba8066d [2021-04-20T19:41:20.285Z] ---> dbcf4a73bf39 [2021-04-20T19:41:20.285Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:41:20.285Z] Removing intermediate container 824593a037a8 [2021-04-20T19:41:20.285Z] ---> 5a44baeff624 [2021-04-20T19:41:20.285Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:41:20.285Z] Removing intermediate container 0b05029c05f2 [2021-04-20T19:41:20.285Z] ---> 42098384d733 [2021-04-20T19:41:20.285Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:41:20.285Z] ---> Running in 9d1a29068b37 [2021-04-20T19:41:20.285Z] ---> Running in 66bfbced2c3c [2021-04-20T19:41:20.285Z] ---> Running in aae703d9b9ed [2021-04-20T19:41:20.285Z] ---> Running in 2a5a5cdbf32c [2021-04-20T19:41:20.285Z] ---> Running in bc9f30db81eb [2021-04-20T19:41:20.285Z] Removing intermediate container 9d1a29068b37 [2021-04-20T19:41:20.285Z] ---> a41b4a2e7547 [2021-04-20T19:41:20.285Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T19:41:20.285Z] ---> Running in a6d79f2a4e27 [2021-04-20T19:41:20.285Z] Removing intermediate container aae703d9b9ed [2021-04-20T19:41:20.285Z] ---> e30276f109b4 [2021-04-20T19:41:20.285Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-20T19:41:20.285Z] Removing intermediate container bc9f30db81eb [2021-04-20T19:41:20.285Z] ---> d0b710833ac7 [2021-04-20T19:41:20.285Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-20T19:41:20.285Z] ---> Running in 4990448373ed [2021-04-20T19:41:20.285Z] Removing intermediate container 66bfbced2c3c [2021-04-20T19:41:20.285Z] ---> 205081f95e40 [2021-04-20T19:41:20.285Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-20T19:41:20.285Z] ---> Running in 35b3d0300ab8 [2021-04-20T19:41:20.285Z] Removing intermediate container 2a5a5cdbf32c [2021-04-20T19:41:20.285Z] ---> 48b5242919ad [2021-04-20T19:41:20.285Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T19:41:20.285Z] ---> Running in 740e98e741ce [2021-04-20T19:41:20.285Z] ---> Running in cbc0cf9e0db4 [2021-04-20T19:41:20.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:41:20.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:41:20.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:41:20.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:41:20.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:41:20.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:41:20.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:41:20.846Z] OK: 217 MiB in 51 packages [2021-04-20T19:41:20.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:41:21.136Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:41:21.136Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:41:21.443Z] OK: 217 MiB in 51 packages [2021-04-20T19:41:21.719Z] OK: 217 MiB in 51 packages [2021-04-20T19:41:21.996Z] OK: 217 MiB in 51 packages [2021-04-20T19:41:22.271Z] OK: 217 MiB in 51 packages [2021-04-20T19:41:22.272Z] Removing intermediate container a6d79f2a4e27 [2021-04-20T19:41:22.272Z] ---> 01243b743ea3 [2021-04-20T19:41:22.272Z] Step 6/23 : COPY go.mod . [2021-04-20T19:41:23.267Z] Removing intermediate container 4990448373ed [2021-04-20T19:41:23.267Z] ---> 41b7229b8fbc [2021-04-20T19:41:23.267Z] Step 6/21 : COPY go.mod . [2021-04-20T19:41:23.267Z] ---> 842bcd1818cb [2021-04-20T19:41:23.267Z] Step 7/23 : RUN go mod download [2021-04-20T19:41:23.541Z] ---> Running in f81914924824 [2021-04-20T19:41:23.541Z] Removing intermediate container 35b3d0300ab8 [2021-04-20T19:41:23.541Z] ---> fba6b6b0f965 [2021-04-20T19:41:23.541Z] Step 6/22 : COPY go.mod . [2021-04-20T19:41:23.820Z] Removing intermediate container 740e98e741ce [2021-04-20T19:41:23.820Z] ---> 4dd29f4e11f3 [2021-04-20T19:41:23.820Z] Step 6/24 : COPY go.mod . [2021-04-20T19:41:24.097Z] Removing intermediate container cbc0cf9e0db4 [2021-04-20T19:41:24.097Z] ---> b4cb12605c65 [2021-04-20T19:41:24.097Z] Step 6/23 : COPY go.mod . [2021-04-20T19:41:24.367Z] ---> 3a2eb3d1c703 [2021-04-20T19:41:24.367Z] Step 7/21 : RUN go mod download [2021-04-20T19:41:24.643Z] ---> Running in 92c7c9b294f4 [2021-04-20T19:41:24.643Z] ---> 373c4664fc4d [2021-04-20T19:41:24.643Z] Step 7/22 : RUN go mod download [2021-04-20T19:41:24.916Z] ---> Running in d2ce820250d4 [2021-04-20T19:41:25.198Z] ---> c7afb7754d2f [2021-04-20T19:41:25.198Z] Step 7/24 : RUN go mod download [2021-04-20T19:41:25.198Z] ---> 00408cb0dcba [2021-04-20T19:41:25.198Z] Step 7/23 : RUN go mod download [2021-04-20T19:41:25.472Z] ---> Running in 459345653e6a [2021-04-20T19:41:25.472Z] ---> Running in 9b3846767abe [2021-04-20T19:41:27.484Z] Removing intermediate container f81914924824 [2021-04-20T19:41:27.484Z] ---> 4367f58b2d88 [2021-04-20T19:41:27.484Z] Step 8/23 : COPY . . [2021-04-20T19:41:28.484Z] Removing intermediate container 92c7c9b294f4 [2021-04-20T19:41:28.484Z] ---> 2ca5de556b8a [2021-04-20T19:41:28.484Z] Step 8/21 : COPY . . [2021-04-20T19:41:30.490Z] Removing intermediate container 459345653e6a [2021-04-20T19:41:30.490Z] ---> 8c16ff591eb8 [2021-04-20T19:41:30.490Z] Step 8/24 : COPY . . [2021-04-20T19:41:30.490Z] Removing intermediate container d2ce820250d4 [2021-04-20T19:41:30.490Z] ---> 766487d7eb09 [2021-04-20T19:41:30.490Z] Step 8/22 : COPY . . [2021-04-20T19:41:31.094Z] Removing intermediate container 9b3846767abe [2021-04-20T19:41:31.094Z] ---> 26404e9cb38f [2021-04-20T19:41:31.094Z] Step 8/23 : COPY . . [2021-04-20T19:41:47.233Z]  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:41:47.233Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:41:47.233Z] ---> 3acb9083e067 [2021-04-20T19:41:47.233Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T19:41:47.233Z] ---> Using cache [2021-04-20T19:41:47.233Z] ---> eee1954653d7 [2021-04-20T19:41:47.233Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:41:47.233Z] ---> Using cache [2021-04-20T19:41:47.233Z] ---> 41059d5ac753 [2021-04-20T19:41:47.233Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-20T19:41:47.233Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:41:47.233Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:41:47.233Z] ---> 3acb9083e067 [2021-04-20T19:41:47.233Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:41:47.233Z] ---> Using cache [2021-04-20T19:41:47.233Z] ---> eee1954653d7 [2021-04-20T19:41:47.233Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:41:47.233Z] ---> Using cache [2021-04-20T19:41:47.233Z] ---> 41059d5ac753 [2021-04-20T19:41:47.233Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-20T19:41:47.233Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:41:47.233Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:41:47.233Z] ---> 3acb9083e067 [2021-04-20T19:41:47.233Z] Step 3/21 : WORKDIR /edgex-go [2021-04-20T19:41:47.233Z] ---> Using cache [2021-04-20T19:41:47.233Z] ---> eee1954653d7 [2021-04-20T19:41:47.233Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:41:47.233Z] ---> Using cache [2021-04-20T19:41:47.233Z] ---> 41059d5ac753 [2021-04-20T19:41:47.233Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-20T19:41:47.233Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:41:47.233Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:41:47.233Z] ---> 3acb9083e067 [2021-04-20T19:41:47.233Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:41:47.233Z] ---> Using cache [2021-04-20T19:41:47.233Z] ---> eee1954653d7 [2021-04-20T19:41:47.233Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:41:47.233Z] ---> Using cache [2021-04-20T19:41:47.233Z] ---> 41059d5ac753 [2021-04-20T19:41:47.233Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-20T19:41:47.233Z] ---> Running in a28bf463ac0f [2021-04-20T19:41:47.233Z] ---> Running in c8fae63ee327 [2021-04-20T19:41:47.511Z] ---> Running in 6187f4380cfb [2021-04-20T19:41:47.512Z] ---> Running in da295601eeb1 [2021-04-20T19:41:52.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:41:52.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:41:52.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:41:52.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:41:52.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:41:52.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:41:52.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:41:52.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:41:52.655Z] OK: 233 MiB in 51 packages [2021-04-20T19:41:52.655Z] OK: 233 MiB in 51 packages [2021-04-20T19:41:52.656Z] OK: 233 MiB in 51 packages [2021-04-20T19:41:53.280Z] OK: 233 MiB in 51 packages [2021-04-20T19:41:53.949Z] Removing intermediate container c8fae63ee327 [2021-04-20T19:41:53.949Z] ---> d33598c83f28 [2021-04-20T19:41:53.949Z] Step 6/23 : COPY go.mod . [2021-04-20T19:41:54.256Z] Removing intermediate container 6187f4380cfb [2021-04-20T19:41:54.256Z] ---> cad6c4508d85 [2021-04-20T19:41:54.256Z] Step 6/23 : COPY go.mod . [2021-04-20T19:41:54.256Z] Removing intermediate container da295601eeb1 [2021-04-20T19:41:54.256Z] ---> dfd80bf25efa [2021-04-20T19:41:54.256Z] Step 6/21 : COPY go.mod . [2021-04-20T19:41:54.551Z] Removing intermediate container a28bf463ac0f [2021-04-20T19:41:54.551Z] ---> 69072037354e [2021-04-20T19:41:54.551Z] Step 6/22 : COPY go.mod . [2021-04-20T19:41:54.551Z] ---> 519c7977eff5 [2021-04-20T19:41:54.551Z] Step 7/23 : RUN go mod download [2021-04-20T19:41:54.828Z] ---> Running in 715e1e107e98 [2021-04-20T19:41:54.828Z] ---> 2b0700ee5920 [2021-04-20T19:41:54.828Z] Step 7/21 : RUN go mod download [2021-04-20T19:41:55.167Z] ---> 76b9c3a904db [2021-04-20T19:41:55.168Z] Step 7/23 : RUN go mod download [2021-04-20T19:41:55.168Z] ---> Running in 48803c8f9b91 [2021-04-20T19:41:55.168Z] ---> Running in 3ef605dcad7a [2021-04-20T19:41:55.504Z] ---> 1f0823cbe9cc [2021-04-20T19:41:55.504Z] Step 7/22 : RUN go mod download [2021-04-20T19:41:55.504Z] ---> Running in c56bd487aca6 [2021-04-20T19:41:57.897Z] ---> ce947498894e [2021-04-20T19:41:57.897Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-20T19:41:57.897Z] ---> ee504f7e7ba5 [2021-04-20T19:41:57.897Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-20T19:41:57.897Z] ---> aca5745df547 [2021-04-20T19:41:57.897Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-20T19:41:57.897Z] ---> b3f94fb5f58d [2021-04-20T19:41:57.897Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-20T19:41:57.897Z] ---> cdd2d00f585e [2021-04-20T19:41:57.897Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-20T19:41:57.897Z] ---> Running in 7ceadb7a4ca3 [2021-04-20T19:41:57.897Z] ---> Running in 23a3bd7f8d1f [2021-04-20T19:41:57.897Z] ---> Running in 2b90aea1da50 [2021-04-20T19:41:57.897Z] ---> Running in e80beb713928 [2021-04-20T19:41:57.897Z] ---> Running in c5fbffac953f [2021-04-20T19:41:57.897Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-20T19:41:57.897Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-20T19:41:57.897Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-20T19:41:58.172Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-20T19:41:58.172Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-20T19:41:59.965Z] Removing intermediate container 715e1e107e98 [2021-04-20T19:41:59.966Z] ---> a509c6fc1a07 [2021-04-20T19:41:59.966Z] Step 8/23 : COPY . . [2021-04-20T19:41:59.966Z] Removing intermediate container c56bd487aca6 [2021-04-20T19:41:59.966Z] ---> 92fadd0ea62c [2021-04-20T19:41:59.966Z] Step 8/22 : COPY . . [2021-04-20T19:41:59.966Z] Removing intermediate container 3ef605dcad7a [2021-04-20T19:41:59.966Z] ---> 3e95836b9c31 [2021-04-20T19:41:59.966Z] Step 8/23 : COPY . . [2021-04-20T19:42:00.579Z] Removing intermediate container 48803c8f9b91 [2021-04-20T19:42:00.579Z] ---> fbfadc8f6697 [2021-04-20T19:42:00.579Z] Step 8/21 : COPY . . [2021-04-20T19:43:35.042Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-20T19:43:37.040Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-20T19:43:38.415Z] ---> ebbc133662d2 [2021-04-20T19:43:38.415Z] ---> 57e0ddd47088 [2021-04-20T19:43:38.415Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-20T19:43:38.415Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-20T19:43:38.415Z] ---> 278b855df79f [2021-04-20T19:43:38.415Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-20T19:43:38.415Z] ---> cd839b91691d [2021-04-20T19:43:38.415Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-20T19:43:38.415Z] ---> Running in 88545dbf0737 [2021-04-20T19:43:38.415Z] ---> Running in 13344597e8ba [2021-04-20T19:43:38.415Z] ---> Running in 25cdeb4db330 [2021-04-20T19:43:38.415Z] ---> Running in e100910d4848 [2021-04-20T19:43:38.415Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-20T19:43:38.415Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-20T19:43:38.415Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-20T19:43:38.415Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-20T19:43:55.490Z] Removing intermediate container 2b90aea1da50 [2021-04-20T19:43:55.490Z] ---> 3601f906c1c9 [2021-04-20T19:43:55.490Z] [2021-04-20T19:43:55.490Z] Step 10/21 : FROM alpine:3.12 [2021-04-20T19:43:55.490Z] 3.12: Pulling from library/alpine [2021-04-20T19:43:55.490Z] Removing intermediate container 7ceadb7a4ca3 [2021-04-20T19:43:55.490Z] ---> e1579c203cd8 [2021-04-20T19:43:55.490Z] [2021-04-20T19:43:55.490Z] Step 10/24 : FROM alpine:3.12 [2021-04-20T19:43:55.771Z] 3.12: Pulling from library/alpine [2021-04-20T19:43:57.242Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T19:43:57.242Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T19:43:57.242Z] Status: Downloaded newer image for alpine:3.12 [2021-04-20T19:43:57.242Z] Status: Image is up to date for alpine:3.12 [2021-04-20T19:43:57.242Z] ---> 9852663dfa18 [2021-04-20T19:43:57.242Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-20T19:43:57.242Z] ---> 9852663dfa18 [2021-04-20T19:43:57.242Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-20T19:43:57.520Z] ---> Running in abfa2026d61a [2021-04-20T19:43:57.520Z] ---> Running in 0237e3643d4b [2021-04-20T19:44:00.157Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:44:00.157Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:44:00.436Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:44:00.436Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:44:01.042Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-20T19:44:01.322Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-20T19:44:01.322Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T19:44:01.322Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-20T19:44:01.322Z] (4/6) Installing curl (7.76.1-r0) [2021-04-20T19:44:01.322Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-20T19:44:01.322Z] (6/6) Installing su-exec (0.2-r1) [2021-04-20T19:44:01.322Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:44:01.322Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T19:44:01.322Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T19:44:01.322Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-20T19:44:01.322Z] (4/4) Installing curl (7.76.1-r0) [2021-04-20T19:44:01.322Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:44:01.322Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T19:44:01.608Z] OK: 7 MiB in 18 packages [2021-04-20T19:44:01.608Z] Removing intermediate container 23a3bd7f8d1f [2021-04-20T19:44:01.608Z] ---> 6b4753e8af67 [2021-04-20T19:44:01.608Z] [2021-04-20T19:44:01.608Z] OK: 7 MiB in 20 packages [2021-04-20T19:44:01.608Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T19:44:01.608Z] ---> 9852663dfa18 [2021-04-20T19:44:01.608Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T19:44:02.617Z] ---> Running in 58fc9a26e1c7 [2021-04-20T19:44:04.606Z] Removing intermediate container c5fbffac953f [2021-04-20T19:44:04.606Z] ---> fa84127fd436 [2021-04-20T19:44:04.606Z] [2021-04-20T19:44:04.606Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T19:44:04.606Z] ---> 9852663dfa18 [2021-04-20T19:44:04.606Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-20T19:44:04.877Z] Removing intermediate container 0237e3643d4b [2021-04-20T19:44:04.877Z] ---> cf9625d291f2 [2021-04-20T19:44:04.877Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T19:44:04.877Z] ---> Running in c31aef893e8c [2021-04-20T19:44:05.152Z] Removing intermediate container abfa2026d61a [2021-04-20T19:44:05.152Z] ---> 5ad3a0b329d5 [2021-04-20T19:44:05.152Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T19:44:05.152Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:44:05.428Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:44:05.428Z] ---> Running in 98377104d5b8 [2021-04-20T19:44:05.701Z] ---> Running in d89d0ce19033 [2021-04-20T19:44:05.973Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-20T19:44:05.973Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:44:05.973Z] OK: 5 MiB in 15 packages [2021-04-20T19:44:06.579Z] Removing intermediate container 98377104d5b8 [2021-04-20T19:44:06.579Z] ---> a9b07d8675ea [2021-04-20T19:44:06.579Z] Step 13/24 : WORKDIR / [2021-04-20T19:44:06.579Z] Removing intermediate container d89d0ce19033 [2021-04-20T19:44:06.579Z] ---> ef66e8327868 [2021-04-20T19:44:06.579Z] Step 13/21 : WORKDIR /edgex [2021-04-20T19:44:06.579Z] ---> Running in 8bea8b2ae93c [2021-04-20T19:44:06.857Z] ---> Running in 55ac75597486 [2021-04-20T19:44:06.857Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:44:07.133Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:44:07.737Z] Removing intermediate container 8bea8b2ae93c [2021-04-20T19:44:07.737Z] ---> a178f8332b86 [2021-04-20T19:44:07.737Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-20T19:44:07.737Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-20T19:44:07.737Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:44:07.737Z] Removing intermediate container 55ac75597486 [2021-04-20T19:44:07.737Z] ---> 2f5476a58378 [2021-04-20T19:44:07.737Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-20T19:44:07.737Z] OK: 5 MiB in 15 packages [2021-04-20T19:44:07.737Z] Removing intermediate container 58fc9a26e1c7 [2021-04-20T19:44:07.737Z] ---> cbc1e3b9d77a [2021-04-20T19:44:07.737Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:44:08.342Z] ---> Running in 3ace79690aca [2021-04-20T19:44:08.948Z] ---> fecefa34095f [2021-04-20T19:44:08.948Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-20T19:44:09.544Z] ---> d04301feb17b [2021-04-20T19:44:09.545Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-20T19:44:09.545Z] Removing intermediate container 3ace79690aca [2021-04-20T19:44:09.545Z] ---> 35a51ace5ba5 [2021-04-20T19:44:09.545Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-20T19:44:10.142Z] ---> Running in 54b363aa1a7b [2021-04-20T19:44:10.742Z] Removing intermediate container c31aef893e8c [2021-04-20T19:44:10.742Z] ---> eaff3250bbb7 [2021-04-20T19:44:10.742Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:44:10.742Z] ---> 022d1dd6e61e [2021-04-20T19:44:10.742Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-20T19:44:10.742Z] ---> Running in 065cf258fd7b [2021-04-20T19:44:11.020Z] ---> 73c5597d2ef5 [2021-04-20T19:44:11.020Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-20T19:44:11.299Z] Removing intermediate container 54b363aa1a7b [2021-04-20T19:44:11.299Z] ---> c0aa1c73f1b2 [2021-04-20T19:44:11.300Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T19:44:11.300Z] Removing intermediate container e80beb713928 [2021-04-20T19:44:11.300Z] ---> 804205e7ef8a [2021-04-20T19:44:11.300Z] [2021-04-20T19:44:11.300Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T19:44:11.300Z] ---> 9852663dfa18 [2021-04-20T19:44:11.300Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T19:44:11.300Z] ---> Using cache [2021-04-20T19:44:11.300Z] ---> eaff3250bbb7 [2021-04-20T19:44:11.300Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:44:11.577Z] ---> Running in 0d2ff67cb9a5 [2021-04-20T19:44:11.577Z] ---> Running in 925e3c9e8f74 [2021-04-20T19:44:11.577Z] Removing intermediate container 065cf258fd7b [2021-04-20T19:44:11.577Z] ---> 7421fcc1dc1d [2021-04-20T19:44:11.577Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-20T19:44:11.855Z] ---> 3e3086215a3d [2021-04-20T19:44:11.855Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-20T19:44:11.855Z] ---> Running in 8faccb8b951f [2021-04-20T19:44:12.458Z] Removing intermediate container 925e3c9e8f74 [2021-04-20T19:44:12.458Z] ---> 805c7ef84d4c [2021-04-20T19:44:12.458Z] Step 15/23 : WORKDIR / [2021-04-20T19:44:12.458Z] Removing intermediate container 0d2ff67cb9a5 [2021-04-20T19:44:12.458Z] ---> 37151e308a84 [2021-04-20T19:44:12.458Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-20T19:44:12.458Z] ---> d317ae759745 [2021-04-20T19:44:12.458Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-20T19:44:12.736Z] ---> Running in c5b1e64dc079 [2021-04-20T19:44:12.736Z] ---> Running in bffd18776273 [2021-04-20T19:44:12.736Z] ---> Running in 04674c18c80f [2021-04-20T19:44:12.736Z] Removing intermediate container 8faccb8b951f [2021-04-20T19:44:12.736Z] ---> d66f8844b805 [2021-04-20T19:44:12.736Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T19:44:13.337Z] ---> Running in 32eeb9bfa785 [2021-04-20T19:44:13.337Z] Removing intermediate container c5b1e64dc079 [2021-04-20T19:44:13.337Z] ---> a916556fc147 [2021-04-20T19:44:13.337Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:44:13.610Z] ---> 1805d80b4b01 [2021-04-20T19:44:13.610Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-20T19:44:13.610Z] Removing intermediate container bffd18776273 [2021-04-20T19:44:13.610Z] ---> 66a22c505534 [2021-04-20T19:44:13.610Z] Step 18/21 : CMD ["--init=true"] [2021-04-20T19:44:13.610Z] Removing intermediate container 04674c18c80f [2021-04-20T19:44:13.610Z] ---> 5dd9c5daf57f [2021-04-20T19:44:13.610Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T19:44:13.610Z] Removing intermediate container 32eeb9bfa785 [2021-04-20T19:44:13.610Z] ---> 6844d2587169 [2021-04-20T19:44:13.610Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:44:13.881Z] ---> Running in c87712cb779f [2021-04-20T19:44:13.881Z] ---> Running in 06146a634831 [2021-04-20T19:44:14.860Z] ---> 144b09aeff22 [2021-04-20T19:44:14.860Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-20T19:44:14.860Z] Removing intermediate container 06146a634831 [2021-04-20T19:44:14.860Z] ---> 5ad4abc0d880 [2021-04-20T19:44:14.860Z] Step 15/23 : WORKDIR / [2021-04-20T19:44:14.860Z] Removing intermediate container c87712cb779f [2021-04-20T19:44:14.860Z] ---> 22a06d2a939a [2021-04-20T19:44:14.860Z] Step 19/21 : LABEL arch=arm64 [2021-04-20T19:44:14.860Z] ---> 16039d771aaa [2021-04-20T19:44:14.860Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-20T19:44:14.860Z] ---> d1b9778722dd [2021-04-20T19:44:14.860Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-20T19:44:15.135Z] ---> Running in cb09acba6dc9 [2021-04-20T19:44:15.135Z] ---> Running in cf222ebb850a [2021-04-20T19:44:16.116Z] Removing intermediate container cf222ebb850a [2021-04-20T19:44:16.116Z] ---> 9abc2a89e2a8 [2021-04-20T19:44:16.116Z] Step 20/21 : LABEL git_sha=26b83fa92c3392fbb342e321af02a36e6fff533d [2021-04-20T19:44:16.116Z] Removing intermediate container cb09acba6dc9 [2021-04-20T19:44:16.116Z] ---> 705923c20652 [2021-04-20T19:44:16.116Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:44:16.116Z] ---> Running in b6a2a74ae5b0 [2021-04-20T19:44:16.446Z] ---> 85510fb98133 [2021-04-20T19:44:16.446Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-20T19:44:16.446Z] ---> e3a7c9a8bfb3 [2021-04-20T19:44:16.446Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-20T19:44:16.813Z] ---> Running in 8716cb3641c7 [2021-04-20T19:44:17.182Z] ---> 00e5b98c4ba1 [2021-04-20T19:44:17.182Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-20T19:44:17.182Z] Removing intermediate container b6a2a74ae5b0 [2021-04-20T19:44:17.182Z] ---> 6ada960bde37 [2021-04-20T19:44:17.182Z] Step 21/21 : LABEL version=0.0.0 [2021-04-20T19:44:17.182Z] ---> Running in d25ae37c6b58 [2021-04-20T19:44:17.553Z] ---> 2c3c8cbdd826 [2021-04-20T19:44:17.553Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-20T19:44:17.860Z] ---> fc888ddc54f8 [2021-04-20T19:44:17.860Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-20T19:44:18.182Z] ---> Running in afbc8f2e5c59 [2021-04-20T19:44:18.182Z] Removing intermediate container d25ae37c6b58 [2021-04-20T19:44:18.182Z] ---> 4dfa403679e6 [2021-04-20T19:44:18.182Z] [2021-04-20T19:44:18.465Z] ---> 4c3368ce7d9c [2021-04-20T19:44:18.465Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-20T19:44:18.746Z] ---> Running in c4e6de6820a2 [2021-04-20T19:44:19.021Z] Removing intermediate container afbc8f2e5c59 [2021-04-20T19:44:19.021Z] ---> 7c628f75d06d [2021-04-20T19:44:19.021Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:44:19.301Z] Successfully built 4dfa403679e6 [2021-04-20T19:44:19.301Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-20T19:44:19.301Z] ---> Running in bbe39b119b4e [2021-04-20T19:44:19.301Z] Building docker-sys-mgmt-agent-go [2021-04-20T19:44:19.581Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container c4e6de6820a2 [2021-04-20T19:44:19.581Z] ---> aab03817513a [2021-04-20T19:44:19.581Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:44:19.855Z] ---> Running in 014180fc9635 [2021-04-20T19:44:19.855Z] ---> d56069a4219c [2021-04-20T19:44:19.855Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-20T19:44:19.855Z] Removing intermediate container bbe39b119b4e [2021-04-20T19:44:19.855Z] ---> b76f2279eefe [2021-04-20T19:44:19.855Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T19:44:20.130Z] ---> Running in d16b1277f800 [2021-04-20T19:44:20.410Z] Removing intermediate container 014180fc9635 [2021-04-20T19:44:20.410Z] Removing intermediate container 8716cb3641c7 [2021-04-20T19:44:20.410Z] ---> 50c2db739f3b [2021-04-20T19:44:20.410Z] Step 20/22 : LABEL arch=arm64 [2021-04-20T19:44:20.410Z] ---> 08178edacac0 [2021-04-20T19:44:20.410Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-20T19:44:20.684Z] ---> Running in bddbabe3c144 [2021-04-20T19:44:20.684Z] ---> Running in 774afba0c0b9 [2021-04-20T19:44:20.955Z] Removing intermediate container d16b1277f800 [2021-04-20T19:44:20.955Z] ---> 16d4ae3b7e84 [2021-04-20T19:44:20.955Z] Step 22/23 : LABEL git_sha=26b83fa92c3392fbb342e321af02a36e6fff533d [2021-04-20T19:44:21.927Z] ---> 3cb7742944f0 [2021-04-20T19:44:21.927Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-20T19:44:22.521Z] ---> Running in f33445a24602 [2021-04-20T19:44:22.521Z] Removing intermediate container 774afba0c0b9 [2021-04-20T19:44:22.521Z] ---> 04473510cdd4 [2021-04-20T19:44:22.521Z] Step 22/24 : LABEL arch=arm64 [2021-04-20T19:44:22.799Z] ---> Running in 2c62194b16c5 [2021-04-20T19:44:22.799Z] Removing intermediate container bddbabe3c144 [2021-04-20T19:44:22.799Z] ---> 88758ac0f9ed [2021-04-20T19:44:22.799Z] Step 21/22 : LABEL git_sha=26b83fa92c3392fbb342e321af02a36e6fff533d [2021-04-20T19:44:22.799Z] ---> Running in 0dc9c536a591 [2021-04-20T19:44:23.089Z] ---> Running in 098cbb58e60d [2021-04-20T19:44:23.089Z] Removing intermediate container f33445a24602 [2021-04-20T19:44:23.089Z] ---> 668e3228d489 [2021-04-20T19:44:23.089Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:44:23.692Z] ---> Running in 73b144a2de58 [2021-04-20T19:44:23.692Z] Removing intermediate container 2c62194b16c5 [2021-04-20T19:44:23.692Z] ---> 29e8465fd6e2 [2021-04-20T19:44:23.692Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:44:23.980Z] Removing intermediate container 098cbb58e60d [2021-04-20T19:44:23.980Z] ---> 84f19dcdcee1 [2021-04-20T19:44:23.980Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T19:44:23.980Z] Removing intermediate container 0dc9c536a591 [2021-04-20T19:44:23.980Z] ---> 7d7b36b2428e [2021-04-20T19:44:23.980Z] Step 23/24 : LABEL git_sha=26b83fa92c3392fbb342e321af02a36e6fff533d [2021-04-20T19:44:24.573Z] ---> Running in def43e068da7 [2021-04-20T19:44:24.849Z] ---> Running in 619b934df135 [2021-04-20T19:44:24.849Z] ---> Running in e6495fa9a369 [2021-04-20T19:44:24.849Z] Removing intermediate container 73b144a2de58 [2021-04-20T19:44:24.849Z] ---> 082e3461c3d8 [2021-04-20T19:44:24.849Z] [2021-04-20T19:44:25.450Z] Removing intermediate container def43e068da7 [2021-04-20T19:44:25.450Z] ---> 412145207b95 [2021-04-20T19:44:25.450Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T19:44:25.450Z] Successfully built 082e3461c3d8 [2021-04-20T19:44:25.450Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-20T19:44:25.450Z] Building docker-security-bootstrapper-go [2021-04-20T19:44:25.724Z]  Building docker-core-command-go ... done  ---> Running in f0b226801794 [2021-04-20T19:44:25.724Z] Removing intermediate container 619b934df135 [2021-04-20T19:44:25.724Z] ---> 61cfe9db9381 [2021-04-20T19:44:25.724Z] Removing intermediate container e6495fa9a369 [2021-04-20T19:44:25.724Z] ---> 188659b213e5 [2021-04-20T19:44:25.724Z] Step 24/24 : LABEL version=0.0.0 [2021-04-20T19:44:25.724Z] [2021-04-20T19:44:25.998Z] ---> Running in e95ea8cf4aa6 [2021-04-20T19:44:26.272Z] Successfully built 61cfe9db9381 [2021-04-20T19:44:26.272Z] Removing intermediate container f0b226801794 [2021-04-20T19:44:26.272Z] ---> b6eaea55f008 [2021-04-20T19:44:26.272Z] Step 22/23 : LABEL git_sha=26b83fa92c3392fbb342e321af02a36e6fff533d [2021-04-20T19:44:26.272Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-20T19:44:26.272Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-04-20T19:44:26.546Z] ---> Running in 133ddd87985d [2021-04-20T19:44:26.546Z] Removing intermediate container e95ea8cf4aa6 [2021-04-20T19:44:26.546Z] ---> dee09e2d15c5 [2021-04-20T19:44:26.546Z] [2021-04-20T19:44:26.949Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-20T19:44:27.149Z] Successfully built dee09e2d15c5 [2021-04-20T19:44:27.149Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-20T19:44:27.149Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-04-20T19:44:27.149Z] Removing intermediate container 133ddd87985d [2021-04-20T19:44:27.149Z] ---> 0954d0f35834 [2021-04-20T19:44:27.149Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:44:27.419Z] ---> Running in b872df088afe [2021-04-20T19:44:28.011Z] Removing intermediate container b872df088afe [2021-04-20T19:44:28.011Z] ---> df13d8d7492e [2021-04-20T19:44:28.011Z] [2021-04-20T19:44:28.283Z] Successfully built df13d8d7492e [2021-04-20T19:44:28.283Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-20T19:44:28.570Z] Removing intermediate container 88545dbf0737 [2021-04-20T19:44:28.570Z] ---> 10d60556bd68 [2021-04-20T19:44:28.570Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-20T19:44:30.199Z] ---> Running in fa6d2c8612a2 [2021-04-20T19:44:31.211Z] Removing intermediate container e100910d4848 [2021-04-20T19:44:31.211Z] ---> eb9e1b68139a [2021-04-20T19:44:31.211Z] [2021-04-20T19:44:31.211Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T19:44:31.211Z] ---> 13621d1b12d4 [2021-04-20T19:44:31.211Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-20T19:44:31.211Z] ---> Using cache [2021-04-20T19:44:31.211Z] ---> fd19e46d60f1 [2021-04-20T19:44:31.211Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:44:31.211Z] ---> Using cache [2021-04-20T19:44:31.211Z] ---> c8bda611c9f1 [2021-04-20T19:44:31.211Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-20T19:44:32.273Z] ---> Running in c251a7f6e7f5 [2021-04-20T19:44:32.273Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-20T19:44:35.059Z] Removing intermediate container c251a7f6e7f5 [2021-04-20T19:44:35.059Z] ---> 17f26be3d7b1 [2021-04-20T19:44:35.059Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T19:44:35.059Z] Removing intermediate container 13344597e8ba [2021-04-20T19:44:35.059Z] ---> 0bb27a8a6695 [2021-04-20T19:44:35.059Z] [2021-04-20T19:44:35.059Z] Step 10/21 : FROM alpine:3.12 [2021-04-20T19:44:35.059Z] ---> 13621d1b12d4 [2021-04-20T19:44:35.059Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-20T19:44:35.059Z] ---> Running in e3fcb8deb44f [2021-04-20T19:44:35.059Z] ---> Running in c0c6eab88dd5 [2021-04-20T19:44:36.087Z] Removing intermediate container e3fcb8deb44f [2021-04-20T19:44:36.087Z] ---> b52482b79868 [2021-04-20T19:44:36.087Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:44:38.264Z] ---> 0a1205f92c50 [2021-04-20T19:44:38.264Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-20T19:44:39.030Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:44:39.031Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:44:39.720Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-20T19:44:39.720Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T19:44:39.720Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-20T19:44:39.720Z] (4/4) Installing curl (7.76.1-r0) [2021-04-20T19:44:39.720Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:44:40.348Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T19:44:40.647Z] OK: 7 MiB in 18 packages [2021-04-20T19:44:40.926Z] Removing intermediate container fa6d2c8612a2 [2021-04-20T19:44:40.926Z] ---> 20f7eccf416c [2021-04-20T19:44:40.926Z] [2021-04-20T19:44:40.926Z] Step 11/23 : FROM docker:20.10.0 [2021-04-20T19:44:41.256Z] 20.10.0: Pulling from library/docker [2021-04-20T19:44:41.732Z] ---> f1bd4055e831 [2021-04-20T19:44:41.732Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-20T19:44:41.732Z] Removing intermediate container 25cdeb4db330 [2021-04-20T19:44:41.732Z] ---> dcdecd5b4bd1 [2021-04-20T19:44:41.732Z] [2021-04-20T19:44:41.732Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T19:44:41.732Z] ---> 13621d1b12d4 [2021-04-20T19:44:41.732Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-20T19:44:42.093Z] ---> Running in 3a0119aa3c5a [2021-04-20T19:44:43.242Z] ---> a939317bfeaa [2021-04-20T19:44:43.242Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-20T19:44:43.242Z] Removing intermediate container c0c6eab88dd5 [2021-04-20T19:44:43.242Z] ---> 5db78f155486 [2021-04-20T19:44:43.242Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T19:44:43.242Z] Removing intermediate container 3a0119aa3c5a [2021-04-20T19:44:43.242Z] ---> af55dfa09fed [2021-04-20T19:44:43.242Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-20T19:44:43.526Z] ---> Running in 80b128033b9e [2021-04-20T19:44:43.526Z] ---> Running in 2dd0c2bad43b [2021-04-20T19:44:43.526Z] ---> Running in 930909ab70e5 [2021-04-20T19:44:44.146Z] Removing intermediate container 80b128033b9e [2021-04-20T19:44:44.146Z] ---> eaa441feeb61 [2021-04-20T19:44:44.146Z] Step 13/21 : WORKDIR /edgex [2021-04-20T19:44:44.774Z] Removing intermediate container 2dd0c2bad43b [2021-04-20T19:44:44.774Z] ---> 83b516e69912 [2021-04-20T19:44:44.774Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:44:45.384Z] Removing intermediate container 930909ab70e5 [2021-04-20T19:44:45.384Z] ---> 0041bd98a9a7 [2021-04-20T19:44:45.384Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-20T19:44:45.384Z] ---> Running in c50d612d4c75 [2021-04-20T19:44:45.661Z] ---> Running in afbc20094a2e [2021-04-20T19:44:45.661Z] ---> Running in ab373d5da8a4 [2021-04-20T19:44:45.932Z] Removing intermediate container c50d612d4c75 [2021-04-20T19:44:45.932Z] ---> 426111d3e893 [2021-04-20T19:44:45.932Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-20T19:44:46.222Z] Removing intermediate container afbc20094a2e [2021-04-20T19:44:46.222Z] ---> ac8206399747 [2021-04-20T19:44:46.222Z] Step 20/22 : LABEL arch=x86_64 [2021-04-20T19:44:46.499Z] Removing intermediate container ab373d5da8a4 [2021-04-20T19:44:46.499Z] ---> 5de462e07a17 [2021-04-20T19:44:46.499Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:44:46.499Z] ---> Running in 4f5db81444c6 [2021-04-20T19:44:47.124Z] ---> Running in 3cfe50dfd8a4 [2021-04-20T19:44:47.124Z] ---> 8813dc764808 [2021-04-20T19:44:47.124Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-20T19:44:47.124Z] Removing intermediate container 4f5db81444c6 [2021-04-20T19:44:47.124Z] ---> 12f296d396ec [2021-04-20T19:44:47.124Z] Step 21/22 : LABEL git_sha=26b83fa92c3392fbb342e321af02a36e6fff533d [2021-04-20T19:44:47.410Z] ---> Running in b19bfd0becee [2021-04-20T19:44:48.461Z] Removing intermediate container b19bfd0becee [2021-04-20T19:44:48.461Z] ---> dabd5c1523ae [2021-04-20T19:44:48.461Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T19:44:48.748Z] ---> Running in ee65b6fe1194 [2021-04-20T19:44:49.070Z] ---> 7ddf40fa11e0 [2021-04-20T19:44:49.070Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-20T19:44:49.368Z] Removing intermediate container ee65b6fe1194 [2021-04-20T19:44:49.368Z] ---> 55864c095258 [2021-04-20T19:44:49.368Z] [2021-04-20T19:44:51.526Z] ---> a82501c18a40 [2021-04-20T19:44:51.526Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-20T19:44:51.526Z] ---> Running in 803d7ac71f45 [2021-04-20T19:44:51.526Z] Successfully built 55864c095258 [2021-04-20T19:44:51.526Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-20T19:44:51.819Z]  Building docker-support-scheduler-go ... done Removing intermediate container 3cfe50dfd8a4 [2021-04-20T19:44:51.819Z] ---> 5549386c0e26 [2021-04-20T19:44:51.819Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-20T19:44:52.127Z] ---> Running in 69335d38dd0f [2021-04-20T19:44:52.127Z] Removing intermediate container 803d7ac71f45 [2021-04-20T19:44:52.127Z] ---> db6012377eae [2021-04-20T19:44:52.127Z] Step 18/21 : CMD ["--init=true"] [2021-04-20T19:44:52.416Z] ---> Running in b7581e6c3a47 [2021-04-20T19:44:53.099Z] Removing intermediate container b7581e6c3a47 [2021-04-20T19:44:53.100Z] ---> 7c1858ab72b2 [2021-04-20T19:44:53.100Z] Step 19/21 : LABEL arch=x86_64 [2021-04-20T19:44:53.423Z] ---> Running in f0fa49928acc [2021-04-20T19:44:53.710Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:44:54.019Z] Removing intermediate container f0fa49928acc [2021-04-20T19:44:54.019Z] ---> c349a0a21ce8 [2021-04-20T19:44:54.019Z] Step 20/21 : LABEL git_sha=26b83fa92c3392fbb342e321af02a36e6fff533d [2021-04-20T19:44:54.788Z] ---> Running in eca1288ecdea [2021-04-20T19:44:54.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:44:55.092Z] Removing intermediate container eca1288ecdea [2021-04-20T19:44:55.092Z] ---> d286de52da99 [2021-04-20T19:44:55.092Z] Step 21/21 : LABEL version=0.0.0 [2021-04-20T19:44:55.092Z] ---> Running in aefca39bab85 [2021-04-20T19:44:55.414Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-20T19:44:55.414Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-20T19:44:55.414Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-20T19:44:55.730Z] Removing intermediate container aefca39bab85 [2021-04-20T19:44:55.730Z] ---> 593db77458ce [2021-04-20T19:44:55.730Z] [2021-04-20T19:44:55.730Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-20T19:44:56.025Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-20T19:44:56.025Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-20T19:44:56.344Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:44:56.344Z] OK: 8 MiB in 20 packages [2021-04-20T19:44:56.988Z] Successfully built 593db77458ce [2021-04-20T19:44:56.988Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-20T19:44:58.518Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 69335d38dd0f [2021-04-20T19:44:58.518Z] ---> d2dc332efdb9 [2021-04-20T19:44:58.518Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:44:59.126Z] ---> 03af5955f816 [2021-04-20T19:44:59.126Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-20T19:44:59.418Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-20T19:44:59.418Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-20T19:44:59.418Z] ---> aefe523efa57 [2021-04-20T19:44:59.418Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:44:59.723Z] ---> Running in 87478b00b593 [2021-04-20T19:45:00.391Z] Removing intermediate container 87478b00b593 [2021-04-20T19:45:00.391Z] ---> 69d500384a36 [2021-04-20T19:45:00.391Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-20T19:45:00.391Z] ---> 39d3d97d9c7a [2021-04-20T19:45:00.391Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-20T19:45:00.391Z] ---> Running in b87c774c5815 [2021-04-20T19:45:01.460Z] ---> 9cfc2450ad85 [2021-04-20T19:45:01.460Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-20T19:45:01.742Z] ---> Running in 7aedfd8a8a23 [2021-04-20T19:45:02.060Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:45:02.060Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:45:02.403Z] Removing intermediate container 7aedfd8a8a23 [2021-04-20T19:45:02.403Z] ---> d797c0a28ff5 [2021-04-20T19:45:02.403Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:45:02.403Z] (1/39) Installing readline (8.0.4-r0) [2021-04-20T19:45:02.403Z] (2/39) Installing bash (5.0.17-r0) [2021-04-20T19:45:02.403Z] ---> Running in 09e411b918f2 [2021-04-20T19:45:02.403Z] Executing bash-5.0.17-r0.post-install [2021-04-20T19:45:02.403Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T19:45:02.403Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-20T19:45:02.722Z] (5/39) Installing curl (7.76.1-r0) [2021-04-20T19:45:02.722Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-20T19:45:02.722Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-20T19:45:02.722Z] (8/39) Installing expat (2.2.9-r1) [2021-04-20T19:45:02.722Z] (9/39) Installing libffi (3.3-r2) [2021-04-20T19:45:02.722Z] (10/39) Installing gdbm (1.13-r1) [2021-04-20T19:45:02.722Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-20T19:45:02.722Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-20T19:45:02.722Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-20T19:45:04.281Z] Removing intermediate container 09e411b918f2 [2021-04-20T19:45:04.281Z] ---> a0d0d7d0e7b7 [2021-04-20T19:45:04.281Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T19:45:06.355Z] ---> Running in 33a5e3bf089d [2021-04-20T19:45:06.625Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-20T19:45:06.625Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-20T19:45:06.625Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-20T19:45:06.625Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-20T19:45:06.625Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-20T19:45:06.625Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-20T19:45:06.625Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-20T19:45:06.908Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-20T19:45:07.181Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-20T19:45:07.181Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-20T19:45:07.181Z] Removing intermediate container 33a5e3bf089d [2021-04-20T19:45:07.181Z] ---> d4ba1eaa17a4 [2021-04-20T19:45:07.181Z] Step 22/23 : LABEL git_sha=26b83fa92c3392fbb342e321af02a36e6fff533d [2021-04-20T19:45:07.457Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-20T19:45:07.457Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-20T19:45:07.457Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-20T19:45:07.457Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-20T19:45:07.750Z] ---> Running in b7a7273981e7 [2021-04-20T19:45:07.750Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-20T19:45:07.750Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-20T19:45:07.751Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-20T19:45:07.751Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-20T19:45:07.751Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-20T19:45:07.751Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-20T19:45:08.057Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-20T19:45:08.057Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-20T19:45:08.057Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-20T19:45:08.057Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-20T19:45:08.057Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-20T19:45:08.057Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-20T19:45:09.026Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T19:45:09.026Z] OK: 72 MiB in 59 packages [2021-04-20T19:45:09.026Z] Removing intermediate container b7a7273981e7 [2021-04-20T19:45:09.026Z] ---> 74f9a528f5fc [2021-04-20T19:45:09.026Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:45:09.026Z] ---> Running in 49659ae050da [2021-04-20T19:45:09.638Z] Removing intermediate container 49659ae050da [2021-04-20T19:45:09.638Z] ---> d934a94aa2cd [2021-04-20T19:45:09.638Z] [2021-04-20T19:45:10.375Z] Successfully built d934a94aa2cd [2021-04-20T19:45:10.376Z] Successfully tagged docker-core-data-go:latest [2021-04-20T19:45:11.030Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-04-20T19:45:11.030Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-20T19:45:11.030Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-20T19:45:11.317Z] Collecting jsonschema<3,>=2.5.1 [2021-04-20T19:45:11.317Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-20T19:45:11.621Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-20T19:45:11.621Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-20T19:45:13.107Z] Collecting cached-property<2,>=1.2.0 [2021-04-20T19:45:13.107Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-20T19:45:13.107Z] Collecting docopt<0.7,>=0.6.1 [2021-04-20T19:45:13.107Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-20T19:45:14.145Z] Collecting texttable<0.10,>=0.9.0 [2021-04-20T19:45:14.145Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-20T19:45:15.155Z] Collecting PyYAML<4,>=3.10 [2021-04-20T19:45:15.155Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-20T19:45:15.232Z]  Building docker-core-metadata-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:45:15.232Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:45:15.232Z] ---> 89b8c962453d [2021-04-20T19:45:15.232Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:45:15.232Z] ---> Using cache [2021-04-20T19:45:15.232Z] ---> 42098384d733 [2021-04-20T19:45:15.232Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:45:15.232Z] ---> Using cache [2021-04-20T19:45:15.232Z] ---> d0b710833ac7 [2021-04-20T19:45:15.232Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-20T19:45:15.232Z] ---> Running in 363ee2dd4839 [2021-04-20T19:45:15.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:45:15.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:45:15.232Z] OK: 217 MiB in 51 packages [2021-04-20T19:45:17.863Z] Removing intermediate container 363ee2dd4839 [2021-04-20T19:45:17.864Z] ---> 064490486c0d [2021-04-20T19:45:17.864Z] Step 6/23 : COPY go.mod . [2021-04-20T19:45:18.473Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:45:18.473Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:45:18.473Z] ---> 89b8c962453d [2021-04-20T19:45:18.473Z] Step 3/31 : WORKDIR /edgex-go [2021-04-20T19:45:18.473Z] ---> Using cache [2021-04-20T19:45:18.473Z] ---> 42098384d733 [2021-04-20T19:45:18.473Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:45:18.473Z] ---> Using cache [2021-04-20T19:45:18.473Z] ---> d0b710833ac7 [2021-04-20T19:45:18.473Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-20T19:45:18.473Z] ---> Using cache [2021-04-20T19:45:18.473Z] ---> fba6b6b0f965 [2021-04-20T19:45:18.473Z] Step 6/31 : COPY go.mod . [2021-04-20T19:45:18.473Z] ---> Using cache [2021-04-20T19:45:18.473Z] ---> 373c4664fc4d [2021-04-20T19:45:18.473Z] Step 7/31 : RUN go mod download [2021-04-20T19:45:18.473Z] ---> Using cache [2021-04-20T19:45:18.473Z] ---> 766487d7eb09 [2021-04-20T19:45:18.473Z] Step 8/31 : COPY . . [2021-04-20T19:45:18.644Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-20T19:45:18.644Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-20T19:45:18.644Z] Collecting docker<4.0,>=3.6.0 [2021-04-20T19:45:18.644Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-20T19:45:18.746Z] ---> Using cache [2021-04-20T19:45:18.746Z] ---> cdd2d00f585e [2021-04-20T19:45:18.746Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-20T19:45:19.018Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:45:19.018Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:45:19.018Z] ---> 89b8c962453d [2021-04-20T19:45:19.018Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T19:45:19.018Z] ---> Using cache [2021-04-20T19:45:19.018Z] ---> 42098384d733 [2021-04-20T19:45:19.018Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:45:19.018Z] ---> Using cache [2021-04-20T19:45:19.018Z] ---> d0b710833ac7 [2021-04-20T19:45:19.018Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-20T19:45:19.018Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:45:19.018Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:45:19.018Z] ---> 89b8c962453d [2021-04-20T19:45:19.018Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:45:19.018Z] ---> Using cache [2021-04-20T19:45:19.018Z] ---> 42098384d733 [2021-04-20T19:45:19.018Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:45:19.018Z] ---> Using cache [2021-04-20T19:45:19.018Z] ---> d0b710833ac7 [2021-04-20T19:45:19.018Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-20T19:45:19.243Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-20T19:45:19.243Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-20T19:45:19.243Z] Collecting docker-pycreds>=0.4.0 [2021-04-20T19:45:19.243Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-20T19:45:19.243Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-20T19:45:19.289Z] ---> 0003619a92a5 [2021-04-20T19:45:19.289Z] Step 7/23 : RUN go mod download [2021-04-20T19:45:19.510Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-20T19:45:19.510Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-20T19:45:19.562Z] ---> Running in cc796f9a16ac [2021-04-20T19:45:19.562Z] ---> Running in 24e0a1adb75a [2021-04-20T19:45:19.562Z] ---> Running in 15e68ccb23a4 [2021-04-20T19:45:19.562Z] ---> Running in f7a1c692ad09 [2021-04-20T19:45:19.779Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-20T19:45:20.064Z] Collecting idna<2.8,>=2.5 [2021-04-20T19:45:20.064Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-20T19:45:20.064Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-20T19:45:20.064Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-20T19:45:20.064Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-20T19:45:20.064Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-20T19:45:20.339Z] Installing collected packages: jsonschema, dockerpty, cached-property, docopt, texttable, PyYAML, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docker-compose [2021-04-20T19:45:20.608Z] Running setup.py install for dockerpty: started [2021-04-20T19:45:21.244Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-20T19:45:21.520Z] Running setup.py install for docopt: started [2021-04-20T19:45:21.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:45:21.548Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-20T19:45:21.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:45:22.147Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:45:22.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:45:22.541Z] Running setup.py install for docopt: finished with status 'done' [2021-04-20T19:45:22.541Z] Running setup.py install for texttable: started [2021-04-20T19:45:23.020Z] OK: 217 MiB in 51 packages [2021-04-20T19:45:23.020Z] OK: 217 MiB in 51 packages [2021-04-20T19:45:23.130Z] Running setup.py install for texttable: finished with status 'done' [2021-04-20T19:45:23.130Z] Running setup.py install for PyYAML: started [2021-04-20T19:45:23.625Z] Removing intermediate container f7a1c692ad09 [2021-04-20T19:45:23.625Z] ---> 4a28b74746da [2021-04-20T19:45:23.625Z] Step 8/23 : COPY . . [2021-04-20T19:45:23.725Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-20T19:45:23.995Z] Attempting uninstall: urllib3 [2021-04-20T19:45:23.995Z] Found existing installation: urllib3 1.25.9 [2021-04-20T19:45:23.995Z] Uninstalling urllib3-1.25.9: [2021-04-20T19:45:23.995Z] Successfully uninstalled urllib3-1.25.9 [2021-04-20T19:45:24.319Z] Attempting uninstall: idna [2021-04-20T19:45:24.319Z] Found existing installation: idna 2.9 [2021-04-20T19:45:24.319Z] Uninstalling idna-2.9: [2021-04-20T19:45:24.319Z] Successfully uninstalled idna-2.9 [2021-04-20T19:45:25.073Z] Removing intermediate container cc796f9a16ac [2021-04-20T19:45:25.073Z] ---> e4411f959fdd [2021-04-20T19:45:25.073Z] Step 6/22 : COPY go.mod . [2021-04-20T19:45:25.250Z] Attempting uninstall: requests [2021-04-20T19:45:25.250Z] Found existing installation: requests 2.23.0 [2021-04-20T19:45:25.250Z] Uninstalling requests-2.23.0: [2021-04-20T19:45:25.250Z] Successfully uninstalled requests-2.23.0 [2021-04-20T19:45:25.349Z] Removing intermediate container 15e68ccb23a4 [2021-04-20T19:45:25.349Z] ---> f18e4473ea7a [2021-04-20T19:45:25.349Z] Step 6/23 : COPY go.mod . [2021-04-20T19:45:26.320Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-20T19:45:26.832Z] ---> 88673a5c6942 [2021-04-20T19:45:26.832Z] Step 7/22 : RUN go mod download [2021-04-20T19:45:27.440Z] ---> 99ce139348e4 [2021-04-20T19:45:27.440Z] Step 7/23 : RUN go mod download [2021-04-20T19:45:27.719Z] ---> Running in e217ee74d0e5 [2021-04-20T19:45:28.331Z] ---> Running in 6b095c625b14 [2021-04-20T19:45:35.123Z] Removing intermediate container e217ee74d0e5 [2021-04-20T19:45:35.123Z] ---> 25aa35da679f [2021-04-20T19:45:35.123Z] Step 8/22 : COPY . . [2021-04-20T19:45:35.123Z] Removing intermediate container 6b095c625b14 [2021-04-20T19:45:35.123Z] ---> fff67a1e0fa6 [2021-04-20T19:45:35.123Z] Step 8/23 : COPY . . [2021-04-20T19:45:36.925Z] Removing intermediate container b87c774c5815 [2021-04-20T19:45:36.925Z] ---> b169506957a8 [2021-04-20T19:45:36.925Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-20T19:45:36.925Z] ---> Running in 083731610b5f [2021-04-20T19:45:37.558Z] Removing intermediate container 083731610b5f [2021-04-20T19:45:37.558Z] ---> 450722f8e458 [2021-04-20T19:45:37.558Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-20T19:45:37.851Z] ---> Running in 1f07110b4fe0 [2021-04-20T19:45:38.148Z] Removing intermediate container 1f07110b4fe0 [2021-04-20T19:45:38.148Z] ---> a466e623d64a [2021-04-20T19:45:38.148Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-20T19:45:39.798Z] ---> dfcbeeb73a7c [2021-04-20T19:45:39.798Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-20T19:45:40.737Z] ---> fe131989da7e [2021-04-20T19:45:40.738Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-20T19:45:42.429Z] ---> b437e2705dc1 [2021-04-20T19:45:42.429Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-20T19:45:42.429Z] ---> Running in eff70062c449 [2021-04-20T19:45:42.813Z] Removing intermediate container eff70062c449 [2021-04-20T19:45:42.813Z] ---> 694dc433e524 [2021-04-20T19:45:42.813Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:45:43.146Z] ---> Running in 62a6f7afba30 [2021-04-20T19:45:43.493Z] Removing intermediate container 62a6f7afba30 [2021-04-20T19:45:43.493Z] ---> 6c4b6b7cc4b7 [2021-04-20T19:45:43.493Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T19:45:43.849Z] ---> Running in 1a18eb66d17d [2021-04-20T19:45:45.093Z] Removing intermediate container 1a18eb66d17d [2021-04-20T19:45:45.093Z] ---> b6bf8ce58b2b [2021-04-20T19:45:45.093Z] Step 22/23 : LABEL git_sha=26b83fa92c3392fbb342e321af02a36e6fff533d [2021-04-20T19:45:45.093Z] ---> Running in 1404ee91f6f3 [2021-04-20T19:45:45.395Z] Removing intermediate container 1404ee91f6f3 [2021-04-20T19:45:45.395Z] ---> d05538dfbeeb [2021-04-20T19:45:45.395Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:45:45.696Z] ---> Running in 98356de235c1 [2021-04-20T19:45:46.033Z] Removing intermediate container 98356de235c1 [2021-04-20T19:45:46.033Z] ---> 53e112346711 [2021-04-20T19:45:46.033Z] [2021-04-20T19:45:47.200Z] Successfully built 53e112346711 [2021-04-20T19:45:47.200Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-20T19:45:47.922Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-20T19:45:47.977Z] $ docker stop --time=1 c8e22fc05dfb90169997830a7bc6046face0267576c8b0e6d9cad19ac1438ec4 [2021-04-20T19:45:51.838Z] $ docker rm -f c8e22fc05dfb90169997830a7bc6046face0267576c8b0e6d9cad19ac1438ec4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T19:45:52.640Z] + grep docker [2021-04-20T19:45:52.640Z] + docker images [2021-04-20T19:45:54.078Z] docker-sys-mgmt-agent-go latest 53e112346711 8 seconds ago 312MB [2021-04-20T19:45:54.078Z] docker-core-data-go latest d934a94aa2cd 44 seconds ago 22.9MB [2021-04-20T19:45:54.078Z] docker-security-proxy-setup-go latest 593db77458ce 58 seconds ago 26MB [2021-04-20T19:45:54.078Z] docker-support-scheduler-go latest 55864c095258 About a minute ago 17.7MB [2021-04-20T19:45:54.078Z] docker-security-bootstrapper-go latest d6f13d30605e 4 minutes ago 19.3MB [2021-04-20T19:45:54.078Z] docker-security-secretstore-setup-go latest 658a35203b16 5 minutes ago 26.3MB [2021-04-20T19:45:54.078Z] docker-core-metadata-go latest f7330024ee37 5 minutes ago 19.2MB [2021-04-20T19:45:54.078Z] docker-support-notifications-go latest 9410a7d45b2b 5 minutes ago 18.2MB [2021-04-20T19:45:54.078Z] docker-core-command-go latest 60539b4e623f 5 minutes ago 17.5MB [2021-04-20T19:45:54.078Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-20T19:45:57.349Z] ---> fecedbefe77b [2021-04-20T19:45:57.349Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-20T19:45:57.349Z] ---> Running in c972ec6ad95e [2021-04-20T19:45:57.954Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-20T19:46:06.302Z] ---> 64ceb3fa2000 [2021-04-20T19:46:06.302Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-20T19:46:06.302Z] ---> 25f64f430dd9 [2021-04-20T19:46:06.302Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-20T19:46:06.587Z] ---> Running in dde9866b28c5 [2021-04-20T19:46:06.587Z] ---> Running in 40bc72e5e20e [2021-04-20T19:46:09.246Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-20T19:46:09.400Z] Still waiting to schedule task [2021-04-20T19:46:09.400Z] ‘prd-ubuntu18.04-docker-8c-8g-1265’ is offline [2021-04-20T19:46:09.529Z] Removing intermediate container 24e0a1adb75a [2021-04-20T19:46:09.529Z] ---> cccc494e55a1 [2021-04-20T19:46:09.529Z] [2021-04-20T19:46:09.529Z] Step 10/31 : FROM alpine:3.12 [2021-04-20T19:46:09.529Z] ---> 9852663dfa18 [2021-04-20T19:46:09.529Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-20T19:46:09.807Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-20T19:46:09.807Z] ---> Running in dc2faedcfe0f [2021-04-20T19:46:10.411Z] Removing intermediate container dc2faedcfe0f [2021-04-20T19:46:10.690Z] ---> 2dd5e7d483a0 [2021-04-20T19:46:10.690Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-20T19:46:10.690Z] ---> Running in edfb609631e0 [2021-04-20T19:46:12.689Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:46:12.966Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:46:13.569Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-20T19:46:13.569Z] (2/2) Installing su-exec (0.2-r1) [2021-04-20T19:46:13.569Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:46:13.847Z] OK: 5 MiB in 16 packages [2021-04-20T19:46:15.851Z] Removing intermediate container edfb609631e0 [2021-04-20T19:46:15.851Z] ---> 4dd9b3967811 [2021-04-20T19:46:15.851Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-20T19:46:15.851Z] ---> Running in 56317d916003 [2021-04-20T19:46:16.454Z] Removing intermediate container 56317d916003 [2021-04-20T19:46:16.454Z] ---> 089eccfe430a [2021-04-20T19:46:16.454Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-20T19:46:16.454Z] ---> Running in abab09d830dd [2021-04-20T19:46:17.454Z] Removing intermediate container abab09d830dd [2021-04-20T19:46:17.454Z] ---> 60b0e166ff3b [2021-04-20T19:46:17.454Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-20T19:46:17.454Z] ---> Running in ad15a532b2e3 [2021-04-20T19:46:20.881Z] Removing intermediate container ad15a532b2e3 [2021-04-20T19:46:20.881Z] ---> c5491d6870c5 [2021-04-20T19:46:20.881Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-20T19:46:20.881Z] ---> Running in 9b604fbc448b [2021-04-20T19:46:21.484Z] Removing intermediate container 9b604fbc448b [2021-04-20T19:46:21.484Z] ---> 3066f44f1302 [2021-04-20T19:46:21.484Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-20T19:46:23.064Z] ---> 5a02b0cc78c8 [2021-04-20T19:46:23.064Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-20T19:46:23.064Z] ---> Running in 872ff6cdfe2a [2021-04-20T19:46:26.580Z] Removing intermediate container 872ff6cdfe2a [2021-04-20T19:46:26.580Z] ---> f7f76a6dd876 [2021-04-20T19:46:26.580Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:46:28.040Z] ---> ae0fcacbc9d5 [2021-04-20T19:46:28.040Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-20T19:46:30.063Z] ---> 85bfec498626 [2021-04-20T19:46:30.063Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-20T19:46:31.057Z] ---> 7f80251b51ab [2021-04-20T19:46:31.057Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-20T19:46:32.049Z] ---> 7021145df512 [2021-04-20T19:46:32.049Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-20T19:46:33.043Z] ---> a9d1ceaf9d76 [2021-04-20T19:46:33.043Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-20T19:46:33.326Z] ---> Running in 5434547fe349 [2021-04-20T19:46:33.932Z] Removing intermediate container 5434547fe349 [2021-04-20T19:46:33.932Z] ---> b4762a132458 [2021-04-20T19:46:34.216Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-20T19:46:35.213Z] ---> 810cba657d6b [2021-04-20T19:46:35.213Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-20T19:46:35.496Z] ---> Running in ff6e5c9632f9 [2021-04-20T19:46:38.961Z] Removing intermediate container ff6e5c9632f9 [2021-04-20T19:46:38.961Z] ---> 638a70b9cf03 [2021-04-20T19:46:38.961Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-20T19:46:39.569Z] ---> Running in 1344837e2993 [2021-04-20T19:46:40.178Z] Removing intermediate container 1344837e2993 [2021-04-20T19:46:40.178Z] ---> 5049e9f09bba [2021-04-20T19:46:40.178Z] Step 28/31 : CMD ["gate"] [2021-04-20T19:46:40.785Z] ---> Running in 57fc0043410b [2021-04-20T19:46:41.405Z] Removing intermediate container 57fc0043410b [2021-04-20T19:46:41.405Z] ---> 5a256e0d49c9 [2021-04-20T19:46:41.405Z] Step 29/31 : LABEL arch=arm64 [2021-04-20T19:46:41.682Z] ---> Running in e3ae9d521bd6 [2021-04-20T19:46:42.300Z] Removing intermediate container e3ae9d521bd6 [2021-04-20T19:46:42.300Z] ---> edf403882c83 [2021-04-20T19:46:42.300Z] Step 30/31 : LABEL git_sha=26b83fa92c3392fbb342e321af02a36e6fff533d [2021-04-20T19:46:42.901Z] ---> Running in 19748d9cb0d6 [2021-04-20T19:46:43.511Z] Removing intermediate container 19748d9cb0d6 [2021-04-20T19:46:43.511Z] ---> b9bfc65f3c96 [2021-04-20T19:46:43.511Z] Step 31/31 : LABEL version=0.0.0 [2021-04-20T19:46:44.131Z] ---> Running in cb43e1c83dd2 [2021-04-20T19:46:44.741Z] Removing intermediate container cb43e1c83dd2 [2021-04-20T19:46:44.741Z] ---> c3038f91b143 [2021-04-20T19:46:44.741Z] [2021-04-20T19:46:45.029Z] Successfully built c3038f91b143 [2021-04-20T19:46:45.029Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-20T19:47:12.319Z] Running on prd-ubuntu18.04-docker-8c-8g-1266 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-04-20T19:47:12.336Z] Running in /w/workspace/edgex-go/84 [Pipeline] { [Pipeline] checkout [2021-04-20T19:47:14.515Z] using credential edgex-jenkins-ssh [2021-04-20T19:47:14.532Z] Cloning the remote Git repository [2021-04-20T19:47:14.562Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:47:14.628Z] > git init /w/workspace/edgex-go/84 # timeout=10 [2021-04-20T19:47:14.661Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:47:14.662Z] > git --version # timeout=10 [2021-04-20T19:47:14.668Z] > git --version # 'git version 2.17.1' [2021-04-20T19:47:14.668Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:47:14.691Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T19:47:17.727Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container c972ec6ad95e [2021-04-20T19:47:17.727Z] ---> 12d5ade364bf [2021-04-20T19:47:17.727Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-20T19:47:17.727Z] ---> Running in c46f4fe2c3ff [2021-04-20T19:47:17.727Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-20T19:47:20.406Z] Removing intermediate container c46f4fe2c3ff [2021-04-20T19:47:20.406Z] ---> 579d05a8811e [2021-04-20T19:47:20.406Z] [2021-04-20T19:47:20.406Z] Step 11/23 : FROM docker:20.10.0 [2021-04-20T19:47:20.406Z] 20.10.0: Pulling from library/docker [2021-04-20T19:47:22.030Z] Merging remotes/origin/master commit 78d0c9acab6154e266009190efcfebd61633f654 into PR head commit 26b83fa92c3392fbb342e321af02a36e6fff533d [2021-04-20T19:47:22.175Z] Merge succeeded, producing 26b83fa92c3392fbb342e321af02a36e6fff533d [2021-04-20T19:47:22.175Z] Checking out Revision 26b83fa92c3392fbb342e321af02a36e6fff533d (PR-3234) [2021-04-20T19:47:21.459Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T19:47:21.472Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T19:47:21.481Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T19:47:21.492Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:47:21.492Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:47:21.496Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T19:47:22.043Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T19:47:22.068Z] > git checkout -f 26b83fa92c3392fbb342e321af02a36e6fff533d # timeout=10 [2021-04-20T19:47:22.154Z] > git remote # timeout=10 [2021-04-20T19:47:22.160Z] > git config --get remote.origin.url # timeout=10 [2021-04-20T19:47:22.164Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:47:22.167Z] > git merge 78d0c9acab6154e266009190efcfebd61633f654 # timeout=10 [2021-04-20T19:47:22.174Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-20T19:47:22.181Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T19:47:22.184Z] > git checkout -f 26b83fa92c3392fbb342e321af02a36e6fff533d # timeout=10 [2021-04-20T19:47:25.811Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:47:26.867Z] + echo snap-build.sh [2021-04-20T19:47:26.867Z] snap-build.sh [2021-04-20T19:47:26.867Z] + SNAP_BASE_DIR=. [2021-04-20T19:47:26.867Z] + '[' '!' -z /w/workspace/edgex-go/84 ']' [2021-04-20T19:47:26.867Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/84 [2021-04-20T19:47:26.867Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/84]' [2021-04-20T19:47:26.867Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/84] [2021-04-20T19:47:26.867Z] + cd /w/workspace/edgex-go/84 [2021-04-20T19:47:26.867Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-20T19:47:26.867Z] Reading package lists... [2021-04-20T19:47:26.867Z] Building dependency tree... [2021-04-20T19:47:26.867Z] Reading state information... [2021-04-20T19:47:27.139Z] The following packages were automatically installed and are no longer required: [2021-04-20T19:47:27.139Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-20T19:47:27.139Z] uidmap xdelta3 [2021-04-20T19:47:27.139Z] Use 'sudo apt autoremove' to remove them. [2021-04-20T19:47:27.139Z] The following packages will be REMOVED: [2021-04-20T19:47:27.139Z] lxd* lxd-client* [2021-04-20T19:47:27.401Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-20T19:47:27.401Z] After this operation, 31.7 MB disk space will be freed. [2021-04-20T19:47:28.451Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-04-20T19:47:28.451Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-20T19:47:29.400Z] Removing lxd dnsmasq configuration [2021-04-20T19:47:29.400Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-20T19:47:29.400Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-20T19:47:30.343Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-20T19:47:30.603Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-04-20T19:47:30.603Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-20T19:47:31.991Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-20T19:47:31.991Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-20T19:47:33.377Z] + sudo snap remove --purge lxd [2021-04-20T19:47:33.377Z] snap "lxd" is not installed [2021-04-20T19:47:33.377Z] + sudo groupadd --force --system lxd [2021-04-20T19:47:33.377Z] ++ whoami [2021-04-20T19:47:33.377Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-20T19:47:33.377Z] + newgrp - lxd [2021-04-20T19:47:33.377Z] + sudo snap install lxd [2021-04-20T19:47:35.564Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-20T19:47:35.564Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-20T19:47:35.564Z] ---> eeaf43b92773 [2021-04-20T19:47:35.564Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:47:35.847Z] Removing intermediate container 40bc72e5e20e [2021-04-20T19:47:35.847Z] ---> 24d8133e642f [2021-04-20T19:47:35.847Z] [2021-04-20T19:47:35.847Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T19:47:35.847Z] ---> 9852663dfa18 [2021-04-20T19:47:35.847Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-20T19:47:36.128Z] ---> Running in 2993649a175d [2021-04-20T19:47:36.128Z] ---> Running in e9fd823299a9 [2021-04-20T19:47:36.740Z] Removing intermediate container 2993649a175d [2021-04-20T19:47:36.741Z] ---> 575344c14426 [2021-04-20T19:47:36.741Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-20T19:47:37.022Z] ---> Running in 20e311145b43 [2021-04-20T19:47:37.299Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:47:37.575Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:47:38.574Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-20T19:47:38.574Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:47:38.574Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-20T19:47:38.574Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:47:38.574Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T19:47:38.574Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:47:38.574Z] OK: 6 MiB in 16 packages [2021-04-20T19:47:39.208Z] (1/39) Installing readline (8.0.4-r0) [2021-04-20T19:47:39.208Z] (2/39) Installing bash (5.0.17-r0) [2021-04-20T19:47:39.208Z] Executing bash-5.0.17-r0.post-install [2021-04-20T19:47:39.208Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T19:47:39.208Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-20T19:47:39.208Z] (5/39) Installing curl (7.76.1-r0) [2021-04-20T19:47:39.208Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-20T19:47:39.208Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-20T19:47:39.208Z] (8/39) Installing expat (2.2.9-r1) [2021-04-20T19:47:39.208Z] (9/39) Installing libffi (3.3-r2) [2021-04-20T19:47:39.208Z] (10/39) Installing gdbm (1.13-r1) [2021-04-20T19:47:39.208Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-20T19:47:39.208Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-20T19:47:39.489Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-20T19:47:41.483Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-20T19:47:41.483Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-20T19:47:41.483Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-20T19:47:41.483Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-20T19:47:41.483Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-20T19:47:41.483Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-20T19:47:41.483Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-20T19:47:41.483Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-20T19:47:41.483Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-20T19:47:41.483Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-20T19:47:41.522Z] 2021-04-20T19:47:38Z INFO Waiting for automatic snapd restart... [2021-04-20T19:47:41.761Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-20T19:47:41.761Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-20T19:47:41.761Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-20T19:47:41.761Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-20T19:47:41.761Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-20T19:47:41.761Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-20T19:47:41.761Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-20T19:47:41.761Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-20T19:47:41.761Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-20T19:47:41.761Z] Removing intermediate container e9fd823299a9 [2021-04-20T19:47:41.761Z] ---> ce8570a860b5 [2021-04-20T19:47:41.761Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:47:41.761Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-20T19:47:42.040Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-20T19:47:42.040Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-20T19:47:42.040Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-20T19:47:42.040Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-20T19:47:42.040Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-20T19:47:42.040Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-20T19:47:42.040Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T19:47:42.318Z] OK: 72 MiB in 59 packages [2021-04-20T19:47:42.604Z] ---> Running in 97757d1f4399 [2021-04-20T19:47:43.205Z] Removing intermediate container 97757d1f4399 [2021-04-20T19:47:43.205Z] ---> 15b0b62ae5b2 [2021-04-20T19:47:43.205Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-20T19:47:43.804Z] ---> Running in 84ff9af7ed8d [2021-04-20T19:47:44.787Z] Removing intermediate container 84ff9af7ed8d [2021-04-20T19:47:44.787Z] ---> 908f9a79c97e [2021-04-20T19:47:44.787Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T19:47:45.069Z] ---> Running in d37b2ee1b4e6 [2021-04-20T19:47:45.069Z] Removing intermediate container dde9866b28c5 [2021-04-20T19:47:45.069Z] ---> 39c270dd42b8 [2021-04-20T19:47:45.359Z] [2021-04-20T19:47:45.359Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T19:47:45.359Z] ---> 9852663dfa18 [2021-04-20T19:47:45.359Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-20T19:47:45.359Z] ---> Running in 48db6506affc [2021-04-20T19:47:45.634Z] Removing intermediate container d37b2ee1b4e6 [2021-04-20T19:47:45.634Z] ---> 8ba881314fbd [2021-04-20T19:47:45.634Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:47:45.922Z] Removing intermediate container 48db6506affc [2021-04-20T19:47:45.922Z] ---> 63b8b96755c1 [2021-04-20T19:47:45.922Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-20T19:47:46.198Z] ---> Running in c14069560c55 [2021-04-20T19:47:46.473Z] ---> 4530b59929f7 [2021-04-20T19:47:46.473Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-20T19:47:46.750Z] Removing intermediate container c14069560c55 [2021-04-20T19:47:46.750Z] ---> c9dc0aeb0a8b [2021-04-20T19:47:46.750Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-20T19:47:46.750Z] ---> Running in 3c5bcd7f702c [2021-04-20T19:47:47.023Z] Collecting docker-compose==1.23.2 [2021-04-20T19:47:47.023Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-20T19:47:47.621Z] Removing intermediate container 3c5bcd7f702c [2021-04-20T19:47:47.621Z] ---> 87a3cbf8006b [2021-04-20T19:47:47.621Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:47:47.898Z] Collecting texttable<0.10,>=0.9.0 [2021-04-20T19:47:47.898Z] ---> Running in 8b5c87663c8b [2021-04-20T19:47:47.898Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-20T19:47:47.898Z] ---> 70896eab1b68 [2021-04-20T19:47:47.898Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-20T19:47:49.351Z] ---> 7bec046b8887 [2021-04-20T19:47:49.351Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-20T19:47:49.351Z] ---> Running in 1aaed29496cc [2021-04-20T19:47:49.626Z] Removing intermediate container 1aaed29496cc [2021-04-20T19:47:49.626Z] ---> 5ca62e1cf35a [2021-04-20T19:47:49.626Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:47:49.909Z] ---> Running in 61e8721b40a8 [2021-04-20T19:47:50.512Z] Removing intermediate container 61e8721b40a8 [2021-04-20T19:47:50.512Z] ---> dbcffebc5a20 [2021-04-20T19:47:50.512Z] Step 20/22 : LABEL arch=arm64 [2021-04-20T19:47:50.512Z] Removing intermediate container 8b5c87663c8b [2021-04-20T19:47:50.512Z] ---> 271f7e5bc3a8 [2021-04-20T19:47:50.512Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-20T19:47:50.787Z] ---> Running in dc383c0e9cd4 [2021-04-20T19:47:50.787Z] ---> Running in cb84020c406b [2021-04-20T19:47:51.385Z] Removing intermediate container dc383c0e9cd4 [2021-04-20T19:47:51.385Z] ---> 20a26f295fb1 [2021-04-20T19:47:51.385Z] Step 21/22 : LABEL git_sha=26b83fa92c3392fbb342e321af02a36e6fff533d [2021-04-20T19:47:51.385Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-20T19:47:51.385Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-20T19:47:51.661Z] ---> Running in be5a362c2ffd [2021-04-20T19:47:52.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:47:52.262Z] Removing intermediate container be5a362c2ffd [2021-04-20T19:47:52.262Z] ---> eb978f4f1275 [2021-04-20T19:47:52.262Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T19:47:52.262Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-20T19:47:52.262Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-20T19:47:52.262Z] ---> Running in 14f99c6ec197 [2021-04-20T19:47:52.864Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:47:52.864Z] Removing intermediate container 14f99c6ec197 [2021-04-20T19:47:52.864Z] ---> 3ad54459e40f [2021-04-20T19:47:52.864Z] [2021-04-20T19:47:53.139Z] Collecting docker<4.0,>=3.6.0 [2021-04-20T19:47:53.139Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-20T19:47:53.414Z] Successfully built 3ad54459e40f [2021-04-20T19:47:53.414Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-20T19:47:54.012Z]  Building docker-support-notifications-go ... done Collecting jsonschema<3,>=2.5.1 [2021-04-20T19:47:54.012Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-20T19:47:54.012Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-20T19:47:54.294Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-20T19:47:54.294Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-20T19:47:54.294Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-20T19:47:54.294Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-20T19:47:54.294Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-20T19:47:54.566Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-20T19:47:54.566Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-20T19:47:54.838Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:47:54.838Z] OK: 8 MiB in 20 packages [2021-04-20T19:47:56.273Z] Removing intermediate container cb84020c406b [2021-04-20T19:47:56.273Z] ---> ee3c170dbbef [2021-04-20T19:47:56.273Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:47:56.442Z] lxd 4.13 from Canonical* installed [2021-04-20T19:47:56.442Z] + sudo lxd init --auto [2021-04-20T19:47:56.548Z] Collecting cached-property<2,>=1.2.0 [2021-04-20T19:47:56.548Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-20T19:47:56.548Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-20T19:47:56.827Z] ---> 7f56816b306a [2021-04-20T19:47:56.827Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-20T19:47:57.884Z] Collecting PyYAML<4,>=3.10 [2021-04-20T19:47:57.884Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-20T19:47:58.521Z] ---> 390e21f66111 [2021-04-20T19:47:58.521Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-20T19:47:59.149Z] ---> 960d5f5a2311 [2021-04-20T19:47:59.149Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-20T19:47:59.425Z] ---> Running in ddbe1bdd5835 [2021-04-20T19:48:00.024Z] Removing intermediate container ddbe1bdd5835 [2021-04-20T19:48:00.024Z] ---> bb744c3f8289 [2021-04-20T19:48:00.024Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:48:00.024Z] ---> Running in 0c783bb4e05f [2021-04-20T19:48:00.626Z] Removing intermediate container 0c783bb4e05f [2021-04-20T19:48:00.626Z] ---> 93e2f3a3d914 [2021-04-20T19:48:00.626Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T19:48:00.626Z] ---> Running in f415c3f3265e [2021-04-20T19:48:00.900Z] Collecting docopt<0.7,>=0.6.1 [2021-04-20T19:48:00.900Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-20T19:48:01.173Z] Removing intermediate container f415c3f3265e [2021-04-20T19:48:01.173Z] ---> be9a315c3578 [2021-04-20T19:48:01.173Z] Step 22/23 : LABEL git_sha=26b83fa92c3392fbb342e321af02a36e6fff533d [2021-04-20T19:48:01.449Z] ---> Running in e135d48fd0d1 [2021-04-20T19:48:01.723Z] Removing intermediate container e135d48fd0d1 [2021-04-20T19:48:01.723Z] ---> 2337f11a187f [2021-04-20T19:48:01.723Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:48:01.997Z] ---> Running in 15cad805f530 [2021-04-20T19:48:02.600Z] Removing intermediate container 15cad805f530 [2021-04-20T19:48:02.600Z] ---> 00fe2fd669c7 [2021-04-20T19:48:02.600Z] [2021-04-20T19:48:02.877Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-20T19:48:02.877Z] Successfully built 00fe2fd669c7 [2021-04-20T19:48:02.877Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-20T19:48:03.472Z]  Building docker-core-data-go ... done Collecting urllib3<1.25,>=1.21.1 [2021-04-20T19:48:03.472Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-20T19:48:03.747Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-20T19:48:03.747Z] Collecting idna<2.8,>=2.5 [2021-04-20T19:48:03.747Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-20T19:48:04.020Z] Collecting docker-pycreds>=0.4.0 [2021-04-20T19:48:04.020Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-20T19:48:04.295Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-20T19:48:04.295Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-20T19:48:04.295Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-20T19:48:04.295Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-20T19:48:04.622Z] + sudo snap install --classic snapcraft [2021-04-20T19:48:04.892Z] Installing collected packages: texttable, urllib3, idna, requests, websocket-client, docker-pycreds, docker, jsonschema, dockerpty, cached-property, PyYAML, docopt, docker-compose [2021-04-20T19:48:04.893Z] Running setup.py install for texttable: started [2021-04-20T19:48:06.871Z] Running setup.py install for texttable: finished with status 'done' [2021-04-20T19:48:06.871Z] Attempting uninstall: urllib3 [2021-04-20T19:48:06.871Z] Found existing installation: urllib3 1.25.9 [2021-04-20T19:48:06.871Z] Uninstalling urllib3-1.25.9: [2021-04-20T19:48:06.871Z] Successfully uninstalled urllib3-1.25.9 [2021-04-20T19:48:07.144Z] Attempting uninstall: idna [2021-04-20T19:48:07.144Z] Found existing installation: idna 2.9 [2021-04-20T19:48:07.144Z] Uninstalling idna-2.9: [2021-04-20T19:48:07.144Z] Successfully uninstalled idna-2.9 [2021-04-20T19:48:07.743Z] Attempting uninstall: requests [2021-04-20T19:48:07.744Z] Found existing installation: requests 2.23.0 [2021-04-20T19:48:07.744Z] Uninstalling requests-2.23.0: [2021-04-20T19:48:08.019Z] Successfully uninstalled requests-2.23.0 [2021-04-20T19:48:09.455Z] Running setup.py install for dockerpty: started [2021-04-20T19:48:11.212Z] snapcraft 4.6.2 from Canonical* installed [2021-04-20T19:48:11.212Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-20T19:48:11.212Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-20T19:48:11.212Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T19:48:11.212Z] Dload Upload Total Spent Left Speed [2021-04-20T19:48:11.212Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4543 0 --:--:-- --:--:-- --:--:-- 4543 [2021-04-20T19:48:11.212Z] 100 3325k 100 3325k 0 0 12.8M 0 --:--:-- --:--:-- --:--:-- 12.8M [2021-04-20T19:48:11.212Z] ./yq_linux_amd64 [2021-04-20T19:48:11.212Z] + sudo snapcraft prime --use-lxd [2021-04-20T19:48:11.430Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-20T19:48:11.430Z] Running setup.py install for PyYAML: started [2021-04-20T19:48:13.124Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-20T19:48:13.124Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-20T19:48:13.124Z] - README.md [2021-04-20T19:48:13.124Z] [2021-04-20T19:48:13.124Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-20T19:48:13.406Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-20T19:48:13.406Z] Running setup.py install for docopt: started [2021-04-20T19:48:13.694Z] Launching a container. [2021-04-20T19:48:15.380Z] Running setup.py install for docopt: finished with status 'done' [2021-04-20T19:48:15.974Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-20T19:48:25.929Z] Waiting for container to be ready [2021-04-20T19:48:25.929Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-20T19:48:25.929Z] [2021-04-20T19:48:26.128Z] Removing intermediate container 20e311145b43 [2021-04-20T19:48:26.128Z] ---> 0f63ff7fc67e [2021-04-20T19:48:26.128Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-20T19:48:26.128Z] ---> Running in 62ddc046508c [2021-04-20T19:48:26.128Z] Removing intermediate container 62ddc046508c [2021-04-20T19:48:26.128Z] ---> 337a990ae010 [2021-04-20T19:48:26.128Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-20T19:48:26.128Z] ---> Running in e5739cc1037b [2021-04-20T19:48:26.128Z] Removing intermediate container e5739cc1037b [2021-04-20T19:48:26.128Z] ---> b7897480f732 [2021-04-20T19:48:26.128Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-20T19:48:26.725Z] ---> cd933904d973 [2021-04-20T19:48:26.726Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-20T19:48:27.707Z] ---> 30cddb2f9d71 [2021-04-20T19:48:27.707Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-20T19:48:28.305Z] ---> 20671dc8b316 [2021-04-20T19:48:28.305Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-20T19:48:28.578Z] ---> Running in 1324f6bb79e8 [2021-04-20T19:48:28.853Z] Removing intermediate container 1324f6bb79e8 [2021-04-20T19:48:28.853Z] ---> 3a5bbb9bc377 [2021-04-20T19:48:28.853Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:48:29.128Z] ---> Running in 262a6dafe5ca [2021-04-20T19:48:29.233Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-20T19:48:29.492Z] Waiting for network to be ready... [2021-04-20T19:48:29.725Z] Removing intermediate container 262a6dafe5ca [2021-04-20T19:48:29.725Z] ---> b58c78b3c0a7 [2021-04-20T19:48:29.725Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T19:48:29.725Z] ---> Running in 42b1998cf81f [2021-04-20T19:48:30.000Z] Removing intermediate container 42b1998cf81f [2021-04-20T19:48:30.000Z] ---> d4c6163395c4 [2021-04-20T19:48:30.000Z] Step 22/23 : LABEL git_sha=26b83fa92c3392fbb342e321af02a36e6fff533d [2021-04-20T19:48:30.071Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-20T19:48:30.071Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-20T19:48:30.275Z] ---> Running in 78ca6a583460 [2021-04-20T19:48:30.642Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-20T19:48:30.642Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-20T19:48:30.642Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-20T19:48:30.873Z] Removing intermediate container 78ca6a583460 [2021-04-20T19:48:30.873Z] ---> 81a530771b88 [2021-04-20T19:48:30.873Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:48:30.873Z] ---> Running in db7b06df3a12 [2021-04-20T19:48:30.902Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-20T19:48:30.902Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-20T19:48:30.902Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-20T19:48:30.902Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-20T19:48:30.902Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-20T19:48:30.902Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-20T19:48:30.902Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-20T19:48:30.902Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-20T19:48:30.902Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-20T19:48:30.902Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-20T19:48:30.902Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-20T19:48:30.902Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-20T19:48:31.162Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-20T19:48:31.422Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-20T19:48:31.422Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-20T19:48:31.469Z] Removing intermediate container db7b06df3a12 [2021-04-20T19:48:31.469Z] ---> 18b38b4e82b9 [2021-04-20T19:48:31.469Z] [2021-04-20T19:48:31.684Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-20T19:48:31.684Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-20T19:48:31.684Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-20T19:48:31.684Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-20T19:48:31.684Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-20T19:48:31.684Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-04-20T19:48:31.684Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-20T19:48:31.745Z] Successfully built 18b38b4e82b9 [2021-04-20T19:48:31.745Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-20T19:48:32.035Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-20T19:48:32.032Z] $ docker stop --time=1 35339bf45f809adc8bf954ec29c25a4f6428b6e938bf90ba5f307f039c322ead [2021-04-20T19:48:33.985Z] $ docker rm -f 35339bf45f809adc8bf954ec29c25a4f6428b6e938bf90ba5f307f039c322ead [Pipeline] // withDockerContainer [2021-04-20T19:48:34.229Z] Fetched 24.4 MB in 4s (5560 kB/s) [Pipeline] sh [2021-04-20T19:48:34.554Z] + grep docker [2021-04-20T19:48:34.554Z] + docker images [2021-04-20T19:48:34.823Z] docker-sys-mgmt-agent-go-arm64 latest 18b38b4e82b9 3 seconds ago 299MB [2021-04-20T19:48:34.823Z] docker-core-data-go-arm64 latest 00fe2fd669c7 32 seconds ago 21.6MB [2021-04-20T19:48:34.823Z] docker-support-notifications-go-arm64 latest 3ad54459e40f 42 seconds ago 17.2MB [2021-04-20T19:48:34.823Z] docker-security-bootstrapper-go-arm64 latest c3038f91b143 About a minute ago 18.1MB [2021-04-20T19:48:34.823Z] docker-core-metadata-go-arm64 latest df13d8d7492e 4 minutes ago 18.1MB [2021-04-20T19:48:34.823Z] docker-security-secretstore-setup-go-arm64 latest dee09e2d15c5 4 minutes ago 24.9MB [2021-04-20T19:48:34.823Z] docker-support-scheduler-go-arm64 latest 61cfe9db9381 4 minutes ago 16.6MB [2021-04-20T19:48:34.823Z] docker-core-command-go-arm64 latest 082e3461c3d8 4 minutes ago 16.5MB [2021-04-20T19:48:34.823Z] docker-security-proxy-setup-go-arm64 latest 4dfa403679e6 4 minutes ago 24.6MB [2021-04-20T19:48:34.823Z] docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [2021-04-20T19:48:35.171Z] Reading package lists... [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:48:35.433Z] Reading package lists... [2021-04-20T19:48:35.433Z] Building dependency tree... [2021-04-20T19:48:35.433Z] Reading state information... [2021-04-20T19:48:35.528Z] ---> job-cost.sh [2021-04-20T19:48:35.528Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Lhdo [2021-04-20T19:48:35.694Z] The following additional packages will be installed: [2021-04-20T19:48:35.694Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-20T19:48:35.694Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-20T19:48:35.694Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-20T19:48:35.694Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-20T19:48:35.694Z] Suggested packages: [2021-04-20T19:48:35.694Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-20T19:48:35.694Z] Recommended packages: [2021-04-20T19:48:35.694Z] gnupg libsasl2-modules [2021-04-20T19:48:35.694Z] The following NEW packages will be installed: [2021-04-20T19:48:35.694Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-20T19:48:35.694Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-20T19:48:35.694Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-20T19:48:35.694Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-20T19:48:35.694Z] The following packages will be upgraded: [2021-04-20T19:48:35.694Z] gpg gpg-agent gpgconf libudev1 [2021-04-20T19:48:35.694Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-20T19:48:35.694Z] Need to get 3529 kB of archives. [2021-04-20T19:48:35.694Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-20T19:48:35.694Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-04-20T19:48:35.694Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-20T19:48:35.694Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-20T19:48:35.694Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-20T19:48:35.694Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-04-20T19:48:36.266Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-04-20T19:48:36.533Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-20T19:48:36.533Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-20T19:48:36.533Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-20T19:48:36.533Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-20T19:48:36.533Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-20T19:48:36.533Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-20T19:48:36.533Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-20T19:48:36.533Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-20T19:48:36.533Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-20T19:48:36.533Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-20T19:48:36.533Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-20T19:48:36.533Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-20T19:48:36.533Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-20T19:48:36.533Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-20T19:48:36.533Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-20T19:48:36.533Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-20T19:48:36.795Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T19:48:36.795Z] Fetched 3529 kB in 1s (3481 kB/s) [2021-04-20T19:48:36.795Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-20T19:48:36.795Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-04-20T19:48:36.795Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-20T19:48:37.058Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-04-20T19:48:37.058Z] Selecting previously unselected package udev. [2021-04-20T19:48:37.058Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-20T19:48:37.058Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-04-20T19:48:37.058Z] Unpacking udev (237-3ubuntu10.46) ... [2021-04-20T19:48:37.319Z] Selecting previously unselected package libfuse2:amd64. [2021-04-20T19:48:37.319Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-20T19:48:37.319Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-20T19:48:37.580Z] Selecting previously unselected package fuse. [2021-04-20T19:48:37.580Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-20T19:48:37.580Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-20T19:48:37.580Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T19:48:37.580Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-20T19:48:37.580Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T19:48:37.841Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-20T19:48:37.841Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T19:48:37.841Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-20T19:48:37.841Z] Selecting previously unselected package libksba8:amd64. [2021-04-20T19:48:37.841Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-20T19:48:37.841Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-20T19:48:38.102Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-20T19:48:38.102Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:48:38.102Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:48:38.102Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-20T19:48:38.102Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:48:38.102Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:48:38.102Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-20T19:48:38.102Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:48:38.363Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:48:38.363Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-20T19:48:38.363Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:48:38.363Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:48:38.363Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-20T19:48:38.363Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:48:38.363Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:48:38.624Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-20T19:48:38.624Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:48:38.624Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:48:38.624Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-20T19:48:38.624Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:48:38.624Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:48:38.884Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-20T19:48:38.884Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:48:38.884Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:48:38.884Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-20T19:48:38.884Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:48:38.884Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:48:38.884Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-20T19:48:38.884Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-20T19:48:38.884Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-20T19:48:39.144Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-20T19:48:39.144Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-20T19:48:39.144Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-20T19:48:39.144Z] Selecting previously unselected package libldap-common. [2021-04-20T19:48:39.144Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-20T19:48:39.144Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-20T19:48:39.144Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-20T19:48:39.145Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-20T19:48:39.145Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-20T19:48:39.405Z] Selecting previously unselected package dirmngr. [2021-04-20T19:48:39.405Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T19:48:39.405Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-20T19:48:39.405Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-20T19:48:39.405Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-20T19:48:39.405Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-20T19:48:39.405Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-20T19:48:39.405Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-20T19:48:39.666Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-20T19:48:39.666Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:48:39.666Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-20T19:48:39.666Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-20T19:48:39.666Z] Setting up udev (237-3ubuntu10.46) ... [2021-04-20T19:48:39.925Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-20T19:48:40.186Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:48:40.186Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-20T19:48:40.186Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-20T19:48:40.186Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-20T19:48:40.186Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:48:40.186Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:48:40.186Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:48:40.452Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:48:40.452Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:48:40.452Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:48:40.452Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:48:40.452Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-20T19:48:40.452Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-20T19:48:40.452Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-20T19:48:41.024Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-20T19:48:41.024Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-20T19:48:41.024Z] This means they are not meant to be enabled using systemctl. [2021-04-20T19:48:41.024Z] Possible reasons for having this kind of units are: [2021-04-20T19:48:41.024Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-20T19:48:41.024Z] .wants/ or .requires/ directory. [2021-04-20T19:48:41.024Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-20T19:48:41.024Z] a requirement dependency on it. [2021-04-20T19:48:41.024Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-20T19:48:41.024Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-20T19:48:41.024Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-20T19:48:41.024Z] instance name specified. [2021-04-20T19:48:41.286Z] Reading package lists... [2021-04-20T19:48:41.547Z] Building dependency tree... [2021-04-20T19:48:41.547Z] Reading state information... [2021-04-20T19:48:41.547Z] The following additional packages will be installed: [2021-04-20T19:48:41.547Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-20T19:48:41.547Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-20T19:48:41.547Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-20T19:48:41.547Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-20T19:48:41.547Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-20T19:48:41.547Z] Suggested packages: [2021-04-20T19:48:41.547Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-20T19:48:41.547Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-20T19:48:41.547Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-20T19:48:41.547Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-20T19:48:41.547Z] systemd-container policykit-1 [2021-04-20T19:48:41.547Z] Recommended packages: [2021-04-20T19:48:41.547Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-20T19:48:41.547Z] The following NEW packages will be installed: [2021-04-20T19:48:41.547Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-20T19:48:41.547Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-20T19:48:41.547Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-20T19:48:41.547Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-20T19:48:41.547Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-20T19:48:41.547Z] The following packages will be upgraded: [2021-04-20T19:48:41.547Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-20T19:48:41.807Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-20T19:48:41.807Z] Need to get 35.2 MB of archives. [2021-04-20T19:48:41.807Z] After this operation, 141 MB of additional disk space will be used. [2021-04-20T19:48:41.807Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-04-20T19:48:41.807Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-20T19:48:42.381Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-20T19:48:42.381Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-20T19:48:42.381Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-20T19:48:42.643Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-04-20T19:48:42.643Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-20T19:48:42.643Z] 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-04-20T19:48:42.643Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-20T19:48:42.643Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-20T19:48:42.643Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-20T19:48:42.643Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-20T19:48:42.643Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-20T19:48:42.643Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-20T19:48:42.643Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-20T19:48:42.643Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-20T19:48:42.643Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-20T19:48:42.643Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-20T19:48:42.643Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-20T19:48:42.643Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-20T19:48:42.643Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-20T19:48:42.643Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-20T19:48:42.643Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-20T19:48:42.643Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-20T19:48:42.643Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-20T19:48:42.643Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-20T19:48:42.643Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-20T19:48:42.643Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-20T19:48:42.643Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-20T19:48:42.903Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-20T19:48:43.474Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T19:48:43.474Z] Fetched 35.2 MB in 2s (19.2 MB/s) [2021-04-20T19:48:43.738Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-20T19:48:43.738Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-04-20T19:48:43.738Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-20T19:48:44.310Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-04-20T19:48:44.310Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-20T19:48:44.310Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-04-20T19:48:44.571Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-20T19:48:44.571Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-20T19:48:44.571Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-20T19:48:44.833Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-20T19:48:44.833Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-20T19:48:44.833Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-20T19:48:44.833Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-20T19:48:45.094Z] Setting up apt (1.6.13) ... [2021-04-20T19:48:45.355Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-20T19:48:45.615Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-20T19:48:45.615Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-20T19:48:45.615Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-20T19:48:45.615Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-20T19:48:45.874Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-20T19:48:45.874Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-20T19:48:45.874Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:48:47.789Z] Selecting previously unselected package libexpat1:amd64. [2021-04-20T19:48:47.789Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-20T19:48:47.789Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-20T19:48:47.789Z] Selecting previously unselected package python3.6-minimal. [2021-04-20T19:48:47.789Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-20T19:48:47.789Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:48:48.050Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-20T19:48:48.050Z] Checking for services that may need to be restarted...done. [2021-04-20T19:48:48.050Z] Checking for services that may need to be restarted...done. [2021-04-20T19:48:48.311Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:48:48.311Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-20T19:48:48.311Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:48:48.885Z] Selecting previously unselected package python3-minimal. [2021-04-20T19:48:48.885Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-20T19:48:48.885Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-20T19:48:48.885Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-20T19:48:48.885Z] Selecting previously unselected package mime-support. [2021-04-20T19:48:48.885Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-20T19:48:48.885Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-20T19:48:48.885Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-20T19:48:48.885Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-20T19:48:48.885Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-20T19:48:49.145Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-20T19:48:49.145Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-20T19:48:49.145Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:48:49.409Z] Selecting previously unselected package python3.6. [2021-04-20T19:48:49.409Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-20T19:48:49.409Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:48:49.409Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-20T19:48:49.409Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-20T19:48:49.409Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-20T19:48:49.409Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-20T19:48:49.670Z] Selecting previously unselected package python3. [2021-04-20T19:48:49.670Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-20T19:48:49.670Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-20T19:48:49.670Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-20T19:48:49.931Z] Selecting previously unselected package multiarch-support. [2021-04-20T19:48:49.931Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T19:48:49.931Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-20T19:48:49.931Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-20T19:48:49.931Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-20T19:48:49.931Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-20T19:48:49.931Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-20T19:48:49.931Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-20T19:48:50.193Z] Selecting previously unselected package libbsd0:amd64. [2021-04-20T19:48:50.193Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-20T19:48:50.193Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-20T19:48:50.193Z] Selecting previously unselected package sudo. [2021-04-20T19:48:50.193Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-20T19:48:50.193Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-20T19:48:50.453Z] Selecting previously unselected package apparmor. [2021-04-20T19:48:50.453Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-20T19:48:50.453Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-20T19:48:50.453Z] Selecting previously unselected package libedit2:amd64. [2021-04-20T19:48:50.453Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-20T19:48:50.714Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-20T19:48:50.714Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-20T19:48:50.714Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-20T19:48:50.714Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:48:50.714Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-20T19:48:50.714Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-20T19:48:50.714Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:48:50.974Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-20T19:48:50.974Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-20T19:48:50.974Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-20T19:48:50.974Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-20T19:48:50.974Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-20T19:48:50.974Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:48:51.234Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-20T19:48:51.234Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-20T19:48:51.234Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:48:51.234Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-20T19:48:51.234Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-20T19:48:51.234Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-20T19:48:51.496Z] Selecting previously unselected package openssh-client. [2021-04-20T19:48:51.496Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-20T19:48:51.496Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-20T19:48:51.756Z] Selecting previously unselected package squashfs-tools. [2021-04-20T19:48:51.756Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-20T19:48:51.756Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-20T19:48:51.756Z] Selecting previously unselected package snapd. [2021-04-20T19:48:51.756Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-20T19:48:51.756Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-20T19:48:53.668Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-20T19:48:53.668Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-20T19:48:53.929Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-20T19:48:53.930Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-20T19:48:53.930Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-20T19:48:53.930Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:48:53.930Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-20T19:48:53.930Z] Setting up systemd (237-3ubuntu10.46) ... [2021-04-20T19:48:53.930Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-20T19:48:54.872Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-20T19:48:54.872Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-20T19:48:54.872Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-20T19:48:54.872Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:48:54.872Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:48:54.872Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:48:55.445Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-20T19:48:55.445Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:48:55.445Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-20T19:48:55.445Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-20T19:48:55.445Z] running python rtupdate hooks for python3.6... [2021-04-20T19:48:55.445Z] running python post-rtupdate hooks for python3.6... [2021-04-20T19:48:55.705Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-20T19:48:57.090Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-20T19:48:57.351Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:48:57.352Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-20T19:48:57.352Z] Setting up snapd (2.48.3+18.04) ... [2021-04-20T19:48:57.924Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-20T19:48:57.924Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-20T19:48:58.184Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-20T19:48:58.444Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-20T19:48:58.444Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-20T19:48:58.444Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-20T19:48:58.705Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-20T19:48:58.705Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-20T19:48:58.966Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-20T19:48:59.226Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-20T19:48:59.226Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-04-20T19:48:59.226Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-20T19:48:59.226Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-20T19:49:00.613Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-20T19:49:00.613Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-20T19:49:00.613Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-20T19:49:01.830Z] Reading package lists... [2021-04-20T19:49:01.830Z] Reading package lists... [2021-04-20T19:49:02.090Z] Building dependency tree... [2021-04-20T19:49:02.090Z] Reading state information... [2021-04-20T19:49:02.090Z] Calculating upgrade... [2021-04-20T19:49:02.351Z] The following packages will be upgraded: [2021-04-20T19:49:02.351Z] advancecomp base-files bash binutils binutils-common [2021-04-20T19:49:02.351Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-20T19:49:02.351Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-20T19:49:02.351Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-20T19:49:02.351Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-20T19:49:02.351Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-20T19:49:02.351Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-20T19:49:02.351Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-20T19:49:02.351Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-20T19:49:02.351Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-20T19:49:02.351Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-20T19:49:02.351Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-20T19:49:02.351Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-20T19:49:02.351Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-20T19:49:02.351Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-20T19:49:02.351Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-20T19:49:02.351Z] Need to get 64.0 MB of archives. [2021-04-20T19:49:02.351Z] After this operation, 5034 kB of additional disk space will be used. [2021-04-20T19:49:02.351Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-04-20T19:49:02.351Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-20T19:49:02.351Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-20T19:49:02.351Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-20T19:49:02.351Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-20T19:49:02.351Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-20T19:49:02.351Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-20T19:49:02.351Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-04-20T19:49:02.351Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-20T19:49:02.351Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-20T19:49:02.351Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-20T19:49:02.613Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-20T19:49:02.613Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-20T19:49:02.613Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-20T19:49:02.613Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-20T19:49:02.613Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-20T19:49:02.613Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-20T19:49:02.613Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-20T19:49:02.613Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-20T19:49:02.613Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-20T19:49:02.613Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-20T19:49:02.613Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-20T19:49:02.613Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-20T19:49:02.613Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-20T19:49:02.613Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-20T19:49:02.613Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-20T19:49:02.613Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-20T19:49:02.613Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-20T19:49:02.613Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-20T19:49:02.613Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-20T19:49:02.613Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-20T19:49:02.613Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-20T19:49:02.613Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-20T19:49:02.613Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-20T19:49:02.613Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-20T19:49:02.613Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-20T19:49:02.613Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-20T19:49:02.613Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-20T19:49:02.613Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-20T19:49:02.613Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-20T19:49:02.613Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-20T19:49:02.613Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-20T19:49:02.613Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-20T19:49:02.613Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-20T19:49:02.873Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-20T19:49:02.873Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-20T19:49:02.873Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-20T19:49:02.873Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-20T19:49:02.873Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-20T19:49:02.873Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-20T19:49:02.873Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-20T19:49:02.873Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-20T19:49:02.873Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-20T19:49:02.873Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-20T19:49:02.873Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-20T19:49:02.873Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-20T19:49:03.133Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-20T19:49:03.133Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-20T19:49:03.133Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-20T19:49:03.133Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-20T19:49:03.393Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-20T19:49:03.393Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-20T19:49:03.393Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-20T19:49:03.393Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-20T19:49:03.393Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-20T19:49:03.964Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-20T19:49:03.964Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-20T19:49:03.964Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-20T19:49:03.964Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-20T19:49:03.964Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-20T19:49:03.964Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-20T19:49:03.964Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-20T19:49:03.964Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-20T19:49:03.964Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-20T19:49:03.964Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-20T19:49:03.964Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-20T19:49:03.964Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-20T19:49:03.964Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-20T19:49:03.964Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-20T19:49:04.223Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-20T19:49:04.223Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-20T19:49:04.223Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-20T19:49:04.223Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-04-20T19:49:04.223Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-20T19:49:04.223Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-04-20T19:49:04.223Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-20T19:49:04.223Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-20T19:49:04.223Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-20T19:49:04.223Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-20T19:49:04.223Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-20T19:49:04.484Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-04-20T19:49:04.484Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-20T19:49:04.484Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-20T19:49:04.484Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-20T19:49:04.484Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-04-20T19:49:04.484Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-20T19:49:04.484Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-20T19:49:04.484Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-20T19:49:04.484Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-20T19:49:04.484Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-20T19:49:04.484Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-20T19:49:04.745Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T19:49:04.745Z] Fetched 64.0 MB in 2s (28.8 MB/s) [2021-04-20T19:49:04.745Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:49:04.745Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T19:49:04.745Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-20T19:49:05.315Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T19:49:05.315Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-20T19:49:05.576Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-04-20T19:49:05.576Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-04-20T19:49:06.152Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:49:06.412Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:49:06.412Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:49:06.412Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:49:06.673Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:49:06.673Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:49:06.673Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:49:06.933Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:49:06.934Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:49:06.934Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:49:07.194Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:49:07.194Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:49:07.194Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:49:07.194Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:49:07.194Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:49:07.457Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-20T19:49:07.457Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:49:07.457Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-20T19:49:07.457Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:49:07.717Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-20T19:49:07.717Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:49:07.717Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:49:07.717Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:49:07.717Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:49:07.980Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:49:07.980Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:49:08.239Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:49:08.239Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-20T19:49:08.239Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T19:49:08.500Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-20T19:49:08.761Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-20T19:49:09.021Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-20T19:49:09.021Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-20T19:49:09.021Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-20T19:49:09.021Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-20T19:49:09.282Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-20T19:49:09.282Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-20T19:49:09.282Z] Installing new version of config file /etc/issue ... [2021-04-20T19:49:09.543Z] Installing new version of config file /etc/issue.net ... [2021-04-20T19:49:09.543Z] Installing new version of config file /etc/lsb-release ... [2021-04-20T19:49:09.543Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-20T19:49:09.809Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-20T19:49:09.809Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-20T19:49:09.809Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-20T19:49:09.809Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:49:09.809Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-20T19:49:09.809Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-20T19:49:10.071Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-20T19:49:10.071Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-04-20T19:49:10.332Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:49:10.332Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:49:10.332Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-20T19:49:10.332Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:49:10.332Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:49:10.332Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-20T19:49:10.593Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-20T19:49:10.593Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-20T19:49:10.593Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:49:10.854Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-20T19:49:10.854Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-20T19:49:11.115Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-20T19:49:11.115Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:49:11.115Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-20T19:49:11.115Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-20T19:49:11.376Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-20T19:49:11.376Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:49:11.376Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-20T19:49:11.376Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-20T19:49:11.645Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-20T19:49:11.937Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:49:11.937Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-20T19:49:11.937Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-20T19:49:11.937Z] Setting up grep (3.1-2build1) ... [2021-04-20T19:49:12.199Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:49:12.199Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-20T19:49:12.199Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-20T19:49:12.199Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-20T19:49:12.460Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:49:12.461Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-20T19:49:12.461Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-20T19:49:12.720Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-20T19:49:12.720Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:49:12.720Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-20T19:49:12.720Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-20T19:49:13.290Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-20T19:49:13.551Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-20T19:49:13.551Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-20T19:49:13.551Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-20T19:49:14.121Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-20T19:49:14.121Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:49:14.121Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-20T19:49:14.121Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-20T19:49:14.467Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-20T19:49:15.504Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-20T19:49:15.504Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-20T19:49:15.504Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-20T19:49:15.504Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-20T19:49:15.504Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-20T19:49:15.504Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:49:15.504Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-20T19:49:15.504Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-20T19:49:15.766Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-20T19:49:15.767Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:49:15.767Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:49:15.767Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:49:16.027Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:49:16.027Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:49:16.027Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:49:16.027Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:49:16.288Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:49:16.288Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:49:16.288Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:49:16.288Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:49:16.548Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:49:16.548Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:49:16.548Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:49:16.548Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:49:16.548Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:49:16.808Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:49:16.808Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-20T19:49:16.808Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-20T19:49:16.808Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-20T19:49:17.069Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-20T19:49:17.069Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-20T19:49:17.069Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:49:17.069Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-20T19:49:17.069Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-20T19:49:17.329Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-20T19:49:17.329Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:49:17.329Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:49:17.329Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:49:17.590Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:49:17.590Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:49:17.590Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:49:17.590Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:49:17.850Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:49:17.850Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:49:17.850Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:49:17.850Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:49:18.422Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:49:18.683Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-20T19:49:18.944Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-20T19:49:18.944Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:49:18.944Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T19:49:18.944Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-20T19:49:19.204Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-20T19:49:19.204Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:49:19.204Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-20T19:49:19.204Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-20T19:49:19.465Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-20T19:49:19.465Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:49:19.465Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-20T19:49:19.465Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-20T19:49:19.726Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-20T19:49:19.987Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:49:19.987Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-20T19:49:19.987Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-20T19:49:19.987Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-20T19:49:19.987Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:49:19.987Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-20T19:49:20.249Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-20T19:49:20.249Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-20T19:49:20.249Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:49:20.249Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-20T19:49:20.249Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-20T19:49:20.509Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-20T19:49:20.509Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:49:20.509Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-20T19:49:20.769Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-20T19:49:20.769Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-20T19:49:20.769Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:49:20.769Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-20T19:49:21.029Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-20T19:49:21.029Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-20T19:49:21.289Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:49:21.289Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:49:21.289Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:49:21.289Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-04-20T19:49:21.289Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-20T19:49:21.289Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-20T19:49:21.549Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-20T19:49:21.549Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-20T19:49:21.549Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:49:21.549Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-20T19:49:21.549Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-20T19:49:21.809Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-20T19:49:21.809Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:49:21.809Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-20T19:49:21.810Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-20T19:49:22.071Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-20T19:49:22.331Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:49:22.331Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-20T19:49:22.331Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-20T19:49:22.331Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-20T19:49:22.331Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:49:22.331Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-20T19:49:22.331Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-20T19:49:22.591Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-20T19:49:22.591Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:49:22.591Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-20T19:49:22.591Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-20T19:49:23.162Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-20T19:49:23.162Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:49:23.162Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T19:49:23.162Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-20T19:49:23.422Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-20T19:49:23.683Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:49:23.683Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-20T19:49:23.683Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-20T19:49:23.683Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-20T19:49:23.944Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:49:23.944Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-20T19:49:23.944Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-20T19:49:23.944Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-20T19:49:23.944Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:49:23.944Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-20T19:49:24.205Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-20T19:49:24.205Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-20T19:49:24.488Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:49:24.488Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-20T19:49:24.488Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-20T19:49:24.488Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-20T19:49:24.488Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:49:24.488Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-20T19:49:24.777Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-20T19:49:24.777Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-20T19:49:24.777Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:49:24.777Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-20T19:49:24.777Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-20T19:49:25.049Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-20T19:49:25.049Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:49:25.049Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-20T19:49:25.344Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-20T19:49:25.344Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-20T19:49:25.344Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:49:25.344Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-20T19:49:25.344Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-20T19:49:25.644Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-20T19:49:25.644Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-20T19:49:25.644Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-20T19:49:25.644Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-20T19:49:25.951Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-20T19:49:25.951Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-20T19:49:26.302Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-20T19:49:26.302Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-20T19:49:26.302Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-20T19:49:26.302Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-20T19:49:26.625Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-20T19:49:26.625Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-20T19:49:26.625Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-20T19:49:26.885Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-20T19:49:26.885Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-20T19:49:26.885Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-20T19:49:27.145Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-20T19:49:27.145Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-20T19:49:27.145Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-20T19:49:27.145Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-20T19:49:27.406Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-20T19:49:27.406Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-20T19:49:27.667Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-20T19:49:27.667Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-20T19:49:27.667Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-20T19:49:27.927Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-20T19:49:28.867Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-20T19:49:28.867Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-20T19:49:29.131Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-20T19:49:29.131Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-20T19:49:29.405Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-20T19:49:29.405Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-20T19:49:29.667Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-20T19:49:29.667Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-20T19:49:29.929Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-20T19:49:29.929Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-20T19:49:29.929Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-20T19:49:29.929Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-20T19:49:30.190Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:49:30.190Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:49:30.477Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:49:30.477Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:49:30.477Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:49:30.477Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:49:30.738Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:49:30.738Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:49:31.681Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:49:31.681Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:49:32.248Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:49:32.508Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:49:33.078Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:49:33.078Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:49:33.650Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:49:33.650Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:49:34.590Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:49:34.590Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:49:34.590Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-20T19:49:34.590Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-20T19:49:34.590Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-20T19:49:34.590Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-20T19:49:34.849Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-20T19:49:34.849Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-20T19:49:35.109Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-20T19:49:35.109Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-20T19:49:35.109Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-20T19:49:35.109Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-20T19:49:35.379Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-20T19:49:35.379Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-20T19:49:35.379Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-20T19:49:35.379Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-20T19:49:35.640Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:49:35.641Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-20T19:49:35.641Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:49:35.641Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:49:35.641Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:49:35.641Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-20T19:49:35.901Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-20T19:49:35.901Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-20T19:49:35.901Z] [2021-04-20T19:49:35.901Z] Current default time zone: 'Etc/UTC' [2021-04-20T19:49:35.901Z] Local time is now: Tue Apr 20 19:49:35 UTC 2021. [2021-04-20T19:49:35.901Z] Universal Time is now: Tue Apr 20 19:49:35 UTC 2021. [2021-04-20T19:49:35.901Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-20T19:49:35.901Z] [2021-04-20T19:49:35.901Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-04-20T19:49:36.162Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:49:36.162Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-04-20T19:49:36.162Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:49:36.162Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-20T19:49:36.162Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-20T19:49:36.162Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-20T19:49:36.162Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-20T19:49:36.162Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-20T19:49:36.424Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-20T19:49:36.424Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:49:36.424Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-20T19:49:36.684Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:49:36.684Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-20T19:49:36.684Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:49:36.684Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-20T19:49:36.684Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-20T19:49:36.684Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-20T19:49:36.684Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-20T19:49:36.684Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-20T19:49:36.945Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-20T19:49:36.945Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-20T19:49:36.945Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-20T19:49:38.859Z] Updating certificates in /etc/ssl/certs... [2021-04-20T19:49:39.430Z] 23 added, 27 removed; done. [2021-04-20T19:49:39.431Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-20T19:49:39.431Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:49:39.431Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-20T19:49:39.691Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-20T19:49:39.691Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-20T19:49:39.691Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:49:39.691Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-20T19:49:39.691Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:49:39.691Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:49:39.691Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:49:39.951Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:49:39.951Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:49:39.951Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-20T19:49:39.951Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-20T19:49:39.951Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-20T19:49:39.951Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-20T19:49:39.951Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-20T19:49:40.216Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:49:40.216Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:49:40.216Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-20T19:49:40.216Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-20T19:49:40.216Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-20T19:49:40.216Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-20T19:49:40.477Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-20T19:49:40.477Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-20T19:49:40.477Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-20T19:49:40.477Z] Updating certificates in /etc/ssl/certs... [2021-04-20T19:49:41.047Z] 0 added, 0 removed; done. [2021-04-20T19:49:41.047Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-20T19:49:41.047Z] done. [2021-04-20T19:49:41.569Z] Reading package lists... [2021-04-20T19:49:41.569Z] Building dependency tree... [2021-04-20T19:49:41.569Z] Reading state information... [2021-04-20T19:49:41.830Z] The following NEW packages will be installed: [2021-04-20T19:49:41.830Z] apt-transport-https [2021-04-20T19:49:42.090Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-20T19:49:42.090Z] Need to get 1692 B of archives. [2021-04-20T19:49:42.090Z] After this operation, 154 kB of additional disk space will be used. [2021-04-20T19:49:42.090Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-20T19:49:42.090Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T19:49:42.090Z] Fetched 1692 B in 0s (7437 B/s) [2021-04-20T19:49:42.090Z] Selecting previously unselected package apt-transport-https. [2021-04-20T19:49:42.090Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-20T19:49:42.090Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-20T19:49:42.090Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-20T19:49:42.357Z] Setting up apt-transport-https (1.6.13) ... [2021-04-20T19:49:42.617Z] Waiting for network to be ready... [2021-04-20T19:49:49.198Z] 2021-04-20T19:49:45Z INFO Waiting for automatic snapd restart... [2021-04-20T19:49:49.198Z] snapd 2.49.2 from Canonical* installed [2021-04-20T19:49:49.769Z] "snapd" switched to the "latest/stable" channel [2021-04-20T19:49:49.769Z] [2021-04-20T19:49:52.314Z] core18 20210309 from Canonical* installed [2021-04-20T19:49:52.314Z] "core18" switched to the "latest/stable" channel [2021-04-20T19:49:52.314Z] [2021-04-20T19:49:55.614Z] snapcraft 4.6.2 from Canonical* installed [2021-04-20T19:49:55.873Z] "snapcraft" switched to the "latest/stable" channel [2021-04-20T19:49:55.873Z] [2021-04-20T19:50:00.076Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-20T19:50:00.076Z] - README.md [2021-04-20T19:50:00.076Z] [2021-04-20T19:50:00.076Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-20T19:50:06.663Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-20T19:50:06.663Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-20T19:50:06.663Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-20T19:50:06.663Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-20T19:50:07.608Z] Reading package lists... [2021-04-20T19:50:07.608Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-04-20T19:50:14.196Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-20T19:50:14.196Z] Reading package lists... [2021-04-20T19:50:14.196Z] Building dependency tree... [2021-04-20T19:50:14.196Z] Reading state information... [2021-04-20T19:50:14.196Z] Suggested packages: [2021-04-20T19:50:14.196Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-20T19:50:14.196Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-20T19:50:14.196Z] Recommended packages: [2021-04-20T19:50:14.196Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-20T19:50:14.196Z] The following NEW packages will be installed: [2021-04-20T19:50:14.196Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-20T19:50:14.196Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-20T19:50:14.196Z] pkg-config zip [2021-04-20T19:50:14.457Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-20T19:50:14.457Z] Need to get 7663 kB of archives. [2021-04-20T19:50:14.457Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-20T19:50:14.457Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-20T19:50:14.457Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-20T19:50:14.457Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-20T19:50:14.718Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-20T19:50:14.718Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-20T19:50:14.718Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-20T19:50:14.718Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-20T19:50:14.718Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-20T19:50:14.718Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-20T19:50:14.980Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-20T19:50:14.980Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-20T19:50:14.980Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-20T19:50:14.980Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-20T19:50:15.240Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-20T19:50:15.240Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-20T19:50:15.240Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T19:50:15.500Z] Fetched 7663 kB in 1s (6874 kB/s) [2021-04-20T19:50:15.500Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-20T19:50:15.501Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-20T19:50:15.501Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-20T19:50:15.501Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-20T19:50:15.761Z] Selecting previously unselected package libpsl5:amd64. [2021-04-20T19:50:15.761Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-20T19:50:15.761Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-20T19:50:15.761Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-20T19:50:15.761Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-20T19:50:15.761Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-20T19:50:16.022Z] Selecting previously unselected package librtmp1:amd64. [2021-04-20T19:50:16.022Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-20T19:50:16.022Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-20T19:50:16.022Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-20T19:50:16.022Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-20T19:50:16.022Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-20T19:50:16.282Z] Selecting previously unselected package liberror-perl. [2021-04-20T19:50:16.282Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-20T19:50:16.282Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-20T19:50:16.282Z] Selecting previously unselected package git-man. [2021-04-20T19:50:16.282Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-20T19:50:16.282Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-20T19:50:16.542Z] Selecting previously unselected package git. [2021-04-20T19:50:16.542Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-20T19:50:16.542Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-20T19:50:17.483Z] Selecting previously unselected package libnorm1:amd64. [2021-04-20T19:50:17.483Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-20T19:50:17.483Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-20T19:50:17.483Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-20T19:50:17.483Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-20T19:50:17.483Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-20T19:50:17.483Z] Selecting previously unselected package libsodium23:amd64. [2021-04-20T19:50:17.483Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-20T19:50:17.483Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-20T19:50:17.743Z] Selecting previously unselected package libzmq5:amd64. [2021-04-20T19:50:17.743Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-20T19:50:17.743Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-20T19:50:17.743Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-20T19:50:17.743Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-20T19:50:17.743Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-20T19:50:18.005Z] Selecting previously unselected package pkg-config. [2021-04-20T19:50:18.005Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-20T19:50:18.005Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-20T19:50:18.005Z] Selecting previously unselected package zip. [2021-04-20T19:50:18.005Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-20T19:50:18.005Z] Unpacking zip (3.0-11build1) ... [2021-04-20T19:50:18.005Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-20T19:50:18.266Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-20T19:50:18.266Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-20T19:50:18.266Z] Setting up liberror-perl (0.17025-1) ... [2021-04-20T19:50:18.266Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-20T19:50:18.266Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-20T19:50:18.266Z] No schema files found: doing nothing. [2021-04-20T19:50:18.266Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-20T19:50:18.526Z] Setting up zip (3.0-11build1) ... [2021-04-20T19:50:18.526Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-20T19:50:18.526Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-20T19:50:18.526Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-20T19:50:18.526Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-20T19:50:18.526Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-20T19:50:18.786Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-20T19:50:18.786Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-20T19:50:18.786Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-20T19:50:25.366Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-20T19:50:25.366Z] git set to automatically installed. [2021-04-20T19:50:25.366Z] git-man set to automatically installed. [2021-04-20T19:50:25.366Z] libcurl3-gnutls set to automatically installed. [2021-04-20T19:50:25.366Z] liberror-perl set to automatically installed. [2021-04-20T19:50:25.366Z] libglib2.0-0 set to automatically installed. [2021-04-20T19:50:25.366Z] libnghttp2-14 set to automatically installed. [2021-04-20T19:50:25.366Z] libnorm1 set to automatically installed. [2021-04-20T19:50:25.366Z] libpgm-5.2-0 set to automatically installed. [2021-04-20T19:50:25.366Z] libpsl5 set to automatically installed. [2021-04-20T19:50:25.366Z] librtmp1 set to automatically installed. [2021-04-20T19:50:25.366Z] libsodium23 set to automatically installed. [2021-04-20T19:50:25.366Z] libzmq3-dev set to automatically installed. [2021-04-20T19:50:25.366Z] libzmq5 set to automatically installed. [2021-04-20T19:50:25.366Z] pkg-config set to automatically installed. [2021-04-20T19:50:25.366Z] zip set to automatically installed. [2021-04-20T19:50:27.278Z] snapd is not logged in, snap install commands will use sudo [2021-04-20T19:50:33.969Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-20T19:50:46.305Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-20T19:50:46.305Z] snapd is not logged in, snap install commands will use sudo [2021-04-20T19:50:51.199Z] lf-activate-venv(): INFO: Adding /tmp/venv-Lhdo/bin to PATH [2021-04-20T19:50:51.199Z] INFO: No Stack... [2021-04-20T19:50:51.199Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-20T19:50:51.199Z] INFO: Archiving Costs [Pipeline] sh [2021-04-20T19:50:51.529Z] + cut -d, -f6 [2021-04-20T19:50:51.530Z] + cat /w/workspace/edgex-go/84/archives/cost.csv [Pipeline] lock [2021-04-20T19:50:51.639Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-84-stack-cost] [2021-04-20T19:50:51.649Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3234-84-stack-cost] did not exist. Created. [2021-04-20T19:50:51.650Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-84-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-20T19:50:52.028Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-20T19:50:52.333Z] Stashed 1 file(s) [Pipeline] } [2021-04-20T19:50:52.345Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-84-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-20T19:50:52.906Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-20T19:50:52.907Z] snap "core18" has no updates available [2021-04-20T19:50:53.846Z] Pulling go-build-helper [2021-04-20T19:50:53.846Z] + snapcraftctl pull [2021-04-20T19:50:54.788Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-20T19:50:54.788Z] Skipping pull go-build-helper (already ran) [2021-04-20T19:50:54.788Z] Building go-build-helper [2021-04-20T19:50:54.788Z] + snapcraftctl build [2021-04-20T19:50:56.699Z] Staging go-build-helper [2021-04-20T19:50:56.699Z] + snapcraftctl stage [2021-04-20T19:51:06.710Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-20T19:51:06.710Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-20T19:51:06.710Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-20T19:51:06.710Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-20T19:51:06.710Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-20T19:51:06.710Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-20T19:51:06.710Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-20T19:51:06.710Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-20T19:51:06.710Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-20T19:51:06.710Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-20T19:51:06.710Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-20T19:51:06.710Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-20T19:51:06.710Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-20T19:51:06.710Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-20T19:51:06.710Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-20T19:51:06.710Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-20T19:51:06.710Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-20T19:51:06.710Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-20T19:51:06.710Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-20T19:51:06.710Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-20T19:51:06.710Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-20T19:51:06.710Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-20T19:51:06.710Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-20T19:51:06.710Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-20T19:51:06.710Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-20T19:51:06.710Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-04-20T19:51:06.710Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-20T19:51:06.710Z] Fetched 24.4 MB in 0s (0 B/s) [2021-04-20T19:51:06.710Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-20T19:51:06.710Z] Fetched 224 kB in 0s (0 B/s) [2021-04-20T19:51:06.710Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-20T19:51:06.710Z] Fetched 157 kB in 0s (0 B/s) [2021-04-20T19:51:06.710Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-20T19:51:06.710Z] Fetched 221 kB in 0s (0 B/s) [2021-04-20T19:51:06.710Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-20T19:51:06.710Z] Fetched 143 kB in 0s (0 B/s) [2021-04-20T19:51:06.710Z] Pulling app-service-config [2021-04-20T19:51:06.710Z] + snapcraftctl pull [2021-04-20T19:51:07.281Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-20T19:51:08.222Z] Pulling config-common [2021-04-20T19:51:08.222Z] + snapcraftctl pull [2021-04-20T19:51:12.428Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-20T19:51:12.428Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-20T19:51:12.428Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-20T19:51:12.428Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T19:51:12.428Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-20T19:51:12.428Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T19:51:12.428Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-20T19:51:12.428Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T19:51:12.428Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-20T19:51:12.428Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T19:51:12.428Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-20T19:51:12.428Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T19:51:12.428Z] Pulling edgex-go [2021-04-20T19:51:12.428Z] + snapcraftctl pull [2021-04-20T19:51:34.421Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-20T19:51:34.421Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-20T19:51:34.421Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-20T19:51:34.421Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T19:51:34.421Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-20T19:51:34.421Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-20T19:51:34.421Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-20T19:51:34.422Z] Fetched 279 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-20T19:51:34.422Z] Fetched 122 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-20T19:51:34.422Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-20T19:51:34.422Z] Fetched 8848 B in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-20T19:51:34.422Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-20T19:51:34.422Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-20T19:51:34.422Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-20T19:51:34.422Z] Fetched 219 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-20T19:51:34.422Z] Fetched 154 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-20T19:51:34.422Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-20T19:51:34.422Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-20T19:51:34.422Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-20T19:51:34.422Z] Fetched 499 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-20T19:51:34.422Z] Fetched 111 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-20T19:51:34.422Z] Fetched 240 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-20T19:51:34.422Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-20T19:51:34.422Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-20T19:51:34.422Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-20T19:51:34.422Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-20T19:51:34.422Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-20T19:51:34.422Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-20T19:51:34.422Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-20T19:51:34.422Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-20T19:51:34.422Z] Fetched 8720 B in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-20T19:51:34.422Z] Fetched 137 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-20T19:51:34.422Z] Fetched 119 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-20T19:51:34.422Z] Fetched 110 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-20T19:51:34.422Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-20T19:51:34.422Z] Fetched 645 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-20T19:51:34.422Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-20T19:51:34.422Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-20T19:51:34.422Z] Fetched 368 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-20T19:51:34.422Z] Fetched 187 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-20T19:51:34.422Z] Fetched 175 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-20T19:51:34.422Z] Fetched 206 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-20T19:51:34.422Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-20T19:51:34.422Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-20T19:51:34.422Z] Fetched 159 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-20T19:51:34.422Z] Fetched 107 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-20T19:51:34.422Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-20T19:51:34.422Z] Pulling static-packages [2021-04-20T19:51:34.422Z] + snapcraftctl pull [2021-04-20T19:51:34.422Z] Pulling version [2021-04-20T19:51:34.422Z] + cd /root/project [2021-04-20T19:51:34.422Z] + [ -f VERSION ] [2021-04-20T19:51:34.422Z] + PROJECT_VERSION=local-dev [2021-04-20T19:51:34.422Z] + git rev-parse --short HEAD [2021-04-20T19:51:34.422Z] + GIT_REVISION=26b83fa9 [2021-04-20T19:51:34.422Z] + snapcraftctl set-version local-dev [2021-04-20T19:51:34.422Z] Skipping build go-build-helper (already ran) [2021-04-20T19:51:34.687Z] Building app-service-config [2021-04-20T19:51:34.687Z] + make build [2021-04-20T19:51:34.687Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-20T19:51:37.233Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-20T19:51:37.233Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-20T19:51:37.233Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-20T19:51:37.233Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-20T19:51:37.233Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-20T19:51:37.233Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-20T19:51:37.233Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-20T19:51:37.233Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-20T19:51:37.233Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-20T19:51:37.233Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-20T19:51:37.233Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-20T19:51:37.233Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-20T19:51:37.233Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-20T19:51:37.493Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-20T19:51:37.493Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-20T19:51:37.493Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-20T19:51:37.493Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-20T19:51:37.776Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-20T19:51:37.776Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-20T19:51:37.776Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-20T19:51:37.776Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-20T19:51:37.776Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-20T19:51:37.776Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-20T19:51:38.042Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-20T19:51:38.042Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-20T19:51:38.042Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-20T19:51:38.042Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-20T19:51:38.042Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-20T19:51:38.042Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-20T19:51:38.042Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-20T19:51:38.042Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-20T19:51:38.042Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-20T19:51:38.042Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-20T19:51:38.302Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-20T19:51:38.302Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-20T19:51:38.302Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-20T19:51:38.302Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-20T19:51:38.302Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-20T19:51:38.302Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-20T19:51:38.302Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-20T19:51:38.302Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-20T19:51:38.302Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-20T19:51:38.302Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-20T19:51:38.302Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-20T19:51:38.302Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-20T19:51:48.297Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-20T19:51:48.297Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-20T19:51:48.297Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-20T19:51:48.297Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-20T19:51:48.867Z] Building config-common [2021-04-20T19:51:48.867Z] + snapcraftctl build [2021-04-20T19:51:50.784Z] Building edgex-go [2021-04-20T19:51:51.046Z] + cd /root/parts/edgex-go/src [2021-04-20T19:51:51.046Z] + make build [2021-04-20T19:51:51.046Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-20T19:51:51.306Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.71 [2021-04-20T19:51:51.306Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 [2021-04-20T19:51:51.306Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.10 [2021-04-20T19:51:51.566Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-04-20T19:51:51.566Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-04-20T19:51:51.566Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-20T19:51:51.566Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-20T19:51:51.566Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-20T19:51:51.566Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-20T19:51:51.566Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-04-20T19:51:51.827Z] go: downloading golang.org/x/text v0.3.2 [2021-04-20T19:51:56.034Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-20T19:51:56.034Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-20T19:52:01.313Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-20T19:52:02.693Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-20T19:52:04.072Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-20T19:52:04.640Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-20T19:52:04.640Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-20T19:52:04.899Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-20T19:52:04.899Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-20T19:52:04.899Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-20T19:52:06.804Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-20T19:52:06.804Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-20T19:52:06.804Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-20T19:52:08.183Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-20T19:52:09.572Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-20T19:52:10.954Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-20T19:52:11.894Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-20T19:52:11.894Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-20T19:52:13.278Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-20T19:52:13.278Z] go: downloading github.com/lib/pq v1.10.0 [2021-04-20T19:52:15.188Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-20T19:52:15.188Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-20T19:52:15.188Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-20T19:52:15.188Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-20T19:52:15.188Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-20T19:52:15.188Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-20T19:52:15.188Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-20T19:52:15.188Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-20T19:52:15.188Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-20T19:52:15.188Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-20T19:52:15.188Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-20T19:52:15.188Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-20T19:52:15.188Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-20T19:52:15.188Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-20T19:52:15.188Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-20T19:52:15.188Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-20T19:52:15.188Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-20T19:52:15.188Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-04-20T19:52:15.188Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-20T19:52:15.188Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-20T19:52:15.188Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-20T19:52:15.188Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-20T19:52:15.188Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-20T19:52:15.188Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-20T19:52:15.188Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-20T19:52:15.188Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-04-20T19:52:18.492Z] Building static-packages [2021-04-20T19:52:18.492Z] + snapcraftctl build [2021-04-20T19:52:20.407Z] Building version [2021-04-20T19:52:20.407Z] + snapcraftctl build [2021-04-20T19:52:22.319Z] Skipping stage go-build-helper (already ran) [2021-04-20T19:52:22.319Z] Staging app-service-config [2021-04-20T19:52:22.319Z] + snapcraftctl stage [2021-04-20T19:52:22.892Z] Staging config-common [2021-04-20T19:52:22.892Z] + snapcraftctl stage [2021-04-20T19:52:23.833Z] Staging edgex-go [2021-04-20T19:52:23.833Z] + snapcraftctl stage [2021-04-20T19:52:24.774Z] Staging static-packages [2021-04-20T19:52:24.774Z] + snapcraftctl stage [2021-04-20T19:52:26.160Z] Staging version [2021-04-20T19:52:26.160Z] + snapcraftctl stage [2021-04-20T19:52:27.101Z] Priming go-build-helper [2021-04-20T19:52:27.101Z] + snapcraftctl prime [2021-04-20T19:52:28.043Z] Priming app-service-config [2021-04-20T19:52:28.043Z] + snapcraftctl prime [2021-04-20T19:52:29.427Z] Priming config-common [2021-04-20T19:52:29.427Z] + snapcraftctl prime [2021-04-20T19:52:30.280Z] Priming edgex-go [2021-04-20T19:52:30.280Z] + snapcraftctl prime [2021-04-20T19:52:31.292Z] Priming static-packages [2021-04-20T19:52:31.292Z] + snapcraftctl prime [2021-04-20T19:52:33.832Z] Priming version [2021-04-20T19:52:33.832Z] + snapcraftctl prime [2021-04-20T19:52:34.773Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-20T19:52:37.024Z] provisioning config files... [2021-04-20T19:52:37.066Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/84@tmp/config5110593398163931105tmp [Pipeline] { [Pipeline] sh [2021-04-20T19:52:37.405Z] + set +x [2021-04-20T19:52:37.405Z] + curl -s https://codecov.io/bash [2021-04-20T19:52:37.405Z] + bash -s -- [2021-04-20T19:52:38.022Z] [2021-04-20T19:52:38.022Z] _____ _ [2021-04-20T19:52:38.022Z] / ____| | | [2021-04-20T19:52:38.022Z] | | ___ __| | ___ ___ _____ __ [2021-04-20T19:52:38.022Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-20T19:52:38.022Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-20T19:52:38.022Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-20T19:52:38.022Z] Bash-1.0.2 [2021-04-20T19:52:38.022Z] [2021-04-20T19:52:38.022Z] [2021-04-20T19:52:38.022Z] ==> git version 2.24.3 found [2021-04-20T19:52:38.022Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-20T19:52:38.022Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-20T19:52:38.022Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-20T19:52:38.022Z] ==> Jenkins CI detected. [2021-04-20T19:52:38.022Z] project root: . [2021-04-20T19:52:38.022Z] --> token set from env [2021-04-20T19:52:38.022Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-20T19:52:38.022Z] ==> Running gcov in . (disable via -X gcov) [2021-04-20T19:52:38.296Z] ==> Python coveragepy not found [2021-04-20T19:52:38.296Z] ==> Searching for coverage reports in: [2021-04-20T19:52:38.296Z] + . [2021-04-20T19:52:38.296Z] -> Found 1 reports [2021-04-20T19:52:38.296Z] ==> Detecting git/mercurial file structure [2021-04-20T19:52:38.296Z] ==> Reading reports [2021-04-20T19:52:38.568Z] + ./coverage.out bytes=703598 [2021-04-20T19:52:38.568Z] ==> Appending adjustments [2021-04-20T19:52:38.568Z] https://docs.codecov.io/docs/fixing-reports [2021-04-20T19:52:46.999Z] + Found adjustments [2021-04-20T19:52:46.999Z] ==> Gzipping contents [2021-04-20T19:52:46.999Z] 100K /tmp/codecov.4hA1zG.gz [2021-04-20T19:52:46.999Z] ==> Uploading reports [2021-04-20T19:52:46.999Z] url: https://codecov.io [2021-04-20T19:52:46.999Z] query: branch=PR-3234&commit=26b83fa92c3392fbb342e321af02a36e6fff533d&build=84&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F84%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-04-20T19:52:46.999Z] -> Pinging Codecov [2021-04-20T19:52:46.999Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3234&commit=26b83fa92c3392fbb342e321af02a36e6fff533d&build=84&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F84%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-04-20T19:52:46.999Z] -> Uploading to [2021-04-20T19:52:46.999Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-20/00271124DB129430A58F1EEE437C3FCB/26b83fa92c3392fbb342e321af02a36e6fff533d/e81dbd19-05b0-4f2f-b929-a9c67f1c175c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210420%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210420T195246Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6ed248e99d5a731210b0bf372b5bdd81090640ef7618605d1f206683d413205b [2021-04-20T19:52:46.999Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T19:52:46.999Z] Dload Upload Total Spent Left Speed [2021-04-20T19:52:47.267Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 176k --:--:-- --:--:-- --:--:-- 176k [2021-04-20T19:52:47.267Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/26b83fa92c3392fbb342e321af02a36e6fff533d [Pipeline] } [2021-04-20T19:52:47.279Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:52:48.039Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:52:49.325Z] ---> package-listing.sh [2021-04-20T19:52:49.325Z] ++ facter osfamily [2021-04-20T19:52:49.325Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-20T19:52:49.588Z] + OS_FAMILY=redhat [2021-04-20T19:52:49.588Z] + workspace=/w/workspace/edgex-go/84 [2021-04-20T19:52:49.588Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-20T19:52:49.588Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-20T19:52:49.588Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-20T19:52:49.588Z] + PACKAGES=/tmp/packages_start.txt [2021-04-20T19:52:49.588Z] + '[' /w/workspace/edgex-go/84 ']' [2021-04-20T19:52:49.588Z] + PACKAGES=/tmp/packages_end.txt [2021-04-20T19:52:49.588Z] + case "${OS_FAMILY}" in [2021-04-20T19:52:49.588Z] + rpm -qa [2021-04-20T19:52:49.588Z] + sort [2021-04-20T19:52:57.824Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-20T19:52:57.824Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-20T19:52:57.824Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-20T19:52:57.824Z] + '[' /w/workspace/edgex-go/84 ']' [2021-04-20T19:52:57.824Z] + mkdir -p /w/workspace/edgex-go/84/archives/ [2021-04-20T19:52:57.824Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/84/archives/ [Pipeline] echo [2021-04-20T19:52:57.838Z] 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/84/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-20T19:52:58.137Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:52:58.718Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T19:52:58.983Z] [2021-04-20T19:52:58.983Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:52:59.317Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T19:52:59.585Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-20T19:52:59.585Z] df20fa9351a1: Pulling fs layer [2021-04-20T19:52:59.585Z] 36b3adc4ff6f: Pulling fs layer [2021-04-20T19:52:59.585Z] 8ad3a11d3b57: Pulling fs layer [2021-04-20T19:52:59.585Z] 46f8f816bc3b: Pulling fs layer [2021-04-20T19:52:59.585Z] 93b61091891f: Pulling fs layer [2021-04-20T19:52:59.585Z] 93b9cdb0e59b: Pulling fs layer [2021-04-20T19:52:59.585Z] 5e14af77c1be: Pulling fs layer [2021-04-20T19:52:59.585Z] 01666e4c0597: Pulling fs layer [2021-04-20T19:52:59.585Z] aa168da1d23b: Pulling fs layer [2021-04-20T19:52:59.585Z] 46f8f816bc3b: Waiting [2021-04-20T19:52:59.585Z] 93b9cdb0e59b: Waiting [2021-04-20T19:52:59.585Z] aa168da1d23b: Waiting [2021-04-20T19:52:59.585Z] 01666e4c0597: Waiting [2021-04-20T19:52:59.585Z] 36b3adc4ff6f: Verifying Checksum [2021-04-20T19:52:59.585Z] 36b3adc4ff6f: Download complete [2021-04-20T19:52:59.585Z] 46f8f816bc3b: Verifying Checksum [2021-04-20T19:52:59.585Z] df20fa9351a1: Verifying Checksum [2021-04-20T19:52:59.585Z] df20fa9351a1: Download complete [2021-04-20T19:52:59.585Z] 93b9cdb0e59b: Verifying Checksum [2021-04-20T19:52:59.585Z] 93b9cdb0e59b: Download complete [2021-04-20T19:52:59.585Z] 5e14af77c1be: Verifying Checksum [2021-04-20T19:52:59.585Z] 5e14af77c1be: Download complete [2021-04-20T19:52:59.585Z] 93b61091891f: Verifying Checksum [2021-04-20T19:52:59.585Z] 93b61091891f: Download complete [2021-04-20T19:52:59.585Z] 01666e4c0597: Verifying Checksum [2021-04-20T19:52:59.585Z] 01666e4c0597: Download complete [2021-04-20T19:52:59.865Z] 8ad3a11d3b57: Verifying Checksum [2021-04-20T19:52:59.865Z] 8ad3a11d3b57: Download complete [2021-04-20T19:53:00.131Z] df20fa9351a1: Pull complete [2021-04-20T19:53:00.472Z] 36b3adc4ff6f: Pull complete [2021-04-20T19:53:01.999Z] 8ad3a11d3b57: Pull complete [2021-04-20T19:53:01.999Z] 46f8f816bc3b: Pull complete [2021-04-20T19:53:02.912Z] 93b61091891f: Pull complete [2021-04-20T19:53:03.226Z] 93b9cdb0e59b: Pull complete [2021-04-20T19:53:04.255Z] aa168da1d23b: Verifying Checksum [2021-04-20T19:53:04.256Z] aa168da1d23b: Download complete [2021-04-20T19:53:04.256Z] 5e14af77c1be: Pull complete [2021-04-20T19:53:04.543Z] 01666e4c0597: Pull complete [2021-04-20T19:53:17.261Z] aa168da1d23b: Pull complete [2021-04-20T19:53:17.262Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-20T19:53:17.262Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T19:53:17.262Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-20T19:53:17.654Z] prd-centos7-docker-4c-2g-1253 does not seem to be running inside a container [2021-04-20T19:53:17.911Z] $ 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/84/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/84 -v /w/workspace/edgex-go/84:/w/workspace/edgex-go/84:rw,z -v /w/workspace/edgex-go/84@tmp:/w/workspace/edgex-go/84@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-20T19:53:22.463Z] $ docker top f334de523effc00dc939a21c99e628643ebcaf7ba5a59e95bc68fadd3c50fade -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:53:23.404Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-20T19:53:23.757Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-20T19:53:24.063Z] + ls /var/log/sa-host [2021-04-20T19:53:24.063Z] + sadf -c /var/log/sa-host/sa20 [2021-04-20T19:53:24.063Z] file_magic: OK [2021-04-20T19:53:24.063Z] HZ: Using current value: 100 [2021-04-20T19:53:24.063Z] file_header: OK [2021-04-20T19:53:24.063Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-20T19:53:24.063Z] Statistics: [2021-04-20T19:53:24.063Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-20T19:53:24.063Z] File successfully converted to sysstat format version 12.2.1 [2021-04-20T19:53:24.063Z] + sadf -c /var/log/sa-host/sa23 [2021-04-20T19:53:24.063Z] file_magic: OK [2021-04-20T19:53:24.063Z] HZ: Using current value: 100 [2021-04-20T19:53:24.063Z] file_header: OK [2021-04-20T19:53:24.063Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-20T19:53:24.063Z] Statistics: [2021-04-20T19:53:24.063Z] Hnuu...uuuununununu... [2021-04-20T19:53:24.063Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-20T19:53:24.226Z] provisioning config files... [2021-04-20T19:53:24.242Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/84@tmp/config1529705754810241242tmp [Pipeline] { [Pipeline] echo [2021-04-20T19:53:24.263Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:53:24.570Z] ---> create-netrc.sh [Pipeline] } [2021-04-20T19:53:24.584Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-20T19:53:24.616Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:53:24.987Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-20T19:53:25.072Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:53:25.403Z] ---> sudo-logs.sh [2021-04-20T19:53:25.403Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-20T19:53:25.434Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:53:25.753Z] ---> job-cost.sh [2021-04-20T19:53:25.753Z] lf-activate-venv: SKIPPING [2021-04-20T19:53:25.753Z] DEBUG: total: 0.20999999344348907 [2021-04-20T19:53:25.753Z] INFO: Retrieving Stack Cost... [2021-04-20T19:53:26.705Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T19:53:27.281Z] INFO: Archiving Costs [Pipeline] echo [2021-04-20T19:53:27.298Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:53:27.605Z] ---> logs-deploy.sh [2021-04-20T19:53:27.605Z] lf-activate-venv: SKIPPING [2021-04-20T19:53:27.605Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/84 [2021-04-20T19:53:27.605Z] INFO: archiving workspace using pattern(s): [2021-04-20T19:53:30.944Z] Archives upload complete. [2021-04-20T19:53:30.944Z] INFO: archiving logs to Nexus [2021-04-20T19:53:32.948Z] ---> uname -a: [2021-04-20T19:53:32.948Z] Linux prd-centos7-docker-4c-2g-1253.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-20T19:53:32.948Z] [2021-04-20T19:53:32.948Z] [2021-04-20T19:53:32.948Z] ---> lscpu: [2021-04-20T19:53:32.948Z] Architecture: x86_64 [2021-04-20T19:53:32.948Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-20T19:53:32.948Z] Byte Order: Little Endian [2021-04-20T19:53:32.948Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-20T19:53:32.948Z] CPU(s): 4 [2021-04-20T19:53:32.948Z] On-line CPU(s) list: 0-3 [2021-04-20T19:53:32.948Z] Thread(s) per core: 1 [2021-04-20T19:53:32.948Z] Core(s) per socket: 1 [2021-04-20T19:53:32.948Z] Socket(s): 4 [2021-04-20T19:53:32.948Z] NUMA node(s): 1 [2021-04-20T19:53:32.948Z] Vendor ID: GenuineIntel [2021-04-20T19:53:32.948Z] CPU family: 6 [2021-04-20T19:53:32.948Z] Model: 44 [2021-04-20T19:53:32.948Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-20T19:53:32.948Z] Stepping: 1 [2021-04-20T19:53:32.948Z] CPU MHz: 2933.438 [2021-04-20T19:53:32.948Z] BogoMIPS: 5866.87 [2021-04-20T19:53:32.948Z] Virtualization: VT-x [2021-04-20T19:53:32.948Z] Hypervisor vendor: KVM [2021-04-20T19:53:32.948Z] Virtualization type: full [2021-04-20T19:53:32.948Z] L1d cache: 128 KiB [2021-04-20T19:53:32.948Z] L1i cache: 128 KiB [2021-04-20T19:53:32.948Z] L2 cache: 16 MiB [2021-04-20T19:53:32.948Z] L3 cache: 64 MiB [2021-04-20T19:53:32.948Z] NUMA node0 CPU(s): 0-3 [2021-04-20T19:53:32.948Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-20T19:53:32.948Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-20T19:53:32.948Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-20T19:53:32.948Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-20T19:53:32.948Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-20T19:53:32.948Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-20T19:53:32.948Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-20T19:53:32.948Z] Vulnerability Srbds: Not affected [2021-04-20T19:53:32.948Z] Vulnerability Tsx async abort: Not affected [2021-04-20T19:53:32.948Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-04-20T19:53:32.948Z] [2021-04-20T19:53:32.948Z] [2021-04-20T19:53:32.948Z] ---> nproc: [2021-04-20T19:53:32.948Z] 4 [2021-04-20T19:53:32.948Z] [2021-04-20T19:53:32.948Z] [2021-04-20T19:53:32.948Z] ---> df -h: [2021-04-20T19:53:32.948Z] Filesystem Size Used Available Use% Mounted on [2021-04-20T19:53:32.948Z] overlay 50.0G 12.7G 37.3G 25% / [2021-04-20T19:53:32.948Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-20T19:53:32.948Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-20T19:53:32.948Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-20T19:53:32.948Z] /dev/vda1 50.0G 12.7G 37.3G 25% /facter-os [2021-04-20T19:53:32.948Z] /dev/vda1 50.0G 12.7G 37.3G 25% /etc/resolv.conf [2021-04-20T19:53:32.948Z] /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hostname [2021-04-20T19:53:32.948Z] /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hosts [2021-04-20T19:53:32.948Z] /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/sa-host [2021-04-20T19:53:32.948Z] /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/secure [2021-04-20T19:53:32.948Z] /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/auth.log [2021-04-20T19:53:32.948Z] /dev/vda1 50.0G 12.7G 37.3G 25% /run/cloud-init/result.json [2021-04-20T19:53:32.948Z] /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/84 [2021-04-20T19:53:32.948Z] /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/84@tmp [2021-04-20T19:53:32.948Z] [2021-04-20T19:53:32.948Z] [2021-04-20T19:53:32.948Z] ---> free -m: [2021-04-20T19:53:32.948Z] total used free shared buff/cache available [2021-04-20T19:53:32.948Z] Mem: 1837 740 172 0 924 1013 [2021-04-20T19:53:32.948Z] Swap: 1023 38 985 [2021-04-20T19:53:32.948Z] [2021-04-20T19:53:32.948Z] [2021-04-20T19:53:32.948Z] ---> ip addr: [2021-04-20T19:53:32.948Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-20T19:53:32.948Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-20T19:53:32.948Z] inet 127.0.0.1/8 scope host lo [2021-04-20T19:53:32.948Z] valid_lft forever preferred_lft forever [2021-04-20T19:53:32.948Z] inet6 ::1/128 scope host [2021-04-20T19:53:32.948Z] valid_lft forever preferred_lft forever [2021-04-20T19:53:32.948Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-20T19:53:32.948Z] link/ether fa:16:3e:bf:84:be brd ff:ff:ff:ff:ff:ff [2021-04-20T19:53:32.948Z] inet 10.30.122.3/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-20T19:53:32.948Z] valid_lft 84534sec preferred_lft 84534sec [2021-04-20T19:53:32.948Z] inet6 fe80::f816:3eff:febf:84be/64 scope link [2021-04-20T19:53:32.948Z] valid_lft forever preferred_lft forever [2021-04-20T19:53:32.948Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-20T19:53:32.948Z] link/ether 02:42:1b:e8:de:ed brd ff:ff:ff:ff:ff:ff [2021-04-20T19:53:32.948Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-20T19:53:32.948Z] valid_lft forever preferred_lft forever [2021-04-20T19:53:32.948Z] inet6 fe80::42:1bff:fee8:deed/64 scope link [2021-04-20T19:53:32.948Z] valid_lft forever preferred_lft forever [2021-04-20T19:53:32.948Z] [2021-04-20T19:53:32.948Z]