Pull request #3300 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 49fe07c0865b4f764a46dfa194199239fc0884ee+26d77b84fb2d9fed3cb020dc876dcb0bb8438935 (85182d03ea5d1d4088a9bc713f631b1c6fcd52cc) 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-31825 in /w/workspace/edgexfoundry_edgex-go_PR-3300 [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 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 into PR head commit 49fe07c0865b4f764a46dfa194199239fc0884ee > 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/3300/head:refs/remotes/origin/PR-3300 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 49fe07c0865b4f764a46dfa194199239fc0884ee # timeout=10 Merge succeeded, producing 49fe07c0865b4f764a46dfa194199239fc0884ee Checking out Revision 49fe07c0865b4f764a46dfa194199239fc0884ee (PR-3300) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 49fe07c0865b4f764a46dfa194199239fc0884ee # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.5" > git rev-list --no-walk deca809b343d4829714b032cd8e942232f1347b0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-29T19:32:59.568Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-29T19:32:59.821Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-29T19:32:59.929Z] ========================================================= [2021-03-29T19:32:59.929Z] EdgeX Global Pipelines Version Info [2021-03-29T19:32:59.929Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-29T19:33:01.407Z] ------------------- [2021-03-29T19:33:01.407Z] stable info: [2021-03-29T19:33:01.407Z] ------------------- [2021-03-29T19:33:01.407Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-29T19:33:01.407Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-29T19:33:01.407Z] Message: update stable to v1.0.186 [2021-03-29T19:33:02.356Z] ------------------- [2021-03-29T19:33:02.356Z] experimental info: [2021-03-29T19:33:02.356Z] ------------------- [2021-03-29T19:33:02.356Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-29T19:33:02.356Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-29T19:33:02.356Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-29T19:33:02.649Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-29T19:33:02.738Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-29T19:33:02.817Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-29T19:33:02.930Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-29T19:33:03.029Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-29T19:33:03.109Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-29T19:33:03.194Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-29T19:33:03.281Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-29T19:33:03.365Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-29T19:33:03.447Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-29T19:33:03.534Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-29T19:33:03.620Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-29T19:33:03.712Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-29T19:33:03.794Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-29T19:33:03.934Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-29T19:33:04.023Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-29T19:33:04.107Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-29T19:33:04.221Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-29T19:33:04.325Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-29T19:33:04.411Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-29T19:33:04.509Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-29T19:33:04.684Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-29T19:33:04.776Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3300 [Pipeline] echo [2021-03-29T19:33:04.857Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3300 [Pipeline] echo [2021-03-29T19:33:04.940Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3300 [Pipeline] echo [2021-03-29T19:33:05.032Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 49fe07c0865b4f764a46dfa194199239fc0884ee [Pipeline] echo [2021-03-29T19:33:05.130Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 49fe07c [Pipeline] echo [2021-03-29T19:33:05.222Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T19:33:05.416Z] provisioning config files... [2021-03-29T19:33:05.453Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config2881810923647994464tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T19:33:05.808Z] ---> docker-login.sh [2021-03-29T19:33:05.808Z] nexus3.edgexfoundry.org:10001 [2021-03-29T19:33:06.080Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T19:33:06.344Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T19:33:06.344Z] Configure a credential helper to remove this warning. See [2021-03-29T19:33:06.344Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T19:33:06.344Z] [2021-03-29T19:33:06.344Z] Login Succeeded [2021-03-29T19:33:06.344Z] nexus3.edgexfoundry.org:10002 [2021-03-29T19:33:06.606Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T19:33:06.606Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T19:33:06.606Z] Configure a credential helper to remove this warning. See [2021-03-29T19:33:06.606Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T19:33:06.606Z] [2021-03-29T19:33:06.606Z] Login Succeeded [2021-03-29T19:33:06.606Z] nexus3.edgexfoundry.org:10003 [2021-03-29T19:33:06.606Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T19:33:06.868Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T19:33:06.868Z] Configure a credential helper to remove this warning. See [2021-03-29T19:33:06.868Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T19:33:06.868Z] [2021-03-29T19:33:06.868Z] Login Succeeded [2021-03-29T19:33:06.868Z] nexus3.edgexfoundry.org:10004 [2021-03-29T19:33:06.868Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T19:33:06.868Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T19:33:06.868Z] Configure a credential helper to remove this warning. See [2021-03-29T19:33:06.868Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T19:33:06.868Z] [2021-03-29T19:33:06.868Z] Login Succeeded [2021-03-29T19:33:06.868Z] docker.io [2021-03-29T19:33:07.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T19:33:07.392Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T19:33:07.392Z] Configure a credential helper to remove this warning. See [2021-03-29T19:33:07.392Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T19:33:07.392Z] [2021-03-29T19:33:07.392Z] Login Succeeded [2021-03-29T19:33:07.392Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T19:33:07.406Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T19:33:07.875Z] ++ 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-29T19:33:07.875Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T19:33:07.875Z] ++ dirname cmd/core-command/Dockerfile [2021-03-29T19:33:07.875Z] ++ cut -d/ -f2 [2021-03-29T19:33:07.875Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-29T19:33:07.875Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T19:33:07.875Z] ++ dirname cmd/core-data/Dockerfile [2021-03-29T19:33:07.875Z] ++ cut -d/ -f2 [2021-03-29T19:33:07.875Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-29T19:33:07.875Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T19:33:07.875Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-29T19:33:07.875Z] ++ cut -d/ -f2 [2021-03-29T19:33:07.875Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-29T19:33:07.875Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T19:33:07.875Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-29T19:33:07.875Z] ++ cut -d/ -f2 [2021-03-29T19:33:07.875Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-29T19:33:07.875Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T19:33:07.875Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-29T19:33:07.875Z] ++ cut -d/ -f2 [2021-03-29T19:33:07.875Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-29T19:33:07.875Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T19:33:07.875Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-29T19:33:07.875Z] ++ cut -d/ -f2 [2021-03-29T19:33:07.875Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-29T19:33:07.875Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T19:33:07.875Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-29T19:33:07.875Z] ++ cut -d/ -f2 [2021-03-29T19:33:07.875Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-29T19:33:07.875Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T19:33:07.875Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-29T19:33:07.875Z] ++ cut -d/ -f2 [2021-03-29T19:33:07.875Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-29T19:33:07.875Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T19:33:07.875Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-29T19:33:07.875Z] ++ cut -d/ -f2 [2021-03-29T19:33:07.875Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-29T19:33:07.949Z] 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-29T19:33:08.849Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T19:33:08.849Z] [2021-03-29T19:33:08.849Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:33:09.204Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T19:33:09.204Z] latest: Pulling from edgex-devops/git-semver [2021-03-29T19:33:09.204Z] 31603596830f: Pulling fs layer [2021-03-29T19:33:09.204Z] 2a8b12db71e7: Pulling fs layer [2021-03-29T19:33:09.204Z] 6ca5941a6612: Pulling fs layer [2021-03-29T19:33:09.204Z] ecc8261a40a4: Pulling fs layer [2021-03-29T19:33:09.204Z] ecc8261a40a4: Waiting [2021-03-29T19:33:09.204Z] 2a8b12db71e7: Verifying Checksum [2021-03-29T19:33:09.204Z] 2a8b12db71e7: Download complete [2021-03-29T19:33:09.204Z] 31603596830f: Verifying Checksum [2021-03-29T19:33:09.204Z] 31603596830f: Download complete [2021-03-29T19:33:09.470Z] 6ca5941a6612: Verifying Checksum [2021-03-29T19:33:09.470Z] 6ca5941a6612: Download complete [2021-03-29T19:33:09.470Z] ecc8261a40a4: Verifying Checksum [2021-03-29T19:33:09.470Z] ecc8261a40a4: Download complete [2021-03-29T19:33:09.733Z] 31603596830f: Pull complete [2021-03-29T19:33:09.995Z] 2a8b12db71e7: Pull complete [2021-03-29T19:33:10.571Z] 6ca5941a6612: Pull complete [2021-03-29T19:33:10.834Z] ecc8261a40a4: Pull complete [2021-03-29T19:33:11.096Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-29T19:33:11.096Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T19:33:11.096Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-29T19:33:11.206Z] prd-centos7-docker-4c-2g-31825 does not seem to be running inside a container [2021-03-29T19:33:11.260Z] $ 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-29T19:33:14.198Z] $ docker top 790fa57bbec68828fe030ae7003f857cd2ebef7fd8366424698750b303152413 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-29T19:33:14.506Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T19:33:14.506Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T19:33:14.724Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T19:33:14.728Z] $ docker exec 790fa57bbec68828fe030ae7003f857cd2ebef7fd8366424698750b303152413 ssh-agent [2021-03-29T19:33:14.893Z] SSH_AUTH_SOCK=/tmp/ssh-FVdMF8lh5Wlu/agent.12 [2021-03-29T19:33:14.893Z] SSH_AGENT_PID=17 [2021-03-29T19:33:14.908Z] Running ssh-add (command line suppressed) [2021-03-29T19:33:15.028Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_2601831366401726168.key (/w/workspace/edgex-go/3@tmp/private_key_2601831366401726168.key) [2021-03-29T19:33:15.086Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T19:33:15.427Z] + git tag --points-at HEAD [Pipeline] } [2021-03-29T19:33:15.457Z] $ docker exec --env ******** --env ******** 790fa57bbec68828fe030ae7003f857cd2ebef7fd8366424698750b303152413 ssh-agent -k [2021-03-29T19:33:15.583Z] unset SSH_AUTH_SOCK; [2021-03-29T19:33:15.583Z] unset SSH_AGENT_PID; [2021-03-29T19:33:15.583Z] echo Agent pid 17 killed; [2021-03-29T19:33:15.631Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-29T19:33:15.762Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T19:33:15.763Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T19:33:15.963Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T19:33:15.968Z] $ docker exec 790fa57bbec68828fe030ae7003f857cd2ebef7fd8366424698750b303152413 ssh-agent [2021-03-29T19:33:16.176Z] SSH_AUTH_SOCK=/tmp/ssh-ff7enjfaqpWz/agent.46 [2021-03-29T19:33:16.176Z] SSH_AGENT_PID=52 [2021-03-29T19:33:16.183Z] Running ssh-add (command line suppressed) [2021-03-29T19:33:16.308Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_4893099033077559187.key (/w/workspace/edgex-go/3@tmp/private_key_4893099033077559187.key) [2021-03-29T19:33:16.386Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T19:33:16.724Z] + git semver init [2021-03-29T19:33:16.724Z] # -> Open(): unable to determine branch for HEAD [2021-03-29T19:33:16.724Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-03-29T19:33:16.724Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-03-29T19:33:16.724Z] # $SEMVER_REMOTE_NAME = origin [2021-03-29T19:33:16.724Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-29T19:33:16.724Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-29T19:33:16.724Z] # $SEMVER_BRANCH = PR-3300 [2021-03-29T19:33:16.724Z] # $SEMVER_TEMP = /tmp/semver-379836958 [2021-03-29T19:33:16.724Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-29T19:33:43.400Z] # '/tmp/semver-379836958' -> '/w/workspace/edgex-go/3/.semver' [2021-03-29T19:33:43.980Z] # -> Force: false [2021-03-29T19:33:43.980Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-03-29T19:33:43.995Z] $ docker exec --env ******** --env ******** 790fa57bbec68828fe030ae7003f857cd2ebef7fd8366424698750b303152413 ssh-agent -k [2021-03-29T19:33:44.288Z] unset SSH_AUTH_SOCK; [2021-03-29T19:33:44.288Z] unset SSH_AGENT_PID; [2021-03-29T19:33:44.288Z] echo Agent pid 52 killed; [2021-03-29T19:33:44.399Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T19:33:44.883Z] + git semver [Pipeline] } [2021-03-29T19:33:44.904Z] $ docker stop --time=1 790fa57bbec68828fe030ae7003f857cd2ebef7fd8366424698750b303152413 [2021-03-29T19:33:46.546Z] $ docker rm -f 790fa57bbec68828fe030ae7003f857cd2ebef7fd8366424698750b303152413 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T19:33:47.109Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-29T19:33:47.685Z] Stashed 1 file(s) [Pipeline] echo [2021-03-29T19:33:47.689Z] [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-29T19:33:48.535Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-29T19:33:48.840Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-29T19:33:49.146Z] + sudo service docker restart [2021-03-29T19:33:49.146Z] + true [2021-03-29T19:33:49.146Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-29T19:33:49.744Z] ========================================================= [2021-03-29T19:33:49.744Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-29T19:33:49.744Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:33:50.088Z] + 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-29T19:33:54.327Z] Sending build context to Docker daemon 328.9MB [2021-03-29T19:33:54.327Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T19:33:54.327Z] Step 2/6 : FROM ${BASE} [2021-03-29T19:33:54.597Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-29T19:33:54.597Z] 188c0c94c7c5: Pulling fs layer [2021-03-29T19:33:54.597Z] 0ef7d3d256c8: Pulling fs layer [2021-03-29T19:33:54.598Z] de9db76c5a1d: Pulling fs layer [2021-03-29T19:33:54.598Z] bca2f99d35d6: Pulling fs layer [2021-03-29T19:33:54.598Z] 93359f2a8cfa: Pulling fs layer [2021-03-29T19:33:54.598Z] 7c6f9722023f: Pulling fs layer [2021-03-29T19:33:54.598Z] a35cf1a2eb13: Pulling fs layer [2021-03-29T19:33:54.598Z] bca2f99d35d6: Waiting [2021-03-29T19:33:54.598Z] 7c6f9722023f: Waiting [2021-03-29T19:33:54.598Z] a35cf1a2eb13: Waiting [2021-03-29T19:33:54.598Z] 93359f2a8cfa: Waiting [2021-03-29T19:33:54.598Z] de9db76c5a1d: Verifying Checksum [2021-03-29T19:33:54.598Z] de9db76c5a1d: Download complete [2021-03-29T19:33:54.598Z] 0ef7d3d256c8: Download complete [2021-03-29T19:33:54.598Z] 93359f2a8cfa: Verifying Checksum [2021-03-29T19:33:54.598Z] 93359f2a8cfa: Download complete [2021-03-29T19:33:54.598Z] 7c6f9722023f: Download complete [2021-03-29T19:33:54.598Z] 188c0c94c7c5: Verifying Checksum [2021-03-29T19:33:54.598Z] 188c0c94c7c5: Download complete [2021-03-29T19:33:55.181Z] 188c0c94c7c5: Pull complete [2021-03-29T19:33:55.181Z] 0ef7d3d256c8: Pull complete [2021-03-29T19:33:55.454Z] de9db76c5a1d: Pull complete [2021-03-29T19:33:56.866Z] a35cf1a2eb13: Verifying Checksum [2021-03-29T19:33:56.866Z] a35cf1a2eb13: Download complete [2021-03-29T19:33:57.131Z] bca2f99d35d6: Verifying Checksum [2021-03-29T19:33:57.131Z] bca2f99d35d6: Download complete [2021-03-29T19:34:03.049Z] Still waiting to schedule task [2021-03-29T19:34:03.049Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-31829’ is offline [2021-03-29T19:34:03.766Z] bca2f99d35d6: Pull complete [2021-03-29T19:34:03.767Z] 93359f2a8cfa: Pull complete [2021-03-29T19:34:03.767Z] 7c6f9722023f: Pull complete [2021-03-29T19:34:08.005Z] a35cf1a2eb13: Pull complete [2021-03-29T19:34:08.005Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-29T19:34:08.005Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-29T19:34:08.005Z] ---> a62c8e92a672 [2021-03-29T19:34:08.005Z] 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-29T19:34:08.268Z] ---> Running in bf794d79ad18 [2021-03-29T19:34:09.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:34:09.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:34:10.370Z] (1/12) Installing libmagic (5.38-r0) [2021-03-29T19:34:10.633Z] (2/12) Installing file (5.38-r0) [2021-03-29T19:34:10.897Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-29T19:34:10.897Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-29T19:34:23.176Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-29T19:34:23.176Z] (6/12) Installing patch (2.7.6-r6) [2021-03-29T19:34:23.176Z] (7/12) Installing build-base (0.5-r2) [2021-03-29T19:34:23.176Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-29T19:34:23.176Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-29T19:34:23.176Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-29T19:34:23.176Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-29T19:34:23.176Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-29T19:34:23.176Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:34:23.176Z] OK: 233 MiB in 51 packages [2021-03-29T19:34:26.484Z] Removing intermediate container bf794d79ad18 [2021-03-29T19:34:26.484Z] ---> 3583400a2d99 [2021-03-29T19:34:26.484Z] Step 4/6 : WORKDIR /edgex-go [2021-03-29T19:34:26.484Z] ---> Running in db4e4bacc650 [2021-03-29T19:34:26.484Z] Removing intermediate container db4e4bacc650 [2021-03-29T19:34:26.484Z] ---> fb4da2a44179 [2021-03-29T19:34:26.484Z] Step 5/6 : COPY go.mod . [2021-03-29T19:34:26.749Z] ---> 3ac6519ac8c8 [2021-03-29T19:34:26.749Z] Step 6/6 : RUN go mod download [2021-03-29T19:34:26.749Z] ---> Running in 2630ccb7e100 [2021-03-29T19:34:48.823Z] Removing intermediate container 2630ccb7e100 [2021-03-29T19:34:48.823Z] ---> 8a903cb1ca9d [2021-03-29T19:34:48.823Z] Successfully built 8a903cb1ca9d [2021-03-29T19:34:48.823Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:34:49.157Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T19:34:49.157Z] . [Pipeline] withDockerContainer [2021-03-29T19:34:49.278Z] prd-centos7-docker-4c-2g-31825 does not seem to be running inside a container [2021-03-29T19:34:49.334Z] $ 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-29T19:34:50.620Z] $ docker top 30df76605cb62c066859d99142db16236af0098111b6d976f19e8f4276bb2f9e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T19:34:51.152Z] + go version [2021-03-29T19:34:51.153Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-29T19:34:51.165Z] $ docker stop --time=1 30df76605cb62c066859d99142db16236af0098111b6d976f19e8f4276bb2f9e [2021-03-29T19:34:52.552Z] $ docker rm -f 30df76605cb62c066859d99142db16236af0098111b6d976f19e8f4276bb2f9e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:34:53.371Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T19:34:53.371Z] . [Pipeline] withDockerContainer [2021-03-29T19:34:53.480Z] prd-centos7-docker-4c-2g-31825 does not seem to be running inside a container [2021-03-29T19:34:53.527Z] $ 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-29T19:34:54.399Z] $ docker top 7e10f35907e010b4204e4be3d34a572eaf7db159239f8c8939355c122860fbb2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-29T19:34:54.637Z] ========================================================= [2021-03-29T19:34:54.637Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-29T19:34:54.637Z] ========================================================= [Pipeline] sh [2021-03-29T19:34:55.000Z] + make test [2021-03-29T19:34:55.000Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-29T19:35:05.118Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-29T19:35:31.943Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-29T19:35:31.943Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-29T19:35:33.985Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-29T19:35:33.985Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-29T19:35:35.962Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-29T19:35:35.962Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-29T19:35:35.962Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-29T19:35:35.962Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-29T19:35:36.929Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-29T19:35:37.197Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-29T19:35:40.633Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-29T19:35:40.633Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-29T19:35:40.633Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-29T19:35:44.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.147s coverage: 45.9% of statements [2021-03-29T19:35:44.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-29T19:35:44.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-29T19:35:44.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-29T19:35:44.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-29T19:35:44.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-29T19:35:44.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-29T19:35:44.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.077s coverage: 19.8% of statements [2021-03-29T19:35:44.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.100s coverage: 100.0% of statements [2021-03-29T19:35:45.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.281s coverage: 27.1% of statements [2021-03-29T19:35:45.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-29T19:35:45.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-29T19:35:45.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-29T19:35:45.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-29T19:35:45.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-29T19:35:45.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-29T19:35:45.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements [2021-03-29T19:35:45.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-29T19:35:45.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.097s coverage: 100.0% of statements [2021-03-29T19:35:45.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-29T19:35:45.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-29T19:35:48.157Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.576s coverage: 71.3% of statements [2021-03-29T19:35:48.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-29T19:35:48.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-29T19:35:48.426Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.237s coverage: 82.9% of statements [2021-03-29T19:35:48.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-29T19:35:48.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T19:35:48.426Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.099s coverage: 78.9% of statements [2021-03-29T19:35:48.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-29T19:35:50.398Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.386s coverage: 28.6% of statements [2021-03-29T19:35:50.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-29T19:35:50.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-29T19:35:50.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-29T19:35:50.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-29T19:35:50.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-29T19:35:50.398Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.100s coverage: 100.0% of statements [2021-03-29T19:35:50.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-29T19:35:50.398Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.061s coverage: 100.0% of statements [2021-03-29T19:35:50.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-29T19:35:51.402Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.128s coverage: 86.7% of statements [2021-03-29T19:35:51.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-29T19:35:51.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.171s coverage: 97.5% of statements [2021-03-29T19:35:51.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-29T19:35:51.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.088s coverage: 78.3% of statements [2021-03-29T19:35:51.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-29T19:35:51.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-29T19:35:51.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-29T19:35:51.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-29T19:35:55.071Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.434s coverage: 92.8% of statements [2021-03-29T19:35:55.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-29T19:35:55.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T19:35:55.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-29T19:35:55.071Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-29T19:35:55.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-29T19:35:55.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-29T19:35:55.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-29T19:35:55.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-29T19:35:55.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-29T19:35:55.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-29T19:35:55.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-29T19:35:55.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-29T19:35:55.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-29T19:35:55.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-29T19:35:55.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-29T19:35:55.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-29T19:35:55.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-29T19:35:55.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-29T19:35:55.071Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-03-29T19:35:55.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-29T19:35:55.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-29T19:35:55.071Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.097s coverage: 1.0% of statements [2021-03-29T19:35:55.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-29T19:35:55.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-29T19:35:55.071Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-29T19:35:55.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 47.1% of statements [2021-03-29T19:35:55.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.094s coverage: 79.5% of statements [2021-03-29T19:35:55.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.094s coverage: 94.1% of statements [2021-03-29T19:35:55.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.079s coverage: 96.3% of statements [2021-03-29T19:35:55.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.075s coverage: 87.5% of statements [2021-03-29T19:36:10.073Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.085s coverage: 94.4% of statements [2021-03-29T19:36:10.073Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements [2021-03-29T19:36:10.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.219s coverage: 82.6% of statements [2021-03-29T19:36:18.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.094s coverage: 92.9% of statements [2021-03-29T19:36:18.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-29T19:36:18.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-29T19:36:18.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-29T19:36:18.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-29T19:36:18.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-29T19:36:18.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-29T19:36:18.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-29T19:36:18.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-29T19:36:18.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-29T19:36:18.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.049s coverage: 87.2% of statements [2021-03-29T19:36:18.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-29T19:36:18.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-29T19:36:18.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-03-29T19:36:18.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-29T19:36:18.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements [2021-03-29T19:36:18.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-29T19:36:18.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements [2021-03-29T19:36:18.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements [2021-03-29T19:36:18.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.079s coverage: 84.6% of statements [2021-03-29T19:36:18.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.118s coverage: 91.6% of statements [2021-03-29T19:36:18.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-29T19:36:18.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.193s coverage: 64.4% of statements [2021-03-29T19:36:18.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-29T19:36:18.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-29T19:36:18.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2021-03-29T19:36:18.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements [2021-03-29T19:36:18.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.038s coverage: 100.0% of statements [2021-03-29T19:36:18.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements [2021-03-29T19:36:18.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.046s coverage: 100.0% of statements [2021-03-29T19:36:18.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.343s coverage: 69.0% of statements [2021-03-29T19:36:18.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-29T19:36:18.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-29T19:36:18.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-29T19:36:18.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.147s coverage: 38.4% of statements [2021-03-29T19:36:18.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-29T19:36:18.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-29T19:36:18.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.049s coverage: 89.5% of statements [2021-03-29T19:36:18.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-29T19:36:18.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.043s coverage: 84.8% of statements [2021-03-29T19:36:18.907Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.147s coverage: 47.0% of statements [2021-03-29T19:36:18.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-29T19:36:18.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-29T19:36:18.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-29T19:36:18.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-29T19:36:18.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-29T19:36:18.907Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2021-03-29T19:36:18.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-29T19:36:18.907Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.056s coverage: 100.0% of statements [2021-03-29T19:36:18.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-29T19:36:18.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-29T19:36:18.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-29T19:36:18.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-29T19:36:18.907Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.180s coverage: 87.1% of statements [2021-03-29T19:36:18.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-29T19:36:18.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T19:36:18.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-29T19:36:20.888Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.902s coverage: 29.1% of statements [2021-03-29T19:36:20.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-29T19:36:20.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-29T19:36:20.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-29T19:36:20.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-29T19:36:20.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-29T19:36:20.888Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.085s coverage: 99.0% of statements [2021-03-29T19:36:20.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-29T19:36:20.888Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.084s coverage: 100.0% of statements [2021-03-29T19:36:20.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-29T19:36:20.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-29T19:36:20.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-29T19:36:20.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-29T19:36:20.888Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.112s coverage: 94.6% of statements [2021-03-29T19:36:20.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-29T19:36:20.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T19:36:20.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-29T19:36:20.888Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements [2021-03-29T19:36:20.888Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-29T19:36:20.888Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.075s coverage: 100.0% of statements [2021-03-29T19:36:20.888Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-29T19:36:20.888Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-29T19:36:20.888Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-29T19:36:20.888Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-29T19:36:21.169Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements [2021-03-29T19:36:21.169Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-29T19:36:21.169Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-29T19:36:21.446Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements [2021-03-29T19:36:21.709Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements [2021-03-29T19:36:21.972Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements [2021-03-29T19:36:22.238Z] GO111MODULE=on go vet ./... [2021-03-29T19:37:01.197Z] gofmt -l . [2021-03-29T19:37:01.197Z] [ "`gofmt -l .`" = "" ] [2021-03-29T19:37:01.197Z] ./bin/test-go-mod-tidy.sh [2021-03-29T19:37:01.197Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-29T19:37:01.869Z] + ls -al . [2021-03-29T19:37:01.869Z] total 780 [2021-03-29T19:37:01.869Z] drwxrwxr-x 10 1001 1001 4096 Mar 29 19:37 . [2021-03-29T19:37:01.869Z] drwxr-xr-x 4 root root 28 Mar 29 19:34 .. [2021-03-29T19:37:01.869Z] -rw-rw-r-- 1 1001 1001 11 Mar 29 19:32 .dockerignore [2021-03-29T19:37:01.869Z] drwxrwxr-x 8 1001 1001 179 Mar 29 19:32 .git [2021-03-29T19:37:01.869Z] drwxrwxr-x 3 1001 1001 125 Mar 29 19:32 .github [2021-03-29T19:37:01.869Z] -rw-rw-r-- 1 1001 1001 818 Mar 29 19:32 .gitignore [2021-03-29T19:37:01.869Z] drwx------ 3 1001 1001 60 Mar 29 19:33 .semver [2021-03-29T19:37:01.869Z] -rw-rw-r-- 1 1001 1001 166 Mar 29 19:32 .sonarcloud.properties [2021-03-29T19:37:01.869Z] -rw-rw-r-- 1 1001 1001 8607 Mar 29 19:32 Attribution.txt [2021-03-29T19:37:01.869Z] -rw-rw-r-- 1 1001 1001 3804 Mar 29 19:32 CONTRIBUTING.md [2021-03-29T19:37:01.869Z] -rw-rw-r-- 1 1001 1001 931 Mar 29 19:32 Dockerfile.build [2021-03-29T19:37:01.869Z] -rw-rw-r-- 1 1001 1001 863 Mar 29 19:32 Jenkinsfile [2021-03-29T19:37:01.869Z] -rw-rw-r-- 1 1001 1001 10775 Mar 29 19:32 LICENSE [2021-03-29T19:37:01.869Z] -rw-rw-r-- 1 1001 1001 5774 Mar 29 19:32 Makefile [2021-03-29T19:37:01.869Z] -rw-rw-r-- 1 1001 1001 6548 Mar 29 19:32 README.md [2021-03-29T19:37:01.869Z] -rw-rw-r-- 1 1001 1001 6755 Mar 29 19:32 SECURITY.md [2021-03-29T19:37:01.869Z] -rw-rw-r-- 1 1001 1001 5 Mar 29 19:33 VERSION [2021-03-29T19:37:01.869Z] -rw-rw-r-- 1 1001 1001 4131 Mar 29 19:32 ZMQWindows.md [2021-03-29T19:37:01.869Z] drwxrwxr-x 2 1001 1001 117 Mar 29 19:32 bin [2021-03-29T19:37:01.869Z] drwxrwxr-x 14 1001 1001 4096 Mar 29 19:32 cmd [2021-03-29T19:37:01.869Z] -rw-r--r-- 1 root root 668090 Mar 29 19:36 coverage.out [2021-03-29T19:37:01.869Z] -rw-r--r-- 1 root root 1056 Mar 29 19:36 go.mod [2021-03-29T19:37:01.869Z] -rw-r--r-- 1 root root 22646 Mar 29 19:36 go.sum [2021-03-29T19:37:01.869Z] drwxrwxr-x 8 1001 1001 127 Mar 29 19:32 internal [2021-03-29T19:37:01.869Z] drwxrwxr-x 4 1001 1001 26 Mar 29 19:32 openapi [2021-03-29T19:37:01.869Z] drwxrwxr-x 4 1001 1001 71 Mar 29 19:32 snap [2021-03-29T19:37:01.869Z] -rw-rw-r-- 1 1001 1001 168 Mar 29 19:32 version.go [Pipeline] sh [2021-03-29T19:37:02.192Z] + '[' -e coverage.out ] [2021-03-29T19:37:02.192Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-29T19:37:02.540Z] Stashed 1 file(s) [Pipeline] sh [2021-03-29T19:37:02.840Z] + make build [2021-03-29T19:37:02.840Z] 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-29T19:37:07.157Z] 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-29T19:37:19.662Z] 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-29T19:37:21.079Z] 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-29T19:37:23.021Z] 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-29T19:37:23.610Z] 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-29T19:37:26.366Z] 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-29T19:37:28.393Z] 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-29T19:37:29.346Z] 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-29T19:37:31.301Z] 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-29T19:37:32.703Z] 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-29T19:37:34.129Z] 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-29T19:37:36.798Z] $ docker stop --time=1 7e10f35907e010b4204e4be3d34a572eaf7db159239f8c8939355c122860fbb2 [2021-03-29T19:37:38.611Z] $ docker rm -f 7e10f35907e010b4204e4be3d34a572eaf7db159239f8c8939355c122860fbb2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:37:41.915Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T19:37:41.915Z] [2021-03-29T19:37:41.915Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:37:42.277Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T19:37:42.277Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-29T19:37:42.277Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-29T19:37:42.277Z] ca9280d653b3: Pulling fs layer [2021-03-29T19:37:42.277Z] 7e9c9ca2126c: Pulling fs layer [2021-03-29T19:37:42.544Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-29T19:37:42.805Z] ca9280d653b3: Verifying Checksum [2021-03-29T19:37:42.805Z] ca9280d653b3: Download complete [2021-03-29T19:37:42.805Z] cbdbe7a5bc2a: Pull complete [2021-03-29T19:37:44.213Z] 7e9c9ca2126c: Verifying Checksum [2021-03-29T19:37:44.213Z] 7e9c9ca2126c: Download complete [2021-03-29T19:37:44.213Z] ca9280d653b3: Pull complete [2021-03-29T19:37:52.435Z] 7e9c9ca2126c: Pull complete [2021-03-29T19:37:52.435Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-29T19:37:52.435Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T19:37:52.435Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-29T19:37:52.637Z] prd-centos7-docker-4c-2g-31825 does not seem to be running inside a container [2021-03-29T19:37:52.691Z] $ 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-29T19:37:55.349Z] $ docker top 68380571d5971642ca7ce659ec4933dd12083ffcf0eb8d21639a02842c2a7fed -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T19:37:55.879Z] + docker-compose build --help [2021-03-29T19:37:55.879Z] + grep parallel [2021-03-29T19:37:57.268Z] --parallel Build images in parallel. [Pipeline] } [2021-03-29T19:37:57.281Z] $ docker stop --time=1 68380571d5971642ca7ce659ec4933dd12083ffcf0eb8d21639a02842c2a7fed [2021-03-29T19:37:58.679Z] $ docker rm -f 68380571d5971642ca7ce659ec4933dd12083ffcf0eb8d21639a02842c2a7fed [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:37:59.334Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T19:37:59.334Z] . [Pipeline] withDockerContainer [2021-03-29T19:37:59.444Z] prd-centos7-docker-4c-2g-31825 does not seem to be running inside a container [2021-03-29T19:37:59.495Z] $ 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-29T19:38:00.177Z] $ docker top e739916bfe77ea1024e0cd9f19f8f58ec0fbf26d170dded6c11678ef90172bcc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T19:38:00.713Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-29T19:38:01.663Z] Building docker-core-command-go ... [2021-03-29T19:38:01.663Z] Building docker-core-data-go ... [2021-03-29T19:38:01.663Z] Building docker-core-metadata-go ... [2021-03-29T19:38:01.663Z] Building docker-security-bootstrapper-go ... [2021-03-29T19:38:01.663Z] Building docker-security-proxy-setup-go ... [2021-03-29T19:38:01.663Z] Building docker-security-secretstore-setup-go ... [2021-03-29T19:38:01.663Z] Building docker-support-notifications-go ... [2021-03-29T19:38:01.663Z] Building docker-support-scheduler-go ... [2021-03-29T19:38:01.663Z] Building docker-sys-mgmt-agent-go ... [2021-03-29T19:38:01.663Z] Building docker-security-bootstrapper-go [2021-03-29T19:38:01.663Z] Building docker-sys-mgmt-agent-go [2021-03-29T19:38:01.663Z] Building docker-security-secretstore-setup-go [2021-03-29T19:38:01.663Z] Building docker-core-command-go [2021-03-29T19:38:01.663Z] Building docker-core-metadata-go [2021-03-29T19:38:48.596Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:38:48.596Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:38:48.596Z] ---> 8a903cb1ca9d [2021-03-29T19:38:48.596Z] Step 3/24 : WORKDIR /edgex-go [2021-03-29T19:38:48.596Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:38:48.596Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:38:48.596Z] ---> 8a903cb1ca9d [2021-03-29T19:38:48.596Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T19:38:48.596Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:38:48.596Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:38:48.596Z] ---> 8a903cb1ca9d [2021-03-29T19:38:48.596Z] Step 3/31 : WORKDIR /edgex-go [2021-03-29T19:38:48.596Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:38:48.596Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:38:48.596Z] ---> 8a903cb1ca9d [2021-03-29T19:38:48.596Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T19:38:48.596Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:38:48.596Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:38:48.596Z] ---> 8a903cb1ca9d [2021-03-29T19:38:48.596Z] Step 3/26 : WORKDIR /edgex-go [2021-03-29T19:38:48.596Z] ---> Running in 716c206451ac [2021-03-29T19:38:48.596Z] ---> Running in 97f41091d920 [2021-03-29T19:38:48.596Z] ---> Running in e3ec37568e42 [2021-03-29T19:38:48.596Z] ---> Running in 7954f0991eb8 [2021-03-29T19:38:48.596Z] ---> Running in 57e640f994c7 [2021-03-29T19:38:48.596Z] Removing intermediate container 7954f0991eb8 [2021-03-29T19:38:48.596Z] ---> 5e00475d1bd7 [2021-03-29T19:38:48.596Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:38:48.596Z] Removing intermediate container 716c206451ac [2021-03-29T19:38:48.596Z] ---> ad21b3d19803 [2021-03-29T19:38:48.596Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:38:48.596Z] Removing intermediate container 97f41091d920 [2021-03-29T19:38:48.596Z] ---> 72f58c8a19a0 [2021-03-29T19:38:48.596Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:38:48.596Z] Removing intermediate container e3ec37568e42 [2021-03-29T19:38:48.596Z] ---> c4c12c852ca0 [2021-03-29T19:38:48.596Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:38:48.596Z] Removing intermediate container 57e640f994c7 [2021-03-29T19:38:48.596Z] ---> 60873374d092 [2021-03-29T19:38:48.596Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:38:48.596Z] ---> Running in 31dc6d0f42c4 [2021-03-29T19:38:48.596Z] ---> Running in 7f7845bfae56 [2021-03-29T19:38:48.596Z] ---> Running in c767f11a24cd [2021-03-29T19:38:48.596Z] ---> Running in 6b8ab07eb722 [2021-03-29T19:38:48.596Z] ---> Running in 97b04f616b1a [2021-03-29T19:38:48.596Z] Removing intermediate container 31dc6d0f42c4 [2021-03-29T19:38:48.596Z] ---> f2330c33f93a [2021-03-29T19:38:48.596Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-29T19:38:48.596Z] Removing intermediate container 7f7845bfae56 [2021-03-29T19:38:48.596Z] ---> c7759a7f8245 [2021-03-29T19:38:48.596Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T19:38:48.596Z] ---> Running in ca0dec0f87d2 [2021-03-29T19:38:48.596Z] ---> Running in 460f776dcd60 [2021-03-29T19:38:48.596Z] Removing intermediate container c767f11a24cd [2021-03-29T19:38:48.596Z] ---> 1807261c307b [2021-03-29T19:38:48.596Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-29T19:38:48.596Z] Removing intermediate container 6b8ab07eb722 [2021-03-29T19:38:48.596Z] ---> d171b1fedc40 [2021-03-29T19:38:48.596Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-29T19:38:48.596Z] Removing intermediate container 97b04f616b1a [2021-03-29T19:38:48.596Z] ---> e2a2fe598812 [2021-03-29T19:38:48.596Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T19:38:48.596Z] ---> Running in ab013a9bf8f7 [2021-03-29T19:38:48.596Z] ---> Running in 1fc5daa6afbc [2021-03-29T19:38:48.596Z] ---> Running in ec84958c1914 [2021-03-29T19:38:48.596Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:38:48.596Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:38:48.596Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:38:48.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:38:48.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:38:49.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:38:49.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:38:49.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:38:49.661Z] OK: 233 MiB in 51 packages [2021-03-29T19:38:49.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:38:49.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:38:49.661Z] OK: 233 MiB in 51 packages [2021-03-29T19:38:49.924Z] OK: 233 MiB in 51 packages [2021-03-29T19:38:50.520Z] OK: 233 MiB in 51 packages [2021-03-29T19:38:50.520Z] Removing intermediate container 460f776dcd60 [2021-03-29T19:38:50.520Z] ---> 2dc6cd458607 [2021-03-29T19:38:50.520Z] Step 6/23 : COPY go.mod . [2021-03-29T19:38:50.799Z] Removing intermediate container ca0dec0f87d2 [2021-03-29T19:38:50.799Z] ---> ba04c7d8e99a [2021-03-29T19:38:50.799Z] Step 6/26 : COPY go.mod . [2021-03-29T19:38:50.799Z] Removing intermediate container 1fc5daa6afbc [2021-03-29T19:38:50.799Z] ---> 2d132ec5b258 [2021-03-29T19:38:50.799Z] Step 6/24 : COPY go.mod . [2021-03-29T19:38:51.088Z] OK: 233 MiB in 51 packages [2021-03-29T19:38:51.088Z] Removing intermediate container ab013a9bf8f7 [2021-03-29T19:38:51.088Z] ---> 79084afb50eb [2021-03-29T19:38:51.088Z] Step 6/31 : COPY go.mod . [2021-03-29T19:38:51.374Z] ---> a9d5062673a2 [2021-03-29T19:38:51.374Z] Step 7/23 : RUN go mod download [2021-03-29T19:38:51.374Z] ---> 0ed762d683c1 [2021-03-29T19:38:51.374Z] Step 7/26 : RUN go mod download [2021-03-29T19:38:51.374Z] ---> Running in 901f0e033176 [2021-03-29T19:38:51.374Z] ---> Running in 33a5c4126d5e [2021-03-29T19:38:51.660Z] ---> a4ddbe61dc20 [2021-03-29T19:38:51.660Z] Step 7/24 : RUN go mod download [2021-03-29T19:38:51.660Z] ---> Running in 219aa09dd33a [2021-03-29T19:38:51.660Z] ---> acb4850d70d9 [2021-03-29T19:38:51.660Z] Step 7/31 : RUN go mod download [2021-03-29T19:38:51.744Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31833 in /w/workspace/edgexfoundry_edgex-go_PR-3300 [Pipeline] { [Pipeline] ws [2021-03-29T19:38:51.802Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-03-29T19:38:51.935Z] ---> Running in 0d89e256da3d [2021-03-29T19:38:52.534Z] Removing intermediate container ec84958c1914 [2021-03-29T19:38:52.534Z] ---> e4077b55b780 [2021-03-29T19:38:52.534Z] Step 6/23 : COPY go.mod . [2021-03-29T19:38:53.134Z] ---> d573296adfe8 [2021-03-29T19:38:53.134Z] Step 7/23 : RUN go mod download [2021-03-29T19:38:53.134Z] ---> Running in d9478557f343 [2021-03-29T19:38:54.565Z] Removing intermediate container 901f0e033176 [2021-03-29T19:38:54.565Z] ---> bc12b612d08f [2021-03-29T19:38:54.565Z] Step 8/23 : COPY . . [2021-03-29T19:38:54.565Z] Removing intermediate container 33a5c4126d5e [2021-03-29T19:38:54.565Z] ---> 159948386a2f [2021-03-29T19:38:54.565Z] Step 8/26 : COPY . . [2021-03-29T19:38:55.181Z] Removing intermediate container 0d89e256da3d [2021-03-29T19:38:55.181Z] ---> 09c76f375be9 [2021-03-29T19:38:55.181Z] Step 8/31 : COPY . . [2021-03-29T19:38:55.773Z] Removing intermediate container 219aa09dd33a [2021-03-29T19:38:55.773Z] ---> a7931c3eda4e [2021-03-29T19:38:55.773Z] Step 8/24 : COPY . . [2021-03-29T19:38:56.695Z] using credential edgex-jenkins-ssh [2021-03-29T19:38:56.753Z] Cloning the remote Git repository [2021-03-29T19:38:56.818Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-29T19:38:56.951Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-03-29T19:38:57.067Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T19:38:57.069Z] > git --version # timeout=10 [2021-03-29T19:38:57.093Z] > git --version # 'git version 2.17.1' [2021-03-29T19:38:57.095Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T19:38:57.151Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T19:38:59.131Z] Removing intermediate container d9478557f343 [2021-03-29T19:38:59.131Z] ---> d0d4db13c45a [2021-03-29T19:38:59.131Z] Step 8/23 : COPY . . [2021-03-29T19:39:14.048Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T19:39:14.071Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T19:39:14.096Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T19:39:14.132Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T19:39:14.132Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T19:39:14.147Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3300/head:refs/remotes/origin/PR-3300 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-29T19:39:14.867Z] Merging remotes/origin/master commit 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 into PR head commit 49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T19:39:15.317Z] Merge succeeded, producing 49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T19:39:15.318Z] Checking out Revision 49fe07c0865b4f764a46dfa194199239fc0884ee (PR-3300) [2021-03-29T19:39:14.878Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T19:39:14.896Z] > git checkout -f 49fe07c0865b4f764a46dfa194199239fc0884ee # timeout=10 [2021-03-29T19:39:15.216Z] > git remote # timeout=10 [2021-03-29T19:39:15.234Z] > git config --get remote.origin.url # timeout=10 [2021-03-29T19:39:15.259Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T19:39:15.269Z] > git merge 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 # timeout=10 [2021-03-29T19:39:15.292Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-29T19:39:15.317Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T19:39:15.333Z] > git checkout -f 49fe07c0865b4f764a46dfa194199239fc0884ee # timeout=10 [2021-03-29T19:39:19.849Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.5" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-29T19:39:21.492Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-29T19:39:21.998Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-29T19:39:22.358Z] + sudo+ service docker restart [2021-03-29T19:39:22.358Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T19:39:24.422Z] provisioning config files... [2021-03-29T19:39:24.465Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3118314107452671536tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T19:39:24.878Z] ---> docker-login.sh [2021-03-29T19:39:24.879Z] nexus3.edgexfoundry.org:10001 [2021-03-29T19:39:25.886Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T19:39:26.498Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T19:39:26.498Z] Configure a credential helper to remove this warning. See [2021-03-29T19:39:26.498Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T19:39:26.498Z] [2021-03-29T19:39:26.498Z] Login Succeeded [2021-03-29T19:39:26.498Z] nexus3.edgexfoundry.org:10002 [2021-03-29T19:39:26.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T19:39:27.059Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T19:39:27.059Z] Configure a credential helper to remove this warning. See [2021-03-29T19:39:27.059Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T19:39:27.060Z] [2021-03-29T19:39:27.060Z] Login Succeeded [2021-03-29T19:39:27.060Z] nexus3.edgexfoundry.org:10003 [2021-03-29T19:39:27.334Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T19:39:27.607Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T19:39:27.607Z] Configure a credential helper to remove this warning. See [2021-03-29T19:39:27.607Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T19:39:27.607Z] [2021-03-29T19:39:27.607Z] Login Succeeded [2021-03-29T19:39:27.607Z] nexus3.edgexfoundry.org:10004 [2021-03-29T19:39:27.884Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T19:39:28.162Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T19:39:28.162Z] Configure a credential helper to remove this warning. See [2021-03-29T19:39:28.162Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T19:39:28.162Z] [2021-03-29T19:39:28.162Z] Login Succeeded [2021-03-29T19:39:28.162Z] docker.io [2021-03-29T19:39:28.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T19:39:28.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T19:39:28.722Z] Configure a credential helper to remove this warning. See [2021-03-29T19:39:28.722Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T19:39:28.722Z] [2021-03-29T19:39:28.722Z] Login Succeeded [2021-03-29T19:39:28.722Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T19:39:28.746Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-29T19:39:29.320Z] ========================================================= [2021-03-29T19:39:29.321Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-29T19:39:29.321Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:39:29.710Z] + 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-29T19:39:32.374Z] Sending build context to Docker daemon 166.9MB [2021-03-29T19:39:32.374Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T19:39:32.374Z] Step 2/6 : FROM ${BASE} [2021-03-29T19:39:32.374Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-29T19:39:32.374Z] 5f621e34cdf4: Pulling fs layer [2021-03-29T19:39:32.374Z] a4357932f1b6: Pulling fs layer [2021-03-29T19:39:32.374Z] 18c013af1878: Pulling fs layer [2021-03-29T19:39:32.374Z] 00ac8860ef70: Pulling fs layer [2021-03-29T19:39:32.374Z] 63d7cb157983: Pulling fs layer [2021-03-29T19:39:32.374Z] b116817d02f9: Pulling fs layer [2021-03-29T19:39:32.374Z] 745a02a5169b: Pulling fs layer [2021-03-29T19:39:32.374Z] 00ac8860ef70: Waiting [2021-03-29T19:39:32.374Z] 63d7cb157983: Waiting [2021-03-29T19:39:32.374Z] b116817d02f9: Waiting [2021-03-29T19:39:32.374Z] 745a02a5169b: Waiting [2021-03-29T19:39:32.374Z] 18c013af1878: Download complete [2021-03-29T19:39:32.374Z] a4357932f1b6: Verifying Checksum [2021-03-29T19:39:32.374Z] a4357932f1b6: Download complete [2021-03-29T19:39:32.374Z] 63d7cb157983: Download complete [2021-03-29T19:39:32.374Z] 5f621e34cdf4: Download complete [2021-03-29T19:39:32.374Z] b116817d02f9: Verifying Checksum [2021-03-29T19:39:32.374Z] b116817d02f9: Download complete [2021-03-29T19:39:32.977Z] 5f621e34cdf4: Pull complete [2021-03-29T19:39:33.583Z] a4357932f1b6: Pull complete [2021-03-29T19:39:33.861Z] 18c013af1878: Pull complete [2021-03-29T19:39:35.317Z] 745a02a5169b: Verifying Checksum [2021-03-29T19:39:35.317Z] 745a02a5169b: Download complete [2021-03-29T19:39:36.293Z] 00ac8860ef70: Verifying Checksum [2021-03-29T19:39:36.293Z] 00ac8860ef70: Download complete [2021-03-29T19:39:46.433Z] 00ac8860ef70: Pull complete [2021-03-29T19:39:46.433Z] 63d7cb157983: Pull complete [2021-03-29T19:39:46.433Z] b116817d02f9: Pull complete [2021-03-29T19:39:46.513Z] ---> 0cefe737218f [2021-03-29T19:39:46.513Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-29T19:39:46.513Z] ---> Running in b08f9c041521 [2021-03-29T19:39:46.513Z] ---> 9c4c528bbbe7 [2021-03-29T19:39:46.513Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-29T19:39:46.513Z] ---> 82047a51935d [2021-03-29T19:39:46.513Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-29T19:39:46.513Z] ---> 924688d99075 [2021-03-29T19:39:46.513Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-29T19:39:46.513Z] ---> Running in c2457afa8b2f [2021-03-29T19:39:46.513Z] ---> Running in 1722d94817a0 [2021-03-29T19:39:46.513Z] ---> c9f3633f70bc [2021-03-29T19:39:46.513Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-29T19:39:46.513Z] ---> Running in dfce564a76f2 [2021-03-29T19:39:46.513Z] ---> Running in 79178ec99451 [2021-03-29T19:39:46.513Z] 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-29T19:39:46.513Z] 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-29T19:39:46.513Z] 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-29T19:39:46.513Z] 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-29T19:39:46.513Z] 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-29T19:39:49.852Z] 745a02a5169b: Pull complete [2021-03-29T19:39:49.852Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-29T19:39:49.852Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-29T19:39:49.852Z] ---> b7e6874047d6 [2021-03-29T19:39:49.852Z] 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-29T19:39:53.269Z] ---> Running in 6ef7cd17c38a [2021-03-29T19:39:54.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T19:39:55.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T19:39:56.668Z] (1/12) Installing libmagic (5.38-r0) [2021-03-29T19:39:56.943Z] (2/12) Installing file (5.38-r0) [2021-03-29T19:39:56.943Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-29T19:39:56.943Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-29T19:40:01.279Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-29T19:40:01.279Z] (6/12) Installing patch (2.7.6-r6) [2021-03-29T19:40:01.279Z] (7/12) Installing build-base (0.5-r2) [2021-03-29T19:40:01.279Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-29T19:40:01.279Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-29T19:40:01.279Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-29T19:40:01.279Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-29T19:40:01.568Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-29T19:40:01.568Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:40:01.568Z] OK: 217 MiB in 51 packages [2021-03-29T19:40:05.891Z] Removing intermediate container 6ef7cd17c38a [2021-03-29T19:40:05.891Z] ---> ec3cd37a41b0 [2021-03-29T19:40:05.891Z] Step 4/6 : WORKDIR /edgex-go [2021-03-29T19:40:05.891Z] ---> Running in 239320f9e073 [2021-03-29T19:40:06.488Z] Removing intermediate container 239320f9e073 [2021-03-29T19:40:06.488Z] ---> a34bbd426fb6 [2021-03-29T19:40:06.488Z] Step 5/6 : COPY go.mod . [2021-03-29T19:40:07.085Z] ---> 4c8830986baf [2021-03-29T19:40:07.085Z] Step 6/6 : RUN go mod download [2021-03-29T19:40:07.358Z] ---> Running in 7df99cb2f1fb [2021-03-29T19:40:25.571Z] 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-29T19:40:33.863Z] Removing intermediate container dfce564a76f2 [2021-03-29T19:40:33.863Z] ---> 59e25da582c2 [2021-03-29T19:40:33.863Z] [2021-03-29T19:40:33.863Z] Step 10/31 : FROM alpine:3.12 [2021-03-29T19:40:33.863Z] Removing intermediate container 1722d94817a0 [2021-03-29T19:40:33.863Z] ---> a56c8e3c12b2 [2021-03-29T19:40:33.863Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-29T19:40:33.863Z] 3.12: Pulling from library/alpine [2021-03-29T19:40:33.863Z] ---> Running in 426a91298783 [2021-03-29T19:40:34.146Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T19:40:34.146Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T19:40:34.146Z] ---> 42cb162f0360 [2021-03-29T19:40:34.146Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-29T19:40:34.409Z] 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-29T19:40:38.660Z] ---> Running in 0ae6a56b5e26 [2021-03-29T19:40:38.936Z] Removing intermediate container c2457afa8b2f [2021-03-29T19:40:38.936Z] ---> 23fd4761e8b5 [2021-03-29T19:40:38.936Z] [2021-03-29T19:40:38.936Z] Step 10/24 : FROM alpine:3.12 [2021-03-29T19:40:38.936Z] ---> 42cb162f0360 [2021-03-29T19:40:38.936Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-29T19:40:38.936Z] Removing intermediate container 79178ec99451 [2021-03-29T19:40:38.936Z] ---> 5e834f44194a [2021-03-29T19:40:38.936Z] [2021-03-29T19:40:38.936Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T19:40:38.936Z] ---> 42cb162f0360 [2021-03-29T19:40:38.936Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T19:40:38.936Z] Removing intermediate container b08f9c041521 [2021-03-29T19:40:38.936Z] ---> 86d5dfffd066 [2021-03-29T19:40:38.936Z] [2021-03-29T19:40:38.936Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T19:40:38.936Z] ---> 42cb162f0360 [2021-03-29T19:40:38.936Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T19:40:38.936Z] ---> Running in c8edda8918ac [2021-03-29T19:40:39.201Z] ---> Running in db4dc84445e0 [2021-03-29T19:40:39.201Z] ---> Running in 66ce2174c76b [2021-03-29T19:40:39.201Z] Removing intermediate container 0ae6a56b5e26 [2021-03-29T19:40:39.201Z] ---> 0410e86c98c1 [2021-03-29T19:40:39.201Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-29T19:40:39.464Z] ---> Running in 31c328564ff4 [2021-03-29T19:40:39.736Z] Removing intermediate container 426a91298783 [2021-03-29T19:40:39.736Z] ---> 6b2d0d570ea3 [2021-03-29T19:40:39.736Z] [2021-03-29T19:40:39.736Z] Step 11/26 : FROM docker:20.10.0 [2021-03-29T19:40:39.736Z] 20.10.0: Pulling from library/docker [2021-03-29T19:40:39.754Z] Removing intermediate container 7df99cb2f1fb [2021-03-29T19:40:39.754Z] ---> da268d2b93c1 [2021-03-29T19:40:39.754Z] Successfully built da268d2b93c1 [2021-03-29T19:40:39.754Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:40:40.107Z] + docker inspect -f . ci-base-image-arm64 [2021-03-29T19:40:40.107Z] . [Pipeline] withDockerContainer [2021-03-29T19:40:40.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:40:40.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:40:40.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:40:40.414Z] prd-ubuntu18.04-docker-arm64-4c-16g-31833 does not seem to be running inside a container [2021-03-29T19:40:40.512Z] $ 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-29T19:40:40.610Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:40:40.610Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-29T19:40:40.874Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T19:40:40.874Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:40:40.874Z] OK: 6 MiB in 15 packages [2021-03-29T19:40:40.874Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T19:40:40.874Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-29T19:40:40.874Z] (4/6) Installing curl (7.69.1-r3) [2021-03-29T19:40:40.874Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-29T19:40:41.159Z] (6/6) Installing su-exec (0.2-r1) [2021-03-29T19:40:41.159Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:40:41.159Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T19:40:41.159Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:40:41.159Z] OK: 7 MiB in 20 packages [2021-03-29T19:40:41.159Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:40:41.159Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:40:41.159Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:40:41.434Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T19:40:41.434Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:40:41.434Z] OK: 6 MiB in 15 packages [2021-03-29T19:40:41.434Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-29T19:40:41.434Z] (2/2) Installing su-exec (0.2-r1) [2021-03-29T19:40:41.434Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:40:41.434Z] OK: 6 MiB in 16 packages [2021-03-29T19:40:42.117Z] $ docker top dfb5249a5648737394a628cb5a81156c33fd1035a267c129c1ed7eeeb8880935 -eo pid,comm [2021-03-29T19:40:42.389Z] Removing intermediate container db4dc84445e0 [2021-03-29T19:40:42.390Z] ---> ea8cdee086e2 [2021-03-29T19:40:42.390Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [Pipeline] { [Pipeline] sh [2021-03-29T19:40:42.657Z] ---> Running in cc993f253f85 [2021-03-29T19:40:42.922Z] Removing intermediate container c8edda8918ac [2021-03-29T19:40:42.922Z] ---> 3f61444d12fa [2021-03-29T19:40:42.922Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T19:40:43.187Z] ---> Running in 6bba6a969518 [2021-03-29T19:40:43.187Z] Removing intermediate container 66ce2174c76b [2021-03-29T19:40:43.187Z] ---> b7bce0d22f1d [2021-03-29T19:40:43.187Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T19:40:43.187Z] Removing intermediate container cc993f253f85 [2021-03-29T19:40:43.187Z] ---> 3fac73a727a1 [2021-03-29T19:40:43.187Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-29T19:40:43.187Z] Removing intermediate container 31c328564ff4 [2021-03-29T19:40:43.187Z] ---> c41d501cc9f0 [2021-03-29T19:40:43.187Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-29T19:40:43.198Z] + go version [2021-03-29T19:40:43.198Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-29T19:40:43.218Z] $ docker stop --time=1 dfb5249a5648737394a628cb5a81156c33fd1035a267c129c1ed7eeeb8880935 [2021-03-29T19:40:43.460Z] ---> Running in d869283a14e8 [2021-03-29T19:40:43.460Z] ---> Running in bed4f597e810 [2021-03-29T19:40:43.460Z] ---> Running in 357a748bb318 [2021-03-29T19:40:43.460Z] Removing intermediate container 6bba6a969518 [2021-03-29T19:40:43.460Z] ---> b8fd7bdc85bc [2021-03-29T19:40:43.460Z] Step 13/24 : WORKDIR / [2021-03-29T19:40:44.868Z] ---> Running in c7d8f871453a [2021-03-29T19:40:45.150Z] Removing intermediate container d869283a14e8 [2021-03-29T19:40:45.150Z] ---> d7c4346df91f [2021-03-29T19:40:45.150Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-29T19:40:45.150Z] Removing intermediate container 357a748bb318 [2021-03-29T19:40:45.150Z] ---> f345c212b238 [2021-03-29T19:40:45.150Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-29T19:40:45.150Z] Removing intermediate container bed4f597e810 [2021-03-29T19:40:45.150Z] ---> daa28c0be32b [2021-03-29T19:40:45.150Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T19:40:45.150Z] ---> Running in f3666f8463f5 [2021-03-29T19:40:45.150Z] ---> Running in 73efe3dde2cb [2021-03-29T19:40:45.150Z] ---> Running in 51c6ee1f0797 [2021-03-29T19:40:45.232Z] $ docker rm -f dfb5249a5648737394a628cb5a81156c33fd1035a267c129c1ed7eeeb8880935 [2021-03-29T19:40:45.419Z] Removing intermediate container c7d8f871453a [2021-03-29T19:40:45.419Z] ---> b39884300531 [2021-03-29T19:40:45.419Z] 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-29T19:40:45.419Z] Removing intermediate container f3666f8463f5 [2021-03-29T19:40:45.419Z] ---> 2e3b33cf9ba0 [2021-03-29T19:40:45.419Z] Step 14/23 : EXPOSE $APP_PORT [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-03-29T19:40:45.687Z] Removing intermediate container 73efe3dde2cb [2021-03-29T19:40:45.687Z] ---> 0c0677d3bdfa [2021-03-29T19:40:45.687Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-29T19:40:45.687Z] Removing intermediate container 51c6ee1f0797 [2021-03-29T19:40:45.687Z] ---> 264c9e52317b [2021-03-29T19:40:45.687Z] Step 15/23 : WORKDIR / [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:40:45.957Z] ---> Running in db75b440ff19 [2021-03-29T19:40:45.958Z] ---> Running in 2aad961a3d24 [2021-03-29T19:40:45.958Z] ---> c33ebdc230c1 [2021-03-29T19:40:45.958Z] 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-29T19:40:45.958Z] ---> Running in 1644914a1698 [2021-03-29T19:40:46.233Z] Removing intermediate container db75b440ff19 [2021-03-29T19:40:46.233Z] ---> 87be072e3a69 [2021-03-29T19:40:46.233Z] Step 15/23 : WORKDIR / [2021-03-29T19:40:46.278Z] + docker inspect -f . ci-base-image-arm64 [2021-03-29T19:40:46.279Z] . [Pipeline] withDockerContainer [2021-03-29T19:40:46.582Z] prd-ubuntu18.04-docker-arm64-4c-16g-31833 does not seem to be running inside a container [2021-03-29T19:40:46.669Z] $ 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-29T19:40:47.190Z] ---> Running in 10c18f62a17d [2021-03-29T19:40:47.190Z] ---> 8384eb97a11c [2021-03-29T19:40:47.190Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-29T19:40:47.190Z] Removing intermediate container 1644914a1698 [2021-03-29T19:40:47.190Z] ---> 744394cce0e4 [2021-03-29T19:40:47.190Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T19:40:47.777Z] Removing intermediate container 10c18f62a17d [2021-03-29T19:40:47.777Z] ---> 94dc69991766 [2021-03-29T19:40:47.777Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T19:40:47.777Z] ---> 6ddac79fe71f [2021-03-29T19:40:47.777Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-29T19:40:47.777Z] ---> c14b1bffd17c [2021-03-29T19:40:47.777Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-29T19:40:48.048Z] Removing intermediate container 2aad961a3d24 [2021-03-29T19:40:48.048Z] ---> d08d54890bc0 [2021-03-29T19:40:48.048Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-29T19:40:48.048Z] ---> Running in 66447fee338d [2021-03-29T19:40:48.217Z] $ docker top 298aa6c780c1520b6e0def6447272ba2c2624b4f2da91b5eb3d40bdfc8c37821 -eo pid,comm [2021-03-29T19:40:48.311Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-29T19:40:48.311Z] ---> c75014240edf [2021-03-29T19:40:48.311Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-29T19:40:48.311Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-29T19:40:48.311Z] ---> aefe523efa57 [2021-03-29T19:40:48.311Z] Step 12/26 : RUN apk add --no-cache bash [Pipeline] { [Pipeline] echo [2021-03-29T19:40:48.574Z] ========================================================= [2021-03-29T19:40:48.574Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-29T19:40:48.574Z] ========================================================= [Pipeline] sh [2021-03-29T19:40:48.580Z] ---> Running in cd522669c200 [2021-03-29T19:40:48.580Z] ---> 6240eeede81f [2021-03-29T19:40:48.580Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-29T19:40:48.580Z] Removing intermediate container 66447fee338d [2021-03-29T19:40:48.580Z] ---> f9067235788e [2021-03-29T19:40:48.580Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-29T19:40:48.580Z] ---> a5f79a875b81 [2021-03-29T19:40:48.580Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-29T19:40:49.165Z] ---> 186a049a65e8 [2021-03-29T19:40:49.165Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-29T19:40:49.165Z] ---> Running in 8d33040aede8 [2021-03-29T19:40:49.165Z] ---> 7200c86d0041 [2021-03-29T19:40:49.165Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-29T19:40:49.165Z] ---> d51f257fe453 [2021-03-29T19:40:49.165Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-29T19:40:49.220Z] + make test [2021-03-29T19:40:49.220Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-29T19:40:49.431Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:40:49.431Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:40:49.431Z] ---> Running in bdd6081b77e0 [2021-03-29T19:40:49.703Z] (1/2) Installing readline (8.0.4-r0) [2021-03-29T19:40:49.703Z] (2/2) Installing bash (5.0.17-r0) [2021-03-29T19:40:49.703Z] ---> 631ec780cd81 [2021-03-29T19:40:49.703Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-29T19:40:49.703Z] Executing bash-5.0.17-r0.post-install [2021-03-29T19:40:49.703Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:40:49.703Z] OK: 12 MiB in 22 packages [2021-03-29T19:40:49.703Z] ---> fb4bfa16b889 [2021-03-29T19:40:49.703Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-29T19:40:49.976Z] Removing intermediate container bdd6081b77e0 [2021-03-29T19:40:49.976Z] ---> 13bb827f55a8 [2021-03-29T19:40:49.976Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T19:40:49.976Z] ---> Running in 140ae842e790 [2021-03-29T19:40:49.976Z] ---> Running in 138f65360f0c [2021-03-29T19:40:50.239Z] ---> c339c8f4156a [2021-03-29T19:40:50.239Z] 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-29T19:40:50.239Z] Removing intermediate container 140ae842e790 [2021-03-29T19:40:50.239Z] ---> 727937711f5b [2021-03-29T19:40:50.239Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T19:40:50.508Z] ---> Running in 92b24ad170c9 [2021-03-29T19:40:50.508Z] Removing intermediate container 138f65360f0c [2021-03-29T19:40:50.508Z] ---> 8741e3b7bfa9 [2021-03-29T19:40:50.508Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T19:40:50.773Z] ---> Running in 8dac87c58a2e [2021-03-29T19:40:51.041Z] ---> Running in b9005359c099 [2021-03-29T19:40:51.041Z] Removing intermediate container cd522669c200 [2021-03-29T19:40:51.041Z] ---> 9e1132406b0a [2021-03-29T19:40:51.041Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-29T19:40:51.305Z] ---> Running in 9c14737defcf [2021-03-29T19:40:51.305Z] Removing intermediate container 8dac87c58a2e [2021-03-29T19:40:51.305Z] ---> 187cf30611aa [2021-03-29T19:40:51.305Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T19:40:51.305Z] Removing intermediate container b9005359c099 [2021-03-29T19:40:51.305Z] ---> 14b64b1f30e9 [2021-03-29T19:40:51.305Z] Step 22/23 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T19:40:51.305Z] ---> Running in fc09513e52e9 [2021-03-29T19:40:51.305Z] ---> Running in d28aaa462405 [2021-03-29T19:40:51.572Z] Removing intermediate container 8d33040aede8 [2021-03-29T19:40:51.572Z] ---> 9588409f5177 [2021-03-29T19:40:51.572Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T19:40:51.572Z] Removing intermediate container 9c14737defcf [2021-03-29T19:40:51.572Z] ---> f7a6c20d12fc [2021-03-29T19:40:51.572Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-29T19:40:51.835Z] Removing intermediate container fc09513e52e9 [2021-03-29T19:40:51.835Z] ---> 810e6944646b [2021-03-29T19:40:51.835Z] Step 22/23 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T19:40:51.835Z] Removing intermediate container d28aaa462405 [2021-03-29T19:40:51.835Z] ---> 5b259e14dc77 [2021-03-29T19:40:51.835Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T19:40:52.100Z] ---> Running in f803489eb674 [2021-03-29T19:40:52.100Z] ---> Running in 0e14da34f744 [2021-03-29T19:40:52.100Z] ---> Running in b9c87577e5e6 [2021-03-29T19:40:52.100Z] ---> 4d0fd79e46ea [2021-03-29T19:40:52.100Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-29T19:40:52.366Z] Removing intermediate container f803489eb674 [2021-03-29T19:40:52.366Z] ---> 2a2faef655fa [2021-03-29T19:40:52.366Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-29T19:40:52.366Z] Removing intermediate container 0e14da34f744 [2021-03-29T19:40:52.366Z] ---> 1f0d9dd5e58c [2021-03-29T19:40:52.366Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T19:40:52.366Z] Removing intermediate container b9c87577e5e6 [2021-03-29T19:40:52.366Z] ---> 760856cc0e98 [2021-03-29T19:40:52.366Z] [2021-03-29T19:40:52.647Z] Removing intermediate container 92b24ad170c9 [2021-03-29T19:40:52.647Z] ---> 9c0e2e15f020 [2021-03-29T19:40:52.647Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-29T19:40:52.647Z] ---> Running in 36b2c15027ce [2021-03-29T19:40:52.647Z] ---> Running in d35857a02e85 [2021-03-29T19:40:52.924Z] ---> Running in 9e6d23a8491f [2021-03-29T19:40:52.924Z] Successfully built 760856cc0e98 [2021-03-29T19:40:52.924Z] Successfully tagged docker-core-command-go:latest [2021-03-29T19:40:52.924Z] ---> 6484640b739b [2021-03-29T19:40:52.924Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-29T19:40:52.924Z] Building docker-core-data-go [2021-03-29T19:40:52.924Z]  Building docker-core-command-go ... done Removing intermediate container d35857a02e85 [2021-03-29T19:40:52.924Z] ---> 674b247e0745 [2021-03-29T19:40:52.924Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-29T19:40:52.924Z] Removing intermediate container 36b2c15027ce [2021-03-29T19:40:52.924Z] ---> 72023282e17c [2021-03-29T19:40:52.924Z] [2021-03-29T19:40:53.188Z] Removing intermediate container 9e6d23a8491f [2021-03-29T19:40:53.188Z] ---> f2b20fe00edb [2021-03-29T19:40:53.188Z] Step 22/24 : LABEL arch=x86_64 [2021-03-29T19:40:53.464Z] Successfully built 72023282e17c [2021-03-29T19:40:53.464Z] ---> 8d3e791c423f [2021-03-29T19:40:53.464Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-29T19:40:53.464Z] Successfully tagged docker-core-metadata-go:latest [2021-03-29T19:40:53.464Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2021-03-29T19:40:53.464Z] ---> Running in d36dadd0f970 [2021-03-29T19:40:53.748Z] ---> 0e4a7066fb57 [2021-03-29T19:40:53.748Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-29T19:40:53.748Z] Removing intermediate container d36dadd0f970 [2021-03-29T19:40:53.748Z] ---> e2acd7b60518 [2021-03-29T19:40:53.748Z] Step 23/24 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T19:40:54.021Z] ---> 6a8153a2d318 [2021-03-29T19:40:54.021Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-29T19:40:54.021Z] ---> Running in 96815abc3db7 [2021-03-29T19:40:57.349Z] ---> dcb6df153ebb [2021-03-29T19:40:57.349Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-29T19:40:57.349Z] Removing intermediate container 96815abc3db7 [2021-03-29T19:40:57.349Z] ---> beb50cea443d [2021-03-29T19:40:57.349Z] Step 24/24 : LABEL version=0.0.0 [2021-03-29T19:40:57.349Z] ---> 6742614bde8d [2021-03-29T19:40:57.349Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-29T19:40:58.755Z] ---> Running in 02c38c571b23 [2021-03-29T19:40:59.718Z] ---> Running in c4a96b9bd941 [2021-03-29T19:41:00.674Z] ---> 0576903baf61 [2021-03-29T19:41:00.674Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-29T19:41:01.256Z] Removing intermediate container 02c38c571b23 [2021-03-29T19:41:01.256Z] ---> dda49d985291 [2021-03-29T19:41:01.256Z] [2021-03-29T19:41:01.530Z] ---> Running in 6cbdcfa917f4 [2021-03-29T19:41:01.531Z] Removing intermediate container c4a96b9bd941 [2021-03-29T19:41:01.531Z] ---> 46248fb8e23e [2021-03-29T19:41:01.531Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-29T19:41:01.531Z] Successfully built dda49d985291 [2021-03-29T19:41:01.798Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-29T19:41:02.076Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-03-29T19:41:02.076Z] ---> 45ddb95bf601 [2021-03-29T19:41:02.076Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-29T19:41:02.715Z] ---> Running in d7e0037ba313 [2021-03-29T19:41:02.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:41:02.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:41:03.259Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-29T19:41:03.259Z] (2/33) Installing expat (2.2.9-r1) [2021-03-29T19:41:03.259Z] (3/33) Installing libffi (3.3-r2) [2021-03-29T19:41:03.259Z] (4/33) Installing gdbm (1.13-r1) [2021-03-29T19:41:03.259Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-29T19:41:03.531Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-29T19:41:03.531Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-29T19:41:11.763Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-29T19:41:11.763Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-29T19:41:11.763Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-29T19:41:11.763Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-29T19:41:11.763Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-29T19:41:11.763Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-29T19:41:11.763Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-29T19:41:12.365Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-29T19:41:12.962Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-29T19:41:13.549Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-29T19:41:13.549Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-29T19:41:13.549Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-29T19:41:13.549Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-29T19:41:13.858Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-29T19:41:14.126Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-29T19:41:14.126Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-29T19:41:14.126Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-29T19:41:14.126Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-29T19:41:14.126Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-29T19:41:14.711Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-29T19:41:15.294Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-29T19:41:15.294Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-29T19:41:15.294Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-29T19:41:15.902Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-29T19:41:16.097Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-29T19:41:16.521Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-29T19:41:16.521Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-29T19:41:17.115Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:41:17.115Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:41:17.115Z] ---> 8a903cb1ca9d [2021-03-29T19:41:17.115Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T19:41:18.079Z] ---> Using cache [2021-03-29T19:41:18.079Z] ---> 60873374d092 [2021-03-29T19:41:18.079Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:41:18.079Z] ---> Using cache [2021-03-29T19:41:18.079Z] ---> e2a2fe598812 [2021-03-29T19:41:18.079Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-29T19:41:18.353Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:41:18.353Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:41:18.353Z] ---> 8a903cb1ca9d [2021-03-29T19:41:18.353Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T19:41:18.353Z] ---> Using cache [2021-03-29T19:41:18.353Z] ---> 60873374d092 [2021-03-29T19:41:18.353Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:41:18.353Z] ---> Using cache [2021-03-29T19:41:18.353Z] ---> e2a2fe598812 [2021-03-29T19:41:18.353Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-29T19:41:19.342Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:41:19.342Z] OK: 71 MiB in 55 packages [2021-03-29T19:41:19.342Z] Removing intermediate container d7e0037ba313 [2021-03-29T19:41:19.342Z] ---> 6c981233489d [2021-03-29T19:41:19.342Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-29T19:41:19.962Z] ---> Running in 0eb29508fa52 [2021-03-29T19:41:19.962Z] ---> Running in 396b7abfce84 [2021-03-29T19:41:20.557Z] ---> Running in 5e698f7c1bb7 [2021-03-29T19:41:22.553Z] Removing intermediate container 5e698f7c1bb7 [2021-03-29T19:41:22.553Z] ---> 162ada1033fb [2021-03-29T19:41:22.553Z] Step 28/31 : CMD ["gate"] [2021-03-29T19:41:22.553Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:41:22.553Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:41:22.830Z] ---> Running in 0642afa6c908 [2021-03-29T19:41:23.430Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:41:23.430Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:41:23.706Z] Removing intermediate container 0642afa6c908 [2021-03-29T19:41:23.706Z] ---> 0c8480dbf03c [2021-03-29T19:41:23.706Z] Step 29/31 : LABEL arch=x86_64 [2021-03-29T19:41:23.980Z] OK: 233 MiB in 51 packages [2021-03-29T19:41:24.578Z] OK: 233 MiB in 51 packages [2021-03-29T19:41:24.853Z] ---> Running in 5daab9e0f6ec [2021-03-29T19:41:26.311Z] Removing intermediate container 5daab9e0f6ec [2021-03-29T19:41:26.311Z] ---> 15ac86dafd47 [2021-03-29T19:41:26.311Z] Step 30/31 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T19:41:28.249Z] Removing intermediate container 0eb29508fa52 [2021-03-29T19:41:28.249Z] ---> 2c6fcaeb6fd7 [2021-03-29T19:41:28.249Z] Step 6/22 : COPY go.mod . [2021-03-29T19:41:28.843Z] ---> Running in 5f505a0ab1dc [2021-03-29T19:41:28.843Z] Removing intermediate container 396b7abfce84 [2021-03-29T19:41:28.843Z] ---> d38ec5486715 [2021-03-29T19:41:28.843Z] Step 6/23 : COPY go.mod . [2021-03-29T19:41:29.111Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:41:29.111Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:41:29.111Z] ---> 8a903cb1ca9d [2021-03-29T19:41:29.111Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T19:41:29.111Z] ---> Using cache [2021-03-29T19:41:29.111Z] ---> 60873374d092 [2021-03-29T19:41:29.111Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:41:29.111Z] ---> Using cache [2021-03-29T19:41:29.111Z] ---> e2a2fe598812 [2021-03-29T19:41:29.111Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-29T19:41:29.111Z] ---> Using cache [2021-03-29T19:41:29.111Z] ---> e4077b55b780 [2021-03-29T19:41:29.111Z] Step 6/22 : COPY go.mod . [2021-03-29T19:41:29.111Z] ---> Using cache [2021-03-29T19:41:29.111Z] ---> d573296adfe8 [2021-03-29T19:41:29.111Z] Step 7/22 : RUN go mod download [2021-03-29T19:41:29.453Z] ---> Using cache [2021-03-29T19:41:29.453Z] ---> d0d4db13c45a [2021-03-29T19:41:29.453Z] Step 8/22 : COPY . . [2021-03-29T19:41:30.159Z] ---> Using cache [2021-03-29T19:41:30.159Z] ---> c9f3633f70bc [2021-03-29T19:41:30.160Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-29T19:41:30.470Z] ---> e69fb194313f [2021-03-29T19:41:30.470Z] Step 7/22 : RUN go mod download [2021-03-29T19:41:31.470Z] ---> Running in 959e55317c48 [2021-03-29T19:41:32.087Z] ---> 519c682f24f4 [2021-03-29T19:41:32.087Z] Step 7/23 : RUN go mod download [2021-03-29T19:41:32.087Z] ---> Running in f0560e406dd5 [2021-03-29T19:41:32.360Z] Removing intermediate container 5f505a0ab1dc [2021-03-29T19:41:32.360Z] ---> 5d7405172613 [2021-03-29T19:41:32.360Z] Step 31/31 : LABEL version=0.0.0 [2021-03-29T19:41:32.360Z] ---> Running in ed89bfa9dfa8 [2021-03-29T19:41:32.947Z] ---> Running in bb5acdb09bf2 [2021-03-29T19:41:33.226Z] 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-29T19:41:33.842Z] Removing intermediate container bb5acdb09bf2 [2021-03-29T19:41:33.842Z] ---> 4344480356df [2021-03-29T19:41:33.842Z] [2021-03-29T19:41:34.133Z] Successfully built 4344480356df [2021-03-29T19:41:34.133Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-29T19:41:34.133Z]  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go [2021-03-29T19:41:39.538Z] Removing intermediate container f0560e406dd5 [2021-03-29T19:41:39.538Z] ---> c4c193191dd8 [2021-03-29T19:41:39.538Z] Step 8/22 : COPY . . [2021-03-29T19:41:39.538Z] Removing intermediate container ed89bfa9dfa8 [2021-03-29T19:41:39.538Z] ---> 939b16cccc40 [2021-03-29T19:41:39.538Z] Step 8/23 : COPY . . [2021-03-29T19:41:45.034Z] Removing intermediate container 6cbdcfa917f4 [2021-03-29T19:41:45.034Z] ---> d88305c074c6 [2021-03-29T19:41:45.034Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-29T19:41:48.462Z] ---> Running in 0581b3bdd235 [2021-03-29T19:42:03.138Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-29T19:42:03.697Z] Collecting docker-compose==1.23.2 [2021-03-29T19:42:03.697Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-29T19:42:04.010Z] Collecting cached-property<2,>=1.2.0 [2021-03-29T19:42:04.010Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-29T19:42:04.010Z] 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-29T19:42:04.320Z] Collecting docopt<0.7,>=0.6.1 [2021-03-29T19:42:04.320Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-29T19:42:04.925Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:42:04.925Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:42:04.925Z] ---> 8a903cb1ca9d [2021-03-29T19:42:04.925Z] Step 3/21 : WORKDIR /edgex-go [2021-03-29T19:42:04.925Z] ---> Using cache [2021-03-29T19:42:04.925Z] ---> 60873374d092 [2021-03-29T19:42:04.925Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:42:04.925Z] ---> Using cache [2021-03-29T19:42:04.925Z] ---> e2a2fe598812 [2021-03-29T19:42:04.925Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-29T19:42:04.925Z] ---> Using cache [2021-03-29T19:42:04.925Z] ---> e4077b55b780 [2021-03-29T19:42:04.925Z] Step 6/21 : COPY go.mod . [2021-03-29T19:42:04.925Z] ---> Using cache [2021-03-29T19:42:04.925Z] ---> d573296adfe8 [2021-03-29T19:42:04.925Z] Step 7/21 : RUN go mod download [2021-03-29T19:42:04.925Z] ---> Using cache [2021-03-29T19:42:04.925Z] ---> d0d4db13c45a [2021-03-29T19:42:04.925Z] Step 8/21 : COPY . . [2021-03-29T19:42:05.197Z] ---> Using cache [2021-03-29T19:42:05.197Z] ---> c9f3633f70bc [2021-03-29T19:42:05.197Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-29T19:42:06.206Z] ---> Running in 866b23de0cb6 [2021-03-29T19:42:06.809Z] Collecting texttable<0.10,>=0.9.0 [2021-03-29T19:42:06.809Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-29T19:42:08.827Z] Collecting docker<4.0,>=3.6.0 [2021-03-29T19:42:08.827Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-29T19:42:09.497Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-29T19:42:09.497Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-29T19:42:09.774Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-29T19:42:09.774Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-29T19:42:10.050Z] 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-29T19:42:10.330Z] Collecting jsonschema<3,>=2.5.1 [2021-03-29T19:42:10.330Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-29T19:42:10.944Z] Collecting PyYAML<4,>=3.10 [2021-03-29T19:42:10.944Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-29T19:42:13.679Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-29T19:42:13.679Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-29T19:42:17.189Z] Collecting docker-pycreds>=0.4.0 [2021-03-29T19:42:17.189Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-29T19:42:17.189Z] Collecting idna<2.8,>=2.5 [2021-03-29T19:42:17.189Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-29T19:42:17.189Z] 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-29T19:42:17.189Z] 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-29T19:42:17.494Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-29T19:42:17.494Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-29T19:42:17.810Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-29T19:42:17.810Z] Removing intermediate container 959e55317c48 [2021-03-29T19:42:17.810Z] ---> f3bd75c951eb [2021-03-29T19:42:17.810Z] [2021-03-29T19:42:17.810Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T19:42:17.810Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-29T19:42:17.810Z] ---> 42cb162f0360 [2021-03-29T19:42:17.810Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-29T19:42:17.810Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-29T19:42:17.810Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-29T19:42:17.810Z] ---> Using cache [2021-03-29T19:42:17.810Z] ---> b7bce0d22f1d [2021-03-29T19:42:17.810Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T19:42:18.086Z] ---> Using cache [2021-03-29T19:42:18.087Z] ---> d7c4346df91f [2021-03-29T19:42:18.087Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-29T19:42:18.367Z] Installing collected packages: cached-property, docopt, texttable, websocket-client, docker-pycreds, idna, urllib3, requests, docker, jsonschema, PyYAML, dockerpty, docker-compose [2021-03-29T19:42:18.658Z] Running setup.py install for docopt: started [2021-03-29T19:42:20.281Z] ---> Running in 78fc9de9db5a [2021-03-29T19:42:20.904Z] Running setup.py install for docopt: finished with status 'done' [2021-03-29T19:42:21.518Z] Running setup.py install for texttable: started [2021-03-29T19:42:21.803Z] Removing intermediate container 78fc9de9db5a [2021-03-29T19:42:21.803Z] ---> 79034017dbb7 [2021-03-29T19:42:21.803Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T19:42:22.112Z] Running setup.py install for texttable: finished with status 'done' [2021-03-29T19:42:22.112Z] ---> Running in cdecdb7c80fc [2021-03-29T19:42:22.716Z] Attempting uninstall: idna [2021-03-29T19:42:22.716Z] Found existing installation: idna 2.9 [2021-03-29T19:42:22.716Z] ---> a6d9a79faecb [2021-03-29T19:42:22.716Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-29T19:42:22.716Z] Uninstalling idna-2.9: [2021-03-29T19:42:22.716Z] ---> 09c6df702d04 [2021-03-29T19:42:22.716Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-29T19:42:22.716Z] Successfully uninstalled idna-2.9 [2021-03-29T19:42:23.002Z] ---> Running in 694e313fcdef [2021-03-29T19:42:23.002Z] ---> Running in 2231186614d1 [2021-03-29T19:42:23.002Z] Removing intermediate container cdecdb7c80fc [2021-03-29T19:42:23.002Z] ---> b79fb1421521 [2021-03-29T19:42:23.002Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T19:42:23.309Z] Attempting uninstall: urllib3 [2021-03-29T19:42:23.309Z] Found existing installation: urllib3 1.25.9 [2021-03-29T19:42:23.309Z] Uninstalling urllib3-1.25.9: [2021-03-29T19:42:23.600Z] Successfully uninstalled urllib3-1.25.9 [2021-03-29T19:42:24.223Z] ---> cec7c67a0b4a [2021-03-29T19:42:24.223Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-29T19:42:24.503Z] Attempting uninstall: requests [2021-03-29T19:42:24.503Z] Found existing installation: requests 2.23.0 [2021-03-29T19:42:24.503Z] Uninstalling requests-2.23.0: [2021-03-29T19:42:24.503Z] 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-29T19:42:24.503Z] 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-29T19:42:24.782Z] Successfully uninstalled requests-2.23.0 [2021-03-29T19:42:25.553Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-29T19:42:25.553Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-29T19:42:25.553Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-29T19:42:25.553Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-29T19:42:25.553Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-29T19:42:25.553Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-29T19:42:25.553Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-29T19:42:25.785Z] ---> f90b9b10a7c4 [2021-03-29T19:42:25.785Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-29T19:42:26.061Z] Running setup.py install for PyYAML: started [2021-03-29T19:42:26.671Z] ---> b7400104a008 [2021-03-29T19:42:26.671Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-29T19:42:26.671Z] ---> Running in f7c82b63c622 [2021-03-29T19:42:27.309Z] Removing intermediate container f7c82b63c622 [2021-03-29T19:42:27.309Z] ---> 0df81b2d6101 [2021-03-29T19:42:27.309Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T19:42:27.309Z] ---> Running in 21f8d7e2ac4c [2021-03-29T19:42:27.595Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-29T19:42:27.595Z] Running setup.py install for dockerpty: started [2021-03-29T19:42:27.888Z] Removing intermediate container 21f8d7e2ac4c [2021-03-29T19:42:27.888Z] ---> d86766218377 [2021-03-29T19:42:27.888Z] Step 20/22 : LABEL arch=x86_64 [2021-03-29T19:42:28.499Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-29T19:42:28.794Z] ---> Running in 89caa8e2e711 [2021-03-29T19:42:28.961Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-29T19:42:29.779Z] Removing intermediate container 89caa8e2e711 [2021-03-29T19:42:29.779Z] ---> b18f0e00f8c5 [2021-03-29T19:42:29.779Z] Step 21/22 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T19:42:29.779Z] 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-29T19:42:29.948Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-29T19:42:30.061Z] ---> Running in 52cd80b7332a [2021-03-29T19:42:30.658Z] Removing intermediate container 52cd80b7332a [2021-03-29T19:42:30.658Z] ---> 691f6df2ed4d [2021-03-29T19:42:30.658Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T19:42:30.658Z] ---> Running in 7e3d2f59f0ee [2021-03-29T19:42:31.300Z] Removing intermediate container 7e3d2f59f0ee [2021-03-29T19:42:31.300Z] ---> cc607744099f [2021-03-29T19:42:31.300Z] [2021-03-29T19:42:31.908Z] Successfully built cc607744099f [2021-03-29T19:42:31.908Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-29T19:42:33.898Z]  Building docker-support-scheduler-go ... done Removing intermediate container 0581b3bdd235 [2021-03-29T19:42:33.898Z] ---> 771c06587f48 [2021-03-29T19:42:33.898Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-29T19:42:34.172Z] ---> Running in b2e5d5409d73 [2021-03-29T19:42:35.741Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:42:35.742Z] 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-29T19:42:35.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:42:36.057Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T19:42:36.057Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-29T19:42:36.057Z] (3/3) Installing curl (7.69.1-r3) [2021-03-29T19:42:36.057Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:42:36.057Z] OK: 72 MiB in 58 packages [2021-03-29T19:42:38.132Z] Removing intermediate container b2e5d5409d73 [2021-03-29T19:42:38.132Z] ---> b9ca55e4cb66 [2021-03-29T19:42:38.132Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-29T19:42:38.132Z] ---> Running in e6105f66e846 [2021-03-29T19:42:38.245Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-29T19:42:38.245Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-29T19:42:38.245Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-29T19:42:38.400Z] Removing intermediate container e6105f66e846 [2021-03-29T19:42:38.400Z] ---> baa7cf4c736a [2021-03-29T19:42:38.400Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T19:42:38.692Z] ---> Running in 0dc34702fc3d [2021-03-29T19:42:38.970Z] Removing intermediate container 0dc34702fc3d [2021-03-29T19:42:38.970Z] ---> 4358b18e46af [2021-03-29T19:42:38.970Z] Step 24/26 : LABEL arch=x86_64 [2021-03-29T19:42:39.256Z] ---> Running in c147eb326dfa [2021-03-29T19:42:39.542Z] Removing intermediate container c147eb326dfa [2021-03-29T19:42:39.542Z] ---> 92e0a65129a2 [2021-03-29T19:42:39.542Z] Step 25/26 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T19:42:39.542Z] ---> Running in d7b6499dbd4d [2021-03-29T19:42:40.187Z] Removing intermediate container d7b6499dbd4d [2021-03-29T19:42:40.187Z] ---> d750006002e4 [2021-03-29T19:42:40.187Z] Step 26/26 : LABEL version=0.0.0 [2021-03-29T19:42:40.521Z] ---> Running in 7a001ac23b5d [2021-03-29T19:42:42.759Z] Removing intermediate container 7a001ac23b5d [2021-03-29T19:42:42.759Z] ---> 7e874f74cbf4 [2021-03-29T19:42:42.759Z] [2021-03-29T19:42:43.787Z] Successfully built 7e874f74cbf4 [2021-03-29T19:42:43.788Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-29T19:42:45.013Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.330s coverage: 45.9% of statements [2021-03-29T19:42:45.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-29T19:42:45.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-29T19:42:45.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-29T19:42:45.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-29T19:42:45.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-29T19:42:45.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-29T19:42:45.013Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.274s coverage: 19.8% of statements [2021-03-29T19:42:45.013Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.344s coverage: 100.0% of statements [2021-03-29T19:42:47.385Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 866b23de0cb6 [2021-03-29T19:42:47.385Z] ---> fc5baf7b43d1 [2021-03-29T19:42:47.385Z] [2021-03-29T19:42:47.385Z] Step 10/21 : FROM alpine:3.12 [2021-03-29T19:42:47.385Z] ---> 42cb162f0360 [2021-03-29T19:42:47.385Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-29T19:42:47.995Z] ---> Running in 1604d3b7811a [2021-03-29T19:42:50.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:42:50.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:42:50.025Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-29T19:42:50.321Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T19:42:50.321Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-29T19:42:50.321Z] (4/4) Installing curl (7.69.1-r3) [2021-03-29T19:42:50.321Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:42:50.621Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T19:42:50.621Z] OK: 7 MiB in 18 packages [2021-03-29T19:42:51.746Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.576s coverage: 27.1% of statements [2021-03-29T19:42:51.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-29T19:42:51.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-29T19:42:51.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-29T19:42:51.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-29T19:42:51.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-29T19:42:51.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-29T19:42:51.746Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.149s coverage: 100.0% of statements [2021-03-29T19:42:51.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-29T19:42:51.746Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.194s coverage: 100.0% of statements [2021-03-29T19:42:51.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-29T19:42:51.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-29T19:42:52.734Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.265s coverage: 71.3% of statements [2021-03-29T19:42:52.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-29T19:42:52.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-29T19:42:53.253Z] Removing intermediate container 1604d3b7811a [2021-03-29T19:42:53.253Z] ---> 3e66f0875c2a [2021-03-29T19:42:53.253Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T19:42:53.253Z] ---> Running in c4834ed1862a [2021-03-29T19:42:53.523Z] Removing intermediate container c4834ed1862a [2021-03-29T19:42:53.523Z] ---> 44760bee6523 [2021-03-29T19:42:53.523Z] Step 13/21 : WORKDIR /edgex [2021-03-29T19:42:53.833Z] ---> Running in 24db9f46b69c [2021-03-29T19:42:54.428Z] Removing intermediate container 24db9f46b69c [2021-03-29T19:42:54.428Z] ---> 2727eac73364 [2021-03-29T19:42:54.428Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-29T19:42:54.701Z] ---> 27580c3139d3 [2021-03-29T19:42:54.701Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-29T19:42:54.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.595s coverage: 82.9% of statements [2021-03-29T19:42:54.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-29T19:42:54.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T19:42:54.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.165s coverage: 78.9% of statements [2021-03-29T19:42:54.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-29T19:42:55.701Z] ---> 2c276db9a7af [2021-03-29T19:42:55.702Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-29T19:42:56.291Z] ---> 4eaca58d95f5 [2021-03-29T19:42:56.291Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-29T19:42:56.291Z] ---> Running in f20c79c078f0 [2021-03-29T19:42:56.970Z] Removing intermediate container f20c79c078f0 [2021-03-29T19:42:56.970Z] ---> e88f229eed80 [2021-03-29T19:42:56.970Z] Step 18/21 : CMD ["--init=true"] [2021-03-29T19:43:01.308Z] ---> Running in 4f45ceab0040 [2021-03-29T19:43:01.584Z] Removing intermediate container 2231186614d1 [2021-03-29T19:43:01.584Z] ---> 84d24af331a4 [2021-03-29T19:43:01.584Z] [2021-03-29T19:43:01.584Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T19:43:01.584Z] ---> 42cb162f0360 [2021-03-29T19:43:01.584Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-29T19:43:01.849Z] Removing intermediate container 4f45ceab0040 [2021-03-29T19:43:01.849Z] ---> dd2fdaf8d2f4 [2021-03-29T19:43:01.849Z] Step 19/21 : LABEL arch=x86_64 [2021-03-29T19:43:01.849Z] ---> Running in 3a2d217d5b2c [2021-03-29T19:43:01.849Z] ---> Running in 1eb0b3e8bc6c [2021-03-29T19:43:02.444Z] Removing intermediate container 1eb0b3e8bc6c [2021-03-29T19:43:02.444Z] ---> e1ff29e66b71 [2021-03-29T19:43:02.444Z] Step 20/21 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T19:43:02.735Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:43:03.013Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:43:03.290Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-29T19:43:03.290Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-29T19:43:03.290Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:43:03.290Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T19:43:03.290Z] ---> Running in e212238af777 [2021-03-29T19:43:03.290Z] OK: 6 MiB in 16 packages [2021-03-29T19:43:04.706Z] Removing intermediate container e212238af777 [2021-03-29T19:43:04.706Z] ---> 056474836f8a [2021-03-29T19:43:04.706Z] Step 21/21 : LABEL version=0.0.0 [2021-03-29T19:43:04.706Z] ---> Running in b1060a52443b [2021-03-29T19:43:04.980Z] Removing intermediate container 694e313fcdef [2021-03-29T19:43:04.980Z] ---> e0263ce94a61 [2021-03-29T19:43:04.980Z] [2021-03-29T19:43:04.980Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T19:43:04.980Z] ---> 42cb162f0360 [2021-03-29T19:43:04.980Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-29T19:43:05.252Z] ---> Running in 7d729a7847a9 [2021-03-29T19:43:05.252Z] Removing intermediate container b1060a52443b [2021-03-29T19:43:05.252Z] ---> a9ba7b11b517 [2021-03-29T19:43:05.252Z] [2021-03-29T19:43:05.252Z] Removing intermediate container 3a2d217d5b2c [2021-03-29T19:43:05.252Z] ---> cdf552b693e9 [2021-03-29T19:43:05.252Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T19:43:05.516Z] Successfully built a9ba7b11b517 [2021-03-29T19:43:05.516Z] ---> Running in ee88887480a6 [2021-03-29T19:43:05.516Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-29T19:43:05.516Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 7d729a7847a9 [2021-03-29T19:43:05.516Z] ---> 71224a46fd19 [2021-03-29T19:43:05.516Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-29T19:43:05.516Z] ---> Running in 0b3077558950 [2021-03-29T19:43:05.777Z] Removing intermediate container ee88887480a6 [2021-03-29T19:43:05.777Z] ---> 5e057c773f3f [2021-03-29T19:43:05.777Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-29T19:43:05.777Z] ---> Running in cf70918b8ce1 [2021-03-29T19:43:05.777Z] Removing intermediate container 0b3077558950 [2021-03-29T19:43:05.777Z] ---> 6efce21a2971 [2021-03-29T19:43:05.777Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-29T19:43:05.777Z] ---> Running in c1b4269c7ef9 [2021-03-29T19:43:05.777Z] Removing intermediate container cf70918b8ce1 [2021-03-29T19:43:05.777Z] ---> e74c9d18b510 [2021-03-29T19:43:05.777Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T19:43:06.040Z] ---> Running in 8e3435cbe96e [2021-03-29T19:43:06.040Z] Removing intermediate container c1b4269c7ef9 [2021-03-29T19:43:06.040Z] ---> 2907c404b337 [2021-03-29T19:43:06.040Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:43:06.040Z] ---> Running in a85412f6643a [2021-03-29T19:43:06.303Z] Removing intermediate container 8e3435cbe96e [2021-03-29T19:43:06.303Z] ---> 9d08ae8cbfaa [2021-03-29T19:43:06.303Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T19:43:07.147Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.224s coverage: 28.6% of statements [2021-03-29T19:43:07.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-29T19:43:07.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-29T19:43:07.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-29T19:43:07.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-29T19:43:07.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-29T19:43:07.147Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.273s coverage: 100.0% of statements [2021-03-29T19:43:07.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-29T19:43:07.147Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.142s coverage: 100.0% of statements [2021-03-29T19:43:07.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-29T19:43:07.147Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.494s coverage: 86.7% of statements [2021-03-29T19:43:07.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-29T19:43:07.147Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.454s coverage: 97.5% of statements [2021-03-29T19:43:07.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-29T19:43:07.147Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.373s coverage: 78.3% of statements [2021-03-29T19:43:07.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-29T19:43:07.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-29T19:43:07.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-29T19:43:07.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-29T19:43:07.253Z] ---> b3cc3d30b91e [2021-03-29T19:43:07.253Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-29T19:43:07.831Z] ---> 081a95db2ad1 [2021-03-29T19:43:07.831Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-29T19:43:07.831Z] Removing intermediate container a85412f6643a [2021-03-29T19:43:07.831Z] ---> eb9eadeb1732 [2021-03-29T19:43:07.831Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-29T19:43:08.096Z] ---> Running in 6c93be7dd9ac [2021-03-29T19:43:08.358Z] ---> 31a9e101f147 [2021-03-29T19:43:08.359Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-29T19:43:08.359Z] ---> Running in 7a2fefbd2937 [2021-03-29T19:43:08.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:43:08.621Z] Removing intermediate container 7a2fefbd2937 [2021-03-29T19:43:08.621Z] ---> 6402efeef161 [2021-03-29T19:43:08.621Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T19:43:08.621Z] ---> Running in 65176834a15c [2021-03-29T19:43:08.884Z] Removing intermediate container 65176834a15c [2021-03-29T19:43:08.885Z] ---> 3f15205913c1 [2021-03-29T19:43:08.885Z] Step 20/22 : LABEL arch=x86_64 [2021-03-29T19:43:08.885Z] ---> Running in aacce0f7a6ee [2021-03-29T19:43:09.147Z] Removing intermediate container aacce0f7a6ee [2021-03-29T19:43:09.147Z] ---> 9046d5301c71 [2021-03-29T19:43:09.148Z] Step 21/22 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T19:43:09.148Z] ---> Running in 94d3374f9675 [2021-03-29T19:43:09.148Z] Removing intermediate container 94d3374f9675 [2021-03-29T19:43:09.148Z] ---> 34a8c2b1196c [2021-03-29T19:43:09.148Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T19:43:09.413Z] ---> Running in 447720938cbe [2021-03-29T19:43:09.413Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:43:09.413Z] Removing intermediate container 447720938cbe [2021-03-29T19:43:09.413Z] ---> 2a2cc782336a [2021-03-29T19:43:09.413Z] [2021-03-29T19:43:09.701Z] Successfully built 2a2cc782336a [2021-03-29T19:43:09.701Z] Successfully tagged docker-support-notifications-go:latest [2021-03-29T19:43:10.301Z]  Building docker-support-notifications-go ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-03-29T19:43:10.301Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-29T19:43:10.301Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-29T19:43:10.569Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-29T19:43:10.864Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-29T19:43:11.132Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-29T19:43:11.132Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:43:11.132Z] OK: 8 MiB in 20 packages [2021-03-29T19:43:12.098Z] Removing intermediate container 6c93be7dd9ac [2021-03-29T19:43:12.098Z] ---> 03ea4b9c5726 [2021-03-29T19:43:12.098Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T19:43:12.098Z] ---> c684622c8e39 [2021-03-29T19:43:12.098Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-29T19:43:13.062Z] ---> b325110fc7ed [2021-03-29T19:43:13.062Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-29T19:43:13.330Z] ---> 67961f7c5d85 [2021-03-29T19:43:13.330Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-29T19:43:13.596Z] ---> Running in d5b5c2ba2fe3 [2021-03-29T19:43:13.596Z] Removing intermediate container d5b5c2ba2fe3 [2021-03-29T19:43:13.596Z] ---> 811370e08837 [2021-03-29T19:43:13.596Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T19:43:13.866Z] ---> Running in 4c3963339535 [2021-03-29T19:43:13.866Z] Removing intermediate container 4c3963339535 [2021-03-29T19:43:13.866Z] ---> fa015da9e1b4 [2021-03-29T19:43:13.866Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T19:43:13.960Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.318s coverage: 92.8% of statements [2021-03-29T19:43:13.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-29T19:43:13.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T19:43:13.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-29T19:43:13.960Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-29T19:43:13.960Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-29T19:43:13.960Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-29T19:43:13.960Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-29T19:43:13.960Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-29T19:43:13.960Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-29T19:43:13.960Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-29T19:43:13.960Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-29T19:43:13.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-29T19:43:13.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-29T19:43:13.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-29T19:43:13.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-29T19:43:13.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-29T19:43:13.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-29T19:43:13.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-29T19:43:13.961Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.125s coverage: 58.8% of statements [2021-03-29T19:43:13.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-29T19:43:13.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-29T19:43:13.961Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.230s coverage: 1.0% of statements [2021-03-29T19:43:13.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-29T19:43:13.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-29T19:43:13.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-29T19:43:13.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.150s coverage: 47.1% of statements [2021-03-29T19:43:13.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.152s coverage: 79.5% of statements [2021-03-29T19:43:13.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.170s coverage: 94.1% of statements [2021-03-29T19:43:13.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.153s coverage: 96.3% of statements [2021-03-29T19:43:13.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.141s coverage: 87.5% of statements [2021-03-29T19:43:14.135Z] ---> Running in 214dcc244661 [2021-03-29T19:43:14.135Z] Removing intermediate container 214dcc244661 [2021-03-29T19:43:14.135Z] ---> cabe8260a335 [2021-03-29T19:43:14.135Z] Step 22/23 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T19:43:14.400Z] ---> Running in fe34c1b38c38 [2021-03-29T19:43:14.664Z] Removing intermediate container fe34c1b38c38 [2021-03-29T19:43:14.664Z] ---> 98ea9a100bc3 [2021-03-29T19:43:14.664Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T19:43:14.664Z] ---> Running in c176a3848062 [2021-03-29T19:43:14.957Z] Removing intermediate container c176a3848062 [2021-03-29T19:43:14.957Z] ---> 460de7b139e9 [2021-03-29T19:43:14.957Z] [2021-03-29T19:43:14.957Z] Successfully built 460de7b139e9 [2021-03-29T19:43:14.957Z] Successfully tagged docker-core-data-go:latest [2021-03-29T19:43:15.585Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-29T19:43:15.592Z] $ docker stop --time=1 e739916bfe77ea1024e0cd9f19f8f58ec0fbf26d170dded6c11678ef90172bcc [2021-03-29T19:43:18.077Z] $ docker rm -f e739916bfe77ea1024e0cd9f19f8f58ec0fbf26d170dded6c11678ef90172bcc [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T19:43:18.667Z] + docker images [2021-03-29T19:43:18.667Z] + grep docker [2021-03-29T19:43:19.243Z] docker-core-data-go latest 460de7b139e9 4 seconds ago 22.7MB [2021-03-29T19:43:19.243Z] docker-support-notifications-go latest 2a2cc782336a 9 seconds ago 17.9MB [2021-03-29T19:43:19.243Z] docker-security-proxy-setup-go latest a9ba7b11b517 13 seconds ago 25.4MB [2021-03-29T19:43:19.243Z] docker-sys-mgmt-agent-go latest 7e874f74cbf4 36 seconds ago 314MB [2021-03-29T19:43:19.243Z] docker-support-scheduler-go latest cc607744099f 48 seconds ago 17.4MB [2021-03-29T19:43:19.243Z] docker-security-bootstrapper-go latest 4344480356df About a minute ago 18.9MB [2021-03-29T19:43:19.243Z] docker-security-secretstore-setup-go latest dda49d985291 2 minutes ago 25.7MB [2021-03-29T19:43:19.243Z] docker-core-metadata-go latest 72023282e17c 2 minutes ago 19MB [2021-03-29T19:43:19.243Z] docker-core-command-go latest 760856cc0e98 2 minutes ago 17.3MB [2021-03-29T19:43:19.243Z] 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-29T19:43:26.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.163s coverage: 94.4% of statements [2021-03-29T19:43:26.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.131s coverage: 44.8% of statements [2021-03-29T19:43:33.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.497s coverage: 82.6% of statements [2021-03-29T19:43:34.927Z] Still waiting to schedule task [2021-03-29T19:43:34.927Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-29T19:43:43.309Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.212s coverage: 92.9% of statements [2021-03-29T19:43:43.309Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-29T19:43:43.309Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-29T19:43:43.309Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-29T19:43:43.309Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-29T19:43:43.309Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-29T19:43:43.309Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-29T19:43:43.309Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-29T19:43:43.309Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-29T19:43:43.309Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-29T19:43:43.309Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements [2021-03-29T19:43:43.309Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-29T19:43:43.309Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-29T19:43:43.309Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.133s coverage: 100.0% of statements [2021-03-29T19:43:43.309Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-29T19:43:43.309Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.149s coverage: 75.5% of statements [2021-03-29T19:43:43.309Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-29T19:43:43.309Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.131s coverage: 80.8% of statements [2021-03-29T19:43:43.309Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.208s coverage: 87.2% of statements [2021-03-29T19:43:43.309Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.225s coverage: 84.6% of statements [2021-03-29T19:43:43.309Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.294s coverage: 91.6% of statements [2021-03-29T19:43:43.309Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-29T19:43:43.309Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.844s coverage: 64.4% of statements [2021-03-29T19:43:43.309Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-29T19:43:43.309Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-29T19:43:43.309Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.135s coverage: 100.0% of statements [2021-03-29T19:43:43.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements [2021-03-29T19:43:43.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements [2021-03-29T19:43:44.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.066s coverage: 73.7% of statements [2021-03-29T19:43:45.478Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements [2021-03-29T19:43:49.813Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.120s coverage: 69.0% of statements [2021-03-29T19:43:49.813Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-29T19:43:49.813Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-29T19:43:49.813Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-29T19:43:51.806Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.563s coverage: 38.4% of statements [2021-03-29T19:43:51.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-29T19:43:51.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-29T19:43:51.806Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.099s coverage: 89.5% of statements [2021-03-29T19:43:51.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-29T19:43:51.806Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.112s coverage: 84.8% of statements [2021-03-29T19:44:00.145Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.561s coverage: 47.0% of statements [2021-03-29T19:44:00.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-29T19:44:00.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-29T19:44:00.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-29T19:44:00.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-29T19:44:00.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-29T19:44:00.146Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.145s coverage: 100.0% of statements [2021-03-29T19:44:00.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-29T19:44:00.146Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.104s coverage: 100.0% of statements [2021-03-29T19:44:00.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-29T19:44:00.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-29T19:44:00.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-29T19:44:00.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-29T19:44:00.146Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.449s coverage: 87.1% of statements [2021-03-29T19:44:00.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-29T19:44:00.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T19:44:00.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-29T19:44:08.493Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.322s coverage: 29.1% of statements [2021-03-29T19:44:08.493Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-29T19:44:08.493Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-29T19:44:08.493Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-29T19:44:08.493Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-29T19:44:08.493Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-29T19:44:08.493Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.273s coverage: 99.0% of statements [2021-03-29T19:44:08.493Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-29T19:44:08.493Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.196s coverage: 100.0% of statements [2021-03-29T19:44:08.493Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-29T19:44:08.493Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-29T19:44:08.493Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-29T19:44:08.493Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-29T19:44:08.493Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.303s coverage: 94.6% of statements [2021-03-29T19:44:08.493Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-29T19:44:08.493Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T19:44:08.493Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-29T19:44:08.493Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements [2021-03-29T19:44:08.493Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-29T19:44:08.493Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.066s coverage: 100.0% of statements [2021-03-29T19:44:08.493Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-29T19:44:08.493Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-29T19:44:08.493Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-29T19:44:08.493Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-29T19:44:08.493Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements [2021-03-29T19:44:08.493Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-29T19:44:08.493Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-29T19:44:08.493Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.072s coverage: 100.0% of statements [2021-03-29T19:44:09.487Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.179s coverage: 32.1% of statements [2021-03-29T19:44:11.470Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.091s coverage: 100.0% of statements [2021-03-29T19:44:12.454Z] GO111MODULE=on go vet ./... [2021-03-29T19:44:26.775Z] Running on prd-ubuntu18.04-docker-8c-8g-31837 in /w/workspace/edgexfoundry_edgex-go_PR-3300 [Pipeline] { [Pipeline] ws [2021-03-29T19:44:26.827Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-03-29T19:44:29.107Z] using credential edgex-jenkins-ssh [2021-03-29T19:44:29.158Z] Cloning the remote Git repository [2021-03-29T19:44:29.178Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-29T19:44:29.243Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-03-29T19:44:29.266Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T19:44:29.266Z] > git --version # timeout=10 [2021-03-29T19:44:29.272Z] > git --version # 'git version 2.17.1' [2021-03-29T19:44:29.273Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T19:44:29.294Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T19:44:37.708Z] Merging remotes/origin/master commit 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 into PR head commit 49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T19:44:37.873Z] Merge succeeded, producing 49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T19:44:37.873Z] Checking out Revision 49fe07c0865b4f764a46dfa194199239fc0884ee (PR-3300) [2021-03-29T19:44:37.197Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T19:44:37.208Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T19:44:37.218Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T19:44:37.233Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T19:44:37.233Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T19:44:37.238Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3300/head:refs/remotes/origin/PR-3300 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-29T19:44:37.716Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T19:44:37.721Z] > git checkout -f 49fe07c0865b4f764a46dfa194199239fc0884ee # timeout=10 [2021-03-29T19:44:37.836Z] > git remote # timeout=10 [2021-03-29T19:44:37.842Z] > git config --get remote.origin.url # timeout=10 [2021-03-29T19:44:37.846Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T19:44:37.850Z] > git merge 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 # timeout=10 [2021-03-29T19:44:37.865Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-29T19:44:37.874Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T19:44:37.877Z] > git checkout -f 49fe07c0865b4f764a46dfa194199239fc0884ee # timeout=10 [2021-03-29T19:44:41.564Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.5" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T19:44:42.804Z] + echo snap-build.sh [2021-03-29T19:44:42.804Z] snap-build.sh [2021-03-29T19:44:42.804Z] + SNAP_BASE_DIR=. [2021-03-29T19:44:42.804Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-03-29T19:44:42.804Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-03-29T19:44:42.804Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-03-29T19:44:42.804Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-03-29T19:44:42.804Z] + cd /w/workspace/edgex-go/3 [2021-03-29T19:44:42.804Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-29T19:44:42.804Z] Reading package lists... [2021-03-29T19:44:43.065Z] Building dependency tree... [2021-03-29T19:44:43.065Z] Reading state information... [2021-03-29T19:44:43.065Z] The following packages were automatically installed and are no longer required: [2021-03-29T19:44:43.065Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-29T19:44:43.065Z] uidmap xdelta3 [2021-03-29T19:44:43.065Z] Use 'sudo apt autoremove' to remove them. [2021-03-29T19:44:43.065Z] The following packages will be REMOVED: [2021-03-29T19:44:43.065Z] lxd* lxd-client* [2021-03-29T19:44:43.636Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-29T19:44:43.637Z] After this operation, 31.7 MB disk space will be freed. [2021-03-29T19:44:44.682Z] (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-29T19:44:44.682Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-29T19:44:45.630Z] Removing lxd dnsmasq configuration [2021-03-29T19:44:45.630Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-29T19:44:45.630Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-29T19:44:46.199Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-29T19:44:46.459Z] (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-29T19:44:46.459Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-29T19:44:47.845Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-29T19:44:48.112Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-29T19:44:49.496Z] + sudo snap remove --purge lxd [2021-03-29T19:44:49.496Z] snap "lxd" is not installed [2021-03-29T19:44:49.496Z] + sudo groupadd --force --system lxd [2021-03-29T19:44:49.496Z] ++ whoami [2021-03-29T19:44:49.496Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-29T19:44:49.756Z] + newgrp - lxd [2021-03-29T19:44:49.756Z] + sudo snap install lxd [2021-03-29T19:44:57.906Z] 2021-03-29T19:44:54Z INFO Waiting for automatic snapd restart... [2021-03-29T19:45:12.849Z] lxd 4.12 from Canonical* installed [2021-03-29T19:45:12.849Z] + sudo lxd init --auto [2021-03-29T19:45:19.469Z] + sudo snap install --classic snapcraft [2021-03-29T19:45:24.770Z] snapcraft 4.5.4 from Canonical* installed [2021-03-29T19:45:24.770Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-29T19:45:24.770Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-29T19:45:24.770Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T19:45:24.770Z] Dload Upload Total Spent Left Speed [2021-03-29T19:45:25.047Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3710 0 --:--:-- --:--:-- --:--:-- 3732 [2021-03-29T19:45:25.309Z] 100 3325k 100 3325k 0 0 8070k 0 --:--:-- --:--:-- --:--:-- 8070k [2021-03-29T19:45:25.309Z] ./yq_linux_amd64 [2021-03-29T19:45:25.309Z] + sudo snapcraft prime --use-lxd [2021-03-29T19:45:27.227Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-29T19:45:27.227Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-29T19:45:27.227Z] - README.md [2021-03-29T19:45:27.227Z] [2021-03-29T19:45:27.227Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-29T19:45:27.801Z] Launching a container. [2021-03-29T19:45:40.044Z] Waiting for container to be ready [2021-03-29T19:45:40.044Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-29T19:45:40.044Z] [2021-03-29T19:45:42.617Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-29T19:45:43.192Z] Waiting for network to be ready... [2021-03-29T19:45:43.453Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-29T19:45:43.453Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] [2021-03-29T19:45:43.715Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-29T19:45:43.715Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-29T19:45:43.715Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-29T19:45:43.715Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-29T19:45:43.715Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-29T19:45:43.715Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-29T19:45:43.715Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-29T19:45:43.715Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-29T19:45:43.979Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-29T19:45:44.241Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-29T19:45:44.504Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-29T19:45:44.504Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-29T19:45:44.504Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-29T19:45:44.504Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-29T19:45:44.504Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-29T19:45:44.504Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-29T19:45:44.771Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-29T19:45:45.032Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-29T19:45:45.298Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-29T19:45:45.299Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-29T19:45:45.299Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-29T19:45:45.299Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-29T19:45:45.299Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-29T19:45:45.299Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-29T19:45:45.299Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-29T19:45:48.615Z] Fetched 24.2 MB in 5s (4738 kB/s) [2021-03-29T19:45:49.417Z] gofmt -l . [2021-03-29T19:45:49.417Z] [ "`gofmt -l .`" = "" ] [2021-03-29T19:45:49.417Z] ./bin/test-go-mod-tidy.sh [2021-03-29T19:45:49.699Z] ./bin/test-attribution-txt.sh [2021-03-29T19:45:50.002Z] Reading package lists... [2021-03-29T19:45:50.002Z] Reading package lists... [2021-03-29T19:45:50.264Z] Building dependency tree... [2021-03-29T19:45:50.264Z] Reading state information... [2021-03-29T19:45:50.525Z] The following additional packages will be installed: [2021-03-29T19:45:50.525Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-29T19:45:50.525Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-29T19:45:50.525Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-29T19:45:50.525Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-29T19:45:50.525Z] Suggested packages: [2021-03-29T19:45:50.525Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-29T19:45:50.525Z] Recommended packages: [2021-03-29T19:45:50.525Z] gnupg libsasl2-modules [2021-03-29T19:45:50.525Z] The following NEW packages will be installed: [2021-03-29T19:45:50.525Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-29T19:45:50.525Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-29T19:45:50.525Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-29T19:45:50.525Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-29T19:45:50.525Z] The following packages will be upgraded: [2021-03-29T19:45:50.525Z] gpg gpg-agent gpgconf libudev1 [2021-03-29T19:45:50.525Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-29T19:45:50.525Z] Need to get 3530 kB of archives. [2021-03-29T19:45:50.525Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-29T19:45:50.525Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-29T19:45:50.525Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-29T19:45:50.525Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-29T19:45:50.525Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-29T19:45:50.788Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-29T19:45:51.049Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-29T19:45:51.657Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-29T19:45:51.657Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-29T19:45:51.657Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-29T19:45:51.657Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-29T19:45:51.657Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-29T19:45:51.657Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-29T19:45:51.657Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-29T19:45:51.657Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-29T19:45:51.657Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-29T19:45:51.657Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-29T19:45:51.657Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [Pipeline] sh [2021-03-29T19:45:51.945Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-29T19:45:51.945Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-29T19:45:51.945Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-29T19:45:51.945Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-29T19:45:51.945Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-29T19:45:52.228Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T19:45:52.228Z] Fetched 3530 kB in 1s (2366 kB/s) [2021-03-29T19:45:52.228Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-29T19:45:52.228Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-29T19:45:52.228Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T19:45:52.228Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-29T19:45:52.350Z] + ls -al . [2021-03-29T19:45:52.350Z] total 808 [2021-03-29T19:45:52.350Z] drwxrwxr-x 9 1001 1001 4096 Mar 29 19:45 . [2021-03-29T19:45:52.350Z] drwxr-xr-x 4 root root 4096 Mar 29 19:40 .. [2021-03-29T19:45:52.350Z] -rw-rw-r-- 1 1001 1001 11 Mar 29 19:39 .dockerignore [2021-03-29T19:45:52.350Z] drwxrwxr-x 8 1001 1001 4096 Mar 29 19:39 .git [2021-03-29T19:45:52.350Z] drwxrwxr-x 3 1001 1001 4096 Mar 29 19:39 .github [2021-03-29T19:45:52.350Z] -rw-rw-r-- 1 1001 1001 818 Mar 29 19:39 .gitignore [2021-03-29T19:45:52.350Z] -rw-rw-r-- 1 1001 1001 166 Mar 29 19:39 .sonarcloud.properties [2021-03-29T19:45:52.350Z] -rw-rw-r-- 1 1001 1001 8607 Mar 29 19:39 Attribution.txt [2021-03-29T19:45:52.350Z] -rw-rw-r-- 1 1001 1001 3804 Mar 29 19:39 CONTRIBUTING.md [2021-03-29T19:45:52.350Z] -rw-rw-r-- 1 1001 1001 931 Mar 29 19:39 Dockerfile.build [2021-03-29T19:45:52.350Z] -rw-rw-r-- 1 1001 1001 863 Mar 29 19:39 Jenkinsfile [2021-03-29T19:45:52.350Z] -rw-rw-r-- 1 1001 1001 10775 Mar 29 19:39 LICENSE [2021-03-29T19:45:52.350Z] -rw-rw-r-- 1 1001 1001 5774 Mar 29 19:39 Makefile [2021-03-29T19:45:52.350Z] -rw-rw-r-- 1 1001 1001 6548 Mar 29 19:39 README.md [2021-03-29T19:45:52.350Z] -rw-rw-r-- 1 1001 1001 6755 Mar 29 19:39 SECURITY.md [2021-03-29T19:45:52.350Z] -rw-rw-r-- 1 1001 1001 5 Mar 29 19:33 VERSION [2021-03-29T19:45:52.350Z] -rw-rw-r-- 1 1001 1001 4131 Mar 29 19:39 ZMQWindows.md [2021-03-29T19:45:52.350Z] drwxrwxr-x 2 1001 1001 4096 Mar 29 19:39 bin [2021-03-29T19:45:52.350Z] drwxrwxr-x 14 1001 1001 4096 Mar 29 19:39 cmd [2021-03-29T19:45:52.350Z] -rw-r--r-- 1 root root 668090 Mar 29 19:44 coverage.out [2021-03-29T19:45:52.350Z] -rw-r--r-- 1 root root 1056 Mar 29 19:45 go.mod [2021-03-29T19:45:52.350Z] -rw-r--r-- 1 root root 22646 Mar 29 19:45 go.sum [2021-03-29T19:45:52.350Z] drwxrwxr-x 8 1001 1001 4096 Mar 29 19:39 internal [2021-03-29T19:45:52.350Z] drwxrwxr-x 4 1001 1001 4096 Mar 29 19:39 openapi [2021-03-29T19:45:52.350Z] drwxrwxr-x 4 1001 1001 4096 Mar 29 19:39 snap [2021-03-29T19:45:52.350Z] -rw-rw-r-- 1 1001 1001 168 Mar 29 19:39 version.go [Pipeline] sh [2021-03-29T19:45:52.505Z] Selecting previously unselected package udev. [2021-03-29T19:45:52.505Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-29T19:45:52.505Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-29T19:45:52.505Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-29T19:45:52.768Z] Selecting previously unselected package libfuse2:amd64. [2021-03-29T19:45:52.768Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-29T19:45:52.768Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-29T19:45:52.768Z] Selecting previously unselected package fuse. [2021-03-29T19:45:52.768Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-29T19:45:52.768Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-29T19:45:53.031Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T19:45:53.031Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T19:45:53.031Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T19:45:53.031Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T19:45:53.035Z] + '[' -e coverage.out ] [2021-03-29T19:45:53.035Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-29T19:45:53.102Z] Warning: overwriting stash ‘coverage-report’ [2021-03-29T19:45:53.293Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T19:45:53.293Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T19:45:53.293Z] Selecting previously unselected package libksba8:amd64. [2021-03-29T19:45:53.293Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-29T19:45:53.293Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-29T19:45:53.553Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-29T19:45:53.553Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T19:45:53.553Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:45:53.553Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-29T19:45:53.553Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T19:45:53.553Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:45:53.553Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-29T19:45:53.553Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T19:45:53.553Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:45:53.813Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-29T19:45:53.813Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T19:45:53.813Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:45:53.813Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-29T19:45:53.813Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T19:45:53.813Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:45:53.813Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-29T19:45:53.813Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T19:45:53.813Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:45:53.813Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-29T19:45:53.813Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T19:45:54.078Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:45:54.078Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-29T19:45:54.078Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T19:45:54.078Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:45:54.078Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-29T19:45:54.078Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T19:45:54.078Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:45:54.078Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-29T19:45:54.078Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-29T19:45:54.341Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T19:45:54.341Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-29T19:45:54.341Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-29T19:45:54.341Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T19:45:54.341Z] Selecting previously unselected package libldap-common. [2021-03-29T19:45:54.341Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-29T19:45:54.341Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T19:45:54.341Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-29T19:45:54.341Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-29T19:45:54.341Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T19:45:54.405Z] Stashed 1 file(s) [Pipeline] sh [2021-03-29T19:45:54.602Z] Selecting previously unselected package dirmngr. [2021-03-29T19:45:54.602Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T19:45:54.602Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-29T19:45:54.602Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T19:45:54.602Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-29T19:45:54.602Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-29T19:45:54.864Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T19:45:54.864Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T19:45:54.864Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-29T19:45:54.864Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:45:54.864Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-29T19:45:54.864Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T19:45:54.864Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-29T19:45:55.077Z] + make build [2021-03-29T19:45:55.077Z] 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-29T19:45:55.442Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-29T19:45:55.442Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:45:55.442Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-29T19:45:55.442Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-29T19:45:55.703Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-29T19:45:55.703Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:45:55.703Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:45:55.703Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:45:55.703Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:45:55.703Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:45:55.703Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:45:55.703Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:45:55.703Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T19:45:55.703Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-29T19:45:55.963Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T19:45:56.535Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-29T19:45:56.535Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-29T19:45:56.535Z] This means they are not meant to be enabled using systemctl. [2021-03-29T19:45:56.535Z] Possible reasons for having this kind of units are: [2021-03-29T19:45:56.535Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-29T19:45:56.535Z] .wants/ or .requires/ directory. [2021-03-29T19:45:56.535Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-29T19:45:56.535Z] a requirement dependency on it. [2021-03-29T19:45:56.535Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-29T19:45:56.535Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-29T19:45:56.535Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-29T19:45:56.535Z] instance name specified. [2021-03-29T19:45:56.796Z] Reading package lists... [2021-03-29T19:45:57.057Z] Building dependency tree... [2021-03-29T19:45:57.057Z] Reading state information... [2021-03-29T19:45:57.057Z] The following additional packages will be installed: [2021-03-29T19:45:57.057Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-29T19:45:57.057Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-29T19:45:57.057Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-29T19:45:57.057Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-29T19:45:57.057Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-29T19:45:57.057Z] Suggested packages: [2021-03-29T19:45:57.057Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-29T19:45:57.057Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-29T19:45:57.057Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-29T19:45:57.057Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-29T19:45:57.057Z] systemd-container policykit-1 [2021-03-29T19:45:57.057Z] Recommended packages: [2021-03-29T19:45:57.057Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-29T19:45:57.057Z] The following NEW packages will be installed: [2021-03-29T19:45:57.057Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-29T19:45:57.057Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-29T19:45:57.057Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-29T19:45:57.057Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-29T19:45:57.057Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-29T19:45:57.057Z] The following packages will be upgraded: [2021-03-29T19:45:57.057Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-29T19:45:57.322Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-29T19:45:57.322Z] Need to get 35.2 MB of archives. [2021-03-29T19:45:57.322Z] After this operation, 141 MB of additional disk space will be used. [2021-03-29T19:45:57.322Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-29T19:45:57.323Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-29T19:45:57.323Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-03-29T19:45:57.323Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-29T19:45:57.323Z] 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-29T19:45:57.323Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-29T19:45:57.323Z] 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-29T19:45:57.323Z] 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-29T19:45:57.584Z] 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-29T19:45:57.584Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-29T19:45:57.584Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-29T19:45:57.584Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-29T19:45:57.584Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-29T19:45:57.584Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-29T19:45:57.584Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-29T19:45:57.584Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-29T19:45:57.584Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-29T19:45:57.584Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-29T19:45:57.584Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-29T19:45:58.158Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-29T19:45:58.158Z] 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-29T19:45:58.158Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-29T19:45:58.158Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-29T19:45:58.158Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-29T19:45:58.158Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-29T19:45:58.158Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-29T19:45:58.158Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-29T19:45:58.158Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-29T19:45:58.421Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-29T19:45:58.421Z] 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-29T19:45:58.421Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T19:45:58.683Z] Fetched 35.2 MB in 1s (29.0 MB/s) [2021-03-29T19:45:58.683Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-29T19:45:58.683Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-29T19:45:58.683Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T19:45:59.308Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-29T19:45:59.308Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T19:45:59.570Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-29T19:45:59.570Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-29T19:45:59.570Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-29T19:45:59.570Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-29T19:45:59.830Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-29T19:45:59.830Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-29T19:45:59.830Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-29T19:45:59.830Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-29T19:46:00.093Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-29T19:46:00.093Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-29T19:46:00.666Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-29T19:46:00.666Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-29T19:46:00.666Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-29T19:46:00.666Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-29T19:46:00.928Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-29T19:46:00.928Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T19:46:00.928Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T19:46:01.191Z] Selecting previously unselected package libexpat1:amd64. [2021-03-29T19:46:01.191Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-29T19:46:01.191Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-29T19:46:01.191Z] Selecting previously unselected package python3.6-minimal. [2021-03-29T19:46:01.191Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T19:46:01.191Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T19:46:01.451Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-29T19:46:01.712Z] Checking for services that may need to be restarted...done. [2021-03-29T19:46:01.712Z] Checking for services that may need to be restarted...done. [2021-03-29T19:46:01.712Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T19:46:01.712Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-29T19:46:01.712Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T19:46:02.297Z] Selecting previously unselected package python3-minimal. [2021-03-29T19:46:02.297Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-29T19:46:02.297Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-29T19:46:02.297Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-29T19:46:02.571Z] Selecting previously unselected package mime-support. [2021-03-29T19:46:02.571Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-29T19:46:02.571Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-29T19:46:02.571Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-29T19:46:02.571Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-29T19:46:02.571Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-29T19:46:02.572Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-29T19:46:02.572Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T19:46:02.572Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T19:46:03.144Z] Selecting previously unselected package python3.6. [2021-03-29T19:46:03.144Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T19:46:03.144Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T19:46:03.144Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-29T19:46:03.144Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-29T19:46:03.144Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-29T19:46:03.144Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-29T19:46:03.405Z] Selecting previously unselected package python3. [2021-03-29T19:46:03.405Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-29T19:46:03.405Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-29T19:46:03.405Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-29T19:46:03.405Z] Selecting previously unselected package multiarch-support. [2021-03-29T19:46:03.405Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T19:46:03.405Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-29T19:46:03.405Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-29T19:46:03.980Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-29T19:46:03.980Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-29T19:46:03.980Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-29T19:46:03.980Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-29T19:46:03.980Z] Selecting previously unselected package libbsd0:amd64. [2021-03-29T19:46:03.980Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-29T19:46:03.980Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-29T19:46:03.980Z] Selecting previously unselected package sudo. [2021-03-29T19:46:03.980Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-29T19:46:03.980Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-29T19:46:04.241Z] Selecting previously unselected package apparmor. [2021-03-29T19:46:04.241Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-29T19:46:04.241Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-29T19:46:04.502Z] Selecting previously unselected package libedit2:amd64. [2021-03-29T19:46:04.502Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-29T19:46:04.502Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-29T19:46:04.502Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-29T19:46:04.502Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T19:46:04.502Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T19:46:04.502Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-29T19:46:04.502Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T19:46:04.502Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T19:46:04.765Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-29T19:46:04.765Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-29T19:46:04.765Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-29T19:46:04.765Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-29T19:46:04.765Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T19:46:04.765Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T19:46:05.027Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-29T19:46:05.027Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T19:46:05.027Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T19:46:05.027Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-29T19:46:05.027Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-29T19:46:05.027Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-29T19:46:05.288Z] Selecting previously unselected package openssh-client. [2021-03-29T19:46:05.288Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-29T19:46:05.288Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-29T19:46:05.551Z] Selecting previously unselected package squashfs-tools. [2021-03-29T19:46:05.551Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-29T19:46:05.551Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-29T19:46:05.551Z] Selecting previously unselected package snapd. [2021-03-29T19:46:05.551Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-29T19:46:05.551Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-29T19:46:08.105Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-29T19:46:08.105Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-29T19:46:08.105Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-29T19:46:08.105Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-29T19:46:08.105Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-29T19:46:08.105Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T19:46:08.105Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T19:46:08.105Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-29T19:46:08.105Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-29T19:46:09.049Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-29T19:46:09.049Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-29T19:46:09.622Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-29T19:46:10.187Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-29T19:46:10.195Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T19:46:10.195Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T19:46:10.195Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T19:46:10.768Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-29T19:46:11.029Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T19:46:11.029Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-29T19:46:11.029Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-29T19:46:11.029Z] running python rtupdate hooks for python3.6... [2021-03-29T19:46:11.029Z] running python post-rtupdate hooks for python3.6... [2021-03-29T19:46:11.029Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-29T19:46:12.945Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-29T19:46:12.945Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T19:46:12.945Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-29T19:46:12.945Z] Setting up snapd (2.48.3+18.04) ... [2021-03-29T19:46:13.518Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-29T19:46:13.779Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-29T19:46:14.043Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-29T19:46:14.043Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-29T19:46:14.305Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-29T19:46:14.305Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-29T19:46:14.567Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-29T19:46:14.827Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-29T19:46:15.089Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-29T19:46:15.350Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-29T19:46:15.350Z] /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-29T19:46:15.350Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T19:46:15.350Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-29T19:46:16.776Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-29T19:46:16.776Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-29T19:46:16.776Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-29T19:46:18.424Z] Reading package lists... [2021-03-29T19:46:18.685Z] Reading package lists... [2021-03-29T19:46:18.947Z] Building dependency tree... [2021-03-29T19:46:18.948Z] Reading state information... [2021-03-29T19:46:18.948Z] Calculating upgrade... [2021-03-29T19:46:19.209Z] The following packages will be upgraded: [2021-03-29T19:46:19.209Z] advancecomp base-files bash binutils binutils-common [2021-03-29T19:46:19.209Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-29T19:46:19.209Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-29T19:46:19.209Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-29T19:46:19.209Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-29T19:46:19.209Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-29T19:46:19.209Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-29T19:46:19.209Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-29T19:46:19.209Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-29T19:46:19.209Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-29T19:46:19.209Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-29T19:46:19.209Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-29T19:46:19.209Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-29T19:46:19.209Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-29T19:46:19.209Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-29T19:46:19.473Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-29T19:46:19.473Z] Need to get 63.8 MB of archives. [2021-03-29T19:46:19.473Z] After this operation, 5208 kB of additional disk space will be used. [2021-03-29T19:46:19.473Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-03-29T19:46:19.473Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-29T19:46:20.046Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-29T19:46:20.046Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-29T19:46:20.046Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-29T19:46:20.046Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-29T19:46:20.308Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-29T19:46:20.308Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-29T19:46:20.308Z] 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-29T19:46:20.308Z] 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-29T19:46:20.308Z] 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-29T19:46:20.308Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-29T19:46:20.308Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-29T19:46:20.308Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-29T19:46:20.308Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-29T19:46:20.308Z] 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-29T19:46:20.308Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-29T19:46:20.308Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-29T19:46:20.308Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-29T19:46:20.308Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-29T19:46:20.308Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-29T19:46:20.308Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-29T19:46:20.308Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-29T19:46:20.308Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-29T19:46:20.308Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-29T19:46:20.308Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-29T19:46:20.568Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-29T19:46:20.568Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-29T19:46:20.568Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-29T19:46:20.568Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-29T19:46:20.568Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-29T19:46:20.568Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-29T19:46:20.568Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-29T19:46:20.568Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-29T19:46:20.568Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-29T19:46:20.568Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-29T19:46:20.568Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-29T19:46:20.568Z] 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-29T19:46:20.568Z] 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-29T19:46:20.568Z] 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-29T19:46:20.568Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-29T19:46:20.568Z] Get:42 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-29T19:46:20.568Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-29T19:46:20.918Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-29T19:46:20.918Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-29T19:46:20.918Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-29T19:46:20.918Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-29T19:46:20.918Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-29T19:46:20.918Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-29T19:46:20.918Z] Get:50 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-29T19:46:20.918Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-29T19:46:20.918Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-29T19:46:20.918Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-29T19:46:20.918Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-29T19:46:20.918Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-29T19:46:20.918Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-29T19:46:20.918Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-29T19:46:20.918Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-29T19:46:20.918Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-29T19:46:20.918Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-29T19:46:20.918Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-29T19:46:20.918Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-29T19:46:20.918Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-29T19:46:20.918Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-29T19:46:20.918Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-29T19:46:20.918Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-29T19:46:20.918Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-29T19:46:20.918Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-29T19:46:20.918Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-29T19:46:20.918Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-29T19:46:20.918Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-29T19:46:20.918Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-29T19:46:21.179Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-29T19:46:21.179Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-29T19:46:21.179Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-03-29T19:46:21.179Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-29T19:46:21.179Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-29T19:46:21.179Z] 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-29T19:46:21.179Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-29T19:46:21.179Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-29T19:46:21.179Z] 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-29T19:46:21.179Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-29T19:46:21.179Z] 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-29T19:46:21.179Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-29T19:46:21.179Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-29T19:46:21.179Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-29T19:46:21.439Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-29T19:46:21.439Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-29T19:46:21.439Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-29T19:46:21.439Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-29T19:46:21.699Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-29T19:46:22.270Z] 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-29T19:46:22.270Z] 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-29T19:46:22.270Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-29T19:46:22.532Z] 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-29T19:46:22.532Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-29T19:46:22.532Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-29T19:46:22.532Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-29T19:46:22.532Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-29T19:46:22.792Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T19:46:22.792Z] Fetched 63.8 MB in 3s (19.0 MB/s) [2021-03-29T19:46:23.053Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:46:23.053Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T19:46:23.053Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T19:46:23.625Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T19:46:23.625Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T19:46:23.625Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-03-29T19:46:23.886Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-03-29T19:46:24.829Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T19:46:24.829Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T19:46:24.829Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T19:46:24.829Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T19:46:24.829Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T19:46:24.829Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T19:46:24.829Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T19:46:25.092Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T19:46:25.092Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T19:46:25.092Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T19:46:25.092Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T19:46:25.092Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T19:46:25.354Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T19:46:25.354Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T19:46:25.354Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T19:46:25.354Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T19:46:25.354Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T19:46:25.615Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-29T19:46:25.616Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-29T19:46:25.877Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T19:46:25.877Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T19:46:25.877Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T19:46:25.877Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T19:46:25.877Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T19:46:25.877Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T19:46:26.139Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T19:46:26.139Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T19:46:26.139Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T19:46:26.139Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T19:46:26.401Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T19:46:26.974Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-29T19:46:27.235Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T19:46:27.235Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-29T19:46:27.235Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-29T19:46:27.235Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-29T19:46:27.235Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-29T19:46:27.495Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-29T19:46:27.495Z] Installing new version of config file /etc/issue ... [2021-03-29T19:46:27.495Z] Installing new version of config file /etc/issue.net ... [2021-03-29T19:46:27.495Z] Installing new version of config file /etc/lsb-release ... [2021-03-29T19:46:27.495Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-29T19:46:27.757Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-29T19:46:27.757Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-29T19:46:27.757Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-29T19:46:28.018Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:46:28.018Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-29T19:46:28.018Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-29T19:46:28.018Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-29T19:46:28.018Z] 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-29T19:46:28.279Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:46:28.279Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T19:46:28.279Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-29T19:46:28.279Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-29T19:46:28.279Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:46:28.279Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-29T19:46:28.279Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-29T19:46:28.543Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-29T19:46:28.543Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:46:28.543Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-29T19:46:28.543Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-29T19:46:28.805Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-29T19:46:29.067Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:46:29.067Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T19:46:29.067Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T19:46:29.067Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-29T19:46:29.334Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:46:29.334Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T19:46:29.334Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T19:46:29.334Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-29T19:46:29.334Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:46:29.334Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-29T19:46:29.595Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-29T19:46:29.596Z] Setting up grep (3.1-2build1) ... [2021-03-29T19:46:29.596Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:46:29.596Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-29T19:46:29.596Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-29T19:46:29.857Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-29T19:46:29.857Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:46:29.857Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T19:46:29.857Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T19:46:30.118Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-29T19:46:30.118Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:46:30.118Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-29T19:46:30.118Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T19:46:30.690Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-29T19:46:30.690Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T19:46:30.951Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-29T19:46:30.951Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T19:46:31.525Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-29T19:46:31.525Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:46:31.525Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-29T19:46:31.525Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T19:46:32.466Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-29T19:46:32.466Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-29T19:46:32.728Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-29T19:46:32.728Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-29T19:46:32.728Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-29T19:46:32.728Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:46:32.728Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-29T19:46:32.728Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-29T19:46:32.989Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-29T19:46:32.989Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:46:32.989Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T19:46:32.989Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T19:46:33.250Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T19:46:33.250Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:46:33.250Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T19:46:33.250Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T19:46:33.511Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T19:46:33.511Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:46:33.511Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T19:46:33.511Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T19:46:33.772Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T19:46:33.772Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:46:33.772Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T19:46:33.772Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T19:46:34.034Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T19:46:34.034Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:46:34.034Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T19:46:34.034Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T19:46:34.034Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T19:46:34.034Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T19:46:34.296Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-29T19:46:34.296Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:46:34.296Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T19:46:34.296Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T19:46:34.562Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-29T19:46:34.562Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:46:34.562Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T19:46:34.562Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T19:46:34.562Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T19:46:34.826Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:46:34.826Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T19:46:34.826Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T19:46:34.826Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-29T19:46:35.098Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:46:35.098Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T19:46:35.098Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T19:46:35.671Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-29T19:46:35.671Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-29T19:46:36.243Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-29T19:46:36.243Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:46:36.243Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T19:46:36.243Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T19:46:36.503Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-29T19:46:36.764Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:46:36.764Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-29T19:46:36.764Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T19:46:37.023Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-29T19:46:37.023Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:46:37.023Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-29T19:46:37.023Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-29T19:46:37.284Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-29T19:46:37.545Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:46:37.545Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-29T19:46:37.545Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-29T19:46:37.545Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-29T19:46:37.808Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:46:37.808Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-29T19:46:37.808Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-29T19:46:37.808Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-29T19:46:37.808Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:46:37.808Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-29T19:46:37.808Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T19:46:38.069Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T19:46:38.069Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:46:38.069Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-29T19:46:38.069Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T19:46:38.331Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T19:46:38.331Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:46:38.331Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-29T19:46:38.594Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T19:46:38.594Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T19:46:38.859Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:46:38.859Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T19:46:38.859Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T19:46:39.120Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-29T19:46:39.120Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T19:46:39.120Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T19:46:39.120Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T19:46:39.392Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-29T19:46:39.392Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:46:39.392Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-29T19:46:39.392Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-29T19:46:39.664Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-29T19:46:39.664Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:46:39.664Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-29T19:46:39.664Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T19:46:39.664Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T19:46:39.924Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:46:39.925Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T19:46:40.186Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T19:46:40.186Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-29T19:46:40.186Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:46:40.186Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-29T19:46:40.186Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-29T19:46:40.473Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-29T19:46:40.473Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:46:40.473Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-29T19:46:40.473Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-29T19:46:40.747Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-29T19:46:41.048Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:46:41.048Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T19:46:41.048Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T19:46:41.313Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-29T19:46:41.313Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:46:41.313Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-29T19:46:41.313Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-29T19:46:41.313Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-29T19:46:41.573Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:46:41.573Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-29T19:46:41.573Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-29T19:46:41.573Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-29T19:46:41.573Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:46:41.573Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-29T19:46:41.837Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-29T19:46:41.837Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-29T19:46:41.837Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:46:41.837Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-29T19:46:41.837Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-29T19:46:42.098Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-29T19:46:42.098Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:46:42.098Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-29T19:46:42.098Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-29T19:46:42.360Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-29T19:46:42.360Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:46:42.360Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-29T19:46:42.360Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-29T19:46:42.360Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-29T19:46:42.559Z] 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-29T19:46:42.621Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-29T19:46:42.621Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-29T19:46:42.621Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-29T19:46:42.621Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-29T19:46:42.883Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-29T19:46:42.883Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-29T19:46:42.883Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-29T19:46:43.145Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-29T19:46:43.145Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-29T19:46:43.409Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-29T19:46:43.409Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-29T19:46:43.409Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-29T19:46:43.409Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-29T19:46:43.409Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-29T19:46:43.671Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-29T19:46:43.671Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-29T19:46:43.671Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-29T19:46:43.671Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-29T19:46:43.671Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-29T19:46:43.931Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-29T19:46:43.931Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-29T19:46:43.931Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-29T19:46:43.931Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-29T19:46:44.194Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-29T19:46:44.194Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-29T19:46:45.139Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-29T19:46:45.139Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-29T19:46:45.139Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-29T19:46:45.139Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-29T19:46:45.400Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T19:46:45.400Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T19:46:45.661Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T19:46:45.661Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T19:46:45.923Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T19:46:45.923Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T19:46:45.923Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T19:46:45.923Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T19:46:46.494Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T19:46:46.494Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T19:46:46.494Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T19:46:46.494Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T19:46:46.755Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T19:46:46.755Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T19:46:46.755Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T19:46:46.755Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T19:46:48.140Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T19:46:48.140Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T19:46:49.083Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T19:46:49.083Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T19:46:49.655Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T19:46:49.655Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T19:46:50.225Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T19:46:50.225Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T19:46:50.855Z] 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-29T19:46:51.168Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T19:46:51.168Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T19:46:51.168Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-29T19:46:51.168Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-29T19:46:51.437Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-29T19:46:51.437Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-29T19:46:51.697Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-29T19:46:51.697Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-29T19:46:51.697Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-29T19:46:51.697Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-29T19:46:51.960Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-29T19:46:51.960Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-29T19:46:51.960Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-29T19:46:51.960Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-29T19:46:52.222Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-29T19:46:52.222Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-29T19:46:52.222Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T19:46:52.483Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-29T19:46:52.483Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T19:46:52.483Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T19:46:52.483Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T19:46:52.483Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-29T19:46:52.483Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-29T19:46:52.483Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-29T19:46:52.744Z] [2021-03-29T19:46:52.744Z] Current default time zone: 'Etc/UTC' [2021-03-29T19:46:52.744Z] Local time is now: Mon Mar 29 19:46:52 UTC 2021. [2021-03-29T19:46:52.744Z] Universal Time is now: Mon Mar 29 19:46:52 UTC 2021. [2021-03-29T19:46:52.744Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-29T19:46:52.744Z] [2021-03-29T19:46:52.744Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-29T19:46:52.744Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T19:46:52.744Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-03-29T19:46:52.744Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-29T19:46:52.744Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-29T19:46:53.007Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-29T19:46:53.007Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-29T19:46:53.007Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-29T19:46:53.007Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-29T19:46:53.007Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-29T19:46:53.007Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T19:46:53.007Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-29T19:46:53.268Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T19:46:53.268Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-29T19:46:53.268Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T19:46:53.268Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-29T19:46:53.529Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-29T19:46:53.529Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-29T19:46:53.529Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-29T19:46:53.529Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-29T19:46:53.529Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-29T19:46:53.529Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-29T19:46:53.529Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-29T19:46:54.914Z] Updating certificates in /etc/ssl/certs... [2021-03-29T19:46:55.856Z] 23 added, 27 removed; done. [2021-03-29T19:46:55.856Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-29T19:46:55.856Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T19:46:55.856Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-29T19:46:55.856Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-29T19:46:55.856Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-29T19:46:55.856Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T19:46:55.856Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-29T19:46:55.856Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T19:46:55.856Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T19:46:56.116Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T19:46:56.116Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T19:46:56.116Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T19:46:56.116Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-29T19:46:56.116Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-29T19:46:56.116Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-29T19:46:56.116Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-29T19:46:56.116Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-29T19:46:56.116Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T19:46:56.266Z] 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-29T19:46:56.376Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T19:46:56.376Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-29T19:46:56.376Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-29T19:46:56.637Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-29T19:46:56.637Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-29T19:46:56.637Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-29T19:46:56.637Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-29T19:46:56.637Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-29T19:46:56.897Z] Updating certificates in /etc/ssl/certs... [2021-03-29T19:46:57.158Z] 0 added, 0 removed; done. [2021-03-29T19:46:57.158Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-29T19:46:57.158Z] done. [2021-03-29T19:46:58.099Z] Reading package lists... [2021-03-29T19:46:58.099Z] Building dependency tree... [2021-03-29T19:46:58.099Z] Reading state information... [2021-03-29T19:46:58.245Z] 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-29T19:46:58.363Z] The following NEW packages will be installed: [2021-03-29T19:46:58.363Z] apt-transport-https [2021-03-29T19:46:58.624Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-29T19:46:58.624Z] Need to get 1696 B of archives. [2021-03-29T19:46:58.624Z] After this operation, 153 kB of additional disk space will be used. [2021-03-29T19:46:58.624Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-29T19:46:58.624Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T19:46:58.624Z] Fetched 1696 B in 0s (9382 B/s) [2021-03-29T19:46:58.624Z] Selecting previously unselected package apt-transport-https. [2021-03-29T19:46:58.886Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-29T19:46:58.886Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-29T19:46:58.886Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-29T19:46:58.886Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-29T19:46:59.147Z] Waiting for network to be ready... [2021-03-29T19:47:04.960Z] 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-29T19:47:07.299Z] 2021-03-29T19:47:03Z INFO Waiting for automatic snapd restart... [2021-03-29T19:47:07.299Z] snapd 2.49.1 from Canonical* installed [2021-03-29T19:47:08.684Z] "snapd" switched to the "latest/stable" channel [2021-03-29T19:47:08.684Z] [2021-03-29T19:47:12.988Z] core18 20210128 from Canonical* installed [2021-03-29T19:47:12.988Z] "core18" switched to the "latest/stable" channel [2021-03-29T19:47:12.988Z] [2021-03-29T19:47:15.131Z] 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-29T19:47:18.291Z] snapcraft 4.5.4 from Canonical* installed [2021-03-29T19:47:18.291Z] "snapcraft" switched to the "latest/stable" channel [2021-03-29T19:47:18.291Z] [2021-03-29T19:47:19.443Z] 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-29T19:47:21.595Z] 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-29T19:47:21.596Z] - README.md [2021-03-29T19:47:21.596Z] [2021-03-29T19:47:21.596Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-29T19:47:23.759Z] 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-29T19:47:28.179Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T19:47:28.179Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-29T19:47:28.179Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-29T19:47:28.179Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-29T19:47:29.156Z] 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-29T19:47:29.848Z] Reading package lists... [2021-03-29T19:47:30.109Z] 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-29T19:47:34.559Z] 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-29T19:47:36.704Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T19:47:36.704Z] Reading package lists... [2021-03-29T19:47:36.704Z] Building dependency tree... [2021-03-29T19:47:36.704Z] Reading state information... [2021-03-29T19:47:36.704Z] Suggested packages: [2021-03-29T19:47:36.704Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-29T19:47:36.704Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-29T19:47:36.704Z] Recommended packages: [2021-03-29T19:47:36.704Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-29T19:47:36.704Z] The following NEW packages will be installed: [2021-03-29T19:47:36.704Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-29T19:47:36.704Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-29T19:47:36.704Z] pkg-config zip [2021-03-29T19:47:36.965Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-29T19:47:36.965Z] Need to get 7657 kB of archives. [2021-03-29T19:47:36.965Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-29T19:47:36.965Z] 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-29T19:47:36.965Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-29T19:47:36.965Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-29T19:47:37.227Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-29T19:47:37.227Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-29T19:47:37.227Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-29T19:47:37.227Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-29T19:47:37.227Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-29T19:47:37.489Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-29T19:47:37.489Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-29T19:47:37.489Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-29T19:47:37.489Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-29T19:47:37.489Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-29T19:47:37.785Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-29T19:47:37.785Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-29T19:47:37.785Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T19:47:38.045Z] Fetched 7657 kB in 1s (7125 kB/s) [2021-03-29T19:47:38.045Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-29T19:47:38.045Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-29T19:47:38.045Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-29T19:47:38.045Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-29T19:47:38.306Z] Selecting previously unselected package libpsl5:amd64. [2021-03-29T19:47:38.306Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-29T19:47:38.306Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-29T19:47:38.306Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-29T19:47:38.306Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-29T19:47:38.306Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-29T19:47:38.568Z] Selecting previously unselected package librtmp1:amd64. [2021-03-29T19:47:38.568Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-29T19:47:38.568Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-29T19:47:38.568Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-29T19:47:38.568Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-29T19:47:38.568Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-29T19:47:38.568Z] Selecting previously unselected package liberror-perl. [2021-03-29T19:47:38.568Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-29T19:47:38.568Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-29T19:47:38.828Z] Selecting previously unselected package git-man. [2021-03-29T19:47:38.828Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-29T19:47:38.828Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-29T19:47:38.828Z] Selecting previously unselected package git. [2021-03-29T19:47:38.828Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-29T19:47:38.828Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-29T19:47:39.773Z] Selecting previously unselected package libnorm1:amd64. [2021-03-29T19:47:39.773Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-29T19:47:39.773Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-29T19:47:39.773Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-29T19:47:39.773Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-29T19:47:39.773Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-29T19:47:40.033Z] Selecting previously unselected package libsodium23:amd64. [2021-03-29T19:47:40.033Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-29T19:47:40.033Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-29T19:47:40.033Z] Selecting previously unselected package libzmq5:amd64. [2021-03-29T19:47:40.033Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-29T19:47:40.033Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T19:47:40.033Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-29T19:47:40.033Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-29T19:47:40.033Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T19:47:40.294Z] Selecting previously unselected package pkg-config. [2021-03-29T19:47:40.294Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-29T19:47:40.294Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-29T19:47:40.294Z] Selecting previously unselected package zip. [2021-03-29T19:47:40.557Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-29T19:47:40.557Z] Unpacking zip (3.0-11build1) ... [2021-03-29T19:47:40.557Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-29T19:47:40.557Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-29T19:47:40.557Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-29T19:47:40.557Z] Setting up liberror-perl (0.17025-1) ... [2021-03-29T19:47:40.557Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-29T19:47:40.557Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-29T19:47:40.821Z] No schema files found: doing nothing. [2021-03-29T19:47:40.821Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-29T19:47:40.821Z] Setting up zip (3.0-11build1) ... [2021-03-29T19:47:40.821Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-29T19:47:40.821Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-29T19:47:40.821Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-29T19:47:40.821Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T19:47:40.821Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-29T19:47:40.821Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T19:47:40.821Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-29T19:47:41.083Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [Pipeline] } [2021-03-29T19:47:42.858Z] $ docker stop --time=1 298aa6c780c1520b6e0def6447272ba2c2624b4f2da91b5eb3d40bdfc8c37821 [2021-03-29T19:47:45.621Z] $ docker rm -f 298aa6c780c1520b6e0def6447272ba2c2624b4f2da91b5eb3d40bdfc8c37821 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:47:47.699Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T19:47:47.699Z] git set to automatically installed. [2021-03-29T19:47:47.699Z] git-man set to automatically installed. [2021-03-29T19:47:47.699Z] libcurl3-gnutls set to automatically installed. [2021-03-29T19:47:47.699Z] liberror-perl set to automatically installed. [2021-03-29T19:47:47.699Z] libglib2.0-0 set to automatically installed. [2021-03-29T19:47:47.699Z] libnghttp2-14 set to automatically installed. [2021-03-29T19:47:47.699Z] libnorm1 set to automatically installed. [2021-03-29T19:47:47.699Z] libpgm-5.2-0 set to automatically installed. [2021-03-29T19:47:47.699Z] libpsl5 set to automatically installed. [2021-03-29T19:47:47.699Z] librtmp1 set to automatically installed. [2021-03-29T19:47:47.699Z] libsodium23 set to automatically installed. [2021-03-29T19:47:47.699Z] libzmq3-dev set to automatically installed. [2021-03-29T19:47:47.699Z] libzmq5 set to automatically installed. [2021-03-29T19:47:47.699Z] pkg-config set to automatically installed. [2021-03-29T19:47:47.699Z] zip set to automatically installed. [2021-03-29T19:47:47.947Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T19:47:48.218Z] [2021-03-29T19:47:48.218Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:47:48.599Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T19:47:48.870Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-29T19:47:48.870Z] 29e5d40040c1: Pulling fs layer [2021-03-29T19:47:48.870Z] 1ce36da41761: Pulling fs layer [2021-03-29T19:47:48.870Z] 25b303627fd3: Pulling fs layer [2021-03-29T19:47:49.085Z] snapd is not logged in, snap install commands will use sudo [2021-03-29T19:47:49.465Z] 29e5d40040c1: Verifying Checksum [2021-03-29T19:47:49.465Z] 29e5d40040c1: Download complete [2021-03-29T19:47:50.069Z] 1ce36da41761: Verifying Checksum [2021-03-29T19:47:50.069Z] 1ce36da41761: Download complete [2021-03-29T19:47:50.069Z] 29e5d40040c1: Pull complete [2021-03-29T19:47:51.529Z] 1ce36da41761: Pull complete [2021-03-29T19:47:52.123Z] 25b303627fd3: Verifying Checksum [2021-03-29T19:47:52.123Z] 25b303627fd3: Download complete [2021-03-29T19:47:55.718Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T19:47:56.300Z] error: cannot refresh "core18": unexpectedly empty response from the server [2021-03-29T19:47:56.300Z] (try again later) [2021-03-29T19:47:56.300Z] Error while refreshing snap 'core18' to channel 'latest/stable' [2021-03-29T19:47:56.561Z] Run the same command again with --debug to shell into the environment if you wish to introspect this failure. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-29T19:47:58.647Z] Failed in branch amd64 [2021-03-29T19:48:02.267Z] 25b303627fd3: Pull complete [2021-03-29T19:48:02.267Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-29T19:48:02.267Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T19:48:02.267Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-29T19:48:02.491Z] prd-ubuntu18.04-docker-arm64-4c-16g-31833 does not seem to be running inside a container [2021-03-29T19:48:02.560Z] $ 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-29T19:48:05.717Z] $ docker top fb7182fe2f1fdad78b4c5b05cd34579353c2b4f710050e178c2b429364922cfe -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T19:48:06.761Z] + docker-compose build --help+ [2021-03-29T19:48:06.761Z] grep parallel [2021-03-29T19:48:12.274Z] --parallel Build images in parallel. [Pipeline] } [2021-03-29T19:48:12.303Z] $ docker stop --time=1 fb7182fe2f1fdad78b4c5b05cd34579353c2b4f710050e178c2b429364922cfe [2021-03-29T19:48:14.223Z] $ docker rm -f fb7182fe2f1fdad78b4c5b05cd34579353c2b4f710050e178c2b429364922cfe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:48:15.017Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T19:48:15.017Z] . [Pipeline] withDockerContainer [2021-03-29T19:48:15.296Z] prd-ubuntu18.04-docker-arm64-4c-16g-31833 does not seem to be running inside a container [2021-03-29T19:48:15.388Z] $ 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-29T19:48:16.829Z] $ docker top 6b043953f303476298911fddd83c20ace15992e11bb8385bcf89b3bbc0c3ddce -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T19:48:17.883Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-29T19:48:23.320Z] Building docker-core-command-go ... [2021-03-29T19:48:23.320Z] Building docker-core-data-go ... [2021-03-29T19:48:23.320Z] Building docker-core-metadata-go ... [2021-03-29T19:48:23.320Z] Building docker-security-bootstrapper-go ... [2021-03-29T19:48:23.320Z] Building docker-security-proxy-setup-go ... [2021-03-29T19:48:23.320Z] Building docker-security-secretstore-setup-go ... [2021-03-29T19:48:23.320Z] Building docker-support-notifications-go ... [2021-03-29T19:48:23.320Z] Building docker-support-scheduler-go ... [2021-03-29T19:48:23.320Z] Building docker-sys-mgmt-agent-go ... [2021-03-29T19:48:23.320Z] Building docker-sys-mgmt-agent-go [2021-03-29T19:48:23.320Z] Building docker-core-command-go [2021-03-29T19:48:23.320Z] Building docker-security-proxy-setup-go [2021-03-29T19:48:23.320Z] Building docker-security-secretstore-setup-go [2021-03-29T19:48:23.320Z] Building docker-support-notifications-go [2021-03-29T19:49:45.088Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:49:45.088Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:49:45.088Z] ---> da268d2b93c1 [2021-03-29T19:49:45.088Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T19:49:45.088Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:49:45.088Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:49:45.088Z] ---> da268d2b93c1 [2021-03-29T19:49:45.088Z] Step 3/26 : WORKDIR /edgex-go [2021-03-29T19:49:45.088Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:49:45.088Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:49:45.088Z] ---> da268d2b93c1 [2021-03-29T19:49:45.088Z] Step 3/21 : WORKDIR /edgex-go [2021-03-29T19:49:45.088Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:49:45.088Z] [2021-03-29T19:49:45.088Z] Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:49:45.088Z] [2021-03-29T19:49:45.088Z] ---> da268d2b93c1 [2021-03-29T19:49:45.088Z] ---> da268d2b93c1 [2021-03-29T19:49:45.088Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T19:49:45.088Z] Step 3/24 : WORKDIR /edgex-go [2021-03-29T19:49:45.088Z] ---> Running in 9181aaa46fa9 [2021-03-29T19:49:45.088Z] ---> Running in dc58d34ca464 [2021-03-29T19:49:45.088Z] ---> Running in 6de87cdca9d9 [2021-03-29T19:49:45.088Z] ---> Running in 453911b43211 [2021-03-29T19:49:45.088Z] ---> Running in db8df102b061 [2021-03-29T19:49:45.088Z] Removing intermediate container 6de87cdca9d9 [2021-03-29T19:49:45.088Z] ---> 41b42058e9df [2021-03-29T19:49:45.088Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:49:45.088Z] Removing intermediate container db8df102b061 [2021-03-29T19:49:45.088Z] ---> a81985436912 [2021-03-29T19:49:45.088Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:49:45.088Z] Removing intermediate container dc58d34ca464 [2021-03-29T19:49:45.088Z] ---> 37ffdfc81f25 [2021-03-29T19:49:45.088Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:49:45.088Z] ---> Running in 6b35dfd299f7 [2021-03-29T19:49:45.088Z] Removing intermediate container 453911b43211 [2021-03-29T19:49:45.088Z] ---> 604282104650 [2021-03-29T19:49:45.088Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:49:45.088Z] Removing intermediate container 9181aaa46fa9 [2021-03-29T19:49:45.088Z] ---> 2382d2969b30 [2021-03-29T19:49:45.088Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:49:45.088Z] ---> Running in 6a80caf350ce [2021-03-29T19:49:45.088Z] ---> Running in c7965f281353 [2021-03-29T19:49:45.088Z] ---> Running in 2be37454d4f6 [2021-03-29T19:49:45.088Z] ---> Running in 1185d09d2a19 [2021-03-29T19:49:45.088Z] Removing intermediate container 6b35dfd299f7 [2021-03-29T19:49:45.088Z] ---> 758df87849da [2021-03-29T19:49:45.088Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-29T19:49:45.088Z] ---> Running in 25e330ebeec9 [2021-03-29T19:49:45.088Z] Removing intermediate container c7965f281353 [2021-03-29T19:49:45.088Z] ---> 2c57c8ff758b [2021-03-29T19:49:45.088Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-29T19:49:45.088Z] ---> Running in 20a0cf1a5075 [2021-03-29T19:49:45.088Z] Removing intermediate container 2be37454d4f6 [2021-03-29T19:49:45.088Z] ---> ae27e9a186ae [2021-03-29T19:49:45.088Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-29T19:49:45.088Z] Removing intermediate container 6a80caf350ce [2021-03-29T19:49:45.088Z] ---> f3d796d6fbaf [2021-03-29T19:49:45.088Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T19:49:45.088Z] Removing intermediate container 1185d09d2a19 [2021-03-29T19:49:45.088Z] ---> c1cda35d62b9 [2021-03-29T19:49:45.088Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-29T19:49:45.088Z] ---> Running in 86d8b8a0bb87 [2021-03-29T19:49:45.088Z] ---> Running in 34e98420a629 [2021-03-29T19:49:45.088Z] ---> Running in eea87847f266 [2021-03-29T19:49:45.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T19:49:45.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T19:49:46.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T19:49:46.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T19:49:46.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T19:49:46.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T19:49:46.847Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T19:49:47.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T19:49:47.828Z] OK: 217 MiB in 51 packages [2021-03-29T19:49:47.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T19:49:47.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T19:49:48.101Z] OK: 217 MiB in 51 packages [2021-03-29T19:49:49.086Z] OK: 217 MiB in 51 packages [2021-03-29T19:49:49.086Z] OK: 217 MiB in 51 packages [2021-03-29T19:49:49.086Z] OK: 217 MiB in 51 packages [2021-03-29T19:49:49.361Z] Removing intermediate container 25e330ebeec9 [2021-03-29T19:49:49.361Z] ---> 2c0f08d99294 [2021-03-29T19:49:49.361Z] Step 6/26 : COPY go.mod . [2021-03-29T19:49:49.640Z] Removing intermediate container 20a0cf1a5075 [2021-03-29T19:49:49.640Z] ---> 97e04bdecf1c [2021-03-29T19:49:49.640Z] Step 6/22 : COPY go.mod . [2021-03-29T19:49:50.624Z] ---> dca789ad3e96 [2021-03-29T19:49:50.624Z] Step 7/26 : RUN go mod download [2021-03-29T19:49:50.624Z] Removing intermediate container 86d8b8a0bb87 [2021-03-29T19:49:50.624Z] ---> 8d0d6c3d3bcc [2021-03-29T19:49:50.624Z] Step 6/24 : COPY go.mod . [2021-03-29T19:49:50.899Z] ---> Running in 02677efa3417 [2021-03-29T19:49:50.899Z] ---> 5c68a2e7a130 [2021-03-29T19:49:50.899Z] Step 7/22 : RUN go mod download [2021-03-29T19:49:51.174Z] Removing intermediate container 34e98420a629 [2021-03-29T19:49:51.174Z] ---> 81883ae70909 [2021-03-29T19:49:51.174Z] Step 6/23 : COPY go.mod . [2021-03-29T19:49:51.174Z] ---> Running in 3bb50912a1fe [2021-03-29T19:49:51.174Z] Removing intermediate container eea87847f266 [2021-03-29T19:49:51.174Z] ---> ce6045cea89c [2021-03-29T19:49:51.174Z] Step 6/21 : COPY go.mod . [2021-03-29T19:49:51.777Z] ---> c9bd45829e4b [2021-03-29T19:49:51.777Z] Step 7/24 : RUN go mod download [2021-03-29T19:49:52.055Z] ---> Running in e82bb5282b53 [2021-03-29T19:49:52.329Z] ---> 1891c6d591f2 [2021-03-29T19:49:52.329Z] Step 7/23 : RUN go mod download [2021-03-29T19:49:52.605Z] ---> Running in d5cfc38fbe6d [2021-03-29T19:49:52.877Z] ---> 2a2acaae01e9 [2021-03-29T19:49:52.877Z] Step 7/21 : RUN go mod download [2021-03-29T19:49:53.156Z] ---> Running in 38bc2f16c2a5 [2021-03-29T19:49:55.798Z] Removing intermediate container 02677efa3417 [2021-03-29T19:49:55.798Z] ---> 6337593a00da [2021-03-29T19:49:55.798Z] Step 8/26 : COPY . . [2021-03-29T19:49:56.078Z] Removing intermediate container 3bb50912a1fe [2021-03-29T19:49:56.078Z] ---> 8677a691eb14 [2021-03-29T19:49:56.078Z] Step 8/22 : COPY . . [2021-03-29T19:49:56.354Z] Removing intermediate container e82bb5282b53 [2021-03-29T19:49:56.354Z] ---> 1e863023daa5 [2021-03-29T19:49:56.354Z] Step 8/24 : COPY . . [2021-03-29T19:49:56.957Z] Removing intermediate container d5cfc38fbe6d [2021-03-29T19:49:56.957Z] ---> 362c9335b648 [2021-03-29T19:49:56.957Z] Step 8/23 : COPY . . [2021-03-29T19:49:58.404Z] Removing intermediate container 38bc2f16c2a5 [2021-03-29T19:49:58.404Z] ---> 8054b5ae0540 [2021-03-29T19:49:58.404Z] Step 8/21 : COPY . . [2021-03-29T19:50:25.252Z] ---> 5f92ce5bbeaa [2021-03-29T19:50:25.252Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-29T19:50:25.252Z] ---> 77f4b73b56ab [2021-03-29T19:50:25.252Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-29T19:50:25.252Z] ---> 80c1cce5bfa9 [2021-03-29T19:50:25.252Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-29T19:50:25.252Z] ---> Running in 53ae52c9089e [2021-03-29T19:50:25.252Z] ---> Running in b57d786c7adb [2021-03-29T19:50:25.252Z] ---> 8b4c5b18aebb [2021-03-29T19:50:25.252Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-29T19:50:25.252Z] ---> e7b20ed9217f [2021-03-29T19:50:25.252Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-29T19:50:25.531Z] ---> Running in 6b5077df9cdb [2021-03-29T19:50:25.531Z] ---> Running in 3ab06e9c331d [2021-03-29T19:50:25.531Z] ---> Running in aec4c5d0f350 [2021-03-29T19:50:28.220Z] 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-29T19:50:28.220Z] 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-29T19:50:28.220Z] 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-29T19:50:28.527Z] 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-29T19:50:28.527Z] 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-29T19:52:35.512Z] 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-29T19:52:35.512Z] 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-29T19:52:50.665Z] Removing intermediate container 6b5077df9cdb [2021-03-29T19:52:50.665Z] ---> fe3625219772 [2021-03-29T19:52:50.665Z] [2021-03-29T19:52:50.665Z] Step 10/24 : FROM alpine:3.12 [2021-03-29T19:52:50.665Z] 3.12: Pulling from library/alpine [2021-03-29T19:52:50.665Z] Removing intermediate container aec4c5d0f350 [2021-03-29T19:52:50.665Z] ---> 6c07e4e10556 [2021-03-29T19:52:50.665Z] [2021-03-29T19:52:50.665Z] Step 10/21 : FROM alpine:3.12 [2021-03-29T19:52:50.665Z] Removing intermediate container 53ae52c9089e [2021-03-29T19:52:50.665Z] ---> 324493cb8390 [2021-03-29T19:52:50.665Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-29T19:52:50.665Z] 3.12: Pulling from library/alpine [2021-03-29T19:52:50.665Z] ---> Running in 49cc6071313c [2021-03-29T19:52:50.665Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T19:52:50.665Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T19:52:50.665Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T19:52:50.665Z] Status: Image is up to date for alpine:3.12 [2021-03-29T19:52:50.665Z] ---> e47305ac9786 [2021-03-29T19:52:50.665Z] Step 11/21 : RUN apk add --update --no-cache curl ---> e47305ac9786 [2021-03-29T19:52:50.665Z] [2021-03-29T19:52:50.665Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-29T19:52:51.269Z] ---> Running in 7a164d06aa9a [2021-03-29T19:52:51.269Z] ---> Running in 28e66bd8fb8e [2021-03-29T19:52:51.547Z] 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-29T19:52:53.545Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T19:52:53.545Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T19:52:53.825Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T19:52:53.825Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T19:52:54.448Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-29T19:52:54.726Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-29T19:52:54.726Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T19:52:54.726Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-29T19:52:54.726Z] (4/4) Installing curl (7.69.1-r3) [2021-03-29T19:52:54.726Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T19:52:54.726Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-29T19:52:54.726Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:52:54.726Z] (4/6) Installing curl (7.69.1-r3) [2021-03-29T19:52:54.726Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-29T19:52:54.726Z] (6/6) Installing su-exec (0.2-r1) [2021-03-29T19:52:54.726Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:52:54.726Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T19:52:54.726Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T19:52:55.009Z] OK: 7 MiB in 20 packages [2021-03-29T19:52:55.009Z] OK: 7 MiB in 18 packages [2021-03-29T19:52:55.294Z] Removing intermediate container 3ab06e9c331d [2021-03-29T19:52:55.294Z] ---> c67e7906c5a7 [2021-03-29T19:52:55.294Z] [2021-03-29T19:52:55.294Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T19:52:55.294Z] ---> e47305ac9786 [2021-03-29T19:52:55.294Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T19:52:55.900Z] ---> Running in b490a01243bc [2021-03-29T19:52:56.182Z] Removing intermediate container b57d786c7adb [2021-03-29T19:52:56.182Z] ---> 6299c585d938 [2021-03-29T19:52:56.182Z] [2021-03-29T19:52:56.182Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T19:52:56.182Z] ---> e47305ac9786 [2021-03-29T19:52:56.182Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-29T19:52:56.462Z] ---> Running in 23123c8dc641 [2021-03-29T19:52:56.747Z] Removing intermediate container 49cc6071313c [2021-03-29T19:52:56.747Z] ---> 703d7d66b8ea [2021-03-29T19:52:56.747Z] [2021-03-29T19:52:56.747Z] Step 11/26 : FROM docker:20.10.0 [2021-03-29T19:52:57.028Z] 20.10.0: Pulling from library/docker [2021-03-29T19:52:58.028Z] Removing intermediate container 28e66bd8fb8e [2021-03-29T19:52:58.028Z] ---> 60c0528ef42a [2021-03-29T19:52:58.028Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T19:52:58.309Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T19:52:58.658Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T19:52:58.658Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T19:52:58.658Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T19:52:59.033Z] ---> Running in 2897b6b7f165 [2021-03-29T19:52:59.400Z] Removing intermediate container 7a164d06aa9a [2021-03-29T19:52:59.400Z] ---> d6dc6b3a0877 [2021-03-29T19:52:59.400Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T19:52:59.400Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T19:52:59.400Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:52:59.400Z] OK: 5 MiB in 15 packages [2021-03-29T19:52:59.400Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-29T19:52:59.704Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-29T19:52:59.704Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:52:59.704Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T19:53:00.076Z] OK: 6 MiB in 16 packages [2021-03-29T19:53:00.076Z] ---> Running in ca6a7418fecd [2021-03-29T19:53:00.365Z] Removing intermediate container 2897b6b7f165 [2021-03-29T19:53:00.365Z] ---> 63c154b7add0 [2021-03-29T19:53:00.365Z] Step 13/24 : WORKDIR / [2021-03-29T19:53:00.995Z] ---> Running in 5e1148a66f23 [2021-03-29T19:53:01.275Z] Removing intermediate container ca6a7418fecd [2021-03-29T19:53:01.275Z] ---> 5812fa3a4feb [2021-03-29T19:53:01.275Z] Step 13/21 : WORKDIR /edgex [2021-03-29T19:53:01.876Z] ---> Running in 84d07f75714f [2021-03-29T19:53:02.159Z] Removing intermediate container b490a01243bc [2021-03-29T19:53:02.159Z] ---> 2bf23e3cefbf [2021-03-29T19:53:02.159Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T19:53:02.159Z] Removing intermediate container 5e1148a66f23 [2021-03-29T19:53:02.159Z] ---> 0c71d141b13b [2021-03-29T19:53:02.159Z] 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-29T19:53:02.433Z] ---> Running in 0d4eb3f76c6a [2021-03-29T19:53:02.705Z] Removing intermediate container 84d07f75714f [2021-03-29T19:53:02.705Z] ---> 2b41eea40a10 [2021-03-29T19:53:02.705Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-29T19:53:02.979Z] Removing intermediate container 23123c8dc641 [2021-03-29T19:53:02.979Z] ---> 8d937de05f20 [2021-03-29T19:53:02.979Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T19:53:03.256Z] ---> Running in 6759896e0c96 [2021-03-29T19:53:03.256Z] ---> cf07fd451587 [2021-03-29T19:53:03.256Z] 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-29T19:53:03.256Z] Removing intermediate container 0d4eb3f76c6a [2021-03-29T19:53:03.256Z] ---> d939c9768071 [2021-03-29T19:53:03.256Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-29T19:53:03.854Z] ---> Running in 18c5dce564c0 [2021-03-29T19:53:04.131Z] Removing intermediate container 6759896e0c96 [2021-03-29T19:53:04.131Z] ---> d4a9726fff78 [2021-03-29T19:53:04.131Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-29T19:53:04.131Z] ---> 2dd76ebd4afa [2021-03-29T19:53:04.131Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-29T19:53:04.405Z] ---> Running in 65e2131690cd [2021-03-29T19:53:05.016Z] ---> e20ac84122e1 [2021-03-29T19:53:05.016Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-29T19:53:05.016Z] Removing intermediate container 18c5dce564c0 [2021-03-29T19:53:05.016Z] ---> 5b7834df2c9f [2021-03-29T19:53:05.016Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T19:53:05.999Z] ---> Running in 96600b211a2d [2021-03-29T19:53:05.999Z] Removing intermediate container 65e2131690cd [2021-03-29T19:53:05.999Z] ---> b92e3604b164 [2021-03-29T19:53:05.999Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T19:53:06.303Z] ---> d8b40ae2e079 [2021-03-29T19:53:06.303Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-29T19:53:06.303Z] ---> Running in 7312f6d2d7ea [2021-03-29T19:53:06.910Z] ---> a4c5453c4ad9 [2021-03-29T19:53:06.910Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-29T19:53:06.910Z] Removing intermediate container 96600b211a2d [2021-03-29T19:53:06.910Z] ---> d58ec5191ce4 [2021-03-29T19:53:06.910Z] Step 15/23 : WORKDIR / [2021-03-29T19:53:07.195Z] Removing intermediate container 7312f6d2d7ea [2021-03-29T19:53:07.195Z] ---> 8800a63e5fed [2021-03-29T19:53:07.195Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T19:53:07.800Z] ---> Running in 41d4d2af26cc [2021-03-29T19:53:08.783Z] ---> f49e63df23f4 [2021-03-29T19:53:08.783Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-29T19:53:09.448Z] ---> a56079df7ec6 [2021-03-29T19:53:09.448Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-29T19:53:09.448Z] ---> Running in 0ae0d2d1c2a4 [2021-03-29T19:53:09.448Z] ---> ab1b1a0d3400 [2021-03-29T19:53:09.448Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-29T19:53:09.727Z] Removing intermediate container 41d4d2af26cc [2021-03-29T19:53:09.727Z] ---> f5d87d82b9d1 [2021-03-29T19:53:09.727Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T19:53:10.723Z] Removing intermediate container 0ae0d2d1c2a4 [2021-03-29T19:53:10.723Z] ---> a76a14832393 [2021-03-29T19:53:10.723Z] Step 18/21 : CMD ["--init=true"] [2021-03-29T19:53:11.339Z] ---> 45248b9310bb [2021-03-29T19:53:11.339Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-29T19:53:11.339Z] ---> Running in b12540a00cc1 [2021-03-29T19:53:11.339Z] ---> 2dde1a9abb3d [2021-03-29T19:53:11.339Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-29T19:53:11.339Z] ---> 76a79662801d [2021-03-29T19:53:11.339Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-29T19:53:12.344Z] Removing intermediate container b12540a00cc1 [2021-03-29T19:53:12.344Z] ---> d201d1ad64d0 [2021-03-29T19:53:12.344Z] Step 19/21 : LABEL arch=arm64 [2021-03-29T19:53:12.344Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-29T19:53:12.344Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-29T19:53:12.344Z] ---> eeaf43b92773 [2021-03-29T19:53:12.344Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-29T19:53:12.344Z] ---> Running in 7542cbd1eb6b [2021-03-29T19:53:12.624Z] ---> Running in caf2d1836ec5 [2021-03-29T19:53:12.898Z] ---> 6804796776ac [2021-03-29T19:53:12.898Z] ---> 0b1ad85e3f44 [2021-03-29T19:53:12.898Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-29T19:53:12.898Z] 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-29T19:53:13.174Z] ---> Running in 5bd302e5a54f [2021-03-29T19:53:13.174Z] ---> Running in c5b3df42422a [2021-03-29T19:53:13.174Z] ---> 3c722fb89143 [2021-03-29T19:53:13.174Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-29T19:53:13.450Z] Removing intermediate container 7542cbd1eb6b [2021-03-29T19:53:13.450Z] ---> d5464a02f761 [2021-03-29T19:53:13.450Z] Step 20/21 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T19:53:13.742Z] ---> Running in 908aedcdb7db [2021-03-29T19:53:14.018Z] Removing intermediate container 5bd302e5a54f [2021-03-29T19:53:14.018Z] ---> 20730e20e4be [2021-03-29T19:53:14.018Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T19:53:14.303Z] ---> Running in 268ea6dc799c [2021-03-29T19:53:14.303Z] Removing intermediate container 908aedcdb7db [2021-03-29T19:53:14.303Z] ---> 4bfc3ec76a8e [2021-03-29T19:53:14.303Z] Step 21/21 : LABEL version=0.0.0 [2021-03-29T19:53:14.583Z] ---> 8e62f048a4da [2021-03-29T19:53:14.583Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-29T19:53:14.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T19:53:14.583Z] ---> Running in b5b87643b8da [2021-03-29T19:53:14.869Z] ---> Running in 518e3e1ab37d [2021-03-29T19:53:14.869Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T19:53:15.165Z] Removing intermediate container 268ea6dc799c [2021-03-29T19:53:15.165Z] ---> f9fe54c45140 [2021-03-29T19:53:15.165Z] Step 20/22 : LABEL arch=arm64 [2021-03-29T19:53:15.438Z] ---> Running in 124858ad6d8e [2021-03-29T19:53:15.718Z] Removing intermediate container b5b87643b8da [2021-03-29T19:53:15.718Z] ---> c286bc70f9e3 [2021-03-29T19:53:15.718Z] [2021-03-29T19:53:15.718Z] (1/2) Installing readline (8.0.4-r0) [2021-03-29T19:53:15.718Z] (2/2) Installing bash (5.0.17-r0) [2021-03-29T19:53:15.718Z] Executing bash-5.0.17-r0.post-install [2021-03-29T19:53:15.718Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:53:15.718Z] OK: 12 MiB in 22 packages [2021-03-29T19:53:15.993Z] Removing intermediate container 518e3e1ab37d [2021-03-29T19:53:15.993Z] ---> f995a26776cc [2021-03-29T19:53:15.993Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T19:53:16.268Z] Successfully built c286bc70f9e3 [2021-03-29T19:53:16.268Z] ---> Running in 071b7990fda6 [2021-03-29T19:53:16.268Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-29T19:53:16.268Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-03-29T19:53:16.548Z] Removing intermediate container 124858ad6d8e [2021-03-29T19:53:16.548Z] ---> b97f991202f0 [2021-03-29T19:53:16.548Z] Step 21/22 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T19:53:16.548Z] Removing intermediate container c5b3df42422a [2021-03-29T19:53:16.548Z] ---> e924494431e3 [2021-03-29T19:53:16.548Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-29T19:53:16.832Z] ---> Running in d86b5b361bb4 [2021-03-29T19:53:16.832Z] ---> Running in e847af6d66d9 [2021-03-29T19:53:17.112Z] Removing intermediate container 071b7990fda6 [2021-03-29T19:53:17.112Z] ---> fded37ecc3dc [2021-03-29T19:53:17.112Z] Step 21/23 : LABEL arch=arm64 [2021-03-29T19:53:17.394Z] ---> Running in a99b84c2651a [2021-03-29T19:53:17.666Z] Removing intermediate container d86b5b361bb4 [2021-03-29T19:53:17.666Z] ---> 7067b03387d7 [2021-03-29T19:53:17.666Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T19:53:17.666Z] Removing intermediate container e847af6d66d9 [2021-03-29T19:53:17.666Z] ---> 158509442971 [2021-03-29T19:53:17.666Z] Step 22/24 : LABEL arch=arm64 [2021-03-29T19:53:17.948Z] ---> Running in 3181ae50a216 [2021-03-29T19:53:17.948Z] Removing intermediate container caf2d1836ec5 [2021-03-29T19:53:17.948Z] ---> 7e61a02d9155 [2021-03-29T19:53:17.948Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-29T19:53:18.227Z] ---> Running in d9f6b5eb5082 [2021-03-29T19:53:18.516Z] Removing intermediate container a99b84c2651a [2021-03-29T19:53:18.516Z] ---> a25ac8cec51e [2021-03-29T19:53:18.516Z] Step 22/23 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T19:53:19.114Z] ---> Running in 158e3affabf9 [2021-03-29T19:53:19.392Z] Removing intermediate container 3181ae50a216 [2021-03-29T19:53:19.392Z] ---> f633626ca180 [2021-03-29T19:53:19.392Z] [2021-03-29T19:53:20.000Z] ---> Running in c9672e321c3d [2021-03-29T19:53:20.000Z] Removing intermediate container d9f6b5eb5082 [2021-03-29T19:53:20.000Z] ---> 3065de714c4a [2021-03-29T19:53:20.000Z] Step 23/24 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T19:53:20.000Z] Successfully built f633626ca180 [2021-03-29T19:53:20.287Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-29T19:53:20.287Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-03-29T19:53:20.287Z] Removing intermediate container 158e3affabf9 [2021-03-29T19:53:20.287Z] ---> 70550cb70975 [2021-03-29T19:53:20.287Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-29T19:53:20.560Z] ---> Running in 4cd01daa78e8 [2021-03-29T19:53:20.836Z] ---> Running in d8dea0c1cea9 [2021-03-29T19:53:20.836Z] Removing intermediate container c9672e321c3d [2021-03-29T19:53:20.836Z] ---> ffc8d42783ef [2021-03-29T19:53:20.836Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T19:53:21.122Z] ---> Running in f984d93ad44d [2021-03-29T19:53:21.122Z] Removing intermediate container 4cd01daa78e8 [2021-03-29T19:53:21.122Z] ---> 1950042017a8 [2021-03-29T19:53:21.122Z] Step 24/24 : LABEL version=0.0.0 [2021-03-29T19:53:21.402Z] Removing intermediate container d8dea0c1cea9 [2021-03-29T19:53:21.402Z] ---> 0fd0313f76cc [2021-03-29T19:53:21.402Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-29T19:53:21.402Z] ---> Running in 08682301a93f [2021-03-29T19:53:21.675Z] ---> Running in fe7830cd1c1c [2021-03-29T19:53:21.675Z] Removing intermediate container f984d93ad44d [2021-03-29T19:53:21.675Z] ---> 2a351accea81 [2021-03-29T19:53:21.675Z] [2021-03-29T19:53:22.273Z] Removing intermediate container 08682301a93f [2021-03-29T19:53:22.273Z] ---> 55517ecdf1b5 [2021-03-29T19:53:22.273Z] [2021-03-29T19:53:22.273Z] Successfully built 2a351accea81 [2021-03-29T19:53:22.273Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-29T19:53:22.273Z] Building docker-security-bootstrapper-go [2021-03-29T19:53:22.547Z]  Building docker-core-command-go ... done Removing intermediate container fe7830cd1c1c [2021-03-29T19:53:22.547Z] ---> 8d23283c306c [2021-03-29T19:53:22.547Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-29T19:53:22.819Z] Successfully built 55517ecdf1b5 [2021-03-29T19:53:22.819Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-29T19:53:22.819Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-03-29T19:53:24.251Z] ---> cf5cd5e50be3 [2021-03-29T19:53:24.251Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-29T19:53:25.232Z] ---> f99fb3c8330d [2021-03-29T19:53:25.232Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-29T19:53:27.222Z] ---> 79a122fc6510 [2021-03-29T19:53:27.222Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-29T19:53:29.226Z] ---> Running in a1da2fb7ee5e [2021-03-29T19:53:30.217Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T19:53:30.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T19:53:31.470Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-29T19:53:31.470Z] (2/33) Installing expat (2.2.9-r1) [2021-03-29T19:53:31.470Z] (3/33) Installing libffi (3.3-r2) [2021-03-29T19:53:31.470Z] (4/33) Installing gdbm (1.13-r1) [2021-03-29T19:53:31.470Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-29T19:53:31.470Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-29T19:53:31.470Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-29T19:53:33.445Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-29T19:53:33.445Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-29T19:53:33.445Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-29T19:53:33.445Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-29T19:53:33.445Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-29T19:53:33.445Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-29T19:53:33.445Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-29T19:53:33.445Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-29T19:53:33.445Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-29T19:53:33.445Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-29T19:53:33.445Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-29T19:53:33.445Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-29T19:53:33.445Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-29T19:53:33.719Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-29T19:53:33.719Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-29T19:53:33.719Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-29T19:53:33.719Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-29T19:53:33.719Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-29T19:53:33.719Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-29T19:53:33.719Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-29T19:53:33.719Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-29T19:53:33.719Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-29T19:53:33.719Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-29T19:53:33.719Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-29T19:53:33.719Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-29T19:53:33.719Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-29T19:53:33.994Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:53:33.994Z] OK: 71 MiB in 55 packages [2021-03-29T19:53:46.419Z] Removing intermediate container a1da2fb7ee5e [2021-03-29T19:53:46.419Z] ---> 2ca726166d2f [2021-03-29T19:53:46.419Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-29T19:53:46.419Z] ---> Running in fbe4d2122543 [2021-03-29T19:53:53.174Z] Collecting docker-compose==1.23.2 [2021-03-29T19:53:53.174Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-29T19:53:54.642Z] Collecting cached-property<2,>=1.2.0 [2021-03-29T19:53:54.642Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-29T19:53:56.081Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-29T19:53:56.081Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-29T19:53:57.520Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-29T19:53:57.520Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-29T19:53:58.122Z] Collecting jsonschema<3,>=2.5.1 [2021-03-29T19:53:58.122Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-29T19:54:00.114Z] Collecting PyYAML<4,>=3.10 [2021-03-29T19:54:00.114Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-29T19:54:05.561Z] Collecting docker<4.0,>=3.6.0 [2021-03-29T19:54:05.561Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-29T19:54:06.187Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:54:06.187Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:54:06.187Z] ---> da268d2b93c1 [2021-03-29T19:54:06.187Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T19:54:06.187Z] ---> Using cache [2021-03-29T19:54:06.187Z] ---> 2382d2969b30 [2021-03-29T19:54:06.187Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:54:06.187Z] ---> Using cache [2021-03-29T19:54:06.187Z] ---> c1cda35d62b9 [2021-03-29T19:54:06.187Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-29T19:54:06.187Z] ---> Using cache [2021-03-29T19:54:06.187Z] ---> ce6045cea89c [2021-03-29T19:54:06.187Z] Step 6/22 : COPY go.mod . [2021-03-29T19:54:06.187Z] ---> Using cache [2021-03-29T19:54:06.187Z] ---> 2a2acaae01e9 [2021-03-29T19:54:06.187Z] Step 7/22 : RUN go mod download [2021-03-29T19:54:06.187Z] ---> Using cache [2021-03-29T19:54:06.187Z] ---> 8054b5ae0540 [2021-03-29T19:54:06.187Z] Step 8/22 : COPY . . [2021-03-29T19:54:06.187Z] ---> Using cache [2021-03-29T19:54:06.187Z] ---> 8b4c5b18aebb [2021-03-29T19:54:06.187Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-29T19:54:06.797Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-29T19:54:06.798Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-29T19:54:12.249Z] Collecting docopt<0.7,>=0.6.1 [2021-03-29T19:54:12.249Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-29T19:54:12.590Z] ---> Running in c30df8079900 [2021-03-29T19:54:12.876Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:54:12.876Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:54:12.876Z] ---> da268d2b93c1 [2021-03-29T19:54:12.876Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T19:54:12.876Z] ---> Using cache [2021-03-29T19:54:12.876Z] ---> 2382d2969b30 [2021-03-29T19:54:12.876Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:54:12.876Z] ---> Using cache [2021-03-29T19:54:12.876Z] ---> c1cda35d62b9 [2021-03-29T19:54:12.876Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T19:54:12.876Z] ---> Using cache [2021-03-29T19:54:12.876Z] ---> ce6045cea89c [2021-03-29T19:54:12.876Z] Step 6/23 : COPY go.mod . [2021-03-29T19:54:12.876Z] ---> Using cache [2021-03-29T19:54:12.876Z] ---> 2a2acaae01e9 [2021-03-29T19:54:12.876Z] Step 7/23 : RUN go mod download [2021-03-29T19:54:12.876Z] ---> Using cache [2021-03-29T19:54:12.876Z] ---> 8054b5ae0540 [2021-03-29T19:54:12.876Z] Step 8/23 : COPY . . [2021-03-29T19:54:13.543Z] ---> Using cache [2021-03-29T19:54:13.543Z] ---> 8b4c5b18aebb [2021-03-29T19:54:13.543Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-29T19:54:14.155Z] ---> Running in bfcfbac0203a [2021-03-29T19:54:15.653Z] 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-29T19:54:15.933Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:54:15.933Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:54:15.933Z] ---> da268d2b93c1 [2021-03-29T19:54:15.933Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T19:54:15.933Z] ---> Using cache [2021-03-29T19:54:15.933Z] ---> 2382d2969b30 [2021-03-29T19:54:15.933Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:54:15.933Z] ---> Using cache [2021-03-29T19:54:15.933Z] ---> c1cda35d62b9 [2021-03-29T19:54:15.933Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-29T19:54:15.933Z] 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-29T19:54:16.209Z] ---> Running in 4fe824a41cd1 [2021-03-29T19:54:16.487Z] Collecting texttable<0.10,>=0.9.0 [2021-03-29T19:54:16.487Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-29T19:54:16.487Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:54:16.487Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:54:16.487Z] ---> da268d2b93c1 [2021-03-29T19:54:16.487Z] Step 3/31 : WORKDIR /edgex-go [2021-03-29T19:54:16.487Z] ---> Using cache [2021-03-29T19:54:16.487Z] ---> 2382d2969b30 [2021-03-29T19:54:16.487Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:54:16.487Z] ---> Using cache [2021-03-29T19:54:16.487Z] ---> c1cda35d62b9 [2021-03-29T19:54:16.487Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-29T19:54:16.487Z] ---> Using cache [2021-03-29T19:54:16.487Z] ---> ce6045cea89c [2021-03-29T19:54:16.487Z] Step 6/31 : COPY go.mod . [2021-03-29T19:54:16.487Z] ---> Using cache [2021-03-29T19:54:16.487Z] ---> 2a2acaae01e9 [2021-03-29T19:54:16.487Z] Step 7/31 : RUN go mod download [2021-03-29T19:54:16.487Z] ---> Using cache [2021-03-29T19:54:16.487Z] ---> 8054b5ae0540 [2021-03-29T19:54:16.487Z] Step 8/31 : COPY . . [2021-03-29T19:54:16.766Z] ---> Using cache [2021-03-29T19:54:16.766Z] ---> 8b4c5b18aebb [2021-03-29T19:54:16.766Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-29T19:54:17.042Z] 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-29T19:54:17.042Z] ---> Running in 4336d12c9482 [2021-03-29T19:54:18.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T19:54:19.113Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-29T19:54:19.394Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T19:54:20.415Z] OK: 217 MiB in 51 packages [2021-03-29T19:54:21.046Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-29T19:54:21.323Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-29T19:54:21.933Z] 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-29T19:54:22.212Z] Collecting idna<2.8,>=2.5 [2021-03-29T19:54:22.212Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-29T19:54:22.212Z] Removing intermediate container 4fe824a41cd1 [2021-03-29T19:54:22.212Z] ---> 787a9a2dcee1 [2021-03-29T19:54:22.212Z] Step 6/23 : COPY go.mod . [2021-03-29T19:54:22.492Z] 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-29T19:54:22.775Z] Collecting docker-pycreds>=0.4.0 [2021-03-29T19:54:23.059Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-29T19:54:23.337Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-29T19:54:23.337Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-29T19:54:23.337Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-29T19:54:23.337Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-29T19:54:23.337Z] ---> 6b967ba9b706 [2021-03-29T19:54:23.337Z] Step 7/23 : RUN go mod download [2021-03-29T19:54:23.622Z] ---> Running in c202afc47cda [2021-03-29T19:54:25.634Z] Installing collected packages: cached-property, urllib3, idna, requests, websocket-client, jsonschema, PyYAML, docker-pycreds, docker, dockerpty, docopt, texttable, docker-compose [2021-03-29T19:54:25.634Z] Attempting uninstall: urllib3 [2021-03-29T19:54:25.634Z] Found existing installation: urllib3 1.25.9 [2021-03-29T19:54:25.634Z] Uninstalling urllib3-1.25.9: [2021-03-29T19:54:25.913Z] Successfully uninstalled urllib3-1.25.9 [2021-03-29T19:54:26.913Z] Attempting uninstall: idna [2021-03-29T19:54:26.913Z] Found existing installation: idna 2.9 [2021-03-29T19:54:26.913Z] Uninstalling idna-2.9: [2021-03-29T19:54:27.199Z] Successfully uninstalled idna-2.9 [2021-03-29T19:54:28.223Z] Removing intermediate container c202afc47cda [2021-03-29T19:54:28.223Z] ---> a7dcc3a0515e [2021-03-29T19:54:28.223Z] Step 8/23 : COPY . . [2021-03-29T19:54:28.223Z] Attempting uninstall: requests [2021-03-29T19:54:28.223Z] Found existing installation: requests 2.23.0 [2021-03-29T19:54:28.223Z] Uninstalling requests-2.23.0: [2021-03-29T19:54:28.851Z] Successfully uninstalled requests-2.23.0 [2021-03-29T19:54:30.302Z] Running setup.py install for PyYAML: started [2021-03-29T19:54:35.736Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-29T19:54:37.741Z] Running setup.py install for dockerpty: started [2021-03-29T19:54:40.392Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-29T19:54:40.672Z] Running setup.py install for docopt: started [2021-03-29T19:54:45.033Z] Running setup.py install for docopt: finished with status 'done' [2021-03-29T19:54:45.033Z] Running setup.py install for texttable: started [2021-03-29T19:54:48.456Z] Running setup.py install for texttable: finished with status 'done' [2021-03-29T19:54:49.898Z] ---> 830e6a9781ab [2021-03-29T19:54:49.898Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-29T19:54:49.898Z] ---> Running in e215102167d2 [2021-03-29T19:54:50.504Z] 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-29T19:54:51.961Z] 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-29T19:54:57.392Z] Removing intermediate container fbe4d2122543 [2021-03-29T19:54:57.392Z] ---> f7bea73fcdae [2021-03-29T19:54:57.392Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-29T19:54:57.392Z] ---> Running in 0335c184e2f8 [2021-03-29T19:54:58.839Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T19:54:59.116Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T19:55:00.112Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T19:55:00.112Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-29T19:55:00.112Z] (3/3) Installing curl (7.69.1-r3) [2021-03-29T19:55:00.112Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:55:00.112Z] OK: 72 MiB in 58 packages [2021-03-29T19:55:02.108Z] Removing intermediate container 0335c184e2f8 [2021-03-29T19:55:02.108Z] ---> f2516bdf7805 [2021-03-29T19:55:02.108Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-29T19:55:02.108Z] ---> Running in fb3b787a082c [2021-03-29T19:55:02.726Z] Removing intermediate container fb3b787a082c [2021-03-29T19:55:02.726Z] ---> b46feaa73af2 [2021-03-29T19:55:02.726Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T19:55:02.726Z] ---> Running in 38880f8bc5c3 [2021-03-29T19:55:03.721Z] Removing intermediate container 38880f8bc5c3 [2021-03-29T19:55:03.721Z] ---> 656c70e7476d [2021-03-29T19:55:03.721Z] Step 24/26 : LABEL arch=arm64 [2021-03-29T19:55:03.721Z] ---> Running in 7b90855a628d [2021-03-29T19:55:04.714Z] Removing intermediate container 7b90855a628d [2021-03-29T19:55:04.714Z] ---> 545b5dd2aea3 [2021-03-29T19:55:04.714Z] Step 25/26 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T19:55:04.714Z] ---> Running in a2597484c772 [2021-03-29T19:55:05.704Z] Removing intermediate container a2597484c772 [2021-03-29T19:55:05.704Z] ---> 259ff6839fda [2021-03-29T19:55:05.704Z] Step 26/26 : LABEL version=0.0.0 [2021-03-29T19:55:05.704Z] ---> Running in 8b80a2966c92 [2021-03-29T19:55:06.317Z] Removing intermediate container 8b80a2966c92 [2021-03-29T19:55:06.317Z] ---> aa58ede1e110 [2021-03-29T19:55:06.317Z] [2021-03-29T19:55:06.919Z] Successfully built aa58ede1e110 [2021-03-29T19:55:07.194Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-29T19:56:29.058Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 4336d12c9482 [2021-03-29T19:56:29.058Z] ---> 1773a9bd2480 [2021-03-29T19:56:29.058Z] [2021-03-29T19:56:29.058Z] Step 10/31 : FROM alpine:3.12 [2021-03-29T19:56:29.058Z] ---> e47305ac9786 [2021-03-29T19:56:29.059Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-29T19:56:29.059Z] ---> Running in 4d481f7214fc [2021-03-29T19:56:29.059Z] Removing intermediate container 4d481f7214fc [2021-03-29T19:56:29.059Z] ---> 13079188ad56 [2021-03-29T19:56:29.059Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-29T19:56:29.059Z] ---> Running in 08d86cda0ce8 [2021-03-29T19:56:29.059Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T19:56:29.059Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T19:56:29.059Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-29T19:56:29.059Z] (2/2) Installing su-exec (0.2-r1) [2021-03-29T19:56:29.059Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:56:29.059Z] OK: 5 MiB in 16 packages [2021-03-29T19:56:29.059Z] Removing intermediate container 08d86cda0ce8 [2021-03-29T19:56:29.059Z] ---> 115231439480 [2021-03-29T19:56:29.059Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-29T19:56:29.059Z] ---> Running in 9234ced20f53 [2021-03-29T19:56:29.059Z] Removing intermediate container 9234ced20f53 [2021-03-29T19:56:29.059Z] ---> e0549dcf132d [2021-03-29T19:56:29.059Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-29T19:56:29.059Z] ---> Running in 023d9570af94 [2021-03-29T19:56:29.059Z] Removing intermediate container 023d9570af94 [2021-03-29T19:56:29.059Z] ---> 1726c71a5daa [2021-03-29T19:56:29.059Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-29T19:56:29.059Z] ---> Running in 3c5e47b8f6e9 [2021-03-29T19:56:29.059Z] Removing intermediate container c30df8079900 [2021-03-29T19:56:29.059Z] ---> c73530048279 [2021-03-29T19:56:29.059Z] [2021-03-29T19:56:29.059Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T19:56:29.059Z] ---> e47305ac9786 [2021-03-29T19:56:29.059Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-29T19:56:29.059Z] ---> Using cache [2021-03-29T19:56:29.059Z] ---> 2bf23e3cefbf [2021-03-29T19:56:29.059Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T19:56:29.059Z] ---> Using cache [2021-03-29T19:56:29.059Z] ---> d939c9768071 [2021-03-29T19:56:29.059Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-29T19:56:29.059Z] ---> Running in e4bc7b790170 [2021-03-29T19:56:29.673Z] Removing intermediate container e4bc7b790170 [2021-03-29T19:56:29.673Z] ---> 512f81888d8f [2021-03-29T19:56:29.673Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T19:56:29.957Z] ---> Running in 2d60cd401249 [2021-03-29T19:56:30.694Z] Removing intermediate container 3c5e47b8f6e9 [2021-03-29T19:56:30.694Z] ---> c566d6d0d649 [2021-03-29T19:56:30.695Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-29T19:56:30.695Z] ---> Running in 9195bcc5218f [2021-03-29T19:56:30.695Z] Removing intermediate container 2d60cd401249 [2021-03-29T19:56:30.695Z] ---> 40de6f864abf [2021-03-29T19:56:30.695Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T19:56:31.865Z] Removing intermediate container 9195bcc5218f [2021-03-29T19:56:31.865Z] ---> bd285d76979b [2021-03-29T19:56:31.865Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-29T19:56:32.478Z] ---> 0a42d0d49eaa [2021-03-29T19:56:32.478Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-29T19:56:33.527Z] ---> c67676d32499 [2021-03-29T19:56:33.527Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-29T19:56:33.808Z] ---> Running in 967b530bd03d [2021-03-29T19:56:35.283Z] ---> 6b312d55e809 [2021-03-29T19:56:35.283Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-29T19:56:37.286Z] ---> 659f361a96e3 [2021-03-29T19:56:37.286Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-29T19:56:37.570Z] ---> Running in b98ac10d28bc [2021-03-29T19:56:39.031Z] Removing intermediate container 967b530bd03d [2021-03-29T19:56:39.031Z] ---> 982c02e384d0 [2021-03-29T19:56:39.031Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T19:56:39.031Z] Removing intermediate container b98ac10d28bc [2021-03-29T19:56:39.031Z] ---> 761db92b635d [2021-03-29T19:56:39.031Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T19:56:39.310Z] ---> Running in 3f5d394b1376 [2021-03-29T19:56:40.766Z] ---> 4171c85449bd [2021-03-29T19:56:40.766Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-29T19:56:41.051Z] Removing intermediate container 3f5d394b1376 [2021-03-29T19:56:41.052Z] ---> bfc7a540d44f [2021-03-29T19:56:41.052Z] Step 20/22 : LABEL arch=arm64 [2021-03-29T19:56:41.673Z] ---> Running in 617ab4d0b213 [2021-03-29T19:56:42.294Z] Removing intermediate container bfcfbac0203a [2021-03-29T19:56:42.294Z] ---> b02e6063599e [2021-03-29T19:56:42.294Z] [2021-03-29T19:56:42.294Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T19:56:42.294Z] ---> e47305ac9786 [2021-03-29T19:56:42.294Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T19:56:42.294Z] ---> Using cache [2021-03-29T19:56:42.294Z] ---> 2bf23e3cefbf [2021-03-29T19:56:42.294Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T19:56:42.294Z] ---> Using cache [2021-03-29T19:56:42.294Z] ---> d939c9768071 [2021-03-29T19:56:42.294Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-29T19:56:42.569Z] Removing intermediate container 617ab4d0b213 [2021-03-29T19:56:42.569Z] ---> 80f5dd4dee01 [2021-03-29T19:56:42.569Z] Step 21/22 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T19:56:42.569Z] ---> Running in 617a8ce47f84 [2021-03-29T19:56:42.846Z] ---> Running in aae2042c78b0 [2021-03-29T19:56:42.846Z] ---> 2f260f3d76a6 [2021-03-29T19:56:42.846Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-29T19:56:43.841Z] Removing intermediate container 617a8ce47f84 [2021-03-29T19:56:43.841Z] ---> f7aa9342e0c8 [2021-03-29T19:56:43.841Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T19:56:43.841Z] Removing intermediate container aae2042c78b0 [2021-03-29T19:56:43.841Z] ---> 25159fdce1e4 [2021-03-29T19:56:43.841Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T19:56:44.127Z] ---> Running in ee7b0afb4def [2021-03-29T19:56:44.127Z] ---> Running in 87699232b0a4 [2021-03-29T19:56:44.127Z] ---> 0e2202779281 [2021-03-29T19:56:44.127Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-29T19:56:44.735Z] Removing intermediate container ee7b0afb4def [2021-03-29T19:56:44.735Z] ---> 92d577c98b13 [2021-03-29T19:56:44.735Z] Removing intermediate container 87699232b0a4 [2021-03-29T19:56:44.735Z] Step 15/23 : WORKDIR / ---> 133f02394802 [2021-03-29T19:56:44.735Z] [2021-03-29T19:56:44.735Z] [2021-03-29T19:56:45.017Z] ---> Running in c06f70b8ff29 [2021-03-29T19:56:45.303Z] Successfully built 133f02394802 [2021-03-29T19:56:45.303Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-29T19:56:45.303Z]  Building docker-support-scheduler-go ... done  ---> 6f13526ae5da [2021-03-29T19:56:45.303Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-29T19:56:45.592Z] Removing intermediate container c06f70b8ff29 [2021-03-29T19:56:45.592Z] ---> 14639a564204 [2021-03-29T19:56:45.592Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T19:56:46.588Z] ---> 9d28307666bc [2021-03-29T19:56:46.588Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-29T19:56:46.865Z] ---> Running in f46dfce575b8 [2021-03-29T19:56:46.865Z] ---> 94fb46fbdbcd [2021-03-29T19:56:46.865Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-29T19:56:47.465Z] Removing intermediate container f46dfce575b8 [2021-03-29T19:56:47.465Z] ---> b0c1de18bd86 [2021-03-29T19:56:47.465Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-29T19:56:48.922Z] ---> e59ef03efabc [2021-03-29T19:56:48.922Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-29T19:56:48.922Z] ---> 2f6e92238aee [2021-03-29T19:56:48.922Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-29T19:56:49.528Z] ---> Running in 89dec190f26b [2021-03-29T19:56:50.148Z] ---> 9c9007bfb43d [2021-03-29T19:56:50.148Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-29T19:56:50.431Z] ---> Running in 0503721bcca4 [2021-03-29T19:56:51.037Z] Removing intermediate container 0503721bcca4 [2021-03-29T19:56:51.037Z] ---> bb535bc5c8cb [2021-03-29T19:56:51.037Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T19:56:51.325Z] ---> Running in 0a2eed8a6ea2 [2021-03-29T19:56:52.320Z] Removing intermediate container 0a2eed8a6ea2 [2021-03-29T19:56:52.320Z] ---> fd062d809833 [2021-03-29T19:56:52.320Z] Step 21/23 : LABEL arch=arm64 [2021-03-29T19:56:52.320Z] ---> Running in ce93a750e907 [2021-03-29T19:56:52.599Z] Removing intermediate container 89dec190f26b [2021-03-29T19:56:52.599Z] ---> 4065d9a22455 [2021-03-29T19:56:52.599Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-29T19:56:53.195Z] ---> Running in 68809de9de27 [2021-03-29T19:56:53.195Z] Removing intermediate container ce93a750e907 [2021-03-29T19:56:53.195Z] ---> 8aee4d029bee [2021-03-29T19:56:53.195Z] Step 22/23 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T19:56:53.471Z] ---> Running in b906a2068e26 [2021-03-29T19:56:53.749Z] Removing intermediate container 68809de9de27 [2021-03-29T19:56:53.749Z] ---> 8c334b00e29c [2021-03-29T19:56:53.749Z] Step 28/31 : CMD ["gate"] [2021-03-29T19:56:54.023Z] ---> Running in 0ba7a8018668 [2021-03-29T19:56:54.023Z] Removing intermediate container b906a2068e26 [2021-03-29T19:56:54.023Z] ---> cb87646fdc15 [2021-03-29T19:56:54.023Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T19:56:54.296Z] ---> Running in 992c8fb46009 [2021-03-29T19:56:54.572Z] Removing intermediate container 0ba7a8018668 [2021-03-29T19:56:54.572Z] ---> e79d033fb925 [2021-03-29T19:56:54.572Z] Step 29/31 : LABEL arch=arm64 [2021-03-29T19:56:54.844Z] Removing intermediate container 992c8fb46009 [2021-03-29T19:56:54.844Z] ---> 1ba2ad45439f [2021-03-29T19:56:54.844Z] [2021-03-29T19:56:55.441Z] ---> Running in a52285e17b07 [2021-03-29T19:56:55.441Z] Successfully built 1ba2ad45439f [2021-03-29T19:56:55.441Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-29T19:56:56.037Z]  Building docker-core-metadata-go ... done Removing intermediate container a52285e17b07 [2021-03-29T19:56:56.037Z] ---> e4a31a98d198 [2021-03-29T19:56:56.037Z] Step 30/31 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T19:56:56.313Z] ---> Running in 6e573986896b [2021-03-29T19:56:56.910Z] Removing intermediate container 6e573986896b [2021-03-29T19:56:56.910Z] ---> 081b66efb907 [2021-03-29T19:56:56.910Z] Step 31/31 : LABEL version=0.0.0 [2021-03-29T19:56:57.510Z] ---> Running in 9e7ca1169f6e [2021-03-29T19:56:58.111Z] Removing intermediate container 9e7ca1169f6e [2021-03-29T19:56:58.111Z] ---> 19433ad79a9c [2021-03-29T19:56:58.111Z] [2021-03-29T19:56:58.711Z] Successfully built 19433ad79a9c [2021-03-29T19:56:58.712Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-29T19:56:59.691Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container e215102167d2 [2021-03-29T19:56:59.691Z] ---> 48279a9b2a6a [2021-03-29T19:56:59.691Z] [2021-03-29T19:56:59.691Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T19:56:59.691Z] ---> e47305ac9786 [2021-03-29T19:56:59.691Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-29T19:56:59.691Z] ---> Running in 9265df4d853a [2021-03-29T19:57:00.291Z] Removing intermediate container 9265df4d853a [2021-03-29T19:57:00.291Z] ---> 8600d14d0329 [2021-03-29T19:57:00.291Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-29T19:57:00.563Z] ---> Running in dce48eeef070 [2021-03-29T19:57:00.835Z] Removing intermediate container dce48eeef070 [2021-03-29T19:57:00.835Z] ---> fafec33421a3 [2021-03-29T19:57:00.835Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-29T19:57:01.108Z] ---> Running in 2399352dd1d7 [2021-03-29T19:57:01.710Z] Removing intermediate container 2399352dd1d7 [2021-03-29T19:57:01.710Z] ---> ed4bcbbb31c0 [2021-03-29T19:57:01.710Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:57:01.710Z] ---> Running in fe7244c51400 [2021-03-29T19:57:04.330Z] Removing intermediate container fe7244c51400 [2021-03-29T19:57:04.330Z] ---> 485f60fbb0b5 [2021-03-29T19:57:04.330Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-29T19:57:04.330Z] ---> Running in 7592bd9024a3 [2021-03-29T19:57:05.311Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T19:57:06.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T19:57:06.889Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-29T19:57:06.889Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-29T19:57:07.163Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-29T19:57:07.163Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-29T19:57:07.435Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-29T19:57:07.435Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-29T19:57:07.709Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:57:07.709Z] OK: 8 MiB in 20 packages [2021-03-29T19:57:09.159Z] Removing intermediate container 7592bd9024a3 [2021-03-29T19:57:09.159Z] ---> ee3f1fcf1445 [2021-03-29T19:57:09.159Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T19:57:09.755Z] ---> 8651ea42dc79 [2021-03-29T19:57:09.755Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-29T19:57:11.188Z] ---> 4961bcc11ef8 [2021-03-29T19:57:11.188Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-29T19:57:12.173Z] ---> c8223dc77e38 [2021-03-29T19:57:12.173Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-29T19:57:12.173Z] ---> Running in 1203cbb72f28 [2021-03-29T19:57:12.446Z] Removing intermediate container 1203cbb72f28 [2021-03-29T19:57:12.446Z] ---> 86c1674ff53d [2021-03-29T19:57:12.446Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T19:57:12.726Z] ---> Running in ee9cc3c218f7 [2021-03-29T19:57:13.324Z] Removing intermediate container ee9cc3c218f7 [2021-03-29T19:57:13.324Z] ---> f9f742c73f22 [2021-03-29T19:57:13.324Z] Step 21/23 : LABEL arch=arm64 [2021-03-29T19:57:13.324Z] ---> Running in 658ae5627f22 [2021-03-29T19:57:13.923Z] Removing intermediate container 658ae5627f22 [2021-03-29T19:57:13.923Z] ---> 4c7fef560ac7 [2021-03-29T19:57:13.923Z] Step 22/23 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T19:57:13.923Z] ---> Running in c331e4c2a508 [2021-03-29T19:57:14.518Z] Removing intermediate container c331e4c2a508 [2021-03-29T19:57:14.518Z] ---> a383bd89c544 [2021-03-29T19:57:14.518Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T19:57:14.518Z] ---> Running in aca777200238 [2021-03-29T19:57:15.117Z] Removing intermediate container aca777200238 [2021-03-29T19:57:15.117Z] ---> 3d7a39f54779 [2021-03-29T19:57:15.117Z] [2021-03-29T19:57:15.714Z] Successfully built 3d7a39f54779 [2021-03-29T19:57:15.714Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-29T19:57:16.345Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-29T19:57:16.353Z] $ docker stop --time=1 6b043953f303476298911fddd83c20ace15992e11bb8385bcf89b3bbc0c3ddce [2021-03-29T19:57:18.411Z] $ docker rm -f 6b043953f303476298911fddd83c20ace15992e11bb8385bcf89b3bbc0c3ddce [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T19:57:19.184Z] + + grepdocker docker images [2021-03-29T19:57:19.184Z] [2021-03-29T19:57:19.456Z] docker-core-data-go-arm64 latest 3d7a39f54779 5 seconds ago 21.4MB [2021-03-29T19:57:19.456Z] docker-security-bootstrapper-go-arm64 latest 19433ad79a9c 22 seconds ago 17.9MB [2021-03-29T19:57:19.456Z] docker-core-metadata-go-arm64 latest 1ba2ad45439f 25 seconds ago 17.9MB [2021-03-29T19:57:19.456Z] docker-support-scheduler-go-arm64 latest 133f02394802 35 seconds ago 16.4MB [2021-03-29T19:57:19.456Z] docker-sys-mgmt-agent-go-arm64 latest aa58ede1e110 2 minutes ago 301MB [2021-03-29T19:57:19.456Z] docker-core-command-go-arm64 latest 2a351accea81 3 minutes ago 16.3MB [2021-03-29T19:57:19.456Z] docker-security-secretstore-setup-go-arm64 latest 55517ecdf1b5 3 minutes ago 24.4MB [2021-03-29T19:57:19.456Z] docker-support-notifications-go-arm64 latest f633626ca180 4 minutes ago 16.9MB [2021-03-29T19:57:19.456Z] docker-security-proxy-setup-go-arm64 latest c286bc70f9e3 4 minutes ago 24.1MB [2021-03-29T19:57:19.456Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-29T19:57:20.522Z] ---> job-cost.sh [2021-03-29T19:57:20.522Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-GJwT [2021-03-29T19:58:17.157Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-29T20:00:08.967Z] lf-activate-venv(): INFO: Adding /tmp/venv-GJwT/bin to PATH [2021-03-29T20:00:08.967Z] INFO: No Stack... [2021-03-29T20:00:08.967Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-29T20:00:08.967Z] INFO: Archiving Costs [Pipeline] sh [2021-03-29T20:00:09.310Z] + cat /w/workspace/edgex-go/3/archives/cost.csv [2021-03-29T20:00:09.311Z] + cut -d, -f6 [Pipeline] lock [2021-03-29T20:00:09.438Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3300-3-stack-cost] [2021-03-29T20:00:09.445Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3300-3-stack-cost] did not exist. Created. [2021-03-29T20:00:09.445Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3300-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-29T20:00:09.879Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-29T20:00:10.207Z] Stashed 1 file(s) [Pipeline] } [2021-03-29T20:00:10.219Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3300-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [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-29T20:00:13.510Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T20:00:14.401Z] ---> package-listing.sh [2021-03-29T20:00:14.401Z] ++ facter osfamily [2021-03-29T20:00:14.401Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-29T20:00:14.401Z] + OS_FAMILY=redhat [2021-03-29T20:00:14.401Z] + workspace=/w/workspace/edgex-go/3 [2021-03-29T20:00:14.401Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-29T20:00:14.401Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-29T20:00:14.401Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-29T20:00:14.401Z] + PACKAGES=/tmp/packages_start.txt [2021-03-29T20:00:14.401Z] + '[' /w/workspace/edgex-go/3 ']' [2021-03-29T20:00:14.401Z] + PACKAGES=/tmp/packages_end.txt [2021-03-29T20:00:14.401Z] + case "${OS_FAMILY}" in [2021-03-29T20:00:14.401Z] + rpm -qa [2021-03-29T20:00:14.401Z] + sort [2021-03-29T20:00:19.717Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-29T20:00:19.717Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-29T20:00:19.717Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-29T20:00:19.717Z] + '[' /w/workspace/edgex-go/3 ']' [2021-03-29T20:00:19.717Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-03-29T20:00:19.717Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-03-29T20:00:19.731Z] 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-29T20:00:20.036Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-29T20:00:20.346Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T20:00:20.346Z] [2021-03-29T20:00:20.346Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-29T20:00:20.695Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T20:00:20.695Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-29T20:00:20.695Z] df20fa9351a1: Pulling fs layer [2021-03-29T20:00:20.695Z] 36b3adc4ff6f: Pulling fs layer [2021-03-29T20:00:20.695Z] 8ad3a11d3b57: Pulling fs layer [2021-03-29T20:00:20.695Z] 46f8f816bc3b: Pulling fs layer [2021-03-29T20:00:20.695Z] 93b61091891f: Pulling fs layer [2021-03-29T20:00:20.695Z] 93b9cdb0e59b: Pulling fs layer [2021-03-29T20:00:20.695Z] 5e14af77c1be: Pulling fs layer [2021-03-29T20:00:20.695Z] 01666e4c0597: Pulling fs layer [2021-03-29T20:00:20.695Z] aa168da1d23b: Pulling fs layer [2021-03-29T20:00:20.695Z] 93b9cdb0e59b: Waiting [2021-03-29T20:00:20.695Z] 5e14af77c1be: Waiting [2021-03-29T20:00:20.695Z] 01666e4c0597: Waiting [2021-03-29T20:00:20.695Z] aa168da1d23b: Waiting [2021-03-29T20:00:20.695Z] 46f8f816bc3b: Waiting [2021-03-29T20:00:20.695Z] 93b61091891f: Waiting [2021-03-29T20:00:20.695Z] 36b3adc4ff6f: Verifying Checksum [2021-03-29T20:00:20.695Z] 36b3adc4ff6f: Download complete [2021-03-29T20:00:20.695Z] 46f8f816bc3b: Verifying Checksum [2021-03-29T20:00:20.695Z] 46f8f816bc3b: Download complete [2021-03-29T20:00:20.959Z] df20fa9351a1: Download complete [2021-03-29T20:00:20.959Z] 93b9cdb0e59b: Verifying Checksum [2021-03-29T20:00:20.959Z] 93b9cdb0e59b: Download complete [2021-03-29T20:00:20.959Z] 93b61091891f: Download complete [2021-03-29T20:00:20.959Z] 01666e4c0597: Verifying Checksum [2021-03-29T20:00:20.959Z] 01666e4c0597: Download complete [2021-03-29T20:00:20.959Z] 5e14af77c1be: Verifying Checksum [2021-03-29T20:00:20.959Z] 5e14af77c1be: Download complete [2021-03-29T20:00:20.959Z] 8ad3a11d3b57: Verifying Checksum [2021-03-29T20:00:20.959Z] 8ad3a11d3b57: Download complete [2021-03-29T20:00:21.225Z] df20fa9351a1: Pull complete [2021-03-29T20:00:21.491Z] 36b3adc4ff6f: Pull complete [2021-03-29T20:00:22.902Z] aa168da1d23b: Download complete [2021-03-29T20:00:23.957Z] 8ad3a11d3b57: Pull complete [2021-03-29T20:00:23.957Z] 46f8f816bc3b: Pull complete [2021-03-29T20:00:24.543Z] 93b61091891f: Pull complete [2021-03-29T20:00:24.543Z] 93b9cdb0e59b: Pull complete [2021-03-29T20:00:24.805Z] 5e14af77c1be: Pull complete [2021-03-29T20:00:24.805Z] 01666e4c0597: Pull complete [2021-03-29T20:00:32.890Z] aa168da1d23b: Pull complete [2021-03-29T20:00:32.890Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-29T20:00:32.890Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T20:00:32.890Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-29T20:00:33.170Z] prd-centos7-docker-4c-2g-31825 does not seem to be running inside a container [2021-03-29T20:00:33.222Z] $ 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-29T20:00:38.149Z] $ docker top 2c8e3556d7414e2e3ca5905cb25eaf299fe998f088c89b2694cbb4c8253b4a13 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T20:00:38.725Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-29T20:00:39.042Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-29T20:00:39.359Z] + ls /var/log/sa-host [2021-03-29T20:00:39.359Z] + sadf -c /var/log/sa-host/sa23 [2021-03-29T20:00:39.359Z] file_magic: OK [2021-03-29T20:00:39.359Z] HZ: Using current value: 100 [2021-03-29T20:00:39.359Z] file_header: OK [2021-03-29T20:00:39.359Z] 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-29T20:00:39.359Z] Statistics: [2021-03-29T20:00:39.359Z] Hnuu...uuuununununu... [2021-03-29T20:00:39.359Z] File successfully converted to sysstat format version 12.2.1 [2021-03-29T20:00:39.359Z] + sadf -c /var/log/sa-host/sa29 [2021-03-29T20:00:39.359Z] file_magic: OK [2021-03-29T20:00:39.359Z] HZ: Using current value: 100 [2021-03-29T20:00:39.359Z] file_header: OK [2021-03-29T20:00:39.359Z] 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-29T20:00:39.359Z] Statistics: [2021-03-29T20:00:39.359Z] 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... [2021-03-29T20:00:39.359Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-29T20:00:39.636Z] provisioning config files... [2021-03-29T20:00:39.671Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config3061933741501600065tmp [Pipeline] { [Pipeline] echo [2021-03-29T20:00:39.750Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T20:00:40.047Z] ---> create-netrc.sh [Pipeline] } [2021-03-29T20:00:40.057Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-29T20:00:40.150Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T20:00:40.449Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-29T20:00:40.460Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T20:00:40.757Z] ---> sudo-logs.sh [2021-03-29T20:00:40.757Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-29T20:00:41.010Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T20:00:41.311Z] ---> job-cost.sh [2021-03-29T20:00:41.311Z] lf-activate-venv: SKIPPING [2021-03-29T20:00:41.311Z] DEBUG: total: 0.20999999344348907 [2021-03-29T20:00:41.311Z] INFO: Retrieving Stack Cost... [2021-03-29T20:00:42.703Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-29T20:00:43.277Z] INFO: Archiving Costs [Pipeline] echo [2021-03-29T20:00:43.292Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T20:00:43.591Z] ---> logs-deploy.sh [2021-03-29T20:00:43.591Z] lf-activate-venv: SKIPPING [2021-03-29T20:00:43.591Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3300/3 [2021-03-29T20:00:43.591Z] INFO: archiving workspace using pattern(s): [2021-03-29T20:00:44.981Z] Archives upload complete. [2021-03-29T20:00:45.248Z] INFO: archiving logs to Nexus [2021-03-29T20:00:46.197Z] ---> uname -a: [2021-03-29T20:00:46.197Z] Linux prd-centos7-docker-4c-2g-31825.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-29T20:00:46.197Z] [2021-03-29T20:00:46.197Z] [2021-03-29T20:00:46.197Z] ---> lscpu: [2021-03-29T20:00:46.197Z] Architecture: x86_64 [2021-03-29T20:00:46.197Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-29T20:00:46.197Z] Byte Order: Little Endian [2021-03-29T20:00:46.197Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-29T20:00:46.197Z] CPU(s): 4 [2021-03-29T20:00:46.197Z] On-line CPU(s) list: 0-3 [2021-03-29T20:00:46.197Z] Thread(s) per core: 1 [2021-03-29T20:00:46.197Z] Core(s) per socket: 1 [2021-03-29T20:00:46.197Z] Socket(s): 4 [2021-03-29T20:00:46.197Z] NUMA node(s): 1 [2021-03-29T20:00:46.197Z] Vendor ID: GenuineIntel [2021-03-29T20:00:46.197Z] CPU family: 6 [2021-03-29T20:00:46.197Z] Model: 44 [2021-03-29T20:00:46.197Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-29T20:00:46.197Z] Stepping: 1 [2021-03-29T20:00:46.197Z] CPU MHz: 2933.442 [2021-03-29T20:00:46.197Z] BogoMIPS: 5866.88 [2021-03-29T20:00:46.197Z] Virtualization: VT-x [2021-03-29T20:00:46.197Z] Hypervisor vendor: KVM [2021-03-29T20:00:46.197Z] Virtualization type: full [2021-03-29T20:00:46.197Z] L1d cache: 128 KiB [2021-03-29T20:00:46.197Z] L1i cache: 128 KiB [2021-03-29T20:00:46.197Z] L2 cache: 16 MiB [2021-03-29T20:00:46.197Z] L3 cache: 64 MiB [2021-03-29T20:00:46.197Z] NUMA node0 CPU(s): 0-3 [2021-03-29T20:00:46.197Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-29T20:00:46.197Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-29T20:00:46.197Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-29T20:00:46.197Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-29T20:00:46.197Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-29T20:00:46.197Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-29T20:00:46.197Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-29T20:00:46.197Z] Vulnerability Srbds: Not affected [2021-03-29T20:00:46.197Z] Vulnerability Tsx async abort: Not affected [2021-03-29T20:00:46.198Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-03-29T20:00:46.198Z] [2021-03-29T20:00:46.198Z] [2021-03-29T20:00:46.198Z] ---> nproc: [2021-03-29T20:00:46.198Z] 4 [2021-03-29T20:00:46.198Z] [2021-03-29T20:00:46.198Z] [2021-03-29T20:00:46.198Z] ---> df -h: [2021-03-29T20:00:46.198Z] Filesystem Size Used Available Use% Mounted on [2021-03-29T20:00:46.198Z] overlay 50.0G 11.8G 38.2G 24% / [2021-03-29T20:00:46.198Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-29T20:00:46.198Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-29T20:00:46.198Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-29T20:00:46.198Z] /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os [2021-03-29T20:00:46.198Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf [2021-03-29T20:00:46.198Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname [2021-03-29T20:00:46.198Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts [2021-03-29T20:00:46.198Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host [2021-03-29T20:00:46.198Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure [2021-03-29T20:00:46.198Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log [2021-03-29T20:00:46.198Z] /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json [2021-03-29T20:00:46.198Z] /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/3 [2021-03-29T20:00:46.198Z] /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/3@tmp [2021-03-29T20:00:46.198Z] [2021-03-29T20:00:46.198Z] [2021-03-29T20:00:46.198Z] ---> free -m: [2021-03-29T20:00:46.198Z] total used free shared buff/cache available [2021-03-29T20:00:46.198Z] Mem: 1837 725 112 0 1000 1028 [2021-03-29T20:00:46.198Z] Swap: 1023 51 972 [2021-03-29T20:00:46.198Z] [2021-03-29T20:00:46.198Z] [2021-03-29T20:00:46.198Z] ---> ip addr: [2021-03-29T20:00:46.198Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-29T20:00:46.198Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-29T20:00:46.198Z] inet 127.0.0.1/8 scope host lo [2021-03-29T20:00:46.198Z] valid_lft forever preferred_lft forever [2021-03-29T20:00:46.198Z] inet6 ::1/128 scope host [2021-03-29T20:00:46.198Z] valid_lft forever preferred_lft forever [2021-03-29T20:00:46.198Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-29T20:00:46.198Z] link/ether fa:16:3e:7a:a3:1e brd ff:ff:ff:ff:ff:ff [2021-03-29T20:00:46.198Z] inet 10.30.123.197/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-29T20:00:46.198Z] valid_lft 84672sec preferred_lft 84672sec [2021-03-29T20:00:46.198Z] inet6 fe80::f816:3eff:fe7a:a31e/64 scope link [2021-03-29T20:00:46.198Z] valid_lft forever preferred_lft forever [2021-03-29T20:00:46.198Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-29T20:00:46.198Z] link/ether 02:42:71:eb:a4:93 brd ff:ff:ff:ff:ff:ff [2021-03-29T20:00:46.198Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-29T20:00:46.198Z] valid_lft forever preferred_lft forever [2021-03-29T20:00:46.198Z] inet6 fe80::42:71ff:feeb:a493/64 scope link [2021-03-29T20:00:46.198Z] valid_lft forever preferred_lft forever [2021-03-29T20:00:46.198Z] [2021-03-29T20:00:46.198Z] [2021-03-29T20:00:46.198Z] ---> sar -b -r -n DEV: [2021-03-29T20:00:46.198Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) [2021-03-29T20:00:46.198Z] [2021-03-29T20:00:46.198Z] 19:31:42 LINUX RESTART (4 CPU) [2021-03-29T20:00:46.198Z] [2021-03-29T20:00:46.198Z] 19:32:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-29T20:00:46.198Z] 19:33:02 172.47 93.57 78.90 0.00 6425.45 43169.79 0.00 [2021-03-29T20:00:46.198Z] 19:34:01 184.69 95.69 89.00 0.00 10113.49 38465.53 0.00 [2021-03-29T20:00:46.198Z] 19:35:01 269.54 111.80 157.74 0.00 4250.49 26450.26 0.00 [2021-03-29T20:00:46.198Z] 19:36:02 129.55 41.19 88.35 0.00 1634.74 10282.07 0.00 [2021-03-29T20:00:46.198Z] 19:37:01 122.44 62.67 59.77 0.00 1969.88 6772.41 0.00 [2021-03-29T20:00:46.198Z] 19:38:01 102.36 19.29 83.08 0.00 2316.53 22599.75 0.00 [2021-03-29T20:00:46.198Z] 19:39:03 1617.28 1334.92 282.35 0.00 125489.77 181139.85 0.00 [2021-03-29T20:00:46.198Z] 19:40:01 2116.58 1858.05 258.53 0.00 111855.31 121953.30 0.00 [2021-03-29T20:00:46.198Z] 19:41:02 380.13 140.54 239.59 0.00 22568.80 67217.78 0.00 [2021-03-29T20:00:46.198Z] 19:42:02 2311.29 1954.48 356.81 0.00 130311.39 134666.79 0.00 [2021-03-29T20:00:46.198Z] 19:43:01 915.99 657.17 258.82 0.00 39371.46 51817.55 0.00 [2021-03-29T20:00:46.198Z] 19:44:01 79.64 20.96 58.69 0.00 3561.25 4953.98 0.00 [2021-03-29T20:00:46.198Z] 19:45:01 1.57 0.00 1.57 0.00 0.00 28.02 0.00 [2021-03-29T20:00:46.198Z] 19:46:01 0.20 0.02 0.18 0.00 0.53 2.28 0.00 [2021-03-29T20:00:46.198Z] 19:47:01 2.16 1.80 0.37 0.00 56.09 6.04 0.00 [2021-03-29T20:00:46.198Z] 19:48:01 0.85 0.03 0.82 0.00 1.07 15.22 0.00 [2021-03-29T20:00:46.198Z] 19:49:01 0.32 0.00 0.32 0.00 0.00 3.53 0.00 [2021-03-29T20:00:46.198Z] 19:50:01 0.25 0.02 0.23 0.00 0.53 2.61 0.00 [2021-03-29T20:00:46.198Z] 19:51:01 0.30 0.00 0.30 0.00 0.00 3.16 0.00 [2021-03-29T20:00:46.198Z] 19:52:01 0.23 0.00 0.23 0.00 0.00 2.86 0.00 [2021-03-29T20:00:46.198Z] 19:53:01 0.17 0.00 0.17 0.00 0.00 1.80 0.00 [2021-03-29T20:00:46.198Z] 19:54:01 0.42 0.00 0.42 0.00 0.00 6.01 0.00 [2021-03-29T20:00:46.198Z] 19:55:01 0.27 0.02 0.25 0.00 1.07 2.60 0.00 [2021-03-29T20:00:46.198Z] 19:56:01 0.28 0.02 0.27 0.00 0.53 2.88 0.00 [2021-03-29T20:00:46.198Z] 19:57:01 0.25 0.00 0.25 0.00 0.00 2.60 0.00 [2021-03-29T20:00:46.198Z] 19:58:02 0.60 0.38 0.22 0.00 173.72 1.88 0.00 [2021-03-29T20:00:46.198Z] 19:59:01 0.76 0.00 0.76 0.00 0.00 8.84 0.00 [2021-03-29T20:00:46.198Z] 20:00:01 0.43 0.02 0.42 0.00 0.27 4.85 0.00 [2021-03-29T20:00:46.198Z] Average: 300.29 228.16 72.13 0.00 16490.00 25449.40 0.00 [2021-03-29T20:00:46.198Z] [2021-03-29T20:00:46.198Z] 19:32:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-29T20:00:46.198Z] 19:33:02 91368 0 552284 29.35 2620 1235272 1087168 37.10 503728 1086808 12872 [2021-03-29T20:00:46.198Z] 19:34:01 73384 0 698772 37.14 2412 1106976 1555700 53.09 697048 873540 33724 [2021-03-29T20:00:46.198Z] 19:35:01 146644 0 796636 42.34 1492 936772 1724016 58.84 606740 849380 30052 [2021-03-29T20:00:46.198Z] 19:36:02 165652 0 823728 43.78 812 891352 1840784 62.82 715752 713208 80344 [2021-03-29T20:00:46.198Z] 19:37:01 302556 0 717928 38.16 812 860248 1194612 40.77 522580 759824 43844 [2021-03-29T20:00:46.198Z] 19:38:01 187592 0 735624 39.10 636 957692 1242812 42.42 571068 833576 52 [2021-03-29T20:00:46.198Z] 19:39:03 59908 0 841024 44.70 0 980612 2339580 79.85 773540 825640 34500 [2021-03-29T20:00:46.198Z] 19:40:01 231068 0 1229540 65.35 0 420936 3890552 132.78 783756 591588 44576 [2021-03-29T20:00:46.198Z] 19:41:02 72744 0 751596 39.95 0 1057204 1921488 65.58 739548 817928 6912 [2021-03-29T20:00:46.198Z] 19:42:02 72212 0 859504 45.68 0 949828 2371732 80.94 733280 838948 65036 [2021-03-29T20:00:46.198Z] 19:43:01 395884 0 704256 37.43 0 781404 1383336 47.21 569340 656156 64 [2021-03-29T20:00:46.198Z] 19:44:01 448620 0 644948 34.28 0 787976 1187320 40.52 481896 703364 12 [2021-03-29T20:00:46.198Z] 19:45:01 450744 0 642816 34.16 0 787984 1166748 39.82 480500 702964 12 [2021-03-29T20:00:46.198Z] 19:46:01 451180 0 642384 34.14 0 787980 1158632 39.54 480404 702916 8 [2021-03-29T20:00:46.198Z] 19:47:01 449916 0 642632 34.15 0 788996 1158524 39.54 480348 703404 16 [2021-03-29T20:00:46.198Z] 19:48:01 449784 0 642752 34.16 0 789008 1158668 39.54 480756 703404 8 [2021-03-29T20:00:46.198Z] 19:49:01 449628 0 642904 34.17 0 789012 1158680 39.54 480924 703404 8 [2021-03-29T20:00:46.198Z] 19:50:01 450232 0 642304 34.14 0 789008 1158524 39.54 480240 703404 8 [2021-03-29T20:00:46.198Z] 19:51:01 450232 0 642280 34.14 0 789032 1158524 39.54 480248 703420 16 [2021-03-29T20:00:46.198Z] 19:52:01 450088 0 642416 34.14 0 789040 1158632 39.54 480336 703420 8 [2021-03-29T20:00:46.198Z] 19:53:01 449964 0 642536 34.15 0 789044 1158656 39.54 480880 703420 8 [2021-03-29T20:00:46.198Z] 19:54:01 450228 0 642264 34.13 0 789052 1158560 39.54 480432 703420 8 [2021-03-29T20:00:46.198Z] 19:55:01 450144 0 642372 34.14 0 789028 1158524 39.54 480372 703420 8 [2021-03-29T20:00:46.198Z] 19:56:01 450020 0 642472 34.15 0 789052 1158524 39.54 480276 703452 8 [2021-03-29T20:00:46.198Z] 19:57:01 449944 0 642524 34.15 0 789076 1158524 39.54 480304 703468 8 [2021-03-29T20:00:46.198Z] 19:58:02 442036 0 645224 34.29 0 794284 1158596 39.54 486096 705844 12 [2021-03-29T20:00:46.198Z] 19:59:01 442200 0 645044 34.28 0 794300 1158572 39.54 485912 705856 8 [2021-03-29T20:00:46.198Z] 20:00:01 442172 0 645068 34.28 0 794304 1158524 39.54 485924 705852 8 [2021-03-29T20:00:46.198Z] Average: 336648 0 701565 37.29 314 843017 1438733 49.10 550080 743251 12576 [2021-03-29T20:00:46.198Z] [2021-03-29T20:00:46.198Z] 19:32:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-29T20:00:46.198Z] 19:33:02 eth0 895.11 599.97 3419.40 91.43 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:34:01 eth0 1111.48 1206.38 5921.97 135.96 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:34:01 docker0 894.38 732.55 72.71 2717.19 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:35:01 veth074abaa 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:35:01 eth0 263.49 211.37 867.54 80.13 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:35:01 docker0 165.50 202.23 11.58 833.06 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:36:02 veth074abaa 0.43 0.45 0.04 0.04 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:36:02 eth0 24.26 12.36 19.36 10.24 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:36:02 docker0 0.43 0.43 0.03 0.04 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:37:01 veth074abaa 1.83 1.83 0.15 0.15 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:37:01 eth0 14.98 8.80 10.88 5.97 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:37:01 docker0 1.83 1.83 0.12 0.15 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:38:01 eth0 204.11 156.58 1707.95 84.81 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:38:01 veth92c2351 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:39:03 eth0 55.76 35.79 156.73 37.47 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:39:03 veth92c2351 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:39:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:39:03 docker0 16.28 27.05 0.92 141.47 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:40:01 veth5be5e07 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:40:01 vethec18114 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:40:01 vethd75e9ab 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:40:01 eth0 10.80 7.75 6.82 17.50 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:41:02 veth9d6de7d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:41:02 eth0 200.53 157.75 1453.31 22.35 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:41:02 veth92c2351 0.00 0.58 0.00 0.03 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:41:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:42:02 eth0 124.24 71.43 400.30 80.69 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:42:02 veth92c2351 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:42:02 veth8812a98 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:43:01 eth0 73.05 53.35 131.18 71.81 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:43:01 veth92c2351 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:43:01 veth77ea913 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.198Z] 19:44:01 eth0 33.01 18.46 92.98 8.29 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:44:01 docker0 1125.68 1083.87 87.95 4372.80 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:45:01 eth0 0.70 0.35 0.29 0.20 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:46:01 eth0 1.02 0.40 0.35 0.21 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:47:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:48:01 eth0 1.50 0.57 0.51 0.25 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:49:01 eth0 0.90 0.42 0.38 0.24 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:50:01 eth0 0.22 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:51:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:52:01 eth0 0.87 0.27 0.29 0.13 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:53:01 eth0 0.63 0.42 0.34 0.27 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:54:01 eth0 0.28 0.22 0.07 0.02 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:55:01 eth0 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:56:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:57:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:58:02 eth0 0.22 0.17 0.09 0.07 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:58:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:58:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:59:01 eth0 0.17 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 19:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 20:00:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 20:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] 20:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] Average: eth0 107.12 90.25 503.95 23.09 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] Average: docker0 40.31 38.81 3.15 156.58 0.00 0.00 0.00 0.00 [2021-03-29T20:00:46.199Z] [2021-03-29T20:00:46.199Z] [2021-03-29T20:00:46.199Z] ---> sar -P ALL: [2021-03-29T20:00:46.199Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) [2021-03-29T20:00:46.199Z] [2021-03-29T20:00:46.199Z] 19:31:42 LINUX RESTART (4 CPU) [2021-03-29T20:00:46.199Z] [2021-03-29T20:00:46.199Z] 19:32:02 CPU %user %nice %system %iowait %steal %idle [2021-03-29T20:00:46.199Z] 19:33:02 all 16.52 0.00 8.63 6.99 0.23 67.62 [2021-03-29T20:00:46.199Z] 19:33:02 0 15.20 0.00 11.59 5.35 0.25 67.61 [2021-03-29T20:00:46.199Z] 19:33:02 1 18.51 0.00 7.79 5.78 0.21 67.72 [2021-03-29T20:00:46.199Z] 19:33:02 2 16.92 0.00 7.32 9.78 0.17 65.81 [2021-03-29T20:00:46.199Z] 19:33:02 3 15.43 0.00 7.88 7.04 0.29 69.36 [2021-03-29T20:00:46.199Z] 19:34:01 all 15.40 0.00 8.74 1.64 0.20 74.03 [2021-03-29T20:00:46.199Z] 19:34:01 0 18.95 0.00 12.08 0.78 0.19 67.99 [2021-03-29T20:00:46.199Z] 19:34:01 1 10.06 0.00 7.19 3.22 0.21 79.33 [2021-03-29T20:00:46.199Z] 19:34:01 2 16.09 0.00 8.60 1.19 0.16 73.96 [2021-03-29T20:00:46.199Z] 19:34:01 3 16.56 0.00 7.13 1.36 0.23 74.73 [2021-03-29T20:00:46.199Z] 19:35:01 all 12.04 0.00 8.16 6.57 0.33 72.89 [2021-03-29T20:00:46.199Z] 19:35:01 0 11.81 0.00 8.59 6.98 0.33 72.31 [2021-03-29T20:00:46.199Z] 19:35:01 1 12.57 0.00 7.96 5.12 0.39 73.96 [2021-03-29T20:00:46.199Z] 19:35:01 2 11.77 0.00 8.58 8.82 0.27 70.55 [2021-03-29T20:00:46.199Z] 19:35:01 3 12.03 0.00 7.53 5.36 0.33 74.76 [2021-03-29T20:00:46.199Z] 19:36:02 all 60.67 0.00 13.79 3.73 1.55 20.27 [2021-03-29T20:00:46.199Z] 19:36:02 0 59.81 0.00 14.60 5.02 1.78 18.80 [2021-03-29T20:00:46.199Z] 19:36:02 1 61.21 0.00 13.46 3.49 1.31 20.53 [2021-03-29T20:00:46.199Z] 19:36:02 2 61.35 0.00 13.76 2.02 1.61 21.26 [2021-03-29T20:00:46.199Z] 19:36:02 3 60.30 0.00 13.32 4.39 1.49 20.49 [2021-03-29T20:00:46.199Z] 19:37:01 all 49.31 0.00 15.13 2.60 4.00 28.97 [2021-03-29T20:00:46.199Z] 19:37:01 0 48.64 0.00 14.52 2.68 3.91 30.25 [2021-03-29T20:00:46.199Z] 19:37:01 1 48.96 0.00 15.30 1.68 4.25 29.82 [2021-03-29T20:00:46.199Z] 19:37:01 2 48.13 0.00 14.91 1.99 4.33 30.64 [2021-03-29T20:00:46.199Z] 19:37:01 3 51.53 0.00 15.77 4.05 3.51 25.14 [2021-03-29T20:00:46.199Z] 19:38:01 all 25.60 0.00 10.85 1.62 4.01 57.92 [2021-03-29T20:00:46.199Z] 19:38:01 0 25.65 0.00 10.72 0.73 4.25 58.65 [2021-03-29T20:00:46.199Z] 19:38:01 1 25.26 0.00 11.04 3.48 3.69 56.54 [2021-03-29T20:00:46.199Z] 19:38:01 2 24.97 0.00 10.22 0.56 4.00 60.26 [2021-03-29T20:00:46.199Z] 19:38:01 3 26.55 0.00 11.41 1.75 4.08 56.20 [2021-03-29T20:00:46.199Z] 19:39:03 all 21.68 0.00 27.68 13.02 7.17 30.45 [2021-03-29T20:00:46.199Z] 19:39:03 0 20.47 0.00 25.44 13.41 7.78 32.90 [2021-03-29T20:00:46.199Z] 19:39:03 1 21.93 0.00 28.63 12.02 6.75 30.66 [2021-03-29T20:00:46.199Z] 19:39:03 2 22.69 0.00 27.52 14.17 7.06 28.57 [2021-03-29T20:00:46.199Z] 19:39:03 3 21.64 0.00 29.17 12.47 7.08 29.65 [2021-03-29T20:00:46.199Z] 19:40:01 all 42.15 0.00 23.77 17.72 3.71 12.65 [2021-03-29T20:00:46.199Z] 19:40:01 0 39.73 0.00 21.96 17.88 4.62 15.80 [2021-03-29T20:00:46.199Z] 19:40:01 1 42.15 0.00 24.02 16.49 3.57 13.77 [2021-03-29T20:00:46.199Z] 19:40:01 2 43.80 0.00 23.50 17.52 3.34 11.84 [2021-03-29T20:00:46.199Z] 19:40:01 3 42.98 0.00 25.65 18.99 3.32 9.06 [2021-03-29T20:00:46.199Z] 19:41:02 all 48.25 0.00 17.57 16.38 1.60 16.21 [2021-03-29T20:00:46.199Z] 19:41:02 0 48.05 0.00 15.40 12.44 1.73 22.39 [2021-03-29T20:00:46.199Z] 19:41:02 1 48.81 0.00 18.29 18.00 1.47 13.43 [2021-03-29T20:00:46.199Z] 19:41:02 2 48.61 0.00 18.30 18.69 1.62 12.78 [2021-03-29T20:00:46.199Z] 19:41:02 3 47.55 0.00 18.31 16.40 1.56 16.18 [2021-03-29T20:00:46.199Z] 19:42:02 all 31.76 0.00 27.49 20.38 4.67 15.70 [2021-03-29T20:00:46.199Z] 19:42:02 0 29.21 0.00 27.91 18.92 4.81 19.15 [2021-03-29T20:00:46.199Z] 19:42:02 1 31.40 0.00 27.69 23.51 4.73 12.67 [2021-03-29T20:00:46.199Z] 19:42:02 2 32.37 0.00 27.53 19.64 4.62 15.83 [2021-03-29T20:00:46.199Z] 19:42:02 3 34.09 0.00 26.84 19.44 4.53 15.11 [2021-03-29T20:00:46.199Z] 19:43:01 all 58.52 0.00 20.40 7.76 4.96 8.36 [2021-03-29T20:00:46.199Z] 19:43:01 0 56.90 0.00 21.73 8.38 5.19 7.81 [2021-03-29T20:00:46.199Z] 19:43:01 1 58.26 0.00 20.59 6.83 4.77 9.56 [2021-03-29T20:00:46.199Z] 19:43:01 2 59.49 0.00 18.61 10.33 5.36 6.21 [2021-03-29T20:00:46.199Z] 19:43:01 3 59.44 0.00 20.69 5.50 4.52 9.85 [2021-03-29T20:00:46.199Z] [2021-03-29T20:00:46.199Z] 19:43:01 CPU %user %nice %system %iowait %steal %idle [2021-03-29T20:00:46.199Z] 19:44:01 all 2.45 0.00 3.06 2.33 1.44 90.72 [2021-03-29T20:00:46.199Z] 19:44:01 0 3.01 0.00 2.84 1.94 1.29 90.91 [2021-03-29T20:00:46.199Z] 19:44:01 1 2.07 0.00 3.41 1.85 1.47 91.19 [2021-03-29T20:00:46.199Z] 19:44:01 2 2.10 0.00 3.07 2.55 1.52 90.75 [2021-03-29T20:00:46.199Z] 19:44:01 3 2.61 0.00 2.93 2.98 1.47 90.01 [2021-03-29T20:00:46.199Z] 19:45:01 all 0.12 0.00 0.04 0.00 0.02 99.82 [2021-03-29T20:00:46.199Z] 19:45:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-03-29T20:00:46.199Z] 19:45:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2021-03-29T20:00:46.199Z] 19:45:01 2 0.05 0.00 0.07 0.00 0.02 99.87 [2021-03-29T20:00:46.199Z] 19:45:01 3 0.40 0.00 0.07 0.00 0.02 99.52 [2021-03-29T20:00:46.199Z] 19:46:01 all 0.16 0.00 0.03 0.00 0.01 99.80 [2021-03-29T20:00:46.199Z] 19:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-29T20:00:46.199Z] 19:46:01 1 0.05 0.00 0.03 0.00 0.03 99.88 [2021-03-29T20:00:46.199Z] 19:46:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-29T20:00:46.199Z] 19:46:01 3 0.57 0.00 0.03 0.00 0.00 99.40 [2021-03-29T20:00:46.199Z] 19:47:01 all 0.15 0.00 0.05 0.02 0.00 99.77 [2021-03-29T20:00:46.199Z] 19:47:01 0 0.02 0.00 0.05 0.07 0.00 99.87 [2021-03-29T20:00:46.199Z] 19:47:01 1 0.05 0.00 0.10 0.03 0.00 99.82 [2021-03-29T20:00:46.199Z] 19:47:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-29T20:00:46.199Z] 19:47:01 3 0.52 0.00 0.03 0.00 0.02 99.43 [2021-03-29T20:00:46.199Z] 19:48:01 all 0.19 0.00 0.17 0.00 0.01 99.63 [2021-03-29T20:00:46.199Z] 19:48:01 0 0.07 0.00 0.13 0.00 0.02 99.78 [2021-03-29T20:00:46.199Z] 19:48:01 1 0.12 0.00 0.23 0.00 0.02 99.63 [2021-03-29T20:00:46.199Z] 19:48:01 2 0.08 0.00 0.15 0.00 0.00 99.77 [2021-03-29T20:00:46.199Z] 19:48:01 3 0.48 0.00 0.17 0.00 0.00 99.35 [2021-03-29T20:00:46.199Z] 19:49:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-03-29T20:00:46.199Z] 19:49:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-29T20:00:46.199Z] 19:49:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-29T20:00:46.199Z] 19:49:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-29T20:00:46.199Z] 19:49:01 3 0.50 0.00 0.02 0.00 0.00 99.48 [2021-03-29T20:00:46.199Z] 19:50:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-03-29T20:00:46.199Z] 19:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-29T20:00:46.199Z] 19:50:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2021-03-29T20:00:46.199Z] 19:50:01 2 0.00 0.00 0.02 0.02 0.02 99.95 [2021-03-29T20:00:46.199Z] 19:50:01 3 0.53 0.00 0.03 0.00 0.00 99.43 [2021-03-29T20:00:46.199Z] 19:51:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-03-29T20:00:46.199Z] 19:51:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2021-03-29T20:00:46.199Z] 19:51:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-29T20:00:46.199Z] 19:51:01 2 0.52 0.00 0.02 0.00 0.00 99.47 [2021-03-29T20:00:46.199Z] 19:51:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-29T20:00:46.199Z] 19:52:01 all 0.15 0.00 0.03 0.00 0.00 99.83 [2021-03-29T20:00:46.199Z] 19:52:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-29T20:00:46.199Z] 19:52:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2021-03-29T20:00:46.199Z] 19:52:01 2 0.47 0.00 0.03 0.00 0.00 99.50 [2021-03-29T20:00:46.199Z] 19:52:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-29T20:00:46.199Z] 19:53:01 all 0.03 0.00 0.04 0.00 0.00 99.93 [2021-03-29T20:00:46.199Z] 19:53:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-29T20:00:46.199Z] 19:53:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2021-03-29T20:00:46.199Z] 19:53:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-29T20:00:46.200Z] 19:53:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-29T20:00:46.200Z] 19:54:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-03-29T20:00:46.200Z] 19:54:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-29T20:00:46.200Z] 19:54:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-29T20:00:46.200Z] 19:54:01 2 0.47 0.00 0.05 0.00 0.00 99.48 [2021-03-29T20:00:46.200Z] 19:54:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-29T20:00:46.200Z] [2021-03-29T20:00:46.200Z] 19:54:01 CPU %user %nice %system %iowait %steal %idle [2021-03-29T20:00:46.200Z] 19:55:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-03-29T20:00:46.200Z] 19:55:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-03-29T20:00:46.200Z] 19:55:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2021-03-29T20:00:46.200Z] 19:55:01 2 0.52 0.00 0.02 0.00 0.00 99.47 [2021-03-29T20:00:46.200Z] 19:55:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-29T20:00:46.200Z] 19:56:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-03-29T20:00:46.200Z] 19:56:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-29T20:00:46.200Z] 19:56:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-29T20:00:46.200Z] 19:56:01 2 0.42 0.00 0.03 0.00 0.00 99.55 [2021-03-29T20:00:46.200Z] 19:56:01 3 0.13 0.00 0.02 0.00 0.00 99.85 [2021-03-29T20:00:46.200Z] 19:57:01 all 0.14 0.00 0.02 0.00 0.00 99.83 [2021-03-29T20:00:46.200Z] 19:57:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-03-29T20:00:46.200Z] 19:57:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-29T20:00:46.200Z] 19:57:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2021-03-29T20:00:46.200Z] 19:57:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2021-03-29T20:00:46.200Z] 19:58:02 all 0.15 0.00 0.05 0.01 0.00 99.80 [2021-03-29T20:00:46.200Z] 19:58:02 0 0.02 0.00 0.07 0.03 0.00 99.88 [2021-03-29T20:00:46.200Z] 19:58:02 1 0.08 0.00 0.03 0.00 0.00 99.88 [2021-03-29T20:00:46.200Z] 19:58:02 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-29T20:00:46.200Z] 19:58:02 3 0.48 0.00 0.05 0.00 0.00 99.47 [2021-03-29T20:00:46.200Z] 19:59:01 all 0.07 0.00 0.03 0.00 0.00 99.89 [2021-03-29T20:00:46.200Z] 19:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-29T20:00:46.200Z] 19:59:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-29T20:00:46.200Z] 19:59:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-29T20:00:46.200Z] 19:59:01 3 0.20 0.00 0.07 0.00 0.02 99.71 [2021-03-29T20:00:46.200Z] 20:00:01 all 0.11 0.00 0.03 0.00 0.01 99.85 [2021-03-29T20:00:46.200Z] 20:00:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-03-29T20:00:46.200Z] 20:00:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2021-03-29T20:00:46.200Z] 20:00:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2021-03-29T20:00:46.200Z] 20:00:01 3 0.42 0.00 0.05 0.00 0.02 99.52 [2021-03-29T20:00:46.200Z] Average: all 13.17 0.00 6.37 3.44 1.16 75.86 [2021-03-29T20:00:46.200Z] Average: 0 12.88 0.00 6.45 3.24 1.25 76.18 [2021-03-29T20:00:46.200Z] Average: 1 13.04 0.00 6.39 3.47 1.13 75.98 [2021-03-29T20:00:46.200Z] Average: 2 13.33 0.00 6.26 3.67 1.17 75.56 [2021-03-29T20:00:46.200Z] Average: 3 13.42 0.00 6.38 3.38 1.11 75.72 [2021-03-29T20:00:46.200Z] [2021-03-29T20:00:46.200Z] [2021-03-29T20:00:46.200Z]