Pull request #3318 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1024e6cd34f74e2e17cbebf936445d461a1269d2+455f88eb7f104c981a27c2f244562def9f736fdb (bfd481b2bdb69cabde5831c5308d88875f8511f9) 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-32187 in /w/workspace/edgexfoundry_edgex-go_PR-3318 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 1024e6cd34f74e2e17cbebf936445d461a1269d2 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3318/head:refs/remotes/origin/PR-3318 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1024e6cd34f74e2e17cbebf936445d461a1269d2 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 Merge succeeded, producing 1024e6cd34f74e2e17cbebf936445d461a1269d2 Checking out Revision 1024e6cd34f74e2e17cbebf936445d461a1269d2 (PR-3318) 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 1024e6cd34f74e2e17cbebf936445d461a1269d2 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-31T03:16:01.428Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-31T03:16:01.671Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-31T03:16:01.765Z] ========================================================= [2021-03-31T03:16:01.765Z] EdgeX Global Pipelines Version Info [2021-03-31T03:16:01.765Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 20b146b0364fa5ae58e67ac48eac609c6848e568 # timeout=10 [2021-03-31T03:16:06.940Z] ------------------- [2021-03-31T03:16:06.940Z] stable info: [2021-03-31T03:16:06.940Z] ------------------- [2021-03-31T03:16:06.940Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-31T03:16:06.940Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-31T03:16:06.940Z] Message: update stable to v1.0.186 [2021-03-31T03:16:07.949Z] ------------------- [2021-03-31T03:16:07.949Z] experimental info: [2021-03-31T03:16:07.949Z] ------------------- [2021-03-31T03:16:07.949Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-31T03:16:07.949Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-31T03:16:07.949Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-31T03:16:08.307Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-31T03:16:08.392Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-31T03:16:08.487Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-31T03:16:08.585Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-31T03:16:08.678Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-31T03:16:08.837Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-31T03:16:08.925Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-31T03:16:09.018Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-31T03:16:09.105Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-31T03:16:09.198Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-31T03:16:09.286Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-31T03:16:09.372Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-31T03:16:09.472Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-31T03:16:09.561Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-31T03:16:09.647Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T03:16:09.732Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T03:16:09.819Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-31T03:16:09.939Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-31T03:16:10.022Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-31T03:16:10.134Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-31T03:16:10.223Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-31T03:16:10.374Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-31T03:16:10.555Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3318 [Pipeline] echo [2021-03-31T03:16:10.651Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3318 [Pipeline] echo [2021-03-31T03:16:10.746Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3318 [Pipeline] echo [2021-03-31T03:16:10.829Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1024e6cd34f74e2e17cbebf936445d461a1269d2 [Pipeline] echo [2021-03-31T03:16:10.938Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1024e6c [Pipeline] echo [2021-03-31T03:16:11.066Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T03:16:11.231Z] provisioning config files... [2021-03-31T03:16:11.269Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3049070294228839416tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:16:11.782Z] ---> docker-login.sh [2021-03-31T03:16:11.782Z] nexus3.edgexfoundry.org:10001 [2021-03-31T03:16:13.334Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:16:13.999Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:16:13.999Z] Configure a credential helper to remove this warning. See [2021-03-31T03:16:13.999Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:16:13.999Z] [2021-03-31T03:16:13.999Z] Login Succeeded [2021-03-31T03:16:13.999Z] nexus3.edgexfoundry.org:10002 [2021-03-31T03:16:14.329Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:16:14.329Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:16:14.329Z] Configure a credential helper to remove this warning. See [2021-03-31T03:16:14.329Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:16:14.329Z] [2021-03-31T03:16:14.329Z] Login Succeeded [2021-03-31T03:16:14.329Z] nexus3.edgexfoundry.org:10003 [2021-03-31T03:16:14.638Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:16:14.943Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:16:14.943Z] Configure a credential helper to remove this warning. See [2021-03-31T03:16:14.943Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:16:14.943Z] [2021-03-31T03:16:14.943Z] Login Succeeded [2021-03-31T03:16:14.943Z] nexus3.edgexfoundry.org:10004 [2021-03-31T03:16:15.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:16:15.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:16:15.272Z] Configure a credential helper to remove this warning. See [2021-03-31T03:16:15.272Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:16:15.272Z] [2021-03-31T03:16:15.272Z] Login Succeeded [2021-03-31T03:16:15.272Z] docker.io [2021-03-31T03:16:16.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:16:16.293Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:16:16.293Z] Configure a credential helper to remove this warning. See [2021-03-31T03:16:16.293Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:16:16.293Z] [2021-03-31T03:16:16.293Z] Login Succeeded [2021-03-31T03:16:16.293Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T03:16:16.308Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T03:16:16.850Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-31T03:16:16.850Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:16:16.850Z] ++ cut -d/ -f2 [2021-03-31T03:16:16.850Z] ++ dirname cmd/core-command/Dockerfile [2021-03-31T03:16:16.850Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-31T03:16:16.850Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:16:16.850Z] ++ dirname cmd/core-data/Dockerfile [2021-03-31T03:16:16.850Z] ++ cut -d/ -f2 [2021-03-31T03:16:16.850Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-31T03:16:16.850Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:16:16.850Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-31T03:16:16.850Z] ++ cut -d/ -f2 [2021-03-31T03:16:16.850Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-31T03:16:16.850Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:16:16.850Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-31T03:16:16.850Z] ++ cut -d/ -f2 [2021-03-31T03:16:16.850Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-31T03:16:16.850Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:16:16.850Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-31T03:16:16.850Z] ++ cut -d/ -f2 [2021-03-31T03:16:16.850Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-31T03:16:16.850Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:16:16.850Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-31T03:16:16.850Z] ++ cut -d/ -f2 [2021-03-31T03:16:16.850Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-31T03:16:16.850Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:16:16.850Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-31T03:16:16.850Z] ++ cut -d/ -f2 [2021-03-31T03:16:16.850Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-31T03:16:16.850Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:16:16.850Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-31T03:16:16.850Z] ++ cut -d/ -f2 [2021-03-31T03:16:16.850Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-31T03:16:16.850Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:16:16.850Z] ++ cut -d/ -f2 [2021-03-31T03:16:16.850Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-31T03:16:16.850Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-31T03:16:17.021Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:16:18.545Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T03:16:18.815Z] [2021-03-31T03:16:18.815Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:16:19.445Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T03:16:19.445Z] latest: Pulling from edgex-devops/git-semver [2021-03-31T03:16:19.445Z] 31603596830f: Pulling fs layer [2021-03-31T03:16:19.445Z] 2a8b12db71e7: Pulling fs layer [2021-03-31T03:16:19.445Z] 6ca5941a6612: Pulling fs layer [2021-03-31T03:16:19.445Z] ecc8261a40a4: Pulling fs layer [2021-03-31T03:16:19.445Z] ecc8261a40a4: Waiting [2021-03-31T03:16:19.445Z] 2a8b12db71e7: Verifying Checksum [2021-03-31T03:16:19.445Z] 2a8b12db71e7: Download complete [2021-03-31T03:16:19.816Z] 31603596830f: Verifying Checksum [2021-03-31T03:16:19.816Z] 31603596830f: Download complete [2021-03-31T03:16:20.427Z] ecc8261a40a4: Verifying Checksum [2021-03-31T03:16:20.427Z] ecc8261a40a4: Download complete [2021-03-31T03:16:20.427Z] 6ca5941a6612: Verifying Checksum [2021-03-31T03:16:20.427Z] 6ca5941a6612: Download complete [2021-03-31T03:16:20.701Z] 31603596830f: Pull complete [2021-03-31T03:16:20.701Z] 2a8b12db71e7: Pull complete [2021-03-31T03:16:22.144Z] 6ca5941a6612: Pull complete [2021-03-31T03:16:22.428Z] ecc8261a40a4: Pull complete [2021-03-31T03:16:22.428Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-31T03:16:22.428Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T03:16:22.428Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-31T03:16:22.795Z] prd-centos7-docker-4c-2g-32187 does not seem to be running inside a container [2021-03-31T03:16:23.003Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-31T03:16:27.305Z] $ docker top 83b46ab273e01e274cfd395f586720441e5a12aa3db1a49c5db7734fb4c570b4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-31T03:16:27.848Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T03:16:27.848Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T03:16:29.365Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T03:16:29.379Z] $ docker exec 83b46ab273e01e274cfd395f586720441e5a12aa3db1a49c5db7734fb4c570b4 ssh-agent [2021-03-31T03:16:30.069Z] SSH_AUTH_SOCK=/tmp/ssh-Aw9v3BRwHq6v/agent.11 [2021-03-31T03:16:30.069Z] SSH_AGENT_PID=16 [2021-03-31T03:16:30.106Z] Running ssh-add (command line suppressed) [2021-03-31T03:16:30.634Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_1795877169595418201.key (/w/workspace/edgex-go/3@tmp/private_key_1795877169595418201.key) [2021-03-31T03:16:30.762Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T03:16:31.711Z] + git tag --points-at HEAD [Pipeline] } [2021-03-31T03:16:31.771Z] $ docker exec --env ******** --env ******** 83b46ab273e01e274cfd395f586720441e5a12aa3db1a49c5db7734fb4c570b4 ssh-agent -k [2021-03-31T03:16:32.303Z] unset SSH_AUTH_SOCK; [2021-03-31T03:16:32.304Z] unset SSH_AGENT_PID; [2021-03-31T03:16:32.304Z] echo Agent pid 16 killed; [2021-03-31T03:16:32.564Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-31T03:16:32.701Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T03:16:32.701Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T03:16:33.818Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T03:16:33.830Z] $ docker exec 83b46ab273e01e274cfd395f586720441e5a12aa3db1a49c5db7734fb4c570b4 ssh-agent [2021-03-31T03:16:34.583Z] SSH_AUTH_SOCK=/tmp/ssh-lz8JWxnB10bo/agent.44 [2021-03-31T03:16:34.583Z] SSH_AGENT_PID=49 [2021-03-31T03:16:34.592Z] Running ssh-add (command line suppressed) [2021-03-31T03:16:35.202Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_351766360202904473.key (/w/workspace/edgex-go/3@tmp/private_key_351766360202904473.key) [2021-03-31T03:16:35.471Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T03:16:36.291Z] + git semver init [2021-03-31T03:16:36.291Z] # -> Open(): unable to determine branch for HEAD [2021-03-31T03:16:36.291Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-03-31T03:16:36.291Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-03-31T03:16:36.291Z] # $SEMVER_REMOTE_NAME = origin [2021-03-31T03:16:36.291Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-31T03:16:36.291Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-31T03:16:36.291Z] # $SEMVER_BRANCH = PR-3318 [2021-03-31T03:16:36.291Z] # $SEMVER_TEMP = /tmp/semver-211647094 [2021-03-31T03:16:36.291Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-31T03:17:24.809Z] # '/tmp/semver-211647094' -> '/w/workspace/edgex-go/3/.semver' [2021-03-31T03:17:24.809Z] # -> Force: false [2021-03-31T03:17:24.809Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-03-31T03:17:24.837Z] $ docker exec --env ******** --env ******** 83b46ab273e01e274cfd395f586720441e5a12aa3db1a49c5db7734fb4c570b4 ssh-agent -k [2021-03-31T03:17:25.570Z] unset SSH_AUTH_SOCK; [2021-03-31T03:17:25.572Z] unset SSH_AGENT_PID; [2021-03-31T03:17:25.572Z] echo Agent pid 49 killed; [2021-03-31T03:17:25.902Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T03:17:26.881Z] + git semver [Pipeline] } [2021-03-31T03:17:27.209Z] $ docker stop --time=1 83b46ab273e01e274cfd395f586720441e5a12aa3db1a49c5db7734fb4c570b4 [2021-03-31T03:17:29.851Z] $ docker rm -f 83b46ab273e01e274cfd395f586720441e5a12aa3db1a49c5db7734fb4c570b4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T03:17:31.099Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-31T03:17:33.409Z] Stashed 1 file(s) [Pipeline] echo [2021-03-31T03:17:33.413Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-31T03:17:34.604Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-31T03:17:35.125Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-31T03:17:35.962Z] + sudo service docker restart [2021-03-31T03:17:35.962Z] + true [2021-03-31T03:17:36.278Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-31T03:17:37.320Z] ========================================================= [2021-03-31T03:17:37.320Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-31T03:17:37.320Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:17:37.726Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-31T03:17:48.816Z] Still waiting to schedule task [2021-03-31T03:17:48.816Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-31T03:17:50.794Z] Sending build context to Docker daemon 328.9MB [2021-03-31T03:17:50.794Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T03:17:50.794Z] Step 2/6 : FROM ${BASE} [2021-03-31T03:17:50.794Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-31T03:17:50.794Z] 188c0c94c7c5: Pulling fs layer [2021-03-31T03:17:50.794Z] 0ef7d3d256c8: Pulling fs layer [2021-03-31T03:17:50.794Z] de9db76c5a1d: Pulling fs layer [2021-03-31T03:17:50.794Z] bca2f99d35d6: Pulling fs layer [2021-03-31T03:17:50.794Z] 93359f2a8cfa: Pulling fs layer [2021-03-31T03:17:50.794Z] 7c6f9722023f: Pulling fs layer [2021-03-31T03:17:50.794Z] a35cf1a2eb13: Pulling fs layer [2021-03-31T03:17:50.794Z] 93359f2a8cfa: Waiting [2021-03-31T03:17:50.794Z] 7c6f9722023f: Waiting [2021-03-31T03:17:50.794Z] a35cf1a2eb13: Waiting [2021-03-31T03:17:50.794Z] bca2f99d35d6: Waiting [2021-03-31T03:17:50.794Z] de9db76c5a1d: Verifying Checksum [2021-03-31T03:17:50.794Z] de9db76c5a1d: Download complete [2021-03-31T03:17:50.794Z] 0ef7d3d256c8: Download complete [2021-03-31T03:17:50.794Z] 93359f2a8cfa: Verifying Checksum [2021-03-31T03:17:50.794Z] 93359f2a8cfa: Download complete [2021-03-31T03:17:50.794Z] 7c6f9722023f: Verifying Checksum [2021-03-31T03:17:50.794Z] 7c6f9722023f: Download complete [2021-03-31T03:17:50.794Z] 188c0c94c7c5: Verifying Checksum [2021-03-31T03:17:50.794Z] 188c0c94c7c5: Download complete [2021-03-31T03:17:50.794Z] 188c0c94c7c5: Pull complete [2021-03-31T03:17:51.083Z] 0ef7d3d256c8: Pull complete [2021-03-31T03:17:51.083Z] de9db76c5a1d: Pull complete [2021-03-31T03:17:56.848Z] a35cf1a2eb13: Verifying Checksum [2021-03-31T03:17:56.848Z] a35cf1a2eb13: Download complete [2021-03-31T03:17:59.885Z] bca2f99d35d6: Verifying Checksum [2021-03-31T03:17:59.885Z] bca2f99d35d6: Download complete [2021-03-31T03:18:15.660Z] bca2f99d35d6: Pull complete [2021-03-31T03:18:15.660Z] 93359f2a8cfa: Pull complete [2021-03-31T03:18:17.214Z] 7c6f9722023f: Pull complete [2021-03-31T03:18:23.026Z] a35cf1a2eb13: Pull complete [2021-03-31T03:18:23.026Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-31T03:18:23.318Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-31T03:18:23.318Z] ---> a62c8e92a672 [2021-03-31T03:18:23.318Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-31T03:18:23.591Z] ---> Running in 83b30be3caf2 [2021-03-31T03:18:25.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:18:25.770Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:18:26.776Z] (1/12) Installing libmagic (5.38-r0) [2021-03-31T03:18:26.776Z] (2/12) Installing file (5.38-r0) [2021-03-31T03:18:26.776Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-31T03:18:27.054Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-31T03:18:30.600Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-31T03:18:30.896Z] (6/12) Installing patch (2.7.6-r6) [2021-03-31T03:18:30.896Z] (7/12) Installing build-base (0.5-r2) [2021-03-31T03:18:30.896Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-31T03:18:31.172Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-31T03:18:31.172Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-31T03:18:31.172Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-31T03:18:31.457Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-31T03:18:31.457Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:18:31.457Z] OK: 233 MiB in 51 packages [2021-03-31T03:18:37.588Z] Removing intermediate container 83b30be3caf2 [2021-03-31T03:18:37.588Z] ---> 32bc666b30d9 [2021-03-31T03:18:37.589Z] Step 4/6 : WORKDIR /edgex-go [2021-03-31T03:18:37.589Z] ---> Running in 76c318cb4023 [2021-03-31T03:18:37.589Z] Removing intermediate container 76c318cb4023 [2021-03-31T03:18:37.589Z] ---> e4779f71e528 [2021-03-31T03:18:37.589Z] Step 5/6 : COPY go.mod . [2021-03-31T03:18:38.209Z] ---> 1b6ee9e70374 [2021-03-31T03:18:38.209Z] Step 6/6 : RUN go mod download [2021-03-31T03:18:38.612Z] ---> Running in 1d0ad0f347af [2021-03-31T03:19:18.450Z] Removing intermediate container 1d0ad0f347af [2021-03-31T03:19:18.450Z] ---> ad39f52d13cd [2021-03-31T03:19:18.450Z] Successfully built ad39f52d13cd [2021-03-31T03:19:18.450Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:19:18.999Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T03:19:19.622Z] . [Pipeline] withDockerContainer [2021-03-31T03:19:20.179Z] prd-centos7-docker-4c-2g-32187 does not seem to be running inside a container [2021-03-31T03:19:20.375Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-31T03:19:23.182Z] $ docker top 596ee6d232da8bdc568437afa7b7df09838862080a119564114aa6e4df7900f4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T03:19:24.614Z] + go version [2021-03-31T03:19:24.614Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-31T03:19:24.656Z] $ docker stop --time=1 596ee6d232da8bdc568437afa7b7df09838862080a119564114aa6e4df7900f4 [2021-03-31T03:19:26.986Z] $ docker rm -f 596ee6d232da8bdc568437afa7b7df09838862080a119564114aa6e4df7900f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:19:28.622Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T03:19:28.622Z] . [Pipeline] withDockerContainer [2021-03-31T03:19:29.325Z] prd-centos7-docker-4c-2g-32187 does not seem to be running inside a container [2021-03-31T03:19:29.546Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-31T03:19:32.097Z] $ docker top d756cfe2e574b0feddf1ed43a644faf2f462a13438467afbc868829a1f06bcac -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-31T03:19:32.378Z] ========================================================= [2021-03-31T03:19:32.378Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-31T03:19:32.378Z] ========================================================= [Pipeline] sh [2021-03-31T03:19:32.973Z] + make test [2021-03-31T03:19:32.973Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-31T03:20:00.595Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-31T03:20:41.329Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-31T03:20:54.480Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-31T03:20:54.480Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-31T03:20:54.480Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-31T03:21:00.958Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-31T03:21:00.958Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-31T03:21:00.958Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-31T03:21:00.958Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-31T03:21:08.089Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-31T03:21:08.089Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-31T03:21:17.023Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-31T03:21:17.023Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-31T03:21:17.023Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-31T03:21:19.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.347s coverage: 45.9% of statements [2021-03-31T03:21:19.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-31T03:21:19.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-31T03:21:19.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-31T03:21:19.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-31T03:21:19.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-31T03:21:19.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-31T03:21:19.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.074s coverage: 19.8% of statements [2021-03-31T03:21:19.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.142s coverage: 100.0% of statements [2021-03-31T03:21:25.900Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.639s coverage: 27.1% of statements [2021-03-31T03:21:25.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-31T03:21:25.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-31T03:21:25.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-31T03:21:25.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-31T03:21:25.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-31T03:21:25.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-31T03:21:25.900Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.181s coverage: 100.0% of statements [2021-03-31T03:21:25.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-31T03:21:25.900Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.152s coverage: 100.0% of statements [2021-03-31T03:21:25.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-31T03:21:25.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-31T03:21:29.377Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.232s coverage: 71.3% of statements [2021-03-31T03:21:29.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-31T03:21:29.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-31T03:21:29.377Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.336s coverage: 82.9% of statements [2021-03-31T03:21:29.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-31T03:21:29.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T03:21:29.377Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.155s coverage: 78.9% of statements [2021-03-31T03:21:29.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-31T03:21:37.267Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.063s coverage: 28.6% of statements [2021-03-31T03:21:37.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-31T03:21:37.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-31T03:21:37.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-31T03:21:37.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-31T03:21:37.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-31T03:21:37.268Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.187s coverage: 100.0% of statements [2021-03-31T03:21:37.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-31T03:21:37.268Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.265s coverage: 100.0% of statements [2021-03-31T03:21:37.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-31T03:21:37.268Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.415s coverage: 86.7% of statements [2021-03-31T03:21:37.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-31T03:21:38.404Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.619s coverage: 97.5% of statements [2021-03-31T03:21:38.404Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-31T03:21:39.159Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.422s coverage: 78.3% of statements [2021-03-31T03:21:39.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-31T03:21:39.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-31T03:21:39.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-31T03:21:39.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-31T03:21:46.406Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.384s coverage: 92.8% of statements [2021-03-31T03:21:46.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-31T03:21:46.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T03:21:46.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-31T03:21:46.407Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-31T03:21:46.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-31T03:21:46.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-31T03:21:46.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-31T03:21:46.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-31T03:21:46.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-31T03:21:46.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-31T03:21:46.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-31T03:21:46.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-31T03:21:46.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-31T03:21:46.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-31T03:21:46.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-31T03:21:46.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-31T03:21:46.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-31T03:21:46.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-31T03:21:46.407Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.162s coverage: 58.8% of statements [2021-03-31T03:21:46.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-31T03:21:46.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-31T03:21:46.407Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.124s coverage: 1.0% of statements [2021-03-31T03:21:46.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-31T03:21:46.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-31T03:21:46.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-31T03:21:46.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.192s coverage: 47.1% of statements [2021-03-31T03:21:46.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.100s coverage: 79.5% of statements [2021-03-31T03:21:46.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.363s coverage: 94.1% of statements [2021-03-31T03:21:47.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.172s coverage: 96.3% of statements [2021-03-31T03:21:47.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.204s coverage: 87.5% of statements [2021-03-31T03:22:00.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.158s coverage: 94.4% of statements [2021-03-31T03:22:00.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.150s coverage: 44.8% of statements [2021-03-31T03:22:06.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.578s coverage: 82.6% of statements [2021-03-31T03:22:11.582Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32189 in /w/workspace/edgexfoundry_edgex-go_PR-3318 [Pipeline] { [Pipeline] ws [2021-03-31T03:22:11.648Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-03-31T03:22:14.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.447s coverage: 92.9% of statements [2021-03-31T03:22:14.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-31T03:22:14.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-31T03:22:14.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-31T03:22:14.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.045s coverage: 77.8% of statements [2021-03-31T03:22:14.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-31T03:22:14.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-31T03:22:14.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-31T03:22:14.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-31T03:22:14.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-31T03:22:14.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.353s coverage: 87.2% of statements [2021-03-31T03:22:14.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-31T03:22:14.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-31T03:22:14.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.094s coverage: 100.0% of statements [2021-03-31T03:22:14.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-31T03:22:14.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.425s coverage: 75.5% of statements [2021-03-31T03:22:14.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-31T03:22:14.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.262s coverage: 80.8% of statements [2021-03-31T03:22:14.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.461s coverage: 87.2% of statements [2021-03-31T03:22:14.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.360s coverage: 84.6% of statements [2021-03-31T03:22:14.970Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.825s coverage: 91.6% of statements [2021-03-31T03:22:14.970Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-31T03:22:16.526Z] using credential edgex-jenkins-ssh [2021-03-31T03:22:16.610Z] Cloning the remote Git repository [2021-03-31T03:22:16.710Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-31T03:22:16.815Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-03-31T03:22:16.878Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T03:22:16.878Z] > git --version # timeout=10 [2021-03-31T03:22:16.896Z] > git --version # 'git version 2.17.1' [2021-03-31T03:22:16.898Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T03:22:16.985Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T03:22:18.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.652s coverage: 64.4% of statements [2021-03-31T03:22:18.747Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-31T03:22:18.747Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-31T03:22:18.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.329s coverage: 100.0% of statements [2021-03-31T03:22:18.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.246s coverage: 91.3% of statements [2021-03-31T03:22:18.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.167s coverage: 100.0% of statements [2021-03-31T03:22:19.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.101s coverage: 73.7% of statements [2021-03-31T03:22:21.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.251s coverage: 100.0% of statements [2021-03-31T03:22:26.083Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.221s coverage: 69.0% of statements [2021-03-31T03:22:26.083Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-31T03:22:26.083Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-31T03:22:26.083Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-31T03:22:27.574Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.841s coverage: 38.4% of statements [2021-03-31T03:22:27.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-31T03:22:27.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-31T03:22:27.574Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.211s coverage: 89.5% of statements [2021-03-31T03:22:27.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-31T03:22:27.574Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.098s coverage: 84.8% of statements [2021-03-31T03:22:31.892Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.486s coverage: 47.0% of statements [2021-03-31T03:22:31.892Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-31T03:22:31.892Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-31T03:22:31.892Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-31T03:22:31.892Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-31T03:22:31.892Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-31T03:22:31.892Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.093s coverage: 100.0% of statements [2021-03-31T03:22:31.892Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-31T03:22:31.892Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.091s coverage: 100.0% of statements [2021-03-31T03:22:31.892Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-31T03:22:31.892Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-31T03:22:31.892Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-31T03:22:31.892Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-31T03:22:33.079Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.497s coverage: 87.1% of statements [2021-03-31T03:22:33.080Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-31T03:22:33.080Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T03:22:33.080Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-31T03:22:33.131Z] Merging remotes/origin/master commit 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 1024e6cd34f74e2e17cbebf936445d461a1269d2 [2021-03-31T03:22:33.696Z] Merge succeeded, producing 1024e6cd34f74e2e17cbebf936445d461a1269d2 [2021-03-31T03:22:33.696Z] Checking out Revision 1024e6cd34f74e2e17cbebf936445d461a1269d2 (PR-3318) [2021-03-31T03:22:32.351Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T03:22:32.372Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T03:22:32.416Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T03:22:32.454Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T03:22:32.455Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T03:22:32.471Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3318/head:refs/remotes/origin/PR-3318 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T03:22:33.153Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T03:22:33.170Z] > git checkout -f 1024e6cd34f74e2e17cbebf936445d461a1269d2 # timeout=10 [2021-03-31T03:22:33.494Z] > git remote # timeout=10 [2021-03-31T03:22:33.513Z] > git config --get remote.origin.url # timeout=10 [2021-03-31T03:22:33.583Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T03:22:33.594Z] > git merge 455f88eb7f104c981a27c2f244562def9f736fdb # timeout=10 [2021-03-31T03:22:33.656Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-31T03:22:33.706Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T03:22:33.752Z] > git checkout -f 1024e6cd34f74e2e17cbebf936445d461a1269d2 # timeout=10 [2021-03-31T03:22:38.202Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-31T03:22:39.565Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-31T03:22:40.013Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-31T03:22:40.358Z] + sudo service docker restart [2021-03-31T03:22:40.358Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T03:22:42.407Z] provisioning config files... [2021-03-31T03:22:42.453Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3828106498378405074tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:22:42.531Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.860s coverage: 29.1% of statements [2021-03-31T03:22:42.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-31T03:22:42.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-31T03:22:42.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-31T03:22:42.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-31T03:22:42.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-31T03:22:42.531Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.260s coverage: 99.0% of statements [2021-03-31T03:22:42.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-31T03:22:42.531Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.127s coverage: 100.0% of statements [2021-03-31T03:22:42.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-31T03:22:42.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-31T03:22:42.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-31T03:22:42.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-31T03:22:42.531Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.338s coverage: 95.0% of statements [2021-03-31T03:22:42.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-31T03:22:42.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T03:22:42.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-31T03:22:42.531Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.068s coverage: 0.0% of statements [2021-03-31T03:22:42.531Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-31T03:22:42.531Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.076s coverage: 100.0% of statements [2021-03-31T03:22:42.531Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-31T03:22:42.531Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-31T03:22:42.531Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-31T03:22:42.531Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-31T03:22:42.531Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.098s coverage: 87.9% of statements [2021-03-31T03:22:42.531Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-31T03:22:42.531Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-31T03:22:42.531Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.044s coverage: 100.0% of statements [2021-03-31T03:22:42.859Z] ---> docker-login.sh [2021-03-31T03:22:42.859Z] nexus3.edgexfoundry.org:10001 [2021-03-31T03:22:43.458Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:22:43.576Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.266s coverage: 32.1% of statements [2021-03-31T03:22:44.059Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:22:44.059Z] Configure a credential helper to remove this warning. See [2021-03-31T03:22:44.059Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:22:44.059Z] [2021-03-31T03:22:44.059Z] Login Succeeded [2021-03-31T03:22:44.059Z] nexus3.edgexfoundry.org:10002 [2021-03-31T03:22:44.175Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.050s coverage: 100.0% of statements [2021-03-31T03:22:44.333Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:22:44.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:22:44.333Z] Configure a credential helper to remove this warning. See [2021-03-31T03:22:44.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:22:44.333Z] [2021-03-31T03:22:44.333Z] Login Succeeded [2021-03-31T03:22:44.333Z] nexus3.edgexfoundry.org:10003 [2021-03-31T03:22:44.781Z] GO111MODULE=on go vet ./... [2021-03-31T03:22:44.932Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:22:44.932Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:22:44.932Z] Configure a credential helper to remove this warning. See [2021-03-31T03:22:44.932Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:22:44.932Z] [2021-03-31T03:22:44.932Z] Login Succeeded [2021-03-31T03:22:44.932Z] nexus3.edgexfoundry.org:10004 [2021-03-31T03:22:45.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:22:45.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:22:45.526Z] Configure a credential helper to remove this warning. See [2021-03-31T03:22:45.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:22:45.526Z] [2021-03-31T03:22:45.526Z] Login Succeeded [2021-03-31T03:22:45.526Z] docker.io [2021-03-31T03:22:45.800Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:22:46.394Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:22:46.394Z] Configure a credential helper to remove this warning. See [2021-03-31T03:22:46.394Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:22:46.394Z] [2021-03-31T03:22:46.394Z] Login Succeeded [2021-03-31T03:22:46.394Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T03:22:46.413Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-31T03:22:46.915Z] ========================================================= [2021-03-31T03:22:46.916Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-31T03:22:46.916Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:47.295Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-31T03:22:49.945Z] Sending build context to Docker daemon 167MB [2021-03-31T03:22:49.945Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T03:22:49.945Z] Step 2/6 : FROM ${BASE} [2021-03-31T03:22:49.945Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-31T03:22:49.945Z] 5f621e34cdf4: Pulling fs layer [2021-03-31T03:22:49.945Z] a4357932f1b6: Pulling fs layer [2021-03-31T03:22:49.945Z] 18c013af1878: Pulling fs layer [2021-03-31T03:22:49.945Z] 00ac8860ef70: Pulling fs layer [2021-03-31T03:22:49.945Z] 63d7cb157983: Pulling fs layer [2021-03-31T03:22:49.945Z] b116817d02f9: Pulling fs layer [2021-03-31T03:22:49.945Z] 745a02a5169b: Pulling fs layer [2021-03-31T03:22:49.945Z] 00ac8860ef70: Waiting [2021-03-31T03:22:49.945Z] 63d7cb157983: Waiting [2021-03-31T03:22:49.945Z] b116817d02f9: Waiting [2021-03-31T03:22:49.945Z] 745a02a5169b: Waiting [2021-03-31T03:22:49.945Z] 18c013af1878: Verifying Checksum [2021-03-31T03:22:49.946Z] 18c013af1878: Download complete [2021-03-31T03:22:49.946Z] a4357932f1b6: Download complete [2021-03-31T03:22:49.946Z] 63d7cb157983: Verifying Checksum [2021-03-31T03:22:49.946Z] 63d7cb157983: Download complete [2021-03-31T03:22:49.946Z] b116817d02f9: Verifying Checksum [2021-03-31T03:22:49.946Z] 5f621e34cdf4: Verifying Checksum [2021-03-31T03:22:49.946Z] 5f621e34cdf4: Download complete [2021-03-31T03:22:50.546Z] 5f621e34cdf4: Pull complete [2021-03-31T03:22:51.145Z] a4357932f1b6: Pull complete [2021-03-31T03:22:51.750Z] 18c013af1878: Pull complete [2021-03-31T03:22:52.354Z] 745a02a5169b: Verifying Checksum [2021-03-31T03:22:52.354Z] 745a02a5169b: Download complete [2021-03-31T03:22:53.792Z] 00ac8860ef70: Verifying Checksum [2021-03-31T03:22:53.792Z] 00ac8860ef70: Download complete [2021-03-31T03:23:03.967Z] 00ac8860ef70: Pull complete [2021-03-31T03:23:04.240Z] 63d7cb157983: Pull complete [2021-03-31T03:23:04.837Z] b116817d02f9: Pull complete [2021-03-31T03:23:09.163Z] 745a02a5169b: Pull complete [2021-03-31T03:23:09.163Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-31T03:23:09.163Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-31T03:23:09.163Z] ---> b7e6874047d6 [2021-03-31T03:23:09.163Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-31T03:23:11.827Z] ---> Running in 610fd1d9ef9e [2021-03-31T03:23:13.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:23:13.872Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:23:14.469Z] (1/12) Installing libmagic (5.38-r0) [2021-03-31T03:23:14.745Z] (2/12) Installing file (5.38-r0) [2021-03-31T03:23:14.745Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-31T03:23:14.745Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-31T03:23:17.354Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-31T03:23:17.354Z] (6/12) Installing patch (2.7.6-r6) [2021-03-31T03:23:17.623Z] (7/12) Installing build-base (0.5-r2) [2021-03-31T03:23:17.623Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-31T03:23:17.623Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-31T03:23:17.893Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-31T03:23:17.893Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-31T03:23:18.165Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-31T03:23:18.165Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:23:18.165Z] OK: 217 MiB in 51 packages [2021-03-31T03:23:22.470Z] Removing intermediate container 610fd1d9ef9e [2021-03-31T03:23:22.470Z] ---> 967ee6b5cd48 [2021-03-31T03:23:22.470Z] Step 4/6 : WORKDIR /edgex-go [2021-03-31T03:23:22.470Z] ---> Running in 7f8d4c6be496 [2021-03-31T03:23:22.745Z] Removing intermediate container 7f8d4c6be496 [2021-03-31T03:23:22.745Z] ---> 7a90ac33a3ac [2021-03-31T03:23:22.745Z] Step 5/6 : COPY go.mod . [2021-03-31T03:23:23.347Z] ---> 47afe9244453 [2021-03-31T03:23:23.347Z] Step 6/6 : RUN go mod download [2021-03-31T03:23:23.347Z] ---> Running in df86b1fcf4b1 [2021-03-31T03:23:50.203Z] Removing intermediate container df86b1fcf4b1 [2021-03-31T03:23:50.203Z] ---> 3d90062dab89 [2021-03-31T03:23:50.203Z] Successfully built 3d90062dab89 [2021-03-31T03:23:50.203Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:23:50.545Z] + docker inspect -f . ci-base-image-arm64 [2021-03-31T03:23:50.545Z] . [Pipeline] withDockerContainer [2021-03-31T03:23:50.823Z] prd-ubuntu18.04-docker-arm64-4c-16g-32189 does not seem to be running inside a container [2021-03-31T03:23:50.911Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-31T03:23:52.404Z] $ docker top 63afc87ac4b98da793cb7b656f1f08b2c55c002cd4407e0c47b8c1290b9cff25 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T03:23:53.397Z] + go version [2021-03-31T03:23:53.397Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-31T03:23:53.424Z] $ docker stop --time=1 63afc87ac4b98da793cb7b656f1f08b2c55c002cd4407e0c47b8c1290b9cff25 [2021-03-31T03:23:55.327Z] $ docker rm -f 63afc87ac4b98da793cb7b656f1f08b2c55c002cd4407e0c47b8c1290b9cff25 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:23:56.389Z] + docker inspect -f . ci-base-image-arm64 [2021-03-31T03:23:56.390Z] . [Pipeline] withDockerContainer [2021-03-31T03:23:56.658Z] prd-ubuntu18.04-docker-arm64-4c-16g-32189 does not seem to be running inside a container [2021-03-31T03:23:56.740Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-31T03:23:58.135Z] $ docker top 26f142a173d985be7f4df86bb78f21693b2cd9577d743f4c6b3fb254030c1326 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-31T03:23:58.490Z] ========================================================= [2021-03-31T03:23:58.490Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-31T03:23:58.490Z] ========================================================= [Pipeline] sh [2021-03-31T03:23:59.135Z] + make test [2021-03-31T03:23:59.135Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-31T03:24:08.114Z] gofmt -l . [2021-03-31T03:24:08.114Z] [ "`gofmt -l .`" = "" ] [2021-03-31T03:24:08.114Z] ./bin/test-go-mod-tidy.sh [2021-03-31T03:24:08.114Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-31T03:24:08.806Z] + ls -al . [2021-03-31T03:24:08.807Z] total 780 [2021-03-31T03:24:08.807Z] drwxrwxr-x 10 1001 1001 4096 Mar 31 03:24 . [2021-03-31T03:24:08.807Z] drwxr-xr-x 4 root root 28 Mar 31 03:19 .. [2021-03-31T03:24:08.807Z] -rw-rw-r-- 1 1001 1001 11 Mar 31 03:15 .dockerignore [2021-03-31T03:24:08.807Z] drwxrwxr-x 8 1001 1001 179 Mar 31 03:15 .git [2021-03-31T03:24:08.807Z] drwxrwxr-x 3 1001 1001 125 Mar 31 03:15 .github [2021-03-31T03:24:08.807Z] -rw-rw-r-- 1 1001 1001 818 Mar 31 03:15 .gitignore [2021-03-31T03:24:08.807Z] drwx------ 3 1001 1001 60 Mar 31 03:17 .semver [2021-03-31T03:24:08.807Z] -rw-rw-r-- 1 1001 1001 166 Mar 31 03:15 .sonarcloud.properties [2021-03-31T03:24:08.807Z] -rw-rw-r-- 1 1001 1001 8607 Mar 31 03:15 Attribution.txt [2021-03-31T03:24:08.807Z] -rw-rw-r-- 1 1001 1001 3804 Mar 31 03:15 CONTRIBUTING.md [2021-03-31T03:24:08.807Z] -rw-rw-r-- 1 1001 1001 931 Mar 31 03:15 Dockerfile.build [2021-03-31T03:24:08.807Z] -rw-rw-r-- 1 1001 1001 863 Mar 31 03:15 Jenkinsfile [2021-03-31T03:24:08.807Z] -rw-rw-r-- 1 1001 1001 10775 Mar 31 03:15 LICENSE [2021-03-31T03:24:08.807Z] -rw-rw-r-- 1 1001 1001 5774 Mar 31 03:15 Makefile [2021-03-31T03:24:08.807Z] -rw-rw-r-- 1 1001 1001 6548 Mar 31 03:15 README.md [2021-03-31T03:24:08.807Z] -rw-rw-r-- 1 1001 1001 6755 Mar 31 03:15 SECURITY.md [2021-03-31T03:24:08.807Z] -rw-rw-r-- 1 1001 1001 5 Mar 31 03:17 VERSION [2021-03-31T03:24:08.807Z] -rw-rw-r-- 1 1001 1001 4131 Mar 31 03:15 ZMQWindows.md [2021-03-31T03:24:08.807Z] drwxrwxr-x 2 1001 1001 117 Mar 31 03:15 bin [2021-03-31T03:24:08.807Z] drwxrwxr-x 14 1001 1001 4096 Mar 31 03:15 cmd [2021-03-31T03:24:08.807Z] -rw-r--r-- 1 root root 669470 Mar 31 03:22 coverage.out [2021-03-31T03:24:08.807Z] -rw-r--r-- 1 root root 1056 Mar 31 03:24 go.mod [2021-03-31T03:24:08.807Z] -rw-r--r-- 1 root root 22531 Mar 31 03:24 go.sum [2021-03-31T03:24:08.807Z] drwxrwxr-x 8 1001 1001 127 Mar 31 03:15 internal [2021-03-31T03:24:08.807Z] drwxrwxr-x 4 1001 1001 26 Mar 31 03:15 openapi [2021-03-31T03:24:08.807Z] drwxrwxr-x 4 1001 1001 71 Mar 31 03:15 snap [2021-03-31T03:24:08.807Z] -rw-rw-r-- 1 1001 1001 168 Mar 31 03:15 version.go [Pipeline] sh [2021-03-31T03:24:09.513Z] + '[' -e coverage.out ] [2021-03-31T03:24:09.513Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-31T03:24:10.135Z] Stashed 1 file(s) [Pipeline] sh [2021-03-31T03:24:11.184Z] + make build [2021-03-31T03:24:11.184Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T03:24:19.900Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T03:24:21.304Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-31T03:24:39.098Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T03:24:42.629Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T03:24:48.390Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T03:24:48.682Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T03:24:55.906Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T03:25:01.935Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T03:25:07.381Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T03:25:08.354Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-31T03:25:09.578Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T03:25:13.576Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T03:25:15.086Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-31T03:25:15.761Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-31T03:25:23.534Z] $ docker stop --time=1 d756cfe2e574b0feddf1ed43a644faf2f462a13438467afbc868829a1f06bcac [2021-03-31T03:25:23.671Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-31T03:25:23.671Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-31T03:25:26.214Z] $ docker rm -f d756cfe2e574b0feddf1ed43a644faf2f462a13438467afbc868829a1f06bcac [2021-03-31T03:25:26.323Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-31T03:25:26.323Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-31T03:25:26.323Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-31T03:25:26.323Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-03-31T03:25:29.536Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-31T03:25:30.134Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:25:31.196Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T03:25:31.464Z] [2021-03-31T03:25:31.464Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:25:32.096Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T03:25:33.232Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-31T03:25:33.233Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-31T03:25:33.233Z] ca9280d653b3: Pulling fs layer [2021-03-31T03:25:33.233Z] 7e9c9ca2126c: Pulling fs layer [2021-03-31T03:25:34.830Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-31T03:25:34.830Z] cbdbe7a5bc2a: Download complete [2021-03-31T03:25:35.494Z] cbdbe7a5bc2a: Pull complete [2021-03-31T03:25:37.156Z] ca9280d653b3: Verifying Checksum [2021-03-31T03:25:37.157Z] ca9280d653b3: Download complete [2021-03-31T03:25:38.425Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-31T03:25:38.425Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-31T03:25:38.425Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-31T03:25:42.933Z] ca9280d653b3: Pull complete [2021-03-31T03:25:42.933Z] 7e9c9ca2126c: Verifying Checksum [2021-03-31T03:25:42.933Z] 7e9c9ca2126c: Download complete [2021-03-31T03:25:43.886Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.303s coverage: 45.9% of statements [2021-03-31T03:25:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-31T03:25:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-31T03:25:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-31T03:25:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-31T03:25:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-31T03:25:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-31T03:25:43.886Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.118s coverage: 19.8% of statements [2021-03-31T03:25:44.162Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.264s coverage: 100.0% of statements [2021-03-31T03:25:50.891Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.474s coverage: 27.1% of statements [2021-03-31T03:25:50.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-31T03:25:50.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-31T03:25:50.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-31T03:25:50.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-31T03:25:50.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-31T03:25:50.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-31T03:25:50.891Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.125s coverage: 100.0% of statements [2021-03-31T03:25:50.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-31T03:25:50.891Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.137s coverage: 100.0% of statements [2021-03-31T03:25:50.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-31T03:25:50.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-31T03:25:52.886Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.245s coverage: 71.3% of statements [2021-03-31T03:25:52.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-31T03:25:52.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-31T03:25:54.339Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.489s coverage: 82.9% of statements [2021-03-31T03:25:54.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-31T03:25:54.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T03:25:54.339Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.133s coverage: 78.9% of statements [2021-03-31T03:25:54.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-31T03:25:58.570Z] 7e9c9ca2126c: Pull complete [2021-03-31T03:25:58.571Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-31T03:25:58.571Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T03:25:58.571Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-31T03:25:58.927Z] prd-centos7-docker-4c-2g-32187 does not seem to be running inside a container [2021-03-31T03:25:59.732Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-31T03:26:02.605Z] $ docker top 3844cf2287425381263d4026ce6aed030dff7af18c408fc3242d2bc127f387f9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T03:26:03.989Z] + docker-compose build --help [2021-03-31T03:26:03.989Z] + grep parallel [2021-03-31T03:26:04.552Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.200s coverage: 28.6% of statements [2021-03-31T03:26:04.552Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-31T03:26:04.552Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-31T03:26:04.552Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-31T03:26:04.552Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-31T03:26:04.552Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-31T03:26:04.552Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.256s coverage: 100.0% of statements [2021-03-31T03:26:04.552Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-31T03:26:04.552Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.139s coverage: 100.0% of statements [2021-03-31T03:26:04.552Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-31T03:26:04.552Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.446s coverage: 86.7% of statements [2021-03-31T03:26:04.552Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-31T03:26:04.552Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.388s coverage: 97.5% of statements [2021-03-31T03:26:04.552Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-31T03:26:04.552Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.220s coverage: 78.3% of statements [2021-03-31T03:26:04.552Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-31T03:26:04.552Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-31T03:26:04.552Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-31T03:26:04.552Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-31T03:26:06.114Z] --parallel Build images in parallel. [Pipeline] } [2021-03-31T03:26:06.135Z] $ docker stop --time=1 3844cf2287425381263d4026ce6aed030dff7af18c408fc3242d2bc127f387f9 [2021-03-31T03:26:08.203Z] $ docker rm -f 3844cf2287425381263d4026ce6aed030dff7af18c408fc3242d2bc127f387f9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:26:08.977Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T03:26:09.262Z] . [Pipeline] withDockerContainer [2021-03-31T03:26:09.616Z] prd-centos7-docker-4c-2g-32187 does not seem to be running inside a container [2021-03-31T03:26:09.841Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-31T03:26:11.933Z] $ docker top e7cb759ea01d6f5e955d762ef4bc338941cf42dc9ff5a9f58e47f4a7443c2541 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T03:26:12.854Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-31T03:26:12.901Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.172s coverage: 92.8% of statements [2021-03-31T03:26:12.901Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-31T03:26:12.901Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T03:26:12.901Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-31T03:26:12.901Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-31T03:26:12.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-31T03:26:12.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-31T03:26:12.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-31T03:26:12.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-31T03:26:12.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-31T03:26:12.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-31T03:26:12.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-31T03:26:12.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-31T03:26:12.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-31T03:26:12.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-31T03:26:12.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-31T03:26:12.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-31T03:26:12.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-31T03:26:12.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-31T03:26:12.901Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.128s coverage: 58.8% of statements [2021-03-31T03:26:12.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-31T03:26:12.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-31T03:26:12.901Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.173s coverage: 1.0% of statements [2021-03-31T03:26:12.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-31T03:26:12.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-31T03:26:12.901Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-31T03:26:12.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.149s coverage: 47.1% of statements [2021-03-31T03:26:12.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.146s coverage: 79.5% of statements [2021-03-31T03:26:12.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.108s coverage: 94.1% of statements [2021-03-31T03:26:12.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.159s coverage: 96.3% of statements [2021-03-31T03:26:12.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.132s coverage: 87.5% of statements [2021-03-31T03:26:16.548Z] Building docker-core-command-go ... [2021-03-31T03:26:16.548Z] Building docker-core-data-go ... [2021-03-31T03:26:16.548Z] Building docker-core-metadata-go ... [2021-03-31T03:26:16.548Z] Building docker-security-bootstrapper-go ... [2021-03-31T03:26:16.548Z] Building docker-security-proxy-setup-go ... [2021-03-31T03:26:16.548Z] Building docker-security-secretstore-setup-go ... [2021-03-31T03:26:16.548Z] Building docker-support-notifications-go ... [2021-03-31T03:26:16.548Z] Building docker-support-scheduler-go ... [2021-03-31T03:26:16.548Z] Building docker-sys-mgmt-agent-go ... [2021-03-31T03:26:16.548Z] Building docker-core-data-go [2021-03-31T03:26:16.548Z] Building docker-security-bootstrapper-go [2021-03-31T03:26:16.548Z] Building docker-security-secretstore-setup-go [2021-03-31T03:26:16.548Z] Building docker-security-proxy-setup-go [2021-03-31T03:26:16.548Z] Building docker-sys-mgmt-agent-go [2021-03-31T03:26:25.297Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.161s coverage: 94.4% of statements [2021-03-31T03:26:25.297Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.132s coverage: 44.8% of statements [2021-03-31T03:26:32.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.493s coverage: 82.6% of statements [2021-03-31T03:26:38.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.192s coverage: 92.9% of statements [2021-03-31T03:26:38.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-31T03:26:38.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-31T03:26:38.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-31T03:26:38.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-31T03:26:38.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-31T03:26:38.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-31T03:26:38.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-31T03:26:38.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-31T03:26:38.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-31T03:26:38.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-03-31T03:26:38.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-31T03:26:38.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-31T03:26:38.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements [2021-03-31T03:26:38.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-31T03:26:38.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.154s coverage: 75.5% of statements [2021-03-31T03:26:38.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-31T03:26:38.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.160s coverage: 80.8% of statements [2021-03-31T03:26:38.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.170s coverage: 87.2% of statements [2021-03-31T03:26:38.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.221s coverage: 84.6% of statements [2021-03-31T03:26:38.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.225s coverage: 91.6% of statements [2021-03-31T03:26:38.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-31T03:26:40.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.762s coverage: 64.4% of statements [2021-03-31T03:26:40.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-31T03:26:40.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-31T03:26:40.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.142s coverage: 100.0% of statements [2021-03-31T03:26:41.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.112s coverage: 91.3% of statements [2021-03-31T03:26:41.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.100s coverage: 100.0% of statements [2021-03-31T03:26:41.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.074s coverage: 73.7% of statements [2021-03-31T03:26:42.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements [2021-03-31T03:26:46.797Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.925s coverage: 69.0% of statements [2021-03-31T03:26:46.797Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-31T03:26:46.797Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-31T03:26:46.797Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-31T03:26:47.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.415s coverage: 38.4% of statements [2021-03-31T03:26:47.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-31T03:26:47.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-31T03:26:47.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.094s coverage: 89.5% of statements [2021-03-31T03:26:47.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-31T03:26:47.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.083s coverage: 84.8% of statements [2021-03-31T03:26:54.128Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.413s coverage: 47.0% of statements [2021-03-31T03:26:54.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-31T03:26:54.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-31T03:26:54.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-31T03:26:54.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-31T03:26:54.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-31T03:26:54.128Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.148s coverage: 100.0% of statements [2021-03-31T03:26:54.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-31T03:26:54.128Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.166s coverage: 100.0% of statements [2021-03-31T03:26:54.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-31T03:26:54.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-31T03:26:54.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-31T03:26:54.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-31T03:26:54.128Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.487s coverage: 87.1% of statements [2021-03-31T03:26:54.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-31T03:26:54.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T03:26:54.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-31T03:27:02.424Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.154s coverage: 29.1% of statements [2021-03-31T03:27:02.424Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-31T03:27:02.424Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-31T03:27:02.424Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-31T03:27:02.424Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-31T03:27:02.424Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-31T03:27:02.425Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.233s coverage: 99.0% of statements [2021-03-31T03:27:02.425Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-31T03:27:02.425Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.192s coverage: 100.0% of statements [2021-03-31T03:27:02.425Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-31T03:27:02.425Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-31T03:27:02.425Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-31T03:27:02.425Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-31T03:27:02.425Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.243s coverage: 95.0% of statements [2021-03-31T03:27:02.425Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-31T03:27:02.425Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T03:27:02.425Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-31T03:27:02.425Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements [2021-03-31T03:27:02.425Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-31T03:27:02.425Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.066s coverage: 100.0% of statements [2021-03-31T03:27:02.425Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-31T03:27:02.425Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-31T03:27:02.425Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-31T03:27:02.425Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-31T03:27:02.425Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.075s coverage: 87.9% of statements [2021-03-31T03:27:02.425Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-31T03:27:02.425Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-31T03:27:02.425Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements [2021-03-31T03:27:02.698Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.119s coverage: 32.1% of statements [2021-03-31T03:27:03.680Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-03-31T03:27:04.272Z] GO111MODULE=on go vet ./... [2021-03-31T03:27:55.122Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:27:55.122Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:27:55.122Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:27:55.122Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:27:55.122Z] ---> ad39f52d13cd [2021-03-31T03:27:55.122Z] Step 3/26 : WORKDIR /edgex-go [2021-03-31T03:27:55.122Z] ---> ad39f52d13cd [2021-03-31T03:27:55.122Z] Step 3/31 : WORKDIR /edgex-go [2021-03-31T03:27:55.122Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:27:55.122Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:27:55.122Z] ---> ad39f52d13cd [2021-03-31T03:27:55.122Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T03:27:55.122Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:27:55.122Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:27:55.122Z] ---> ad39f52d13cd [2021-03-31T03:27:55.122Z] Step 3/21 : WORKDIR /edgex-go [2021-03-31T03:27:55.122Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:27:55.122Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:27:55.122Z] ---> ad39f52d13cd [2021-03-31T03:27:55.122Z] Step 3/24 : WORKDIR /edgex-go [2021-03-31T03:27:55.122Z] ---> Running in 78b22563a34e [2021-03-31T03:27:55.122Z] ---> Running in a4eff2d3745a [2021-03-31T03:27:55.122Z] ---> Running in e30205a119bd [2021-03-31T03:27:55.122Z] ---> Running in 349837ee69dd [2021-03-31T03:27:55.122Z] ---> Running in 7cde571185eb [2021-03-31T03:27:55.122Z] Removing intermediate container e30205a119bd [2021-03-31T03:27:55.122Z] ---> 696ff2a2fc63 [2021-03-31T03:27:55.122Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:27:55.122Z] Removing intermediate container 349837ee69dd [2021-03-31T03:27:55.122Z] ---> 7f0af753c48c [2021-03-31T03:27:55.122Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:27:55.122Z] Removing intermediate container 7cde571185eb [2021-03-31T03:27:55.122Z] ---> cee5eb489bb7 [2021-03-31T03:27:55.122Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:27:55.122Z] Removing intermediate container 78b22563a34e [2021-03-31T03:27:55.122Z] ---> 709f35f65b57 [2021-03-31T03:27:55.122Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:27:55.122Z] ---> Running in 8f94fd469d71 [2021-03-31T03:27:55.122Z] Removing intermediate container a4eff2d3745a [2021-03-31T03:27:55.122Z] ---> d757d06ee216 [2021-03-31T03:27:55.122Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:27:55.122Z] ---> Running in b24c773c91e2 [2021-03-31T03:27:55.122Z] ---> Running in aa6a1da7a764 [2021-03-31T03:27:55.122Z] ---> Running in 9e39290be330 [2021-03-31T03:27:55.122Z] ---> Running in ccfa980e74bd [2021-03-31T03:27:55.122Z] Removing intermediate container b24c773c91e2 [2021-03-31T03:27:55.122Z] ---> 954de7fe3946 [2021-03-31T03:27:55.122Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-31T03:27:55.122Z] ---> Running in 32ee55de8e88 [2021-03-31T03:27:55.122Z] Removing intermediate container aa6a1da7a764 [2021-03-31T03:27:55.122Z] ---> d5138b833a80 [2021-03-31T03:27:55.122Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-31T03:27:55.122Z] ---> Running in 9f1b17f70600 [2021-03-31T03:27:55.122Z] Removing intermediate container 8f94fd469d71 [2021-03-31T03:27:55.122Z] ---> 36daf85c28ea [2021-03-31T03:27:55.122Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-31T03:27:55.122Z] Removing intermediate container 9e39290be330 [2021-03-31T03:27:55.122Z] ---> 756f1c8e336f [2021-03-31T03:27:55.122Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-31T03:27:55.122Z] Removing intermediate container ccfa980e74bd [2021-03-31T03:27:55.122Z] ---> bc35aba649bc [2021-03-31T03:27:55.122Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-31T03:27:55.122Z] ---> Running in f0447dbfa64d [2021-03-31T03:27:55.122Z] ---> Running in 536343b34c9e [2021-03-31T03:27:55.122Z] ---> Running in d0c52e312b0c [2021-03-31T03:27:55.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:27:55.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:27:55.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:27:55.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:27:55.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:27:55.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:27:55.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:27:55.122Z] OK: 233 MiB in 51 packages [2021-03-31T03:27:55.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:27:55.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:27:55.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:27:55.122Z] OK: 233 MiB in 51 packages [2021-03-31T03:27:55.122Z] OK: 233 MiB in 51 packages [2021-03-31T03:27:55.122Z] OK: 233 MiB in 51 packages [2021-03-31T03:27:55.122Z] OK: 233 MiB in 51 packages [2021-03-31T03:27:55.785Z] Removing intermediate container 32ee55de8e88 [2021-03-31T03:27:55.785Z] ---> efbf14c37dce [2021-03-31T03:27:55.785Z] Step 6/24 : COPY go.mod . [2021-03-31T03:27:56.421Z] ---> 7e0b9846e724 [2021-03-31T03:27:56.421Z] Step 7/24 : RUN go mod download [2021-03-31T03:27:56.705Z] Removing intermediate container 9f1b17f70600 [2021-03-31T03:27:56.705Z] ---> 1d20fc97c9d0 [2021-03-31T03:27:56.705Z] Step 6/23 : COPY go.mod . [2021-03-31T03:27:56.705Z] Removing intermediate container f0447dbfa64d [2021-03-31T03:27:56.705Z] ---> 544df8d066ba [2021-03-31T03:27:56.705Z] Step 6/31 : COPY go.mod . [2021-03-31T03:27:57.034Z] ---> Running in ab6a3a0d48bf [2021-03-31T03:27:57.034Z] Removing intermediate container d0c52e312b0c [2021-03-31T03:27:57.034Z] ---> efc42f2268e0 [2021-03-31T03:27:57.034Z] Step 6/26 : COPY go.mod . [2021-03-31T03:27:57.034Z] Removing intermediate container 536343b34c9e [2021-03-31T03:27:57.034Z] ---> 9c2b00540272 [2021-03-31T03:27:57.034Z] Step 6/21 : COPY go.mod . [2021-03-31T03:27:57.034Z] ---> c1c3ef492497 [2021-03-31T03:27:57.034Z] Step 7/23 : RUN go mod download [2021-03-31T03:27:57.405Z] ---> b2a1e5c913b6 [2021-03-31T03:27:57.405Z] Step 7/31 : RUN go mod download [2021-03-31T03:27:57.716Z] ---> Running in 751c645009c0 [2021-03-31T03:27:57.716Z] ---> Running in 142482413efa [2021-03-31T03:27:58.026Z] ---> c7a0c8d435f9 [2021-03-31T03:27:58.026Z] Step 7/21 : RUN go mod download [2021-03-31T03:27:58.026Z] ---> 6424709a8482 [2021-03-31T03:27:58.026Z] Step 7/26 : RUN go mod download [2021-03-31T03:27:58.344Z] ---> Running in 67b791faaeb3 [2021-03-31T03:27:58.344Z] ---> Running in dbbfa0095df6 [2021-03-31T03:28:07.601Z] Removing intermediate container 67b791faaeb3 [2021-03-31T03:28:07.601Z] ---> 2474c037f338 [2021-03-31T03:28:07.601Z] Step 8/21 : COPY . . [2021-03-31T03:28:07.601Z] Removing intermediate container dbbfa0095df6 [2021-03-31T03:28:07.601Z] ---> 31030cee1be7 [2021-03-31T03:28:07.601Z] Step 8/26 : COPY . . [2021-03-31T03:28:07.601Z] Removing intermediate container 751c645009c0 [2021-03-31T03:28:07.601Z] ---> 0c6cbe3f6ef3 [2021-03-31T03:28:07.601Z] Step 8/23 : COPY . . [2021-03-31T03:28:07.601Z] Removing intermediate container 142482413efa [2021-03-31T03:28:07.601Z] ---> 06f70acc6d9c [2021-03-31T03:28:07.601Z] Step 8/31 : COPY . . [2021-03-31T03:28:07.601Z] Removing intermediate container ab6a3a0d48bf [2021-03-31T03:28:07.601Z] ---> 6687bd9c5005 [2021-03-31T03:28:07.601Z] Step 8/24 : COPY . . [2021-03-31T03:28:26.058Z] gofmt -l . [2021-03-31T03:28:26.058Z] [ "`gofmt -l .`" = "" ] [2021-03-31T03:28:26.058Z] ./bin/test-go-mod-tidy.sh [2021-03-31T03:28:26.058Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-31T03:28:26.774Z] + ls -al . [2021-03-31T03:28:26.774Z] total 808 [2021-03-31T03:28:26.774Z] drwxrwxr-x 9 1001 1001 4096 Mar 31 03:28 . [2021-03-31T03:28:26.774Z] drwxr-xr-x 4 root root 4096 Mar 31 03:23 .. [2021-03-31T03:28:26.774Z] -rw-rw-r-- 1 1001 1001 11 Mar 31 03:22 .dockerignore [2021-03-31T03:28:26.774Z] drwxrwxr-x 8 1001 1001 4096 Mar 31 03:22 .git [2021-03-31T03:28:26.774Z] drwxrwxr-x 3 1001 1001 4096 Mar 31 03:22 .github [2021-03-31T03:28:26.774Z] -rw-rw-r-- 1 1001 1001 818 Mar 31 03:22 .gitignore [2021-03-31T03:28:26.774Z] -rw-rw-r-- 1 1001 1001 166 Mar 31 03:22 .sonarcloud.properties [2021-03-31T03:28:26.774Z] -rw-rw-r-- 1 1001 1001 8607 Mar 31 03:22 Attribution.txt [2021-03-31T03:28:26.774Z] -rw-rw-r-- 1 1001 1001 3804 Mar 31 03:22 CONTRIBUTING.md [2021-03-31T03:28:26.774Z] -rw-rw-r-- 1 1001 1001 931 Mar 31 03:22 Dockerfile.build [2021-03-31T03:28:26.774Z] -rw-rw-r-- 1 1001 1001 863 Mar 31 03:22 Jenkinsfile [2021-03-31T03:28:26.774Z] -rw-rw-r-- 1 1001 1001 10775 Mar 31 03:22 LICENSE [2021-03-31T03:28:26.774Z] -rw-rw-r-- 1 1001 1001 5774 Mar 31 03:22 Makefile [2021-03-31T03:28:26.774Z] -rw-rw-r-- 1 1001 1001 6548 Mar 31 03:22 README.md [2021-03-31T03:28:26.774Z] -rw-rw-r-- 1 1001 1001 6755 Mar 31 03:22 SECURITY.md [2021-03-31T03:28:26.774Z] -rw-rw-r-- 1 1001 1001 5 Mar 31 03:17 VERSION [2021-03-31T03:28:26.774Z] -rw-rw-r-- 1 1001 1001 4131 Mar 31 03:22 ZMQWindows.md [2021-03-31T03:28:26.774Z] drwxrwxr-x 2 1001 1001 4096 Mar 31 03:22 bin [2021-03-31T03:28:26.774Z] drwxrwxr-x 14 1001 1001 4096 Mar 31 03:22 cmd [2021-03-31T03:28:26.774Z] -rw-r--r-- 1 root root 669470 Mar 31 03:27 coverage.out [2021-03-31T03:28:26.774Z] -rw-r--r-- 1 root root 1056 Mar 31 03:28 go.mod [2021-03-31T03:28:26.774Z] -rw-r--r-- 1 root root 22531 Mar 31 03:28 go.sum [2021-03-31T03:28:26.774Z] drwxrwxr-x 8 1001 1001 4096 Mar 31 03:22 internal [2021-03-31T03:28:26.774Z] drwxrwxr-x 4 1001 1001 4096 Mar 31 03:22 openapi [2021-03-31T03:28:26.774Z] drwxrwxr-x 4 1001 1001 4096 Mar 31 03:22 snap [2021-03-31T03:28:26.774Z] -rw-rw-r-- 1 1001 1001 168 Mar 31 03:22 version.go [Pipeline] sh [2021-03-31T03:28:27.492Z] + '[' -e coverage.out ] [2021-03-31T03:28:27.492Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-31T03:28:27.621Z] Warning: overwriting stash ‘coverage-report’ [2021-03-31T03:28:28.903Z] Stashed 1 file(s) [Pipeline] sh [2021-03-31T03:28:29.550Z] + make build [2021-03-31T03:28:29.550Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T03:28:39.687Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T03:29:01.872Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T03:29:10.173Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T03:29:15.590Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T03:29:16.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-31T03:29:21.597Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T03:29:27.016Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T03:29:30.394Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T03:29:34.728Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T03:29:38.113Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T03:29:42.420Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-31T03:29:49.193Z] $ docker stop --time=1 26f142a173d985be7f4df86bb78f21693b2cd9577d743f4c6b3fb254030c1326 [2021-03-31T03:29:51.495Z] $ docker rm -f 26f142a173d985be7f4df86bb78f21693b2cd9577d743f4c6b3fb254030c1326 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:29:53.498Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T03:29:53.498Z] [2021-03-31T03:29:53.498Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:29:53.894Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T03:29:53.894Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-31T03:29:53.894Z] 29e5d40040c1: Pulling fs layer [2021-03-31T03:29:53.894Z] 1ce36da41761: Pulling fs layer [2021-03-31T03:29:53.894Z] 25b303627fd3: Pulling fs layer [2021-03-31T03:29:54.872Z] 29e5d40040c1: Verifying Checksum [2021-03-31T03:29:54.872Z] 29e5d40040c1: Download complete [2021-03-31T03:29:55.470Z] 1ce36da41761: Verifying Checksum [2021-03-31T03:29:55.470Z] 1ce36da41761: Download complete [2021-03-31T03:29:55.743Z] 29e5d40040c1: Pull complete [2021-03-31T03:29:57.175Z] 1ce36da41761: Pull complete [2021-03-31T03:29:57.175Z] 25b303627fd3: Verifying Checksum [2021-03-31T03:29:57.175Z] 25b303627fd3: Download complete [2021-03-31T03:30:07.345Z] 25b303627fd3: Pull complete [2021-03-31T03:30:07.345Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-31T03:30:07.345Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T03:30:07.345Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-31T03:30:07.585Z] prd-ubuntu18.04-docker-arm64-4c-16g-32189 does not seem to be running inside a container [2021-03-31T03:30:07.670Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-31T03:30:10.886Z] $ docker top f1d98694b330467d8c7f2d00e8950a0f0d7137a057113d08b617f5cee5888abd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T03:30:11.877Z] + docker-compose build --help [2021-03-31T03:30:11.877Z] + grep parallel [2021-03-31T03:30:15.244Z] --parallel Build images in parallel. [Pipeline] } [2021-03-31T03:30:15.267Z] $ docker stop --time=1 f1d98694b330467d8c7f2d00e8950a0f0d7137a057113d08b617f5cee5888abd [2021-03-31T03:30:16.412Z] ---> 77f515df3360 [2021-03-31T03:30:16.412Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-31T03:30:16.412Z] ---> 24f655432c0f [2021-03-31T03:30:16.412Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-31T03:30:16.412Z] ---> f679f966bc14 [2021-03-31T03:30:16.412Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-31T03:30:16.412Z] ---> b4fd4e983dde [2021-03-31T03:30:16.412Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-31T03:30:16.412Z] ---> Running in 27ec30e149dd [2021-03-31T03:30:16.412Z] ---> Running in 18cd450ca977 [2021-03-31T03:30:16.412Z] ---> Running in 5c18d66a8648 [2021-03-31T03:30:16.412Z] ---> Running in 2f65d31b9e37 [2021-03-31T03:30:16.412Z] ---> b9019559987e [2021-03-31T03:30:16.412Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-31T03:30:16.412Z] ---> Running in bb2b2cd06a73 [2021-03-31T03:30:16.412Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T03:30:16.412Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T03:30:16.412Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T03:30:16.412Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T03:30:16.412Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-31T03:30:17.165Z] $ docker rm -f f1d98694b330467d8c7f2d00e8950a0f0d7137a057113d08b617f5cee5888abd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:30:17.944Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T03:30:17.944Z] . [Pipeline] withDockerContainer [2021-03-31T03:30:18.205Z] prd-ubuntu18.04-docker-arm64-4c-16g-32189 does not seem to be running inside a container [2021-03-31T03:30:18.283Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-31T03:30:19.668Z] $ docker top 33fe9261e0e79fd09237dde1359cb558371d8a4dd255b76df7c6369edd436b9e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T03:30:20.664Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-31T03:30:24.957Z] Building docker-core-command-go ... [2021-03-31T03:30:24.957Z] Building docker-core-data-go ... [2021-03-31T03:30:24.957Z] Building docker-core-metadata-go ... [2021-03-31T03:30:24.957Z] Building docker-security-bootstrapper-go ... [2021-03-31T03:30:24.957Z] Building docker-security-proxy-setup-go ... [2021-03-31T03:30:24.957Z] Building docker-security-secretstore-setup-go ... [2021-03-31T03:30:24.957Z] Building docker-support-notifications-go ... [2021-03-31T03:30:24.957Z] Building docker-support-scheduler-go ... [2021-03-31T03:30:24.957Z] Building docker-sys-mgmt-agent-go ... [2021-03-31T03:30:24.957Z] Building docker-core-data-go [2021-03-31T03:30:24.957Z] Building docker-core-metadata-go [2021-03-31T03:30:24.957Z] Building docker-support-notifications-go [2021-03-31T03:30:24.957Z] Building docker-support-scheduler-go [2021-03-31T03:30:24.957Z] Building docker-security-bootstrapper-go [2021-03-31T03:31:16.481Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T03:31:16.482Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T03:31:30.515Z] Removing intermediate container bb2b2cd06a73 [2021-03-31T03:31:30.515Z] ---> 8a6450b08202 [2021-03-31T03:31:30.515Z] [2021-03-31T03:31:30.515Z] Step 10/31 : FROM alpine:3.12 [2021-03-31T03:31:30.515Z] Removing intermediate container 5c18d66a8648 [2021-03-31T03:31:30.515Z] ---> 08b6f2a63c2a [2021-03-31T03:31:30.515Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-31T03:31:30.515Z] 3.12: Pulling from library/alpine [2021-03-31T03:31:30.515Z] ---> Running in 8f3a6655825d [2021-03-31T03:31:33.131Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T03:31:33.131Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T03:31:33.131Z] ---> 42cb162f0360 [2021-03-31T03:31:33.131Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-31T03:31:33.131Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T03:31:35.391Z] ---> Running in 6520e26f59c3 [2021-03-31T03:31:36.491Z] Removing intermediate container 27ec30e149dd [2021-03-31T03:31:36.491Z] ---> 475863527eae [2021-03-31T03:31:36.491Z] [2021-03-31T03:31:36.491Z] Step 10/24 : FROM alpine:3.12 [2021-03-31T03:31:36.491Z] ---> 42cb162f0360 [2021-03-31T03:31:36.491Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-31T03:31:36.491Z] Removing intermediate container 18cd450ca977 [2021-03-31T03:31:36.491Z] ---> 321c9a6cca09 [2021-03-31T03:31:36.491Z] [2021-03-31T03:31:36.491Z] Step 10/21 : FROM alpine:3.12 [2021-03-31T03:31:36.491Z] ---> 42cb162f0360 [2021-03-31T03:31:36.491Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-31T03:31:37.482Z] ---> Running in ac867359b401 [2021-03-31T03:31:37.482Z] ---> Running in 0bcce49df27d [2021-03-31T03:31:37.758Z] Removing intermediate container 6520e26f59c3 [2021-03-31T03:31:37.758Z] ---> 2794e67ffe38 [2021-03-31T03:31:37.758Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-31T03:31:37.758Z] Removing intermediate container 2f65d31b9e37 [2021-03-31T03:31:37.758Z] ---> 118fb90cc9b2 [2021-03-31T03:31:37.758Z] [2021-03-31T03:31:37.758Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T03:31:37.758Z] ---> 42cb162f0360 [2021-03-31T03:31:37.758Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-31T03:31:38.049Z] ---> Running in fab221e1a359 [2021-03-31T03:31:38.049Z] ---> Running in 73db04bc9f42 [2021-03-31T03:31:38.049Z] Removing intermediate container 8f3a6655825d [2021-03-31T03:31:38.049Z] ---> 03262f8a5e42 [2021-03-31T03:31:38.049Z] [2021-03-31T03:31:38.049Z] Step 11/26 : FROM docker:20.10.0 [2021-03-31T03:31:38.410Z] 20.10.0: Pulling from library/docker [2021-03-31T03:31:38.410Z] Removing intermediate container 73db04bc9f42 [2021-03-31T03:31:38.410Z] ---> f26a89a01eab [2021-03-31T03:31:38.410Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-31T03:31:38.730Z] ---> Running in b8ffe70296fb [2021-03-31T03:31:38.730Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:31:38.730Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:31:39.026Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:31:39.026Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:31:39.026Z] Removing intermediate container b8ffe70296fb [2021-03-31T03:31:39.026Z] ---> c1f9240859bb [2021-03-31T03:31:39.026Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-31T03:31:39.026Z] ---> Running in a1418f68b85c [2021-03-31T03:31:39.312Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:31:39.312Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-31T03:31:39.312Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-31T03:31:39.312Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T03:31:39.312Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-31T03:31:39.312Z] (4/6) Installing curl (7.69.1-r3) [2021-03-31T03:31:39.312Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:31:39.312Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-31T03:31:39.312Z] (6/6) Installing su-exec (0.2-r1) [2021-03-31T03:31:39.312Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:31:39.312Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T03:31:39.312Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T03:31:39.312Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-31T03:31:39.312Z] (4/4) Installing curl (7.69.1-r3) [2021-03-31T03:31:39.312Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:31:39.312Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T03:31:39.312Z] OK: 7 MiB in 20 packages [2021-03-31T03:31:39.586Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-31T03:31:39.586Z] (2/2) Installing su-exec (0.2-r1) [2021-03-31T03:31:39.586Z] OK: 7 MiB in 18 packages [2021-03-31T03:31:39.586Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:31:39.586Z] OK: 6 MiB in 16 packages [2021-03-31T03:31:41.078Z] Removing intermediate container a1418f68b85c [2021-03-31T03:31:41.078Z] ---> e027194e782e [2021-03-31T03:31:41.079Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:31:41.456Z] ---> Running in 9f4d19691e73 [2021-03-31T03:31:43.029Z] Removing intermediate container 0bcce49df27d [2021-03-31T03:31:43.029Z] ---> 02cce2de662e [2021-03-31T03:31:43.029Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T03:31:43.029Z] Removing intermediate container fab221e1a359 [2021-03-31T03:31:43.029Z] ---> fbb0aead4666 [2021-03-31T03:31:43.029Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-31T03:31:43.324Z] ---> Running in 692f2d5dd9e1 [2021-03-31T03:31:43.324Z] ---> Running in a7494e549ed5 [2021-03-31T03:31:44.011Z] Removing intermediate container ac867359b401 [2021-03-31T03:31:44.011Z] ---> 7c18e4e6c392 [2021-03-31T03:31:44.011Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T03:31:44.313Z] Removing intermediate container a7494e549ed5 [2021-03-31T03:31:44.313Z] ---> d76369f5e78a [2021-03-31T03:31:44.313Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-31T03:31:44.313Z] ---> Running in 9cfe8d31de74 [2021-03-31T03:31:44.313Z] Removing intermediate container 692f2d5dd9e1 [2021-03-31T03:31:44.313Z] ---> 94fb04ef1a8a [2021-03-31T03:31:44.313Z] Step 13/21 : WORKDIR /edgex [2021-03-31T03:31:44.313Z] ---> Running in d668531eb0aa [2021-03-31T03:31:44.652Z] ---> Running in aeb732418582 [2021-03-31T03:31:44.989Z] Removing intermediate container 9cfe8d31de74 [2021-03-31T03:31:44.989Z] ---> e76340386dc8 [2021-03-31T03:31:44.989Z] Step 13/24 : WORKDIR / [2021-03-31T03:31:44.989Z] Removing intermediate container 9f4d19691e73 [2021-03-31T03:31:44.989Z] ---> ec52cff16808 [2021-03-31T03:31:44.989Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-31T03:31:44.989Z] Removing intermediate container d668531eb0aa [2021-03-31T03:31:44.989Z] ---> 1ca5e7f0c4df [2021-03-31T03:31:44.989Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-31T03:31:45.364Z] ---> Running in c44cee83c20e [2021-03-31T03:31:45.364Z] ---> Running in 978b77ab1318 [2021-03-31T03:31:45.364Z] ---> Running in e3f8b36e2f88 [2021-03-31T03:31:45.364Z] Removing intermediate container aeb732418582 [2021-03-31T03:31:45.364Z] ---> 5728341f3a8e [2021-03-31T03:31:45.364Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-31T03:31:46.070Z] Removing intermediate container c44cee83c20e [2021-03-31T03:31:46.070Z] ---> 38ed0933e2c2 [2021-03-31T03:31:46.070Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-31T03:31:46.070Z] ---> 3be148adc192 [2021-03-31T03:31:46.070Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-31T03:31:46.830Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:31:46.830Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:31:46.830Z] ---> 3d90062dab89 [2021-03-31T03:31:46.830Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T03:31:46.830Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:31:46.830Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:31:46.830Z] ---> 3d90062dab89 [2021-03-31T03:31:46.830Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T03:31:46.830Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:31:46.830Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:31:46.830Z] ---> 3d90062dab89 [2021-03-31T03:31:46.830Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T03:31:46.830Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:31:46.830Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:31:46.830Z] ---> 3d90062dab89 [2021-03-31T03:31:46.830Z] Step 3/31 : WORKDIR /edgex-go [2021-03-31T03:31:46.830Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:31:46.830Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:31:46.830Z] ---> 3d90062dab89 [2021-03-31T03:31:46.830Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T03:31:46.830Z] ---> Running in 345ef7271431 [2021-03-31T03:31:46.830Z] ---> Running in ad38dc78fba4 [2021-03-31T03:31:46.830Z] ---> Running in ac4d18ebc39a [2021-03-31T03:31:46.830Z] ---> Running in 12a0f8ef8181 [2021-03-31T03:31:46.830Z] ---> Running in a5702227d43e [2021-03-31T03:31:46.830Z] Removing intermediate container 345ef7271431 [2021-03-31T03:31:46.830Z] Removing intermediate container ac4d18ebc39a [2021-03-31T03:31:46.830Z] ---> dc8498ec34d9 [2021-03-31T03:31:46.830Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:31:46.830Z] ---> 8b7ce834f5e4 [2021-03-31T03:31:46.830Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:31:46.830Z] Removing intermediate container ad38dc78fba4 [2021-03-31T03:31:46.830Z] ---> 2049756cdb0c [2021-03-31T03:31:46.830Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:31:46.830Z] Removing intermediate container a5702227d43e [2021-03-31T03:31:46.830Z] ---> 983f27d6b1b3 [2021-03-31T03:31:46.830Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:31:46.830Z] Removing intermediate container 12a0f8ef8181 [2021-03-31T03:31:46.830Z] ---> 6c57e0fd4f85 [2021-03-31T03:31:46.830Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:31:46.830Z] ---> Running in 267605a7d773 [2021-03-31T03:31:46.830Z] ---> Running in 5ce42941b1b7 [2021-03-31T03:31:46.830Z] ---> Running in 9bdc83ed9bb6 [2021-03-31T03:31:46.830Z] ---> Running in ed842db13804 [2021-03-31T03:31:46.830Z] ---> Running in 5304d351d5ec [2021-03-31T03:31:46.830Z] Removing intermediate container 267605a7d773 [2021-03-31T03:31:46.830Z] ---> be5c65a6e36a [2021-03-31T03:31:46.830Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-31T03:31:46.830Z] ---> Running in d8aa35adb318 [2021-03-31T03:31:47.104Z] Removing intermediate container 5ce42941b1b7 [2021-03-31T03:31:47.104Z] ---> fe3aa043b87f [2021-03-31T03:31:47.104Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-31T03:31:47.104Z] Removing intermediate container ed842db13804 [2021-03-31T03:31:47.104Z] ---> c246dfc3c848 [2021-03-31T03:31:47.104Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T03:31:47.152Z] ---> 32c80e41b797 [2021-03-31T03:31:47.152Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-31T03:31:47.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:31:47.375Z] ---> Running in e7afdd344e92 [2021-03-31T03:31:47.375Z] ---> Running in 99e7e73470ce [2021-03-31T03:31:47.652Z] Removing intermediate container 5304d351d5ec [2021-03-31T03:31:47.652Z] ---> 934fbd3b1615 [2021-03-31T03:31:47.652Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-31T03:31:47.652Z] Removing intermediate container 9bdc83ed9bb6 [2021-03-31T03:31:47.652Z] ---> 4148800865a4 [2021-03-31T03:31:47.652Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-31T03:31:47.797Z] ---> 216438931ff8 [2021-03-31T03:31:47.797Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-31T03:31:47.797Z] ---> 5d578a3baaad [2021-03-31T03:31:47.797Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-31T03:31:47.933Z] ---> Running in d0b838a9ca07 [2021-03-31T03:31:47.933Z] ---> Running in bd190f8136ea [2021-03-31T03:31:48.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:31:48.583Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-31T03:31:48.583Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-31T03:31:48.583Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-31T03:31:48.937Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:31:48.992Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-31T03:31:48.992Z] ---> f0e3c4508006 [2021-03-31T03:31:48.992Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-31T03:31:48.992Z] Removing intermediate container e3f8b36e2f88 [2021-03-31T03:31:48.992Z] ---> bec1d7dbbcfe [2021-03-31T03:31:48.992Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-31T03:31:48.992Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-31T03:31:49.215Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:31:49.215Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:31:49.302Z] ---> be1de774895a [2021-03-31T03:31:49.302Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-31T03:31:49.302Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-31T03:31:49.302Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:31:49.302Z] OK: 8 MiB in 20 packages [2021-03-31T03:31:49.302Z] ---> Running in fac696ace47a [2021-03-31T03:31:49.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:31:49.600Z] ---> Running in 87692d47b91b [2021-03-31T03:31:49.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:31:49.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:31:50.073Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:31:50.073Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:31:50.296Z] Removing intermediate container 87692d47b91b [2021-03-31T03:31:50.296Z] ---> f89409f91d62 [2021-03-31T03:31:50.296Z] Step 18/21 : CMD ["--init=true"] [2021-03-31T03:31:50.348Z] OK: 217 MiB in 51 packages [2021-03-31T03:31:50.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:31:50.630Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:31:50.871Z] Removing intermediate container fac696ace47a [2021-03-31T03:31:50.871Z] ---> f47c08cc1c76 [2021-03-31T03:31:50.871Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-31T03:31:50.871Z] ---> 704219b897df [2021-03-31T03:31:50.871Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-31T03:31:50.904Z] OK: 217 MiB in 51 packages [2021-03-31T03:31:51.181Z] OK: 217 MiB in 51 packages [2021-03-31T03:31:51.481Z] OK: 217 MiB in 51 packages [2021-03-31T03:31:51.481Z] OK: 217 MiB in 51 packages [2021-03-31T03:31:51.557Z] ---> Running in 8c7ab93c5e80 [2021-03-31T03:31:51.885Z] Removing intermediate container 978b77ab1318 [2021-03-31T03:31:51.885Z] ---> 580063437824 [2021-03-31T03:31:51.885Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:31:51.885Z] ---> 7ef4b92c2e35 [2021-03-31T03:31:51.885Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-31T03:31:52.082Z] Removing intermediate container d8aa35adb318 [2021-03-31T03:31:52.082Z] ---> 18131590f36c [2021-03-31T03:31:52.082Z] Step 6/22 : COPY go.mod . [2021-03-31T03:31:52.198Z] Removing intermediate container 8c7ab93c5e80 [2021-03-31T03:31:52.198Z] ---> 7e6c68937cdf [2021-03-31T03:31:52.198Z] Step 19/21 : LABEL arch=x86_64 [2021-03-31T03:31:52.198Z] ---> 3b7d88652630 [2021-03-31T03:31:52.198Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-31T03:31:52.198Z] ---> Running in fb8d1da771be [2021-03-31T03:31:52.198Z] ---> Running in 89f47bb3ccd7 [2021-03-31T03:31:52.694Z] Removing intermediate container 99e7e73470ce [2021-03-31T03:31:52.694Z] ---> c96941fcafea [2021-03-31T03:31:52.695Z] Step 6/23 : COPY go.mod . [2021-03-31T03:31:52.860Z] ---> a1ccb29c21d2 [2021-03-31T03:31:52.860Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-31T03:31:52.860Z] Removing intermediate container 89f47bb3ccd7 [2021-03-31T03:31:52.860Z] ---> 678c89aecec4 [2021-03-31T03:31:52.860Z] Step 20/21 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 [2021-03-31T03:31:52.860Z] ---> 16102fce1950 [2021-03-31T03:31:52.860Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-31T03:31:52.860Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-31T03:31:52.860Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-31T03:31:52.860Z] ---> aefe523efa57 [2021-03-31T03:31:52.860Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-31T03:31:52.860Z] ---> Running in 46c8c0e09917 [2021-03-31T03:31:52.860Z] ---> Running in 01f64c7269c0 [2021-03-31T03:31:52.977Z] Removing intermediate container e7afdd344e92 [2021-03-31T03:31:52.977Z] ---> 48ab68b120bc [2021-03-31T03:31:52.977Z] Step 6/31 : COPY go.mod . [2021-03-31T03:31:52.977Z] ---> bd003027f7bf [2021-03-31T03:31:52.977Z] Step 7/22 : RUN go mod download [2021-03-31T03:31:53.154Z] ---> Running in a3130cf4c2af [2021-03-31T03:31:53.250Z] ---> Running in 7f7ef4dfdd74 [2021-03-31T03:31:53.424Z] Removing intermediate container 46c8c0e09917 [2021-03-31T03:31:53.424Z] ---> ea5fae7dca42 [2021-03-31T03:31:53.424Z] Step 21/21 : LABEL version=0.0.0 [2021-03-31T03:31:53.524Z] Removing intermediate container d0b838a9ca07 [2021-03-31T03:31:53.524Z] ---> 25e1323a51cc [2021-03-31T03:31:53.524Z] Step 6/23 : COPY go.mod . [2021-03-31T03:31:53.524Z] Removing intermediate container bd190f8136ea [2021-03-31T03:31:53.524Z] ---> 5150a3e0d2d7 [2021-03-31T03:31:53.524Z] Step 6/22 : COPY go.mod . [2021-03-31T03:31:53.743Z] ---> Running in 1f538db0b890 [2021-03-31T03:31:53.744Z] ---> 89a8a8e9dfe1 [2021-03-31T03:31:53.744Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-31T03:31:53.799Z] ---> 94844f7e01da [2021-03-31T03:31:53.799Z] Step 7/23 : RUN go mod download [2021-03-31T03:31:53.799Z] ---> fb696ef3746b [2021-03-31T03:31:53.799Z] Step 7/31 : RUN go mod download [2021-03-31T03:31:54.080Z] ---> Running in 498cf5df62dc [2021-03-31T03:31:54.080Z] ---> Running in fd604a9f0562 [2021-03-31T03:31:54.421Z] Removing intermediate container 1f538db0b890 [2021-03-31T03:31:54.421Z] ---> 3bd0102434fb [2021-03-31T03:31:54.421Z] [2021-03-31T03:31:54.421Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:31:54.681Z] ---> cff2ff236457 [2021-03-31T03:31:54.681Z] Step 7/23 : RUN go mod download [2021-03-31T03:31:54.681Z] ---> e8b54c0a4bc2 [2021-03-31T03:31:54.681Z] Step 7/22 : RUN go mod download [2021-03-31T03:31:54.871Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:31:54.871Z] ---> 368e5a140743 [2021-03-31T03:31:54.871Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-31T03:31:54.871Z] Removing intermediate container fb8d1da771be [2021-03-31T03:31:54.871Z] ---> 7527f2c275e7 [2021-03-31T03:31:54.871Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:31:54.959Z] ---> Running in c2e9e4d2dd5e [2021-03-31T03:31:54.959Z] ---> Running in 4c1d3a7c753e [2021-03-31T03:31:55.201Z] (1/2) Installing readline (8.0.4-r0) [2021-03-31T03:31:55.201Z] (2/2) Installing bash (5.0.17-r0) [2021-03-31T03:31:55.201Z] ---> Running in 8a138a23291f [2021-03-31T03:31:55.201Z] Executing bash-5.0.17-r0.post-install [2021-03-31T03:31:55.201Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:31:55.201Z] OK: 12 MiB in 22 packages [2021-03-31T03:31:55.201Z] Successfully built 3bd0102434fb [2021-03-31T03:31:55.505Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-31T03:31:55.505Z] Building docker-support-scheduler-go [2021-03-31T03:31:56.177Z]  Building docker-security-proxy-setup-go ... done  ---> 79e93b2636f4 [2021-03-31T03:31:56.177Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-31T03:31:56.177Z] Removing intermediate container 01f64c7269c0 [2021-03-31T03:31:56.177Z] ---> 0b79173dae76 [2021-03-31T03:31:56.177Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-31T03:31:56.177Z] Removing intermediate container 8a138a23291f [2021-03-31T03:31:56.177Z] ---> b3ea65fdf487 [2021-03-31T03:31:56.177Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:31:56.452Z] ---> Running in 790ebfa26f27 [2021-03-31T03:31:56.452Z] ---> Running in e448af96c512 [2021-03-31T03:31:57.135Z] Removing intermediate container 790ebfa26f27 [2021-03-31T03:31:57.135Z] ---> 6867f20eca3b [2021-03-31T03:31:57.135Z] Step 22/24 : LABEL arch=x86_64 [2021-03-31T03:31:57.408Z] Removing intermediate container e448af96c512 [2021-03-31T03:31:57.408Z] ---> cf45fc7f8d78 [2021-03-31T03:31:57.408Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T03:31:57.408Z] ---> Running in c38e865b4fb6 [2021-03-31T03:31:57.615Z] Removing intermediate container 7f7ef4dfdd74 [2021-03-31T03:31:57.615Z] ---> 0dbda2cb7db7 [2021-03-31T03:31:57.615Z] Step 8/22 : COPY . . [2021-03-31T03:31:57.690Z] Removing intermediate container a3130cf4c2af [2021-03-31T03:31:57.691Z] ---> 3a8ad8293947 [2021-03-31T03:31:57.691Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-31T03:31:58.603Z] ---> be7a63258e9b [2021-03-31T03:31:58.603Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-31T03:31:58.623Z] Removing intermediate container 498cf5df62dc [2021-03-31T03:31:58.623Z] ---> 272008013057 [2021-03-31T03:31:58.623Z] Step 8/23 : COPY . . [2021-03-31T03:31:59.219Z] Removing intermediate container fd604a9f0562 [2021-03-31T03:31:59.219Z] ---> 65bf3bb9fc2a [2021-03-31T03:31:59.219Z] Step 8/31 : COPY . . [2021-03-31T03:31:59.883Z] Removing intermediate container 4c1d3a7c753e [2021-03-31T03:31:59.883Z] ---> 4d2cd1f77b99 [2021-03-31T03:31:59.883Z] Step 8/22 : COPY . . [2021-03-31T03:32:00.514Z] Removing intermediate container c2e9e4d2dd5e [2021-03-31T03:32:00.514Z] ---> b5e475d9c89b [2021-03-31T03:32:00.514Z] Step 8/23 : COPY . . [2021-03-31T03:32:02.423Z] ---> Running in d8ebdb4c2b58 [2021-03-31T03:32:02.423Z] ---> Running in 16f5d2c22686 [2021-03-31T03:32:03.122Z] Removing intermediate container c38e865b4fb6 [2021-03-31T03:32:03.122Z] ---> 4f4ebe619355 [2021-03-31T03:32:03.122Z] Step 23/24 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 [2021-03-31T03:32:03.421Z] ---> b49090abf667 [2021-03-31T03:32:03.421Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-31T03:32:03.856Z] ---> Running in e98f89c4369e [2021-03-31T03:32:04.150Z] Removing intermediate container d8ebdb4c2b58 [2021-03-31T03:32:04.150Z] ---> c254db456fcf [2021-03-31T03:32:04.150Z] Step 22/23 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 [2021-03-31T03:32:04.150Z] Removing intermediate container 16f5d2c22686 [2021-03-31T03:32:04.150Z] ---> 7da52bdfe227 [2021-03-31T03:32:04.150Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-31T03:32:04.547Z] ---> Running in fe331a778932 [2021-03-31T03:32:04.547Z] Removing intermediate container e98f89c4369e [2021-03-31T03:32:04.547Z] ---> b5554a974e62 [2021-03-31T03:32:04.547Z] Step 24/24 : LABEL version=0.0.0 [2021-03-31T03:32:04.547Z] ---> Running in f7e498535932 [2021-03-31T03:32:04.547Z] ---> fe9287577d46 [2021-03-31T03:32:04.547Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-31T03:32:06.162Z] ---> Running in 4e17dfdd5ab0 [2021-03-31T03:32:06.448Z] Removing intermediate container fe331a778932 [2021-03-31T03:32:06.448Z] ---> c0f1624f571d [2021-03-31T03:32:06.448Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T03:32:06.749Z] Removing intermediate container f7e498535932 [2021-03-31T03:32:06.749Z] ---> 211b9b80c043 [2021-03-31T03:32:06.749Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-31T03:32:06.749Z] ---> Running in f43ff63ed996 [2021-03-31T03:32:06.749Z] ---> 17e83fa2fd07 [2021-03-31T03:32:06.749Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-31T03:32:07.075Z] ---> Running in e898d6f04211 [2021-03-31T03:32:07.400Z] ---> Running in bd3372179b8d [2021-03-31T03:32:08.038Z] Removing intermediate container 4e17dfdd5ab0 [2021-03-31T03:32:08.038Z] ---> d585f55b88ee [2021-03-31T03:32:08.038Z] [2021-03-31T03:32:08.780Z] Removing intermediate container f43ff63ed996 [2021-03-31T03:32:08.781Z] ---> 3d4ccc1dfba5 [2021-03-31T03:32:08.781Z] [2021-03-31T03:32:09.636Z] Successfully built d585f55b88ee [2021-03-31T03:32:09.636Z] Removing intermediate container e898d6f04211 [2021-03-31T03:32:09.636Z] ---> 611fa46f1287 [2021-03-31T03:32:09.636Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-31T03:32:09.636Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-31T03:32:09.636Z] Building docker-support-notifications-go [2021-03-31T03:32:09.921Z]  Building docker-security-secretstore-setup-go ... done Successfully built 3d4ccc1dfba5 [2021-03-31T03:32:11.007Z] Successfully tagged docker-core-data-go:latest [2021-03-31T03:32:11.007Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-03-31T03:32:11.007Z] Removing intermediate container bd3372179b8d [2021-03-31T03:32:11.007Z] ---> d751543ee28f [2021-03-31T03:32:11.007Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-31T03:32:13.091Z] ---> e8cea902ca20 [2021-03-31T03:32:13.091Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-31T03:32:13.854Z] ---> a37b1c76b7b9 [2021-03-31T03:32:13.854Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-31T03:32:14.153Z] ---> Running in 5913da09dfa2 [2021-03-31T03:32:14.828Z] ---> e6ea5db42f14 [2021-03-31T03:32:14.828Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-31T03:32:17.058Z] ---> 828560807f8b [2021-03-31T03:32:17.058Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-31T03:32:18.978Z] ---> Running in e4e349b54f8e [2021-03-31T03:32:22.886Z] Removing intermediate container 5913da09dfa2 [2021-03-31T03:32:22.886Z] ---> c57677066a60 [2021-03-31T03:32:22.886Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-31T03:32:22.886Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:32:22.886Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:32:23.694Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-31T03:32:23.694Z] (2/33) Installing expat (2.2.9-r1) [2021-03-31T03:32:23.694Z] (3/33) Installing libffi (3.3-r2) [2021-03-31T03:32:23.694Z] (4/33) Installing gdbm (1.13-r1) [2021-03-31T03:32:23.694Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-31T03:32:23.694Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-31T03:32:23.694Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-31T03:32:23.694Z] ---> Running in 7a3f9f4efda7 [2021-03-31T03:32:27.184Z] Removing intermediate container 7a3f9f4efda7 [2021-03-31T03:32:27.184Z] ---> 45bc7bd73628 [2021-03-31T03:32:27.184Z] Step 28/31 : CMD ["gate"] [2021-03-31T03:32:27.321Z] ---> 977d67b2c41c [2021-03-31T03:32:27.321Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-31T03:32:27.321Z] ---> ae673875925c [2021-03-31T03:32:27.321Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-31T03:32:27.321Z] ---> e2457c3efc88 [2021-03-31T03:32:27.321Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-31T03:32:27.321Z] ---> 2a15789dcd00 [2021-03-31T03:32:27.321Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-31T03:32:27.321Z] ---> Running in 141a153aeb7a [2021-03-31T03:32:27.321Z] ---> Running in c3e6aaecc210 [2021-03-31T03:32:27.321Z] ---> Running in 17f114aa26d4 [2021-03-31T03:32:27.321Z] ---> Running in 85642226bc40 [2021-03-31T03:32:27.321Z] ---> 06a4b35aad6c [2021-03-31T03:32:27.321Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-31T03:32:27.321Z] ---> Running in 90bd965bed7a [2021-03-31T03:32:27.321Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T03:32:27.321Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T03:32:27.321Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T03:32:27.595Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-31T03:32:27.595Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T03:32:30.982Z] ---> Running in dd3f7476b764 [2021-03-31T03:32:30.982Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-31T03:32:30.982Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-31T03:32:30.982Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-31T03:32:30.982Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-31T03:32:30.982Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-31T03:32:30.982Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-31T03:32:30.982Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-31T03:32:30.982Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-31T03:32:31.270Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-31T03:32:31.270Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-31T03:32:31.557Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-31T03:32:31.557Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-31T03:32:31.557Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-31T03:32:31.557Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-31T03:32:32.364Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-31T03:32:33.203Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-31T03:32:33.203Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-31T03:32:33.203Z] Removing intermediate container dd3f7476b764 [2021-03-31T03:32:33.204Z] ---> 46f17c2c97f9 [2021-03-31T03:32:33.204Z] Step 29/31 : LABEL arch=x86_64 [2021-03-31T03:32:33.204Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-31T03:32:33.630Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-31T03:32:33.630Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-31T03:32:34.073Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-31T03:32:34.073Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-31T03:32:34.493Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-31T03:32:34.493Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-31T03:32:34.493Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-31T03:32:34.493Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-31T03:32:34.493Z] ---> Running in 32fd2868aaa2 [2021-03-31T03:32:35.151Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:32:35.151Z] OK: 71 MiB in 55 packages [2021-03-31T03:32:38.580Z] Removing intermediate container 32fd2868aaa2 [2021-03-31T03:32:38.580Z] ---> 67209155bc7c [2021-03-31T03:32:38.580Z] Step 30/31 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 [2021-03-31T03:32:39.907Z] ---> Running in 574d49bde9cd [2021-03-31T03:32:41.691Z] Removing intermediate container 574d49bde9cd [2021-03-31T03:32:41.691Z] ---> 3a5fea33920d [2021-03-31T03:32:41.691Z] Step 31/31 : LABEL version=0.0.0 [2021-03-31T03:32:43.330Z] ---> Running in 0716db298fd6 [2021-03-31T03:32:44.973Z] Removing intermediate container 0716db298fd6 [2021-03-31T03:32:44.973Z] ---> 3bfcfae300bb [2021-03-31T03:32:44.973Z] [2021-03-31T03:32:47.193Z] Successfully built 3bfcfae300bb [2021-03-31T03:32:47.193Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:32:47.193Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:32:47.193Z] ---> ad39f52d13cd [2021-03-31T03:32:47.193Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T03:32:47.193Z] ---> Using cache [2021-03-31T03:32:47.193Z] ---> 709f35f65b57 [2021-03-31T03:32:47.193Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:32:47.193Z] ---> Using cache [2021-03-31T03:32:47.193Z] ---> 756f1c8e336f [2021-03-31T03:32:47.193Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-31T03:32:47.193Z] ---> Using cache [2021-03-31T03:32:47.193Z] ---> 9c2b00540272 [2021-03-31T03:32:47.193Z] Step 6/22 : COPY go.mod . [2021-03-31T03:32:47.193Z] ---> Using cache [2021-03-31T03:32:47.193Z] ---> c7a0c8d435f9 [2021-03-31T03:32:47.193Z] Step 7/22 : RUN go mod download [2021-03-31T03:32:47.193Z] ---> Using cache [2021-03-31T03:32:47.193Z] ---> 2474c037f338 [2021-03-31T03:32:47.193Z] Step 8/22 : COPY . . [2021-03-31T03:32:47.519Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-31T03:32:47.519Z]  Building docker-security-bootstrapper-go ... done Building docker-core-command-go [2021-03-31T03:32:48.024Z] ---> Using cache [2021-03-31T03:32:48.024Z] ---> 24f655432c0f [2021-03-31T03:32:48.024Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-31T03:32:52.052Z] ---> Running in bcd6e57670fe [2021-03-31T03:33:00.857Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T03:33:12.425Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:33:12.425Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:33:12.425Z] ---> ad39f52d13cd [2021-03-31T03:33:12.425Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T03:33:12.425Z] ---> Using cache [2021-03-31T03:33:12.425Z] ---> 709f35f65b57 [2021-03-31T03:33:12.425Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:33:12.425Z] ---> Using cache [2021-03-31T03:33:12.425Z] ---> 756f1c8e336f [2021-03-31T03:33:12.425Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-31T03:33:12.425Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:33:12.425Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:33:12.425Z] ---> ad39f52d13cd [2021-03-31T03:33:12.425Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T03:33:12.425Z] ---> Using cache [2021-03-31T03:33:12.425Z] ---> 709f35f65b57 [2021-03-31T03:33:12.425Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:33:12.425Z] ---> Using cache [2021-03-31T03:33:12.425Z] ---> 756f1c8e336f [2021-03-31T03:33:12.425Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T03:33:12.425Z] ---> Using cache [2021-03-31T03:33:12.425Z] ---> 9c2b00540272 [2021-03-31T03:33:12.425Z] Step 6/23 : COPY go.mod . [2021-03-31T03:33:12.425Z] ---> Using cache [2021-03-31T03:33:12.425Z] ---> c7a0c8d435f9 [2021-03-31T03:33:12.425Z] Step 7/23 : RUN go mod download [2021-03-31T03:33:12.425Z] ---> Using cache [2021-03-31T03:33:12.425Z] ---> 2474c037f338 [2021-03-31T03:33:12.425Z] Step 8/23 : COPY . . [2021-03-31T03:33:12.425Z] ---> Using cache [2021-03-31T03:33:12.425Z] ---> 24f655432c0f [2021-03-31T03:33:12.425Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-31T03:33:12.931Z] ---> Running in bb82bc9df3d8 [2021-03-31T03:33:12.931Z] ---> Running in 889b6c123223 [2021-03-31T03:33:17.495Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T03:33:17.495Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:33:18.181Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:33:18.983Z] OK: 233 MiB in 51 packages [2021-03-31T03:33:27.733Z] Removing intermediate container bb82bc9df3d8 [2021-03-31T03:33:27.733Z] ---> dae0ca363eb5 [2021-03-31T03:33:27.733Z] Step 6/22 : COPY go.mod . [2021-03-31T03:33:30.232Z] ---> 87eecabeeadf [2021-03-31T03:33:30.232Z] Step 7/22 : RUN go mod download [2021-03-31T03:33:31.668Z] ---> Running in 3dd917cdd343 [2021-03-31T03:33:46.292Z] Removing intermediate container 3dd917cdd343 [2021-03-31T03:33:46.292Z] ---> 24ce02f83a9a [2021-03-31T03:33:46.292Z] Step 8/22 : COPY . . [2021-03-31T03:34:10.609Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:34:10.609Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:34:10.609Z] ---> ad39f52d13cd [2021-03-31T03:34:10.609Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T03:34:10.609Z] ---> Using cache [2021-03-31T03:34:10.609Z] ---> 709f35f65b57 [2021-03-31T03:34:10.609Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:34:10.609Z] ---> Using cache [2021-03-31T03:34:10.609Z] ---> 756f1c8e336f [2021-03-31T03:34:10.609Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T03:34:10.609Z] ---> Using cache [2021-03-31T03:34:10.609Z] ---> 9c2b00540272 [2021-03-31T03:34:10.609Z] Step 6/23 : COPY go.mod . [2021-03-31T03:34:10.609Z] ---> Using cache [2021-03-31T03:34:10.609Z] ---> c7a0c8d435f9 [2021-03-31T03:34:10.609Z] Step 7/23 : RUN go mod download [2021-03-31T03:34:10.609Z] ---> Using cache [2021-03-31T03:34:10.609Z] ---> 2474c037f338 [2021-03-31T03:34:10.609Z] Step 8/23 : COPY . . [2021-03-31T03:34:10.609Z] ---> Using cache [2021-03-31T03:34:10.609Z] ---> 24f655432c0f [2021-03-31T03:34:10.609Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-31T03:34:11.346Z] ---> Running in 3a42c3bf844b [2021-03-31T03:34:14.383Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T03:34:19.573Z] Removing intermediate container c3e6aaecc210 [2021-03-31T03:34:19.573Z] ---> 7f04537c484e [2021-03-31T03:34:19.573Z] [2021-03-31T03:34:19.573Z] Step 10/31 : FROM alpine:3.12 [2021-03-31T03:34:19.573Z] 3.12: Pulling from library/alpine [2021-03-31T03:34:19.573Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T03:34:19.573Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T03:34:19.573Z] ---> e47305ac9786 [2021-03-31T03:34:19.573Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-31T03:34:20.183Z] ---> Running in dc971c67866d [2021-03-31T03:34:20.789Z] Removing intermediate container dc971c67866d [2021-03-31T03:34:20.789Z] ---> b38578cf46eb [2021-03-31T03:34:20.789Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-31T03:34:20.789Z] ---> Running in 9c422a76bb00 [2021-03-31T03:34:22.777Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:34:23.056Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:34:24.044Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-31T03:34:24.044Z] (2/2) Installing su-exec (0.2-r1) [2021-03-31T03:34:24.044Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:34:24.044Z] OK: 5 MiB in 16 packages [2021-03-31T03:34:24.053Z] Removing intermediate container e4e349b54f8e [2021-03-31T03:34:24.053Z] ---> 453362e92274 [2021-03-31T03:34:24.053Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-31T03:34:26.692Z] Removing intermediate container 9c422a76bb00 [2021-03-31T03:34:26.693Z] ---> dbacc8b5d2d8 [2021-03-31T03:34:26.693Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-31T03:34:27.292Z] ---> Running in 7aaf0183fcb6 [2021-03-31T03:34:28.073Z] ---> Running in b68c392a2931 [2021-03-31T03:34:28.292Z] Removing intermediate container 7aaf0183fcb6 [2021-03-31T03:34:28.292Z] ---> cb511bd948ab [2021-03-31T03:34:28.292Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-31T03:34:28.894Z] ---> Running in 74c4007e6a53 [2021-03-31T03:34:29.889Z] Removing intermediate container 85642226bc40 [2021-03-31T03:34:29.889Z] ---> 775a6e84b177 [2021-03-31T03:34:29.889Z] [2021-03-31T03:34:29.889Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T03:34:29.889Z] ---> e47305ac9786 [2021-03-31T03:34:29.889Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-31T03:34:29.889Z] Removing intermediate container 17f114aa26d4 [2021-03-31T03:34:29.889Z] ---> 3ab7ec71effc [2021-03-31T03:34:30.168Z] [2021-03-31T03:34:30.168Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T03:34:30.168Z] ---> e47305ac9786 [2021-03-31T03:34:30.168Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-31T03:34:30.168Z] Removing intermediate container 74c4007e6a53 [2021-03-31T03:34:30.168Z] ---> 8250c6820cc5 [2021-03-31T03:34:30.168Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-31T03:34:30.168Z] ---> Running in 6a32378baea1 [2021-03-31T03:34:30.168Z] ---> Running in f0fbc5c5c3b2 [2021-03-31T03:34:30.464Z] ---> Running in f75563c3f9ea [2021-03-31T03:34:32.474Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:34:32.767Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:34:32.767Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:34:33.042Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:34:33.323Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T03:34:33.323Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:34:33.323Z] OK: 5 MiB in 15 packages [2021-03-31T03:34:33.926Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-31T03:34:33.926Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-31T03:34:33.926Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:34:33.926Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T03:34:34.204Z] Removing intermediate container f75563c3f9ea [2021-03-31T03:34:34.204Z] ---> 4f7bf9cba9ed [2021-03-31T03:34:34.204Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-31T03:34:34.204Z] OK: 6 MiB in 16 packages [2021-03-31T03:34:34.819Z] ---> Running in 659a676e4986 [2021-03-31T03:34:36.272Z] Removing intermediate container 6a32378baea1 [2021-03-31T03:34:36.272Z] ---> bf05b542a52f [2021-03-31T03:34:36.272Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:34:36.272Z] Removing intermediate container 659a676e4986 [2021-03-31T03:34:36.272Z] ---> c3bdc674bd81 [2021-03-31T03:34:36.272Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-31T03:34:36.272Z] ---> Running in 2630f03f118a [2021-03-31T03:34:37.250Z] Removing intermediate container f0fbc5c5c3b2 [2021-03-31T03:34:37.250Z] ---> a070c1e66122 [2021-03-31T03:34:37.250Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:34:37.250Z] Removing intermediate container 2630f03f118a [2021-03-31T03:34:37.250Z] ---> f3bd510e0b5a [2021-03-31T03:34:37.250Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-31T03:34:37.851Z] ---> Running in 6b5b4c76a5b2 [2021-03-31T03:34:38.125Z] ---> b6e9eed9cd2e [2021-03-31T03:34:38.125Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-31T03:34:38.125Z] ---> Running in 5e76c80762d3 [2021-03-31T03:34:38.410Z] ---> Running in 9d8986b37b7c [2021-03-31T03:34:38.686Z] Removing intermediate container 6b5b4c76a5b2 [2021-03-31T03:34:38.686Z] ---> 95f232808b0b [2021-03-31T03:34:38.686Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-31T03:34:39.294Z] ---> Running in 213f6551fd82 [2021-03-31T03:34:39.569Z] Removing intermediate container 5e76c80762d3 [2021-03-31T03:34:39.569Z] ---> 903133f3c18f [2021-03-31T03:34:39.569Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T03:34:40.185Z] ---> Running in e4b335829ecb [2021-03-31T03:34:40.461Z] Removing intermediate container 213f6551fd82 [2021-03-31T03:34:40.461Z] ---> 5da04778c9df [2021-03-31T03:34:40.461Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T03:34:40.736Z] ---> Running in daf02c2228ee [2021-03-31T03:34:40.736Z] Removing intermediate container 141a153aeb7a [2021-03-31T03:34:40.736Z] ---> bc08bc002ed0 [2021-03-31T03:34:40.736Z] [2021-03-31T03:34:40.736Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T03:34:40.736Z] ---> e47305ac9786 [2021-03-31T03:34:40.736Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T03:34:40.736Z] ---> Using cache [2021-03-31T03:34:40.736Z] ---> bf05b542a52f [2021-03-31T03:34:40.736Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:34:40.736Z] ---> Using cache [2021-03-31T03:34:40.736Z] ---> f3bd510e0b5a [2021-03-31T03:34:40.736Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-31T03:34:41.015Z] Removing intermediate container e4b335829ecb [2021-03-31T03:34:41.015Z] ---> b49cdbc6a069 [2021-03-31T03:34:41.015Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:34:41.015Z] ---> Running in 770738281b7f [2021-03-31T03:34:41.291Z] Removing intermediate container daf02c2228ee [2021-03-31T03:34:41.291Z] ---> 652fee35c40f [2021-03-31T03:34:41.291Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:34:41.895Z] Removing intermediate container 770738281b7f [2021-03-31T03:34:41.895Z] ---> e6ef853bb1a2 [2021-03-31T03:34:41.895Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T03:34:42.526Z] ---> Running in 1d4a4dfbdb19 [2021-03-31T03:34:42.526Z] ---> 240a11a93f6a [2021-03-31T03:34:42.526Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-31T03:34:42.526Z] ---> eefb8cb3d93f [2021-03-31T03:34:42.526Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-31T03:34:42.526Z] Removing intermediate container 9d8986b37b7c [2021-03-31T03:34:42.526Z] ---> 823ca21984d2 [2021-03-31T03:34:42.526Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:34:42.721Z] Removing intermediate container bcd6e57670fe [2021-03-31T03:34:42.721Z] ---> 442a9a329646 [2021-03-31T03:34:42.721Z] [2021-03-31T03:34:42.721Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T03:34:42.721Z] ---> 42cb162f0360 [2021-03-31T03:34:42.721Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-31T03:34:42.721Z] Removing intermediate container 889b6c123223 [2021-03-31T03:34:42.721Z] ---> 3b8ad7b17b15 [2021-03-31T03:34:42.721Z] [2021-03-31T03:34:42.721Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T03:34:42.721Z] ---> 42cb162f0360 [2021-03-31T03:34:42.721Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T03:34:43.192Z] Removing intermediate container 1d4a4dfbdb19 [2021-03-31T03:34:43.192Z] ---> ef9dad9ed544 [2021-03-31T03:34:43.192Z] Step 15/23 : WORKDIR / [2021-03-31T03:34:43.192Z] ---> Running in 3a771560db31 [2021-03-31T03:34:43.419Z] ---> Running in 155e09333746 [2021-03-31T03:34:43.419Z] ---> Running in 2ee5522ef9b6 [2021-03-31T03:34:45.260Z] Removing intermediate container 3a771560db31 [2021-03-31T03:34:45.260Z] ---> af3bb56589fe [2021-03-31T03:34:45.260Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:34:45.260Z] ---> 387bac3e1c4a [2021-03-31T03:34:45.260Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-31T03:34:45.532Z] ---> 8812a43834fd [2021-03-31T03:34:45.532Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-31T03:34:45.532Z] ---> 53b4646ae758 [2021-03-31T03:34:45.532Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-31T03:34:46.524Z] ---> bdfa5653706e [2021-03-31T03:34:46.524Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-31T03:34:47.129Z] ---> b32e28b46184 [2021-03-31T03:34:47.129Z] ---> c1f6ec8b2e13 [2021-03-31T03:34:47.129Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-31T03:34:47.129Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-31T03:34:47.406Z] ---> Running in f05149b659a8 [2021-03-31T03:34:47.406Z] ---> Running in 232a3ade9f1a [2021-03-31T03:34:47.406Z] ---> 8337d65007f7 [2021-03-31T03:34:47.406Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-31T03:34:48.011Z] Removing intermediate container 90bd965bed7a [2021-03-31T03:34:48.011Z] ---> 2c562213a282 [2021-03-31T03:34:48.011Z] [2021-03-31T03:34:48.011Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T03:34:48.011Z] ---> e47305ac9786 [2021-03-31T03:34:48.011Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-31T03:34:48.286Z] Removing intermediate container f05149b659a8 [2021-03-31T03:34:48.286Z] ---> 9756f4b110a3 [2021-03-31T03:34:48.286Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:34:48.286Z] ---> Running in fc4c9a10f6f8 [2021-03-31T03:34:48.286Z] ---> 08187fe42241 [2021-03-31T03:34:48.286Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-31T03:34:48.286Z] Removing intermediate container 232a3ade9f1a [2021-03-31T03:34:48.560Z] ---> 9d30426fc7f3 [2021-03-31T03:34:48.560Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:34:48.560Z] ---> Running in d742e02bc65e [2021-03-31T03:34:48.560Z] ---> ea34f045a1fe [2021-03-31T03:34:48.560Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-31T03:34:48.560Z] ---> Running in e38f67e11527 [2021-03-31T03:34:48.837Z] Removing intermediate container fc4c9a10f6f8 [2021-03-31T03:34:48.837Z] ---> e5e2fc9098a3 [2021-03-31T03:34:48.837Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-31T03:34:49.114Z] ---> Running in 2a0ae7ba5c2a [2021-03-31T03:34:49.114Z] Removing intermediate container d742e02bc65e [2021-03-31T03:34:49.114Z] ---> 6a8fd2d8c10d [2021-03-31T03:34:49.114Z] Step 20/22 : LABEL arch=arm64 [2021-03-31T03:34:49.384Z] ---> Running in 09e3203263e0 [2021-03-31T03:34:49.657Z] ---> 0c95f61af6e8 [2021-03-31T03:34:49.657Z] Removing intermediate container e38f67e11527 [2021-03-31T03:34:49.657Z] ---> 6e91422730af [2021-03-31T03:34:49.657Z] Step 19/23 : ENTRYPOINT ["/core-metadata"]Step 20/22 : LABEL arch=arm64 [2021-03-31T03:34:49.657Z] [2021-03-31T03:34:49.657Z] ---> 6d2e2043e8c1 [2021-03-31T03:34:49.657Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-31T03:34:49.657Z] Removing intermediate container 2a0ae7ba5c2a [2021-03-31T03:34:49.657Z] ---> 45170040298d [2021-03-31T03:34:49.657Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-31T03:34:49.931Z] ---> Running in 6fb6a6b3c682 [2021-03-31T03:34:49.931Z] ---> Running in 78896056ef7a [2021-03-31T03:34:49.931Z] ---> Running in 55318ceaf612 [2021-03-31T03:34:50.050Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:34:50.050Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:34:50.208Z] Removing intermediate container 09e3203263e0 [2021-03-31T03:34:50.208Z] ---> 3709b35f1257 [2021-03-31T03:34:50.208Z] Step 21/22 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 [2021-03-31T03:34:50.208Z] ---> Running in a333ada6ead5 [2021-03-31T03:34:50.439Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:34:50.439Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:34:50.485Z] Removing intermediate container 78896056ef7a [2021-03-31T03:34:50.485Z] ---> 58662c4ca882 [2021-03-31T03:34:50.485Z] Step 21/22 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 [2021-03-31T03:34:50.759Z] Removing intermediate container 6fb6a6b3c682 [2021-03-31T03:34:50.759Z] ---> 7b2c32bd7d53 [2021-03-31T03:34:50.759Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:34:50.759Z] ---> Running in 7c8221366052 [2021-03-31T03:34:50.759Z] Removing intermediate container 55318ceaf612 [2021-03-31T03:34:50.759Z] ---> 6983aa4baa92 [2021-03-31T03:34:50.759Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:34:50.759Z] ---> 37150a312c4d [2021-03-31T03:34:50.759Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-31T03:34:50.759Z] ---> Running in 6665e9b1a7a2 [2021-03-31T03:34:50.958Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T03:34:50.958Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T03:34:51.031Z] ---> Running in a4f92988bdca [2021-03-31T03:34:51.032Z] Removing intermediate container a333ada6ead5 [2021-03-31T03:34:51.032Z] ---> a1d5e49ba8e8 [2021-03-31T03:34:51.032Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T03:34:51.305Z] ---> Running in bfa73a33e8af [2021-03-31T03:34:51.346Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:34:51.346Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:34:51.346Z] OK: 6 MiB in 15 packages [2021-03-31T03:34:51.346Z] OK: 6 MiB in 15 packages [2021-03-31T03:34:51.580Z] ---> Running in 78778d8e1c19 [2021-03-31T03:34:51.580Z] Removing intermediate container 7c8221366052 [2021-03-31T03:34:51.580Z] ---> c9f271c1a8ea [2021-03-31T03:34:51.580Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T03:34:51.580Z] Removing intermediate container 6665e9b1a7a2 [2021-03-31T03:34:51.580Z] ---> 5de1f9916e19 [2021-03-31T03:34:51.580Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T03:34:51.854Z] ---> Running in df0286bae382 [2021-03-31T03:34:51.854Z] ---> Running in fc9a9c7b4e17 [2021-03-31T03:34:52.130Z] Removing intermediate container 78778d8e1c19 [2021-03-31T03:34:52.130Z] Removing intermediate container bfa73a33e8af [2021-03-31T03:34:52.130Z] ---> a1562da00c2f [2021-03-31T03:34:52.130Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-31T03:34:52.130Z] ---> 172a84278c75 [2021-03-31T03:34:52.130Z] [2021-03-31T03:34:52.734Z] Removing intermediate container df0286bae382 [2021-03-31T03:34:52.734Z] ---> f3ea477a48d9 [2021-03-31T03:34:52.734Z] [2021-03-31T03:34:52.734Z] Successfully built 172a84278c75 [2021-03-31T03:34:52.734Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-31T03:34:52.734Z] Building docker-security-proxy-setup-go [2021-03-31T03:34:52.734Z]  Building docker-support-notifications-go ... done Removing intermediate container fc9a9c7b4e17 [2021-03-31T03:34:52.734Z] ---> e85c1ee3279c [2021-03-31T03:34:52.734Z] Step 22/23 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 [2021-03-31T03:34:53.004Z] Successfully built f3ea477a48d9 [2021-03-31T03:34:53.004Z] ---> Running in f8ccc644114a [2021-03-31T03:34:53.277Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-31T03:34:53.277Z] Building docker-sys-mgmt-agent-go [2021-03-31T03:34:53.277Z]  Building docker-support-scheduler-go ... done  ---> 3a588749c5ee [2021-03-31T03:34:53.277Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-31T03:34:53.872Z] ---> Running in edbeae3cff10 [2021-03-31T03:34:53.872Z] Removing intermediate container f8ccc644114a [2021-03-31T03:34:53.872Z] ---> 9489f6c4f785 [2021-03-31T03:34:53.872Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T03:34:54.144Z] Removing intermediate container a4f92988bdca [2021-03-31T03:34:54.144Z] ---> ab041eb70459 [2021-03-31T03:34:54.144Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-31T03:34:54.419Z] ---> Running in 821349f734d3 [2021-03-31T03:34:54.419Z] ---> Running in feaf9b99123a [2021-03-31T03:34:55.020Z] Removing intermediate container 821349f734d3 [2021-03-31T03:34:55.020Z] ---> 570eac0b3a8a [2021-03-31T03:34:55.020Z] [2021-03-31T03:34:55.355Z] Removing intermediate container 2ee5522ef9b6 [2021-03-31T03:34:55.355Z] ---> 64969f5beb0e [2021-03-31T03:34:55.355Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:34:55.620Z] Successfully built 570eac0b3a8a [2021-03-31T03:34:55.620Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-31T03:34:55.620Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2021-03-31T03:34:55.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:34:56.186Z] ---> Running in ebf177e6ffe3 [2021-03-31T03:34:56.186Z] Removing intermediate container 155e09333746 [2021-03-31T03:34:56.186Z] ---> 6be7f940de8b [2021-03-31T03:34:56.186Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:34:56.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:34:57.086Z] Removing intermediate container edbeae3cff10 [2021-03-31T03:34:57.086Z] ---> 20268dbae80d [2021-03-31T03:34:57.086Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-31T03:34:57.358Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-31T03:34:57.358Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-31T03:34:57.358Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-31T03:34:57.438Z] ---> Running in 0588f159d353 [2021-03-31T03:34:57.631Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-31T03:34:57.814Z] Removing intermediate container ebf177e6ffe3 [2021-03-31T03:34:57.815Z] ---> 45656b1dba15 [2021-03-31T03:34:57.815Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-31T03:34:57.911Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-31T03:34:57.912Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-31T03:34:57.912Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:34:57.912Z] OK: 8 MiB in 20 packages [2021-03-31T03:34:58.515Z] ---> Running in ca4e228de829 [2021-03-31T03:34:58.566Z] Removing intermediate container 0588f159d353 [2021-03-31T03:34:58.566Z] ---> 249a38399b0e [2021-03-31T03:34:58.566Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-31T03:34:58.566Z] ---> Running in 1baab514d897 [2021-03-31T03:34:58.897Z] ---> Running in f59d01477917 [2021-03-31T03:34:59.968Z] Removing intermediate container ca4e228de829 [2021-03-31T03:34:59.968Z] ---> 11c59a2b0bbb [2021-03-31T03:34:59.968Z] Step 28/31 : CMD ["gate"] [2021-03-31T03:35:00.563Z] Removing intermediate container feaf9b99123a [2021-03-31T03:35:00.563Z] ---> 85a61213d838 [2021-03-31T03:35:00.563Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:35:01.047Z] Collecting docker-compose==1.23.2 [2021-03-31T03:35:01.047Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-31T03:35:01.339Z] Removing intermediate container 1baab514d897 [2021-03-31T03:35:01.339Z] ---> cfbc4eb63c73 [2021-03-31T03:35:01.339Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T03:35:01.339Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-31T03:35:01.559Z] ---> Running in f2ff07eee2aa [2021-03-31T03:35:01.749Z] Removing intermediate container f59d01477917 [2021-03-31T03:35:01.749Z] ---> d376954ea2e4 [2021-03-31T03:35:01.749Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T03:35:01.749Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-31T03:35:01.749Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-31T03:35:02.159Z] ---> 671f450c9377 [2021-03-31T03:35:02.159Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-31T03:35:02.159Z] Removing intermediate container f2ff07eee2aa [2021-03-31T03:35:02.159Z] ---> d08c88bf18e2 [2021-03-31T03:35:02.159Z] Step 29/31 : LABEL arch=arm64 [2021-03-31T03:35:02.726Z] ---> Running in 93abf7beb38d [2021-03-31T03:35:02.759Z] ---> Running in a019c7333e88 [2021-03-31T03:35:03.135Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-31T03:35:03.135Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-31T03:35:03.747Z] Removing intermediate container a019c7333e88 [2021-03-31T03:35:03.747Z] ---> 0d6795c6ddba [2021-03-31T03:35:03.747Z] Step 30/31 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 [2021-03-31T03:35:03.797Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-31T03:35:03.797Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-31T03:35:03.797Z] ---> Running in 8b21bf7966bf [2021-03-31T03:35:04.072Z] Removing intermediate container 93abf7beb38d [2021-03-31T03:35:04.072Z] ---> 380034b0a620 [2021-03-31T03:35:04.072Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:35:04.341Z] ---> e5febe7f1039 [2021-03-31T03:35:04.341Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-31T03:35:04.614Z] ---> Running in 0b64cbc8faaa [2021-03-31T03:35:05.184Z] Removing intermediate container 8b21bf7966bf [2021-03-31T03:35:05.184Z] ---> cb5bccb67c80 [2021-03-31T03:35:05.184Z] Step 15/23 : WORKDIR / [2021-03-31T03:35:05.221Z] ---> e6e2c18c4fde [2021-03-31T03:35:05.221Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-31T03:35:05.822Z] Removing intermediate container 0b64cbc8faaa [2021-03-31T03:35:05.822Z] ---> 5d0424ccfea1 [2021-03-31T03:35:05.822Z] Step 31/31 : LABEL version=0.0.0 [2021-03-31T03:35:05.906Z] ---> Running in 177cb6a4c68b [2021-03-31T03:35:06.097Z] ---> Running in 11ac5cb4de0a [2021-03-31T03:35:06.239Z] ---> 79923fec0a05 [2021-03-31T03:35:06.239Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-31T03:35:06.602Z] Removing intermediate container 177cb6a4c68b [2021-03-31T03:35:06.602Z] ---> 745fa3409b5e [2021-03-31T03:35:06.602Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:35:06.695Z] ---> Running in 8f09f85fd13c [2021-03-31T03:35:07.300Z] Removing intermediate container 11ac5cb4de0a [2021-03-31T03:35:07.300Z] ---> fe1846af10ea [2021-03-31T03:35:07.300Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:35:07.380Z] Collecting docopt<0.7,>=0.6.1 [2021-03-31T03:35:07.380Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-31T03:35:07.905Z] Removing intermediate container 8f09f85fd13c [2021-03-31T03:35:07.905Z] ---> 8c5cb6502826 [2021-03-31T03:35:07.905Z] [2021-03-31T03:35:08.180Z] Successfully built 8c5cb6502826 [2021-03-31T03:35:08.180Z] ---> Running in 6e424459362e [2021-03-31T03:35:08.457Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-31T03:35:08.457Z]  Building docker-security-bootstrapper-go ... done Building docker-security-secretstore-setup-go [2021-03-31T03:35:08.905Z] ---> 1f837dba56c8 [2021-03-31T03:35:08.905Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-31T03:35:08.905Z] Collecting jsonschema<3,>=2.5.1 [2021-03-31T03:35:08.905Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-31T03:35:09.438Z] Removing intermediate container 6e424459362e [2021-03-31T03:35:09.438Z] ---> 138388e9382e [2021-03-31T03:35:09.438Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T03:35:09.438Z] ---> Running in e6850a9c61d9 [2021-03-31T03:35:09.713Z] Removing intermediate container e6850a9c61d9 [2021-03-31T03:35:09.713Z] ---> 30dbcf3f97c6 [2021-03-31T03:35:09.713Z] Step 22/23 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 [2021-03-31T03:35:09.888Z] Collecting texttable<0.10,>=0.9.0 [2021-03-31T03:35:09.888Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-31T03:35:09.984Z] ---> Running in 87077f5cc61f [2021-03-31T03:35:10.217Z] ---> b4760fe1556f [2021-03-31T03:35:10.217Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-31T03:35:10.578Z] Removing intermediate container 87077f5cc61f [2021-03-31T03:35:10.578Z] ---> 99185cae6d89 [2021-03-31T03:35:10.578Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T03:35:10.851Z] ---> Running in 533c6eb08eab [2021-03-31T03:35:11.072Z] ---> 7062d8988e46 [2021-03-31T03:35:11.072Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-31T03:35:11.072Z] ---> 93ae8e0386ae [2021-03-31T03:35:11.072Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-31T03:35:11.072Z] Removing intermediate container 3a42c3bf844b [2021-03-31T03:35:11.072Z] ---> 31275f4935fa [2021-03-31T03:35:11.072Z] [2021-03-31T03:35:11.072Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T03:35:11.072Z] ---> 42cb162f0360 [2021-03-31T03:35:11.072Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T03:35:11.441Z] Removing intermediate container 533c6eb08eab [2021-03-31T03:35:11.441Z] ---> cbace6e5808d [2021-03-31T03:35:11.441Z] [2021-03-31T03:35:11.506Z] Collecting cached-property<2,>=1.2.0 [2021-03-31T03:35:11.506Z] ---> Using cache [2021-03-31T03:35:11.506Z] ---> 6be7f940de8b [2021-03-31T03:35:11.506Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:35:11.506Z] ---> Using cache [2021-03-31T03:35:11.506Z] ---> 249a38399b0e [2021-03-31T03:35:11.506Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-31T03:35:11.506Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-31T03:35:11.506Z] ---> Running in 7c841a45cd22 [2021-03-31T03:35:11.506Z] ---> 01db6ad0b481 [2021-03-31T03:35:11.506Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-31T03:35:11.506Z] ---> Running in 9f2630246f44 [2021-03-31T03:35:11.713Z] Successfully built cbace6e5808d [2021-03-31T03:35:11.713Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-31T03:35:11.844Z] Collecting docker<4.0,>=3.6.0 [2021-03-31T03:35:11.844Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-31T03:35:11.844Z] ---> Running in 74f4916f738e [2021-03-31T03:35:12.146Z] Collecting PyYAML<4,>=3.10 [2021-03-31T03:35:12.146Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-31T03:35:12.445Z] ---> 75e866e27538 [2021-03-31T03:35:12.445Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-31T03:35:12.737Z] Removing intermediate container 9f2630246f44 [2021-03-31T03:35:12.738Z] ---> 792e8bcfd6b5 [2021-03-31T03:35:12.738Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T03:35:12.738Z] ---> Running in 79be0d9908bb [2021-03-31T03:35:13.186Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T03:35:13.186Z] Removing intermediate container 74f4916f738e [2021-03-31T03:35:13.186Z] ---> 8adcef642d28 [2021-03-31T03:35:13.186Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:35:13.186Z] ---> Running in 660352c6db9d [2021-03-31T03:35:13.835Z] ---> Running in a47adcd0c489 [2021-03-31T03:35:14.159Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-31T03:35:14.159Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-31T03:35:14.159Z] Removing intermediate container 79be0d9908bb [2021-03-31T03:35:14.159Z] ---> 1ee0371a4703 [2021-03-31T03:35:14.159Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:35:14.159Z] Removing intermediate container 660352c6db9d [2021-03-31T03:35:14.159Z] ---> 62d0acd0bf9e [2021-03-31T03:35:14.159Z] Step 15/23 : WORKDIR / [2021-03-31T03:35:14.465Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-31T03:35:14.465Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-31T03:35:14.465Z] Collecting idna<2.8,>=2.5 [2021-03-31T03:35:14.465Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-31T03:35:15.241Z] ---> Running in da619d346ebe [2021-03-31T03:35:15.241Z] ---> Running in 75c4f07cabea [2021-03-31T03:35:15.241Z] Removing intermediate container a47adcd0c489 [2021-03-31T03:35:15.241Z] ---> 414c276086c6 [2021-03-31T03:35:15.241Z] Step 20/22 : LABEL arch=x86_64 [2021-03-31T03:35:15.241Z] Collecting docker-pycreds>=0.4.0 [2021-03-31T03:35:15.241Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-31T03:35:15.679Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-31T03:35:15.679Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-31T03:35:15.679Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-31T03:35:15.679Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-31T03:35:15.679Z] ---> Running in d71a0993af45 [2021-03-31T03:35:16.022Z] Removing intermediate container da619d346ebe [2021-03-31T03:35:16.022Z] ---> e67d1307b445 [2021-03-31T03:35:16.022Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T03:35:16.022Z] Removing intermediate container 75c4f07cabea [2021-03-31T03:35:16.022Z] ---> 7d6ed2ac8b29 [2021-03-31T03:35:16.022Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:35:16.022Z] Installing collected packages: websocket-client, urllib3, idna, requests, dockerpty, docopt, jsonschema, texttable, cached-property, docker-pycreds, docker, PyYAML, docker-compose [2021-03-31T03:35:16.700Z] Attempting uninstall: urllib3 [2021-03-31T03:35:16.700Z] Found existing installation: urllib3 1.25.9 [2021-03-31T03:35:16.700Z] Uninstalling urllib3-1.25.9: [2021-03-31T03:35:16.700Z] ---> Running in 7ffa3a67c1e6 [2021-03-31T03:35:16.700Z] Removing intermediate container d71a0993af45 [2021-03-31T03:35:16.700Z] ---> d66013e1d9a9 [2021-03-31T03:35:16.700Z] Step 21/22 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 [2021-03-31T03:35:17.083Z] ---> 6bf20c856a5e [2021-03-31T03:35:17.083Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-31T03:35:17.083Z] ---> Running in 2068f2f85d1f [2021-03-31T03:35:17.437Z] Successfully uninstalled urllib3-1.25.9 [2021-03-31T03:35:18.156Z] Removing intermediate container 7ffa3a67c1e6 [2021-03-31T03:35:18.156Z] ---> e333b1f96e3f [2021-03-31T03:35:18.156Z] Step 22/23 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 [2021-03-31T03:35:18.489Z] Attempting uninstall: idna [2021-03-31T03:35:18.489Z] Found existing installation: idna 2.9 [2021-03-31T03:35:18.489Z] Uninstalling idna-2.9: [2021-03-31T03:35:19.287Z] Successfully uninstalled idna-2.9 [2021-03-31T03:35:19.955Z] ---> Running in 86a11d26213f [2021-03-31T03:35:19.955Z] Removing intermediate container 2068f2f85d1f [2021-03-31T03:35:19.955Z] ---> 2e0b429cdf9b [2021-03-31T03:35:19.955Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T03:35:19.955Z] Attempting uninstall: requests [2021-03-31T03:35:19.955Z] Found existing installation: requests 2.23.0 [2021-03-31T03:35:19.955Z] Uninstalling requests-2.23.0: [2021-03-31T03:35:20.356Z] Successfully uninstalled requests-2.23.0 [2021-03-31T03:35:20.356Z] ---> 1bb3265ba636 [2021-03-31T03:35:20.356Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-31T03:35:20.700Z] Running setup.py install for dockerpty: started [2021-03-31T03:35:20.700Z] ---> Running in 86a45463b148 [2021-03-31T03:35:21.094Z] Removing intermediate container 86a11d26213f [2021-03-31T03:35:21.094Z] ---> ffaf1084347b [2021-03-31T03:35:21.094Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T03:35:21.825Z] ---> Running in 9ef7d6ba39cc [2021-03-31T03:35:22.109Z] Removing intermediate container 86a45463b148 [2021-03-31T03:35:22.109Z] ---> e21a6d6a994f [2021-03-31T03:35:22.109Z] [2021-03-31T03:35:22.109Z] ---> a37ae4b97d30 [2021-03-31T03:35:22.109Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-31T03:35:22.737Z] ---> Running in b32103a3a3e3 [2021-03-31T03:35:22.737Z] Successfully built e21a6d6a994f [2021-03-31T03:35:22.737Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-31T03:35:22.737Z] Running setup.py install for docopt: started [2021-03-31T03:35:22.737Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-31T03:35:22.737Z]  Building docker-support-scheduler-go ... done Removing intermediate container 9ef7d6ba39cc [2021-03-31T03:35:22.737Z] ---> 276b786efde2 [2021-03-31T03:35:22.737Z] [2021-03-31T03:35:23.040Z] Successfully built 276b786efde2 [2021-03-31T03:35:23.334Z] Successfully tagged docker-core-metadata-go:latest [2021-03-31T03:35:23.334Z]  Building docker-core-metadata-go ... done  Running setup.py install for docopt: finished with status 'done' [2021-03-31T03:35:23.974Z] Removing intermediate container b32103a3a3e3 [2021-03-31T03:35:23.975Z] ---> 150b934edfde [2021-03-31T03:35:23.975Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:35:24.270Z] Running setup.py install for texttable: started [2021-03-31T03:35:24.540Z] ---> Running in fbdc57a657b8 [2021-03-31T03:35:24.821Z] Removing intermediate container fbdc57a657b8 [2021-03-31T03:35:24.821Z] ---> 5c6f6551fae7 [2021-03-31T03:35:24.821Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T03:35:25.160Z] Running setup.py install for texttable: finished with status 'done' [2021-03-31T03:35:25.160Z] ---> Running in 499b8a4c5fd8 [2021-03-31T03:35:25.804Z] Removing intermediate container 499b8a4c5fd8 [2021-03-31T03:35:25.804Z] ---> 749d85f2a366 [2021-03-31T03:35:25.804Z] Step 22/23 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 [2021-03-31T03:35:26.451Z] Running setup.py install for PyYAML: started [2021-03-31T03:35:26.969Z] ---> Running in 4542a43d6502 [2021-03-31T03:35:27.463Z] Removing intermediate container 4542a43d6502 [2021-03-31T03:35:27.463Z] ---> 113aba2f6fc8 [2021-03-31T03:35:27.463Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T03:35:27.748Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-31T03:35:27.748Z] ---> Running in 1dd694a8b024 [2021-03-31T03:35:28.094Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-31T03:35:28.733Z] Removing intermediate container 1dd694a8b024 [2021-03-31T03:35:28.733Z] ---> 59b672997a4a [2021-03-31T03:35:28.733Z] [2021-03-31T03:35:29.131Z] Successfully built 59b672997a4a [2021-03-31T03:35:29.963Z] Successfully tagged docker-core-command-go:latest [2021-03-31T03:35:34.998Z]  Building docker-core-command-go ... done Removing intermediate container b68c392a2931 [2021-03-31T03:35:34.998Z] ---> 1a468bfea6e1 [2021-03-31T03:35:34.998Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-31T03:35:35.375Z] ---> Running in 0faf89d05e9d [2021-03-31T03:35:38.323Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:35:38.679Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:35:39.043Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T03:35:39.043Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-31T03:35:39.043Z] (3/3) Installing curl (7.69.1-r3) [2021-03-31T03:35:39.043Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:35:39.328Z] OK: 72 MiB in 58 packages [2021-03-31T03:35:40.900Z] Removing intermediate container 0faf89d05e9d [2021-03-31T03:35:40.900Z] ---> 4cd409365d01 [2021-03-31T03:35:40.900Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-31T03:35:41.647Z] ---> Running in f61248ffe8b7 [2021-03-31T03:35:41.979Z] Removing intermediate container f61248ffe8b7 [2021-03-31T03:35:41.979Z] ---> f07bcad6d000 [2021-03-31T03:35:41.979Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:35:42.258Z] ---> Running in 98e29d7336ed [2021-03-31T03:35:42.569Z] Removing intermediate container 98e29d7336ed [2021-03-31T03:35:42.569Z] ---> 29dec52a4099 [2021-03-31T03:35:42.569Z] Step 24/26 : LABEL arch=x86_64 [2021-03-31T03:35:42.866Z] ---> Running in 3233021700de [2021-03-31T03:35:43.237Z] Removing intermediate container 3233021700de [2021-03-31T03:35:43.237Z] ---> 2f7c5a930a76 [2021-03-31T03:35:43.237Z] Step 25/26 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 [2021-03-31T03:35:43.237Z] ---> Running in d7e68a143d6a [2021-03-31T03:35:43.967Z] Removing intermediate container d7e68a143d6a [2021-03-31T03:35:43.967Z] ---> b145398e0fcc [2021-03-31T03:35:43.967Z] Step 26/26 : LABEL version=0.0.0 [2021-03-31T03:35:44.278Z] ---> Running in 5b336a3cbd01 [2021-03-31T03:35:44.936Z] Removing intermediate container 5b336a3cbd01 [2021-03-31T03:35:44.936Z] ---> 693713ce72f3 [2021-03-31T03:35:44.936Z] [2021-03-31T03:35:45.602Z] Successfully built 693713ce72f3 [2021-03-31T03:35:45.602Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-31T03:35:48.274Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 7c841a45cd22 [2021-03-31T03:35:48.274Z] ---> 2740bbdf946e [2021-03-31T03:35:48.274Z] [2021-03-31T03:35:48.274Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T03:35:48.274Z] ---> 42cb162f0360 [2021-03-31T03:35:48.274Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-31T03:35:49.338Z] ---> Running in 32839d6f4d2e [2021-03-31T03:35:50.691Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:35:50.691Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:35:50.691Z] ---> 3d90062dab89 [2021-03-31T03:35:50.691Z] Step 3/26 : WORKDIR /edgex-go [2021-03-31T03:35:50.691Z] ---> Using cache [2021-03-31T03:35:50.691Z] ---> 6c57e0fd4f85 [2021-03-31T03:35:50.691Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:35:50.691Z] ---> Using cache [2021-03-31T03:35:50.691Z] ---> 934fbd3b1615 [2021-03-31T03:35:50.691Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-31T03:35:50.691Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:35:50.691Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:35:50.691Z] ---> 3d90062dab89 [2021-03-31T03:35:50.691Z] Step 3/21 : WORKDIR /edgex-go [2021-03-31T03:35:50.691Z] ---> Using cache [2021-03-31T03:35:50.691Z] ---> 6c57e0fd4f85 [2021-03-31T03:35:50.691Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:35:50.691Z] ---> Using cache [2021-03-31T03:35:50.691Z] ---> 934fbd3b1615 [2021-03-31T03:35:50.691Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-31T03:35:50.691Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:35:50.691Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:35:50.691Z] ---> 3d90062dab89 [2021-03-31T03:35:50.691Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T03:35:50.691Z] ---> Using cache [2021-03-31T03:35:50.691Z] ---> 6c57e0fd4f85 [2021-03-31T03:35:50.691Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:35:50.691Z] ---> Using cache [2021-03-31T03:35:50.691Z] ---> 934fbd3b1615 [2021-03-31T03:35:50.691Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T03:35:50.743Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:35:50.743Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:35:51.051Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-31T03:35:51.051Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-31T03:35:51.051Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:35:51.051Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T03:35:51.051Z] OK: 6 MiB in 16 packages [2021-03-31T03:35:52.707Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:35:52.707Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:35:52.707Z] ---> 3d90062dab89 [2021-03-31T03:35:52.707Z] Step 3/24 : WORKDIR /edgex-go [2021-03-31T03:35:52.707Z] ---> Using cache [2021-03-31T03:35:52.707Z] ---> 6c57e0fd4f85 [2021-03-31T03:35:52.707Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:35:52.707Z] ---> Using cache [2021-03-31T03:35:52.707Z] ---> 934fbd3b1615 [2021-03-31T03:35:52.707Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-31T03:35:53.038Z] Removing intermediate container 32839d6f4d2e [2021-03-31T03:35:53.038Z] ---> 2d564f8d39c9 [2021-03-31T03:35:53.038Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:35:53.038Z] ---> Running in c1f3ba303d3a [2021-03-31T03:35:53.038Z] Removing intermediate container c1f3ba303d3a [2021-03-31T03:35:53.038Z] ---> 3372ce17d411 [2021-03-31T03:35:53.038Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-31T03:35:53.313Z] ---> Running in a426eb5fad1e [2021-03-31T03:35:53.963Z] Removing intermediate container a426eb5fad1e [2021-03-31T03:35:53.963Z] ---> 367c796a77b7 [2021-03-31T03:35:53.963Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T03:35:53.963Z] ---> Running in 8de6612fc69d [2021-03-31T03:35:54.693Z] Removing intermediate container 8de6612fc69d [2021-03-31T03:35:54.693Z] ---> fd115a185e84 [2021-03-31T03:35:54.693Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:35:55.322Z] ---> Running in 31766cafa761 [2021-03-31T03:35:55.322Z] ---> Running in 8bba2e271cd2 [2021-03-31T03:35:55.322Z] ---> Running in e225df5d033e [2021-03-31T03:35:55.322Z] ---> Running in 553ab2505fb5 [2021-03-31T03:35:55.809Z] ---> 61ed796723d8 [2021-03-31T03:35:55.809Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-31T03:35:56.763Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:35:56.763Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:35:57.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:35:57.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:35:57.352Z] ---> 7414c240d041 [2021-03-31T03:35:57.352Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-31T03:35:57.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:35:57.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:35:57.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:35:57.902Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:35:57.971Z] ---> fc856b247df0 [2021-03-31T03:35:57.971Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-31T03:35:57.971Z] ---> Running in dfd2db472a04 [2021-03-31T03:35:58.174Z] OK: 217 MiB in 51 packages [2021-03-31T03:35:58.174Z] OK: 217 MiB in 51 packages [2021-03-31T03:35:58.255Z] Removing intermediate container dfd2db472a04 [2021-03-31T03:35:58.255Z] ---> db671fe02a4a [2021-03-31T03:35:58.255Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:35:58.255Z] ---> Running in c3c9084eda52 [2021-03-31T03:35:58.450Z] OK: 217 MiB in 51 packages [2021-03-31T03:35:58.450Z] OK: 217 MiB in 51 packages [2021-03-31T03:35:58.885Z] Removing intermediate container c3c9084eda52 [2021-03-31T03:35:58.885Z] ---> f7ff74cf484a [2021-03-31T03:35:58.885Z] Step 20/22 : LABEL arch=x86_64 [2021-03-31T03:35:58.885Z] ---> Running in aad79e1a2b6f [2021-03-31T03:35:59.547Z] Removing intermediate container aad79e1a2b6f [2021-03-31T03:35:59.547Z] ---> aa029f282ea4 [2021-03-31T03:35:59.547Z] Step 21/22 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 [2021-03-31T03:35:59.547Z] ---> Running in 2e7615dfee21 [2021-03-31T03:35:59.922Z] Removing intermediate container e225df5d033e [2021-03-31T03:35:59.922Z] ---> 19c0ad0d0bb8 [2021-03-31T03:35:59.922Z] Step 6/26 : COPY go.mod . [2021-03-31T03:35:59.922Z] Removing intermediate container 8bba2e271cd2 [2021-03-31T03:35:59.922Z] ---> 682fafbce772 [2021-03-31T03:35:59.922Z] Step 6/24 : COPY go.mod . [2021-03-31T03:36:00.191Z] Removing intermediate container 2e7615dfee21 [2021-03-31T03:36:00.191Z] ---> 19811d7ae6d1 [2021-03-31T03:36:00.191Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T03:36:00.191Z] ---> Running in 92c5ea85c448 [2021-03-31T03:36:00.197Z] Removing intermediate container 31766cafa761 [2021-03-31T03:36:00.197Z] ---> f13675dc7909 [2021-03-31T03:36:00.197Z] Step 6/23 : COPY go.mod . [2021-03-31T03:36:00.472Z] Removing intermediate container 553ab2505fb5 [2021-03-31T03:36:00.472Z] ---> 604bfb38212b [2021-03-31T03:36:00.472Z] Step 6/21 : COPY go.mod . [2021-03-31T03:36:00.472Z] ---> 207258687761 [2021-03-31T03:36:00.472Z] Step 7/26 : RUN go mod download [2021-03-31T03:36:00.753Z] ---> Running in 830034c9b137 [2021-03-31T03:36:00.903Z] Removing intermediate container 92c5ea85c448 [2021-03-31T03:36:00.903Z] ---> 080f6431f67a [2021-03-31T03:36:00.903Z] [2021-03-31T03:36:01.031Z] ---> b0e8abcac017 [2021-03-31T03:36:01.031Z] Step 7/24 : RUN go mod download [2021-03-31T03:36:01.218Z] Successfully built 080f6431f67a [2021-03-31T03:36:01.218Z] Successfully tagged docker-support-notifications-go:latest [2021-03-31T03:36:01.306Z] ---> 0dfb551d1be3 [2021-03-31T03:36:01.306Z] Step 7/23 : RUN go mod download [2021-03-31T03:36:01.306Z] ---> 52cf6173d49f [2021-03-31T03:36:01.306Z] Step 7/21 : RUN go mod download [2021-03-31T03:36:01.306Z] ---> Running in 7eb63a25cf6e [2021-03-31T03:36:01.581Z] ---> Running in 00c4bae7228d [2021-03-31T03:36:01.856Z] ---> Running in 90e040ee442a [2021-03-31T03:36:01.975Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-03-31T03:36:02.051Z] $ docker stop --time=1 e7cb759ea01d6f5e955d762ef4bc338941cf42dc9ff5a9f58e47f4a7443c2541 [2021-03-31T03:36:04.489Z] Removing intermediate container 830034c9b137 [2021-03-31T03:36:04.489Z] ---> a9a1e95ce562 [2021-03-31T03:36:04.489Z] Step 8/26 : COPY . . [2021-03-31T03:36:04.866Z] $ docker rm -f e7cb759ea01d6f5e955d762ef4bc338941cf42dc9ff5a9f58e47f4a7443c2541 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T03:36:05.655Z] + grep docker [2021-03-31T03:36:05.655Z] + docker images [2021-03-31T03:36:05.927Z] Removing intermediate container 7eb63a25cf6e [2021-03-31T03:36:05.927Z] ---> 3c330dcaa750 [2021-03-31T03:36:05.927Z] Step 8/24 : COPY . . [2021-03-31T03:36:05.927Z] Removing intermediate container 00c4bae7228d [2021-03-31T03:36:05.927Z] ---> 6ad8d054fee6 [2021-03-31T03:36:05.927Z] Step 8/23 : COPY . . [2021-03-31T03:36:06.209Z] Removing intermediate container 90e040ee442a [2021-03-31T03:36:06.209Z] ---> 624b9aa737af [2021-03-31T03:36:06.209Z] Step 8/21 : COPY . . [2021-03-31T03:36:07.665Z] docker-support-notifications-go latest 080f6431f67a 7 seconds ago 17.9MB [2021-03-31T03:36:07.665Z] docker-sys-mgmt-agent-go latest 693713ce72f3 23 seconds ago 314MB [2021-03-31T03:36:07.665Z] docker-core-command-go latest 59b672997a4a 39 seconds ago 17.3MB [2021-03-31T03:36:07.665Z] docker-core-metadata-go latest 276b786efde2 45 seconds ago 19MB [2021-03-31T03:36:07.665Z] docker-support-scheduler-go latest e21a6d6a994f 46 seconds ago 17.4MB [2021-03-31T03:36:07.665Z] docker-security-bootstrapper-go latest 3bfcfae300bb 3 minutes ago 18.9MB [2021-03-31T03:36:07.665Z] docker-core-data-go latest 3d4ccc1dfba5 4 minutes ago 22.7MB [2021-03-31T03:36:07.665Z] docker-security-secretstore-setup-go latest d585f55b88ee 4 minutes ago 25.7MB [2021-03-31T03:36:07.665Z] docker-security-proxy-setup-go latest 3bd0102434fb 4 minutes ago 25.4MB [2021-03-31T03:36:07.665Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-31T03:36:23.564Z] Still waiting to schedule task [2021-03-31T03:36:23.564Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-32190’ [2021-03-31T03:36:28.372Z] ---> 3531bc94758f [2021-03-31T03:36:28.372Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-31T03:36:28.372Z] ---> 7012b4ea6441 [2021-03-31T03:36:28.372Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-31T03:36:28.372Z] ---> 8f15e94f42d1 [2021-03-31T03:36:28.372Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-31T03:36:28.372Z] ---> 08c8dc170765 [2021-03-31T03:36:28.372Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-31T03:36:28.372Z] ---> Running in 15a19d33e896 [2021-03-31T03:36:28.372Z] ---> Running in c9906538e5ab [2021-03-31T03:36:28.372Z] ---> Running in b45e4b7e96de [2021-03-31T03:36:28.372Z] ---> Running in b5436ae7802e [2021-03-31T03:36:28.643Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T03:36:28.917Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T03:36:29.211Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T03:36:29.211Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T03:37:51.478Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T03:37:51.478Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T03:37:58.217Z] Removing intermediate container b5436ae7802e [2021-03-31T03:37:58.217Z] ---> fca404c7c9d4 [2021-03-31T03:37:58.217Z] [2021-03-31T03:37:58.217Z] Step 10/24 : FROM alpine:3.12 [2021-03-31T03:37:58.217Z] ---> e47305ac9786 [2021-03-31T03:37:58.217Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-31T03:37:58.217Z] Removing intermediate container 15a19d33e896 [2021-03-31T03:37:58.217Z] ---> cc480dcdbce6 [2021-03-31T03:37:58.217Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-31T03:37:58.217Z] ---> Running in 674f535a2c23 [2021-03-31T03:37:58.217Z] ---> Running in 0658b44b6926 [2021-03-31T03:37:59.658Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T03:37:59.658Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:37:59.931Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:38:00.207Z] Removing intermediate container b45e4b7e96de [2021-03-31T03:38:00.207Z] ---> 24e340abc9be [2021-03-31T03:38:00.207Z] [2021-03-31T03:38:00.207Z] Step 10/21 : FROM alpine:3.12 [2021-03-31T03:38:00.207Z] ---> e47305ac9786 [2021-03-31T03:38:00.207Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-31T03:38:00.484Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-31T03:38:00.484Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T03:38:00.484Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-31T03:38:00.484Z] (4/6) Installing curl (7.69.1-r3) [2021-03-31T03:38:00.484Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-31T03:38:00.484Z] (6/6) Installing su-exec (0.2-r1) [2021-03-31T03:38:00.484Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:38:00.484Z] ---> Running in 00df440eb3fa [2021-03-31T03:38:00.484Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T03:38:00.760Z] OK: 7 MiB in 20 packages [2021-03-31T03:38:01.042Z] Removing intermediate container c9906538e5ab [2021-03-31T03:38:01.042Z] ---> c3453c937066 [2021-03-31T03:38:01.042Z] [2021-03-31T03:38:01.042Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T03:38:01.042Z] ---> e47305ac9786 [2021-03-31T03:38:01.042Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T03:38:01.042Z] ---> Using cache [2021-03-31T03:38:01.042Z] ---> bf05b542a52f [2021-03-31T03:38:01.316Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:38:01.316Z] ---> Using cache [2021-03-31T03:38:01.316Z] ---> f3bd510e0b5a [2021-03-31T03:38:01.316Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-31T03:38:01.598Z] ---> Running in 5d5e9f44e8ee [2021-03-31T03:38:02.203Z] Removing intermediate container 5d5e9f44e8ee [2021-03-31T03:38:02.203Z] ---> d9f3961a4d9d [2021-03-31T03:38:02.203Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T03:38:02.480Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:38:02.480Z] ---> Running in c3257abf7aab [2021-03-31T03:38:02.480Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:38:03.076Z] Removing intermediate container 674f535a2c23 [2021-03-31T03:38:03.076Z] ---> f1fd42f8e2c0 [2021-03-31T03:38:03.076Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T03:38:03.076Z] Removing intermediate container c3257abf7aab [2021-03-31T03:38:03.076Z] ---> a51d1d8fa490 [2021-03-31T03:38:03.076Z] Step 15/23 : WORKDIR / [2021-03-31T03:38:03.076Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-31T03:38:03.076Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T03:38:03.076Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-31T03:38:03.076Z] (4/4) Installing curl (7.69.1-r3) [2021-03-31T03:38:03.076Z] ---> Running in e121be5c159d [2021-03-31T03:38:03.355Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:38:03.355Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T03:38:03.355Z] ---> Running in bc2be40974c4 [2021-03-31T03:38:03.355Z] OK: 7 MiB in 18 packages [2021-03-31T03:38:03.634Z] Removing intermediate container 0658b44b6926 [2021-03-31T03:38:03.634Z] ---> 4ae354ea6784 [2021-03-31T03:38:03.634Z] [2021-03-31T03:38:03.634Z] Step 11/26 : FROM docker:20.10.0 [2021-03-31T03:38:03.634Z] 20.10.0: Pulling from library/docker [2021-03-31T03:38:03.913Z] Removing intermediate container e121be5c159d [2021-03-31T03:38:03.913Z] ---> 1c603eea0a95 [2021-03-31T03:38:03.913Z] Step 13/24 : WORKDIR / [2021-03-31T03:38:04.191Z] Removing intermediate container bc2be40974c4 [2021-03-31T03:38:04.191Z] ---> 129884eaa0bc [2021-03-31T03:38:04.191Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:38:04.191Z] ---> Running in 969101478dcf [2021-03-31T03:38:05.172Z] Removing intermediate container 969101478dcf [2021-03-31T03:38:05.172Z] ---> 903ee66b5021 [2021-03-31T03:38:05.172Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-31T03:38:05.791Z] ---> 40fe9f3aabca [2021-03-31T03:38:05.791Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-31T03:38:05.791Z] Removing intermediate container 00df440eb3fa [2021-03-31T03:38:05.791Z] ---> c3d4655008fb [2021-03-31T03:38:05.791Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T03:38:06.067Z] ---> Running in 812b95b0df9e [2021-03-31T03:38:06.666Z] ---> ef3b9e6a51eb [2021-03-31T03:38:06.666Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-31T03:38:06.943Z] Removing intermediate container 812b95b0df9e [2021-03-31T03:38:06.943Z] ---> 50a9f1282e75 [2021-03-31T03:38:06.943Z] Step 13/21 : WORKDIR /edgex [2021-03-31T03:38:07.218Z] ---> Running in c09fb0032ce8 [2021-03-31T03:38:07.491Z] ---> 06ced6ad01a0 [2021-03-31T03:38:07.491Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-31T03:38:07.766Z] ---> 18eebd55da1b [2021-03-31T03:38:07.766Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-31T03:38:07.766Z] Removing intermediate container c09fb0032ce8 [2021-03-31T03:38:07.766Z] ---> c5bd3cc3b887 [2021-03-31T03:38:07.766Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-31T03:38:09.214Z] ---> e526aa5dcc4e [2021-03-31T03:38:09.215Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-31T03:38:09.215Z] ---> 72c259face41 [2021-03-31T03:38:09.215Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-31T03:38:09.215Z] ---> 1bc7dbff38ea [2021-03-31T03:38:09.215Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-31T03:38:09.215Z] ---> Running in 5a55de69a6f3 [2021-03-31T03:38:09.815Z] Removing intermediate container 5a55de69a6f3 [2021-03-31T03:38:09.815Z] ---> 7b560f98ef66 [2021-03-31T03:38:09.815Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:38:10.410Z] ---> Running in b02ccee75821 [2021-03-31T03:38:10.682Z] ---> e91d38726de3 [2021-03-31T03:38:10.682Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-31T03:38:10.953Z] ---> 47d785ab93d4 [2021-03-31T03:38:10.954Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-31T03:38:10.954Z] Removing intermediate container b02ccee75821 [2021-03-31T03:38:10.954Z] ---> 5e7db2aac523 [2021-03-31T03:38:10.954Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T03:38:11.227Z] ---> Running in 7290a30f0ffa [2021-03-31T03:38:11.826Z] Removing intermediate container 7290a30f0ffa [2021-03-31T03:38:11.826Z] ---> 6a08e2fa8415 [2021-03-31T03:38:11.826Z] Step 22/23 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 [2021-03-31T03:38:12.102Z] ---> 058f8cb1875e [2021-03-31T03:38:12.102Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-31T03:38:12.379Z] ---> Running in 83e91df47d2b [2021-03-31T03:38:12.652Z] ---> Running in 175507c7a507 [2021-03-31T03:38:12.652Z] ---> 535c72752f30 [2021-03-31T03:38:12.652Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-31T03:38:12.926Z] Removing intermediate container 83e91df47d2b [2021-03-31T03:38:12.926Z] ---> 0c7242f9a46a [2021-03-31T03:38:12.926Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T03:38:13.202Z] ---> Running in 839dbd897298 [2021-03-31T03:38:13.202Z] Removing intermediate container 175507c7a507 [2021-03-31T03:38:13.202Z] ---> eb64dbeb3d2e [2021-03-31T03:38:13.202Z] Step 18/21 : CMD ["--init=true"] [2021-03-31T03:38:13.475Z] ---> Running in 5b6e6c96d79f [2021-03-31T03:38:13.476Z] ---> 28ec4c95812d [2021-03-31T03:38:13.476Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-31T03:38:13.747Z] Removing intermediate container 839dbd897298 [2021-03-31T03:38:13.747Z] ---> cd6ceae21182 [2021-03-31T03:38:13.747Z] [2021-03-31T03:38:14.028Z] ---> Running in 3cca43907ab9 [2021-03-31T03:38:14.304Z] Successfully built cd6ceae21182 [2021-03-31T03:38:14.581Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-31T03:38:14.581Z]  Building docker-core-command-go ... done Removing intermediate container 5b6e6c96d79f [2021-03-31T03:38:14.581Z] ---> fafb2e9f3b35 [2021-03-31T03:38:14.581Z] Step 19/21 : LABEL arch=arm64 [2021-03-31T03:38:14.581Z] ---> Running in 5b4f51fe1a1d [2021-03-31T03:38:15.175Z] Removing intermediate container 5b4f51fe1a1d [2021-03-31T03:38:15.175Z] ---> 030e5f9ff996 [2021-03-31T03:38:15.175Z] Step 20/21 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 [2021-03-31T03:38:15.450Z] ---> Running in c0257f1f1214 [2021-03-31T03:38:15.725Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-31T03:38:15.995Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-31T03:38:15.995Z] ---> eeaf43b92773 [2021-03-31T03:38:15.995Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-31T03:38:15.995Z] Removing intermediate container c0257f1f1214 [2021-03-31T03:38:15.995Z] ---> c7d7e78ec324 [2021-03-31T03:38:15.995Z] Step 21/21 : LABEL version=0.0.0 [2021-03-31T03:38:16.269Z] ---> Running in 31cf39b67ab5 [2021-03-31T03:38:16.269Z] ---> Running in 4cb0c22686b4 [2021-03-31T03:38:16.870Z] Removing intermediate container 31cf39b67ab5 [2021-03-31T03:38:16.871Z] ---> be7188262321 [2021-03-31T03:38:16.871Z] [2021-03-31T03:38:17.142Z] Removing intermediate container 3cca43907ab9 [2021-03-31T03:38:17.142Z] ---> e6adae6cac5b [2021-03-31T03:38:17.142Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-31T03:38:17.142Z] Successfully built be7188262321 [2021-03-31T03:38:17.142Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-31T03:38:17.415Z]  Building docker-security-proxy-setup-go ... done  ---> Running in c97c4482c71a [2021-03-31T03:38:17.415Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:38:17.689Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:38:17.689Z] Removing intermediate container c97c4482c71a [2021-03-31T03:38:17.689Z] ---> 1f6151762ac3 [2021-03-31T03:38:17.689Z] Step 22/24 : LABEL arch=arm64 [2021-03-31T03:38:17.961Z] ---> Running in 3d1426bcd7a9 [2021-03-31T03:38:18.234Z] (1/2) Installing readline (8.0.4-r0) [2021-03-31T03:38:18.511Z] (2/2) Installing bash (5.0.17-r0) [2021-03-31T03:38:18.511Z] Executing bash-5.0.17-r0.post-install [2021-03-31T03:38:18.511Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:38:18.511Z] Removing intermediate container 3d1426bcd7a9 [2021-03-31T03:38:18.511Z] ---> b18fa6eef0d4 [2021-03-31T03:38:18.511Z] Step 23/24 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 [2021-03-31T03:38:18.511Z] OK: 12 MiB in 22 packages [2021-03-31T03:38:18.511Z] ---> Running in 97c6a64c1bda [2021-03-31T03:38:19.110Z] Removing intermediate container 97c6a64c1bda [2021-03-31T03:38:19.110Z] ---> cf9e55fa565b [2021-03-31T03:38:19.110Z] Step 24/24 : LABEL version=0.0.0 [2021-03-31T03:38:19.386Z] ---> Running in c033c120d4fb [2021-03-31T03:38:19.658Z] Removing intermediate container 4cb0c22686b4 [2021-03-31T03:38:19.658Z] ---> 71e2a619acb5 [2021-03-31T03:38:19.658Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-31T03:38:19.658Z] Removing intermediate container c033c120d4fb [2021-03-31T03:38:19.658Z] ---> f3c80445242a [2021-03-31T03:38:19.658Z] [2021-03-31T03:38:19.930Z] ---> Running in 3319ce17db76 [2021-03-31T03:38:20.202Z] Successfully built f3c80445242a [2021-03-31T03:38:20.202Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-31T03:38:20.472Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3319ce17db76 [2021-03-31T03:38:20.473Z] ---> 19c044ccea9e [2021-03-31T03:38:20.473Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-31T03:38:20.743Z] ---> Running in f88418f6c310 [2021-03-31T03:38:21.025Z] Removing intermediate container f88418f6c310 [2021-03-31T03:38:21.025Z] ---> 2de96e0171b5 [2021-03-31T03:38:21.025Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-31T03:38:21.305Z] ---> Running in a0a775b1d86f [2021-03-31T03:38:21.901Z] Removing intermediate container a0a775b1d86f [2021-03-31T03:38:21.901Z] ---> 464210570e59 [2021-03-31T03:38:21.901Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-31T03:38:22.875Z] ---> ebfc4e04765a [2021-03-31T03:38:22.875Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-31T03:38:23.469Z] ---> d10749e48432 [2021-03-31T03:38:23.469Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-31T03:38:24.448Z] ---> 97b85b5487cc [2021-03-31T03:38:24.448Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-31T03:38:24.726Z] ---> Running in 5fafd22f7067 [2021-03-31T03:38:25.704Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:38:25.704Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:38:26.296Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-31T03:38:26.296Z] (2/33) Installing expat (2.2.9-r1) [2021-03-31T03:38:26.296Z] (3/33) Installing libffi (3.3-r2) [2021-03-31T03:38:26.296Z] (4/33) Installing gdbm (1.13-r1) [2021-03-31T03:38:26.296Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-31T03:38:26.296Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-31T03:38:26.296Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-31T03:38:28.258Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-31T03:38:28.258Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-31T03:38:28.258Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-31T03:38:28.258Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-31T03:38:28.258Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-31T03:38:28.258Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-31T03:38:28.258Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-31T03:38:28.258Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-31T03:38:28.258Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-31T03:38:28.258Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-31T03:38:28.258Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-31T03:38:28.258Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-31T03:38:28.527Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-31T03:38:28.527Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-31T03:38:28.527Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-31T03:38:28.527Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-31T03:38:28.527Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-31T03:38:28.527Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-31T03:38:28.527Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-31T03:38:28.527Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-31T03:38:28.527Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-31T03:38:28.527Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-31T03:38:28.527Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-31T03:38:28.527Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-31T03:38:28.527Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-31T03:38:28.527Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-31T03:38:28.799Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:38:28.799Z] OK: 71 MiB in 55 packages [2021-03-31T03:38:35.506Z] Removing intermediate container 5fafd22f7067 [2021-03-31T03:38:35.506Z] ---> 6459cba2289d [2021-03-31T03:38:35.506Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-31T03:38:35.506Z] ---> Running in 11b17f79ef43 [2021-03-31T03:38:39.791Z] Collecting docker-compose==1.23.2 [2021-03-31T03:38:39.791Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-31T03:38:40.759Z] Collecting PyYAML<4,>=3.10 [2021-03-31T03:38:40.759Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-31T03:38:44.137Z] Collecting texttable<0.10,>=0.9.0 [2021-03-31T03:38:44.137Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-31T03:38:46.171Z] Collecting jsonschema<3,>=2.5.1 [2021-03-31T03:38:46.171Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-31T03:38:46.171Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-31T03:38:47.164Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-31T03:38:47.164Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-31T03:38:47.758Z] Collecting docker<4.0,>=3.6.0 [2021-03-31T03:38:47.758Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-31T03:38:48.351Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-31T03:38:48.351Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-31T03:38:50.318Z] Collecting docopt<0.7,>=0.6.1 [2021-03-31T03:38:50.318Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-31T03:38:52.278Z] Collecting cached-property<2,>=1.2.0 [2021-03-31T03:38:52.278Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-31T03:38:52.548Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-31T03:38:52.819Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-31T03:38:53.089Z] Collecting idna<2.8,>=2.5 [2021-03-31T03:38:53.089Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-31T03:38:53.089Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-31T03:38:53.089Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-31T03:38:53.676Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-31T03:38:53.676Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-31T03:38:53.946Z] Collecting docker-pycreds>=0.4.0 [2021-03-31T03:38:53.946Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-31T03:38:54.216Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-31T03:38:54.216Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-31T03:38:54.216Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-31T03:38:54.216Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-31T03:38:54.817Z] Installing collected packages: PyYAML, texttable, jsonschema, idna, urllib3, requests, websocket-client, docker-pycreds, docker, dockerpty, docopt, cached-property, docker-compose [2021-03-31T03:38:54.817Z] Running setup.py install for PyYAML: started [2021-03-31T03:38:57.421Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-31T03:38:57.421Z] Running setup.py install for texttable: started [2021-03-31T03:38:58.842Z] Running setup.py install for texttable: finished with status 'done' [2021-03-31T03:38:59.113Z] Attempting uninstall: idna [2021-03-31T03:38:59.113Z] Found existing installation: idna 2.9 [2021-03-31T03:38:59.113Z] Uninstalling idna-2.9: [2021-03-31T03:38:59.113Z] Successfully uninstalled idna-2.9 [2021-03-31T03:38:59.704Z] Attempting uninstall: urllib3 [2021-03-31T03:38:59.704Z] Found existing installation: urllib3 1.25.9 [2021-03-31T03:38:59.704Z] Uninstalling urllib3-1.25.9: [2021-03-31T03:38:59.973Z] Successfully uninstalled urllib3-1.25.9 [2021-03-31T03:39:00.566Z] Attempting uninstall: requests [2021-03-31T03:39:00.566Z] Found existing installation: requests 2.23.0 [2021-03-31T03:39:00.566Z] Uninstalling requests-2.23.0: [2021-03-31T03:39:00.566Z] Successfully uninstalled requests-2.23.0 [2021-03-31T03:39:01.988Z] Running setup.py install for dockerpty: started [2021-03-31T03:39:03.950Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-31T03:39:03.950Z] Running setup.py install for docopt: started [2021-03-31T03:39:05.911Z] Running setup.py install for docopt: finished with status 'done' [2021-03-31T03:39:06.500Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-31T03:39:09.904Z] Removing intermediate container 11b17f79ef43 [2021-03-31T03:39:09.904Z] ---> ae4bc5103151 [2021-03-31T03:39:09.904Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-31T03:39:10.188Z] ---> Running in 364dad6ec68f [2021-03-31T03:39:10.605Z] Running on prd-ubuntu18.04-docker-8c-8g-32191 in /w/workspace/edgexfoundry_edgex-go_PR-3318 [Pipeline] { [Pipeline] ws [2021-03-31T03:39:10.674Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-03-31T03:39:11.183Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:39:11.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:39:12.062Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T03:39:12.062Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-31T03:39:12.062Z] (3/3) Installing curl (7.69.1-r3) [2021-03-31T03:39:12.062Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:39:12.062Z] OK: 72 MiB in 58 packages [2021-03-31T03:39:12.864Z] using credential edgex-jenkins-ssh [2021-03-31T03:39:12.927Z] Cloning the remote Git repository [2021-03-31T03:39:12.575Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-31T03:39:12.648Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-03-31T03:39:12.678Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T03:39:12.678Z] > git --version # timeout=10 [2021-03-31T03:39:12.684Z] > git --version # 'git version 2.17.1' [2021-03-31T03:39:12.684Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T03:39:12.708Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T03:39:13.498Z] Removing intermediate container 364dad6ec68f [2021-03-31T03:39:13.498Z] ---> 15fa11d12e93 [2021-03-31T03:39:13.498Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-31T03:39:13.498Z] ---> Running in 67545861949f [2021-03-31T03:39:14.105Z] Removing intermediate container 67545861949f [2021-03-31T03:39:14.105Z] ---> e6e740b78fcb [2021-03-31T03:39:14.105Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:39:14.105Z] ---> Running in 0abfcdff985a [2021-03-31T03:39:14.386Z] Removing intermediate container 0abfcdff985a [2021-03-31T03:39:14.386Z] ---> 8f0daf886d67 [2021-03-31T03:39:14.386Z] Step 24/26 : LABEL arch=arm64 [2021-03-31T03:39:14.678Z] ---> Running in b3cbc1ac498b [2021-03-31T03:39:14.952Z] Removing intermediate container b3cbc1ac498b [2021-03-31T03:39:14.952Z] ---> d3d2bbc538a3 [2021-03-31T03:39:14.952Z] Step 25/26 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 [2021-03-31T03:39:15.225Z] ---> Running in 019911950eb4 [2021-03-31T03:39:15.815Z] Removing intermediate container 019911950eb4 [2021-03-31T03:39:15.815Z] ---> 987c42a8c40e [2021-03-31T03:39:15.815Z] Step 26/26 : LABEL version=0.0.0 [2021-03-31T03:39:15.815Z] ---> Running in 61ec6de4e8f5 [2021-03-31T03:39:16.405Z] Removing intermediate container 61ec6de4e8f5 [2021-03-31T03:39:16.405Z] ---> 35c6682ab61e [2021-03-31T03:39:16.405Z] [2021-03-31T03:39:16.677Z] Successfully built 35c6682ab61e [2021-03-31T03:39:16.677Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-31T03:39:16.965Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-31T03:39:16.971Z] $ docker stop --time=1 33fe9261e0e79fd09237dde1359cb558371d8a4dd255b76df7c6369edd436b9e [2021-03-31T03:39:18.821Z] $ docker rm -f 33fe9261e0e79fd09237dde1359cb558371d8a4dd255b76df7c6369edd436b9e [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T03:39:18.396Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T03:39:18.411Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T03:39:18.420Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T03:39:18.435Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T03:39:18.436Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T03:39:18.442Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3318/head:refs/remotes/origin/PR-3318 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T03:39:19.517Z] + docker images+ [2021-03-31T03:39:19.517Z] grep docker [2021-03-31T03:39:19.547Z] Merging remotes/origin/master commit 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 1024e6cd34f74e2e17cbebf936445d461a1269d2 [2021-03-31T03:39:19.713Z] Merge succeeded, producing 1024e6cd34f74e2e17cbebf936445d461a1269d2 [2021-03-31T03:39:19.714Z] Checking out Revision 1024e6cd34f74e2e17cbebf936445d461a1269d2 (PR-3318) [2021-03-31T03:39:19.786Z] docker-sys-mgmt-agent-go-arm64 latest 35c6682ab61e 4 seconds ago 301MB [2021-03-31T03:39:19.786Z] docker-security-secretstore-setup-go-arm64 latest f3c80445242a About a minute ago 24.4MB [2021-03-31T03:39:19.786Z] docker-security-proxy-setup-go-arm64 latest be7188262321 About a minute ago 24.1MB [2021-03-31T03:39:19.786Z] docker-core-command-go-arm64 latest cd6ceae21182 About a minute ago 16.3MB [2021-03-31T03:39:19.786Z] docker-core-data-go-arm64 latest cbace6e5808d 4 minutes ago 21.4MB [2021-03-31T03:39:19.786Z] docker-security-bootstrapper-go-arm64 latest 8c5cb6502826 4 minutes ago 17.9MB [2021-03-31T03:39:19.786Z] docker-core-metadata-go-arm64 latest 570eac0b3a8a 4 minutes ago 17.9MB [2021-03-31T03:39:19.786Z] docker-support-scheduler-go-arm64 latest f3ea477a48d9 4 minutes ago 16.4MB [2021-03-31T03:39:19.786Z] docker-support-notifications-go-arm64 latest 172a84278c75 4 minutes ago 16.9MB [2021-03-31T03:39:19.786Z] 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 [2021-03-31T03:39:19.179Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T03:39:19.183Z] > git checkout -f 1024e6cd34f74e2e17cbebf936445d461a1269d2 # timeout=10 [2021-03-31T03:39:19.309Z] > git remote # timeout=10 [2021-03-31T03:39:19.315Z] > git config --get remote.origin.url # timeout=10 [2021-03-31T03:39:19.320Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T03:39:19.323Z] > git merge 455f88eb7f104c981a27c2f244562def9f736fdb # timeout=10 [2021-03-31T03:39:19.332Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-31T03:39:19.340Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T03:39:19.343Z] > git checkout -f 1024e6cd34f74e2e17cbebf936445d461a1269d2 # timeout=10 [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:39:21.090Z] ---> job-cost.sh [2021-03-31T03:39:21.090Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-jsEU [2021-03-31T03:39:23.426Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [2021-03-31T03:39:23.819Z] [2021-03-31T03:39:23.819Z] GitHub has been notified of this commit’s build result [2021-03-31T03:39:23.819Z] [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:39:24.505Z] + echo snap-build.sh [2021-03-31T03:39:24.505Z] snap-build.sh [2021-03-31T03:39:24.505Z] + SNAP_BASE_DIR=. [2021-03-31T03:39:24.505Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-03-31T03:39:24.505Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-03-31T03:39:24.505Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-03-31T03:39:24.505Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-03-31T03:39:24.505Z] + cd /w/workspace/edgex-go/3 [2021-03-31T03:39:24.505Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-31T03:39:24.505Z] Reading package lists... [2021-03-31T03:39:24.767Z] Building dependency tree... [2021-03-31T03:39:24.767Z] Reading state information... [2021-03-31T03:39:24.767Z] The following packages were automatically installed and are no longer required: [2021-03-31T03:39:24.767Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-31T03:39:24.767Z] uidmap xdelta3 [2021-03-31T03:39:24.767Z] Use 'sudo apt autoremove' to remove them. [2021-03-31T03:39:24.767Z] The following packages will be REMOVED: [2021-03-31T03:39:24.767Z] lxd* lxd-client* [2021-03-31T03:39:25.339Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-31T03:39:25.339Z] After this operation, 31.7 MB disk space will be freed. [2021-03-31T03:39:26.387Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-31T03:39:26.648Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-31T03:39:27.591Z] Removing lxd dnsmasq configuration [2021-03-31T03:39:27.591Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-31T03:39:27.853Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-31T03:39:28.425Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-31T03:39:28.686Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-31T03:39:28.686Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-31T03:39:30.076Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-31T03:39:30.337Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-31T03:39:31.724Z] + sudo snap remove --purge lxd [2021-03-31T03:39:31.986Z] snap "lxd" is not installed [2021-03-31T03:39:31.986Z] + sudo groupadd --force --system lxd [2021-03-31T03:39:31.986Z] ++ whoami [2021-03-31T03:39:31.986Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-31T03:39:32.246Z] + newgrp - lxd [2021-03-31T03:39:32.246Z] + sudo snap install lxd [2021-03-31T03:39:42.261Z] 2021-03-31T03:39:39Z INFO Waiting for automatic snapd restart... [2021-03-31T03:39:57.223Z] lxd 4.12 from Canonical* installed [2021-03-31T03:39:57.223Z] + sudo lxd init --auto [2021-03-31T03:40:00.034Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-31T03:40:05.398Z] + sudo snap install --classic snapcraft [2021-03-31T03:40:13.558Z] snapcraft 4.6 from Canonical* installed [2021-03-31T03:40:13.558Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-31T03:40:13.558Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-31T03:40:13.558Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T03:40:13.558Z] Dload Upload Total Spent Left Speed [2021-03-31T03:40:13.558Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4644 0 --:--:-- --:--:-- --:--:-- 4644 [2021-03-31T03:40:13.558Z] 100 3325k 100 3325k 0 0 10.3M 0 --:--:-- --:--:-- --:--:-- 10.3M [2021-03-31T03:40:13.558Z] ./yq_linux_amd64 [2021-03-31T03:40:13.558Z] + sudo snapcraft prime --use-lxd [2021-03-31T03:40:15.480Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-31T03:40:15.480Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-31T03:40:15.480Z] - README.md [2021-03-31T03:40:15.480Z] [2021-03-31T03:40:15.480Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-31T03:40:16.060Z] Launching a container. [2021-03-31T03:40:28.310Z] Waiting for container to be ready [2021-03-31T03:40:28.310Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-31T03:40:28.310Z] [2021-03-31T03:40:32.528Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-31T03:40:32.790Z] Waiting for network to be ready... [2021-03-31T03:40:33.051Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-31T03:40:33.313Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-31T03:40:33.313Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] [2021-03-31T03:40:33.313Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-31T03:40:33.578Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-31T03:40:33.578Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-31T03:40:33.578Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-31T03:40:33.578Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-31T03:40:33.578Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-31T03:40:33.578Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-31T03:40:33.856Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-31T03:40:33.856Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-31T03:40:34.118Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-31T03:40:34.118Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-31T03:40:34.118Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-31T03:40:34.118Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-31T03:40:34.118Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-31T03:40:34.118Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-31T03:40:34.380Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-31T03:40:34.642Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-31T03:40:34.642Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-31T03:40:34.642Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-31T03:40:34.642Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-31T03:40:34.642Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-31T03:40:34.642Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-31T03:40:34.642Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-31T03:40:34.903Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-31T03:40:38.245Z] Fetched 24.2 MB in 5s (4785 kB/s) [2021-03-31T03:40:39.634Z] Reading package lists... [2021-03-31T03:40:39.634Z] Reading package lists... [2021-03-31T03:40:39.896Z] Building dependency tree... [2021-03-31T03:40:39.896Z] Reading state information... [2021-03-31T03:40:39.896Z] The following additional packages will be installed: [2021-03-31T03:40:39.896Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-31T03:40:39.896Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-31T03:40:39.896Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-31T03:40:39.896Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-31T03:40:39.896Z] Suggested packages: [2021-03-31T03:40:39.896Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-31T03:40:39.896Z] Recommended packages: [2021-03-31T03:40:39.896Z] gnupg libsasl2-modules [2021-03-31T03:40:39.896Z] The following NEW packages will be installed: [2021-03-31T03:40:39.896Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-31T03:40:39.896Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-31T03:40:39.896Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-31T03:40:39.896Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-31T03:40:39.897Z] The following packages will be upgraded: [2021-03-31T03:40:39.897Z] gpg gpg-agent gpgconf libudev1 [2021-03-31T03:40:40.158Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-31T03:40:40.158Z] Need to get 3530 kB of archives. [2021-03-31T03:40:40.158Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-31T03:40:40.158Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-31T03:40:40.158Z] 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-31T03:40:40.419Z] 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-31T03:40:40.419Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-31T03:40:40.419Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-31T03:40:40.419Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-31T03:40:40.681Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-31T03:40:40.681Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-31T03:40:40.943Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-31T03:40:40.943Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-31T03:40:40.943Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-31T03:40:40.943Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-31T03:40:40.943Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-31T03:40:40.943Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-31T03:40:40.943Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-31T03:40:40.943Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-31T03:40:40.943Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-31T03:40:40.943Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-31T03:40:40.943Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-31T03:40:40.943Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-31T03:40:40.943Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-31T03:40:40.943Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-31T03:40:41.204Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T03:40:41.204Z] Fetched 3530 kB in 1s (3489 kB/s) [2021-03-31T03:40:41.204Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-31T03:40:41.204Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-31T03:40:41.204Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T03:40:41.465Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-31T03:40:41.465Z] Selecting previously unselected package udev. [2021-03-31T03:40:41.465Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-31T03:40:41.465Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-31T03:40:41.465Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-31T03:40:41.731Z] Selecting previously unselected package libfuse2:amd64. [2021-03-31T03:40:41.731Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-31T03:40:41.731Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-31T03:40:41.731Z] Selecting previously unselected package fuse. [2021-03-31T03:40:41.731Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-31T03:40:41.731Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-31T03:40:41.992Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T03:40:41.992Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T03:40:41.992Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T03:40:41.992Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T03:40:42.253Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T03:40:42.253Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T03:40:42.253Z] Selecting previously unselected package libksba8:amd64. [2021-03-31T03:40:42.253Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-31T03:40:42.253Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-31T03:40:42.513Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-31T03:40:42.513Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T03:40:42.513Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:40:42.513Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-31T03:40:42.513Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T03:40:42.513Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:40:42.779Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-31T03:40:42.779Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T03:40:42.779Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:40:42.779Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-31T03:40:42.779Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T03:40:42.779Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:40:43.041Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-31T03:40:43.041Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T03:40:43.041Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:40:43.041Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-31T03:40:43.041Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T03:40:43.041Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:40:43.041Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-31T03:40:43.041Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T03:40:43.041Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:40:43.301Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-31T03:40:43.301Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T03:40:43.301Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:40:43.301Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-31T03:40:43.301Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T03:40:43.301Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:40:43.561Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-31T03:40:43.561Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-31T03:40:43.561Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T03:40:43.561Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-31T03:40:43.561Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-31T03:40:43.561Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T03:40:43.561Z] Selecting previously unselected package libldap-common. [2021-03-31T03:40:43.561Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-31T03:40:43.561Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T03:40:43.823Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-31T03:40:43.823Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-31T03:40:43.823Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T03:40:43.823Z] Selecting previously unselected package dirmngr. [2021-03-31T03:40:43.823Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T03:40:43.823Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-31T03:40:44.084Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T03:40:44.084Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-31T03:40:44.084Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-31T03:40:44.084Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T03:40:44.084Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T03:40:44.084Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-31T03:40:44.345Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:40:44.345Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-31T03:40:44.345Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T03:40:44.345Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-31T03:40:44.605Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-31T03:40:44.866Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:40:44.866Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-31T03:40:44.866Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-31T03:40:44.866Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-31T03:40:44.866Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:40:45.127Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:40:45.127Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:40:45.127Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:40:45.127Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:40:45.127Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:40:45.127Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:40:45.127Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T03:40:45.127Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-31T03:40:45.389Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T03:40:45.960Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-31T03:40:45.960Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-31T03:40:45.960Z] This means they are not meant to be enabled using systemctl. [2021-03-31T03:40:45.960Z] Possible reasons for having this kind of units are: [2021-03-31T03:40:45.960Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-31T03:40:45.960Z] .wants/ or .requires/ directory. [2021-03-31T03:40:45.960Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-31T03:40:45.960Z] a requirement dependency on it. [2021-03-31T03:40:45.960Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-31T03:40:45.960Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-31T03:40:45.960Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-31T03:40:45.960Z] instance name specified. [2021-03-31T03:40:46.221Z] Reading package lists... [2021-03-31T03:40:46.481Z] Building dependency tree... [2021-03-31T03:40:46.481Z] Reading state information... [2021-03-31T03:40:46.481Z] The following additional packages will be installed: [2021-03-31T03:40:46.481Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-31T03:40:46.481Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-31T03:40:46.481Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-31T03:40:46.481Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-31T03:40:46.481Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-31T03:40:46.481Z] Suggested packages: [2021-03-31T03:40:46.481Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-31T03:40:46.481Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-31T03:40:46.481Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-31T03:40:46.481Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-31T03:40:46.481Z] systemd-container policykit-1 [2021-03-31T03:40:46.481Z] Recommended packages: [2021-03-31T03:40:46.481Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-31T03:40:46.481Z] The following NEW packages will be installed: [2021-03-31T03:40:46.481Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-31T03:40:46.481Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-31T03:40:46.481Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-31T03:40:46.481Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-31T03:40:46.481Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-31T03:40:46.481Z] The following packages will be upgraded: [2021-03-31T03:40:46.481Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-31T03:40:46.749Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-31T03:40:46.749Z] Need to get 35.2 MB of archives. [2021-03-31T03:40:46.749Z] After this operation, 141 MB of additional disk space will be used. [2021-03-31T03:40:46.749Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-31T03:40:46.749Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-31T03:40:46.749Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-31T03:40:46.749Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-03-31T03:40:46.749Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-31T03:40:46.749Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-31T03:40:46.749Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-31T03:40:46.749Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-31T03:40:47.010Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-31T03:40:47.010Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-31T03:40:47.010Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-31T03:40:47.010Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-31T03:40:47.010Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-31T03:40:47.010Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-31T03:40:47.010Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-31T03:40:47.010Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-31T03:40:47.010Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-31T03:40:47.010Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-31T03:40:47.010Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-31T03:40:47.581Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-31T03:40:47.581Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-31T03:40:47.581Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-31T03:40:47.581Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-31T03:40:47.581Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-31T03:40:47.581Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-31T03:40:47.581Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-31T03:40:47.581Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-31T03:40:47.581Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-31T03:40:47.841Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-31T03:40:47.841Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-31T03:40:48.102Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T03:40:48.102Z] Fetched 35.2 MB in 1s (28.1 MB/s) [2021-03-31T03:40:48.102Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-31T03:40:48.102Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-31T03:40:48.362Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T03:40:48.935Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-31T03:40:48.935Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T03:40:49.196Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-31T03:40:49.462Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-31T03:40:49.462Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-31T03:40:49.462Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-31T03:40:49.730Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-31T03:40:49.730Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-31T03:40:49.730Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-31T03:40:49.730Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-31T03:40:49.990Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-31T03:40:49.990Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-31T03:40:50.566Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-31T03:40:50.566Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-31T03:40:50.566Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-31T03:40:50.566Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-31T03:40:50.827Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-31T03:40:50.827Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T03:40:50.827Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T03:40:51.087Z] Selecting previously unselected package libexpat1:amd64. [2021-03-31T03:40:51.087Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-31T03:40:51.087Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-31T03:40:51.087Z] Selecting previously unselected package python3.6-minimal. [2021-03-31T03:40:51.087Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T03:40:51.087Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T03:40:51.348Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-31T03:40:51.619Z] Checking for services that may need to be restarted...done. [2021-03-31T03:40:51.619Z] Checking for services that may need to be restarted...done. [2021-03-31T03:40:51.619Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T03:40:51.619Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-31T03:40:51.619Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T03:40:52.563Z] Selecting previously unselected package python3-minimal. [2021-03-31T03:40:52.564Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-31T03:40:52.564Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-31T03:40:52.564Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-31T03:40:52.564Z] Selecting previously unselected package mime-support. [2021-03-31T03:40:52.564Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-31T03:40:52.564Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-31T03:40:52.564Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-31T03:40:52.564Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-31T03:40:52.564Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-31T03:40:52.564Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-31T03:40:52.564Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T03:40:52.564Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T03:40:53.139Z] Selecting previously unselected package python3.6. [2021-03-31T03:40:53.139Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T03:40:53.139Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T03:40:53.139Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-31T03:40:53.139Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-31T03:40:53.139Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-31T03:40:53.139Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-31T03:40:53.402Z] Selecting previously unselected package python3. [2021-03-31T03:40:53.402Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-31T03:40:53.402Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-31T03:40:53.402Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-31T03:40:53.402Z] Selecting previously unselected package multiarch-support. [2021-03-31T03:40:53.402Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T03:40:53.663Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-31T03:40:53.663Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-31T03:40:53.663Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-31T03:40:53.663Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-31T03:40:53.663Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-31T03:40:53.663Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-31T03:40:53.925Z] Selecting previously unselected package libbsd0:amd64. [2021-03-31T03:40:53.925Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-31T03:40:53.925Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-31T03:40:53.925Z] Selecting previously unselected package sudo. [2021-03-31T03:40:53.925Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-31T03:40:53.925Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-31T03:40:54.187Z] Selecting previously unselected package apparmor. [2021-03-31T03:40:54.187Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-31T03:40:54.187Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-31T03:40:54.449Z] Selecting previously unselected package libedit2:amd64. [2021-03-31T03:40:54.449Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-31T03:40:54.449Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-31T03:40:54.449Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-31T03:40:54.449Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T03:40:54.711Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T03:40:55.285Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-31T03:40:55.285Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T03:40:55.285Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T03:40:55.285Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-31T03:40:55.285Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-31T03:40:55.285Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-31T03:40:55.285Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-31T03:40:55.285Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T03:40:55.285Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T03:40:55.547Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-31T03:40:55.547Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T03:40:55.547Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T03:40:55.547Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-31T03:40:55.547Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-31T03:40:55.547Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-31T03:40:55.810Z] Selecting previously unselected package openssh-client. [2021-03-31T03:40:55.810Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-31T03:40:55.810Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-31T03:40:56.071Z] Selecting previously unselected package squashfs-tools. [2021-03-31T03:40:56.071Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-31T03:40:56.071Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-31T03:40:56.071Z] Selecting previously unselected package snapd. [2021-03-31T03:40:56.071Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-31T03:40:56.071Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-31T03:40:58.623Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-31T03:40:58.623Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-31T03:40:58.623Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-31T03:40:58.623Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-31T03:40:58.623Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-31T03:40:58.623Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T03:40:58.623Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T03:40:58.623Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-31T03:40:58.623Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-31T03:40:59.568Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-31T03:40:59.568Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-31T03:40:59.568Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-31T03:40:59.568Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T03:40:59.568Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T03:40:59.830Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T03:41:00.403Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-31T03:41:00.664Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T03:41:00.664Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-31T03:41:00.664Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-31T03:41:00.664Z] running python rtupdate hooks for python3.6... [2021-03-31T03:41:00.664Z] running python post-rtupdate hooks for python3.6... [2021-03-31T03:41:00.664Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-31T03:41:02.056Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-31T03:41:02.318Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T03:41:02.318Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-31T03:41:02.579Z] Setting up snapd (2.48.3+18.04) ... [2021-03-31T03:41:03.154Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-31T03:41:03.154Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-31T03:41:03.417Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-31T03:41:03.679Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-31T03:41:03.942Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-31T03:41:03.942Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-31T03:41:03.942Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-31T03:41:04.205Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-31T03:41:04.472Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-31T03:41:04.733Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-31T03:41:04.733Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-03-31T03:41:04.733Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T03:41:04.733Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-31T03:41:06.124Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-31T03:41:06.124Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T03:41:06.386Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T03:41:07.773Z] Reading package lists... [2021-03-31T03:41:08.035Z] Reading package lists... [2021-03-31T03:41:08.297Z] Building dependency tree... [2021-03-31T03:41:08.297Z] Reading state information... [2021-03-31T03:41:08.297Z] Calculating upgrade... [2021-03-31T03:41:08.559Z] The following packages will be upgraded: [2021-03-31T03:41:08.559Z] advancecomp base-files bash binutils binutils-common [2021-03-31T03:41:08.559Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-31T03:41:08.559Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-31T03:41:08.559Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-31T03:41:08.559Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-31T03:41:08.559Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-31T03:41:08.559Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-31T03:41:08.559Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-31T03:41:08.559Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-31T03:41:08.559Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-31T03:41:08.559Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-31T03:41:08.559Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-31T03:41:08.559Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-31T03:41:08.559Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-31T03:41:08.559Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-31T03:41:08.559Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-31T03:41:08.559Z] Need to get 63.8 MB of archives. [2021-03-31T03:41:08.559Z] After this operation, 5208 kB of additional disk space will be used. [2021-03-31T03:41:08.559Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-03-31T03:41:08.559Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-31T03:41:09.507Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-31T03:41:09.507Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-31T03:41:09.507Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-31T03:41:09.507Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-31T03:41:09.507Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-31T03:41:09.507Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-31T03:41:09.507Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-31T03:41:09.507Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-31T03:41:09.507Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-31T03:41:09.507Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-31T03:41:09.507Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-31T03:41:09.507Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-31T03:41:09.507Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-31T03:41:09.507Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-31T03:41:09.507Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-31T03:41:09.507Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-31T03:41:09.507Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-31T03:41:09.507Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-31T03:41:09.507Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-31T03:41:09.507Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-31T03:41:09.507Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-31T03:41:09.507Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-31T03:41:09.507Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-31T03:41:09.507Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-31T03:41:09.507Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-31T03:41:09.507Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-31T03:41:09.507Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-31T03:41:09.507Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-31T03:41:09.507Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-31T03:41:09.769Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-31T03:41:09.769Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-31T03:41:09.769Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-31T03:41:09.769Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-31T03:41:09.769Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-31T03:41:09.769Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-31T03:41:09.769Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-31T03:41:09.769Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-31T03:41:09.769Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-31T03:41:09.769Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-31T03:41:09.769Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-31T03:41:09.769Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-31T03:41:09.769Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-31T03:41:09.769Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-31T03:41:09.769Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-31T03:41:09.769Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-31T03:41:09.769Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-31T03:41:09.769Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-31T03:41:09.769Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-31T03:41:09.769Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-31T03:41:09.769Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-31T03:41:09.769Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-31T03:41:09.769Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-31T03:41:09.769Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-31T03:41:09.769Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-31T03:41:09.769Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-31T03:41:09.769Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-31T03:41:09.769Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-31T03:41:10.032Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-31T03:41:10.032Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-31T03:41:10.032Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-31T03:41:10.032Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-31T03:41:10.032Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-31T03:41:10.032Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-31T03:41:10.032Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-31T03:41:10.032Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-31T03:41:10.032Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-31T03:41:10.032Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-31T03:41:10.032Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-31T03:41:10.032Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-31T03:41:10.032Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-31T03:41:10.032Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-03-31T03:41:10.032Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-31T03:41:10.032Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-31T03:41:10.032Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-31T03:41:10.032Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-31T03:41:10.032Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-31T03:41:10.032Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-31T03:41:10.032Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-31T03:41:10.032Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-31T03:41:10.032Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-31T03:41:10.295Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-31T03:41:10.295Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-31T03:41:10.295Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-31T03:41:10.295Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-31T03:41:10.295Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-31T03:41:10.295Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-31T03:41:10.295Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-31T03:41:10.295Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-31T03:41:10.869Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-31T03:41:11.130Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-31T03:41:11.392Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-31T03:41:11.392Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-31T03:41:11.653Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-31T03:41:11.654Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-31T03:41:11.654Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-31T03:41:11.654Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-31T03:41:11.654Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-31T03:41:11.914Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T03:41:11.915Z] Fetched 63.8 MB in 3s (20.1 MB/s) [2021-03-31T03:41:11.915Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:41:11.915Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T03:41:11.915Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T03:41:12.868Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T03:41:12.868Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T03:41:12.868Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-03-31T03:41:12.868Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-03-31T03:41:13.815Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T03:41:13.815Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T03:41:13.815Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T03:41:13.815Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T03:41:14.085Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T03:41:14.085Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T03:41:14.085Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T03:41:14.085Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T03:41:14.356Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T03:41:14.356Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T03:41:14.356Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T03:41:14.356Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T03:41:14.620Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T03:41:14.620Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T03:41:14.620Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T03:41:14.620Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T03:41:14.620Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T03:41:14.883Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-31T03:41:14.883Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-31T03:41:14.883Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T03:41:14.883Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T03:41:14.883Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T03:41:15.145Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T03:41:15.145Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T03:41:15.145Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T03:41:15.406Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T03:41:15.406Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T03:41:15.669Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T03:41:15.669Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T03:41:15.931Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T03:41:16.504Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-31T03:41:16.504Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T03:41:16.504Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-31T03:41:16.504Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-31T03:41:16.767Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-31T03:41:16.767Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-31T03:41:17.030Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-31T03:41:17.030Z] Installing new version of config file /etc/issue ... [2021-03-31T03:41:17.030Z] Installing new version of config file /etc/issue.net ... [2021-03-31T03:41:17.030Z] Installing new version of config file /etc/lsb-release ... [2021-03-31T03:41:17.030Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-31T03:41:17.291Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-31T03:41:17.291Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-31T03:41:17.291Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-31T03:41:17.552Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:41:17.552Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-31T03:41:17.552Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-31T03:41:17.552Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-31T03:41:17.815Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-03-31T03:41:17.815Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:41:17.815Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T03:41:17.815Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-31T03:41:17.815Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-31T03:41:18.077Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:41:18.077Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-31T03:41:18.077Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-31T03:41:18.077Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-31T03:41:18.339Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:41:18.339Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-31T03:41:18.339Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-31T03:41:18.601Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-31T03:41:18.601Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:41:18.601Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T03:41:18.601Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T03:41:18.863Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-31T03:41:18.863Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:41:18.863Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T03:41:18.863Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T03:41:19.125Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-31T03:41:19.125Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:41:19.125Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-31T03:41:19.125Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-31T03:41:19.125Z] Setting up grep (3.1-2build1) ... [2021-03-31T03:41:19.387Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:41:19.387Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-31T03:41:19.387Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-31T03:41:19.649Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-31T03:41:19.649Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:41:19.649Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T03:41:19.649Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T03:41:19.911Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-31T03:41:19.911Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:41:19.911Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-31T03:41:19.911Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T03:41:20.854Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-31T03:41:20.855Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T03:41:20.855Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-31T03:41:20.855Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T03:41:21.427Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-31T03:41:21.691Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:41:21.691Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-31T03:41:21.691Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T03:41:22.636Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-31T03:41:22.636Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-31T03:41:22.636Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-31T03:41:22.897Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-31T03:41:22.897Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-31T03:41:22.897Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:41:22.897Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-31T03:41:22.897Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-31T03:41:23.159Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-31T03:41:23.420Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:41:23.420Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T03:41:23.420Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T03:41:23.420Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T03:41:23.420Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:41:23.420Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T03:41:23.683Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T03:41:23.683Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T03:41:23.683Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:41:23.683Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T03:41:23.683Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T03:41:23.944Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T03:41:23.944Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:41:23.944Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T03:41:23.944Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T03:41:24.206Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T03:41:24.206Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:41:24.206Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T03:41:24.206Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T03:41:24.206Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T03:41:24.206Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T03:41:24.468Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-31T03:41:24.468Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:41:24.468Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T03:41:24.468Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T03:41:24.730Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-31T03:41:24.730Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:41:24.730Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T03:41:24.730Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T03:41:24.730Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T03:41:24.992Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:41:24.992Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T03:41:24.992Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T03:41:24.992Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-31T03:41:24.992Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:41:24.992Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T03:41:25.254Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T03:41:25.515Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-31T03:41:25.777Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-31T03:41:26.350Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-31T03:41:26.350Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:41:26.350Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T03:41:26.350Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T03:41:26.617Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-31T03:41:26.880Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:41:26.880Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-31T03:41:26.880Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T03:41:26.880Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-31T03:41:27.142Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:41:27.142Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-31T03:41:27.142Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-31T03:41:27.142Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-31T03:41:27.409Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:41:27.409Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-31T03:41:27.671Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-31T03:41:27.671Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-31T03:41:27.671Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:41:27.671Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-31T03:41:27.932Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-31T03:41:27.932Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-31T03:41:28.193Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:41:28.193Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-31T03:41:28.193Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T03:41:28.193Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T03:41:28.454Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:41:28.454Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-31T03:41:28.454Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T03:41:28.454Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T03:41:28.716Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:41:28.716Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-31T03:41:28.978Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T03:41:28.978Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T03:41:29.240Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:41:29.240Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T03:41:29.240Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T03:41:29.502Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-31T03:41:29.502Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T03:41:29.502Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T03:41:29.502Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T03:41:29.502Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-31T03:41:29.763Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:41:29.763Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-31T03:41:29.763Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-31T03:41:30.025Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-31T03:41:30.025Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:41:30.025Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-31T03:41:30.025Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T03:41:30.287Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T03:41:30.549Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:41:30.549Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T03:41:30.549Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T03:41:30.549Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-31T03:41:30.810Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:41:30.810Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-31T03:41:30.810Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-31T03:41:30.810Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-31T03:41:31.071Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:41:31.071Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-31T03:41:31.071Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-31T03:41:32.016Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-31T03:41:32.016Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:41:32.016Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T03:41:32.016Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T03:41:32.278Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-31T03:41:32.278Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:41:32.278Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-31T03:41:32.278Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-31T03:41:32.540Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-31T03:41:32.540Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:41:32.540Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-31T03:41:32.540Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-31T03:41:32.540Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-31T03:41:32.804Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:41:32.804Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-31T03:41:32.804Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-31T03:41:33.066Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-31T03:41:33.066Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:41:33.066Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-31T03:41:33.066Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-31T03:41:33.328Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-31T03:41:33.328Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:41:33.328Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-31T03:41:33.328Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-31T03:41:33.592Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-31T03:41:33.592Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:41:33.592Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-31T03:41:33.592Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-31T03:41:33.854Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-31T03:41:33.854Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-31T03:41:33.854Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-31T03:41:33.854Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-31T03:41:33.854Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-31T03:41:34.115Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-31T03:41:34.115Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-31T03:41:34.115Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-31T03:41:34.378Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-31T03:41:34.378Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-31T03:41:34.639Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-31T03:41:34.639Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-31T03:41:34.901Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-31T03:41:34.901Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-31T03:41:34.901Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-31T03:41:34.901Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-31T03:41:34.901Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-31T03:41:35.162Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-31T03:41:35.162Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-31T03:41:35.162Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-31T03:41:35.162Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-31T03:41:35.162Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-31T03:41:35.425Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-31T03:41:35.425Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-31T03:41:35.425Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-31T03:41:35.687Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-31T03:41:36.632Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-31T03:41:36.632Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-31T03:41:36.632Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-31T03:41:36.753Z] lf-activate-venv(): INFO: Adding /tmp/venv-jsEU/bin to PATH [2021-03-31T03:41:36.753Z] INFO: No Stack... [2021-03-31T03:41:36.753Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-31T03:41:36.753Z] INFO: Archiving Costs [Pipeline] sh [2021-03-31T03:41:36.894Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-31T03:41:36.894Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T03:41:36.894Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T03:41:37.105Z] + cat /w/workspace/edgex-go/3/archives/cost.csv [2021-03-31T03:41:37.105Z] + cut -d, -f6 [Pipeline] lock [2021-03-31T03:41:37.238Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3318-3-stack-cost] [2021-03-31T03:41:37.256Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3318-3-stack-cost] did not exist. Created. [2021-03-31T03:41:37.256Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3318-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-31T03:41:37.464Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T03:41:37.465Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T03:41:37.721Z] + echo total: 0.20999999344348907 [2021-03-31T03:41:37.726Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T03:41:37.726Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T03:41:37.726Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [Pipeline] stash [2021-03-31T03:41:37.987Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T03:41:37.987Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T03:41:37.987Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T03:41:38.047Z] Stashed 1 file(s) [Pipeline] } [2021-03-31T03:41:38.063Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3318-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [2021-03-31T03:41:38.249Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T03:41:38.249Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T03:41:38.249Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T03:41:38.249Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2021-03-31T03:41:38.515Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T03:41:38.516Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-31T03:41:39.463Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T03:41:39.463Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T03:41:40.405Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T03:41:40.405Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T03:41:41.351Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T03:41:41.352Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T03:41:41.924Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T03:41:41.924Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T03:41:42.870Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T03:41:42.870Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T03:41:42.870Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-31T03:41:42.870Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-31T03:41:43.132Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-31T03:41:43.132Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-31T03:41:43.132Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-31T03:41:43.393Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-31T03:41:43.393Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-31T03:41:43.393Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-31T03:41:43.654Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-31T03:41:43.654Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-31T03:41:43.654Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-31T03:41:43.654Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-31T03:41:43.654Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-31T03:41:43.915Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-31T03:41:43.915Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T03:41:43.915Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-31T03:41:43.915Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T03:41:43.915Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T03:41:44.183Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T03:41:44.183Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-31T03:41:44.183Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-31T03:41:44.183Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-31T03:41:44.183Z] [2021-03-31T03:41:44.183Z] Current default time zone: 'Etc/UTC' [2021-03-31T03:41:44.183Z] Local time is now: Wed Mar 31 03:41:44 UTC 2021. [2021-03-31T03:41:44.183Z] Universal Time is now: Wed Mar 31 03:41:44 UTC 2021. [2021-03-31T03:41:44.183Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-31T03:41:44.183Z] [2021-03-31T03:41:44.444Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-31T03:41:44.444Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T03:41:44.444Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-03-31T03:41:44.444Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-31T03:41:44.444Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-31T03:41:44.444Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-31T03:41:44.444Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-31T03:41:44.706Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-31T03:41:44.706Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-31T03:41:44.706Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-31T03:41:44.706Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T03:41:44.706Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-31T03:41:44.968Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T03:41:44.968Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-31T03:41:44.968Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T03:41:44.968Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-31T03:41:45.229Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-31T03:41:45.229Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-31T03:41:45.229Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-31T03:41:45.229Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-31T03:41:45.229Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-31T03:41:45.229Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-31T03:41:45.229Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-31T03:41:47.143Z] Updating certificates in /etc/ssl/certs... [2021-03-31T03:41:47.716Z] 23 added, 27 removed; done. [2021-03-31T03:41:47.976Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-31T03:41:47.976Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T03:41:47.976Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-31T03:41:47.976Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-31T03:41:47.976Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-31T03:41:47.976Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T03:41:47.976Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-31T03:41:49.622Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T03:41:49.623Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T03:41:49.623Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T03:41:49.623Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T03:41:49.623Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T03:41:49.623Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-31T03:41:49.623Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-31T03:41:49.623Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-31T03:41:49.623Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-31T03:41:49.623Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-31T03:41:49.623Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T03:41:49.623Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T03:41:49.623Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-31T03:41:49.623Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-31T03:41:49.623Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-31T03:41:49.623Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-31T03:41:49.623Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-31T03:41:49.623Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-31T03:41:49.623Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-31T03:41:49.623Z] Updating certificates in /etc/ssl/certs... [2021-03-31T03:41:49.623Z] 0 added, 0 removed; done. [2021-03-31T03:41:49.623Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-31T03:41:49.623Z] done. [2021-03-31T03:41:50.197Z] Reading package lists... [2021-03-31T03:41:50.197Z] Building dependency tree... [2021-03-31T03:41:50.197Z] Reading state information... [2021-03-31T03:41:50.458Z] The following NEW packages will be installed: [2021-03-31T03:41:50.458Z] apt-transport-https [2021-03-31T03:41:50.719Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-31T03:41:50.719Z] Need to get 1696 B of archives. [2021-03-31T03:41:50.719Z] After this operation, 153 kB of additional disk space will be used. [2021-03-31T03:41:50.719Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-31T03:41:50.980Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T03:41:50.980Z] Fetched 1696 B in 0s (8462 B/s) [2021-03-31T03:41:50.980Z] Selecting previously unselected package apt-transport-https. [2021-03-31T03:41:50.980Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-31T03:41:50.980Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-31T03:41:50.980Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-31T03:41:50.980Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-31T03:41:51.240Z] Waiting for network to be ready... [2021-03-31T03:41:57.829Z] 2021-03-31T03:41:55Z INFO Waiting for automatic snapd restart... [2021-03-31T03:41:58.090Z] snapd 2.49.1 from Canonical* installed [2021-03-31T03:41:59.477Z] "snapd" switched to the "latest/stable" channel [2021-03-31T03:41:59.477Z] [2021-03-31T03:42:04.783Z] core18 20210309 from Canonical* installed [2021-03-31T03:42:04.783Z] "core18" switched to the "latest/stable" channel [2021-03-31T03:42:04.783Z] [2021-03-31T03:42:11.379Z] snapcraft 4.6 from Canonical* installed [2021-03-31T03:42:11.379Z] "snapcraft" switched to the "latest/stable" channel [2021-03-31T03:42:11.379Z] [2021-03-31T03:42:14.680Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-31T03:42:14.680Z] - README.md [2021-03-31T03:42:14.680Z] [2021-03-31T03:42:14.680Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-31T03:42:21.261Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T03:42:21.261Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-31T03:42:21.261Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T03:42:21.261Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T03:42:22.905Z] Reading package lists... [2021-03-31T03:42:23.479Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-31T03:42:30.069Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T03:42:30.069Z] Reading package lists... [2021-03-31T03:42:30.069Z] Building dependency tree... [2021-03-31T03:42:30.069Z] Reading state information... [2021-03-31T03:42:30.069Z] Suggested packages: [2021-03-31T03:42:30.069Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-31T03:42:30.069Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-31T03:42:30.069Z] Recommended packages: [2021-03-31T03:42:30.069Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-31T03:42:30.069Z] The following NEW packages will be installed: [2021-03-31T03:42:30.069Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-31T03:42:30.069Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-31T03:42:30.069Z] pkg-config zip [2021-03-31T03:42:30.069Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-31T03:42:30.069Z] Need to get 7657 kB of archives. [2021-03-31T03:42:30.069Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-31T03:42:30.069Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-31T03:42:30.069Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-31T03:42:30.330Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-31T03:42:30.330Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-31T03:42:30.330Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-31T03:42:30.330Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-31T03:42:30.591Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-31T03:42:30.591Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-31T03:42:30.591Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-31T03:42:30.591Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-31T03:42:30.591Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-31T03:42:30.591Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-31T03:42:30.853Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-31T03:42:30.853Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-31T03:42:30.853Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-31T03:42:31.114Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T03:42:31.114Z] Fetched 7657 kB in 1s (7026 kB/s) [2021-03-31T03:42:31.375Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-31T03:42:31.375Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-31T03:42:31.375Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-31T03:42:31.375Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-31T03:42:31.635Z] Selecting previously unselected package libpsl5:amd64. [2021-03-31T03:42:31.635Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-31T03:42:31.635Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-31T03:42:31.635Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-31T03:42:31.635Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-31T03:42:31.635Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-31T03:42:31.635Z] Selecting previously unselected package librtmp1:amd64. [2021-03-31T03:42:31.635Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-31T03:42:31.635Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-31T03:42:31.896Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-31T03:42:31.896Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-31T03:42:31.896Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-31T03:42:31.896Z] Selecting previously unselected package liberror-perl. [2021-03-31T03:42:31.896Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-31T03:42:31.896Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-31T03:42:31.896Z] Selecting previously unselected package git-man. [2021-03-31T03:42:31.896Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-31T03:42:32.158Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-31T03:42:32.158Z] Selecting previously unselected package git. [2021-03-31T03:42:32.158Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-31T03:42:32.158Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-31T03:42:33.105Z] Selecting previously unselected package libnorm1:amd64. [2021-03-31T03:42:33.105Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-31T03:42:33.105Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-31T03:42:33.366Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-31T03:42:33.366Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-31T03:42:33.366Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-31T03:42:33.366Z] Selecting previously unselected package libsodium23:amd64. [2021-03-31T03:42:33.366Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-31T03:42:33.366Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-31T03:42:33.366Z] Selecting previously unselected package libzmq5:amd64. [2021-03-31T03:42:33.366Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-31T03:42:33.627Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T03:42:33.627Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-31T03:42:33.627Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-31T03:42:33.627Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T03:42:33.888Z] Selecting previously unselected package pkg-config. [2021-03-31T03:42:33.888Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-31T03:42:33.888Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-31T03:42:33.888Z] Selecting previously unselected package zip. [2021-03-31T03:42:33.888Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-31T03:42:33.888Z] Unpacking zip (3.0-11build1) ... [2021-03-31T03:42:33.888Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-31T03:42:33.888Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-31T03:42:34.150Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-31T03:42:34.150Z] Setting up liberror-perl (0.17025-1) ... [2021-03-31T03:42:34.150Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-31T03:42:34.150Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-31T03:42:34.150Z] No schema files found: doing nothing. [2021-03-31T03:42:34.150Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-31T03:42:34.150Z] Setting up zip (3.0-11build1) ... [2021-03-31T03:42:34.150Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-31T03:42:34.150Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-31T03:42:34.150Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-31T03:42:34.411Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T03:42:34.411Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-31T03:42:34.411Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T03:42:34.411Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-31T03:42:34.411Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-31T03:42:40.996Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T03:42:41.257Z] git set to automatically installed. [2021-03-31T03:42:41.257Z] git-man set to automatically installed. [2021-03-31T03:42:41.257Z] libcurl3-gnutls set to automatically installed. [2021-03-31T03:42:41.257Z] liberror-perl set to automatically installed. [2021-03-31T03:42:41.257Z] libglib2.0-0 set to automatically installed. [2021-03-31T03:42:41.257Z] libnghttp2-14 set to automatically installed. [2021-03-31T03:42:41.257Z] libnorm1 set to automatically installed. [2021-03-31T03:42:41.257Z] libpgm-5.2-0 set to automatically installed. [2021-03-31T03:42:41.257Z] libpsl5 set to automatically installed. [2021-03-31T03:42:41.257Z] librtmp1 set to automatically installed. [2021-03-31T03:42:41.257Z] libsodium23 set to automatically installed. [2021-03-31T03:42:41.257Z] libzmq3-dev set to automatically installed. [2021-03-31T03:42:41.257Z] libzmq5 set to automatically installed. [2021-03-31T03:42:41.257Z] pkg-config set to automatically installed. [2021-03-31T03:42:41.257Z] zip set to automatically installed. [2021-03-31T03:42:44.561Z] snapd is not logged in, snap install commands will use sudo [2021-03-31T03:42:51.147Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T03:42:51.147Z] snap "core18" has no updates available [2021-03-31T03:42:52.533Z] snapd is not logged in, snap install commands will use sudo [2021-03-31T03:42:59.119Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T03:43:14.064Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-31T03:43:14.064Z] Pulling go-build-helper [2021-03-31T03:43:14.064Z] + snapcraftctl pull [2021-03-31T03:43:14.324Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-31T03:43:14.324Z] Skipping pull go-build-helper (already ran) [2021-03-31T03:43:14.324Z] Building go-build-helper [2021-03-31T03:43:14.324Z] + snapcraftctl build [2021-03-31T03:43:16.891Z] Staging go-build-helper [2021-03-31T03:43:16.891Z] + snapcraftctl stage [2021-03-31T03:43:31.823Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-31T03:43:31.823Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-31T03:43:31.823Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] [2021-03-31T03:43:31.823Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-31T03:43:31.823Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-31T03:43:31.823Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-31T03:43:31.823Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-31T03:43:31.823Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-31T03:43:31.823Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-31T03:43:31.823Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-31T03:43:31.823Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-31T03:43:31.823Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-31T03:43:31.823Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-31T03:43:31.823Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-31T03:43:31.823Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-31T03:43:31.823Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-31T03:43:31.823Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-31T03:43:31.823Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-31T03:43:31.823Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-31T03:43:31.823Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-31T03:43:31.823Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-31T03:43:31.823Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-31T03:43:31.823Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-31T03:43:31.823Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-31T03:43:31.823Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-31T03:43:31.823Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-31T03:43:31.823Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-31T03:43:31.823Z] Fetched 24.2 MB in 0s (0 B/s) [2021-03-31T03:43:31.823Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-31T03:43:31.823Z] Fetched 224 kB in 0s (0 B/s) [2021-03-31T03:43:31.823Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-31T03:43:31.823Z] Fetched 157 kB in 0s (0 B/s) [2021-03-31T03:43:31.823Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-31T03:43:31.823Z] Fetched 221 kB in 0s (0 B/s) [2021-03-31T03:43:31.823Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-31T03:43:31.823Z] Fetched 143 kB in 0s (0 B/s) [2021-03-31T03:43:31.823Z] Pulling app-service-config [2021-03-31T03:43:31.823Z] + snapcraftctl pull [2021-03-31T03:43:31.823Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-31T03:43:31.823Z] Pulling config-common [2021-03-31T03:43:31.823Z] + snapcraftctl pull [2021-03-31T03:43:37.113Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-31T03:43:37.113Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T03:43:37.113Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T03:43:37.113Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T03:43:37.113Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-31T03:43:37.113Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T03:43:37.113Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-31T03:43:37.113Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T03:43:37.113Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-31T03:43:37.113Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T03:43:37.113Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-31T03:43:37.113Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T03:43:37.113Z] Pulling edgex-go [2021-03-31T03:43:37.113Z] + snapcraftctl pull [2021-03-31T03:43:59.091Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-31T03:43:59.091Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T03:43:59.091Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T03:43:59.091Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T03:43:59.091Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-31T03:43:59.091Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-31T03:43:59.091Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-31T03:43:59.091Z] Fetched 279 kB in 0s (0 B/s) [2021-03-31T03:43:59.091Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-31T03:43:59.091Z] Fetched 122 kB in 0s (0 B/s) [2021-03-31T03:43:59.091Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-31T03:43:59.091Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-31T03:43:59.091Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-31T03:43:59.091Z] Fetched 8848 B in 0s (0 B/s) [2021-03-31T03:43:59.091Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-31T03:43:59.091Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-31T03:43:59.091Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-31T03:43:59.091Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-31T03:43:59.091Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-31T03:43:59.091Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-31T03:43:59.091Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-31T03:43:59.091Z] Fetched 214 kB in 0s (0 B/s) [2021-03-31T03:43:59.091Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-31T03:43:59.091Z] Fetched 154 kB in 0s (0 B/s) [2021-03-31T03:43:59.091Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-31T03:43:59.091Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-31T03:43:59.091Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-31T03:43:59.091Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-31T03:43:59.091Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-31T03:43:59.091Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-31T03:43:59.091Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-31T03:43:59.091Z] Fetched 499 kB in 0s (0 B/s) [2021-03-31T03:43:59.091Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-31T03:43:59.091Z] Fetched 111 kB in 0s (0 B/s) [2021-03-31T03:43:59.091Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-31T03:43:59.091Z] Fetched 240 kB in 0s (0 B/s) [2021-03-31T03:43:59.091Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-31T03:43:59.091Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-31T03:43:59.091Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-31T03:43:59.091Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-31T03:43:59.091Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-31T03:43:59.091Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-31T03:43:59.091Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-31T03:43:59.091Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-31T03:43:59.091Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-31T03:43:59.091Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-31T03:43:59.091Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-31T03:43:59.091Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-31T03:43:59.091Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-31T03:43:59.091Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-31T03:43:59.091Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-31T03:43:59.091Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-31T03:43:59.091Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-31T03:43:59.091Z] Fetched 8720 B in 0s (0 B/s) [2021-03-31T03:43:59.091Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-31T03:43:59.091Z] Fetched 137 kB in 0s (0 B/s) [2021-03-31T03:43:59.091Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-31T03:43:59.091Z] Fetched 119 kB in 0s (0 B/s) [2021-03-31T03:43:59.091Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-31T03:43:59.091Z] Fetched 109 kB in 0s (0 B/s) [2021-03-31T03:43:59.091Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-31T03:43:59.091Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-31T03:43:59.091Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-31T03:43:59.091Z] Fetched 645 kB in 0s (0 B/s) [2021-03-31T03:43:59.091Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-31T03:43:59.091Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-31T03:43:59.091Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-31T03:43:59.091Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-31T03:43:59.091Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-31T03:43:59.092Z] Fetched 368 kB in 0s (0 B/s) [2021-03-31T03:43:59.092Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-31T03:43:59.092Z] Fetched 187 kB in 0s (0 B/s) [2021-03-31T03:43:59.092Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-31T03:43:59.092Z] Fetched 175 kB in 0s (0 B/s) [2021-03-31T03:43:59.092Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-31T03:43:59.092Z] Fetched 206 kB in 0s (0 B/s) [2021-03-31T03:43:59.092Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-03-31T03:43:59.092Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-31T03:43:59.092Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-31T03:43:59.092Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-31T03:43:59.092Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-31T03:43:59.092Z] Fetched 159 kB in 0s (0 B/s) [2021-03-31T03:43:59.092Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-31T03:43:59.092Z] Fetched 107 kB in 0s (0 B/s) [2021-03-31T03:43:59.092Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-31T03:43:59.092Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-31T03:43:59.092Z] Pulling static-packages [2021-03-31T03:43:59.092Z] + snapcraftctl pull [2021-03-31T03:44:00.035Z] Pulling version [2021-03-31T03:44:00.035Z] + cd /root/project [2021-03-31T03:44:00.035Z] + [ -f VERSION ] [2021-03-31T03:44:00.035Z] + PROJECT_VERSION=local-dev [2021-03-31T03:44:00.035Z] + git rev-parse --short HEAD [2021-03-31T03:44:00.035Z] + GIT_REVISION=1024e6cd [2021-03-31T03:44:00.035Z] + snapcraftctl set-version local-dev [2021-03-31T03:44:01.424Z] Skipping build go-build-helper (already ran) [2021-03-31T03:44:01.424Z] Building app-service-config [2021-03-31T03:44:01.424Z] + make build [2021-03-31T03:44:01.424Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.37 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-31T03:44:03.360Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.37 [2021-03-31T03:44:03.621Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 [2021-03-31T03:44:03.621Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.27 [2021-03-31T03:44:03.621Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-03-31T03:44:03.621Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-03-31T03:44:03.621Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-31T03:44:03.621Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-03-31T03:44:03.621Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-31T03:44:03.621Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-31T03:44:03.621Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-31T03:44:03.889Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-31T03:44:03.889Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-31T03:44:03.889Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-31T03:44:03.889Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-31T03:44:03.889Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-03-31T03:44:03.889Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-31T03:44:03.889Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-31T03:44:03.889Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-31T03:44:04.157Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-03-31T03:44:04.157Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-31T03:44:04.157Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-31T03:44:04.443Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-31T03:44:04.443Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-31T03:44:04.443Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-31T03:44:04.443Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-31T03:44:04.709Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-31T03:44:04.709Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-31T03:44:04.709Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-31T03:44:04.709Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-31T03:44:04.709Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-31T03:44:04.709Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-31T03:44:04.972Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-31T03:44:04.972Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-31T03:44:04.972Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-31T03:44:04.972Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-31T03:44:04.972Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-31T03:44:04.972Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-31T03:44:04.972Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-31T03:44:05.234Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-31T03:44:05.235Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-31T03:44:05.235Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-31T03:44:05.235Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-31T03:44:05.497Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-31T03:44:05.497Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-31T03:44:05.497Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-31T03:44:17.749Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-31T03:44:17.749Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-31T03:44:17.749Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-31T03:44:17.749Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-31T03:44:17.749Z] Building config-common [2021-03-31T03:44:17.749Z] + snapcraftctl build [2021-03-31T03:44:20.298Z] Building edgex-go [2021-03-31T03:44:21.242Z] + cd /root/parts/edgex-go/src [2021-03-31T03:44:21.242Z] + make build [2021-03-31T03:44:21.242Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T03:44:21.814Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 [2021-03-31T03:44:21.814Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-31T03:44:21.814Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-31T03:44:21.814Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-31T03:44:26.032Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T03:44:26.032Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-31T03:44:32.624Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T03:44:33.569Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T03:44:35.493Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T03:44:36.065Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T03:44:36.065Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-31T03:44:36.326Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-31T03:44:36.326Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-31T03:44:36.326Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-31T03:44:38.245Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T03:44:38.509Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-31T03:44:38.509Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-31T03:44:40.425Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T03:44:41.370Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T03:44:43.480Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T03:44:44.453Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T03:44:44.725Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-31T03:44:46.138Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-31T03:44:46.138Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-31T03:44:48.803Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-31T03:44:48.803Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-31T03:44:48.803Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-31T03:44:48.803Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-31T03:44:48.803Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-31T03:44:48.803Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-31T03:44:48.803Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-31T03:44:48.803Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-31T03:44:48.803Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-31T03:44:48.803Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-31T03:44:48.803Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-31T03:44:48.804Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-31T03:44:48.804Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-31T03:44:48.804Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-31T03:44:48.804Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-31T03:44:48.804Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-31T03:44:48.804Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-31T03:44:48.804Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-31T03:44:48.804Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-31T03:44:48.804Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-31T03:44:48.804Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-03-31T03:44:48.804Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-31T03:44:48.804Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-31T03:44:48.804Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-31T03:44:48.804Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-31T03:44:48.804Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-31T03:44:52.105Z] Building static-packages [2021-03-31T03:44:52.105Z] + snapcraftctl build [2021-03-31T03:44:55.409Z] Building version [2021-03-31T03:44:55.409Z] + snapcraftctl build [2021-03-31T03:44:57.958Z] Skipping stage go-build-helper (already ran) [2021-03-31T03:44:57.958Z] Staging app-service-config [2021-03-31T03:44:57.958Z] + snapcraftctl stage [2021-03-31T03:44:58.903Z] Staging config-common [2021-03-31T03:44:58.903Z] + snapcraftctl stage [2021-03-31T03:44:59.852Z] Staging edgex-go [2021-03-31T03:44:59.852Z] + snapcraftctl stage [2021-03-31T03:45:01.244Z] Staging static-packages [2021-03-31T03:45:01.244Z] + snapcraftctl stage [2021-03-31T03:45:02.662Z] Staging version [2021-03-31T03:45:02.662Z] + snapcraftctl stage [2021-03-31T03:45:03.613Z] Priming go-build-helper [2021-03-31T03:45:03.613Z] + snapcraftctl prime [2021-03-31T03:45:05.001Z] Priming app-service-config [2021-03-31T03:45:05.001Z] + snapcraftctl prime [2021-03-31T03:45:06.392Z] Priming config-common [2021-03-31T03:45:06.392Z] + snapcraftctl prime [2021-03-31T03:45:07.351Z] Priming edgex-go [2021-03-31T03:45:07.613Z] + snapcraftctl prime [2021-03-31T03:45:09.010Z] Priming static-packages [2021-03-31T03:45:09.010Z] + snapcraftctl prime [2021-03-31T03:45:11.567Z] Priming version [2021-03-31T03:45:11.567Z] + snapcraftctl prime [2021-03-31T03:45:12.955Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-31T03:45:16.591Z] provisioning config files... [2021-03-31T03:45:16.610Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config1906387893476060504tmp [Pipeline] { [Pipeline] sh [2021-03-31T03:45:17.050Z] + set +x [2021-03-31T03:45:17.051Z] + bash -s -- [2021-03-31T03:45:17.051Z] + curl -s https://codecov.io/bash [2021-03-31T03:45:17.697Z] [2021-03-31T03:45:17.697Z] _____ _ [2021-03-31T03:45:17.697Z] / ____| | | [2021-03-31T03:45:17.697Z] | | ___ __| | ___ ___ _____ __ [2021-03-31T03:45:17.697Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-31T03:45:17.697Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-31T03:45:17.697Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-31T03:45:17.697Z] Bash-20210309-2b87ace [2021-03-31T03:45:17.697Z] [2021-03-31T03:45:17.697Z] [2021-03-31T03:45:17.697Z] ==> git version 2.24.3 found [2021-03-31T03:45:17.697Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-31T03:45:17.697Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-31T03:45:17.697Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-31T03:45:17.697Z] curl: option -sm: expected a proper numerical parameter [2021-03-31T03:45:17.697Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-03-31T03:45:17.697Z] ==> Jenkins CI detected. [2021-03-31T03:45:17.697Z] project root: . [2021-03-31T03:45:17.697Z] --> token set from env [2021-03-31T03:45:17.697Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-31T03:45:18.060Z] ==> Running gcov in . (disable via -X gcov) [2021-03-31T03:45:18.060Z] ==> Python coveragepy not found [2021-03-31T03:45:18.060Z] ==> Searching for coverage reports in: [2021-03-31T03:45:18.060Z] + . [2021-03-31T03:45:18.060Z] -> Found 1 reports [2021-03-31T03:45:18.060Z] ==> Detecting git/mercurial file structure [2021-03-31T03:45:18.348Z] ==> Reading reports [2021-03-31T03:45:18.348Z] + ./coverage.out bytes=669470 [2021-03-31T03:45:18.348Z] ==> Appending adjustments [2021-03-31T03:45:18.348Z] https://docs.codecov.io/docs/fixing-reports [2021-03-31T03:45:27.036Z] + Found adjustments [2021-03-31T03:45:27.036Z] ==> Gzipping contents [2021-03-31T03:45:27.327Z] 96K /tmp/codecov.qTuA01.gz [2021-03-31T03:45:27.328Z] ==> Uploading reports [2021-03-31T03:45:27.328Z] url: https://codecov.io [2021-03-31T03:45:27.328Z] query: branch=PR-3318&commit=1024e6cd34f74e2e17cbebf936445d461a1269d2&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3318%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3318&job=&cmd_args= [2021-03-31T03:45:27.328Z] -> Pinging Codecov [2021-03-31T03:45:27.328Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3318&commit=1024e6cd34f74e2e17cbebf936445d461a1269d2&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3318%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3318&job=&cmd_args= [2021-03-31T03:45:28.018Z] -> Uploading to [2021-03-31T03:45:28.018Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-31/00271124DB129430A58F1EEE437C3FCB/1024e6cd34f74e2e17cbebf936445d461a1269d2/d7be172a-976f-4008-ba27-72db6550a022.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210331%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210331T034527Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3f5cf3ee77ba481fa02b69f572bec57899f1e861764d64868ac789d72ac08f64 [2021-03-31T03:45:28.019Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T03:45:28.019Z] Dload Upload Total Spent Left Speed [2021-03-31T03:45:28.359Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96971 0 0 100 96971 0 167k --:--:-- --:--:-- --:--:-- 167k [2021-03-31T03:45:28.359Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/1024e6cd34f74e2e17cbebf936445d461a1269d2 [Pipeline] } [2021-03-31T03:45:28.375Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:45:30.595Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:45:32.019Z] ---> package-listing.sh [2021-03-31T03:45:32.019Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-31T03:45:32.019Z] ++ facter osfamily [2021-03-31T03:45:32.316Z] + OS_FAMILY=redhat [2021-03-31T03:45:32.316Z] + workspace=/w/workspace/edgex-go/3 [2021-03-31T03:45:32.316Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-31T03:45:32.316Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-31T03:45:32.316Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-31T03:45:32.316Z] + PACKAGES=/tmp/packages_start.txt [2021-03-31T03:45:32.316Z] + '[' /w/workspace/edgex-go/3 ']' [2021-03-31T03:45:32.316Z] + PACKAGES=/tmp/packages_end.txt [2021-03-31T03:45:32.316Z] + case "${OS_FAMILY}" in [2021-03-31T03:45:32.316Z] + rpm -qa [2021-03-31T03:45:32.316Z] + sort [2021-03-31T03:45:40.964Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-31T03:45:40.964Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-31T03:45:40.964Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-31T03:45:40.964Z] + '[' /w/workspace/edgex-go/3 ']' [2021-03-31T03:45:40.964Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-03-31T03:45:40.964Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-03-31T03:45:40.992Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-31T03:45:41.375Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:45:42.160Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T03:45:42.800Z] [2021-03-31T03:45:42.800Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:45:43.257Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T03:45:43.921Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-31T03:45:43.921Z] df20fa9351a1: Pulling fs layer [2021-03-31T03:45:43.921Z] 36b3adc4ff6f: Pulling fs layer [2021-03-31T03:45:43.921Z] 8ad3a11d3b57: Pulling fs layer [2021-03-31T03:45:43.921Z] 46f8f816bc3b: Pulling fs layer [2021-03-31T03:45:43.921Z] 93b61091891f: Pulling fs layer [2021-03-31T03:45:43.921Z] 93b9cdb0e59b: Pulling fs layer [2021-03-31T03:45:43.921Z] 5e14af77c1be: Pulling fs layer [2021-03-31T03:45:43.921Z] 01666e4c0597: Pulling fs layer [2021-03-31T03:45:43.921Z] aa168da1d23b: Pulling fs layer [2021-03-31T03:45:43.921Z] 46f8f816bc3b: Waiting [2021-03-31T03:45:43.921Z] 93b61091891f: Waiting [2021-03-31T03:45:43.921Z] 93b9cdb0e59b: Waiting [2021-03-31T03:45:43.921Z] 5e14af77c1be: Waiting [2021-03-31T03:45:43.921Z] 01666e4c0597: Waiting [2021-03-31T03:45:43.921Z] aa168da1d23b: Waiting [2021-03-31T03:45:43.921Z] 36b3adc4ff6f: Verifying Checksum [2021-03-31T03:45:43.921Z] 36b3adc4ff6f: Download complete [2021-03-31T03:45:43.921Z] 46f8f816bc3b: Verifying Checksum [2021-03-31T03:45:43.921Z] 46f8f816bc3b: Download complete [2021-03-31T03:45:44.225Z] df20fa9351a1: Verifying Checksum [2021-03-31T03:45:44.225Z] df20fa9351a1: Download complete [2021-03-31T03:45:44.225Z] 93b61091891f: Download complete [2021-03-31T03:45:44.225Z] 93b9cdb0e59b: Verifying Checksum [2021-03-31T03:45:44.225Z] 93b9cdb0e59b: Download complete [2021-03-31T03:45:44.225Z] 5e14af77c1be: Verifying Checksum [2021-03-31T03:45:44.225Z] 5e14af77c1be: Download complete [2021-03-31T03:45:44.225Z] 01666e4c0597: Verifying Checksum [2021-03-31T03:45:44.225Z] 01666e4c0597: Download complete [2021-03-31T03:45:45.804Z] 8ad3a11d3b57: Verifying Checksum [2021-03-31T03:45:45.804Z] 8ad3a11d3b57: Download complete [2021-03-31T03:45:45.804Z] df20fa9351a1: Pull complete [2021-03-31T03:45:46.114Z] 36b3adc4ff6f: Pull complete [2021-03-31T03:45:47.951Z] 8ad3a11d3b57: Pull complete [2021-03-31T03:45:47.951Z] 46f8f816bc3b: Pull complete [2021-03-31T03:45:48.672Z] 93b61091891f: Pull complete [2021-03-31T03:45:48.672Z] 93b9cdb0e59b: Pull complete [2021-03-31T03:45:48.952Z] 5e14af77c1be: Pull complete [2021-03-31T03:45:49.236Z] 01666e4c0597: Pull complete [2021-03-31T03:45:52.086Z] aa168da1d23b: Verifying Checksum [2021-03-31T03:45:52.086Z] aa168da1d23b: Download complete [2021-03-31T03:46:15.024Z] aa168da1d23b: Pull complete [2021-03-31T03:46:15.024Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-31T03:46:15.024Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T03:46:15.024Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-31T03:46:16.438Z] prd-centos7-docker-4c-2g-32187 does not seem to be running inside a container [2021-03-31T03:46:16.796Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-31T03:46:21.303Z] $ docker top 4421088fbeea02c4f5af1b26f092dee778d4452ee3c02958519463780b1c041e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T03:46:22.668Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-31T03:46:23.832Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-31T03:46:24.854Z] + ls /var/log/sa-host [2021-03-31T03:46:24.854Z] + sadf -c /var/log/sa-host/sa23 [2021-03-31T03:46:24.854Z] file_magic: OK [2021-03-31T03:46:24.854Z] HZ: Using current value: 100 [2021-03-31T03:46:24.854Z] file_header: OK [2021-03-31T03:46:24.854Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-31T03:46:24.854Z] Statistics: [2021-03-31T03:46:24.854Z] Hnuu...uuuununununu... [2021-03-31T03:46:24.854Z] File successfully converted to sysstat format version 12.2.1 [2021-03-31T03:46:24.854Z] + sadf -c /var/log/sa-host/sa31 [2021-03-31T03:46:24.854Z] file_magic: OK [2021-03-31T03:46:24.854Z] HZ: Using current value: 100 [2021-03-31T03:46:24.854Z] file_header: OK [2021-03-31T03:46:24.854Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-31T03:46:24.854Z] Statistics: [2021-03-31T03:46:24.854Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-31T03:46:24.854Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-31T03:46:25.579Z] provisioning config files... [2021-03-31T03:46:25.644Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config4327761416043421793tmp [Pipeline] { [Pipeline] echo [2021-03-31T03:46:25.720Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:46:26.112Z] ---> create-netrc.sh [Pipeline] } [2021-03-31T03:46:26.133Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-31T03:46:26.230Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:46:27.174Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-31T03:46:27.265Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:46:28.414Z] ---> sudo-logs.sh [2021-03-31T03:46:28.414Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-31T03:46:28.512Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:46:29.847Z] ---> job-cost.sh [2021-03-31T03:46:30.156Z] lf-activate-venv: SKIPPING [2021-03-31T03:46:30.156Z] DEBUG: total: 0.20999999344348907 [2021-03-31T03:46:30.156Z] INFO: Retrieving Stack Cost... [2021-03-31T03:46:30.767Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-31T03:46:31.368Z] INFO: Archiving Costs [Pipeline] echo [2021-03-31T03:46:31.387Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:46:32.751Z] ---> logs-deploy.sh [2021-03-31T03:46:32.751Z] lf-activate-venv: SKIPPING [2021-03-31T03:46:32.751Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3318/3 [2021-03-31T03:46:32.751Z] INFO: archiving workspace using pattern(s): [2021-03-31T03:46:35.862Z] Archives upload complete. [2021-03-31T03:46:35.862Z] INFO: archiving logs to Nexus