Pull request #3327 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 455f88eb7f104c981a27c2f244562def9f736fdb rather than 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb Obtained Jenkinsfile from 455f88eb7f104c981a27c2f244562def9f736fdb Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32226 in /w/workspace/edgexfoundry_edgex-go_PR-3327 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 Merging remotes/origin/master commit 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb Merge succeeded, producing 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb Checking out Revision 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb (PR-3327) 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/3327/head:refs/remotes/origin/PR-3327 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb # 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 455f88eb7f104c981a27c2f244562def9f736fdb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb # timeout=10 Commit message: "feat(notifications): Check Subscription with empty categories,labels" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-31T07:58:28.035Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-31T07:58:28.275Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-31T07:58:28.366Z] ========================================================= [2021-03-31T07:58:28.367Z] EdgeX Global Pipelines Version Info [2021-03-31T07:58:28.367Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 # timeout=10 [2021-03-31T07:58:31.370Z] ------------------- [2021-03-31T07:58:31.370Z] stable info: [2021-03-31T07:58:31.370Z] ------------------- [2021-03-31T07:58:31.370Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-31T07:58:31.370Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-31T07:58:31.370Z] Message: update stable to v1.0.186 [2021-03-31T07:58:32.398Z] ------------------- [2021-03-31T07:58:32.398Z] experimental info: [2021-03-31T07:58:32.398Z] ------------------- [2021-03-31T07:58:32.398Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-31T07:58:32.398Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-31T07:58:32.398Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-31T07:58:32.855Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-31T07:58:32.953Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-31T07:58:33.043Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-31T07:58:33.154Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-31T07:58:33.271Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-31T07:58:33.359Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-31T07:58:33.465Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-31T07:58:33.552Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-31T07:58:33.641Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-31T07:58:33.727Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-31T07:58:33.814Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-31T07:58:33.936Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-31T07:58:34.040Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-31T07:58:34.126Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-31T07:58:34.213Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T07:58:34.295Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T07:58:34.382Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-31T07:58:34.469Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-31T07:58:34.550Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-31T07:58:34.649Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-31T07:58:34.743Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-31T07:58:34.842Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-31T07:58:34.935Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3327 [Pipeline] echo [2021-03-31T07:58:35.035Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3327 [Pipeline] echo [2021-03-31T07:58:35.128Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3327 [Pipeline] echo [2021-03-31T07:58:35.253Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb [Pipeline] echo [2021-03-31T07:58:35.381Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8c98263 [Pipeline] echo [2021-03-31T07:58:35.491Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T07:58:35.713Z] provisioning config files... [2021-03-31T07:58:35.770Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config3519956552101857825tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T07:58:36.188Z] ---> docker-login.sh [2021-03-31T07:58:36.188Z] nexus3.edgexfoundry.org:10001 [2021-03-31T07:58:37.763Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T07:58:37.763Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T07:58:37.763Z] Configure a credential helper to remove this warning. See [2021-03-31T07:58:37.763Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T07:58:37.763Z] [2021-03-31T07:58:37.763Z] Login Succeeded [2021-03-31T07:58:37.763Z] nexus3.edgexfoundry.org:10002 [2021-03-31T07:58:38.036Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T07:58:38.313Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T07:58:38.313Z] Configure a credential helper to remove this warning. See [2021-03-31T07:58:38.313Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T07:58:38.313Z] [2021-03-31T07:58:38.313Z] Login Succeeded [2021-03-31T07:58:38.313Z] nexus3.edgexfoundry.org:10003 [2021-03-31T07:58:38.592Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T07:58:38.592Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T07:58:38.592Z] Configure a credential helper to remove this warning. See [2021-03-31T07:58:38.592Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T07:58:38.592Z] [2021-03-31T07:58:38.592Z] Login Succeeded [2021-03-31T07:58:38.592Z] nexus3.edgexfoundry.org:10004 [2021-03-31T07:58:39.242Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T07:58:39.242Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T07:58:39.242Z] Configure a credential helper to remove this warning. See [2021-03-31T07:58:39.242Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T07:58:39.242Z] [2021-03-31T07:58:39.242Z] Login Succeeded [2021-03-31T07:58:39.242Z] docker.io [2021-03-31T07:58:39.873Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T07:58:40.149Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T07:58:40.149Z] Configure a credential helper to remove this warning. See [2021-03-31T07:58:40.149Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T07:58:40.149Z] [2021-03-31T07:58:40.149Z] Login Succeeded [2021-03-31T07:58:40.149Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T07:58:40.190Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T07:58:40.854Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-31T07:58:40.855Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T07:58:40.855Z] ++ dirname cmd/core-command/Dockerfile [2021-03-31T07:58:40.855Z] ++ cut -d/ -f2 [2021-03-31T07:58:40.855Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-31T07:58:40.855Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T07:58:40.855Z] ++ dirname cmd/core-data/Dockerfile [2021-03-31T07:58:40.855Z] ++ cut -d/ -f2 [2021-03-31T07:58:40.855Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-31T07:58:40.855Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T07:58:40.855Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-31T07:58:40.855Z] ++ cut -d/ -f2 [2021-03-31T07:58:40.855Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-31T07:58:40.855Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T07:58:40.855Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-31T07:58:40.855Z] ++ cut -d/ -f2 [2021-03-31T07:58:40.855Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-31T07:58:40.855Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T07:58:40.855Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-31T07:58:40.855Z] ++ cut -d/ -f2 [2021-03-31T07:58:40.855Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-31T07:58:40.855Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T07:58:40.855Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-31T07:58:40.855Z] ++ cut -d/ -f2 [2021-03-31T07:58:40.855Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-31T07:58:40.855Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T07:58:40.855Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-31T07:58:40.855Z] ++ cut -d/ -f2 [2021-03-31T07:58:40.855Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-31T07:58:40.855Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T07:58:40.855Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-31T07:58:40.855Z] ++ cut -d/ -f2 [2021-03-31T07:58:40.855Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-31T07:58:40.855Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T07:58:40.855Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-31T07:58:40.855Z] ++ cut -d/ -f2 [2021-03-31T07:58:40.855Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-31T07:58:41.099Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-31T07:58:43.057Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T07:58:43.385Z] [2021-03-31T07:58:43.385Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T07:58:43.890Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T07:58:44.220Z] latest: Pulling from edgex-devops/git-semver [2021-03-31T07:58:44.220Z] 31603596830f: Pulling fs layer [2021-03-31T07:58:44.220Z] 2a8b12db71e7: Pulling fs layer [2021-03-31T07:58:44.220Z] 6ca5941a6612: Pulling fs layer [2021-03-31T07:58:44.220Z] ecc8261a40a4: Pulling fs layer [2021-03-31T07:58:44.220Z] ecc8261a40a4: Waiting [2021-03-31T07:58:44.220Z] 2a8b12db71e7: Verifying Checksum [2021-03-31T07:58:44.220Z] 2a8b12db71e7: Download complete [2021-03-31T07:58:44.530Z] 31603596830f: Download complete [2021-03-31T07:58:44.530Z] ecc8261a40a4: Verifying Checksum [2021-03-31T07:58:44.530Z] ecc8261a40a4: Download complete [2021-03-31T07:58:44.935Z] 6ca5941a6612: Verifying Checksum [2021-03-31T07:58:44.935Z] 6ca5941a6612: Download complete [2021-03-31T07:58:45.556Z] 31603596830f: Pull complete [2021-03-31T07:58:45.556Z] 2a8b12db71e7: Pull complete [2021-03-31T07:58:49.172Z] 6ca5941a6612: Pull complete [2021-03-31T07:58:49.172Z] ecc8261a40a4: Pull complete [2021-03-31T07:58:49.172Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-31T07:58:49.172Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T07:58:49.172Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-31T07:58:49.781Z] prd-centos7-docker-4c-2g-32226 does not seem to be running inside a container [2021-03-31T07:58:50.172Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:10004/edgex-devops/git-semver:latest cat [2021-03-31T07:58:53.843Z] $ docker top bd059dc241c342748ae9e5451eccd7e325d7eadb890382f63647ed171a2ab5fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-31T07:58:54.718Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T07:58:54.718Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T07:58:55.209Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T07:58:55.212Z] $ docker exec bd059dc241c342748ae9e5451eccd7e325d7eadb890382f63647ed171a2ab5fd ssh-agent [2021-03-31T07:58:55.670Z] SSH_AUTH_SOCK=/tmp/ssh-vxiIf1HVNz8B/agent.13 [2021-03-31T07:58:55.670Z] SSH_AGENT_PID=18 [2021-03-31T07:58:55.696Z] Running ssh-add (command line suppressed) [2021-03-31T07:58:56.377Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_4418885067212002263.key (/w/workspace/edgex-go/4@tmp/private_key_4418885067212002263.key) [2021-03-31T07:58:56.561Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T07:58:57.442Z] + git tag --points-at HEAD [Pipeline] } [2021-03-31T07:58:57.536Z] $ docker exec --env ******** --env ******** bd059dc241c342748ae9e5451eccd7e325d7eadb890382f63647ed171a2ab5fd ssh-agent -k [2021-03-31T07:58:58.165Z] unset SSH_AUTH_SOCK; [2021-03-31T07:58:58.167Z] unset SSH_AGENT_PID; [2021-03-31T07:58:58.167Z] echo Agent pid 18 killed; [2021-03-31T07:58:58.403Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-31T07:58:58.569Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T07:58:58.569Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T07:58:59.190Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T07:58:59.196Z] $ docker exec bd059dc241c342748ae9e5451eccd7e325d7eadb890382f63647ed171a2ab5fd ssh-agent [2021-03-31T07:58:59.639Z] SSH_AUTH_SOCK=/tmp/ssh-A1e9GLjR3RYL/agent.46 [2021-03-31T07:58:59.639Z] SSH_AGENT_PID=51 [2021-03-31T07:58:59.651Z] Running ssh-add (command line suppressed) [2021-03-31T07:59:00.235Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_5303544052179087326.key (/w/workspace/edgex-go/4@tmp/private_key_5303544052179087326.key) [2021-03-31T07:59:00.367Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T07:59:00.848Z] + git semver init [2021-03-31T07:59:01.151Z] # -> Open(): unable to determine branch for HEAD [2021-03-31T07:59:01.151Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-03-31T07:59:01.151Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-03-31T07:59:01.151Z] # $SEMVER_REMOTE_NAME = origin [2021-03-31T07:59:01.151Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-31T07:59:01.151Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-31T07:59:01.151Z] # $SEMVER_BRANCH = PR-3327 [2021-03-31T07:59:01.151Z] # $SEMVER_TEMP = /tmp/semver-047066433 [2021-03-31T07:59:01.151Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-31T07:59:35.459Z] # '/tmp/semver-047066433' -> '/w/workspace/edgex-go/4/.semver' [2021-03-31T07:59:35.459Z] # -> Force: false [2021-03-31T07:59:35.459Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-03-31T07:59:35.541Z] $ docker exec --env ******** --env ******** bd059dc241c342748ae9e5451eccd7e325d7eadb890382f63647ed171a2ab5fd ssh-agent -k [2021-03-31T07:59:36.177Z] unset SSH_AUTH_SOCK; [2021-03-31T07:59:36.178Z] unset SSH_AGENT_PID; [2021-03-31T07:59:36.178Z] echo Agent pid 51 killed; [2021-03-31T07:59:36.463Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T07:59:37.511Z] + git semver [Pipeline] } [2021-03-31T07:59:37.561Z] $ docker stop --time=1 bd059dc241c342748ae9e5451eccd7e325d7eadb890382f63647ed171a2ab5fd [2021-03-31T07:59:39.800Z] $ docker rm -f bd059dc241c342748ae9e5451eccd7e325d7eadb890382f63647ed171a2ab5fd [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T07:59:40.556Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-31T07:59:43.205Z] Stashed 1 file(s) [Pipeline] echo [2021-03-31T07:59:43.212Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-31T07:59:44.233Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-31T07:59:44.762Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-31T07:59:45.125Z] + true [2021-03-31T07:59:45.125Z] + sudo service docker restart [2021-03-31T07:59:45.125Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-31T07:59:46.710Z] ========================================================= [2021-03-31T07:59:46.710Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-31T07:59:46.710Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-31T07:59:47.413Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-31T07:59:57.926Z] Sending build context to Docker daemon 329MB [2021-03-31T07:59:57.926Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T07:59:57.926Z] Step 2/6 : FROM ${BASE} [2021-03-31T07:59:57.926Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-31T07:59:57.926Z] 188c0c94c7c5: Pulling fs layer [2021-03-31T07:59:57.926Z] 0ef7d3d256c8: Pulling fs layer [2021-03-31T07:59:57.926Z] de9db76c5a1d: Pulling fs layer [2021-03-31T07:59:57.926Z] bca2f99d35d6: Pulling fs layer [2021-03-31T07:59:57.926Z] 93359f2a8cfa: Pulling fs layer [2021-03-31T07:59:57.926Z] 7c6f9722023f: Pulling fs layer [2021-03-31T07:59:57.926Z] a35cf1a2eb13: Pulling fs layer [2021-03-31T07:59:57.926Z] bca2f99d35d6: Waiting [2021-03-31T07:59:57.926Z] 93359f2a8cfa: Waiting [2021-03-31T07:59:57.926Z] 7c6f9722023f: Waiting [2021-03-31T07:59:57.926Z] a35cf1a2eb13: Waiting [2021-03-31T07:59:57.926Z] de9db76c5a1d: Verifying Checksum [2021-03-31T07:59:57.926Z] de9db76c5a1d: Download complete [2021-03-31T07:59:57.926Z] 0ef7d3d256c8: Verifying Checksum [2021-03-31T07:59:57.926Z] 0ef7d3d256c8: Download complete [2021-03-31T07:59:58.352Z] 93359f2a8cfa: Verifying Checksum [2021-03-31T07:59:58.352Z] 93359f2a8cfa: Download complete [2021-03-31T07:59:58.645Z] Still waiting to schedule task [2021-03-31T07:59:58.645Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-31T07:59:58.815Z] 7c6f9722023f: Download complete [2021-03-31T07:59:59.237Z] 188c0c94c7c5: Download complete [2021-03-31T08:00:01.163Z] 188c0c94c7c5: Pull complete [2021-03-31T08:00:01.676Z] 0ef7d3d256c8: Pull complete [2021-03-31T08:00:02.224Z] de9db76c5a1d: Pull complete [2021-03-31T08:00:09.855Z] a35cf1a2eb13: Verifying Checksum [2021-03-31T08:00:09.855Z] a35cf1a2eb13: Download complete [2021-03-31T08:00:10.138Z] bca2f99d35d6: Verifying Checksum [2021-03-31T08:00:10.138Z] bca2f99d35d6: Download complete [2021-03-31T08:00:26.090Z] bca2f99d35d6: Pull complete [2021-03-31T08:00:26.090Z] 93359f2a8cfa: Pull complete [2021-03-31T08:00:26.090Z] 7c6f9722023f: Pull complete [2021-03-31T08:00:31.858Z] a35cf1a2eb13: Pull complete [2021-03-31T08:00:31.858Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-31T08:00:31.858Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-31T08:00:31.858Z] ---> a62c8e92a672 [2021-03-31T08:00:31.858Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-31T08:00:31.858Z] ---> Running in e9e40dd7859d [2021-03-31T08:00:34.100Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T08:00:34.759Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T08:00:35.535Z] (1/12) Installing libmagic (5.38-r0) [2021-03-31T08:00:35.804Z] (2/12) Installing file (5.38-r0) [2021-03-31T08:00:35.804Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-31T08:00:36.075Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-31T08:00:46.683Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-31T08:00:46.683Z] (6/12) Installing patch (2.7.6-r6) [2021-03-31T08:00:46.683Z] (7/12) Installing build-base (0.5-r2) [2021-03-31T08:00:46.683Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-31T08:00:46.683Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-31T08:00:46.683Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-31T08:00:46.683Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-31T08:00:46.963Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-31T08:00:46.963Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T08:00:46.963Z] OK: 233 MiB in 51 packages [2021-03-31T08:00:53.969Z] Removing intermediate container e9e40dd7859d [2021-03-31T08:00:53.969Z] ---> bd2900917f8d [2021-03-31T08:00:53.969Z] Step 4/6 : WORKDIR /edgex-go [2021-03-31T08:00:53.969Z] ---> Running in e8baf89e2be4 [2021-03-31T08:00:53.969Z] Removing intermediate container e8baf89e2be4 [2021-03-31T08:00:53.969Z] ---> 4f2413afa104 [2021-03-31T08:00:53.969Z] Step 5/6 : COPY go.mod . [2021-03-31T08:00:54.588Z] ---> 9d87bf0beaa9 [2021-03-31T08:00:54.588Z] Step 6/6 : RUN go mod download [2021-03-31T08:00:54.588Z] ---> Running in bbb8752679c5 [2021-03-31T08:01:28.372Z] Removing intermediate container bbb8752679c5 [2021-03-31T08:01:28.372Z] ---> 890f2d97d901 [2021-03-31T08:01:28.645Z] Successfully built 890f2d97d901 [2021-03-31T08:01:28.914Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T08:01:29.408Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T08:01:29.697Z] . [Pipeline] withDockerContainer [2021-03-31T08:01:30.305Z] prd-centos7-docker-4c-2g-32226 does not seem to be running inside a container [2021-03-31T08:01:30.470Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** -e ******** ci-base-image-x86_64 cat [2021-03-31T08:01:32.512Z] $ docker top 71f3ab6e39816fc093efab970e3b46fdc39c6932deee9ba77d94d417a97ecbfc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T08:01:34.781Z] + go version [2021-03-31T08:01:34.781Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-31T08:01:34.849Z] $ docker stop --time=1 71f3ab6e39816fc093efab970e3b46fdc39c6932deee9ba77d94d417a97ecbfc [2021-03-31T08:01:37.088Z] $ docker rm -f 71f3ab6e39816fc093efab970e3b46fdc39c6932deee9ba77d94d417a97ecbfc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T08:01:38.479Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T08:01:38.479Z] . [Pipeline] withDockerContainer [2021-03-31T08:01:39.130Z] prd-centos7-docker-4c-2g-32226 does not seem to be running inside a container [2021-03-31T08:01:39.364Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** -e ******** ci-base-image-x86_64 cat [2021-03-31T08:01:40.947Z] $ docker top 169c53204fa38ab1c5342051482a03d5d36a6a4144cdf9916786172d4970bdfd -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-31T08:01:41.357Z] ========================================================= [2021-03-31T08:01:41.357Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-31T08:01:41.357Z] ========================================================= [Pipeline] sh [2021-03-31T08:01:41.752Z] + make test [2021-03-31T08:01:41.752Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-31T08:02:09.333Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-31T08:02:57.614Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-31T08:02:57.614Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-31T08:03:03.846Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-31T08:03:03.846Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-31T08:03:10.041Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-31T08:03:10.041Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-31T08:03:10.041Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-31T08:03:10.041Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-31T08:03:14.173Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-31T08:03:14.904Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-31T08:03:23.906Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-31T08:03:23.906Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-31T08:03:23.906Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-31T08:03:28.704Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.265s coverage: 45.9% of statements [2021-03-31T08:03:28.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-31T08:03:28.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-31T08:03:28.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-31T08:03:28.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-31T08:03:28.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-31T08:03:28.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-31T08:03:28.704Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.105s coverage: 19.8% of statements [2021-03-31T08:03:28.704Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.276s coverage: 100.0% of statements [2021-03-31T08:03:33.638Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.707s coverage: 27.1% of statements [2021-03-31T08:03:33.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-31T08:03:33.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-31T08:03:33.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-31T08:03:33.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-31T08:03:33.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-31T08:03:33.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-31T08:03:33.638Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.109s coverage: 100.0% of statements [2021-03-31T08:03:33.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-31T08:03:33.638Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.069s coverage: 100.0% of statements [2021-03-31T08:03:33.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-31T08:03:33.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-31T08:03:34.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.099s coverage: 71.3% of statements [2021-03-31T08:03:34.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-31T08:03:34.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-31T08:03:36.410Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.484s coverage: 82.9% of statements [2021-03-31T08:03:36.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-31T08:03:36.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T08:03:36.410Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.192s coverage: 78.9% of statements [2021-03-31T08:03:36.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-31T08:03:43.837Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.475s coverage: 28.6% of statements [2021-03-31T08:03:43.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-31T08:03:43.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-31T08:03:43.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-31T08:03:43.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-31T08:03:43.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-31T08:03:43.837Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.233s coverage: 100.0% of statements [2021-03-31T08:03:43.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-31T08:03:43.837Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.173s coverage: 100.0% of statements [2021-03-31T08:03:43.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-31T08:03:43.837Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.483s coverage: 86.7% of statements [2021-03-31T08:03:43.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-31T08:03:43.837Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.434s coverage: 97.5% of statements [2021-03-31T08:03:43.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-31T08:03:43.837Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.096s coverage: 78.3% of statements [2021-03-31T08:03:43.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-31T08:03:43.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-31T08:03:43.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-31T08:03:43.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-31T08:03:49.760Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.862s coverage: 92.8% of statements [2021-03-31T08:03:49.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-31T08:03:49.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T08:03:49.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-31T08:03:49.761Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-31T08:03:49.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-31T08:03:49.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-31T08:03:49.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-31T08:03:49.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-31T08:03:49.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-31T08:03:49.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-31T08:03:49.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-31T08:03:49.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-31T08:03:49.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-31T08:03:49.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-31T08:03:49.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-31T08:03:49.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-31T08:03:49.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-31T08:03:49.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-31T08:03:49.761Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.198s coverage: 58.8% of statements [2021-03-31T08:03:49.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-31T08:03:49.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-31T08:03:49.761Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.113s coverage: 1.0% of statements [2021-03-31T08:03:49.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-31T08:03:49.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-31T08:03:49.761Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-31T08:03:49.761Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.233s coverage: 47.1% of statements [2021-03-31T08:03:49.761Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.191s coverage: 79.5% of statements [2021-03-31T08:03:49.761Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.093s coverage: 94.1% of statements [2021-03-31T08:03:50.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.224s coverage: 96.3% of statements [2021-03-31T08:03:50.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.151s coverage: 87.5% of statements [2021-03-31T08:04:01.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 10.202s coverage: 94.4% of statements [2021-03-31T08:04:01.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.074s coverage: 44.8% of statements [2021-03-31T08:04:09.629Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.516s coverage: 82.6% of statements [2021-03-31T08:04:10.387Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32229 in /w/workspace/edgexfoundry_edgex-go_PR-3327 [Pipeline] { [Pipeline] ws [2021-03-31T08:04:10.489Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-03-31T08:04:15.803Z] using credential edgex-jenkins-ssh [2021-03-31T08:04:15.865Z] Cloning the remote Git repository [2021-03-31T08:04:15.937Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-31T08:04:16.054Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-03-31T08:04:16.140Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T08:04:16.141Z] > git --version # timeout=10 [2021-03-31T08:04:16.166Z] > git --version # 'git version 2.17.1' [2021-03-31T08:04:16.167Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T08:04:16.426Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T08:04:18.712Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.417s coverage: 92.9% of statements [2021-03-31T08:04:18.712Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-31T08:04:18.712Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-31T08:04:18.712Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-31T08:04:18.712Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.270s coverage: 77.8% of statements [2021-03-31T08:04:18.712Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-31T08:04:18.712Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-31T08:04:18.712Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-31T08:04:18.712Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-31T08:04:18.712Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-31T08:04:18.712Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.275s coverage: 87.2% of statements [2021-03-31T08:04:18.712Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-31T08:04:18.712Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-31T08:04:18.712Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.121s coverage: 100.0% of statements [2021-03-31T08:04:18.712Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-31T08:04:18.712Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.408s coverage: 75.5% of statements [2021-03-31T08:04:18.712Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-31T08:04:18.712Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.087s coverage: 80.8% of statements [2021-03-31T08:04:18.712Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.111s coverage: 87.2% of statements [2021-03-31T08:04:18.712Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.286s coverage: 84.6% of statements [2021-03-31T08:04:18.712Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.269s coverage: 91.6% of statements [2021-03-31T08:04:18.712Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-31T08:04:18.712Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.653s coverage: 64.4% of statements [2021-03-31T08:04:18.712Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-31T08:04:18.712Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-31T08:04:18.712Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.214s coverage: 100.0% of statements [2021-03-31T08:04:18.712Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.173s coverage: 91.3% of statements [2021-03-31T08:04:18.712Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.144s coverage: 100.0% of statements [2021-03-31T08:04:18.712Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.140s coverage: 73.7% of statements [2021-03-31T08:04:19.064Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements [2021-03-31T08:04:21.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.796s coverage: 69.0% of statements [2021-03-31T08:04:21.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-31T08:04:21.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-31T08:04:21.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-31T08:04:21.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.310s coverage: 38.4% of statements [2021-03-31T08:04:21.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-31T08:04:21.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-31T08:04:21.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.090s coverage: 89.5% of statements [2021-03-31T08:04:21.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-31T08:04:21.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.087s coverage: 84.8% of statements [2021-03-31T08:04:27.117Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.220s coverage: 47.0% of statements [2021-03-31T08:04:27.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-31T08:04:27.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-31T08:04:27.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-31T08:04:27.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-31T08:04:27.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-31T08:04:27.117Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.303s coverage: 100.0% of statements [2021-03-31T08:04:27.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-31T08:04:27.117Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.316s coverage: 100.0% of statements [2021-03-31T08:04:27.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-31T08:04:27.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-31T08:04:27.117Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.122s coverage: 11.0% of statements [2021-03-31T08:04:27.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-31T08:04:28.232Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.215s coverage: 87.1% of statements [2021-03-31T08:04:28.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-31T08:04:28.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T08:04:28.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-31T08:04:32.186Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.537s coverage: 29.1% of statements [2021-03-31T08:04:32.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-31T08:04:32.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-31T08:04:32.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-31T08:04:32.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-31T08:04:32.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-31T08:04:32.186Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.257s coverage: 99.0% of statements [2021-03-31T08:04:32.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-31T08:04:32.186Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.311s coverage: 100.0% of statements [2021-03-31T08:04:32.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-31T08:04:32.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-31T08:04:32.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-31T08:04:32.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-31T08:04:32.527Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.135s coverage: 95.0% of statements [2021-03-31T08:04:32.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-31T08:04:32.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T08:04:32.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-31T08:04:32.527Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.066s coverage: 0.0% of statements [2021-03-31T08:04:32.527Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-31T08:04:32.527Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.115s coverage: 100.0% of statements [2021-03-31T08:04:32.527Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-31T08:04:32.527Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-31T08:04:32.527Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-31T08:04:32.527Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-31T08:04:32.527Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.059s coverage: 87.9% of statements [2021-03-31T08:04:32.527Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-31T08:04:32.527Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-31T08:04:32.689Z] Merging remotes/origin/master commit 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb [2021-03-31T08:04:31.755Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T08:04:31.778Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T08:04:31.804Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T08:04:31.846Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T08:04:31.847Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T08:04:31.872Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3327/head:refs/remotes/origin/PR-3327 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T08:04:32.712Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T08:04:32.729Z] > git checkout -f 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb # timeout=10 [2021-03-31T08:04:33.206Z] Merge succeeded, producing 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb [2021-03-31T08:04:33.207Z] Checking out Revision 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb (PR-3327) [2021-03-31T08:04:34.347Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.084s coverage: 100.0% of statements [2021-03-31T08:04:33.043Z] > git remote # timeout=10 [2021-03-31T08:04:33.059Z] > git config --get remote.origin.url # timeout=10 [2021-03-31T08:04:33.118Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T08:04:33.129Z] > git merge 455f88eb7f104c981a27c2f244562def9f736fdb # timeout=10 [2021-03-31T08:04:33.183Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-31T08:04:33.218Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T08:04:33.252Z] > git checkout -f 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb # timeout=10 [2021-03-31T08:04:35.466Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.151s coverage: 32.1% of statements [2021-03-31T08:04:35.466Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.152s coverage: 100.0% of statements [2021-03-31T08:04:36.203Z] GO111MODULE=on go vet ./... [2021-03-31T08:04:37.679Z] Commit message: "feat(notifications): Check Subscription with empty categories,labels" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-31T08:04:39.239Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-31T08:04:39.651Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-31T08:04:40.036Z] + sudo service docker restart [2021-03-31T08:04:40.036Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T08:04:42.758Z] provisioning config files... [2021-03-31T08:04:42.807Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config1574627216647907084tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T08:04:43.260Z] ---> docker-login.sh [2021-03-31T08:04:43.260Z] nexus3.edgexfoundry.org:10001 [2021-03-31T08:04:44.246Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T08:04:44.520Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T08:04:44.520Z] Configure a credential helper to remove this warning. See [2021-03-31T08:04:44.520Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T08:04:44.520Z] [2021-03-31T08:04:44.520Z] Login Succeeded [2021-03-31T08:04:44.520Z] nexus3.edgexfoundry.org:10002 [2021-03-31T08:04:44.792Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T08:04:45.068Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T08:04:45.068Z] Configure a credential helper to remove this warning. See [2021-03-31T08:04:45.068Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T08:04:45.068Z] [2021-03-31T08:04:45.068Z] Login Succeeded [2021-03-31T08:04:45.068Z] nexus3.edgexfoundry.org:10003 [2021-03-31T08:04:45.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T08:04:45.617Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T08:04:45.617Z] Configure a credential helper to remove this warning. See [2021-03-31T08:04:45.617Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T08:04:45.617Z] [2021-03-31T08:04:45.617Z] Login Succeeded [2021-03-31T08:04:45.617Z] nexus3.edgexfoundry.org:10004 [2021-03-31T08:04:45.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T08:04:45.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T08:04:45.891Z] Configure a credential helper to remove this warning. See [2021-03-31T08:04:45.891Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T08:04:45.891Z] [2021-03-31T08:04:45.891Z] Login Succeeded [2021-03-31T08:04:46.167Z] docker.io [2021-03-31T08:04:46.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T08:04:47.868Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T08:04:47.868Z] Configure a credential helper to remove this warning. See [2021-03-31T08:04:47.868Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T08:04:47.868Z] [2021-03-31T08:04:47.868Z] Login Succeeded [2021-03-31T08:04:47.868Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T08:04:47.886Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-31T08:04:48.373Z] ========================================================= [2021-03-31T08:04:48.373Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-31T08:04:48.373Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-31T08:04:48.749Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-31T08:04:51.386Z] Sending build context to Docker daemon 167.1MB [2021-03-31T08:04:51.386Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T08:04:51.386Z] Step 2/6 : FROM ${BASE} [2021-03-31T08:04:51.386Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-31T08:04:51.386Z] 5f621e34cdf4: Pulling fs layer [2021-03-31T08:04:51.386Z] a4357932f1b6: Pulling fs layer [2021-03-31T08:04:51.386Z] 18c013af1878: Pulling fs layer [2021-03-31T08:04:51.386Z] 00ac8860ef70: Pulling fs layer [2021-03-31T08:04:51.386Z] 63d7cb157983: Pulling fs layer [2021-03-31T08:04:51.386Z] b116817d02f9: Pulling fs layer [2021-03-31T08:04:51.386Z] 745a02a5169b: Pulling fs layer [2021-03-31T08:04:51.386Z] 00ac8860ef70: Waiting [2021-03-31T08:04:51.386Z] 63d7cb157983: Waiting [2021-03-31T08:04:51.386Z] b116817d02f9: Waiting [2021-03-31T08:04:51.386Z] 745a02a5169b: Waiting [2021-03-31T08:04:51.386Z] 18c013af1878: Verifying Checksum [2021-03-31T08:04:51.386Z] 18c013af1878: Download complete [2021-03-31T08:04:51.386Z] a4357932f1b6: Verifying Checksum [2021-03-31T08:04:51.386Z] a4357932f1b6: Download complete [2021-03-31T08:04:51.386Z] 63d7cb157983: Verifying Checksum [2021-03-31T08:04:51.386Z] 63d7cb157983: Download complete [2021-03-31T08:04:51.386Z] b116817d02f9: Download complete [2021-03-31T08:04:51.386Z] 5f621e34cdf4: Verifying Checksum [2021-03-31T08:04:51.386Z] 5f621e34cdf4: Download complete [2021-03-31T08:04:51.982Z] 5f621e34cdf4: Pull complete [2021-03-31T08:04:52.585Z] a4357932f1b6: Pull complete [2021-03-31T08:04:52.871Z] 18c013af1878: Pull complete [2021-03-31T08:04:54.320Z] 745a02a5169b: Verifying Checksum [2021-03-31T08:04:54.320Z] 745a02a5169b: Download complete [2021-03-31T08:04:55.302Z] 00ac8860ef70: Verifying Checksum [2021-03-31T08:04:55.302Z] 00ac8860ef70: Download complete [2021-03-31T08:05:05.470Z] 00ac8860ef70: Pull complete [2021-03-31T08:05:05.470Z] 63d7cb157983: Pull complete [2021-03-31T08:05:05.743Z] b116817d02f9: Pull complete [2021-03-31T08:05:10.069Z] 745a02a5169b: Pull complete [2021-03-31T08:05:10.069Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-31T08:05:10.069Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-31T08:05:10.069Z] ---> b7e6874047d6 [2021-03-31T08:05:10.069Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-31T08:05:12.738Z] ---> Running in a5d4ae01d3a6 [2021-03-31T08:05:14.180Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T08:05:14.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T08:05:15.368Z] (1/12) Installing libmagic (5.38-r0) [2021-03-31T08:05:15.642Z] (2/12) Installing file (5.38-r0) [2021-03-31T08:05:15.913Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-31T08:05:15.913Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-31T08:05:20.206Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-31T08:05:20.206Z] (6/12) Installing patch (2.7.6-r6) [2021-03-31T08:05:20.206Z] (7/12) Installing build-base (0.5-r2) [2021-03-31T08:05:20.206Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-31T08:05:20.206Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-31T08:05:20.206Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-31T08:05:20.206Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-31T08:05:20.206Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-31T08:05:20.478Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T08:05:20.478Z] OK: 217 MiB in 51 packages [2021-03-31T08:05:24.781Z] Removing intermediate container a5d4ae01d3a6 [2021-03-31T08:05:24.782Z] ---> 653bcedbf676 [2021-03-31T08:05:24.782Z] Step 4/6 : WORKDIR /edgex-go [2021-03-31T08:05:24.782Z] ---> Running in a626ee171034 [2021-03-31T08:05:25.056Z] Removing intermediate container a626ee171034 [2021-03-31T08:05:25.056Z] ---> 3a7801d78555 [2021-03-31T08:05:25.056Z] Step 5/6 : COPY go.mod . [2021-03-31T08:05:25.653Z] ---> 790cbb949ae4 [2021-03-31T08:05:25.653Z] Step 6/6 : RUN go mod download [2021-03-31T08:05:25.933Z] ---> Running in 87194ddeacc6 [2021-03-31T08:05:52.765Z] Removing intermediate container 87194ddeacc6 [2021-03-31T08:05:52.765Z] ---> a01236442a79 [2021-03-31T08:05:52.765Z] Successfully built a01236442a79 [2021-03-31T08:05:52.765Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T08:05:53.107Z] + docker inspect -f . ci-base-image-arm64 [2021-03-31T08:05:53.107Z] . [Pipeline] withDockerContainer [2021-03-31T08:05:53.382Z] prd-ubuntu18.04-docker-arm64-4c-16g-32229 does not seem to be running inside a container [2021-03-31T08:05:53.478Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** -e ******** ci-base-image-arm64 cat [2021-03-31T08:05:54.960Z] $ docker top c7a126d3bbfe0c8f104ba489da840a3bea41800a34b46d8f09e5456b17bbb31e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T08:05:56.004Z] + go version [2021-03-31T08:05:56.004Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-31T08:05:56.032Z] $ docker stop --time=1 c7a126d3bbfe0c8f104ba489da840a3bea41800a34b46d8f09e5456b17bbb31e [2021-03-31T08:05:57.855Z] $ docker rm -f c7a126d3bbfe0c8f104ba489da840a3bea41800a34b46d8f09e5456b17bbb31e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T08:05:58.846Z] + docker inspect -f . ci-base-image-arm64 [2021-03-31T08:05:58.846Z] . [Pipeline] withDockerContainer [2021-03-31T08:05:59.070Z] prd-ubuntu18.04-docker-arm64-4c-16g-32229 does not seem to be running inside a container [2021-03-31T08:05:59.148Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** -e ******** ci-base-image-arm64 cat [2021-03-31T08:05:59.369Z] gofmt -l . [2021-03-31T08:05:59.369Z] [ "`gofmt -l .`" = "" ] [2021-03-31T08:05:59.369Z] ./bin/test-go-mod-tidy.sh [2021-03-31T08:05:59.369Z] ./bin/test-attribution-txt.sh [2021-03-31T08:06:00.406Z] $ docker top 9c651f4a2c32cb34df037ac4991cf59cf0472e9cd778bafb97a855bb7d208e0f -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] echo [2021-03-31T08:06:00.891Z] ========================================================= [2021-03-31T08:06:00.891Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-31T08:06:00.891Z] ========================================================= [Pipeline] sh [2021-03-31T08:06:01.537Z] + make test [2021-03-31T08:06:01.537Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-31T08:06:02.436Z] + ls -al . [2021-03-31T08:06:02.436Z] total 792 [2021-03-31T08:06:02.436Z] drwxrwxr-x 10 1001 1001 4096 Mar 31 08:05 . [2021-03-31T08:06:02.436Z] drwxr-xr-x 4 root root 28 Mar 31 08:01 .. [2021-03-31T08:06:02.436Z] -rw-rw-r-- 1 1001 1001 11 Mar 31 07:58 .dockerignore [2021-03-31T08:06:02.436Z] drwxrwxr-x 8 1001 1001 179 Mar 31 07:58 .git [2021-03-31T08:06:02.436Z] drwxrwxr-x 3 1001 1001 125 Mar 31 07:58 .github [2021-03-31T08:06:02.436Z] -rw-rw-r-- 1 1001 1001 818 Mar 31 07:58 .gitignore [2021-03-31T08:06:02.436Z] drwx------ 3 1001 1001 60 Mar 31 07:59 .semver [2021-03-31T08:06:02.436Z] -rw-rw-r-- 1 1001 1001 166 Mar 31 07:58 .sonarcloud.properties [2021-03-31T08:06:02.436Z] -rw-rw-r-- 1 1001 1001 8607 Mar 31 07:58 Attribution.txt [2021-03-31T08:06:02.436Z] -rw-rw-r-- 1 1001 1001 3804 Mar 31 07:58 CONTRIBUTING.md [2021-03-31T08:06:02.436Z] -rw-rw-r-- 1 1001 1001 931 Mar 31 07:58 Dockerfile.build [2021-03-31T08:06:02.436Z] -rw-rw-r-- 1 1001 1001 863 Mar 31 07:58 Jenkinsfile [2021-03-31T08:06:02.436Z] -rw-rw-r-- 1 1001 1001 10775 Mar 31 07:58 LICENSE [2021-03-31T08:06:02.436Z] -rw-rw-r-- 1 1001 1001 5774 Mar 31 07:58 Makefile [2021-03-31T08:06:02.436Z] -rw-rw-r-- 1 1001 1001 6548 Mar 31 07:58 README.md [2021-03-31T08:06:02.436Z] -rw-rw-r-- 1 1001 1001 6755 Mar 31 07:58 SECURITY.md [2021-03-31T08:06:02.436Z] -rw-rw-r-- 1 1001 1001 5 Mar 31 07:59 VERSION [2021-03-31T08:06:02.436Z] -rw-rw-r-- 1 1001 1001 4131 Mar 31 07:58 ZMQWindows.md [2021-03-31T08:06:02.436Z] drwxrwxr-x 2 1001 1001 117 Mar 31 07:58 bin [2021-03-31T08:06:02.436Z] drwxrwxr-x 14 1001 1001 4096 Mar 31 07:58 cmd [2021-03-31T08:06:02.436Z] -rw-r--r-- 1 root root 680272 Mar 31 08:04 coverage.out [2021-03-31T08:06:02.436Z] -rw-r--r-- 1 root root 1056 Mar 31 08:05 go.mod [2021-03-31T08:06:02.436Z] -rw-r--r-- 1 root root 22302 Mar 31 08:05 go.sum [2021-03-31T08:06:02.436Z] drwxrwxr-x 8 1001 1001 127 Mar 31 07:58 internal [2021-03-31T08:06:02.436Z] drwxrwxr-x 4 1001 1001 26 Mar 31 07:58 openapi [2021-03-31T08:06:02.436Z] drwxrwxr-x 4 1001 1001 71 Mar 31 07:58 snap [2021-03-31T08:06:02.436Z] -rw-rw-r-- 1 1001 1001 168 Mar 31 07:58 version.go [Pipeline] sh [2021-03-31T08:06:03.165Z] + '[' -e coverage.out ] [2021-03-31T08:06:03.165Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-31T08:06:03.792Z] Stashed 1 file(s) [Pipeline] sh [2021-03-31T08:06:05.279Z] + make build [2021-03-31T08:06:05.279Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T08:06:15.985Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T08:06:23.690Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-31T08:06:39.455Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T08:06:42.388Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T08:06:48.126Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T08:06:49.611Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T08:06:58.930Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T08:07:09.642Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T08:07:10.698Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-31T08:07:13.328Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T08:07:17.450Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-31T08:07:19.551Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T08:07:24.488Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T08:07:25.790Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-31T08:07:25.790Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-31T08:07:26.022Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-31T08:07:27.244Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-31T08:07:27.244Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-31T08:07:27.244Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-31T08:07:27.244Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-31T08:07:31.576Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-31T08:07:31.576Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [Pipeline] } [2021-03-31T08:07:33.964Z] $ docker stop --time=1 169c53204fa38ab1c5342051482a03d5d36a6a4144cdf9916786172d4970bdfd [2021-03-31T08:07:36.956Z] $ docker rm -f 169c53204fa38ab1c5342051482a03d5d36a6a4144cdf9916786172d4970bdfd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-03-31T08:07:39.648Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-31T08:07:39.648Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-31T08:07:39.648Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [Pipeline] isUnix [Pipeline] sh [2021-03-31T08:07:42.010Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T08:07:42.281Z] [2021-03-31T08:07:42.281Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T08:07:42.739Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T08:07:43.021Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-31T08:07:43.021Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-31T08:07:43.021Z] ca9280d653b3: Pulling fs layer [2021-03-31T08:07:43.021Z] 7e9c9ca2126c: Pulling fs layer [2021-03-31T08:07:44.125Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-31T08:07:44.125Z] cbdbe7a5bc2a: Download complete [2021-03-31T08:07:45.094Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.344s coverage: 45.9% of statements [2021-03-31T08:07:45.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-31T08:07:45.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-31T08:07:45.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-31T08:07:45.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-31T08:07:45.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-31T08:07:45.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-31T08:07:45.094Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.182s coverage: 19.8% of statements [2021-03-31T08:07:45.094Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.268s coverage: 100.0% of statements [2021-03-31T08:07:45.812Z] cbdbe7a5bc2a: Pull complete [2021-03-31T08:07:46.840Z] ca9280d653b3: Verifying Checksum [2021-03-31T08:07:46.840Z] ca9280d653b3: Download complete [2021-03-31T08:07:51.867Z] ca9280d653b3: Pull complete [2021-03-31T08:07:51.867Z] 7e9c9ca2126c: Verifying Checksum [2021-03-31T08:07:51.867Z] 7e9c9ca2126c: Download complete [2021-03-31T08:07:53.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.528s coverage: 27.1% of statements [2021-03-31T08:07:53.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-31T08:07:53.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-31T08:07:53.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-31T08:07:53.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-31T08:07:53.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-31T08:07:53.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-31T08:07:53.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.124s coverage: 100.0% of statements [2021-03-31T08:07:53.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-31T08:07:53.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.155s coverage: 100.0% of statements [2021-03-31T08:07:53.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-31T08:07:53.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-31T08:07:53.681Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.267s coverage: 71.3% of statements [2021-03-31T08:07:53.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-31T08:07:53.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-31T08:07:55.128Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.542s coverage: 82.9% of statements [2021-03-31T08:07:55.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-31T08:07:55.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T08:07:55.128Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.140s coverage: 78.9% of statements [2021-03-31T08:07:55.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-31T08:08:07.604Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.195s coverage: 28.6% of statements [2021-03-31T08:08:07.604Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-31T08:08:07.604Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-31T08:08:07.604Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-31T08:08:07.604Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-31T08:08:07.604Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-31T08:08:07.604Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.205s coverage: 100.0% of statements [2021-03-31T08:08:07.604Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-31T08:08:07.604Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.129s coverage: 100.0% of statements [2021-03-31T08:08:07.604Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-31T08:08:07.604Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.456s coverage: 86.7% of statements [2021-03-31T08:08:07.604Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-31T08:08:07.604Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.435s coverage: 97.5% of statements [2021-03-31T08:08:07.604Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-31T08:08:07.604Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.245s coverage: 78.3% of statements [2021-03-31T08:08:07.604Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-31T08:08:07.604Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-31T08:08:07.604Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-31T08:08:07.604Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-31T08:08:07.674Z] 7e9c9ca2126c: Pull complete [2021-03-31T08:08:07.674Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-31T08:08:07.674Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T08:08:07.674Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-31T08:08:07.960Z] prd-centos7-docker-4c-2g-32226 does not seem to be running inside a container [2021-03-31T08:08:08.122Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-31T08:08:12.003Z] $ docker top 048695a2f2967ab247d5c2fbcaafdca4a07cb1ae073d8d05d38e8561b8917f79 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T08:08:13.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.231s coverage: 92.8% of statements [2021-03-31T08:08:13.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-31T08:08:13.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T08:08:13.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-31T08:08:13.056Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-31T08:08:13.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-31T08:08:13.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-31T08:08:13.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-31T08:08:13.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-31T08:08:13.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-31T08:08:13.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-31T08:08:13.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-31T08:08:13.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-31T08:08:13.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-31T08:08:13.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-31T08:08:13.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-31T08:08:13.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-31T08:08:13.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-31T08:08:13.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-31T08:08:13.056Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.129s coverage: 58.8% of statements [2021-03-31T08:08:13.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-31T08:08:13.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-31T08:08:13.056Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.245s coverage: 1.0% of statements [2021-03-31T08:08:13.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-31T08:08:13.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-31T08:08:13.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-31T08:08:13.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.185s coverage: 47.1% of statements [2021-03-31T08:08:13.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.225s coverage: 79.5% of statements [2021-03-31T08:08:13.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.171s coverage: 94.1% of statements [2021-03-31T08:08:13.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.195s coverage: 96.3% of statements [2021-03-31T08:08:13.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.132s coverage: 87.5% of statements [2021-03-31T08:08:13.824Z] + docker-compose build --help [2021-03-31T08:08:13.825Z] + grep parallel [2021-03-31T08:08:16.304Z] --parallel Build images in parallel. [Pipeline] } [2021-03-31T08:08:16.386Z] $ docker stop --time=1 048695a2f2967ab247d5c2fbcaafdca4a07cb1ae073d8d05d38e8561b8917f79 [2021-03-31T08:08:18.763Z] $ docker rm -f 048695a2f2967ab247d5c2fbcaafdca4a07cb1ae073d8d05d38e8561b8917f79 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T08:08:19.741Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T08:08:19.741Z] . [Pipeline] withDockerContainer [2021-03-31T08:08:19.950Z] prd-centos7-docker-4c-2g-32226 does not seem to be running inside a container [2021-03-31T08:08:20.133Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-31T08:08:22.369Z] $ docker top a702a890ec18274b9a8f973f308fa69c9d4ee09515b7f7dbbce29933af876e58 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T08:08:23.619Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-31T08:08:25.719Z] Building docker-core-command-go ... [2021-03-31T08:08:25.719Z] Building docker-core-data-go ... [2021-03-31T08:08:25.719Z] Building docker-core-metadata-go ... [2021-03-31T08:08:25.719Z] Building docker-security-bootstrapper-go ... [2021-03-31T08:08:25.719Z] Building docker-security-proxy-setup-go ... [2021-03-31T08:08:25.719Z] Building docker-security-secretstore-setup-go ... [2021-03-31T08:08:25.719Z] Building docker-support-notifications-go ... [2021-03-31T08:08:25.719Z] Building docker-support-scheduler-go ... [2021-03-31T08:08:25.719Z] Building docker-sys-mgmt-agent-go ... [2021-03-31T08:08:25.719Z] Building docker-support-notifications-go [2021-03-31T08:08:25.719Z] Building docker-support-scheduler-go [2021-03-31T08:08:25.719Z] Building docker-security-secretstore-setup-go [2021-03-31T08:08:25.719Z] Building docker-core-metadata-go [2021-03-31T08:08:25.719Z] Building docker-security-proxy-setup-go [2021-03-31T08:08:28.757Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.178s coverage: 94.4% of statements [2021-03-31T08:08:28.757Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.124s coverage: 44.8% of statements [2021-03-31T08:08:32.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.533s coverage: 82.6% of statements [2021-03-31T08:08:42.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.202s coverage: 92.9% of statements [2021-03-31T08:08:42.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-31T08:08:42.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-31T08:08:42.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-31T08:08:42.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-03-31T08:08:42.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-31T08:08:42.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-31T08:08:42.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-31T08:08:42.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-31T08:08:42.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-31T08:08:42.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements [2021-03-31T08:08:42.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-31T08:08:42.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-31T08:08:42.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements [2021-03-31T08:08:42.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-31T08:08:42.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.142s coverage: 75.5% of statements [2021-03-31T08:08:42.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-31T08:08:42.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.141s coverage: 80.8% of statements [2021-03-31T08:08:42.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.182s coverage: 87.2% of statements [2021-03-31T08:08:42.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.222s coverage: 84.6% of statements [2021-03-31T08:08:42.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.264s coverage: 91.6% of statements [2021-03-31T08:08:42.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-31T08:08:42.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.645s coverage: 64.4% of statements [2021-03-31T08:08:42.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-31T08:08:42.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-31T08:08:42.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.139s coverage: 100.0% of statements [2021-03-31T08:08:42.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements [2021-03-31T08:08:42.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.072s coverage: 100.0% of statements [2021-03-31T08:08:43.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.125s coverage: 73.7% of statements [2021-03-31T08:08:43.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements [2021-03-31T08:08:47.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.968s coverage: 69.0% of statements [2021-03-31T08:08:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-31T08:08:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-31T08:08:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-31T08:08:48.804Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.480s coverage: 38.4% of statements [2021-03-31T08:08:48.804Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-31T08:08:48.804Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-31T08:08:48.804Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.105s coverage: 89.5% of statements [2021-03-31T08:08:48.804Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-31T08:08:48.804Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.080s coverage: 84.8% of statements [2021-03-31T08:08:55.540Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.450s coverage: 47.0% of statements [2021-03-31T08:08:55.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-31T08:08:55.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-31T08:08:55.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-31T08:08:55.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-31T08:08:55.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-31T08:08:55.540Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.160s coverage: 100.0% of statements [2021-03-31T08:08:55.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-31T08:08:55.540Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.098s coverage: 100.0% of statements [2021-03-31T08:08:55.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-31T08:08:55.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-31T08:08:55.540Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.169s coverage: 11.0% of statements [2021-03-31T08:08:55.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-31T08:08:56.525Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.447s coverage: 87.1% of statements [2021-03-31T08:08:56.525Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-31T08:08:56.525Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T08:08:56.525Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-31T08:09:04.827Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.291s coverage: 29.1% of statements [2021-03-31T08:09:04.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-31T08:09:04.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-31T08:09:04.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-31T08:09:04.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-31T08:09:04.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-31T08:09:04.827Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.205s coverage: 99.0% of statements [2021-03-31T08:09:04.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-31T08:09:04.827Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.193s coverage: 100.0% of statements [2021-03-31T08:09:04.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-31T08:09:04.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-31T08:09:04.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-31T08:09:04.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-31T08:09:04.827Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.348s coverage: 95.0% of statements [2021-03-31T08:09:04.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-31T08:09:04.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T08:09:04.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-31T08:09:04.827Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-03-31T08:09:04.827Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-31T08:09:04.827Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.067s coverage: 100.0% of statements [2021-03-31T08:09:04.827Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-31T08:09:04.827Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-31T08:09:04.827Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-31T08:09:04.827Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-31T08:09:04.827Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.114s coverage: 87.9% of statements [2021-03-31T08:09:04.827Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-31T08:09:04.827Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-31T08:09:04.827Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-03-31T08:09:04.827Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.109s coverage: 32.1% of statements [2021-03-31T08:09:05.423Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-03-31T08:09:06.019Z] GO111MODULE=on go vet ./... [2021-03-31T08:09:34.770Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T08:09:34.770Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T08:09:34.770Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T08:09:34.770Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-31T08:09:34.770Z] ---> 890f2d97d901 [2021-03-31T08:09:34.770Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T08:09:34.770Z] ---> 890f2d97d901 [2021-03-31T08:09:34.770Z] Step 3/24 : WORKDIR /edgex-go [2021-03-31T08:09:35.400Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T08:09:35.400Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T08:09:35.400Z] ---> 890f2d97d901 [2021-03-31T08:09:35.400Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T08:09:35.400Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T08:09:35.400Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T08:09:35.400Z] ---> 890f2d97d901 [2021-03-31T08:09:35.400Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T08:09:36.465Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T08:09:36.465Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-31T08:09:36.465Z] ---> 890f2d97d901 [2021-03-31T08:09:36.465Z] Step 3/21 : WORKDIR /edgex-go [2021-03-31T08:09:37.071Z] ---> Running in d9962adbefe5 [2021-03-31T08:09:37.071Z] ---> Running in 7375b8c4c3f8 [2021-03-31T08:09:37.071Z] ---> Running in cef877f8ea4a [2021-03-31T08:09:37.071Z] ---> Running in 4d0e2a07403a [2021-03-31T08:09:37.071Z] ---> Running in 783c84f9b2d7 [2021-03-31T08:09:38.739Z] Removing intermediate container d9962adbefe5 [2021-03-31T08:09:38.739Z] ---> e20f3ed87382 [2021-03-31T08:09:38.739Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T08:09:38.739Z] Removing intermediate container cef877f8ea4a [2021-03-31T08:09:38.739Z] ---> 1e0f47697fea [2021-03-31T08:09:38.739Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T08:09:38.739Z] Removing intermediate container 7375b8c4c3f8 [2021-03-31T08:09:38.739Z] ---> 179eb12443d4 [2021-03-31T08:09:38.739Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T08:09:39.021Z] Removing intermediate container 783c84f9b2d7 [2021-03-31T08:09:39.021Z] ---> d7c89e8afcaf [2021-03-31T08:09:39.021Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T08:09:39.021Z] ---> Running in 9fd279efe9da [2021-03-31T08:09:39.021Z] Removing intermediate container 4d0e2a07403a [2021-03-31T08:09:39.021Z] ---> 5e3b7f1cf13e [2021-03-31T08:09:39.021Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T08:09:39.337Z] ---> Running in d9a8c8293f57 [2021-03-31T08:09:39.337Z] ---> Running in 134e3f23d49b [2021-03-31T08:09:39.626Z] ---> Running in 6782eb6128ea [2021-03-31T08:09:39.626Z] ---> Running in 8dc07573cc66 [2021-03-31T08:09:44.200Z] Removing intermediate container 9fd279efe9da [2021-03-31T08:09:44.200Z] ---> 8ea7b19c496c [2021-03-31T08:09:44.200Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-31T08:09:44.534Z] Removing intermediate container 8dc07573cc66 [2021-03-31T08:09:44.534Z] ---> 46ff018347b4 [2021-03-31T08:09:44.534Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-31T08:09:45.160Z] ---> Running in bd8ae07b9abd [2021-03-31T08:09:45.839Z] ---> Running in d6b9c2fb06d4 [2021-03-31T08:09:45.839Z] Removing intermediate container d9a8c8293f57 [2021-03-31T08:09:45.839Z] ---> eb8da207f08e [2021-03-31T08:09:45.839Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-31T08:09:46.115Z] Removing intermediate container 134e3f23d49b [2021-03-31T08:09:46.115Z] ---> 3d3e53f9e455 [2021-03-31T08:09:46.115Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T08:09:46.115Z] Removing intermediate container 6782eb6128ea [2021-03-31T08:09:46.115Z] ---> c040a1a364da [2021-03-31T08:09:46.115Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-31T08:09:46.433Z] ---> Running in d44829f3cfff [2021-03-31T08:09:46.796Z] ---> Running in ec2a6d43f090 [2021-03-31T08:09:46.796Z] ---> Running in 2a287024afe7 [2021-03-31T08:09:47.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T08:09:47.402Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T08:09:48.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T08:09:48.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T08:09:48.887Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T08:09:49.299Z] OK: 233 MiB in 51 packages [2021-03-31T08:09:49.299Z] OK: 233 MiB in 51 packages [2021-03-31T08:09:49.644Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T08:09:50.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T08:09:50.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T08:09:50.332Z] OK: 233 MiB in 51 packages [2021-03-31T08:09:51.150Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T08:09:51.150Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T08:09:51.537Z] OK: 233 MiB in 51 packages [2021-03-31T08:09:51.812Z] Removing intermediate container bd8ae07b9abd [2021-03-31T08:09:51.812Z] ---> 164605edddda [2021-03-31T08:09:51.812Z] Step 6/22 : COPY go.mod . [2021-03-31T08:09:51.812Z] OK: 233 MiB in 51 packages [2021-03-31T08:09:51.812Z] Removing intermediate container d6b9c2fb06d4 [2021-03-31T08:09:51.812Z] ---> c0c3ca243752 [2021-03-31T08:09:51.812Z] Step 6/24 : COPY go.mod . [2021-03-31T08:09:52.089Z] Removing intermediate container d44829f3cfff [2021-03-31T08:09:52.089Z] ---> 30b6e49b21ef [2021-03-31T08:09:52.089Z] Step 6/21 : COPY go.mod . [2021-03-31T08:09:52.372Z] ---> d590a066f088 [2021-03-31T08:09:52.372Z] Step 7/22 : RUN go mod download [2021-03-31T08:09:53.044Z] ---> 42358893bcbf [2021-03-31T08:09:53.044Z] Step 7/24 : RUN go mod download [2021-03-31T08:09:53.044Z] ---> Running in 77417c51955b [2021-03-31T08:09:53.044Z] ---> Running in 63d1de79a9d4 [2021-03-31T08:09:53.339Z] ---> 900fde43d977 [2021-03-31T08:09:53.339Z] Step 7/21 : RUN go mod download [2021-03-31T08:09:53.339Z] Removing intermediate container 2a287024afe7 [2021-03-31T08:09:53.339Z] ---> ffe8090b0186 [2021-03-31T08:09:53.339Z] Step 6/22 : COPY go.mod . [2021-03-31T08:09:54.031Z] ---> Running in f9f994aee0dc [2021-03-31T08:09:54.031Z] Removing intermediate container ec2a6d43f090 [2021-03-31T08:09:54.031Z] ---> 6eece5395319 [2021-03-31T08:09:54.031Z] Step 6/23 : COPY go.mod . [2021-03-31T08:09:54.703Z] ---> 18fdf7f82b68 [2021-03-31T08:09:54.703Z] Step 7/22 : RUN go mod download [2021-03-31T08:09:55.386Z] ---> Running in 82ae9cda3d8f [2021-03-31T08:09:56.024Z] ---> 2138978c4767 [2021-03-31T08:09:56.024Z] Step 7/23 : RUN go mod download [2021-03-31T08:09:56.824Z] ---> Running in b3c1c6b4329b [2021-03-31T08:10:01.658Z] Removing intermediate container 77417c51955b [2021-03-31T08:10:01.658Z] ---> e852a51b199c [2021-03-31T08:10:01.658Z] Step 8/22 : COPY . . [2021-03-31T08:10:01.658Z] Removing intermediate container f9f994aee0dc [2021-03-31T08:10:01.658Z] ---> ceba125595f7 [2021-03-31T08:10:01.658Z] Step 8/21 : COPY . . [2021-03-31T08:10:01.658Z] Removing intermediate container 82ae9cda3d8f [2021-03-31T08:10:01.658Z] ---> 6890293deed4 [2021-03-31T08:10:01.658Z] Step 8/22 : COPY . . [2021-03-31T08:10:01.658Z] Removing intermediate container 63d1de79a9d4 [2021-03-31T08:10:01.658Z] ---> 67161c9cd87f [2021-03-31T08:10:01.658Z] Step 8/24 : COPY . . [2021-03-31T08:10:01.658Z] Removing intermediate container b3c1c6b4329b [2021-03-31T08:10:01.658Z] ---> 091589c45502 [2021-03-31T08:10:01.658Z] Step 8/23 : COPY . . [2021-03-31T08:10:27.860Z] gofmt -l . [2021-03-31T08:10:27.860Z] [ "`gofmt -l .`" = "" ] [2021-03-31T08:10:27.860Z] ./bin/test-go-mod-tidy.sh [2021-03-31T08:10:27.860Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-31T08:10:28.519Z] + ls -al . [2021-03-31T08:10:28.519Z] total 820 [2021-03-31T08:10:28.519Z] drwxrwxr-x 9 1001 1001 4096 Mar 31 08:10 . [2021-03-31T08:10:28.519Z] drwxr-xr-x 4 root root 4096 Mar 31 08:05 .. [2021-03-31T08:10:28.519Z] -rw-rw-r-- 1 1001 1001 11 Mar 31 08:04 .dockerignore [2021-03-31T08:10:28.519Z] drwxrwxr-x 8 1001 1001 4096 Mar 31 08:04 .git [2021-03-31T08:10:28.519Z] drwxrwxr-x 3 1001 1001 4096 Mar 31 08:04 .github [2021-03-31T08:10:28.519Z] -rw-rw-r-- 1 1001 1001 818 Mar 31 08:04 .gitignore [2021-03-31T08:10:28.519Z] -rw-rw-r-- 1 1001 1001 166 Mar 31 08:04 .sonarcloud.properties [2021-03-31T08:10:28.519Z] -rw-rw-r-- 1 1001 1001 8607 Mar 31 08:04 Attribution.txt [2021-03-31T08:10:28.519Z] -rw-rw-r-- 1 1001 1001 3804 Mar 31 08:04 CONTRIBUTING.md [2021-03-31T08:10:28.519Z] -rw-rw-r-- 1 1001 1001 931 Mar 31 08:04 Dockerfile.build [2021-03-31T08:10:28.519Z] -rw-rw-r-- 1 1001 1001 863 Mar 31 08:04 Jenkinsfile [2021-03-31T08:10:28.519Z] -rw-rw-r-- 1 1001 1001 10775 Mar 31 08:04 LICENSE [2021-03-31T08:10:28.519Z] -rw-rw-r-- 1 1001 1001 5774 Mar 31 08:04 Makefile [2021-03-31T08:10:28.519Z] -rw-rw-r-- 1 1001 1001 6548 Mar 31 08:04 README.md [2021-03-31T08:10:28.519Z] -rw-rw-r-- 1 1001 1001 6755 Mar 31 08:04 SECURITY.md [2021-03-31T08:10:28.519Z] -rw-rw-r-- 1 1001 1001 5 Mar 31 07:59 VERSION [2021-03-31T08:10:28.519Z] -rw-rw-r-- 1 1001 1001 4131 Mar 31 08:04 ZMQWindows.md [2021-03-31T08:10:28.519Z] drwxrwxr-x 2 1001 1001 4096 Mar 31 08:04 bin [2021-03-31T08:10:28.519Z] drwxrwxr-x 14 1001 1001 4096 Mar 31 08:04 cmd [2021-03-31T08:10:28.519Z] -rw-r--r-- 1 root root 680272 Mar 31 08:09 coverage.out [2021-03-31T08:10:28.519Z] -rw-r--r-- 1 root root 1056 Mar 31 08:10 go.mod [2021-03-31T08:10:28.519Z] -rw-r--r-- 1 root root 22302 Mar 31 08:10 go.sum [2021-03-31T08:10:28.519Z] drwxrwxr-x 8 1001 1001 4096 Mar 31 08:04 internal [2021-03-31T08:10:28.519Z] drwxrwxr-x 4 1001 1001 4096 Mar 31 08:04 openapi [2021-03-31T08:10:28.519Z] drwxrwxr-x 4 1001 1001 4096 Mar 31 08:04 snap [2021-03-31T08:10:28.519Z] -rw-rw-r-- 1 1001 1001 168 Mar 31 08:04 version.go [Pipeline] sh [2021-03-31T08:10:29.177Z] + '[' -e coverage.out ] [2021-03-31T08:10:29.177Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-31T08:10:29.249Z] Warning: overwriting stash ‘coverage-report’ [2021-03-31T08:10:30.479Z] Stashed 1 file(s) [Pipeline] sh [2021-03-31T08:10:31.169Z] + make build [2021-03-31T08:10:31.169Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T08:10:41.395Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T08:11:08.189Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T08:11:10.801Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T08:11:16.209Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T08:11:17.189Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T08:11:22.593Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T08:11:25.016Z] ---> 80cfca51ecf6 [2021-03-31T08:11:25.016Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-31T08:11:25.016Z] ---> 84df4af2d265 [2021-03-31T08:11:25.016Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-31T08:11:25.016Z] ---> e6f958b89d2a [2021-03-31T08:11:25.016Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-31T08:11:25.016Z] ---> c88e9d386827 [2021-03-31T08:11:25.016Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-31T08:11:25.016Z] ---> 5d985098a27d [2021-03-31T08:11:25.016Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-31T08:11:25.016Z] ---> Running in 300e34d6aa85 [2021-03-31T08:11:25.016Z] ---> Running in 28b3140ffde2 [2021-03-31T08:11:25.016Z] ---> Running in afbdbe9d78fa [2021-03-31T08:11:25.016Z] ---> Running in 7f4cfcfcc494 [2021-03-31T08:11:25.016Z] ---> Running in b1dbf615225d [2021-03-31T08:11:27.282Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T08:11:27.282Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T08:11:27.282Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T08:11:27.282Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T08:11:27.696Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T08:11:27.999Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T08:11:31.375Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T08:11:35.687Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T08:11:39.994Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T08:11:44.302Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-31T08:11:51.060Z] $ docker stop --time=1 9c651f4a2c32cb34df037ac4991cf59cf0472e9cd778bafb97a855bb7d208e0f [2021-03-31T08:11:53.395Z] $ docker rm -f 9c651f4a2c32cb34df037ac4991cf59cf0472e9cd778bafb97a855bb7d208e0f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T08:11:55.330Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T08:11:55.330Z] [2021-03-31T08:11:55.330Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T08:11:55.718Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T08:11:55.718Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-31T08:11:55.718Z] 29e5d40040c1: Pulling fs layer [2021-03-31T08:11:55.718Z] 1ce36da41761: Pulling fs layer [2021-03-31T08:11:55.718Z] 25b303627fd3: Pulling fs layer [2021-03-31T08:11:55.999Z] 29e5d40040c1: Verifying Checksum [2021-03-31T08:11:55.999Z] 29e5d40040c1: Download complete [2021-03-31T08:11:56.600Z] 1ce36da41761: Verifying Checksum [2021-03-31T08:11:56.600Z] 1ce36da41761: Download complete [2021-03-31T08:11:56.873Z] 29e5d40040c1: Pull complete [2021-03-31T08:11:58.302Z] 1ce36da41761: Pull complete [2021-03-31T08:11:58.302Z] 25b303627fd3: Verifying Checksum [2021-03-31T08:11:58.302Z] 25b303627fd3: Download complete [2021-03-31T08:12:08.446Z] 25b303627fd3: Pull complete [2021-03-31T08:12:08.446Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-31T08:12:08.446Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T08:12:08.446Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-31T08:12:08.708Z] prd-ubuntu18.04-docker-arm64-4c-16g-32229 does not seem to be running inside a container [2021-03-31T08:12:08.795Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-31T08:12:11.843Z] $ docker top 01a4355899d4269af4e7f5eb7ba7fa802845caf2207cd8f39b95a2a04adff352 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T08:12:12.842Z] + grep parallel [2021-03-31T08:12:12.842Z] + docker-compose build --help [2021-03-31T08:12:16.206Z] --parallel Build images in parallel. [Pipeline] } [2021-03-31T08:12:16.508Z] $ docker stop --time=1 01a4355899d4269af4e7f5eb7ba7fa802845caf2207cd8f39b95a2a04adff352 [2021-03-31T08:12:18.479Z] $ docker rm -f 01a4355899d4269af4e7f5eb7ba7fa802845caf2207cd8f39b95a2a04adff352 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T08:12:19.318Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T08:12:19.318Z] . [Pipeline] withDockerContainer [2021-03-31T08:12:19.575Z] prd-ubuntu18.04-docker-arm64-4c-16g-32229 does not seem to be running inside a container [2021-03-31T08:12:19.665Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-31T08:12:21.110Z] $ docker top 7d734f2ae99d500fd1e47ab8c8186fdd7974315f7121ff1c159a602ef9cc3705 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T08:12:22.133Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-31T08:12:25.362Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T08:12:25.362Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T08:12:26.416Z] Building docker-core-command-go ... [2021-03-31T08:12:26.416Z] Building docker-core-data-go ... [2021-03-31T08:12:26.416Z] Building docker-core-metadata-go ... [2021-03-31T08:12:26.416Z] Building docker-security-bootstrapper-go ... [2021-03-31T08:12:26.416Z] Building docker-security-proxy-setup-go ... [2021-03-31T08:12:26.416Z] Building docker-security-secretstore-setup-go ... [2021-03-31T08:12:26.416Z] Building docker-support-notifications-go ... [2021-03-31T08:12:26.416Z] Building docker-support-scheduler-go ... [2021-03-31T08:12:26.416Z] Building docker-sys-mgmt-agent-go ... [2021-03-31T08:12:26.416Z] Building docker-support-scheduler-go [2021-03-31T08:12:26.416Z] Building docker-core-command-go [2021-03-31T08:12:26.416Z] Building docker-security-bootstrapper-go [2021-03-31T08:12:26.416Z] Building docker-core-metadata-go [2021-03-31T08:12:26.416Z] Building docker-sys-mgmt-agent-go [2021-03-31T08:12:48.404Z] Removing intermediate container 28b3140ffde2 [2021-03-31T08:12:48.404Z] ---> e68aadf17adf [2021-03-31T08:12:48.404Z] [2021-03-31T08:12:48.404Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T08:12:48.404Z] Removing intermediate container 7f4cfcfcc494 [2021-03-31T08:12:48.404Z] ---> 1eeda7302431 [2021-03-31T08:12:48.404Z] [2021-03-31T08:12:48.404Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T08:12:48.404Z] 3.12: Pulling from library/alpine [2021-03-31T08:12:48.404Z] 3.12: Pulling from library/alpine [2021-03-31T08:12:48.404Z] Removing intermediate container 300e34d6aa85 [2021-03-31T08:12:48.404Z] ---> 3eb4b9a724ce [2021-03-31T08:12:48.404Z] [2021-03-31T08:12:48.404Z] Step 10/21 : FROM alpine:3.12 [2021-03-31T08:12:48.404Z] Removing intermediate container afbdbe9d78fa [2021-03-31T08:12:48.404Z] ---> 24f7542d84df [2021-03-31T08:12:48.404Z] [2021-03-31T08:12:48.404Z] Step 10/24 : FROM alpine:3.12 [2021-03-31T08:12:48.404Z] Removing intermediate container b1dbf615225d [2021-03-31T08:12:48.404Z] ---> 8083215ef5b8 [2021-03-31T08:12:48.404Z] [2021-03-31T08:12:48.404Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T08:12:48.404Z] 3.12: Pulling from library/alpine [2021-03-31T08:12:48.404Z] 3.12: Pulling from library/alpine [2021-03-31T08:12:48.404Z] 3.12: Pulling from library/alpine [2021-03-31T08:12:49.012Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T08:12:49.012Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T08:12:49.012Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T08:12:49.012Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T08:12:49.012Z] Status: Image is up to date for alpine:3.12 [2021-03-31T08:12:49.012Z] Status: Image is up to date for alpine:3.12 [2021-03-31T08:12:49.012Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T08:12:49.012Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T08:12:49.012Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T08:12:49.012Z] Status: Image is up to date for alpine:3.12 [2021-03-31T08:12:49.012Z] ---> 42cb162f0360 [2021-03-31T08:12:49.012Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-31T08:12:49.012Z] ---> 42cb162f0360 [2021-03-31T08:12:49.012Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-31T08:12:49.012Z] ---> 42cb162f0360 [2021-03-31T08:12:49.012Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T08:12:49.012Z] ---> 42cb162f0360 [2021-03-31T08:12:49.012Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-31T08:12:49.012Z] ---> 42cb162f0360 [2021-03-31T08:12:49.012Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-31T08:12:49.400Z] ---> Running in 4af57ae34d9f [2021-03-31T08:12:49.400Z] ---> Running in c97ba13350f9 [2021-03-31T08:12:49.401Z] ---> Running in 958715a7336e [2021-03-31T08:12:49.401Z] ---> Running in 49d9d17963ee [2021-03-31T08:12:49.401Z] ---> Running in 674b24b354f8 [2021-03-31T08:12:50.990Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T08:12:50.990Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T08:12:50.990Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T08:12:50.990Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T08:12:51.303Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T08:12:51.303Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T08:12:51.303Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T08:12:51.303Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T08:12:51.584Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T08:12:51.584Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T08:12:51.584Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-31T08:12:51.584Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T08:12:51.584Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T08:12:51.584Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T08:12:51.584Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-31T08:12:51.584Z] OK: 6 MiB in 15 packages [2021-03-31T08:12:51.584Z] (4/4) Installing curl (7.69.1-r3) [2021-03-31T08:12:51.584Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T08:12:51.584Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T08:12:51.890Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-31T08:12:51.890Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-31T08:12:51.890Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T08:12:51.890Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-31T08:12:51.890Z] OK: 7 MiB in 18 packages [2021-03-31T08:12:51.890Z] (4/6) Installing curl (7.69.1-r3) [2021-03-31T08:12:51.890Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-31T08:12:51.890Z] (6/6) Installing su-exec (0.2-r1) [2021-03-31T08:12:51.890Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T08:12:51.890Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T08:12:51.890Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-31T08:12:51.890Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T08:12:51.890Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T08:12:51.890Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T08:12:51.890Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T08:12:51.890Z] OK: 6 MiB in 15 packages [2021-03-31T08:12:51.890Z] OK: 7 MiB in 20 packages [2021-03-31T08:12:52.179Z] OK: 6 MiB in 16 packages [2021-03-31T08:12:54.238Z] Removing intermediate container 958715a7336e [2021-03-31T08:12:54.238Z] ---> 164046b2c249 [2021-03-31T08:12:54.238Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T08:12:54.238Z] ---> Running in 34f9b1ff8337 [2021-03-31T08:12:54.238Z] Removing intermediate container 49d9d17963ee [2021-03-31T08:12:54.238Z] ---> 205868fb65e3 [2021-03-31T08:12:54.238Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T08:12:54.238Z] Removing intermediate container 4af57ae34d9f [2021-03-31T08:12:54.238Z] ---> a57364f7c0d3 [2021-03-31T08:12:54.238Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T08:12:54.238Z] ---> Running in 6b1230f90659 [2021-03-31T08:12:54.238Z] ---> Running in c2781beb6c9f [2021-03-31T08:12:55.021Z] Removing intermediate container 34f9b1ff8337 [2021-03-31T08:12:55.021Z] ---> 03f9a1622f40 [2021-03-31T08:12:55.021Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-31T08:12:55.021Z] Removing intermediate container 674b24b354f8 [2021-03-31T08:12:55.021Z] ---> 03d33abb5c0f [2021-03-31T08:12:55.021Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T08:12:55.529Z] Removing intermediate container c97ba13350f9 [2021-03-31T08:12:55.529Z] ---> 87109ccbf59f [2021-03-31T08:12:55.529Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T08:12:55.989Z] Removing intermediate container c2781beb6c9f [2021-03-31T08:12:55.989Z] ---> d5fc4dcb1a16 [2021-03-31T08:12:55.989Z] Step 13/21 : WORKDIR /edgex [2021-03-31T08:12:55.989Z] Removing intermediate container 6b1230f90659 [2021-03-31T08:12:55.989Z] ---> d420f668a114 [2021-03-31T08:12:55.989Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-31T08:12:55.989Z] ---> Running in e48e3e342e6a [2021-03-31T08:12:55.989Z] ---> Running in 6d85ae6747b9 [2021-03-31T08:12:55.989Z] ---> Running in 8b0f17754e4c [2021-03-31T08:12:55.989Z] ---> Running in 1041c8cc9917 [2021-03-31T08:12:55.989Z] ---> Running in bd63c6425004 [2021-03-31T08:12:56.283Z] Removing intermediate container e48e3e342e6a [2021-03-31T08:12:56.283Z] ---> 7ca9286b672c [2021-03-31T08:12:56.283Z] Step 13/24 : WORKDIR / [2021-03-31T08:12:56.567Z] ---> Running in ecf472232004 [2021-03-31T08:12:56.567Z] Removing intermediate container 6d85ae6747b9 [2021-03-31T08:12:56.567Z] ---> 006d2b0db8bb [2021-03-31T08:12:56.567Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T08:12:56.567Z] Removing intermediate container 8b0f17754e4c [2021-03-31T08:12:56.567Z] ---> 1042ba895ee3 [2021-03-31T08:12:56.567Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-31T08:12:56.888Z] Removing intermediate container bd63c6425004 [2021-03-31T08:12:56.888Z] ---> 9b9f09ba484c [2021-03-31T08:12:56.888Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T08:12:57.170Z] Removing intermediate container 1041c8cc9917 [2021-03-31T08:12:57.170Z] ---> 052ba7285d53 [2021-03-31T08:12:57.170Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-31T08:12:57.170Z] ---> Running in ef3e3e4097fa [2021-03-31T08:12:57.170Z] ---> Running in 1fa37405686e [2021-03-31T08:12:57.483Z] ---> Running in d418762c3cee [2021-03-31T08:12:57.756Z] Removing intermediate container ecf472232004 [2021-03-31T08:12:57.756Z] ---> d86aedc42b30 [2021-03-31T08:12:57.756Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-31T08:12:58.062Z] Removing intermediate container ef3e3e4097fa [2021-03-31T08:12:58.062Z] ---> 5332c217579c [2021-03-31T08:12:58.062Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T08:12:58.062Z] Removing intermediate container 1fa37405686e [2021-03-31T08:12:58.062Z] ---> fe9b2c5d4862 [2021-03-31T08:12:58.062Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T08:12:58.062Z] ---> dd77b020f4f0 [2021-03-31T08:12:58.062Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-31T08:12:58.457Z] Removing intermediate container d418762c3cee [2021-03-31T08:12:58.457Z] ---> d8ae8daa8e50 [2021-03-31T08:12:58.457Z] Step 15/23 : WORKDIR / [2021-03-31T08:12:58.864Z] ---> Running in 6f30f7a6ad5d [2021-03-31T08:12:59.249Z] ---> Running in 2ef75baec183 [2021-03-31T08:12:59.249Z] ---> 33ec9385a650 [2021-03-31T08:12:59.249Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-31T08:12:59.249Z] ---> 54fa7c5d42d8 [2021-03-31T08:12:59.249Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-31T08:13:00.377Z] Removing intermediate container 2ef75baec183 [2021-03-31T08:13:00.377Z] ---> 5b41d7c37047 [2021-03-31T08:13:00.377Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T08:13:00.377Z] Removing intermediate container 6f30f7a6ad5d [2021-03-31T08:13:00.377Z] ---> b2865ffecb04 [2021-03-31T08:13:00.377Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T08:13:00.687Z] ---> 573e56bb7491 [2021-03-31T08:13:00.687Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-31T08:13:00.687Z] ---> b8ea6ee21920 [2021-03-31T08:13:00.687Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-31T08:13:01.327Z] ---> 2f7525c3df5e [2021-03-31T08:13:01.327Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-31T08:13:01.327Z] ---> 89ad4065ad41 [2021-03-31T08:13:01.327Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-31T08:13:01.662Z] ---> 0aa5ec7d6902 [2021-03-31T08:13:01.662Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-31T08:13:02.085Z] ---> ac63dd4b62f2 [2021-03-31T08:13:02.085Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-31T08:13:03.649Z] ---> 9b646e9463e0 [2021-03-31T08:13:03.649Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-31T08:13:03.649Z] ---> 02466ebd2ec8 [2021-03-31T08:13:03.649Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-31T08:13:03.649Z] ---> Running in d8c16aca135f [2021-03-31T08:13:03.942Z] ---> Running in eaa18dc72456 [2021-03-31T08:13:04.218Z] ---> efd9508e191a [2021-03-31T08:13:04.218Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-31T08:13:04.218Z] ---> 6b9727b184a9 [2021-03-31T08:13:04.218Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-31T08:13:04.508Z] ---> 215f40b60380 [2021-03-31T08:13:04.508Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-31T08:13:04.508Z] Removing intermediate container d8c16aca135f [2021-03-31T08:13:04.508Z] ---> 4d18b87e9d6a [2021-03-31T08:13:04.508Z] Step 18/21 : CMD ["--init=true"] [2021-03-31T08:13:04.810Z] Removing intermediate container eaa18dc72456 [2021-03-31T08:13:04.810Z] ---> 6f0749943963 [2021-03-31T08:13:04.810Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T08:13:04.810Z] ---> Running in d648efe61e30 [2021-03-31T08:13:05.113Z] ---> e8b21fa068ef [2021-03-31T08:13:05.113Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-31T08:13:05.113Z] ---> a25857a4d490 [2021-03-31T08:13:05.113Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-31T08:13:05.113Z] ---> Running in eb7b1b74d97b [2021-03-31T08:13:05.113Z] ---> Running in c9f113e08f1c [2021-03-31T08:13:05.400Z] ---> Running in 9564b5d295b3 [2021-03-31T08:13:05.400Z] Removing intermediate container d648efe61e30 [2021-03-31T08:13:05.400Z] ---> f26352c60081 [2021-03-31T08:13:05.400Z] Step 19/21 : LABEL arch=x86_64 [2021-03-31T08:13:05.684Z] ---> Running in 34806fd278ae [2021-03-31T08:13:05.684Z] Removing intermediate container eb7b1b74d97b [2021-03-31T08:13:05.684Z] ---> 77a152310f9a [2021-03-31T08:13:05.684Z] Step 20/22 : LABEL arch=x86_64 [2021-03-31T08:13:05.684Z] Removing intermediate container c9f113e08f1c [2021-03-31T08:13:05.684Z] ---> 6ae6214e6b19 [2021-03-31T08:13:05.684Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T08:13:05.684Z] Removing intermediate container 9564b5d295b3 [2021-03-31T08:13:05.684Z] ---> f273d510e32e [2021-03-31T08:13:05.684Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T08:13:06.026Z] ---> 564496105e2d [2021-03-31T08:13:06.026Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-31T08:13:06.026Z] ---> Running in 36c70551b67b [2021-03-31T08:13:06.026Z] ---> Running in 804b5fc9c3a3 [2021-03-31T08:13:06.026Z] ---> Running in 6f762a0be4ae [2021-03-31T08:13:06.358Z] Removing intermediate container 34806fd278ae [2021-03-31T08:13:06.358Z] ---> 5c38289800f3 [2021-03-31T08:13:06.358Z] Step 20/21 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb [2021-03-31T08:13:06.358Z] ---> Running in 4b6b75dede70 [2021-03-31T08:13:06.647Z] Removing intermediate container 804b5fc9c3a3 [2021-03-31T08:13:06.647Z] ---> ccfea766f4d3 [2021-03-31T08:13:06.647Z] Step 21/22 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb [2021-03-31T08:13:06.647Z] Removing intermediate container 36c70551b67b [2021-03-31T08:13:06.647Z] ---> 385cd9d4919b [2021-03-31T08:13:06.647Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T08:13:06.940Z] ---> bb3b83a6f433 [2021-03-31T08:13:06.940Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-31T08:13:06.940Z] Removing intermediate container 6f762a0be4ae [2021-03-31T08:13:06.940Z] ---> a4e3f7b317f2 [2021-03-31T08:13:06.940Z] Step 20/22 : LABEL arch=x86_64 [2021-03-31T08:13:07.225Z] ---> Running in f97fe6c1255b [2021-03-31T08:13:07.225Z] ---> Running in d04534ec3c42 [2021-03-31T08:13:07.225Z] ---> Running in 3ebc335126d6 [2021-03-31T08:13:07.514Z] ---> Running in 4337a1abbecf [2021-03-31T08:13:07.846Z] Removing intermediate container 4b6b75dede70 [2021-03-31T08:13:07.846Z] ---> 50fc7bfad9bb [2021-03-31T08:13:07.846Z] Step 21/21 : LABEL version=0.0.0 [2021-03-31T08:13:08.164Z] Removing intermediate container d04534ec3c42 [2021-03-31T08:13:08.164Z] ---> 22a0967eef27 [2021-03-31T08:13:08.164Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T08:13:08.164Z] ---> Running in abd7da6dc729 [2021-03-31T08:13:08.498Z] ---> Running in 69a9a2fa9911 [2021-03-31T08:13:08.498Z] Removing intermediate container f97fe6c1255b [2021-03-31T08:13:08.498Z] ---> 7f1646080e9e [2021-03-31T08:13:08.498Z] Step 22/23 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb [2021-03-31T08:13:08.498Z] Removing intermediate container 4337a1abbecf [2021-03-31T08:13:08.498Z] ---> 98f7c4bb17cf [2021-03-31T08:13:08.498Z] Step 21/22 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb [2021-03-31T08:13:08.797Z] ---> Running in 0445950720d2 [2021-03-31T08:13:09.114Z] ---> Running in d8abea25bd23 [2021-03-31T08:13:09.114Z] Removing intermediate container abd7da6dc729 [2021-03-31T08:13:09.114Z] ---> 7c59cbaadeda [2021-03-31T08:13:09.114Z] [2021-03-31T08:13:09.114Z] Removing intermediate container 69a9a2fa9911 [2021-03-31T08:13:09.114Z] ---> 6c3ff7e5c497 [2021-03-31T08:13:09.114Z] [2021-03-31T08:13:09.939Z] Removing intermediate container 0445950720d2 [2021-03-31T08:13:09.939Z] ---> afeb005af3e5 [2021-03-31T08:13:09.939Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T08:13:10.291Z] Removing intermediate container d8abea25bd23 [2021-03-31T08:13:10.291Z] ---> fa3f557419c4 [2021-03-31T08:13:10.291Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T08:13:10.291Z] Successfully built 7c59cbaadeda [2021-03-31T08:13:10.291Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-31T08:13:10.291Z] Building docker-sys-mgmt-agent-go [2021-03-31T08:13:10.646Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 76042ebdde5e [2021-03-31T08:13:10.646Z] ---> Running in 7a23578f8310 [2021-03-31T08:13:10.646Z] Successfully built 6c3ff7e5c497 [2021-03-31T08:13:10.922Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-31T08:13:10.922Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-03-31T08:13:10.922Z] Removing intermediate container 7a23578f8310 [2021-03-31T08:13:10.922Z] ---> 133854462f6f [2021-03-31T08:13:10.922Z] [2021-03-31T08:13:11.201Z] Removing intermediate container 76042ebdde5e [2021-03-31T08:13:11.201Z] ---> fb85a197adf0 [2021-03-31T08:13:11.201Z] [2021-03-31T08:13:11.495Z] Successfully built fb85a197adf0 [2021-03-31T08:13:11.495Z] Successfully built 133854462f6f [2021-03-31T08:13:11.495Z] Successfully tagged docker-core-metadata-go:latest [2021-03-31T08:13:11.495Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-03-31T08:13:11.495Z] Removing intermediate container 3ebc335126d6 [2021-03-31T08:13:11.495Z] ---> 8c08290bd756 [2021-03-31T08:13:11.495Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-31T08:13:11.495Z] Successfully tagged docker-support-notifications-go:latest [2021-03-31T08:13:11.495Z] Building docker-security-bootstrapper-go [2021-03-31T08:13:11.909Z]  Building docker-support-notifications-go ... done  ---> Running in 2c5199733f11 [2021-03-31T08:13:13.258Z] Removing intermediate container 2c5199733f11 [2021-03-31T08:13:13.258Z] ---> 8125bc79a962 [2021-03-31T08:13:13.258Z] Step 22/24 : LABEL arch=x86_64 [2021-03-31T08:13:13.807Z] ---> Running in b28656733399 [2021-03-31T08:13:17.023Z] Removing intermediate container b28656733399 [2021-03-31T08:13:17.023Z] ---> d9724da90096 [2021-03-31T08:13:17.023Z] Step 23/24 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb [2021-03-31T08:13:18.788Z] ---> Running in 073e2f1bd940 [2021-03-31T08:13:19.877Z] Removing intermediate container 073e2f1bd940 [2021-03-31T08:13:19.877Z] ---> 2202362b1701 [2021-03-31T08:13:19.877Z] Step 24/24 : LABEL version=0.0.0 [2021-03-31T08:13:20.209Z] ---> Running in 41dbd8fbb3ab [2021-03-31T08:13:20.863Z] Removing intermediate container 41dbd8fbb3ab [2021-03-31T08:13:20.863Z] ---> d578d7cdf518 [2021-03-31T08:13:20.863Z] [2021-03-31T08:13:21.693Z] Successfully built d578d7cdf518 [2021-03-31T08:13:22.250Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-31T08:13:48.218Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T08:13:48.218Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T08:13:48.218Z] ---> a01236442a79 [2021-03-31T08:13:48.218Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T08:13:48.218Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T08:13:48.218Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-31T08:13:48.218Z] ---> a01236442a79 [2021-03-31T08:13:48.218Z] Step 3/26 : WORKDIR /edgex-go [2021-03-31T08:13:48.218Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T08:13:48.218Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T08:13:48.218Z] ---> a01236442a79 [2021-03-31T08:13:48.218Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T08:13:48.218Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T08:13:48.218Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T08:13:48.218Z] ---> a01236442a79 [2021-03-31T08:13:48.218Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T08:13:48.218Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T08:13:48.218Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-31T08:13:48.218Z] ---> a01236442a79 [2021-03-31T08:13:48.218Z] Step 3/31 : WORKDIR /edgex-go [2021-03-31T08:13:48.218Z] ---> Running in b23a4f32ff03 [2021-03-31T08:13:48.218Z] ---> Running in 74eac1f85ea0 [2021-03-31T08:13:48.218Z] ---> Running in d6ad1e8cb1b8 [2021-03-31T08:13:48.218Z] ---> Running in 4e7040f0aff2 [2021-03-31T08:13:48.218Z] ---> Running in 5d2b3c70d938 [2021-03-31T08:13:48.218Z] Removing intermediate container d6ad1e8cb1b8 [2021-03-31T08:13:48.218Z] ---> ad6e65b6a97c [2021-03-31T08:13:48.218Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T08:13:48.218Z] ---> Running in 9419da36a1c2 [2021-03-31T08:13:48.218Z] Removing intermediate container b23a4f32ff03 [2021-03-31T08:13:48.218Z] ---> 8a70c52b8b36 [2021-03-31T08:13:48.218Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T08:13:48.218Z] Removing intermediate container 74eac1f85ea0 [2021-03-31T08:13:48.218Z] ---> 9340c4dda5e5 [2021-03-31T08:13:48.218Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T08:13:48.218Z] Removing intermediate container 4e7040f0aff2 [2021-03-31T08:13:48.218Z] ---> f600ec547065 [2021-03-31T08:13:48.218Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T08:13:48.218Z] Removing intermediate container 5d2b3c70d938 [2021-03-31T08:13:48.218Z] ---> 72c07d790fbb [2021-03-31T08:13:48.218Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T08:13:48.218Z] ---> Running in 365c587b0670 [2021-03-31T08:13:48.218Z] ---> Running in 2aa0cb719be8 [2021-03-31T08:13:48.218Z] ---> Running in 5edb77c2c1d2 [2021-03-31T08:13:48.218Z] ---> Running in 6df919c04d3b [2021-03-31T08:13:48.218Z] Removing intermediate container 9419da36a1c2 [2021-03-31T08:13:48.218Z] ---> d2fea5a585dd [2021-03-31T08:13:48.218Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T08:13:48.218Z] ---> Running in 4404dea5a084 [2021-03-31T08:13:48.218Z] Removing intermediate container 2aa0cb719be8 [2021-03-31T08:13:48.218Z] ---> 4a9fdf26efa0 [2021-03-31T08:13:48.218Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-31T08:13:48.218Z] Removing intermediate container 6df919c04d3b [2021-03-31T08:13:48.218Z] ---> 308cf0b6518c [2021-03-31T08:13:48.218Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T08:13:48.218Z] Removing intermediate container 5edb77c2c1d2 [2021-03-31T08:13:48.218Z] ---> 4399dcf867c8 [2021-03-31T08:13:48.218Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-31T08:13:48.218Z] ---> Running in 393706832e38 [2021-03-31T08:13:48.218Z] ---> Running in 25b42310d101 [2021-03-31T08:13:48.218Z] ---> Running in 2a85277201f0 [2021-03-31T08:13:48.218Z] Removing intermediate container 365c587b0670 [2021-03-31T08:13:48.218Z] ---> a2dfc5df11d0 [2021-03-31T08:13:48.218Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-31T08:13:48.218Z] ---> Running in 089a5b3f8373 [2021-03-31T08:13:48.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T08:13:49.205Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T08:13:49.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T08:13:50.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T08:13:50.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T08:13:50.084Z] OK: 217 MiB in 51 packages [2021-03-31T08:13:50.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T08:13:50.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T08:13:50.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T08:13:50.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T08:13:50.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T08:13:51.255Z] Removing intermediate container 4404dea5a084 [2021-03-31T08:13:51.256Z] ---> 9bb5cf9f650a [2021-03-31T08:13:51.256Z] Step 6/23 : COPY go.mod . [2021-03-31T08:13:51.536Z] OK: 217 MiB in 51 packages [2021-03-31T08:13:51.814Z] OK: 217 MiB in 51 packages [2021-03-31T08:13:51.814Z] OK: 217 MiB in 51 packages [2021-03-31T08:13:52.091Z] OK: 217 MiB in 51 packages [2021-03-31T08:13:52.373Z] ---> 39487f8aab69 [2021-03-31T08:13:52.373Z] Step 7/23 : RUN go mod download [2021-03-31T08:13:52.979Z] ---> Running in 59970c102e6f [2021-03-31T08:13:53.255Z] Removing intermediate container 393706832e38 [2021-03-31T08:13:53.255Z] ---> 1afbeab4530d [2021-03-31T08:13:53.255Z] Step 6/31 : COPY go.mod . [2021-03-31T08:13:53.857Z] Removing intermediate container 25b42310d101 [2021-03-31T08:13:53.857Z] ---> f62b5564c200 [2021-03-31T08:13:53.857Z] Step 6/23 : COPY go.mod . [2021-03-31T08:13:54.129Z] Removing intermediate container 2a85277201f0 [2021-03-31T08:13:54.129Z] ---> 36ac2663cafc [2021-03-31T08:13:54.129Z] Step 6/22 : COPY go.mod . [2021-03-31T08:13:54.129Z] Removing intermediate container 089a5b3f8373 [2021-03-31T08:13:54.129Z] ---> 6e575bfb2cc9 [2021-03-31T08:13:54.129Z] Step 6/26 : COPY go.mod . [2021-03-31T08:13:54.404Z] ---> 761c18c1a958 [2021-03-31T08:13:54.404Z] Step 7/31 : RUN go mod download [2021-03-31T08:13:54.680Z] ---> Running in 37a6675de48d [2021-03-31T08:13:54.961Z] ---> 3016973b7976 [2021-03-31T08:13:54.961Z] Step 7/23 : RUN go mod download [2021-03-31T08:13:55.243Z] ---> cb3e64bc8b70 [2021-03-31T08:13:55.243Z] Step 7/26 : RUN go mod download [2021-03-31T08:13:55.243Z] ---> 3b1792539020 [2021-03-31T08:13:55.243Z] Step 7/22 : RUN go mod download [2021-03-31T08:13:55.243Z] ---> Running in b07823c9ee87 [2021-03-31T08:13:55.517Z] ---> Running in 6987545bef82 [2021-03-31T08:13:55.813Z] ---> Running in 98319aed5e5b [2021-03-31T08:13:57.273Z] Removing intermediate container 59970c102e6f [2021-03-31T08:13:57.273Z] ---> a788129a41a4 [2021-03-31T08:13:57.273Z] Step 8/23 : COPY . . [2021-03-31T08:13:59.261Z] Removing intermediate container 37a6675de48d [2021-03-31T08:13:59.261Z] ---> 816339fd4c04 [2021-03-31T08:13:59.261Z] Step 8/31 : COPY . . [2021-03-31T08:14:01.236Z] Removing intermediate container b07823c9ee87 [2021-03-31T08:14:01.236Z] ---> db8aec60dea2 [2021-03-31T08:14:01.236Z] Step 8/23 : COPY . . [2021-03-31T08:14:01.236Z] Removing intermediate container 98319aed5e5b [2021-03-31T08:14:01.236Z] ---> c0a32c7a4750 [2021-03-31T08:14:01.236Z] Step 8/26 : COPY . . [2021-03-31T08:14:01.513Z] Removing intermediate container 6987545bef82 [2021-03-31T08:14:01.514Z] ---> 76ea0f104416 [2021-03-31T08:14:01.514Z] Step 8/22 : COPY . . [2021-03-31T08:14:22.628Z]  Building docker-security-secretstore-setup-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T08:14:22.628Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-31T08:14:22.628Z] ---> 890f2d97d901 [2021-03-31T08:14:22.628Z] Step 3/31 : WORKDIR /edgex-go [2021-03-31T08:14:22.628Z] ---> Using cache [2021-03-31T08:14:22.628Z] ---> d7c89e8afcaf [2021-03-31T08:14:22.628Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T08:14:22.628Z] ---> Using cache [2021-03-31T08:14:22.628Z] ---> 46ff018347b4 [2021-03-31T08:14:22.628Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-31T08:14:22.628Z] ---> Using cache [2021-03-31T08:14:22.628Z] ---> c0c3ca243752 [2021-03-31T08:14:22.628Z] Step 6/31 : COPY go.mod . [2021-03-31T08:14:22.628Z] ---> Using cache [2021-03-31T08:14:22.628Z] ---> 42358893bcbf [2021-03-31T08:14:22.628Z] Step 7/31 : RUN go mod download [2021-03-31T08:14:22.628Z] ---> Using cache [2021-03-31T08:14:22.628Z] ---> 67161c9cd87f [2021-03-31T08:14:22.628Z] Step 8/31 : COPY . . [2021-03-31T08:14:22.628Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T08:14:22.628Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T08:14:22.628Z] ---> 890f2d97d901 [2021-03-31T08:14:22.628Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T08:14:22.628Z] ---> Using cache [2021-03-31T08:14:22.628Z] ---> d7c89e8afcaf [2021-03-31T08:14:22.628Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T08:14:22.628Z] ---> Using cache [2021-03-31T08:14:22.628Z] ---> 46ff018347b4 [2021-03-31T08:14:22.628Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-31T08:14:22.628Z] ---> Using cache [2021-03-31T08:14:22.628Z] ---> 84df4af2d265 [2021-03-31T08:14:22.628Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-31T08:14:22.628Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T08:14:22.628Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-31T08:14:22.628Z] ---> 890f2d97d901 [2021-03-31T08:14:22.628Z] Step 3/26 : WORKDIR /edgex-go [2021-03-31T08:14:22.628Z] ---> Using cache [2021-03-31T08:14:22.628Z] ---> d7c89e8afcaf [2021-03-31T08:14:22.628Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T08:14:22.628Z] ---> Using cache [2021-03-31T08:14:22.628Z] ---> 46ff018347b4 [2021-03-31T08:14:22.628Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-31T08:14:22.628Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T08:14:22.628Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T08:14:22.628Z] ---> 890f2d97d901 [2021-03-31T08:14:22.628Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T08:14:22.628Z] ---> Using cache [2021-03-31T08:14:22.628Z] ---> d7c89e8afcaf [2021-03-31T08:14:22.628Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T08:14:22.628Z] ---> Using cache [2021-03-31T08:14:22.628Z] ---> 46ff018347b4 [2021-03-31T08:14:22.628Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T08:14:22.628Z] ---> Using cache [2021-03-31T08:14:22.628Z] ---> c0c3ca243752 [2021-03-31T08:14:22.628Z] Step 6/23 : COPY go.mod . [2021-03-31T08:14:22.628Z] ---> Using cache [2021-03-31T08:14:22.628Z] ---> 42358893bcbf [2021-03-31T08:14:22.628Z] Step 7/23 : RUN go mod download [2021-03-31T08:14:22.628Z] ---> Using cache [2021-03-31T08:14:22.628Z] ---> 67161c9cd87f [2021-03-31T08:14:22.628Z] Step 8/23 : COPY . . [2021-03-31T08:14:22.628Z] ---> Using cache [2021-03-31T08:14:22.628Z] ---> 84df4af2d265 [2021-03-31T08:14:22.628Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-31T08:14:22.628Z] ---> Running in 472938c86bbc [2021-03-31T08:14:22.628Z] ---> Running in ba8f59a6a6d7 [2021-03-31T08:14:22.628Z] ---> Running in 5bbdd55681cf [2021-03-31T08:14:22.628Z] ---> Running in 49b0ae80a3c5 [2021-03-31T08:14:22.628Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-31T08:14:22.628Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T08:14:22.628Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T08:14:22.628Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T08:14:22.628Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T08:14:22.628Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T08:14:22.628Z] OK: 233 MiB in 51 packages [2021-03-31T08:14:22.628Z] OK: 233 MiB in 51 packages [2021-03-31T08:14:23.758Z] Removing intermediate container 5bbdd55681cf [2021-03-31T08:14:23.758Z] ---> b5ac37b87775 [2021-03-31T08:14:23.758Z] Step 6/23 : COPY go.mod . [2021-03-31T08:14:24.054Z] Removing intermediate container ba8f59a6a6d7 [2021-03-31T08:14:24.055Z] ---> 3d9eef02b522 [2021-03-31T08:14:24.055Z] Step 6/26 : COPY go.mod . [2021-03-31T08:14:24.338Z] ---> 9b24daf89305 [2021-03-31T08:14:24.338Z] Step 7/23 : RUN go mod download [2021-03-31T08:14:24.656Z] ---> Running in ef59ee7e21e5 [2021-03-31T08:14:24.963Z] ---> 02742620813d [2021-03-31T08:14:24.963Z] Step 7/26 : RUN go mod download [2021-03-31T08:14:25.317Z] ---> Running in 7ef4b9750c02 [2021-03-31T08:14:28.331Z] ---> 6c0db61cf403 [2021-03-31T08:14:28.331Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-31T08:14:28.331Z] ---> a6cfc5f53197 [2021-03-31T08:14:28.331Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-31T08:14:28.331Z] ---> 5993fc2a3dc1 [2021-03-31T08:14:28.331Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-31T08:14:28.331Z] ---> 4bdfc102f89f [2021-03-31T08:14:28.331Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-31T08:14:28.331Z] ---> Running in e46d0219e52f [2021-03-31T08:14:28.331Z] ---> 9f7c27a552fa [2021-03-31T08:14:28.331Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-31T08:14:28.331Z] ---> Running in bf89531d4215 [2021-03-31T08:14:28.331Z] ---> Running in 990ac67b4918 [2021-03-31T08:14:28.331Z] ---> Running in 04f3f26ea8b3 [2021-03-31T08:14:28.331Z] ---> Running in d0c4fd3826c0 [2021-03-31T08:14:28.331Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T08:14:28.331Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-31T08:14:28.331Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T08:14:28.331Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T08:14:28.331Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T08:14:31.450Z] Removing intermediate container 7ef4b9750c02 [2021-03-31T08:14:31.450Z] ---> 1e3ee8327f7b [2021-03-31T08:14:31.450Z] Step 8/26 : COPY . . [2021-03-31T08:14:31.880Z] Removing intermediate container ef59ee7e21e5 [2021-03-31T08:14:31.880Z] ---> fcde1b226e1b [2021-03-31T08:14:31.880Z] Step 8/23 : COPY . . [2021-03-31T08:15:31.169Z] Removing intermediate container 472938c86bbc [2021-03-31T08:15:31.169Z] ---> df07eeecdff0 [2021-03-31T08:15:31.169Z] [2021-03-31T08:15:31.169Z] Step 10/31 : FROM alpine:3.12 [2021-03-31T08:15:31.169Z] ---> 42cb162f0360 [2021-03-31T08:15:31.169Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-31T08:15:31.463Z] ---> Running in 72beece9a570 [2021-03-31T08:15:32.149Z] Removing intermediate container 49b0ae80a3c5 [2021-03-31T08:15:32.149Z] ---> 9f14be3b11bc [2021-03-31T08:15:32.149Z] [2021-03-31T08:15:32.149Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T08:15:32.149Z] ---> 42cb162f0360 [2021-03-31T08:15:32.149Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T08:15:32.149Z] ---> Using cache [2021-03-31T08:15:32.149Z] ---> 205868fb65e3 [2021-03-31T08:15:32.149Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T08:15:32.149Z] ---> Using cache [2021-03-31T08:15:32.149Z] ---> d420f668a114 [2021-03-31T08:15:32.149Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-31T08:15:32.822Z] ---> Running in 4d45b71f1017 [2021-03-31T08:15:32.822Z] Removing intermediate container 72beece9a570 [2021-03-31T08:15:32.822Z] ---> 6f711d810367 [2021-03-31T08:15:32.822Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-31T08:15:33.305Z] ---> Running in d8a12a495524 [2021-03-31T08:15:35.525Z] Removing intermediate container 4d45b71f1017 [2021-03-31T08:15:35.525Z] ---> b88f49f4b67c [2021-03-31T08:15:35.525Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T08:15:36.763Z] ---> Running in a67dd4d1acb4 [2021-03-31T08:15:39.582Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T08:15:39.582Z] Removing intermediate container a67dd4d1acb4 [2021-03-31T08:15:39.582Z] ---> dc9be8aa4863 [2021-03-31T08:15:39.582Z] Step 15/23 : WORKDIR / [2021-03-31T08:15:39.582Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T08:15:40.342Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-31T08:15:40.342Z] (2/2) Installing su-exec (0.2-r1) [2021-03-31T08:15:40.342Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T08:15:40.342Z] OK: 6 MiB in 16 packages [2021-03-31T08:15:40.667Z] ---> Running in 167d1b26fb02 [2021-03-31T08:15:43.501Z] Removing intermediate container 167d1b26fb02 [2021-03-31T08:15:43.501Z] ---> 38e84392613a [2021-03-31T08:15:43.501Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T08:15:44.148Z] Removing intermediate container d8a12a495524 [2021-03-31T08:15:44.148Z] ---> aa82ece51c88 [2021-03-31T08:15:44.148Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-31T08:15:45.712Z] ---> c1416d8a890d [2021-03-31T08:15:45.712Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-31T08:15:45.712Z] ---> Running in ff2f1a61b6c0 [2021-03-31T08:15:46.880Z] ---> fcb045336dfc [2021-03-31T08:15:46.880Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-31T08:15:47.165Z] Removing intermediate container ff2f1a61b6c0 [2021-03-31T08:15:47.165Z] ---> 962c07db0567 [2021-03-31T08:15:47.165Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-31T08:15:47.165Z] ---> Running in 08b4da7dde4e [2021-03-31T08:15:47.510Z] ---> 9bbf2aaa3623 [2021-03-31T08:15:47.510Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-31T08:15:47.510Z] ---> Running in 8fb912a07b3b [2021-03-31T08:15:47.510Z] ---> Running in 4112a0891656 [2021-03-31T08:15:47.803Z] ---> 050dc9d3f24f [2021-03-31T08:15:47.803Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-31T08:15:47.803Z] Removing intermediate container 8fb912a07b3b [2021-03-31T08:15:47.803Z] ---> 82194836c92b [2021-03-31T08:15:47.803Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-31T08:15:48.096Z] ---> Running in 704d278fb19a [2021-03-31T08:15:48.413Z] ---> ae708e45022f [2021-03-31T08:15:48.413Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-31T08:15:48.801Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T08:15:48.801Z] ---> Running in 5c97790d9fbe [2021-03-31T08:15:49.128Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T08:15:49.781Z] Removing intermediate container 5c97790d9fbe [2021-03-31T08:15:49.781Z] ---> 7c720fc55a52 [2021-03-31T08:15:49.781Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T08:15:50.797Z] ---> Running in fe05e0b9de99 [2021-03-31T08:15:51.910Z] Removing intermediate container fe05e0b9de99 [2021-03-31T08:15:51.910Z] ---> cec819149fb3 [2021-03-31T08:15:51.910Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T08:15:52.229Z] Removing intermediate container 704d278fb19a [2021-03-31T08:15:52.229Z] ---> 687cced2baad [2021-03-31T08:15:52.229Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-31T08:15:52.229Z] ---> Running in 8748a8ada6ae [2021-03-31T08:15:52.229Z] ---> Running in 04978105c10a [2021-03-31T08:15:53.693Z] Removing intermediate container 8748a8ada6ae [2021-03-31T08:15:53.693Z] ---> ad2c41ac5eaf [2021-03-31T08:15:53.693Z] Step 22/23 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb [2021-03-31T08:15:53.693Z] Removing intermediate container 04978105c10a [2021-03-31T08:15:53.693Z] ---> 78a386729aa1 [2021-03-31T08:15:53.693Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-31T08:15:54.422Z] ---> Running in 5f0f035b7392 [2021-03-31T08:15:55.692Z] Removing intermediate container 5f0f035b7392 [2021-03-31T08:15:55.692Z] ---> 9b89fb9549f7 [2021-03-31T08:15:55.692Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T08:15:55.692Z] ---> 0a8865aac378 [2021-03-31T08:15:55.692Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-31T08:15:55.692Z] ---> Running in 3a8591c58440 [2021-03-31T08:15:55.968Z] ---> Running in 1793c171e364 [2021-03-31T08:15:57.449Z] Removing intermediate container 3a8591c58440 [2021-03-31T08:15:57.449Z] ---> ca1be146e212 [2021-03-31T08:15:57.449Z] [2021-03-31T08:15:58.672Z] Successfully built ca1be146e212 [2021-03-31T08:15:59.005Z] Successfully tagged docker-core-command-go:latest [2021-03-31T08:16:01.224Z]  Building docker-core-command-go ... done Removing intermediate container 1793c171e364 [2021-03-31T08:16:01.224Z] ---> f0768904a2d8 [2021-03-31T08:16:01.224Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T08:16:03.308Z] ---> ca750f83d2c2 [2021-03-31T08:16:03.308Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-31T08:16:05.462Z] ---> 61d4dbc1d3c5 [2021-03-31T08:16:05.462Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-31T08:16:06.507Z] ---> 6426551fa4e6 [2021-03-31T08:16:06.507Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-31T08:16:07.537Z] ---> 30e287b792f6 [2021-03-31T08:16:07.537Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-31T08:16:08.553Z] ---> 01fb432bc7ca [2021-03-31T08:16:08.553Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-31T08:16:08.844Z] ---> Running in 3b18dfbf7b04 [2021-03-31T08:16:09.548Z] Removing intermediate container 3b18dfbf7b04 [2021-03-31T08:16:09.548Z] ---> d16273e12f76 [2021-03-31T08:16:09.548Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-31T08:16:10.664Z] ---> d6418ba7d75d [2021-03-31T08:16:10.664Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-31T08:16:10.664Z] ---> Running in 60b4ac577f1f [2021-03-31T08:16:16.827Z] Removing intermediate container 60b4ac577f1f [2021-03-31T08:16:16.827Z] ---> c5ef51f62419 [2021-03-31T08:16:16.827Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-31T08:16:17.481Z] ---> Running in 9e7de4df380f [2021-03-31T08:16:18.730Z] Removing intermediate container 9e7de4df380f [2021-03-31T08:16:18.730Z] ---> a5830ce66af1 [2021-03-31T08:16:18.730Z] Step 28/31 : CMD ["gate"] [2021-03-31T08:16:20.312Z] Removing intermediate container e46d0219e52f [2021-03-31T08:16:20.312Z] ---> 4446c5dccbd8 [2021-03-31T08:16:20.312Z] [2021-03-31T08:16:20.312Z] Step 10/31 : FROM alpine:3.12 [2021-03-31T08:16:20.312Z] 3.12: Pulling from library/alpine [2021-03-31T08:16:20.312Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T08:16:20.312Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T08:16:20.312Z] ---> e47305ac9786 [2021-03-31T08:16:20.312Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-31T08:16:20.312Z] ---> Running in ef8591cae106 [2021-03-31T08:16:20.312Z] Removing intermediate container ef8591cae106 [2021-03-31T08:16:20.312Z] ---> c2ea7d00b7b5 [2021-03-31T08:16:20.312Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-31T08:16:20.312Z] ---> Running in b780133d76ee [2021-03-31T08:16:20.312Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T08:16:20.312Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T08:16:20.476Z] ---> Running in dd432accf3e0 [2021-03-31T08:16:20.916Z] Removing intermediate container d0c4fd3826c0 [2021-03-31T08:16:20.916Z] ---> 413063b94756 [2021-03-31T08:16:20.916Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-31T08:16:20.916Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-31T08:16:20.916Z] (2/2) Installing su-exec (0.2-r1) [2021-03-31T08:16:20.916Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T08:16:21.197Z] OK: 5 MiB in 16 packages [2021-03-31T08:16:21.197Z] ---> Running in 8ece49dd91df [2021-03-31T08:16:22.734Z] Removing intermediate container dd432accf3e0 [2021-03-31T08:16:22.734Z] ---> 78367f4796d3 [2021-03-31T08:16:22.734Z] Step 29/31 : LABEL arch=x86_64 [2021-03-31T08:16:23.199Z] Removing intermediate container b780133d76ee [2021-03-31T08:16:23.199Z] ---> 2ffdcca5bcb9 [2021-03-31T08:16:23.199Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-31T08:16:23.474Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T08:16:23.751Z] ---> Running in dbbe63680fe6 [2021-03-31T08:16:25.198Z] Removing intermediate container dbbe63680fe6 [2021-03-31T08:16:25.198Z] ---> 5a18e6bb6191 [2021-03-31T08:16:25.198Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-31T08:16:25.393Z] ---> Running in d89daf854ce0 [2021-03-31T08:16:25.801Z] ---> Running in ae0a5c38bdf2 [2021-03-31T08:16:26.488Z] Removing intermediate container d89daf854ce0 [2021-03-31T08:16:26.488Z] ---> a7929fb36ac0 [2021-03-31T08:16:26.488Z] Step 30/31 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb [2021-03-31T08:16:27.248Z] Removing intermediate container ae0a5c38bdf2 [2021-03-31T08:16:27.248Z] ---> 398cfc68ee87 [2021-03-31T08:16:27.248Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-31T08:16:27.340Z] ---> Running in 7c96ba757f76 [2021-03-31T08:16:28.236Z] Removing intermediate container 7c96ba757f76 [2021-03-31T08:16:28.236Z] ---> 8a71a7335247 [2021-03-31T08:16:28.236Z] Step 31/31 : LABEL version=0.0.0 [2021-03-31T08:16:28.247Z] Removing intermediate container bf89531d4215 [2021-03-31T08:16:28.247Z] ---> 123b21f6aac8 [2021-03-31T08:16:28.247Z] [2021-03-31T08:16:28.247Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T08:16:28.247Z] ---> e47305ac9786 [2021-03-31T08:16:28.247Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T08:16:28.247Z] ---> Running in 7b1006eac04c [2021-03-31T08:16:28.765Z] ---> Running in 1c6977e9121d [2021-03-31T08:16:28.853Z] ---> Running in 28b8be17ad59 [2021-03-31T08:16:29.139Z] Removing intermediate container 8ece49dd91df [2021-03-31T08:16:29.139Z] ---> d9ee0314b202 [2021-03-31T08:16:29.139Z] [2021-03-31T08:16:29.139Z] Step 11/26 : FROM docker:20.10.0 [2021-03-31T08:16:29.422Z] 20.10.0: Pulling from library/docker [2021-03-31T08:16:29.713Z] Removing intermediate container 04f3f26ea8b3 [2021-03-31T08:16:29.713Z] ---> 3b73374a511d [2021-03-31T08:16:29.713Z] [2021-03-31T08:16:29.713Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T08:16:29.713Z] ---> e47305ac9786 [2021-03-31T08:16:29.713Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-31T08:16:29.995Z] ---> Running in c8c3d98e1905 [2021-03-31T08:16:31.136Z] Removing intermediate container 1c6977e9121d [2021-03-31T08:16:31.136Z] ---> 8735d36f671a [2021-03-31T08:16:31.136Z] [2021-03-31T08:16:31.465Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T08:16:31.465Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T08:16:31.768Z] Successfully built 8735d36f671a [2021-03-31T08:16:31.768Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-31T08:16:32.456Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T08:16:32.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T08:16:32.456Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T08:16:32.456Z] OK: 5 MiB in 15 packages [2021-03-31T08:16:32.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T08:16:33.088Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T08:16:33.088Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T08:16:33.088Z] OK: 5 MiB in 15 packages [2021-03-31T08:16:34.067Z] Removing intermediate container 7b1006eac04c [2021-03-31T08:16:34.067Z] ---> 432ac79d0387 [2021-03-31T08:16:34.067Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-31T08:16:34.343Z] ---> Running in cca935b9d28f [2021-03-31T08:16:34.617Z] Removing intermediate container 28b8be17ad59 [2021-03-31T08:16:34.617Z] ---> b50ffdc25ff4 [2021-03-31T08:16:34.617Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T08:16:35.219Z] ---> Running in cc7c9713ad26 [2021-03-31T08:16:35.219Z] Removing intermediate container c8c3d98e1905 [2021-03-31T08:16:35.219Z] ---> 345f1d0c2ff6 [2021-03-31T08:16:35.219Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T08:16:35.272Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 4112a0891656 [2021-03-31T08:16:35.272Z] ---> da76acafa685 [2021-03-31T08:16:35.272Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-31T08:16:35.500Z] Removing intermediate container cca935b9d28f [2021-03-31T08:16:35.500Z] ---> 2b6314f6f1ce [2021-03-31T08:16:35.500Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-31T08:16:35.775Z] ---> Running in 850247736bd5 [2021-03-31T08:16:35.945Z] ---> Running in 5f47f60b212f [2021-03-31T08:16:36.071Z] Removing intermediate container cc7c9713ad26 [2021-03-31T08:16:36.071Z] ---> b8304a0bd2ab [2021-03-31T08:16:36.071Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-31T08:16:37.050Z] ---> Running in a469089ac172 [2021-03-31T08:16:37.655Z] ---> 1cc95f65304b [2021-03-31T08:16:37.656Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-31T08:16:37.656Z] Removing intermediate container 850247736bd5 [2021-03-31T08:16:37.656Z] ---> 1193c17de28c [2021-03-31T08:16:37.656Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-31T08:16:38.285Z] Removing intermediate container 990ac67b4918 [2021-03-31T08:16:38.285Z] ---> 4fa2f167caf1 [2021-03-31T08:16:38.285Z] [2021-03-31T08:16:38.285Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T08:16:38.285Z] ---> e47305ac9786 [2021-03-31T08:16:38.285Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T08:16:38.285Z] ---> Using cache [2021-03-31T08:16:38.285Z] ---> 345f1d0c2ff6 [2021-03-31T08:16:38.285Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T08:16:38.285Z] ---> Using cache [2021-03-31T08:16:38.285Z] ---> 1193c17de28c [2021-03-31T08:16:38.285Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-31T08:16:38.691Z] ---> Running in f3cebf75af69 [2021-03-31T08:16:38.692Z] ---> Running in 7398008ed362 [2021-03-31T08:16:38.692Z] Removing intermediate container a469089ac172 [2021-03-31T08:16:38.692Z] ---> 59c6a1c2ee6b [2021-03-31T08:16:38.692Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T08:16:38.692Z] ---> Running in 6a0362bbca3d [2021-03-31T08:16:39.005Z] ---> Running in e82820d32800 [2021-03-31T08:16:39.338Z] Removing intermediate container f3cebf75af69 [2021-03-31T08:16:39.338Z] ---> b3b1bcf0dd4d [2021-03-31T08:16:39.338Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T08:16:39.528Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T08:16:39.631Z] ---> Running in 032f893d1a35 [2021-03-31T08:16:39.916Z] Removing intermediate container 6a0362bbca3d [2021-03-31T08:16:39.916Z] ---> 53c7597305a8 [2021-03-31T08:16:39.916Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T08:16:40.218Z] Removing intermediate container e82820d32800 [2021-03-31T08:16:40.218Z] ---> 86830df36214 [2021-03-31T08:16:40.218Z] Step 15/23 : WORKDIR / [2021-03-31T08:16:40.218Z] ---> Running in eaa9db9085e3 [2021-03-31T08:16:40.522Z] Removing intermediate container 032f893d1a35 [2021-03-31T08:16:40.522Z] ---> 1ba4b3c3ff67 [2021-03-31T08:16:40.522Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T08:16:40.522Z] ---> Running in 07d1a5dbd6db [2021-03-31T08:16:41.170Z] Removing intermediate container eaa9db9085e3 [2021-03-31T08:16:41.170Z] ---> 0276ef54b5f7 [2021-03-31T08:16:41.170Z] Step 15/23 : WORKDIR / [2021-03-31T08:16:41.482Z] ---> Running in 668c115fa0ee [2021-03-31T08:16:41.805Z] Removing intermediate container 07d1a5dbd6db [2021-03-31T08:16:41.805Z] ---> da0e256a09f8 [2021-03-31T08:16:41.805Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T08:16:42.087Z] ---> b76f9d54aa1d [2021-03-31T08:16:42.087Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-31T08:16:42.621Z] Removing intermediate container 08b4da7dde4e [2021-03-31T08:16:42.621Z] ---> 4c310b67c0be [2021-03-31T08:16:42.621Z] [2021-03-31T08:16:42.621Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T08:16:42.621Z] ---> 42cb162f0360 [2021-03-31T08:16:42.621Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-31T08:16:42.621Z] ---> Running in d0466f817f68 [2021-03-31T08:16:42.683Z] Removing intermediate container 7398008ed362 [2021-03-31T08:16:42.683Z] ---> afbe47d34766 [2021-03-31T08:16:42.683Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T08:16:42.958Z] Removing intermediate container 668c115fa0ee [2021-03-31T08:16:42.958Z] ---> 30ee24d9cdbd [2021-03-31T08:16:42.958Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T08:16:42.979Z] Removing intermediate container d0466f817f68 [2021-03-31T08:16:42.979Z] ---> 8a190c250898 [2021-03-31T08:16:42.979Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-31T08:16:42.979Z] Removing intermediate container 5f47f60b212f [2021-03-31T08:16:42.979Z] ---> 86f41b6dc0d2 [2021-03-31T08:16:42.979Z] [2021-03-31T08:16:42.979Z] Step 11/26 : FROM docker:20.10.0 [2021-03-31T08:16:42.979Z] ---> Running in f39269a13d2c [2021-03-31T08:16:42.979Z] 20.10.0: Pulling from library/docker [2021-03-31T08:16:43.495Z] Removing intermediate container f39269a13d2c [2021-03-31T08:16:43.495Z] ---> f6c81f38660f [2021-03-31T08:16:43.495Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-31T08:16:43.495Z] ---> Running in 996d1bf544a4 [2021-03-31T08:16:43.573Z] ---> 38d0b44cdbad [2021-03-31T08:16:43.573Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-31T08:16:44.305Z] Removing intermediate container 996d1bf544a4 [2021-03-31T08:16:44.305Z] ---> 8d42bfaea593 [2021-03-31T08:16:44.305Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T08:16:44.551Z] ---> 5721a5fd7abb [2021-03-31T08:16:44.551Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-31T08:16:44.662Z] ---> Running in 46b282081611 [2021-03-31T08:16:44.829Z] ---> f256cdb42670 [2021-03-31T08:16:44.829Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-31T08:16:44.829Z] ---> d3c57d85e225 [2021-03-31T08:16:44.829Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-31T08:16:45.105Z] ---> 15aba4e7ce8f [2021-03-31T08:16:45.105Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-31T08:16:46.091Z] ---> 4ccecd618e8f [2021-03-31T08:16:46.091Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-31T08:16:46.365Z] ---> ef85bac3d871 [2021-03-31T08:16:46.365Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-31T08:16:46.365Z] ---> Running in 54075553868b [2021-03-31T08:16:46.365Z] ---> 52407751eb04 [2021-03-31T08:16:46.642Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-31T08:16:46.642Z] ---> b423202e53fd [2021-03-31T08:16:46.642Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-31T08:16:46.642Z] ---> Running in 50098d0fe2cd [2021-03-31T08:16:46.920Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-31T08:16:46.920Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-31T08:16:46.920Z] ---> eeaf43b92773 [2021-03-31T08:16:46.920Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-31T08:16:46.920Z] ---> Running in fc6a2ee6265f [2021-03-31T08:16:47.522Z] Removing intermediate container 54075553868b [2021-03-31T08:16:47.522Z] ---> a305d17c486c [2021-03-31T08:16:47.522Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T08:16:47.522Z] Removing intermediate container 50098d0fe2cd [2021-03-31T08:16:47.522Z] ---> 2f7a36f977d2 [2021-03-31T08:16:47.522Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T08:16:47.522Z] ---> acbe3f7a4d19 [2021-03-31T08:16:47.522Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-31T08:16:47.522Z] ---> Running in 8e8cf43ee52f [2021-03-31T08:16:47.798Z] ---> Running in 3d9ed919d934 [2021-03-31T08:16:47.798Z] ---> da6dcbe382e5 [2021-03-31T08:16:47.798Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-31T08:16:48.073Z] ---> Running in bd58d84fa651 [2021-03-31T08:16:48.348Z] Removing intermediate container 8e8cf43ee52f [2021-03-31T08:16:48.348Z] ---> 65586fc2ae9b [2021-03-31T08:16:48.348Z] Step 20/22 : LABEL arch=arm64 [2021-03-31T08:16:48.619Z] Removing intermediate container 3d9ed919d934 [2021-03-31T08:16:48.619Z] ---> 4ac9eb5d658a [2021-03-31T08:16:48.619Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T08:16:48.619Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T08:16:48.619Z] ---> Running in d7aaa557a69e [2021-03-31T08:16:48.897Z] ---> Running in 9a6962a54dc5 [2021-03-31T08:16:48.897Z] Removing intermediate container bd58d84fa651 [2021-03-31T08:16:48.897Z] ---> 4d29e54105c5 [2021-03-31T08:16:48.897Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T08:16:48.897Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T08:16:48.897Z] ---> 98ca957434a1 [2021-03-31T08:16:48.897Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-31T08:16:48.960Z] Removing intermediate container 46b282081611 [2021-03-31T08:16:48.960Z] ---> f2b6e713d8f3 [2021-03-31T08:16:48.960Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-31T08:16:48.960Z] ---> Running in e3d6eeda24e1 [2021-03-31T08:16:49.182Z] ---> Running in fea3afc218e1 [2021-03-31T08:16:49.182Z] Removing intermediate container d7aaa557a69e [2021-03-31T08:16:49.182Z] ---> eabdd18b2c80 [2021-03-31T08:16:49.182Z] Step 21/22 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb [2021-03-31T08:16:49.457Z] Removing intermediate container 9a6962a54dc5 [2021-03-31T08:16:49.457Z] ---> 6611a356114f [2021-03-31T08:16:49.457Z] Step 22/23 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb [2021-03-31T08:16:49.457Z] (1/2) Installing readline (8.0.4-r0) [2021-03-31T08:16:49.457Z] (2/2) Installing bash (5.0.17-r0) [2021-03-31T08:16:49.457Z] ---> Running in 24fa13d91526 [2021-03-31T08:16:49.457Z] Executing bash-5.0.17-r0.post-install [2021-03-31T08:16:49.731Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T08:16:49.731Z] OK: 12 MiB in 22 packages [2021-03-31T08:16:49.731Z] Removing intermediate container fea3afc218e1 [2021-03-31T08:16:49.731Z] ---> ae34a4f74e70 [2021-03-31T08:16:49.731Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T08:16:49.731Z] ---> Running in 70d02cbb0856 [2021-03-31T08:16:50.004Z] ---> Running in e738d8719be9 [2021-03-31T08:16:50.004Z] ---> 20f3bdd8476d [2021-03-31T08:16:50.004Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-31T08:16:50.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T08:16:50.603Z] ---> Running in 8182f0be2886 [2021-03-31T08:16:50.603Z] Removing intermediate container 70d02cbb0856 [2021-03-31T08:16:50.603Z] ---> c7420019afc8 [2021-03-31T08:16:50.603Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T08:16:50.603Z] Removing intermediate container 24fa13d91526 [2021-03-31T08:16:50.603Z] ---> c73b8f031108 [2021-03-31T08:16:50.603Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T08:16:50.603Z] ---> Running in 8efa6d6a57c3 [2021-03-31T08:16:50.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T08:16:50.883Z] ---> Running in 20f535089f5b [2021-03-31T08:16:50.883Z] Removing intermediate container e738d8719be9 [2021-03-31T08:16:50.883Z] ---> f8d2b65ef000 [2021-03-31T08:16:50.883Z] Step 22/23 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb [2021-03-31T08:16:51.155Z] ---> Running in d9172328df74 [2021-03-31T08:16:51.155Z] Removing intermediate container 8182f0be2886 [2021-03-31T08:16:51.155Z] ---> 7e661c6b352b [2021-03-31T08:16:51.155Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-31T08:16:51.432Z] Removing intermediate container 20f535089f5b [2021-03-31T08:16:51.432Z] ---> fb3f5a4e73fc [2021-03-31T08:16:51.432Z] [2021-03-31T08:16:51.432Z] Removing intermediate container 8efa6d6a57c3 [2021-03-31T08:16:51.432Z] ---> e3384db96bb4 [2021-03-31T08:16:51.432Z] [2021-03-31T08:16:51.432Z] Removing intermediate container fc6a2ee6265f [2021-03-31T08:16:51.432Z] ---> 44081d5637ac [2021-03-31T08:16:51.432Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-31T08:16:51.704Z] Removing intermediate container d9172328df74 [2021-03-31T08:16:51.704Z] ---> 57efa1915907 [2021-03-31T08:16:51.704Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T08:16:51.704Z] ---> Running in f2297762f7ef [2021-03-31T08:16:51.981Z] ---> Running in b4bf84cbf4fa [2021-03-31T08:16:52.015Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-31T08:16:52.015Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-31T08:16:52.015Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-31T08:16:52.015Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-31T08:16:52.254Z] Successfully built e3384db96bb4 [2021-03-31T08:16:52.254Z] Successfully built fb3f5a4e73fc [2021-03-31T08:16:52.254Z] ---> 1559e8e11868 [2021-03-31T08:16:52.254Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-31T08:16:52.254Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-31T08:16:52.254Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-31T08:16:52.254Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-03-31T08:16:52.254Z] Building docker-security-secretstore-setup-go [2021-03-31T08:16:52.307Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-31T08:16:52.527Z]  Building docker-core-command-go ... done Removing intermediate container f2297762f7ef [2021-03-31T08:16:52.527Z] ---> 35f872a62657 [2021-03-31T08:16:52.527Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-31T08:16:52.639Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-31T08:16:52.639Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T08:16:52.639Z] OK: 8 MiB in 20 packages [2021-03-31T08:16:52.804Z] ---> Running in 7adff1643ffe [2021-03-31T08:16:52.804Z] Removing intermediate container b4bf84cbf4fa [2021-03-31T08:16:52.804Z] ---> 30d83bfb8e32 [2021-03-31T08:16:52.804Z] [2021-03-31T08:16:52.804Z] ---> Running in 4898d0a3e58d [2021-03-31T08:16:53.416Z] Successfully built 30d83bfb8e32 [2021-03-31T08:16:53.416Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-31T08:16:53.416Z] Building docker-core-data-go [2021-03-31T08:16:53.416Z]  Building docker-core-metadata-go ... done Removing intermediate container 4898d0a3e58d [2021-03-31T08:16:53.416Z] ---> bd4d402d4062 [2021-03-31T08:16:53.416Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-31T08:16:53.693Z] ---> Running in e60a47bc77cc [2021-03-31T08:16:54.291Z] Removing intermediate container e60a47bc77cc [2021-03-31T08:16:54.291Z] ---> a88e78d137ae [2021-03-31T08:16:54.291Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-31T08:16:54.838Z] Removing intermediate container e3d6eeda24e1 [2021-03-31T08:16:54.838Z] ---> 6f09a16c2ba1 [2021-03-31T08:16:54.838Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T08:16:55.555Z] ---> 3a12872c627e [2021-03-31T08:16:55.555Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-31T08:16:55.721Z] Removing intermediate container 7adff1643ffe [2021-03-31T08:16:55.721Z] ---> 8884e299cffd [2021-03-31T08:16:55.721Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-31T08:16:55.721Z] ---> 025d132868c0 [2021-03-31T08:16:55.721Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-31T08:16:55.721Z] ---> Running in b604ac998cfa [2021-03-31T08:16:56.310Z] ---> 959d2803f3c3 [2021-03-31T08:16:56.310Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-31T08:16:56.582Z] Removing intermediate container b604ac998cfa [2021-03-31T08:16:56.582Z] ---> 8a35586488ce [2021-03-31T08:16:56.582Z] Step 28/31 : CMD ["gate"] [2021-03-31T08:16:57.558Z] ---> Running in bee2e718f94c [2021-03-31T08:16:58.532Z] ---> 2902b0f4193e [2021-03-31T08:16:58.532Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-31T08:16:58.996Z] ---> d5a52d5000be [2021-03-31T08:16:58.996Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-31T08:16:59.140Z] Removing intermediate container bee2e718f94c [2021-03-31T08:16:59.140Z] ---> 5332f3cfed36 [2021-03-31T08:16:59.140Z] Step 29/31 : LABEL arch=arm64 [2021-03-31T08:16:59.646Z] ---> 30da58c78d71 [2021-03-31T08:16:59.646Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-31T08:16:59.730Z] ---> Running in 8d8878560382 [2021-03-31T08:16:59.963Z] ---> Running in b7143c28de5b [2021-03-31T08:17:01.171Z] ---> Running in 8137ebdc03e4 [2021-03-31T08:17:01.261Z] Removing intermediate container b7143c28de5b [2021-03-31T08:17:01.261Z] ---> 1704c6ac3ba7 [2021-03-31T08:17:01.261Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T08:17:01.261Z] ---> Running in 7b12ece07dee [2021-03-31T08:17:01.769Z] Removing intermediate container 8137ebdc03e4 [2021-03-31T08:17:01.769Z] ---> 0b00afca8bfb [2021-03-31T08:17:01.769Z] Step 30/31 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb [2021-03-31T08:17:02.041Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T08:17:02.041Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T08:17:02.064Z] Removing intermediate container 7b12ece07dee [2021-03-31T08:17:02.064Z] ---> c19bd9a5c426 [2021-03-31T08:17:02.064Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T08:17:02.064Z] ---> Running in 98936ea5ceb8 [2021-03-31T08:17:02.312Z] ---> Running in 9a3bc131ff08 [2021-03-31T08:17:02.582Z] Removing intermediate container 9a3bc131ff08 [2021-03-31T08:17:02.582Z] ---> 15bf6a837b0e [2021-03-31T08:17:02.582Z] Step 31/31 : LABEL version=0.0.0 [2021-03-31T08:17:02.857Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-31T08:17:02.857Z] (2/33) Installing expat (2.2.9-r1) [2021-03-31T08:17:02.857Z] (3/33) Installing libffi (3.3-r2) [2021-03-31T08:17:02.857Z] (4/33) Installing gdbm (1.13-r1) [2021-03-31T08:17:02.857Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-31T08:17:02.857Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-31T08:17:02.857Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-31T08:17:03.132Z] ---> Running in ca6aeeeae5d7 [2021-03-31T08:17:03.343Z] Removing intermediate container 98936ea5ceb8 [2021-03-31T08:17:03.343Z] ---> 616145c32ab0 [2021-03-31T08:17:03.343Z] Step 22/23 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb [2021-03-31T08:17:03.632Z] ---> Running in bb0154b59007 [2021-03-31T08:17:03.957Z] Removing intermediate container bb0154b59007 [2021-03-31T08:17:03.957Z] ---> 3606a9a22de8 [2021-03-31T08:17:03.957Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T08:17:04.306Z] ---> Running in e3a24a2e2314 [2021-03-31T08:17:04.963Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-31T08:17:05.124Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-31T08:17:05.124Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-31T08:17:05.124Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-31T08:17:05.124Z] Removing intermediate container ca6aeeeae5d7 [2021-03-31T08:17:05.124Z] ---> 16149cb7b708 [2021-03-31T08:17:05.124Z] [2021-03-31T08:17:05.124Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-31T08:17:05.124Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-31T08:17:05.124Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-31T08:17:05.124Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-31T08:17:05.124Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-31T08:17:05.124Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-31T08:17:05.124Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-31T08:17:05.124Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-31T08:17:05.124Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-31T08:17:05.124Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-31T08:17:05.124Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-31T08:17:05.124Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-31T08:17:05.124Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-31T08:17:05.124Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-31T08:17:05.124Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-31T08:17:05.124Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-31T08:17:05.124Z] Successfully built 16149cb7b708 [2021-03-31T08:17:05.124Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-31T08:17:05.124Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-31T08:17:05.124Z]  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go [2021-03-31T08:17:05.124Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-31T08:17:05.124Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-31T08:17:05.398Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-31T08:17:05.398Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-31T08:17:05.398Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-31T08:17:05.398Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-31T08:17:05.398Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T08:17:05.398Z] OK: 71 MiB in 55 packages [2021-03-31T08:17:05.445Z] Removing intermediate container e3a24a2e2314 [2021-03-31T08:17:05.445Z] ---> 5c01ac2a056a [2021-03-31T08:17:05.445Z] [2021-03-31T08:17:05.445Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-31T08:17:05.445Z] ---> aefe523efa57 [2021-03-31T08:17:05.445Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-31T08:17:05.784Z] ---> Running in 1a55908274a4 [2021-03-31T08:17:05.784Z] Successfully built 5c01ac2a056a [2021-03-31T08:17:06.082Z] Successfully tagged docker-core-data-go:latest [2021-03-31T08:17:06.431Z]  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T08:17:06.746Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T08:17:07.029Z] (1/2) Installing readline (8.0.4-r0) [2021-03-31T08:17:07.029Z] (2/2) Installing bash (5.0.17-r0) [2021-03-31T08:17:07.029Z] Executing bash-5.0.17-r0.post-install [2021-03-31T08:17:07.029Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T08:17:07.029Z] OK: 12 MiB in 22 packages [2021-03-31T08:17:08.130Z] Removing intermediate container 1a55908274a4 [2021-03-31T08:17:08.130Z] ---> 3a8b2564c11b [2021-03-31T08:17:08.130Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-31T08:17:08.130Z] ---> Running in 1eecc2d64de0 [2021-03-31T08:17:09.618Z] Removing intermediate container 1eecc2d64de0 [2021-03-31T08:17:09.618Z] ---> 9cfd9fc18f9c [2021-03-31T08:17:09.618Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-31T08:17:09.618Z] ---> Running in df64094fcf5c [2021-03-31T08:17:10.639Z] Removing intermediate container df64094fcf5c [2021-03-31T08:17:10.639Z] ---> f0ba5343b746 [2021-03-31T08:17:10.639Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-31T08:17:10.908Z] ---> Running in 850a443a0674 [2021-03-31T08:17:11.564Z] Removing intermediate container 850a443a0674 [2021-03-31T08:17:11.564Z] ---> f4adb0650de2 [2021-03-31T08:17:11.564Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-31T08:17:13.679Z] Removing intermediate container 8d8878560382 [2021-03-31T08:17:13.679Z] ---> df525945cf41 [2021-03-31T08:17:13.679Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-31T08:17:13.679Z] ---> Running in 2ca43f27d1a0 [2021-03-31T08:17:13.777Z] ---> 59287e1b05e6 [2021-03-31T08:17:13.777Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-31T08:17:15.016Z] ---> 44a5bb3b1b2d [2021-03-31T08:17:15.016Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-31T08:17:16.051Z] ---> 7fb684537445 [2021-03-31T08:17:16.051Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-31T08:17:16.051Z] ---> Running in 9abd2d99bd68 [2021-03-31T08:17:17.662Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T08:17:17.663Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T08:17:18.677Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-31T08:17:18.677Z] (2/33) Installing expat (2.2.9-r1) [2021-03-31T08:17:18.677Z] (3/33) Installing libffi (3.3-r2) [2021-03-31T08:17:18.677Z] (4/33) Installing gdbm (1.13-r1) [2021-03-31T08:17:18.677Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-31T08:17:19.038Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-31T08:17:19.038Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-31T08:17:19.077Z] Collecting docker-compose==1.23.2 [2021-03-31T08:17:19.077Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-31T08:17:20.055Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-31T08:17:20.055Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-31T08:17:20.559Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-31T08:17:20.559Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-31T08:17:20.559Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-31T08:17:20.559Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-31T08:17:20.559Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-31T08:17:20.559Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-31T08:17:20.559Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-31T08:17:20.559Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-31T08:17:20.559Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-31T08:17:20.559Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-31T08:17:20.559Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-31T08:17:20.559Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-31T08:17:20.559Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-31T08:17:20.559Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-31T08:17:20.559Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-31T08:17:20.852Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-31T08:17:20.852Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-31T08:17:20.852Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-31T08:17:20.852Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-31T08:17:20.852Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-31T08:17:20.852Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-31T08:17:20.852Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-31T08:17:20.852Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-31T08:17:20.852Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-31T08:17:21.057Z] Collecting PyYAML<4,>=3.10 [2021-03-31T08:17:21.057Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-31T08:17:21.134Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-31T08:17:21.135Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-31T08:17:21.135Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T08:17:21.135Z] OK: 71 MiB in 55 packages [2021-03-31T08:17:24.766Z] Collecting texttable<0.10,>=0.9.0 [2021-03-31T08:17:24.767Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-31T08:17:27.398Z] Collecting docker<4.0,>=3.6.0 [2021-03-31T08:17:27.398Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-31T08:17:27.994Z] Collecting docopt<0.7,>=0.6.1 [2021-03-31T08:17:27.994Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-31T08:17:31.393Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-31T08:17:31.393Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-31T08:17:31.663Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-31T08:17:31.663Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-31T08:17:33.080Z] Removing intermediate container 9abd2d99bd68 [2021-03-31T08:17:33.080Z] ---> 080b691362ba [2021-03-31T08:17:33.080Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-31T08:17:33.080Z] ---> Running in 1549a2ebae1f [2021-03-31T08:17:34.282Z] Collecting jsonschema<3,>=2.5.1 [2021-03-31T08:17:34.282Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-31T08:17:34.558Z] Collecting cached-property<2,>=1.2.0 [2021-03-31T08:17:34.558Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-31T08:17:34.558Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-31T08:17:34.832Z] Collecting docker-pycreds>=0.4.0 [2021-03-31T08:17:34.833Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-31T08:17:35.106Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-31T08:17:35.380Z] Collecting idna<2.8,>=2.5 [2021-03-31T08:17:35.380Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-31T08:17:35.380Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-31T08:17:35.871Z] Collecting docker-compose==1.23.2 [2021-03-31T08:17:36.005Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-31T08:17:36.149Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-31T08:17:36.278Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-31T08:17:36.278Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-31T08:17:36.278Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-31T08:17:36.278Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-31T08:17:36.278Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-31T08:17:36.843Z] Collecting PyYAML<4,>=3.10 [2021-03-31T08:17:36.843Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-31T08:17:37.721Z] Installing collected packages: websocket-client, PyYAML, texttable, docker-pycreds, idna, urllib3, requests, docker, docopt, dockerpty, jsonschema, cached-property, docker-compose [2021-03-31T08:17:37.722Z] Running setup.py install for PyYAML: started [2021-03-31T08:17:38.338Z] Collecting cached-property<2,>=1.2.0 [2021-03-31T08:17:38.338Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-31T08:17:38.338Z] Collecting docker<4.0,>=3.6.0 [2021-03-31T08:17:38.606Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-31T08:17:38.606Z] Collecting texttable<0.10,>=0.9.0 [2021-03-31T08:17:38.606Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-31T08:17:39.650Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-31T08:17:39.651Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-31T08:17:39.651Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-31T08:17:40.290Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-31T08:17:40.290Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-31T08:17:40.347Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-31T08:17:40.347Z] Running setup.py install for texttable: started [2021-03-31T08:17:40.556Z] Collecting jsonschema<3,>=2.5.1 [2021-03-31T08:17:40.557Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-31T08:17:40.557Z] Collecting docopt<0.7,>=0.6.1 [2021-03-31T08:17:40.557Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-31T08:17:41.734Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-31T08:17:41.734Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-31T08:17:41.790Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T08:17:41.790Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-31T08:17:41.790Z] ---> a01236442a79 [2021-03-31T08:17:41.790Z] Step 3/24 : WORKDIR /edgex-go [2021-03-31T08:17:41.790Z] ---> Using cache [2021-03-31T08:17:41.790Z] ---> 72c07d790fbb [2021-03-31T08:17:41.790Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T08:17:41.790Z] ---> Using cache [2021-03-31T08:17:41.790Z] ---> 308cf0b6518c [2021-03-31T08:17:41.790Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-31T08:17:41.790Z] ---> Using cache [2021-03-31T08:17:41.790Z] ---> f62b5564c200 [2021-03-31T08:17:42.065Z] Step 6/24 : COPY go.mod . [2021-03-31T08:17:42.065Z] ---> Using cache [2021-03-31T08:17:42.065Z] ---> 3016973b7976 [2021-03-31T08:17:42.065Z] Step 7/24 : RUN go mod download [2021-03-31T08:17:42.065Z] ---> Using cache [2021-03-31T08:17:42.065Z] ---> db8aec60dea2 [2021-03-31T08:17:42.065Z] Step 8/24 : COPY . . [2021-03-31T08:17:42.065Z] ---> Using cache [2021-03-31T08:17:42.065Z] ---> 5993fc2a3dc1 [2021-03-31T08:17:42.065Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-31T08:17:42.065Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T08:17:42.065Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T08:17:42.065Z] ---> a01236442a79 [2021-03-31T08:17:42.065Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T08:17:42.065Z] ---> Using cache [2021-03-31T08:17:42.065Z] ---> 72c07d790fbb [2021-03-31T08:17:42.065Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T08:17:42.065Z] ---> Using cache [2021-03-31T08:17:42.065Z] ---> 308cf0b6518c [2021-03-31T08:17:42.065Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-31T08:17:42.065Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T08:17:42.065Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T08:17:42.065Z] ---> a01236442a79 [2021-03-31T08:17:42.065Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T08:17:42.065Z] ---> Using cache [2021-03-31T08:17:42.065Z] ---> 72c07d790fbb [2021-03-31T08:17:42.065Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T08:17:42.065Z] ---> Using cache [2021-03-31T08:17:42.065Z] ---> 308cf0b6518c [2021-03-31T08:17:42.065Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-31T08:17:42.618Z] Collecting docker-pycreds>=0.4.0 [2021-03-31T08:17:42.618Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-31T08:17:42.618Z] Collecting idna<2.8,>=2.5 [2021-03-31T08:17:42.618Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-31T08:17:42.618Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-31T08:17:42.664Z] Running setup.py install for texttable: finished with status 'done' [2021-03-31T08:17:42.939Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-31T08:17:42.939Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-31T08:17:42.939Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-31T08:17:42.939Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-31T08:17:42.939Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-31T08:17:42.939Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-31T08:17:42.939Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-31T08:17:43.248Z] Installing collected packages: PyYAML, cached-property, docker-pycreds, idna, urllib3, requests, websocket-client, docker, texttable, jsonschema, docopt, dockerpty, docker-compose [2021-03-31T08:17:43.248Z] Running setup.py install for PyYAML: started [2021-03-31T08:17:44.112Z] Attempting uninstall: idna [2021-03-31T08:17:44.112Z] Found existing installation: idna 2.9 [2021-03-31T08:17:44.112Z] Uninstalling idna-2.9: [2021-03-31T08:17:44.406Z] Successfully uninstalled idna-2.9 [2021-03-31T08:17:44.420Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-31T08:17:44.420Z] Attempting uninstall: idna [2021-03-31T08:17:44.420Z] Found existing installation: idna 2.9 [2021-03-31T08:17:44.420Z] Uninstalling idna-2.9: [2021-03-31T08:17:44.420Z] Successfully uninstalled idna-2.9 [2021-03-31T08:17:45.014Z] Attempting uninstall: urllib3 [2021-03-31T08:17:45.014Z] Found existing installation: urllib3 1.25.9 [2021-03-31T08:17:45.014Z] Uninstalling urllib3-1.25.9: [2021-03-31T08:17:45.279Z] Successfully uninstalled urllib3-1.25.9 [2021-03-31T08:17:45.552Z] Attempting uninstall: requests [2021-03-31T08:17:45.552Z] Found existing installation: requests 2.23.0 [2021-03-31T08:17:45.552Z] Uninstalling requests-2.23.0: [2021-03-31T08:17:45.552Z] Successfully uninstalled requests-2.23.0 [2021-03-31T08:17:46.148Z] Running setup.py install for texttable: started [2021-03-31T08:17:46.382Z] Attempting uninstall: urllib3 [2021-03-31T08:17:46.383Z] Found existing installation: urllib3 1.25.9 [2021-03-31T08:17:46.383Z] Uninstalling urllib3-1.25.9: [2021-03-31T08:17:46.383Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T08:17:46.383Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-31T08:17:46.383Z] ---> a01236442a79 [2021-03-31T08:17:46.383Z] Step 3/21 : WORKDIR /edgex-go [2021-03-31T08:17:46.383Z] ---> Using cache [2021-03-31T08:17:46.383Z] ---> 72c07d790fbb [2021-03-31T08:17:46.383Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T08:17:46.383Z] ---> Using cache [2021-03-31T08:17:46.383Z] ---> 308cf0b6518c [2021-03-31T08:17:46.383Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-31T08:17:46.383Z] ---> Using cache [2021-03-31T08:17:46.383Z] ---> f62b5564c200 [2021-03-31T08:17:46.383Z] Step 6/21 : COPY go.mod . [2021-03-31T08:17:46.383Z] ---> Using cache [2021-03-31T08:17:46.383Z] ---> 3016973b7976 [2021-03-31T08:17:46.383Z] Step 7/21 : RUN go mod download [2021-03-31T08:17:46.383Z] ---> Using cache [2021-03-31T08:17:46.383Z] ---> db8aec60dea2 [2021-03-31T08:17:46.383Z] Step 8/21 : COPY . . [2021-03-31T08:17:46.383Z] ---> Using cache [2021-03-31T08:17:46.383Z] ---> 5993fc2a3dc1 [2021-03-31T08:17:46.383Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-31T08:17:46.383Z] Successfully uninstalled urllib3-1.25.9 [2021-03-31T08:17:47.815Z] Attempting uninstall: requests [2021-03-31T08:17:47.815Z] Found existing installation: requests 2.23.0 [2021-03-31T08:17:47.815Z] Uninstalling requests-2.23.0: [2021-03-31T08:17:47.815Z] Successfully uninstalled requests-2.23.0 [2021-03-31T08:17:48.268Z] Running setup.py install for texttable: finished with status 'done' [2021-03-31T08:17:48.268Z] Running setup.py install for docopt: started [2021-03-31T08:17:48.931Z] Running setup.py install for docopt: finished with status 'done' [2021-03-31T08:17:48.931Z] Running setup.py install for dockerpty: started [2021-03-31T08:17:49.247Z] ---> Running in 18a6bd835f68 [2021-03-31T08:17:49.247Z] ---> Running in 5de77ad4170d [2021-03-31T08:17:49.247Z] ---> Running in f83612605a22 [2021-03-31T08:17:49.247Z] ---> Running in 45d03107ce3d [2021-03-31T08:17:49.852Z] Running setup.py install for docopt: started [2021-03-31T08:17:49.950Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-31T08:17:50.238Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-31T08:17:50.836Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T08:17:51.107Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T08:17:51.381Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T08:17:51.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T08:17:51.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T08:17:52.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T08:17:52.526Z] Running setup.py install for docopt: finished with status 'done' [2021-03-31T08:17:52.526Z] Running setup.py install for dockerpty: started [2021-03-31T08:17:52.800Z] OK: 217 MiB in 51 packages [2021-03-31T08:17:53.395Z] OK: 217 MiB in 51 packages [2021-03-31T08:17:54.839Z] Removing intermediate container 18a6bd835f68 [2021-03-31T08:17:54.839Z] ---> f136142d0543 [2021-03-31T08:17:54.839Z] Step 6/22 : COPY go.mod . [2021-03-31T08:17:55.120Z] Removing intermediate container f83612605a22 [2021-03-31T08:17:55.121Z] ---> fbcfbcf19aea [2021-03-31T08:17:55.121Z] Step 6/23 : COPY go.mod . [2021-03-31T08:17:55.400Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-31T08:17:55.999Z] ---> a8bd11824fdf [2021-03-31T08:17:55.999Z] Step 7/22 : RUN go mod download [2021-03-31T08:17:56.050Z] Removing intermediate container 1549a2ebae1f [2021-03-31T08:17:56.050Z] ---> 6c34ed431d9a [2021-03-31T08:17:56.050Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-31T08:17:56.050Z] ---> Running in 03f169343522 [2021-03-31T08:17:56.274Z] ---> Running in ce4fb92190e8 [2021-03-31T08:17:56.548Z] ---> 8004dde2df67 [2021-03-31T08:17:56.548Z] Step 7/23 : RUN go mod download [2021-03-31T08:17:56.825Z] ---> Running in 953f415ef0db [2021-03-31T08:17:57.427Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-31T08:17:57.757Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T08:17:57.758Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T08:17:57.758Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T08:17:57.758Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-31T08:17:58.057Z] (3/3) Installing curl (7.69.1-r3) [2021-03-31T08:17:58.057Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T08:17:58.057Z] OK: 72 MiB in 58 packages [2021-03-31T08:17:59.083Z] Removing intermediate container 03f169343522 [2021-03-31T08:17:59.083Z] ---> e826b9b76e58 [2021-03-31T08:17:59.083Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-31T08:17:59.083Z] ---> Running in 11daaa400810 [2021-03-31T08:17:59.353Z] Removing intermediate container 11daaa400810 [2021-03-31T08:17:59.353Z] ---> 6f6f193295c1 [2021-03-31T08:17:59.353Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T08:17:59.353Z] ---> Running in 119162afa59d [2021-03-31T08:17:59.943Z] Removing intermediate container 119162afa59d [2021-03-31T08:17:59.943Z] ---> 3429df6b7086 [2021-03-31T08:17:59.943Z] Step 24/26 : LABEL arch=x86_64 [2021-03-31T08:17:59.943Z] ---> Running in f1d47306f07c [2021-03-31T08:18:00.235Z] Removing intermediate container f1d47306f07c [2021-03-31T08:18:00.235Z] ---> e86d0fb92b3a [2021-03-31T08:18:00.235Z] Step 25/26 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb [2021-03-31T08:18:00.566Z] ---> Running in 1307e3efaa76 [2021-03-31T08:18:00.906Z] Removing intermediate container 1307e3efaa76 [2021-03-31T08:18:00.906Z] ---> da206a1f382e [2021-03-31T08:18:00.906Z] Step 26/26 : LABEL version=0.0.0 [2021-03-31T08:18:01.321Z] ---> Running in ef16aa23440c [2021-03-31T08:18:01.755Z] Removing intermediate container ce4fb92190e8 [2021-03-31T08:18:01.755Z] ---> 5a73f0cbb73d [2021-03-31T08:18:01.755Z] Step 8/22 : COPY . . [2021-03-31T08:18:02.007Z] Removing intermediate container ef16aa23440c [2021-03-31T08:18:02.007Z] ---> 8a2679f5e1fe [2021-03-31T08:18:02.007Z] [2021-03-31T08:18:02.292Z] Successfully built 8a2679f5e1fe [2021-03-31T08:18:02.583Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-31T08:18:02.743Z] Removing intermediate container 953f415ef0db [2021-03-31T08:18:02.743Z] ---> df8c8e453c18 [2021-03-31T08:18:02.743Z] Step 8/23 : COPY . . [2021-03-31T08:18:02.923Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-31T08:18:02.936Z] $ docker stop --time=1 a702a890ec18274b9a8f973f308fa69c9d4ee09515b7f7dbbce29933af876e58 [2021-03-31T08:18:04.742Z] Removing intermediate container 2ca43f27d1a0 [2021-03-31T08:18:04.742Z] ---> 74ad4b8a85dd [2021-03-31T08:18:04.742Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-31T08:18:05.734Z] ---> Running in bf33fbe3881e [2021-03-31T08:18:05.975Z] $ docker rm -f a702a890ec18274b9a8f973f308fa69c9d4ee09515b7f7dbbce29933af876e58 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T08:18:06.996Z] + docker images [2021-03-31T08:18:06.996Z] + grep docker [2021-03-31T08:18:08.026Z] docker-sys-mgmt-agent-go latest 8a2679f5e1fe 6 seconds ago 314MB [2021-03-31T08:18:08.026Z] docker-core-data-go latest 5c01ac2a056a About a minute ago 22.7MB [2021-03-31T08:18:08.026Z] docker-security-bootstrapper-go latest 8735d36f671a About a minute ago 18.9MB [2021-03-31T08:18:08.026Z] docker-core-command-go latest ca1be146e212 2 minutes ago 17.3MB [2021-03-31T08:18:08.026Z] docker-security-secretstore-setup-go latest d578d7cdf518 4 minutes ago 25.7MB [2021-03-31T08:18:08.026Z] docker-support-notifications-go latest 133854462f6f 4 minutes ago 17.9MB [2021-03-31T08:18:08.027Z] docker-core-metadata-go latest fb85a197adf0 4 minutes ago 19MB [2021-03-31T08:18:08.027Z] docker-support-scheduler-go latest 6c3ff7e5c497 4 minutes ago 17.4MB [2021-03-31T08:18:08.027Z] docker-security-proxy-setup-go latest 7c59cbaadeda 4 minutes ago 25.4MB [2021-03-31T08:18:08.027Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-03-31T08:18:08.376Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2021-03-31T08:18:08.661Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-31T08:18:09.264Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T08:18:09.264Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-31T08:18:09.264Z] (3/3) Installing curl (7.69.1-r3) [2021-03-31T08:18:09.264Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T08:18:09.264Z] OK: 72 MiB in 58 packages [2021-03-31T08:18:14.729Z] Removing intermediate container bf33fbe3881e [2021-03-31T08:18:14.729Z] ---> 9c5ff339db07 [2021-03-31T08:18:14.729Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-31T08:18:15.008Z] ---> Running in cd7f7688f69c [2021-03-31T08:18:16.488Z] Removing intermediate container cd7f7688f69c [2021-03-31T08:18:16.488Z] ---> 21cceb1b136b [2021-03-31T08:18:16.488Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T08:18:17.097Z] ---> Running in 5cb627ab7b6b [2021-03-31T08:18:19.096Z] Removing intermediate container 5cb627ab7b6b [2021-03-31T08:18:19.096Z] ---> 45846d1a3772 [2021-03-31T08:18:19.096Z] Step 24/26 : LABEL arch=arm64 [2021-03-31T08:18:19.096Z] ---> Running in f3c22950ec4d [2021-03-31T08:18:20.552Z] Removing intermediate container f3c22950ec4d [2021-03-31T08:18:20.552Z] ---> 95624af6f50b [2021-03-31T08:18:20.552Z] Step 25/26 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb [2021-03-31T08:18:20.829Z] ---> Running in 60937dbe6c6f [2021-03-31T08:18:22.282Z] Removing intermediate container 60937dbe6c6f [2021-03-31T08:18:22.282Z] ---> 7d3a25d70163 [2021-03-31T08:18:22.282Z] Step 26/26 : LABEL version=0.0.0 [2021-03-31T08:18:23.290Z] ---> Running in 44e6998ce675 [2021-03-31T08:18:23.848Z] Still waiting to schedule task [2021-03-31T08:18:23.849Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-31T08:18:24.734Z] Removing intermediate container 44e6998ce675 [2021-03-31T08:18:24.734Z] ---> b46d1ea04778 [2021-03-31T08:18:24.734Z] [2021-03-31T08:18:26.176Z] Successfully built b46d1ea04778 [2021-03-31T08:18:26.176Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-31T08:18:32.908Z]  Building docker-sys-mgmt-agent-go ... done  ---> 2b3c4e5ad39e [2021-03-31T08:18:32.908Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-31T08:18:32.908Z] ---> Running in bd155547369c [2021-03-31T08:18:33.514Z] ---> bd1bc395335b [2021-03-31T08:18:33.514Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-31T08:18:33.514Z] ---> Running in f638081e9be3 [2021-03-31T08:18:34.969Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T08:18:35.570Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T08:18:57.762Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T08:18:58.745Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T08:19:12.578Z] Running on prd-ubuntu18.04-docker-8c-8g-32231 in /w/workspace/edgexfoundry_edgex-go_PR-3327 [Pipeline] { [Pipeline] ws [2021-03-31T08:19:12.636Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-03-31T08:19:15.313Z] using credential edgex-jenkins-ssh [2021-03-31T08:19:15.381Z] Cloning the remote Git repository [2021-03-31T08:19:15.425Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-31T08:19:15.509Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-03-31T08:19:15.556Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T08:19:15.556Z] > git --version # timeout=10 [2021-03-31T08:19:15.564Z] > git --version # 'git version 2.17.1' [2021-03-31T08:19:15.565Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T08:19:15.595Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T08:19:17.103Z] Removing intermediate container 5de77ad4170d [2021-03-31T08:19:17.103Z] ---> 4e993d2710ef [2021-03-31T08:19:17.103Z] [2021-03-31T08:19:17.103Z] Step 10/24 : FROM alpine:3.12 [2021-03-31T08:19:17.103Z] ---> e47305ac9786 [2021-03-31T08:19:17.103Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-31T08:19:17.103Z] ---> Running in 58c6accac3fb [2021-03-31T08:19:17.103Z] Removing intermediate container 45d03107ce3d [2021-03-31T08:19:17.103Z] ---> b992f2bcadf4 [2021-03-31T08:19:17.103Z] [2021-03-31T08:19:17.103Z] Step 10/21 : FROM alpine:3.12 [2021-03-31T08:19:17.103Z] ---> e47305ac9786 [2021-03-31T08:19:17.103Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-31T08:19:17.103Z] ---> Running in 35a63973c7bc [2021-03-31T08:19:17.744Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T08:19:18.019Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T08:19:18.301Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T08:19:18.574Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T08:19:18.574Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-31T08:19:18.849Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T08:19:18.849Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-31T08:19:18.849Z] (4/6) Installing curl (7.69.1-r3) [2021-03-31T08:19:18.849Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-31T08:19:18.849Z] (6/6) Installing su-exec (0.2-r1) [2021-03-31T08:19:18.849Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T08:19:18.849Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T08:19:19.123Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-31T08:19:19.123Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T08:19:19.123Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-31T08:19:19.123Z] (4/4) Installing curl (7.69.1-r3) [2021-03-31T08:19:19.123Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T08:19:19.123Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T08:19:19.123Z] OK: 7 MiB in 20 packages [2021-03-31T08:19:19.400Z] OK: 7 MiB in 18 packages [2021-03-31T08:19:22.062Z] Removing intermediate container 58c6accac3fb [2021-03-31T08:19:22.062Z] ---> d380093697a4 [2021-03-31T08:19:22.062Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T08:19:22.349Z] ---> Running in 39342f50edf1 [2021-03-31T08:19:22.349Z] Removing intermediate container 35a63973c7bc [2021-03-31T08:19:22.349Z] ---> 9b15fefbc8c0 [2021-03-31T08:19:22.349Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T08:19:22.349Z] ---> Running in 207ea03d72f2 [2021-03-31T08:19:22.956Z] Removing intermediate container 39342f50edf1 [2021-03-31T08:19:22.956Z] ---> 631c8802003a [2021-03-31T08:19:22.956Z] Step 13/24 : WORKDIR / [2021-03-31T08:19:23.247Z] ---> Running in 7a67ad109b28 [2021-03-31T08:19:23.247Z] Removing intermediate container 207ea03d72f2 [2021-03-31T08:19:23.247Z] ---> 99fec99a5956 [2021-03-31T08:19:23.247Z] Step 13/21 : WORKDIR /edgex [2021-03-31T08:19:23.528Z] ---> Running in 034d97e8d0e1 [2021-03-31T08:19:23.597Z] Merging remotes/origin/master commit 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb [2021-03-31T08:19:23.780Z] Merge succeeded, producing 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb [2021-03-31T08:19:23.781Z] Checking out Revision 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb (PR-3327) [2021-03-31T08:19:23.810Z] Removing intermediate container 7a67ad109b28 [2021-03-31T08:19:23.810Z] ---> 90b8c9bc0047 [2021-03-31T08:19:23.810Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-31T08:19:22.864Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T08:19:22.873Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T08:19:22.884Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T08:19:22.899Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T08:19:22.899Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T08:19:22.905Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3327/head:refs/remotes/origin/PR-3327 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T08:19:23.609Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T08:19:23.614Z] > git checkout -f 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb # timeout=10 [2021-03-31T08:19:23.751Z] > git remote # timeout=10 [2021-03-31T08:19:23.759Z] > git config --get remote.origin.url # timeout=10 [2021-03-31T08:19:23.764Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T08:19:23.768Z] > git merge 455f88eb7f104c981a27c2f244562def9f736fdb # timeout=10 [2021-03-31T08:19:23.778Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-31T08:19:23.787Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T08:19:23.792Z] > git checkout -f 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb # timeout=10 [2021-03-31T08:19:24.416Z] Removing intermediate container 034d97e8d0e1 [2021-03-31T08:19:24.416Z] ---> ad31d54e6e56 [2021-03-31T08:19:24.416Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-31T08:19:25.408Z] ---> b711ac14f352 [2021-03-31T08:19:25.408Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-31T08:19:26.020Z] ---> cfcfd5eca6c3 [2021-03-31T08:19:26.020Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-31T08:19:26.629Z] ---> 9276b72858e9 [2021-03-31T08:19:26.629Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-31T08:19:27.572Z] Commit message: "feat(notifications): Check Subscription with empty categories,labels" [Pipeline] withEnv [Pipeline] { [2021-03-31T08:19:28.079Z] ---> e7703af0d0c5 [2021-03-31T08:19:28.079Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [Pipeline] libraryResource [Pipeline] sh [2021-03-31T08:19:28.357Z] ---> 9a13e55340f2 [2021-03-31T08:19:28.357Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-31T08:19:28.850Z] + echo snap-build.sh [2021-03-31T08:19:28.850Z] snap-build.sh [2021-03-31T08:19:28.850Z] + SNAP_BASE_DIR=. [2021-03-31T08:19:28.850Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-03-31T08:19:28.850Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-03-31T08:19:28.850Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-03-31T08:19:28.850Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-03-31T08:19:28.850Z] + cd /w/workspace/edgex-go/4 [2021-03-31T08:19:28.850Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-31T08:19:28.850Z] Reading package lists... [2021-03-31T08:19:29.429Z] Building dependency tree... [2021-03-31T08:19:29.429Z] Reading state information... [2021-03-31T08:19:29.691Z] The following packages were automatically installed and are no longer required: [2021-03-31T08:19:29.691Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-31T08:19:29.691Z] uidmap xdelta3 [2021-03-31T08:19:29.691Z] Use 'sudo apt autoremove' to remove them. [2021-03-31T08:19:29.954Z] The following packages will be REMOVED: [2021-03-31T08:19:29.954Z] lxd* lxd-client* [2021-03-31T08:19:30.528Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-31T08:19:30.528Z] After this operation, 31.7 MB disk space will be freed. [2021-03-31T08:19:30.993Z] ---> 3052f74f3555 [2021-03-31T08:19:30.993Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-31T08:19:30.993Z] ---> 2ad4fb773685 [2021-03-31T08:19:30.993Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-31T08:19:30.993Z] ---> Running in 055e920a888f [2021-03-31T08:19:31.850Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-31T08:19:31.850Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-31T08:19:31.985Z] Removing intermediate container 055e920a888f [2021-03-31T08:19:31.985Z] ---> 585f6b18e2df [2021-03-31T08:19:31.985Z] Step 18/21 : CMD ["--init=true"] [2021-03-31T08:19:32.264Z] ---> Running in 1590adf7d610 [2021-03-31T08:19:32.867Z] ---> 135d7cbc1dd6 [2021-03-31T08:19:32.867Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-31T08:19:32.867Z] Removing intermediate container 1590adf7d610 [2021-03-31T08:19:32.867Z] ---> 82b66c79552f [2021-03-31T08:19:32.867Z] Step 19/21 : LABEL arch=arm64 [2021-03-31T08:19:33.147Z] ---> Running in 9d94c518916b [2021-03-31T08:19:33.246Z] Removing lxd dnsmasq configuration [2021-03-31T08:19:33.247Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-31T08:19:33.509Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-31T08:19:34.148Z] Removing intermediate container 9d94c518916b [2021-03-31T08:19:34.148Z] ---> 2a351c264427 [2021-03-31T08:19:34.148Z] Step 20/21 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb [2021-03-31T08:19:34.148Z] ---> 3cb84d193249 [2021-03-31T08:19:34.148Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-31T08:19:34.424Z] ---> Running in 1debde3022da [2021-03-31T08:19:34.424Z] ---> Running in 0c916c89a97a [2021-03-31T08:19:34.459Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-31T08:19:34.721Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-31T08:19:34.721Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-31T08:19:35.413Z] Removing intermediate container 1debde3022da [2021-03-31T08:19:35.413Z] ---> a5c2d5d7f593 [2021-03-31T08:19:35.413Z] Step 21/21 : LABEL version=0.0.0 [2021-03-31T08:19:35.413Z] ---> Running in 908738dc3e55 [2021-03-31T08:19:36.402Z] Removing intermediate container 908738dc3e55 [2021-03-31T08:19:36.402Z] ---> e8b83b562db0 [2021-03-31T08:19:36.402Z] [2021-03-31T08:19:36.643Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-31T08:19:36.643Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-31T08:19:37.007Z] Successfully built e8b83b562db0 [2021-03-31T08:19:37.007Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-31T08:19:38.460Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 0c916c89a97a [2021-03-31T08:19:38.460Z] ---> 3d6acdcf1868 [2021-03-31T08:19:38.460Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-31T08:19:38.460Z] ---> Running in 78a19065a26d [2021-03-31T08:19:39.063Z] Removing intermediate container 78a19065a26d [2021-03-31T08:19:39.063Z] ---> 8888666a5937 [2021-03-31T08:19:39.063Z] Step 22/24 : LABEL arch=arm64 [2021-03-31T08:19:39.214Z] + sudo snap remove --purge lxd [2021-03-31T08:19:39.214Z] snap "lxd" is not installed [2021-03-31T08:19:39.214Z] + sudo groupadd --force --system lxd [2021-03-31T08:19:39.214Z] ++ whoami [2021-03-31T08:19:39.215Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-31T08:19:39.215Z] + newgrp - lxd [2021-03-31T08:19:39.215Z] + sudo snap install lxd [2021-03-31T08:19:39.347Z] ---> Running in c74540ee851e [2021-03-31T08:19:39.948Z] Removing intermediate container c74540ee851e [2021-03-31T08:19:39.948Z] ---> d0a1bc4bd5d0 [2021-03-31T08:19:39.948Z] Step 23/24 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb [2021-03-31T08:19:40.231Z] ---> Running in 3cf4c1c8eebd [2021-03-31T08:19:40.844Z] Removing intermediate container 3cf4c1c8eebd [2021-03-31T08:19:40.844Z] ---> 3eaf46667646 [2021-03-31T08:19:40.844Z] Step 24/24 : LABEL version=0.0.0 [2021-03-31T08:19:41.457Z] ---> Running in 9ac19cc20548 [2021-03-31T08:19:42.059Z] Removing intermediate container 9ac19cc20548 [2021-03-31T08:19:42.059Z] ---> ee0a621fa476 [2021-03-31T08:19:42.059Z] [2021-03-31T08:19:42.337Z] Successfully built ee0a621fa476 [2021-03-31T08:19:42.337Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-31T08:19:49.238Z] 2021-03-31T08:19:46Z INFO Waiting for automatic snapd restart... [2021-03-31T08:19:54.792Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container bd155547369c [2021-03-31T08:19:54.793Z] ---> f0e1b03a3bd2 [2021-03-31T08:19:55.120Z] [2021-03-31T08:19:55.120Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T08:19:55.120Z] ---> e47305ac9786 [2021-03-31T08:19:55.120Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-31T08:19:55.120Z] ---> Running in 60cc9b82b44e [2021-03-31T08:19:56.699Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T08:19:56.699Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T08:19:57.379Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-31T08:19:57.379Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-31T08:19:57.379Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T08:19:57.379Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T08:19:57.655Z] OK: 6 MiB in 16 packages [2021-03-31T08:19:59.676Z] Removing intermediate container 60cc9b82b44e [2021-03-31T08:19:59.676Z] ---> f4c9a6f0022e [2021-03-31T08:19:59.676Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T08:19:59.948Z] ---> Running in 3b1e6f5a00a9 [2021-03-31T08:20:00.542Z] Removing intermediate container 3b1e6f5a00a9 [2021-03-31T08:20:00.542Z] ---> 5e987e8e300e [2021-03-31T08:20:00.542Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-31T08:20:00.814Z] ---> Running in 35ba76d930eb [2021-03-31T08:20:01.410Z] Removing intermediate container 35ba76d930eb [2021-03-31T08:20:01.410Z] ---> 4cce516bdf39 [2021-03-31T08:20:01.410Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T08:20:02.008Z] ---> Running in 6eba1d41ef7c [2021-03-31T08:20:02.615Z] Removing intermediate container 6eba1d41ef7c [2021-03-31T08:20:02.616Z] ---> 9d2b2c865299 [2021-03-31T08:20:02.616Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T08:20:02.889Z] Removing intermediate container f638081e9be3 [2021-03-31T08:20:02.889Z] ---> 59efde34e3a7 [2021-03-31T08:20:02.889Z] [2021-03-31T08:20:02.889Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T08:20:02.889Z] ---> e47305ac9786 [2021-03-31T08:20:02.889Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-31T08:20:03.161Z] ---> Running in 4cd3222697a7 [2021-03-31T08:20:03.432Z] ---> 5cd5bfaef063 [2021-03-31T08:20:03.432Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-31T08:20:03.705Z] Removing intermediate container 4cd3222697a7 [2021-03-31T08:20:03.705Z] ---> f06e2d7a1368 [2021-03-31T08:20:03.705Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-31T08:20:03.705Z] ---> Running in f90a4b44c109 [2021-03-31T08:20:04.296Z] Removing intermediate container f90a4b44c109 [2021-03-31T08:20:04.296Z] ---> 32f6d44a63e8 [2021-03-31T08:20:04.296Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-31T08:20:04.569Z] ---> Running in ba8d30ab250c [2021-03-31T08:20:04.569Z] ---> eea2861d72d0 [2021-03-31T08:20:04.569Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-31T08:20:05.159Z] Removing intermediate container ba8d30ab250c [2021-03-31T08:20:05.159Z] ---> 54919a4b45eb [2021-03-31T08:20:05.159Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T08:20:05.159Z] ---> Running in a027a92e0405 [2021-03-31T08:20:05.432Z] ---> da5ca9f4b015 [2021-03-31T08:20:05.433Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-31T08:20:05.706Z] ---> Running in cc343c52cceb [2021-03-31T08:20:06.303Z] Removing intermediate container cc343c52cceb [2021-03-31T08:20:06.303Z] ---> 2fc31425e15d [2021-03-31T08:20:06.303Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T08:20:06.303Z] ---> Running in 311f97b2dfca [2021-03-31T08:20:06.898Z] Removing intermediate container 311f97b2dfca [2021-03-31T08:20:06.899Z] ---> 5ac3308bcc7d [2021-03-31T08:20:06.899Z] Step 20/22 : LABEL arch=arm64 [2021-03-31T08:20:07.173Z] ---> Running in 59b487e1785a [2021-03-31T08:20:07.450Z] Removing intermediate container a027a92e0405 [2021-03-31T08:20:07.450Z] ---> 32fcf217fdae [2021-03-31T08:20:07.450Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-31T08:20:07.450Z] Removing intermediate container 59b487e1785a [2021-03-31T08:20:07.450Z] ---> 4b9703f1f651 [2021-03-31T08:20:07.450Z] Step 21/22 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb [2021-03-31T08:20:07.722Z] ---> Running in b65d08795fd7 [2021-03-31T08:20:07.722Z] ---> Running in 426ebe5d2c38 [2021-03-31T08:20:08.317Z] Removing intermediate container 426ebe5d2c38 [2021-03-31T08:20:08.317Z] ---> 8837cf1b88bd [2021-03-31T08:20:08.317Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T08:20:08.591Z] ---> Running in f1eef4ecf926 [2021-03-31T08:20:08.862Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T08:20:09.134Z] Removing intermediate container f1eef4ecf926 [2021-03-31T08:20:09.134Z] ---> 06e2db4e7893 [2021-03-31T08:20:09.134Z] [2021-03-31T08:20:09.405Z] Successfully built 06e2db4e7893 [2021-03-31T08:20:09.405Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-31T08:20:09.673Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T08:20:10.643Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-31T08:20:10.643Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-31T08:20:10.643Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-31T08:20:10.913Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-31T08:20:11.183Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-31T08:20:11.183Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-31T08:20:11.455Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T08:20:11.455Z] OK: 8 MiB in 20 packages [2021-03-31T08:20:12.439Z] Removing intermediate container b65d08795fd7 [2021-03-31T08:20:12.439Z] ---> 4c27e4ef594f [2021-03-31T08:20:12.439Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T08:20:13.419Z] ---> b028fa896b78 [2021-03-31T08:20:13.419Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-31T08:20:14.390Z] ---> b7e736cc34ed [2021-03-31T08:20:14.391Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-31T08:20:15.367Z] ---> c7d70a910285 [2021-03-31T08:20:15.367Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-31T08:20:15.367Z] ---> Running in 0dbd4475df2f [2021-03-31T08:20:15.640Z] Removing intermediate container 0dbd4475df2f [2021-03-31T08:20:15.640Z] ---> 1438ae141125 [2021-03-31T08:20:15.640Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T08:20:15.910Z] ---> Running in 6edd40041e4b [2021-03-31T08:20:16.182Z] Removing intermediate container 6edd40041e4b [2021-03-31T08:20:16.182Z] ---> e1bda7e45a90 [2021-03-31T08:20:16.182Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T08:20:16.454Z] ---> Running in 84b2082fce1d [2021-03-31T08:20:16.725Z] Removing intermediate container 84b2082fce1d [2021-03-31T08:20:16.725Z] ---> 5d242c7350ab [2021-03-31T08:20:16.725Z] Step 22/23 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb [2021-03-31T08:20:16.997Z] ---> Running in 424bb5f86f20 [2021-03-31T08:20:17.589Z] Removing intermediate container 424bb5f86f20 [2021-03-31T08:20:17.589Z] ---> c5f1455efcf5 [2021-03-31T08:20:17.589Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T08:20:17.589Z] ---> Running in 6b4cc3f124f0 [2021-03-31T08:20:18.180Z] Removing intermediate container 6b4cc3f124f0 [2021-03-31T08:20:18.180Z] ---> 27e475577afb [2021-03-31T08:20:18.180Z] [2021-03-31T08:20:18.456Z] Successfully built 27e475577afb [2021-03-31T08:20:18.457Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-31T08:20:19.062Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-31T08:20:19.082Z] $ docker stop --time=1 7d734f2ae99d500fd1e47ab8c8186fdd7974315f7121ff1c159a602ef9cc3705 [2021-03-31T08:20:21.024Z] $ docker rm -f 7d734f2ae99d500fd1e47ab8c8186fdd7974315f7121ff1c159a602ef9cc3705 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T08:20:21.734Z] + + grep dockerdocker [2021-03-31T08:20:21.734Z] images [2021-03-31T08:20:22.005Z] docker-core-data-go-arm64 latest 27e475577afb 4 seconds ago 21.4MB [2021-03-31T08:20:22.005Z] docker-support-notifications-go-arm64 latest 06e2db4e7893 13 seconds ago 16.9MB [2021-03-31T08:20:22.005Z] docker-security-secretstore-setup-go-arm64 latest ee0a621fa476 40 seconds ago 24.4MB [2021-03-31T08:20:22.005Z] docker-security-proxy-setup-go-arm64 latest e8b83b562db0 46 seconds ago 24.1MB [2021-03-31T08:20:22.005Z] docker-sys-mgmt-agent-go-arm64 latest b46d1ea04778 About a minute ago 301MB [2021-03-31T08:20:22.005Z] docker-security-bootstrapper-go-arm64 latest 16149cb7b708 3 minutes ago 17.9MB [2021-03-31T08:20:22.005Z] docker-core-metadata-go-arm64 latest 30d83bfb8e32 3 minutes ago 17.9MB [2021-03-31T08:20:22.005Z] docker-core-command-go-arm64 latest e3384db96bb4 3 minutes ago 16.3MB [2021-03-31T08:20:22.005Z] docker-support-scheduler-go-arm64 latest fb3f5a4e73fc 3 minutes ago 16.4MB [2021-03-31T08:20:22.005Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-31T08:20:22.972Z] ---> job-cost.sh [2021-03-31T08:20:22.973Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-EsLI [2021-03-31T08:20:36.008Z] lxd 4.12 from Canonical* installed [2021-03-31T08:20:36.008Z] + sudo lxd init --auto [2021-03-31T08:20:46.029Z] + sudo snap install --classic snapcraft [2021-03-31T08:21:00.958Z] snapcraft 4.6 from Canonical* installed [2021-03-31T08:21:00.958Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-31T08:21:00.958Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-31T08:21:00.958Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T08:21:00.958Z] Dload Upload Total Spent Left Speed [2021-03-31T08:21:00.958Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 2762 0 --:--:-- --:--:-- --:--:-- 2762 [2021-03-31T08:21:00.958Z] 100 3325k 100 3325k 0 0 7135k 0 --:--:-- --:--:-- --:--:-- 7135k [2021-03-31T08:21:00.958Z] ./yq_linux_amd64 [2021-03-31T08:21:00.958Z] + sudo snapcraft prime --use-lxd [2021-03-31T08:21:01.530Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-31T08:21:01.530Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-31T08:21:01.530Z] - README.md [2021-03-31T08:21:01.530Z] [2021-03-31T08:21:01.530Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-31T08:21:01.899Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-31T08:21:02.916Z] Launching a container. [2021-03-31T08:21:17.841Z] Waiting for container to be ready [2021-03-31T08:21:17.841Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-31T08:21:17.841Z] [2021-03-31T08:21:21.153Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-31T08:21:21.413Z] Waiting for network to be ready... [2021-03-31T08:21:21.675Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-31T08:21:21.937Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] [2021-03-31T08:21:21.937Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-31T08:21:21.937Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-31T08:21:21.937Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-31T08:21:21.937Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-31T08:21:21.937Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-31T08:21:21.937Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-31T08:21:21.937Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-31T08:21:22.199Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-31T08:21:22.461Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-31T08:21:22.461Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-31T08:21:22.723Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-31T08:21:22.723Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-31T08:21:22.723Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-31T08:21:22.723Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-31T08:21:22.723Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-31T08:21:22.723Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-31T08:21:22.985Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-31T08:21:23.565Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-31T08:21:23.566Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-31T08:21:23.566Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-31T08:21:23.566Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-31T08:21:23.566Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-31T08:21:23.566Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-31T08:21:23.566Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-31T08:21:23.566Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-31T08:21:27.790Z] Fetched 24.2 MB in 6s (4121 kB/s) [2021-03-31T08:21:29.730Z] Reading package lists... [2021-03-31T08:21:29.730Z] Reading package lists... [2021-03-31T08:21:29.993Z] Building dependency tree... [2021-03-31T08:21:29.993Z] Reading state information... [2021-03-31T08:21:29.993Z] The following additional packages will be installed: [2021-03-31T08:21:29.993Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-31T08:21:29.993Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-31T08:21:29.993Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-31T08:21:29.993Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-31T08:21:29.993Z] Suggested packages: [2021-03-31T08:21:29.993Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-31T08:21:29.993Z] Recommended packages: [2021-03-31T08:21:29.993Z] gnupg libsasl2-modules [2021-03-31T08:21:29.993Z] The following NEW packages will be installed: [2021-03-31T08:21:29.993Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-31T08:21:29.993Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-31T08:21:29.993Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-31T08:21:29.993Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-31T08:21:29.993Z] The following packages will be upgraded: [2021-03-31T08:21:29.993Z] gpg gpg-agent gpgconf libudev1 [2021-03-31T08:21:30.569Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-31T08:21:30.569Z] Need to get 3530 kB of archives. [2021-03-31T08:21:30.569Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-31T08:21:30.569Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-31T08:21:30.569Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-31T08:21:30.569Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-31T08:21:30.569Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-31T08:21:30.569Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-31T08:21:30.569Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-31T08:21:31.146Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-31T08:21:31.146Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-31T08:21:31.146Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-31T08:21:31.146Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-31T08:21:31.146Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-31T08:21:31.146Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-31T08:21:31.146Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-31T08:21:31.146Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-31T08:21:31.146Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-31T08:21:31.146Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-31T08:21:31.146Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-31T08:21:31.146Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-31T08:21:31.146Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-31T08:21:31.146Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-31T08:21:31.409Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-31T08:21:31.409Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-31T08:21:31.409Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T08:21:31.409Z] Fetched 3530 kB in 1s (3037 kB/s) [2021-03-31T08:21:31.673Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-31T08:21:31.673Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-31T08:21:31.673Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T08:21:31.673Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-31T08:21:31.936Z] Selecting previously unselected package udev. [2021-03-31T08:21:31.936Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-31T08:21:31.936Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-31T08:21:31.936Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-31T08:21:32.202Z] Selecting previously unselected package libfuse2:amd64. [2021-03-31T08:21:32.202Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-31T08:21:32.202Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-31T08:21:32.465Z] Selecting previously unselected package fuse. [2021-03-31T08:21:32.465Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-31T08:21:32.465Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-31T08:21:32.465Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T08:21:32.465Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T08:21:32.727Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T08:21:32.727Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T08:21:32.990Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T08:21:32.990Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T08:21:32.990Z] Selecting previously unselected package libksba8:amd64. [2021-03-31T08:21:32.990Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-31T08:21:32.990Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-31T08:21:33.253Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-31T08:21:33.253Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T08:21:33.253Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T08:21:33.253Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-31T08:21:33.253Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T08:21:33.253Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T08:21:33.515Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-31T08:21:33.515Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T08:21:33.515Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T08:21:33.515Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-31T08:21:33.515Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T08:21:33.515Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T08:21:33.777Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-31T08:21:33.777Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T08:21:33.777Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T08:21:33.777Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-31T08:21:33.777Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T08:21:33.777Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T08:21:33.777Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-31T08:21:33.777Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T08:21:33.777Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T08:21:34.040Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-31T08:21:34.040Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T08:21:34.040Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T08:21:34.040Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-31T08:21:34.040Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T08:21:34.040Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T08:21:34.302Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-31T08:21:34.303Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-31T08:21:34.303Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T08:21:34.303Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-31T08:21:34.303Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-31T08:21:34.303Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T08:21:34.568Z] Selecting previously unselected package libldap-common. [2021-03-31T08:21:34.568Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-31T08:21:34.568Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T08:21:34.568Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-31T08:21:34.568Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-31T08:21:34.568Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T08:21:34.836Z] Selecting previously unselected package dirmngr. [2021-03-31T08:21:34.836Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T08:21:34.836Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-31T08:21:35.099Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T08:21:35.363Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-31T08:21:35.363Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-31T08:21:35.363Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T08:21:35.363Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T08:21:35.363Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-31T08:21:35.363Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T08:21:35.363Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-31T08:21:35.627Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T08:21:35.627Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-31T08:21:36.203Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-31T08:21:36.203Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T08:21:36.203Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-31T08:21:36.467Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-31T08:21:36.467Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-31T08:21:36.467Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T08:21:36.467Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T08:21:36.467Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T08:21:36.467Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T08:21:36.467Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T08:21:36.467Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T08:21:36.467Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T08:21:36.731Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T08:21:36.731Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-31T08:21:36.731Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T08:21:37.678Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-31T08:21:37.679Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-31T08:21:37.679Z] This means they are not meant to be enabled using systemctl. [2021-03-31T08:21:37.679Z] Possible reasons for having this kind of units are: [2021-03-31T08:21:37.679Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-31T08:21:37.679Z] .wants/ or .requires/ directory. [2021-03-31T08:21:37.679Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-31T08:21:37.679Z] a requirement dependency on it. [2021-03-31T08:21:37.679Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-31T08:21:37.679Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-31T08:21:37.679Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-31T08:21:37.679Z] instance name specified. [2021-03-31T08:21:37.943Z] Reading package lists... [2021-03-31T08:21:38.206Z] Building dependency tree... [2021-03-31T08:21:38.206Z] Reading state information... [2021-03-31T08:21:38.469Z] The following additional packages will be installed: [2021-03-31T08:21:38.469Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-31T08:21:38.469Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-31T08:21:38.469Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-31T08:21:38.469Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-31T08:21:38.469Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-31T08:21:38.469Z] Suggested packages: [2021-03-31T08:21:38.469Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-31T08:21:38.469Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-31T08:21:38.469Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-31T08:21:38.469Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-31T08:21:38.469Z] systemd-container policykit-1 [2021-03-31T08:21:38.469Z] Recommended packages: [2021-03-31T08:21:38.469Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-31T08:21:38.469Z] The following NEW packages will be installed: [2021-03-31T08:21:38.469Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-31T08:21:38.469Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-31T08:21:38.469Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-31T08:21:38.469Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-31T08:21:38.469Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-31T08:21:38.469Z] The following packages will be upgraded: [2021-03-31T08:21:38.469Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-31T08:21:38.469Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-31T08:21:38.469Z] Need to get 35.2 MB of archives. [2021-03-31T08:21:38.469Z] After this operation, 141 MB of additional disk space will be used. [2021-03-31T08:21:38.469Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-31T08:21:38.733Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-31T08:21:38.733Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-31T08:21:38.733Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-03-31T08:21:38.733Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-31T08:21:38.733Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-31T08:21:38.733Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-31T08:21:38.733Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-31T08:21:38.733Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-31T08:21:38.733Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-31T08:21:38.733Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-31T08:21:38.733Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-31T08:21:38.733Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-31T08:21:38.733Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-31T08:21:38.733Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-31T08:21:38.733Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-31T08:21:38.733Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-31T08:21:38.997Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-31T08:21:38.997Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-31T08:21:39.575Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-31T08:21:39.575Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-31T08:21:39.575Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-31T08:21:39.837Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-31T08:21:39.837Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-31T08:21:39.837Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-31T08:21:39.837Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-31T08:21:39.837Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-31T08:21:39.837Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-31T08:21:39.837Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-31T08:21:39.837Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-31T08:21:40.099Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T08:21:40.099Z] Fetched 35.2 MB in 1s (25.2 MB/s) [2021-03-31T08:21:40.361Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-31T08:21:40.361Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-31T08:21:40.623Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T08:21:41.200Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-31T08:21:41.200Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T08:21:41.462Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-31T08:21:41.463Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-31T08:21:41.463Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-31T08:21:41.463Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-31T08:21:41.724Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-31T08:21:42.008Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-31T08:21:42.008Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-31T08:21:42.008Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-31T08:21:42.270Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-31T08:21:42.270Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-31T08:21:42.849Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-31T08:21:43.110Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-31T08:21:43.110Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-31T08:21:43.110Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-31T08:21:43.372Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-31T08:21:43.372Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T08:21:43.372Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T08:21:43.634Z] Selecting previously unselected package libexpat1:amd64. [2021-03-31T08:21:43.634Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-31T08:21:43.634Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-31T08:21:43.895Z] Selecting previously unselected package python3.6-minimal. [2021-03-31T08:21:43.895Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T08:21:43.895Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T08:21:44.159Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-31T08:21:44.159Z] Checking for services that may need to be restarted...done. [2021-03-31T08:21:44.159Z] Checking for services that may need to be restarted...done. [2021-03-31T08:21:44.421Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T08:21:44.421Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-31T08:21:44.421Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T08:21:45.367Z] Selecting previously unselected package python3-minimal. [2021-03-31T08:21:45.367Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-31T08:21:45.367Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-31T08:21:45.367Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-31T08:21:46.759Z] Selecting previously unselected package mime-support. [2021-03-31T08:21:46.759Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-31T08:21:46.759Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-31T08:21:46.759Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-31T08:21:46.759Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-31T08:21:46.759Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-31T08:21:46.759Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-31T08:21:46.759Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T08:21:46.759Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T08:21:47.022Z] Selecting previously unselected package python3.6. [2021-03-31T08:21:47.022Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T08:21:47.022Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T08:21:47.022Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-31T08:21:47.022Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-31T08:21:47.022Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-31T08:21:47.285Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-31T08:21:47.548Z] Selecting previously unselected package python3. [2021-03-31T08:21:47.548Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-31T08:21:47.548Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-31T08:21:47.548Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-31T08:21:47.548Z] Selecting previously unselected package multiarch-support. [2021-03-31T08:21:47.548Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T08:21:47.548Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-31T08:21:47.811Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-31T08:21:47.811Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-31T08:21:47.811Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-31T08:21:47.811Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-31T08:21:47.811Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-31T08:21:48.073Z] Selecting previously unselected package libbsd0:amd64. [2021-03-31T08:21:48.073Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-31T08:21:48.073Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-31T08:21:48.073Z] Selecting previously unselected package sudo. [2021-03-31T08:21:48.073Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-31T08:21:48.073Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-31T08:21:48.338Z] Selecting previously unselected package apparmor. [2021-03-31T08:21:48.338Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-31T08:21:48.338Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-31T08:21:48.601Z] Selecting previously unselected package libedit2:amd64. [2021-03-31T08:21:48.601Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-31T08:21:48.601Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-31T08:21:48.601Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-31T08:21:48.864Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T08:21:48.864Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T08:21:48.864Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-31T08:21:48.864Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T08:21:48.864Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T08:21:48.864Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-31T08:21:48.864Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-31T08:21:48.864Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-31T08:21:49.128Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-31T08:21:49.128Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T08:21:49.128Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T08:21:49.128Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-31T08:21:49.128Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T08:21:49.128Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T08:21:49.391Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-31T08:21:49.391Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-31T08:21:49.391Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-31T08:21:49.653Z] Selecting previously unselected package openssh-client. [2021-03-31T08:21:49.653Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-31T08:21:49.653Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-31T08:21:49.916Z] Selecting previously unselected package squashfs-tools. [2021-03-31T08:21:49.916Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-31T08:21:49.916Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-31T08:21:49.916Z] Selecting previously unselected package snapd. [2021-03-31T08:21:49.916Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-31T08:21:49.916Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-31T08:21:53.230Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-31T08:21:53.230Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-31T08:21:53.495Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-31T08:21:53.495Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-31T08:21:53.495Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-31T08:21:53.757Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T08:21:53.757Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T08:21:53.757Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-31T08:21:53.757Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-31T08:21:54.703Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-31T08:21:54.703Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-31T08:21:54.703Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-31T08:21:54.703Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T08:21:54.703Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T08:21:54.703Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T08:21:56.096Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-31T08:21:56.096Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T08:21:56.096Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-31T08:21:56.096Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-31T08:21:56.361Z] running python rtupdate hooks for python3.6... [2021-03-31T08:21:56.361Z] running python post-rtupdate hooks for python3.6... [2021-03-31T08:21:56.361Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-31T08:21:58.915Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-31T08:21:58.915Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T08:21:58.915Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-31T08:21:58.915Z] Setting up snapd (2.48.3+18.04) ... [2021-03-31T08:21:59.489Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-31T08:21:59.751Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-31T08:22:00.014Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-31T08:22:00.277Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-31T08:22:00.539Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-31T08:22:00.539Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-31T08:22:00.801Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-31T08:22:01.378Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-31T08:22:01.642Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-31T08:22:01.903Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-31T08:22:01.903Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-03-31T08:22:01.903Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T08:22:02.166Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-31T08:22:03.556Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-31T08:22:03.556Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T08:22:03.556Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T08:22:05.744Z] Reading package lists... [2021-03-31T08:22:06.006Z] Reading package lists... [2021-03-31T08:22:06.268Z] Building dependency tree... [2021-03-31T08:22:06.268Z] Reading state information... [2021-03-31T08:22:06.529Z] Calculating upgrade... [2021-03-31T08:22:06.792Z] The following packages will be upgraded: [2021-03-31T08:22:06.792Z] advancecomp base-files bash binutils binutils-common [2021-03-31T08:22:06.792Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-31T08:22:06.792Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-31T08:22:06.792Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-31T08:22:06.792Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-31T08:22:06.792Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-31T08:22:06.792Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-31T08:22:06.792Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-31T08:22:06.792Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-31T08:22:06.792Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-31T08:22:06.792Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-31T08:22:06.792Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-31T08:22:06.792Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-31T08:22:06.792Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-31T08:22:06.792Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-31T08:22:06.792Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-31T08:22:06.792Z] Need to get 63.8 MB of archives. [2021-03-31T08:22:06.792Z] After this operation, 5208 kB of additional disk space will be used. [2021-03-31T08:22:06.792Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-03-31T08:22:06.792Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-31T08:22:06.792Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-31T08:22:06.792Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-31T08:22:06.792Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-31T08:22:06.792Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-31T08:22:06.792Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-31T08:22:06.792Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-31T08:22:06.792Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-31T08:22:06.792Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-31T08:22:06.792Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-31T08:22:06.792Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-31T08:22:07.055Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-31T08:22:07.055Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-31T08:22:07.055Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-31T08:22:07.055Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-31T08:22:07.055Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-31T08:22:07.055Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-31T08:22:07.055Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-31T08:22:07.055Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-31T08:22:07.055Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-31T08:22:07.055Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-31T08:22:07.055Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-31T08:22:07.055Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-31T08:22:07.055Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-31T08:22:07.055Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-31T08:22:07.055Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-31T08:22:07.055Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-31T08:22:07.055Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-31T08:22:07.055Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-31T08:22:07.055Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-31T08:22:07.055Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-31T08:22:07.055Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-31T08:22:07.055Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-31T08:22:07.055Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-31T08:22:07.055Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-31T08:22:07.321Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-31T08:22:07.321Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-31T08:22:07.321Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-31T08:22:07.321Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-03-31T08:22:07.321Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-31T08:22:07.321Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-31T08:22:07.321Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-31T08:22:07.321Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-31T08:22:07.321Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-31T08:22:07.321Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-31T08:22:07.321Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-31T08:22:07.321Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-31T08:22:07.321Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-31T08:22:07.321Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-31T08:22:07.321Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-31T08:22:07.321Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-31T08:22:07.321Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-31T08:22:07.321Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-31T08:22:07.321Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-31T08:22:07.585Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-31T08:22:07.585Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-31T08:22:07.585Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-31T08:22:07.851Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-31T08:22:07.851Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-31T08:22:07.851Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-31T08:22:07.851Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-31T08:22:07.851Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-31T08:22:07.851Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-31T08:22:08.116Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-31T08:22:08.116Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-31T08:22:08.116Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-31T08:22:08.116Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-31T08:22:08.116Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-31T08:22:08.380Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-31T08:22:08.380Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-31T08:22:08.380Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-31T08:22:08.380Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-31T08:22:08.380Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-31T08:22:08.380Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-31T08:22:08.380Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-31T08:22:08.380Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-31T08:22:08.380Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-31T08:22:08.380Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-31T08:22:08.380Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-31T08:22:08.380Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-31T08:22:08.380Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-31T08:22:08.380Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-31T08:22:08.380Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-31T08:22:08.380Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-31T08:22:08.380Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-31T08:22:08.645Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-31T08:22:08.645Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-31T08:22:08.645Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-31T08:22:08.645Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-31T08:22:08.645Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-31T08:22:08.645Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-31T08:22:08.645Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-31T08:22:08.645Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-31T08:22:08.645Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-31T08:22:08.645Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-31T08:22:08.645Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-31T08:22:08.645Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-31T08:22:08.645Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-31T08:22:08.909Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T08:22:08.909Z] Fetched 63.8 MB in 2s (31.1 MB/s) [2021-03-31T08:22:09.183Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T08:22:09.183Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T08:22:09.183Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T08:22:10.144Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T08:22:10.144Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T08:22:10.144Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-03-31T08:22:10.144Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-03-31T08:22:11.092Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T08:22:11.092Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T08:22:11.092Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T08:22:11.092Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T08:22:11.354Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T08:22:11.354Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T08:22:11.354Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T08:22:11.616Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T08:22:11.616Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T08:22:11.616Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T08:22:11.877Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T08:22:11.877Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T08:22:11.877Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T08:22:11.877Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T08:22:12.139Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T08:22:12.401Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T08:22:12.401Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T08:22:12.401Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-31T08:22:12.401Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-31T08:22:12.664Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T08:22:12.664Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T08:22:12.664Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T08:22:12.664Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T08:22:12.664Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T08:22:12.927Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T08:22:12.927Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T08:22:12.927Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T08:22:13.189Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T08:22:13.189Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T08:22:13.465Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T08:22:14.040Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-31T08:22:14.615Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T08:22:14.615Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-31T08:22:14.615Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-31T08:22:14.615Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-31T08:22:14.615Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-31T08:22:14.877Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-31T08:22:14.878Z] Installing new version of config file /etc/issue ... [2021-03-31T08:22:14.878Z] Installing new version of config file /etc/issue.net ... [2021-03-31T08:22:14.878Z] Installing new version of config file /etc/lsb-release ... [2021-03-31T08:22:14.878Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-31T08:22:15.453Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-31T08:22:15.453Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-31T08:22:15.453Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-31T08:22:15.453Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T08:22:15.453Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-31T08:22:15.453Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-31T08:22:15.716Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-31T08:22:15.716Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-03-31T08:22:15.979Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T08:22:15.979Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T08:22:15.979Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-31T08:22:15.979Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-31T08:22:16.241Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T08:22:16.241Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-31T08:22:16.241Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-31T08:22:16.241Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-31T08:22:16.502Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T08:22:16.502Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-31T08:22:16.502Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-31T08:22:16.766Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-31T08:22:17.028Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T08:22:17.028Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T08:22:17.028Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T08:22:17.291Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-31T08:22:17.291Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T08:22:17.291Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T08:22:17.291Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T08:22:17.553Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-31T08:22:17.553Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T08:22:17.553Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-31T08:22:17.816Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-31T08:22:17.816Z] Setting up grep (3.1-2build1) ... [2021-03-31T08:22:17.816Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T08:22:17.816Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-31T08:22:18.078Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-31T08:22:18.078Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-31T08:22:18.341Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T08:22:18.341Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T08:22:18.341Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T08:22:18.603Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-31T08:22:18.603Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T08:22:18.603Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-31T08:22:18.603Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T08:22:19.550Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-31T08:22:19.550Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T08:22:19.550Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-31T08:22:19.550Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T08:22:20.124Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-31T08:22:20.386Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T08:22:20.386Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-31T08:22:20.386Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T08:22:21.777Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-31T08:22:21.777Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-31T08:22:21.777Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-31T08:22:21.777Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-31T08:22:22.113Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-31T08:22:22.113Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T08:22:22.113Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-31T08:22:22.113Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-31T08:22:22.403Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-31T08:22:22.674Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T08:22:22.674Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T08:22:22.674Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T08:22:22.674Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T08:22:22.942Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T08:22:22.942Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T08:22:22.942Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T08:22:22.942Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T08:22:23.211Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T08:22:23.211Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T08:22:23.211Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T08:22:23.211Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T08:22:23.541Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T08:22:23.541Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T08:22:23.541Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T08:22:23.541Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T08:22:23.846Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T08:22:23.846Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T08:22:23.846Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T08:22:23.846Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T08:22:23.846Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T08:22:24.137Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-31T08:22:24.137Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T08:22:24.137Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T08:22:24.137Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T08:22:24.451Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-31T08:22:24.452Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T08:22:24.452Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T08:22:24.452Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T08:22:24.723Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T08:22:24.723Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T08:22:24.723Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T08:22:24.723Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T08:22:24.987Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-31T08:22:24.987Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T08:22:24.987Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T08:22:25.248Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T08:22:25.510Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-31T08:22:26.084Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-31T08:22:26.657Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-31T08:22:26.657Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T08:22:26.657Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T08:22:26.657Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T08:22:26.922Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-31T08:22:27.183Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T08:22:27.183Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-31T08:22:27.183Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T08:22:27.445Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-31T08:22:28.018Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T08:22:28.018Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-31T08:22:28.279Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-31T08:22:28.279Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-31T08:22:28.854Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T08:22:28.854Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-31T08:22:28.854Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-31T08:22:28.854Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-31T08:22:29.116Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T08:22:29.116Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-31T08:22:29.116Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-31T08:22:29.116Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-31T08:22:29.376Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T08:22:29.376Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-31T08:22:29.376Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T08:22:29.376Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T08:22:29.639Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T08:22:29.639Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-31T08:22:29.902Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T08:22:29.902Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T08:22:30.165Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T08:22:30.165Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-31T08:22:30.165Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T08:22:30.428Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T08:22:30.694Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T08:22:30.694Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T08:22:30.694Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T08:22:30.694Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-31T08:22:30.694Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T08:22:30.963Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T08:22:30.963Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T08:22:30.963Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-31T08:22:31.229Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T08:22:31.229Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-31T08:22:31.229Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-31T08:22:31.229Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-31T08:22:31.492Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T08:22:31.492Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-31T08:22:31.492Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T08:22:31.492Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T08:22:32.066Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T08:22:32.066Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T08:22:32.066Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T08:22:32.066Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-31T08:22:32.066Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T08:22:32.066Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-31T08:22:32.330Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-31T08:22:32.330Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-31T08:22:32.330Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T08:22:32.330Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-31T08:22:32.593Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-31T08:22:32.856Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-31T08:22:33.121Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T08:22:33.121Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T08:22:33.121Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T08:22:33.121Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-31T08:22:33.383Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T08:22:33.383Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-31T08:22:33.383Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-31T08:22:33.647Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-31T08:22:33.647Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T08:22:33.647Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-31T08:22:33.647Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-31T08:22:33.910Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-31T08:22:33.910Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T08:22:33.910Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-31T08:22:33.910Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-31T08:22:34.171Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-31T08:22:34.172Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T08:22:34.172Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-31T08:22:34.172Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-31T08:22:34.433Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-31T08:22:34.694Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T08:22:34.694Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-31T08:22:34.694Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-31T08:22:34.694Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-31T08:22:34.694Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T08:22:34.694Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-31T08:22:34.959Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-31T08:22:34.959Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-31T08:22:34.959Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-31T08:22:34.959Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-31T08:22:35.223Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-31T08:22:35.223Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-31T08:22:35.223Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-31T08:22:35.485Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-31T08:22:35.485Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-31T08:22:35.748Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-31T08:22:35.748Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-31T08:22:35.748Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-31T08:22:36.011Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-31T08:22:36.011Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-31T08:22:36.011Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-31T08:22:36.275Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-31T08:22:36.275Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-31T08:22:36.275Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-31T08:22:36.275Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-31T08:22:36.537Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-31T08:22:36.537Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-31T08:22:36.537Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-31T08:22:36.537Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-31T08:22:36.799Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-31T08:22:36.799Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-31T08:22:37.062Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-31T08:22:37.062Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-31T08:22:38.015Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-31T08:22:38.015Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-31T08:22:38.593Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-31T08:22:38.593Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-31T08:22:38.593Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T08:22:38.593Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T08:22:38.608Z] lf-activate-venv(): INFO: Adding /tmp/venv-EsLI/bin to PATH [2021-03-31T08:22:38.609Z] INFO: No Stack... [2021-03-31T08:22:38.609Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-31T08:22:38.609Z] INFO: Archiving Costs [Pipeline] sh [2021-03-31T08:22:38.944Z] + cat /w/workspace/edgex-go/4/archives/cost.csv [2021-03-31T08:22:38.944Z] + cut -d, -f6 [Pipeline] lock [2021-03-31T08:22:39.050Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3327-4-stack-cost] [2021-03-31T08:22:39.064Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3327-4-stack-cost] did not exist. Created. [2021-03-31T08:22:39.064Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3327-4-stack-cost] [Pipeline] { [Pipeline] unstash [2021-03-31T08:22:39.186Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T08:22:39.186Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [Pipeline] sh [2021-03-31T08:22:39.447Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T08:22:39.447Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T08:22:39.447Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T08:22:39.524Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-31T08:22:39.709Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T08:22:39.709Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T08:22:39.709Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T08:22:39.847Z] Stashed 1 file(s) [Pipeline] } [2021-03-31T08:22:39.871Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3327-4-stack-cost] [Pipeline] // lock [2021-03-31T08:22:39.972Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T08:22:39.972Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T08:22:39.972Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T08:22:39.972Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-03-31T08:22:40.235Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T08:22:40.235Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-31T08:22:41.638Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T08:22:41.638Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T08:22:43.033Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T08:22:43.033Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T08:22:43.983Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T08:22:43.983Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T08:22:44.248Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T08:22:44.511Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T08:22:45.457Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T08:22:45.457Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T08:22:45.722Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-31T08:22:45.722Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-31T08:22:45.986Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-31T08:22:45.986Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-31T08:22:46.249Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-31T08:22:46.249Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-31T08:22:46.512Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-31T08:22:46.512Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-31T08:22:46.512Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-31T08:22:46.512Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-31T08:22:46.774Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-31T08:22:46.774Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-31T08:22:46.774Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-31T08:22:47.035Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-31T08:22:47.036Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T08:22:47.036Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-31T08:22:47.299Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T08:22:47.299Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T08:22:47.299Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T08:22:47.299Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-31T08:22:47.299Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-31T08:22:47.299Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-31T08:22:47.561Z] [2021-03-31T08:22:47.561Z] Current default time zone: 'Etc/UTC' [2021-03-31T08:22:47.561Z] Local time is now: Wed Mar 31 08:22:47 UTC 2021. [2021-03-31T08:22:47.561Z] Universal Time is now: Wed Mar 31 08:22:47 UTC 2021. [2021-03-31T08:22:47.561Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-31T08:22:47.561Z] [2021-03-31T08:22:47.561Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-31T08:22:47.561Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T08:22:47.835Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-03-31T08:22:47.835Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-31T08:22:47.835Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-31T08:22:47.835Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-31T08:22:47.835Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-31T08:22:47.835Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-31T08:22:48.109Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-31T08:22:48.109Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-31T08:22:48.109Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T08:22:48.109Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-31T08:22:48.371Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T08:22:48.371Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-31T08:22:48.371Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T08:22:48.371Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-31T08:22:48.633Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-31T08:22:48.633Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-31T08:22:48.633Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-31T08:22:48.633Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-31T08:22:48.633Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-31T08:22:48.633Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-31T08:22:48.633Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-31T08:22:51.184Z] Updating certificates in /etc/ssl/certs... [2021-03-31T08:22:52.159Z] 23 added, 27 removed; done. [2021-03-31T08:22:52.159Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-31T08:22:52.159Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T08:22:52.159Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-31T08:22:52.159Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-31T08:22:52.159Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-31T08:22:52.420Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T08:22:52.421Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-31T08:22:52.421Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T08:22:52.421Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T08:22:52.421Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T08:22:52.421Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T08:22:52.421Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T08:22:52.682Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-31T08:22:52.682Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-31T08:22:52.682Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-31T08:22:52.682Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-31T08:22:52.682Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-31T08:22:52.682Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T08:22:52.943Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T08:22:52.943Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-31T08:22:52.943Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-31T08:22:52.943Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-31T08:22:52.943Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-31T08:22:53.204Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-31T08:22:53.204Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-31T08:22:53.204Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-31T08:22:53.204Z] Updating certificates in /etc/ssl/certs... [2021-03-31T08:22:53.775Z] 0 added, 0 removed; done. [2021-03-31T08:22:53.775Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-31T08:22:53.775Z] done. [2021-03-31T08:22:54.611Z] Reading package lists... [2021-03-31T08:22:54.611Z] Building dependency tree... [2021-03-31T08:22:54.611Z] Reading state information... [2021-03-31T08:22:54.874Z] The following NEW packages will be installed: [2021-03-31T08:22:54.874Z] apt-transport-https [2021-03-31T08:22:55.135Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-31T08:22:55.135Z] Need to get 1696 B of archives. [2021-03-31T08:22:55.135Z] After this operation, 153 kB of additional disk space will be used. [2021-03-31T08:22:55.135Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-31T08:22:55.397Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T08:22:55.397Z] Fetched 1696 B in 0s (8302 B/s) [2021-03-31T08:22:55.397Z] Selecting previously unselected package apt-transport-https. [2021-03-31T08:22:55.397Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-31T08:22:55.397Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-31T08:22:55.397Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-31T08:22:55.397Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-31T08:22:55.970Z] Waiting for network to be ready... [2021-03-31T08:23:05.986Z] 2021-03-31T08:23:01Z INFO Waiting for automatic snapd restart... [2021-03-31T08:23:05.986Z] snapd 2.49.1 from Canonical* installed [2021-03-31T08:23:07.381Z] "snapd" switched to the "latest/stable" channel [2021-03-31T08:23:07.381Z] [2021-03-31T08:23:12.682Z] core18 20210309 from Canonical* installed [2021-03-31T08:23:12.948Z] "core18" switched to the "latest/stable" channel [2021-03-31T08:23:12.948Z] [2021-03-31T08:23:21.178Z] snapcraft 4.6 from Canonical* installed [2021-03-31T08:23:21.178Z] "snapcraft" switched to the "latest/stable" channel [2021-03-31T08:23:21.178Z] [2021-03-31T08:23:25.461Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-31T08:23:25.461Z] - README.md [2021-03-31T08:23:25.461Z] [2021-03-31T08:23:25.461Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-31T08:23:32.049Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T08:23:32.049Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-31T08:23:32.310Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T08:23:32.310Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T08:23:35.121Z] Reading package lists... [2021-03-31T08:23:35.695Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-31T08:23:42.300Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T08:23:42.300Z] Reading package lists... [2021-03-31T08:23:42.300Z] Building dependency tree... [2021-03-31T08:23:42.300Z] Reading state information... [2021-03-31T08:23:42.563Z] Suggested packages: [2021-03-31T08:23:42.563Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-31T08:23:42.563Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-31T08:23:42.563Z] Recommended packages: [2021-03-31T08:23:42.563Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-31T08:23:42.563Z] The following NEW packages will be installed: [2021-03-31T08:23:42.563Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-31T08:23:42.563Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-31T08:23:42.563Z] pkg-config zip [2021-03-31T08:23:42.825Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-31T08:23:42.825Z] Need to get 7657 kB of archives. [2021-03-31T08:23:42.825Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-31T08:23:42.825Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-31T08:23:42.825Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-31T08:23:43.089Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-31T08:23:43.089Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-31T08:23:43.089Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-31T08:23:43.089Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-31T08:23:43.354Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-31T08:23:43.354Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-31T08:23:43.354Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-31T08:23:43.354Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-31T08:23:43.354Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-31T08:23:43.618Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-31T08:23:43.618Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-31T08:23:43.618Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-31T08:23:43.618Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-31T08:23:43.881Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T08:23:44.148Z] Fetched 7657 kB in 1s (7282 kB/s) [2021-03-31T08:23:44.149Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-31T08:23:44.149Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-31T08:23:44.149Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-31T08:23:44.149Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-31T08:23:44.411Z] Selecting previously unselected package libpsl5:amd64. [2021-03-31T08:23:44.411Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-31T08:23:44.411Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-31T08:23:44.411Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-31T08:23:44.411Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-31T08:23:44.411Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-31T08:23:44.683Z] Selecting previously unselected package librtmp1:amd64. [2021-03-31T08:23:44.683Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-31T08:23:44.683Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-31T08:23:44.683Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-31T08:23:44.683Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-31T08:23:44.683Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-31T08:23:44.683Z] Selecting previously unselected package liberror-perl. [2021-03-31T08:23:44.683Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-31T08:23:44.683Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-31T08:23:44.945Z] Selecting previously unselected package git-man. [2021-03-31T08:23:44.945Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-31T08:23:44.945Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-31T08:23:45.207Z] Selecting previously unselected package git. [2021-03-31T08:23:45.207Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-31T08:23:45.207Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-31T08:23:46.151Z] Selecting previously unselected package libnorm1:amd64. [2021-03-31T08:23:46.151Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-31T08:23:46.152Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-31T08:23:46.415Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-31T08:23:46.415Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-31T08:23:46.415Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-31T08:23:46.415Z] Selecting previously unselected package libsodium23:amd64. [2021-03-31T08:23:46.415Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-31T08:23:46.415Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-31T08:23:46.677Z] Selecting previously unselected package libzmq5:amd64. [2021-03-31T08:23:46.677Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-31T08:23:46.677Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T08:23:46.677Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-31T08:23:46.677Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-31T08:23:46.677Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T08:23:46.939Z] Selecting previously unselected package pkg-config. [2021-03-31T08:23:46.939Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-31T08:23:46.939Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-31T08:23:46.939Z] Selecting previously unselected package zip. [2021-03-31T08:23:46.939Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-31T08:23:46.939Z] Unpacking zip (3.0-11build1) ... [2021-03-31T08:23:47.202Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-31T08:23:47.202Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-31T08:23:47.202Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-31T08:23:47.202Z] Setting up liberror-perl (0.17025-1) ... [2021-03-31T08:23:47.202Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-31T08:23:47.202Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-31T08:23:47.202Z] No schema files found: doing nothing. [2021-03-31T08:23:47.464Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-31T08:23:47.464Z] Setting up zip (3.0-11build1) ... [2021-03-31T08:23:47.464Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-31T08:23:47.464Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-31T08:23:47.464Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-31T08:23:47.464Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T08:23:47.464Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-31T08:23:47.728Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T08:23:47.728Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-31T08:23:47.728Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-31T08:23:54.337Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T08:23:54.601Z] git set to automatically installed. [2021-03-31T08:23:54.601Z] git-man set to automatically installed. [2021-03-31T08:23:54.601Z] libcurl3-gnutls set to automatically installed. [2021-03-31T08:23:54.601Z] liberror-perl set to automatically installed. [2021-03-31T08:23:54.601Z] libglib2.0-0 set to automatically installed. [2021-03-31T08:23:54.601Z] libnghttp2-14 set to automatically installed. [2021-03-31T08:23:54.601Z] libnorm1 set to automatically installed. [2021-03-31T08:23:54.601Z] libpgm-5.2-0 set to automatically installed. [2021-03-31T08:23:54.601Z] libpsl5 set to automatically installed. [2021-03-31T08:23:54.601Z] librtmp1 set to automatically installed. [2021-03-31T08:23:54.601Z] libsodium23 set to automatically installed. [2021-03-31T08:23:54.601Z] libzmq3-dev set to automatically installed. [2021-03-31T08:23:54.601Z] libzmq5 set to automatically installed. [2021-03-31T08:23:54.601Z] pkg-config set to automatically installed. [2021-03-31T08:23:54.601Z] zip set to automatically installed. [2021-03-31T08:23:57.159Z] snapd is not logged in, snap install commands will use sudo [2021-03-31T08:24:03.759Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T08:24:30.359Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-31T08:24:30.938Z] snapd is not logged in, snap install commands will use sudo [2021-03-31T08:24:37.542Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T08:24:38.121Z] snap "core18" has no updates available [2021-03-31T08:24:38.697Z] Pulling go-build-helper [2021-03-31T08:24:38.697Z] + snapcraftctl pull [2021-03-31T08:24:40.622Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-31T08:24:40.622Z] Skipping pull go-build-helper (already ran) [2021-03-31T08:24:40.622Z] Building go-build-helper [2021-03-31T08:24:40.622Z] + snapcraftctl build [2021-03-31T08:24:43.934Z] Staging go-build-helper [2021-03-31T08:24:43.934Z] + snapcraftctl stage [2021-03-31T08:25:02.091Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-31T08:25:02.091Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-31T08:25:02.091Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-31T08:25:02.091Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] [2021-03-31T08:25:02.091Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-31T08:25:02.091Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-31T08:25:02.091Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-31T08:25:02.091Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-31T08:25:02.091Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-31T08:25:02.091Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-31T08:25:02.091Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-31T08:25:02.091Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-31T08:25:02.092Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-31T08:25:02.092Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-31T08:25:02.092Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-31T08:25:02.092Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-31T08:25:02.092Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-31T08:25:02.092Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-31T08:25:02.092Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-31T08:25:02.092Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-31T08:25:02.092Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-31T08:25:02.092Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-31T08:25:02.092Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-31T08:25:02.092Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-31T08:25:02.092Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-31T08:25:02.092Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-31T08:25:02.092Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-31T08:25:02.092Z] Fetched 24.2 MB in 6s (3991 kB/s) [2021-03-31T08:25:02.092Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-31T08:25:02.092Z] Fetched 224 kB in 0s (0 B/s) [2021-03-31T08:25:02.092Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-31T08:25:02.092Z] Fetched 157 kB in 0s (0 B/s) [2021-03-31T08:25:02.092Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-31T08:25:02.092Z] Fetched 221 kB in 0s (0 B/s) [2021-03-31T08:25:02.092Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-31T08:25:02.092Z] Fetched 143 kB in 0s (0 B/s) [2021-03-31T08:25:02.092Z] Pulling app-service-config [2021-03-31T08:25:02.092Z] + snapcraftctl pull [2021-03-31T08:25:02.092Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-31T08:25:02.092Z] Pulling config-common [2021-03-31T08:25:02.092Z] + snapcraftctl pull [2021-03-31T08:25:10.250Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-31T08:25:10.250Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T08:25:10.250Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T08:25:10.250Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T08:25:10.250Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-31T08:25:10.250Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T08:25:10.250Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-31T08:25:10.250Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T08:25:10.250Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-31T08:25:10.250Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T08:25:10.250Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-31T08:25:10.250Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T08:25:10.250Z] Pulling edgex-go [2021-03-31T08:25:10.250Z] + snapcraftctl pull [2021-03-31T08:25:36.846Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T08:25:36.846Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T08:25:36.846Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-31T08:25:36.846Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-31T08:25:36.846Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-31T08:25:36.846Z] Fetched 279 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-31T08:25:36.846Z] Fetched 122 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-31T08:25:36.846Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-31T08:25:36.846Z] Fetched 8848 B in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-31T08:25:36.846Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-31T08:25:36.846Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-31T08:25:36.846Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-31T08:25:36.846Z] Fetched 214 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-31T08:25:36.846Z] Fetched 154 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-31T08:25:36.846Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-31T08:25:36.846Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-31T08:25:36.846Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-31T08:25:36.846Z] Fetched 499 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-31T08:25:36.846Z] Fetched 111 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-31T08:25:36.846Z] Fetched 240 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-31T08:25:36.846Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-31T08:25:36.846Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-31T08:25:36.846Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-31T08:25:36.846Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-31T08:25:36.846Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-31T08:25:36.846Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-31T08:25:36.846Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-31T08:25:36.846Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-31T08:25:36.846Z] Fetched 8720 B in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-31T08:25:36.846Z] Fetched 137 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-31T08:25:36.846Z] Fetched 119 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-31T08:25:36.846Z] Fetched 109 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-31T08:25:36.846Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-31T08:25:36.846Z] Fetched 645 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-31T08:25:36.846Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-31T08:25:36.846Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-31T08:25:36.846Z] Fetched 368 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-31T08:25:36.846Z] Fetched 187 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-31T08:25:36.846Z] Fetched 175 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-31T08:25:36.846Z] Fetched 206 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-03-31T08:25:36.846Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-31T08:25:36.846Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-31T08:25:36.846Z] Fetched 159 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-31T08:25:36.846Z] Fetched 107 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-31T08:25:36.846Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-31T08:25:36.846Z] Pulling static-packages [2021-03-31T08:25:36.846Z] + snapcraftctl pull [2021-03-31T08:25:37.418Z] Pulling version [2021-03-31T08:25:37.418Z] + cd /root/project [2021-03-31T08:25:37.418Z] + [ -f VERSION ] [2021-03-31T08:25:37.418Z] + PROJECT_VERSION=local-dev [2021-03-31T08:25:37.418Z] + git rev-parse --short HEAD [2021-03-31T08:25:37.418Z] + GIT_REVISION=8c982637 [2021-03-31T08:25:37.418Z] + snapcraftctl set-version local-dev [2021-03-31T08:25:39.338Z] Skipping build go-build-helper (already ran) [2021-03-31T08:25:39.338Z] Building app-service-config [2021-03-31T08:25:39.338Z] + make build [2021-03-31T08:25:39.338Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.37 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-31T08:25:41.895Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.37 [2021-03-31T08:25:41.895Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 [2021-03-31T08:25:41.895Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-31T08:25:41.895Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.27 [2021-03-31T08:25:41.895Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-03-31T08:25:41.895Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-03-31T08:25:41.895Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-31T08:25:41.895Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-31T08:25:41.895Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-31T08:25:41.895Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-31T08:25:41.895Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-31T08:25:42.157Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-31T08:25:42.157Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-03-31T08:25:42.157Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-31T08:25:42.157Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-31T08:25:42.157Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-31T08:25:42.157Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-31T08:25:42.419Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-03-31T08:25:42.992Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-31T08:25:42.992Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-31T08:25:43.257Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-31T08:25:43.257Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-31T08:25:43.257Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-31T08:25:43.257Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-31T08:25:43.522Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-03-31T08:25:43.522Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-31T08:25:43.522Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-31T08:25:43.522Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-31T08:25:43.522Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-31T08:25:43.522Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-31T08:25:44.098Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-31T08:25:44.098Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-31T08:25:44.098Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-31T08:25:44.098Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-31T08:25:44.098Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-31T08:25:44.098Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-31T08:25:44.098Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-31T08:25:44.098Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-31T08:25:44.098Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-31T08:25:44.098Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-31T08:25:44.098Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-31T08:25:44.098Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-31T08:25:44.360Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-31T08:25:44.360Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-31T08:25:44.360Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-31T08:25:59.595Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-31T08:25:59.595Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-31T08:25:59.595Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-31T08:25:59.595Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-31T08:26:00.993Z] Building config-common [2021-03-31T08:26:00.993Z] + snapcraftctl build [2021-03-31T08:26:05.216Z] Building edgex-go [2021-03-31T08:26:07.139Z] + cd /root/parts/edgex-go/src [2021-03-31T08:26:07.139Z] + make build [2021-03-31T08:26:07.139Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T08:26:07.401Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-31T08:26:07.401Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-31T08:26:07.401Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-31T08:26:12.721Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T08:26:12.721Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-31T08:26:20.900Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T08:26:23.454Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T08:26:25.370Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T08:26:26.318Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T08:26:26.581Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-31T08:26:26.841Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-31T08:26:26.841Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-31T08:26:26.841Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-31T08:26:29.389Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T08:26:29.389Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-31T08:26:29.389Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-31T08:26:31.307Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T08:26:33.229Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T08:26:35.158Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T08:26:36.550Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T08:26:36.812Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-31T08:26:38.729Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-31T08:26:38.729Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-31T08:26:42.041Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-31T08:26:42.041Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-31T08:26:42.041Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-31T08:26:42.041Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-31T08:26:42.041Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-31T08:26:42.041Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-31T08:26:42.041Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-31T08:26:42.041Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-31T08:26:42.041Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-31T08:26:42.041Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-31T08:26:42.041Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-31T08:26:42.041Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-31T08:26:42.041Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-31T08:26:42.041Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-31T08:26:42.041Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-31T08:26:42.041Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-31T08:26:42.041Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-31T08:26:42.041Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-31T08:26:42.041Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-31T08:26:42.041Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-31T08:26:42.041Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-03-31T08:26:42.041Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-31T08:26:42.302Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-31T08:26:42.302Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-31T08:26:42.302Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-31T08:26:42.302Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-31T08:26:46.520Z] Building static-packages [2021-03-31T08:26:46.520Z] + snapcraftctl build [2021-03-31T08:26:50.737Z] Building version [2021-03-31T08:26:50.737Z] + snapcraftctl build [2021-03-31T08:26:54.047Z] Skipping stage go-build-helper (already ran) [2021-03-31T08:26:54.047Z] Staging app-service-config [2021-03-31T08:26:54.047Z] + snapcraftctl stage [2021-03-31T08:26:55.965Z] Staging config-common [2021-03-31T08:26:55.965Z] + snapcraftctl stage [2021-03-31T08:26:57.354Z] Staging edgex-go [2021-03-31T08:26:57.354Z] + snapcraftctl stage [2021-03-31T08:26:59.275Z] Staging static-packages [2021-03-31T08:26:59.275Z] + snapcraftctl stage [2021-03-31T08:27:00.668Z] Staging version [2021-03-31T08:27:00.668Z] + snapcraftctl stage [2021-03-31T08:27:02.600Z] Priming go-build-helper [2021-03-31T08:27:02.600Z] + snapcraftctl prime [2021-03-31T08:27:03.987Z] Priming app-service-config [2021-03-31T08:27:03.987Z] + snapcraftctl prime [2021-03-31T08:27:05.908Z] Priming config-common [2021-03-31T08:27:05.908Z] + snapcraftctl prime [2021-03-31T08:27:07.831Z] Priming edgex-go [2021-03-31T08:27:07.831Z] + snapcraftctl prime [2021-03-31T08:27:09.752Z] Priming static-packages [2021-03-31T08:27:09.752Z] + snapcraftctl prime [2021-03-31T08:27:13.094Z] Priming version [2021-03-31T08:27:13.094Z] + snapcraftctl prime [2021-03-31T08:27:14.298Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-31T08:27:18.107Z] provisioning config files... [2021-03-31T08:27:18.130Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config2870015251746063697tmp [Pipeline] { [Pipeline] sh [2021-03-31T08:27:18.635Z] + set +x [2021-03-31T08:27:18.635Z] + curl -s https://codecov.io/bash [2021-03-31T08:27:18.635Z] + bash -s -- [2021-03-31T08:27:19.247Z] [2021-03-31T08:27:19.247Z] _____ _ [2021-03-31T08:27:19.247Z] / ____| | | [2021-03-31T08:27:19.247Z] | | ___ __| | ___ ___ _____ __ [2021-03-31T08:27:19.247Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-31T08:27:19.247Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-31T08:27:19.247Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-31T08:27:19.247Z] Bash-20210309-2b87ace [2021-03-31T08:27:19.247Z] [2021-03-31T08:27:19.247Z] [2021-03-31T08:27:19.247Z] ==> git version 2.24.3 found [2021-03-31T08:27:19.247Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-31T08:27:19.247Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-31T08:27:19.247Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-31T08:27:19.247Z] ==> Jenkins CI detected. [2021-03-31T08:27:19.247Z] project root: . [2021-03-31T08:27:19.247Z] --> token set from env [2021-03-31T08:27:19.527Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-31T08:27:19.527Z] ==> Running gcov in . (disable via -X gcov) [2021-03-31T08:27:19.527Z] ==> Python coveragepy not found [2021-03-31T08:27:19.527Z] ==> Searching for coverage reports in: [2021-03-31T08:27:19.527Z] + . [2021-03-31T08:27:19.812Z] -> Found 1 reports [2021-03-31T08:27:19.812Z] ==> Detecting git/mercurial file structure [2021-03-31T08:27:19.812Z] ==> Reading reports [2021-03-31T08:27:19.812Z] + ./coverage.out bytes=680272 [2021-03-31T08:27:19.812Z] ==> Appending adjustments [2021-03-31T08:27:19.812Z] https://docs.codecov.io/docs/fixing-reports [2021-03-31T08:27:28.345Z] + Found adjustments [2021-03-31T08:27:28.345Z] ==> Gzipping contents [2021-03-31T08:27:28.345Z] 96K /tmp/codecov.gPyln7.gz [2021-03-31T08:27:28.345Z] ==> Uploading reports [2021-03-31T08:27:28.345Z] url: https://codecov.io [2021-03-31T08:27:28.345Z] query: branch=PR-3327&commit=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3327%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3327&job=&cmd_args= [2021-03-31T08:27:28.345Z] -> Pinging Codecov [2021-03-31T08:27:28.345Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3327&commit=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3327%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3327&job=&cmd_args= [2021-03-31T08:27:28.345Z] -> Uploading to [2021-03-31T08:27:28.345Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-31/00271124DB129430A58F1EEE437C3FCB/8c982637e038abfcf6c9a1c1a63f6ba0113b03bb/51f3bf37-4c53-46b6-a2c4-4672618681fa.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210331%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210331T082727Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1fb9683bb61fd474864a8b74617e7b73a8548da0b5f5e0c78ee86bb1e4121671 [2021-03-31T08:27:28.345Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T08:27:28.345Z] Dload Upload Total Spent Left Speed [2021-03-31T08:27:28.345Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97778 0 0 100 97778 0 163k --:--:-- --:--:-- --:--:-- 163k [2021-03-31T08:27:28.345Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/8c982637e038abfcf6c9a1c1a63f6ba0113b03bb [Pipeline] } [2021-03-31T08:27:28.371Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-31T08:27:30.797Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T08:27:31.821Z] ---> package-listing.sh [2021-03-31T08:27:31.821Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-31T08:27:31.821Z] ++ facter osfamily [2021-03-31T08:27:32.116Z] + OS_FAMILY=redhat [2021-03-31T08:27:32.116Z] + workspace=/w/workspace/edgex-go/4 [2021-03-31T08:27:32.116Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-31T08:27:32.116Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-31T08:27:32.116Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-31T08:27:32.116Z] + PACKAGES=/tmp/packages_start.txt [2021-03-31T08:27:32.116Z] + '[' /w/workspace/edgex-go/4 ']' [2021-03-31T08:27:32.116Z] + PACKAGES=/tmp/packages_end.txt [2021-03-31T08:27:32.116Z] + case "${OS_FAMILY}" in [2021-03-31T08:27:32.116Z] + rpm -qa [2021-03-31T08:27:32.116Z] + sort [2021-03-31T08:27:39.472Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-31T08:27:39.472Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-31T08:27:39.472Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-31T08:27:39.472Z] + '[' /w/workspace/edgex-go/4 ']' [2021-03-31T08:27:39.472Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-03-31T08:27:39.472Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-03-31T08:27:39.490Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-31T08:27:39.802Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-31T08:27:40.467Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T08:27:40.735Z] [2021-03-31T08:27:40.735Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-31T08:27:41.145Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T08:27:41.418Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-31T08:27:41.418Z] df20fa9351a1: Pulling fs layer [2021-03-31T08:27:41.418Z] 36b3adc4ff6f: Pulling fs layer [2021-03-31T08:27:41.418Z] 8ad3a11d3b57: Pulling fs layer [2021-03-31T08:27:41.418Z] 46f8f816bc3b: Pulling fs layer [2021-03-31T08:27:41.418Z] 93b61091891f: Pulling fs layer [2021-03-31T08:27:41.418Z] 93b9cdb0e59b: Pulling fs layer [2021-03-31T08:27:41.418Z] 5e14af77c1be: Pulling fs layer [2021-03-31T08:27:41.418Z] 01666e4c0597: Pulling fs layer [2021-03-31T08:27:41.418Z] aa168da1d23b: Pulling fs layer [2021-03-31T08:27:41.418Z] 46f8f816bc3b: Waiting [2021-03-31T08:27:41.418Z] 93b61091891f: Waiting [2021-03-31T08:27:41.418Z] 93b9cdb0e59b: Waiting [2021-03-31T08:27:41.418Z] 5e14af77c1be: Waiting [2021-03-31T08:27:41.418Z] aa168da1d23b: Waiting [2021-03-31T08:27:41.418Z] 01666e4c0597: Waiting [2021-03-31T08:27:41.418Z] 36b3adc4ff6f: Verifying Checksum [2021-03-31T08:27:41.418Z] 36b3adc4ff6f: Download complete [2021-03-31T08:27:41.418Z] 46f8f816bc3b: Verifying Checksum [2021-03-31T08:27:41.418Z] 46f8f816bc3b: Download complete [2021-03-31T08:27:41.856Z] df20fa9351a1: Verifying Checksum [2021-03-31T08:27:41.856Z] df20fa9351a1: Download complete [2021-03-31T08:27:41.856Z] 93b9cdb0e59b: Verifying Checksum [2021-03-31T08:27:41.856Z] 93b9cdb0e59b: Download complete [2021-03-31T08:27:41.856Z] 5e14af77c1be: Verifying Checksum [2021-03-31T08:27:41.856Z] 5e14af77c1be: Download complete [2021-03-31T08:27:41.856Z] 93b61091891f: Verifying Checksum [2021-03-31T08:27:41.856Z] 93b61091891f: Download complete [2021-03-31T08:27:42.158Z] 01666e4c0597: Verifying Checksum [2021-03-31T08:27:42.158Z] 01666e4c0597: Download complete [2021-03-31T08:27:42.798Z] 8ad3a11d3b57: Verifying Checksum [2021-03-31T08:27:42.798Z] 8ad3a11d3b57: Download complete [2021-03-31T08:27:43.130Z] df20fa9351a1: Pull complete [2021-03-31T08:27:44.003Z] 36b3adc4ff6f: Pull complete [2021-03-31T08:27:46.778Z] 8ad3a11d3b57: Pull complete [2021-03-31T08:27:46.778Z] 46f8f816bc3b: Pull complete [2021-03-31T08:27:49.571Z] 93b61091891f: Pull complete [2021-03-31T08:27:49.866Z] 93b9cdb0e59b: Pull complete [2021-03-31T08:27:50.570Z] 5e14af77c1be: Pull complete [2021-03-31T08:27:50.570Z] aa168da1d23b: Verifying Checksum [2021-03-31T08:27:50.570Z] aa168da1d23b: Download complete [2021-03-31T08:27:51.180Z] 01666e4c0597: Pull complete [2021-03-31T08:28:10.745Z] aa168da1d23b: Pull complete [2021-03-31T08:28:10.746Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-31T08:28:10.746Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T08:28:10.746Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-31T08:28:11.264Z] prd-centos7-docker-4c-2g-32226 does not seem to be running inside a container [2021-03-31T08:28:11.388Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-lftools-log-publisher:alpine cat [2021-03-31T08:28:17.151Z] $ docker top e52db614d53d2d8a0dc86beabcd44050ca172ee2efe0509f7054b1af92f70d1e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T08:28:18.854Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-31T08:28:19.685Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-31T08:28:20.898Z] + ls /var/log/sa-host [2021-03-31T08:28:20.899Z] + sadf -c /var/log/sa-host/sa23 [2021-03-31T08:28:20.899Z] file_magic: OK [2021-03-31T08:28:20.899Z] HZ: Using current value: 100 [2021-03-31T08:28:20.899Z] file_header: OK [2021-03-31T08:28:20.899Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-31T08:28:20.899Z] Statistics: [2021-03-31T08:28:20.899Z] Hnuu...uuuununununu... [2021-03-31T08:28:20.899Z] File successfully converted to sysstat format version 12.2.1 [2021-03-31T08:28:20.899Z] + sadf -c /var/log/sa-host/sa31 [2021-03-31T08:28:20.899Z] file_magic: OK [2021-03-31T08:28:20.899Z] HZ: Using current value: 100 [2021-03-31T08:28:20.899Z] file_header: OK [2021-03-31T08:28:20.899Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-31T08:28:20.899Z] Statistics: [2021-03-31T08:28:20.899Z] 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-03-31T08:28:20.899Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-31T08:28:21.621Z] provisioning config files... [2021-03-31T08:28:21.679Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config4751193399113912012tmp [Pipeline] { [Pipeline] echo [2021-03-31T08:28:21.840Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T08:28:22.693Z] ---> create-netrc.sh [Pipeline] } [2021-03-31T08:28:23.042Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-31T08:28:23.138Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T08:28:23.489Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-31T08:28:23.530Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T08:28:24.535Z] ---> sudo-logs.sh [2021-03-31T08:28:24.535Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-31T08:28:24.613Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T08:28:25.297Z] ---> job-cost.sh [2021-03-31T08:28:25.297Z] lf-activate-venv: SKIPPING [2021-03-31T08:28:25.297Z] DEBUG: total: 0.20999999344348907 [2021-03-31T08:28:25.297Z] INFO: Retrieving Stack Cost... [2021-03-31T08:28:26.370Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-31T08:28:27.002Z] INFO: Archiving Costs [Pipeline] echo [2021-03-31T08:28:27.034Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T08:28:27.828Z] ---> logs-deploy.sh [2021-03-31T08:28:27.828Z] lf-activate-venv: SKIPPING [2021-03-31T08:28:27.828Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3327/4 [2021-03-31T08:28:27.828Z] INFO: archiving workspace using pattern(s): [2021-03-31T08:28:30.793Z] Archives upload complete. [2021-03-31T08:28:31.104Z] INFO: archiving logs to Nexus [2021-03-31T08:28:33.232Z] ---> uname -a: [2021-03-31T08:28:33.232Z] Linux prd-centos7-docker-4c-2g-32226.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-31T08:28:33.232Z] [2021-03-31T08:28:33.232Z] [2021-03-31T08:28:33.232Z] ---> lscpu: [2021-03-31T08:28:33.232Z] Architecture: x86_64 [2021-03-31T08:28:33.232Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-31T08:28:33.232Z] Byte Order: Little Endian [2021-03-31T08:28:33.232Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-31T08:28:33.232Z] CPU(s): 4 [2021-03-31T08:28:33.232Z] On-line CPU(s) list: 0-3 [2021-03-31T08:28:33.232Z] Thread(s) per core: 1 [2021-03-31T08:28:33.232Z] Core(s) per socket: 1 [2021-03-31T08:28:33.232Z] Socket(s): 4 [2021-03-31T08:28:33.232Z] NUMA node(s): 1 [2021-03-31T08:28:33.232Z] Vendor ID: GenuineIntel [2021-03-31T08:28:33.232Z] CPU family: 6 [2021-03-31T08:28:33.232Z] Model: 44 [2021-03-31T08:28:33.232Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-31T08:28:33.232Z] Stepping: 1 [2021-03-31T08:28:33.232Z] CPU MHz: 2933.438 [2021-03-31T08:28:33.232Z] BogoMIPS: 5866.87 [2021-03-31T08:28:33.232Z] Virtualization: VT-x [2021-03-31T08:28:33.232Z] Hypervisor vendor: KVM [2021-03-31T08:28:33.232Z] Virtualization type: full [2021-03-31T08:28:33.232Z] L1d cache: 128 KiB [2021-03-31T08:28:33.232Z] L1i cache: 128 KiB [2021-03-31T08:28:33.232Z] L2 cache: 16 MiB [2021-03-31T08:28:33.232Z] L3 cache: 64 MiB [2021-03-31T08:28:33.232Z] NUMA node0 CPU(s): 0-3 [2021-03-31T08:28:33.232Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-31T08:28:33.232Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-31T08:28:33.232Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-31T08:28:33.232Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-31T08:28:33.232Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-31T08:28:33.232Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-31T08:28:33.232Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-31T08:28:33.232Z] Vulnerability Srbds: Not affected [2021-03-31T08:28:33.232Z] Vulnerability Tsx async abort: Not affected [2021-03-31T08:28:33.232Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-03-31T08:28:33.232Z] [2021-03-31T08:28:33.232Z] [2021-03-31T08:28:33.232Z] ---> nproc: [2021-03-31T08:28:33.232Z] 4 [2021-03-31T08:28:33.232Z] [2021-03-31T08:28:33.232Z] [2021-03-31T08:28:33.232Z] ---> df -h: [2021-03-31T08:28:33.232Z] Filesystem Size Used Available Use% Mounted on [2021-03-31T08:28:33.232Z] overlay 50.0G 12.2G 37.8G 24% / [2021-03-31T08:28:33.232Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-31T08:28:33.232Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-31T08:28:33.232Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-31T08:28:33.232Z] /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os [2021-03-31T08:28:33.232Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf [2021-03-31T08:28:33.232Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname [2021-03-31T08:28:33.232Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts [2021-03-31T08:28:33.232Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure [2021-03-31T08:28:33.232Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log [2021-03-31T08:28:33.232Z] /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json [2021-03-31T08:28:33.232Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host [2021-03-31T08:28:33.232Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/4 [2021-03-31T08:28:33.232Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/4@tmp [2021-03-31T08:28:33.232Z] [2021-03-31T08:28:33.232Z] [2021-03-31T08:28:33.232Z] ---> free -m: [2021-03-31T08:28:33.232Z] total used free shared buff/cache available [2021-03-31T08:28:33.232Z] Mem: 1837 720 123 0 993 1034 [2021-03-31T08:28:33.232Z] Swap: 1023 47 976 [2021-03-31T08:28:33.232Z] [2021-03-31T08:28:33.232Z] [2021-03-31T08:28:33.232Z] ---> ip addr: [2021-03-31T08:28:33.232Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-31T08:28:33.232Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-31T08:28:33.232Z] inet 127.0.0.1/8 scope host lo [2021-03-31T08:28:33.232Z] valid_lft forever preferred_lft forever [2021-03-31T08:28:33.232Z] inet6 ::1/128 scope host [2021-03-31T08:28:33.232Z] valid_lft forever preferred_lft forever [2021-03-31T08:28:33.232Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-31T08:28:33.232Z] link/ether fa:16:3e:9c:23:06 brd ff:ff:ff:ff:ff:ff [2021-03-31T08:28:33.232Z] inet 10.30.123.95/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-31T08:28:33.232Z] valid_lft 84504sec preferred_lft 84504sec [2021-03-31T08:28:33.232Z] inet6 fe80::f816:3eff:fe9c:2306/64 scope link [2021-03-31T08:28:33.232Z] valid_lft forever preferred_lft forever [2021-03-31T08:28:33.232Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-31T08:28:33.232Z] link/ether 02:42:8e:b7:2c:21 brd ff:ff:ff:ff:ff:ff [2021-03-31T08:28:33.232Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-31T08:28:33.232Z] valid_lft forever preferred_lft forever [2021-03-31T08:28:33.232Z] inet6 fe80::42:8eff:feb7:2c21/64 scope link [2021-03-31T08:28:33.232Z] valid_lft forever preferred_lft forever [2021-03-31T08:28:33.232Z] [2021-03-31T08:28:33.232Z]