Pull request #3389 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ff428d534b5ee6997a5cb6ce9be63fbd715c9f66+43abde9ba23a76d4b5d84ad674fe94457f4f4498 (484fb3802020a76b39f1010cab342b1474466f1d) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-1227’ is offline; ‘prd-centos7-docker-4c-2g-1232’ is offline Running on prd-centos7-docker-4c-2g-1235 in /w/workspace/edgexfoundry_edgex-go_PR-3389 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3389/head:refs/remotes/origin/PR-3389 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 43abde9ba23a76d4b5d84ad674fe94457f4f4498 into PR head commit ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 Merge succeeded, producing ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 Checking out Revision ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 (PR-3389) > git config core.sparsecheckout # timeout=10 > git checkout -f ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 43abde9ba23a76d4b5d84ad674fe94457f4f4498 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-20T18:59:37.230Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-20T18:59:37.322Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-20T18:59:37.353Z] ========================================================= [2021-04-20T18:59:37.353Z] EdgeX Global Pipelines Version Info [2021-04-20T18:59:37.353Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk f889627254aa08f6634109be95b00785bd857dce # timeout=10 [2021-04-20T18:59:38.937Z] ------------------- [2021-04-20T18:59:38.937Z] stable info: [2021-04-20T18:59:38.937Z] ------------------- [2021-04-20T18:59:38.937Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-20T18:59:38.937Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-20T18:59:38.937Z] Message: update stable to v1.0.186 [2021-04-20T18:59:39.890Z] ------------------- [2021-04-20T18:59:39.890Z] experimental info: [2021-04-20T18:59:39.890Z] ------------------- [2021-04-20T18:59:39.890Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-20T18:59:39.890Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-20T18:59:39.890Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-20T18:59:40.013Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-20T18:59:40.035Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-20T18:59:40.058Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-20T18:59:40.081Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-20T18:59:40.103Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-20T18:59:40.125Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-20T18:59:40.147Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-20T18:59:40.169Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-20T18:59:40.192Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-20T18:59:40.214Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-20T18:59:40.237Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-20T18:59:40.259Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-20T18:59:40.283Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-20T18:59:40.306Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-20T18:59:40.330Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T18:59:40.351Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T18:59:40.373Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-20T18:59:40.395Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-20T18:59:40.430Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-20T18:59:40.452Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-20T18:59:40.474Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-20T18:59:40.498Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-20T18:59:40.520Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3389 [Pipeline] echo [2021-04-20T18:59:40.546Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3389 [Pipeline] echo [2021-04-20T18:59:40.567Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3389 [Pipeline] echo [2021-04-20T18:59:40.589Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 [Pipeline] echo [2021-04-20T18:59:40.611Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ff428d5 [Pipeline] echo [2021-04-20T18:59:40.636Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T18:59:40.709Z] provisioning config files... [2021-04-20T18:59:40.752Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7934145163907480158tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T18:59:41.089Z] ---> docker-login.sh [2021-04-20T18:59:41.089Z] nexus3.edgexfoundry.org:10001 [2021-04-20T18:59:41.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T18:59:41.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T18:59:41.623Z] Configure a credential helper to remove this warning. See [2021-04-20T18:59:41.623Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T18:59:41.623Z] [2021-04-20T18:59:41.623Z] Login Succeeded [2021-04-20T18:59:41.623Z] nexus3.edgexfoundry.org:10002 [2021-04-20T18:59:41.886Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T18:59:41.886Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T18:59:41.886Z] Configure a credential helper to remove this warning. See [2021-04-20T18:59:41.886Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T18:59:41.886Z] [2021-04-20T18:59:41.886Z] Login Succeeded [2021-04-20T18:59:41.886Z] nexus3.edgexfoundry.org:10003 [2021-04-20T18:59:41.886Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T18:59:42.150Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T18:59:42.150Z] Configure a credential helper to remove this warning. See [2021-04-20T18:59:42.150Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T18:59:42.150Z] [2021-04-20T18:59:42.150Z] Login Succeeded [2021-04-20T18:59:42.150Z] nexus3.edgexfoundry.org:10004 [2021-04-20T18:59:42.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T18:59:42.150Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T18:59:42.150Z] Configure a credential helper to remove this warning. See [2021-04-20T18:59:42.150Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T18:59:42.150Z] [2021-04-20T18:59:42.150Z] Login Succeeded [2021-04-20T18:59:42.150Z] docker.io [2021-04-20T18:59:42.414Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T18:59:42.679Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T18:59:42.679Z] Configure a credential helper to remove this warning. See [2021-04-20T18:59:42.679Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T18:59:42.679Z] [2021-04-20T18:59:42.679Z] Login Succeeded [2021-04-20T18:59:42.679Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T18:59:42.692Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T18:59:43.036Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-04-20T18:59:43.036Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T18:59:43.036Z] ++ dirname cmd/core-command/Dockerfile [2021-04-20T18:59:43.036Z] ++ cut -d/ -f2 [2021-04-20T18:59:43.036Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-20T18:59:43.036Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T18:59:43.036Z] ++ dirname cmd/core-data/Dockerfile [2021-04-20T18:59:43.036Z] ++ cut -d/ -f2 [2021-04-20T18:59:43.036Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-20T18:59:43.036Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T18:59:43.036Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-20T18:59:43.036Z] ++ cut -d/ -f2 [2021-04-20T18:59:43.036Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-20T18:59:43.036Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T18:59:43.036Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-20T18:59:43.036Z] ++ cut -d/ -f2 [2021-04-20T18:59:43.036Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-20T18:59:43.036Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T18:59:43.036Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-20T18:59:43.036Z] ++ cut -d/ -f2 [2021-04-20T18:59:43.036Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-20T18:59:43.036Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T18:59:43.036Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-20T18:59:43.036Z] ++ cut -d/ -f2 [2021-04-20T18:59:43.036Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-20T18:59:43.036Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T18:59:43.036Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-20T18:59:43.036Z] ++ cut -d/ -f2 [2021-04-20T18:59:43.036Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-20T18:59:43.036Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T18:59:43.036Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-20T18:59:43.036Z] ++ cut -d/ -f2 [2021-04-20T18:59:43.036Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-20T18:59:43.036Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T18:59:43.036Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-20T18:59:43.036Z] ++ cut -d/ -f2 [2021-04-20T18:59:43.036Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-20T18:59:43.137Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-04-20T18:59:43.796Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T18:59:43.796Z] [2021-04-20T18:59:43.796Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T18:59:44.133Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T18:59:44.133Z] latest: Pulling from edgex-devops/git-semver [2021-04-20T18:59:44.133Z] 31603596830f: Pulling fs layer [2021-04-20T18:59:44.133Z] 2a8b12db71e7: Pulling fs layer [2021-04-20T18:59:44.133Z] 6ca5941a6612: Pulling fs layer [2021-04-20T18:59:44.134Z] ecc8261a40a4: Pulling fs layer [2021-04-20T18:59:44.134Z] ecc8261a40a4: Waiting [2021-04-20T18:59:44.134Z] 2a8b12db71e7: Download complete [2021-04-20T18:59:44.134Z] 31603596830f: Verifying Checksum [2021-04-20T18:59:44.134Z] 31603596830f: Download complete [2021-04-20T18:59:44.403Z] 6ca5941a6612: Verifying Checksum [2021-04-20T18:59:44.403Z] 6ca5941a6612: Download complete [2021-04-20T18:59:44.666Z] ecc8261a40a4: Verifying Checksum [2021-04-20T18:59:44.666Z] ecc8261a40a4: Download complete [2021-04-20T18:59:44.666Z] 31603596830f: Pull complete [2021-04-20T18:59:44.938Z] 2a8b12db71e7: Pull complete [2021-04-20T18:59:45.894Z] 6ca5941a6612: Pull complete [2021-04-20T18:59:46.162Z] ecc8261a40a4: Pull complete [2021-04-20T18:59:46.162Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-20T18:59:46.162Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T18:59:46.162Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-20T18:59:46.280Z] prd-centos7-docker-4c-2g-1235 does not seem to be running inside a container [2021-04-20T18:59:46.341Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-20T18:59:48.936Z] $ docker top 1a0fbe852ad68a73b4c25a3429100aa6b2ccec8a7035658306789aee20082f0d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T18:59:49.103Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T18:59:49.104Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T18:59:49.363Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T18:59:49.369Z] $ docker exec 1a0fbe852ad68a73b4c25a3429100aa6b2ccec8a7035658306789aee20082f0d ssh-agent [2021-04-20T18:59:49.565Z] SSH_AUTH_SOCK=/tmp/ssh-RgXugE2CgQAh/agent.11 [2021-04-20T18:59:49.565Z] SSH_AGENT_PID=16 [2021-04-20T18:59:49.579Z] Running ssh-add (command line suppressed) [2021-04-20T18:59:49.721Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_5450371747268872263.key (/w/workspace/edgex-go/2@tmp/private_key_5450371747268872263.key) [2021-04-20T18:59:49.780Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T18:59:50.088Z] + git tag --points-at HEAD [Pipeline] } [2021-04-20T18:59:50.112Z] $ docker exec --env ******** --env ******** 1a0fbe852ad68a73b4c25a3429100aa6b2ccec8a7035658306789aee20082f0d ssh-agent -k [2021-04-20T18:59:50.236Z] unset SSH_AUTH_SOCK; [2021-04-20T18:59:50.236Z] unset SSH_AGENT_PID; [2021-04-20T18:59:50.236Z] echo Agent pid 16 killed; [2021-04-20T18:59:50.290Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-20T18:59:50.340Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T18:59:50.340Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T18:59:50.533Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T18:59:50.539Z] $ docker exec 1a0fbe852ad68a73b4c25a3429100aa6b2ccec8a7035658306789aee20082f0d ssh-agent [2021-04-20T18:59:50.740Z] SSH_AUTH_SOCK=/tmp/ssh-uTiCfu8CWjsG/agent.46 [2021-04-20T18:59:50.740Z] SSH_AGENT_PID=51 [2021-04-20T18:59:50.747Z] Running ssh-add (command line suppressed) [2021-04-20T18:59:50.884Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_6045803854285083478.key (/w/workspace/edgex-go/2@tmp/private_key_6045803854285083478.key) [2021-04-20T18:59:50.943Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T18:59:51.247Z] + git semver init [2021-04-20T18:59:51.247Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T18:59:51.247Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-04-20T18:59:51.247Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-04-20T18:59:51.247Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T18:59:51.247Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T18:59:51.247Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T18:59:51.247Z] # $SEMVER_BRANCH = PR-3389 [2021-04-20T18:59:51.247Z] # $SEMVER_TEMP = /tmp/semver-187774849 [2021-04-20T18:59:51.247Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-20T19:00:17.929Z] # '/tmp/semver-187774849' -> '/w/workspace/edgex-go/2/.semver' [2021-04-20T19:00:17.929Z] # -> Force: false [2021-04-20T19:00:17.929Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-04-20T19:00:17.947Z] $ docker exec --env ******** --env ******** 1a0fbe852ad68a73b4c25a3429100aa6b2ccec8a7035658306789aee20082f0d ssh-agent -k [2021-04-20T19:00:18.220Z] unset SSH_AUTH_SOCK; [2021-04-20T19:00:18.221Z] unset SSH_AGENT_PID; [2021-04-20T19:00:18.221Z] echo Agent pid 51 killed; [2021-04-20T19:00:18.333Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T19:00:18.692Z] + git semver [Pipeline] } [2021-04-20T19:00:18.714Z] $ docker stop --time=1 1a0fbe852ad68a73b4c25a3429100aa6b2ccec8a7035658306789aee20082f0d [2021-04-20T19:00:20.706Z] $ docker rm -f 1a0fbe852ad68a73b4c25a3429100aa6b2ccec8a7035658306789aee20082f0d [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T19:00:21.168Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-20T19:00:21.629Z] Stashed 1 file(s) [Pipeline] echo [2021-04-20T19:00:21.632Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T19:00:22.168Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-20T19:00:22.469Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T19:00:22.773Z] + sudo service docker restart [2021-04-20T19:00:22.773Z] + true [2021-04-20T19:00:22.773Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-20T19:00:23.375Z] ========================================================= [2021-04-20T19:00:23.375Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-20T19:00:23.375Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:00:23.767Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-20T19:00:28.152Z] Sending build context to Docker daemon 329.6MB [2021-04-20T19:00:28.152Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T19:00:28.152Z] Step 2/6 : FROM ${BASE} [2021-04-20T19:00:28.152Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-20T19:00:28.152Z] 188c0c94c7c5: Pulling fs layer [2021-04-20T19:00:28.152Z] 0ef7d3d256c8: Pulling fs layer [2021-04-20T19:00:28.152Z] de9db76c5a1d: Pulling fs layer [2021-04-20T19:00:28.152Z] bca2f99d35d6: Pulling fs layer [2021-04-20T19:00:28.152Z] 93359f2a8cfa: Pulling fs layer [2021-04-20T19:00:28.152Z] 7c6f9722023f: Pulling fs layer [2021-04-20T19:00:28.152Z] a35cf1a2eb13: Pulling fs layer [2021-04-20T19:00:28.152Z] 93359f2a8cfa: Waiting [2021-04-20T19:00:28.152Z] 7c6f9722023f: Waiting [2021-04-20T19:00:28.152Z] bca2f99d35d6: Waiting [2021-04-20T19:00:28.152Z] a35cf1a2eb13: Waiting [2021-04-20T19:00:28.152Z] de9db76c5a1d: Verifying Checksum [2021-04-20T19:00:28.152Z] de9db76c5a1d: Download complete [2021-04-20T19:00:28.152Z] 0ef7d3d256c8: Verifying Checksum [2021-04-20T19:00:28.152Z] 0ef7d3d256c8: Download complete [2021-04-20T19:00:28.152Z] 93359f2a8cfa: Verifying Checksum [2021-04-20T19:00:28.152Z] 93359f2a8cfa: Download complete [2021-04-20T19:00:28.152Z] 7c6f9722023f: Verifying Checksum [2021-04-20T19:00:28.152Z] 7c6f9722023f: Download complete [2021-04-20T19:00:28.152Z] 188c0c94c7c5: Verifying Checksum [2021-04-20T19:00:28.152Z] 188c0c94c7c5: Download complete [2021-04-20T19:00:28.744Z] 188c0c94c7c5: Pull complete [2021-04-20T19:00:29.013Z] 0ef7d3d256c8: Pull complete [2021-04-20T19:00:29.977Z] de9db76c5a1d: Pull complete [2021-04-20T19:00:29.977Z] a35cf1a2eb13: Verifying Checksum [2021-04-20T19:00:29.977Z] a35cf1a2eb13: Download complete [2021-04-20T19:00:30.566Z] bca2f99d35d6: Verifying Checksum [2021-04-20T19:00:30.566Z] bca2f99d35d6: Download complete [2021-04-20T19:00:36.775Z] Still waiting to schedule task [2021-04-20T19:00:36.776Z] ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1236’ is offline [2021-04-20T19:00:38.827Z] bca2f99d35d6: Pull complete [2021-04-20T19:00:38.827Z] 93359f2a8cfa: Pull complete [2021-04-20T19:00:38.827Z] 7c6f9722023f: Pull complete [2021-04-20T19:00:42.189Z] a35cf1a2eb13: Pull complete [2021-04-20T19:00:42.189Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-20T19:00:42.189Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-20T19:00:42.189Z] ---> a62c8e92a672 [2021-04-20T19:00:42.189Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-20T19:00:42.189Z] ---> Running in aa223d68bed3 [2021-04-20T19:00:43.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:00:43.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:00:43.998Z] (1/12) Installing libmagic (5.38-r0) [2021-04-20T19:00:44.584Z] (2/12) Installing file (5.38-r0) [2021-04-20T19:00:44.849Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-20T19:00:44.849Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-20T19:00:50.160Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-20T19:00:50.160Z] (6/12) Installing patch (2.7.6-r6) [2021-04-20T19:00:50.434Z] (7/12) Installing build-base (0.5-r2) [2021-04-20T19:00:50.434Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-20T19:00:50.434Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-20T19:00:50.698Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-20T19:00:50.698Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-20T19:00:50.698Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-20T19:00:50.962Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T19:00:50.962Z] OK: 233 MiB in 51 packages [2021-04-20T19:00:55.206Z] Removing intermediate container aa223d68bed3 [2021-04-20T19:00:55.206Z] ---> 5fb4f5fec8d6 [2021-04-20T19:00:55.206Z] Step 4/6 : WORKDIR /edgex-go [2021-04-20T19:00:55.206Z] ---> Running in d5238b21107c [2021-04-20T19:00:55.206Z] Removing intermediate container d5238b21107c [2021-04-20T19:00:55.206Z] ---> 5dd259b03d6a [2021-04-20T19:00:55.206Z] Step 5/6 : COPY go.mod . [2021-04-20T19:00:55.206Z] ---> 26452a7fef8b [2021-04-20T19:00:55.206Z] Step 6/6 : RUN go mod download [2021-04-20T19:00:55.206Z] ---> Running in affb1eb610d4 [2021-04-20T19:01:17.275Z] Removing intermediate container affb1eb610d4 [2021-04-20T19:01:17.275Z] ---> 8cd335dd7b5f [2021-04-20T19:01:17.275Z] Successfully built 8cd335dd7b5f [2021-04-20T19:01:17.275Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:01:17.605Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T19:01:17.605Z] . [Pipeline] withDockerContainer [2021-04-20T19:01:17.735Z] prd-centos7-docker-4c-2g-1235 does not seem to be running inside a container [2021-04-20T19:01:17.795Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-x86_64 cat [2021-04-20T19:01:18.724Z] $ docker top 4430d88cc549920328cb0497f4200ba87487278ac3e68e7921e22641c4d55b7f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:01:19.210Z] + go version [2021-04-20T19:01:19.210Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-20T19:01:19.232Z] $ docker stop --time=1 4430d88cc549920328cb0497f4200ba87487278ac3e68e7921e22641c4d55b7f [2021-04-20T19:01:20.654Z] $ docker rm -f 4430d88cc549920328cb0497f4200ba87487278ac3e68e7921e22641c4d55b7f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:01:21.207Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T19:01:21.207Z] . [Pipeline] withDockerContainer [2021-04-20T19:01:21.325Z] prd-centos7-docker-4c-2g-1235 does not seem to be running inside a container [2021-04-20T19:01:21.395Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-x86_64 cat [2021-04-20T19:01:22.351Z] $ docker top 96cb391a4ff93c800e13903c19f7962f9e79533a5e5fa320c23ee3330116a3d6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-20T19:01:22.507Z] ========================================================= [2021-04-20T19:01:22.507Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-20T19:01:22.507Z] ========================================================= [Pipeline] sh [2021-04-20T19:01:22.804Z] + make test [2021-04-20T19:01:22.804Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-20T19:01:32.902Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-20T19:01:55.104Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-20T19:01:55.104Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-20T19:01:57.740Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-20T19:01:57.740Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-20T19:01:58.336Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-20T19:01:58.336Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-20T19:01:58.336Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-20T19:01:59.304Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-20T19:01:59.893Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-20T19:02:00.493Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-20T19:02:03.860Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-20T19:02:03.860Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-20T19:02:03.860Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-20T19:02:07.256Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.195s coverage: 45.9% of statements [2021-04-20T19:02:07.256Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-20T19:02:07.256Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-20T19:02:07.256Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-20T19:02:07.256Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-20T19:02:07.256Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-20T19:02:07.256Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-20T19:02:07.257Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.069s coverage: 19.8% of statements [2021-04-20T19:02:07.257Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.100s coverage: 100.0% of statements [2021-04-20T19:02:10.642Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.363s coverage: 27.1% of statements [2021-04-20T19:02:10.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-20T19:02:10.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-20T19:02:10.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-20T19:02:10.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-20T19:02:10.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-20T19:02:10.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-20T19:02:10.642Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.096s coverage: 100.0% of statements [2021-04-20T19:02:10.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-20T19:02:10.642Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.061s coverage: 100.0% of statements [2021-04-20T19:02:10.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-20T19:02:10.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-20T19:02:10.642Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.119s coverage: 71.3% of statements [2021-04-20T19:02:10.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-20T19:02:10.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-20T19:02:10.917Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.203s coverage: 82.9% of statements [2021-04-20T19:02:10.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-20T19:02:10.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:02:10.917Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.086s coverage: 78.9% of statements [2021-04-20T19:02:10.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-20T19:02:14.295Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.384s coverage: 28.6% of statements [2021-04-20T19:02:14.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-20T19:02:14.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-20T19:02:14.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-20T19:02:14.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-20T19:02:14.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-20T19:02:14.296Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.101s coverage: 100.0% of statements [2021-04-20T19:02:14.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-20T19:02:14.296Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.054s coverage: 100.0% of statements [2021-04-20T19:02:14.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-20T19:02:14.296Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.203s coverage: 86.7% of statements [2021-04-20T19:02:14.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-20T19:02:14.296Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.169s coverage: 97.5% of statements [2021-04-20T19:02:14.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-20T19:02:14.296Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.091s coverage: 78.3% of statements [2021-04-20T19:02:14.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-20T19:02:14.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-20T19:02:14.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-20T19:02:14.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-20T19:02:17.674Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.502s coverage: 93.0% of statements [2021-04-20T19:02:17.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-20T19:02:17.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:02:17.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-20T19:02:17.674Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-20T19:02:17.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-20T19:02:17.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-20T19:02:17.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-20T19:02:17.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-20T19:02:17.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-20T19:02:17.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-20T19:02:17.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-20T19:02:17.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-20T19:02:17.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-20T19:02:17.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-20T19:02:17.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-20T19:02:17.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-20T19:02:17.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-20T19:02:17.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-20T19:02:17.674Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2021-04-20T19:02:17.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-20T19:02:17.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-20T19:02:17.674Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.080s coverage: 0.9% of statements [2021-04-20T19:02:17.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-20T19:02:17.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-20T19:02:17.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-20T19:02:17.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 47.1% of statements [2021-04-20T19:02:17.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.084s coverage: 79.5% of statements [2021-04-20T19:02:17.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements [2021-04-20T19:02:17.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.072s coverage: 96.3% of statements [2021-04-20T19:02:17.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements [2021-04-20T19:02:30.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.097s coverage: 94.4% of statements [2021-04-20T19:02:30.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements [2021-04-20T19:02:32.822Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.223s coverage: 81.9% of statements [2021-04-20T19:02:32.822Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-20T19:02:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.099s coverage: 92.9% of statements [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-20T19:02:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-20T19:02:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.048s coverage: 87.2% of statements [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-20T19:02:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-20T19:02:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-20T19:02:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements [2021-04-20T19:02:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements [2021-04-20T19:02:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.081s coverage: 84.6% of statements [2021-04-20T19:02:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.121s coverage: 91.6% of statements [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-20T19:02:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.208s coverage: 64.4% of statements [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-20T19:02:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.049s coverage: 100.0% of statements [2021-04-20T19:02:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements [2021-04-20T19:02:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements [2021-04-20T19:02:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-04-20T19:02:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-04-20T19:02:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.374s coverage: 69.0% of statements [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-20T19:02:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.125s coverage: 38.4% of statements [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-20T19:02:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.058s coverage: 89.5% of statements [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-20T19:02:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.035s coverage: 84.8% of statements [2021-04-20T19:02:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.138s coverage: 47.0% of statements [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-20T19:02:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.060s coverage: 100.0% of statements [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-20T19:02:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-20T19:02:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.064s coverage: 9.6% of statements [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-20T19:02:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.163s coverage: 88.6% of statements [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-20T19:02:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.726s coverage: 28.7% of statements [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-20T19:02:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-20T19:02:45.182Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-20T19:02:45.182Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-20T19:02:45.182Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-20T19:02:45.182Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements [2021-04-20T19:02:45.182Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-20T19:02:45.182Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.067s coverage: 100.0% of statements [2021-04-20T19:02:45.182Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-20T19:02:45.182Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-20T19:02:45.182Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-20T19:02:45.182Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.071s coverage: 64.6% of statements [2021-04-20T19:02:45.182Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-20T19:02:45.182Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.134s coverage: 95.6% of statements [2021-04-20T19:02:45.182Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-20T19:02:45.182Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:02:45.182Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-20T19:02:45.182Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-04-20T19:02:45.182Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-20T19:02:45.182Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2021-04-20T19:02:45.182Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-20T19:02:45.182Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-20T19:02:45.182Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-20T19:02:45.182Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-20T19:02:45.182Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements [2021-04-20T19:02:45.182Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-20T19:02:45.182Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-20T19:02:45.182Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.045s coverage: 100.0% of statements [2021-04-20T19:02:45.182Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 28.1% of statements [2021-04-20T19:02:45.182Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements [2021-04-20T19:02:45.182Z] GO111MODULE=on go vet ./... [2021-04-20T19:03:17.529Z] gofmt -l . [2021-04-20T19:03:17.529Z] [ "`gofmt -l .`" = "" ] [2021-04-20T19:03:17.529Z] ./bin/test-go-mod-tidy.sh [2021-04-20T19:03:17.529Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-20T19:03:18.157Z] + ls -al . [2021-04-20T19:03:18.158Z] total 812 [2021-04-20T19:03:18.158Z] drwxrwxr-x 10 1001 1001 4096 Apr 20 19:03 . [2021-04-20T19:03:18.158Z] drwxr-xr-x 4 root root 28 Apr 20 19:01 .. [2021-04-20T19:03:18.158Z] -rw-rw-r-- 1 1001 1001 11 Apr 20 18:59 .dockerignore [2021-04-20T19:03:18.158Z] drwxrwxr-x 8 1001 1001 179 Apr 20 18:59 .git [2021-04-20T19:03:18.158Z] drwxrwxr-x 3 1001 1001 125 Apr 20 18:59 .github [2021-04-20T19:03:18.158Z] -rw-rw-r-- 1 1001 1001 818 Apr 20 18:59 .gitignore [2021-04-20T19:03:18.158Z] drwx------ 3 1001 1001 60 Apr 20 19:00 .semver [2021-04-20T19:03:18.158Z] -rw-rw-r-- 1 1001 1001 166 Apr 20 18:59 .sonarcloud.properties [2021-04-20T19:03:18.158Z] -rw-rw-r-- 1 1001 1001 8609 Apr 20 18:59 Attribution.txt [2021-04-20T19:03:18.158Z] -rw-rw-r-- 1 1001 1001 3804 Apr 20 18:59 CONTRIBUTING.md [2021-04-20T19:03:18.158Z] -rw-rw-r-- 1 1001 1001 931 Apr 20 18:59 Dockerfile.build [2021-04-20T19:03:18.158Z] -rw-rw-r-- 1 1001 1001 863 Apr 20 18:59 Jenkinsfile [2021-04-20T19:03:18.158Z] -rw-rw-r-- 1 1001 1001 10775 Apr 20 18:59 LICENSE [2021-04-20T19:03:18.158Z] -rw-rw-r-- 1 1001 1001 5774 Apr 20 18:59 Makefile [2021-04-20T19:03:18.158Z] -rw-rw-r-- 1 1001 1001 7978 Apr 20 18:59 README.md [2021-04-20T19:03:18.158Z] -rw-rw-r-- 1 1001 1001 6755 Apr 20 18:59 SECURITY.md [2021-04-20T19:03:18.158Z] -rw-rw-r-- 1 1001 1001 5 Apr 20 19:00 VERSION [2021-04-20T19:03:18.158Z] -rw-rw-r-- 1 1001 1001 4131 Apr 20 18:59 ZMQWindows.md [2021-04-20T19:03:18.158Z] drwxrwxr-x 2 1001 1001 117 Apr 20 18:59 bin [2021-04-20T19:03:18.158Z] drwxrwxr-x 14 1001 1001 4096 Apr 20 18:59 cmd [2021-04-20T19:03:18.158Z] -rw-r--r-- 1 root root 703598 Apr 20 19:02 coverage.out [2021-04-20T19:03:18.158Z] -rw-r--r-- 1 root root 1059 Apr 20 19:03 go.mod [2021-04-20T19:03:18.158Z] -rw-r--r-- 1 root root 22184 Apr 20 19:03 go.sum [2021-04-20T19:03:18.158Z] drwxrwxr-x 8 1001 1001 127 Apr 20 18:59 internal [2021-04-20T19:03:18.158Z] drwxrwxr-x 4 1001 1001 26 Apr 20 18:59 openapi [2021-04-20T19:03:18.158Z] drwxrwxr-x 4 1001 1001 71 Apr 20 18:59 snap [2021-04-20T19:03:18.158Z] -rw-rw-r-- 1 1001 1001 168 Apr 20 18:59 version.go [Pipeline] sh [2021-04-20T19:03:18.476Z] + '[' -e coverage.out ] [2021-04-20T19:03:18.476Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-20T19:03:18.743Z] Stashed 1 file(s) [Pipeline] sh [2021-04-20T19:03:19.139Z] + make build [2021-04-20T19:03:19.139Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-20T19:03:23.562Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-20T19:03:32.560Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-20T19:03:33.148Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-20T19:03:35.090Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-20T19:03:35.090Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-20T19:03:37.036Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-20T19:03:38.429Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-20T19:03:39.831Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-20T19:03:41.241Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-20T19:03:42.650Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-20T19:03:44.048Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-20T19:03:46.026Z] $ docker stop --time=1 96cb391a4ff93c800e13903c19f7962f9e79533a5e5fa320c23ee3330116a3d6 [2021-04-20T19:03:47.708Z] $ docker rm -f 96cb391a4ff93c800e13903c19f7962f9e79533a5e5fa320c23ee3330116a3d6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:03:49.237Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T19:03:49.237Z] [2021-04-20T19:03:49.237Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:03:49.559Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T19:03:49.559Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-20T19:03:49.559Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-20T19:03:49.559Z] ca9280d653b3: Pulling fs layer [2021-04-20T19:03:49.559Z] 7e9c9ca2126c: Pulling fs layer [2021-04-20T19:03:49.827Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-20T19:03:49.827Z] cbdbe7a5bc2a: Download complete [2021-04-20T19:03:50.101Z] ca9280d653b3: Verifying Checksum [2021-04-20T19:03:50.101Z] ca9280d653b3: Download complete [2021-04-20T19:03:50.101Z] cbdbe7a5bc2a: Pull complete [2021-04-20T19:03:51.060Z] 7e9c9ca2126c: Verifying Checksum [2021-04-20T19:03:51.061Z] 7e9c9ca2126c: Download complete [2021-04-20T19:03:51.061Z] ca9280d653b3: Pull complete [2021-04-20T19:03:57.711Z] 7e9c9ca2126c: Pull complete [2021-04-20T19:03:57.711Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-20T19:03:57.711Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T19:03:57.711Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-20T19:03:57.860Z] prd-centos7-docker-4c-2g-1235 does not seem to be running inside a container [2021-04-20T19:03:57.925Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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:latest cat [2021-04-20T19:04:00.079Z] $ docker top 19e682c4840ba7e148ccae140565bfc123d5fc105c1c8a1747af801e91fb3c43 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:04:00.583Z] + docker-compose build --help [2021-04-20T19:04:00.583Z] + grep parallel [2021-04-20T19:04:01.985Z] --parallel Build images in parallel. [Pipeline] } [2021-04-20T19:04:02.004Z] $ docker stop --time=1 19e682c4840ba7e148ccae140565bfc123d5fc105c1c8a1747af801e91fb3c43 [2021-04-20T19:04:03.402Z] $ docker rm -f 19e682c4840ba7e148ccae140565bfc123d5fc105c1c8a1747af801e91fb3c43 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:04:03.878Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T19:04:03.878Z] . [Pipeline] withDockerContainer [2021-04-20T19:04:03.990Z] prd-centos7-docker-4c-2g-1235 does not seem to be running inside a container [2021-04-20T19:04:04.042Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-20T19:04:04.795Z] $ docker top 2033927982a873444265c50060a10f6c895de78109c68ffba785dc268bcbb2f4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:04:05.239Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-20T19:04:06.186Z] Building docker-core-command-go ... [2021-04-20T19:04:06.186Z] Building docker-core-data-go ... [2021-04-20T19:04:06.186Z] Building docker-core-metadata-go ... [2021-04-20T19:04:06.186Z] Building docker-security-bootstrapper-go ... [2021-04-20T19:04:06.186Z] Building docker-security-proxy-setup-go ... [2021-04-20T19:04:06.186Z] Building docker-security-secretstore-setup-go ... [2021-04-20T19:04:06.186Z] Building docker-support-notifications-go ... [2021-04-20T19:04:06.186Z] Building docker-support-scheduler-go ... [2021-04-20T19:04:06.186Z] Building docker-sys-mgmt-agent-go ... [2021-04-20T19:04:06.186Z] Building docker-security-secretstore-setup-go [2021-04-20T19:04:06.186Z] Building docker-support-notifications-go [2021-04-20T19:04:06.186Z] Building docker-security-bootstrapper-go [2021-04-20T19:04:06.186Z] Building docker-core-metadata-go [2021-04-20T19:04:06.186Z] Building docker-core-command-go [2021-04-20T19:04:45.247Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:04:45.247Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:04:45.247Z] ---> 8cd335dd7b5f [2021-04-20T19:04:45.247Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:04:45.247Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:04:45.247Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:04:45.247Z] ---> 8cd335dd7b5f [2021-04-20T19:04:45.247Z] Step 3/31 : WORKDIR /edgex-go [2021-04-20T19:04:45.247Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:04:45.247Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:04:45.247Z] ---> 8cd335dd7b5f [2021-04-20T19:04:45.247Z] Step 3/24 : WORKDIR /edgex-go [2021-04-20T19:04:45.247Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:04:45.247Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:04:45.247Z] ---> 8cd335dd7b5f [2021-04-20T19:04:45.247Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T19:04:45.247Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:04:45.247Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:04:45.247Z] ---> 8cd335dd7b5f [2021-04-20T19:04:45.247Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:04:45.247Z] ---> Running in 864d2a118e9f [2021-04-20T19:04:45.247Z] ---> Running in 206a728620c0 [2021-04-20T19:04:45.247Z] ---> Running in 8dc134b25864 [2021-04-20T19:04:45.247Z] ---> Running in e71cc562493e [2021-04-20T19:04:45.247Z] ---> Running in 2b3683b8e31f [2021-04-20T19:04:45.247Z] Removing intermediate container 206a728620c0 [2021-04-20T19:04:45.247Z] ---> 24b393923628 [2021-04-20T19:04:45.247Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:04:45.247Z] Removing intermediate container e71cc562493e [2021-04-20T19:04:45.247Z] ---> dada9165472a [2021-04-20T19:04:45.247Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:04:45.247Z] Removing intermediate container 864d2a118e9f [2021-04-20T19:04:45.247Z] ---> 0af3332d6bf3 [2021-04-20T19:04:45.247Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:04:45.247Z] Removing intermediate container 8dc134b25864 [2021-04-20T19:04:45.247Z] ---> 61df014db08d [2021-04-20T19:04:45.247Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:04:45.247Z] Removing intermediate container 2b3683b8e31f [2021-04-20T19:04:45.247Z] ---> e9316c1279c2 [2021-04-20T19:04:45.247Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:04:45.247Z] ---> Running in 4e03ca430129 [2021-04-20T19:04:45.247Z] ---> Running in 2bdf602df67a [2021-04-20T19:04:45.247Z] ---> Running in b2194de06e58 [2021-04-20T19:04:45.247Z] ---> Running in bc8ea6c53318 [2021-04-20T19:04:45.247Z] ---> Running in 2982c3c5015e [2021-04-20T19:04:46.668Z] Removing intermediate container 2bdf602df67a [2021-04-20T19:04:46.668Z] ---> 8cd8c7cdb21e [2021-04-20T19:04:46.668Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-20T19:04:46.668Z] Removing intermediate container bc8ea6c53318 [2021-04-20T19:04:46.668Z] ---> cbfcd24fe058 [2021-04-20T19:04:46.668Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T19:04:46.668Z] ---> Running in 8c56be54cfb6 [2021-04-20T19:04:46.668Z] Removing intermediate container 4e03ca430129 [2021-04-20T19:04:46.668Z] ---> 091e36ee1886 [2021-04-20T19:04:46.668Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-20T19:04:46.943Z] Removing intermediate container 2982c3c5015e [2021-04-20T19:04:46.943Z] ---> 571a8bede751 [2021-04-20T19:04:46.943Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-20T19:04:46.943Z] ---> Running in 504c8616b879 [2021-04-20T19:04:46.943Z] ---> Running in 49136e9b8bc6 [2021-04-20T19:04:47.211Z] Removing intermediate container b2194de06e58 [2021-04-20T19:04:47.211Z] ---> 40f302d92e17 [2021-04-20T19:04:47.211Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T19:04:47.211Z] ---> Running in 24a727addd3f [2021-04-20T19:04:47.477Z] ---> Running in 8b9200712f4c [2021-04-20T19:04:47.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:04:48.030Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:04:48.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:04:48.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:04:48.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:04:48.558Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:04:48.821Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:04:48.821Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:04:49.086Z] OK: 233 MiB in 51 packages [2021-04-20T19:04:49.086Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:04:49.355Z] OK: 233 MiB in 51 packages [2021-04-20T19:04:49.355Z] OK: 233 MiB in 51 packages [2021-04-20T19:04:49.642Z] OK: 233 MiB in 51 packages [2021-04-20T19:04:49.642Z] Removing intermediate container 8c56be54cfb6 [2021-04-20T19:04:49.642Z] ---> eb1755f5c003 [2021-04-20T19:04:49.642Z] Step 6/22 : COPY go.mod . [2021-04-20T19:04:50.224Z] Removing intermediate container 504c8616b879 [2021-04-20T19:04:50.224Z] ---> 1173e090374b [2021-04-20T19:04:50.224Z] Step 6/24 : COPY go.mod . [2021-04-20T19:04:50.224Z] ---> dc5e1b05040f [2021-04-20T19:04:50.224Z] Step 7/22 : RUN go mod download [2021-04-20T19:04:50.224Z] ---> Running in dcaa40602b81 [2021-04-20T19:04:50.224Z] Removing intermediate container 49136e9b8bc6 [2021-04-20T19:04:50.224Z] ---> db32072af9b8 [2021-04-20T19:04:50.224Z] Step 6/23 : COPY go.mod . [2021-04-20T19:04:50.224Z] Removing intermediate container 8b9200712f4c [2021-04-20T19:04:50.224Z] ---> b37f14aa0c8f [2021-04-20T19:04:50.224Z] Step 6/23 : COPY go.mod . [2021-04-20T19:04:50.490Z] ---> a73e9cc5e215 [2021-04-20T19:04:50.490Z] Step 7/24 : RUN go mod download [2021-04-20T19:04:50.490Z] ---> Running in dc20cd79b9bb [2021-04-20T19:04:50.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:04:50.758Z] ---> 9090e983a33b [2021-04-20T19:04:50.758Z] Step 7/23 : RUN go mod download [2021-04-20T19:04:50.758Z] ---> b0f8189b3f04 [2021-04-20T19:04:50.758Z] Step 7/23 : RUN go mod download [2021-04-20T19:04:51.029Z] ---> Running in c5ee07bf74dd [2021-04-20T19:04:51.030Z] ---> Running in f6ecf4687493 [2021-04-20T19:04:53.062Z] Removing intermediate container dcaa40602b81 [2021-04-20T19:04:53.062Z] ---> f3332ba013d2 [2021-04-20T19:04:53.062Z] Step 8/22 : COPY . . [2021-04-20T19:04:53.062Z] Removing intermediate container dc20cd79b9bb [2021-04-20T19:04:53.062Z] ---> 39703edf88d2 [2021-04-20T19:04:53.062Z] Step 8/24 : COPY . . [2021-04-20T19:04:53.062Z] Removing intermediate container f6ecf4687493 [2021-04-20T19:04:53.062Z] ---> 0ba562b570fa [2021-04-20T19:04:53.062Z] Step 8/23 : COPY . . [2021-04-20T19:04:53.062Z] OK: 233 MiB in 51 packages [2021-04-20T19:04:53.679Z] Removing intermediate container c5ee07bf74dd [2021-04-20T19:04:53.679Z] ---> bed483126f5f [2021-04-20T19:04:53.679Z] Step 8/23 : COPY . . [2021-04-20T19:04:59.689Z] Removing intermediate container 24a727addd3f [2021-04-20T19:04:59.689Z] ---> 1fe75cabe12a [2021-04-20T19:04:59.689Z] Step 6/31 : COPY go.mod . [2021-04-20T19:05:03.078Z] ---> cfadfcb82318 [2021-04-20T19:05:03.078Z] Step 7/31 : RUN go mod download [2021-04-20T19:05:04.504Z] ---> Running in 6278c28628f4 [2021-04-20T19:05:16.869Z] Removing intermediate container 6278c28628f4 [2021-04-20T19:05:16.869Z] ---> 5623d9b11968 [2021-04-20T19:05:16.869Z] Step 8/31 : COPY . . [2021-04-20T19:05:18.593Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1240 in /w/workspace/edgexfoundry_edgex-go_PR-3389 [Pipeline] { [Pipeline] ws [2021-04-20T19:05:18.609Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-04-20T19:05:24.772Z] using credential edgex-jenkins-ssh [2021-04-20T19:05:24.813Z] Cloning the remote Git repository [2021-04-20T19:05:24.920Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:05:25.045Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-04-20T19:05:25.148Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:05:25.149Z] > git --version # timeout=10 [2021-04-20T19:05:25.177Z] > git --version # 'git version 2.17.1' [2021-04-20T19:05:25.180Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:05:25.289Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T19:05:32.217Z] ---> d867751562ef [2021-04-20T19:05:32.217Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-20T19:05:34.421Z] ---> 4803b9987f06 [2021-04-20T19:05:34.421Z] ---> c435c41de4cf [2021-04-20T19:05:34.421Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-20T19:05:34.421Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-20T19:05:34.421Z] ---> 5ddc16679bf0 [2021-04-20T19:05:34.421Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-20T19:05:34.421Z] ---> Running in 1c53c8a6309d [2021-04-20T19:05:35.016Z] ---> Running in 7a3b4a05f03d [2021-04-20T19:05:35.016Z] ---> Running in 4d019b359a10 [2021-04-20T19:05:35.016Z] ---> Running in 64f607e3d5e8 [2021-04-20T19:05:37.041Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-20T19:05:37.041Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-20T19:05:37.041Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-20T19:05:37.041Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-20T19:05:41.343Z] ---> ebecf4d579aa [2021-04-20T19:05:41.343Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-20T19:05:41.343Z] ---> Running in c8b15e25c5d1 [2021-04-20T19:05:42.795Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-20T19:05:43.062Z] Merging remotes/origin/master commit 43abde9ba23a76d4b5d84ad674fe94457f4f4498 into PR head commit ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 [2021-04-20T19:05:42.274Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T19:05:42.291Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T19:05:42.311Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T19:05:42.341Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:05:42.342Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:05:42.357Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3389/head:refs/remotes/origin/PR-3389 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T19:05:43.090Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T19:05:43.103Z] > git checkout -f ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 # timeout=10 [2021-04-20T19:05:43.518Z] Merge succeeded, producing ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 [2021-04-20T19:05:43.519Z] Checking out Revision ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 (PR-3389) [2021-04-20T19:05:43.424Z] > git remote # timeout=10 [2021-04-20T19:05:43.441Z] > git config --get remote.origin.url # timeout=10 [2021-04-20T19:05:43.466Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:05:43.478Z] > git merge 43abde9ba23a76d4b5d84ad674fe94457f4f4498 # timeout=10 [2021-04-20T19:05:43.499Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-20T19:05:43.527Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T19:05:43.548Z] > git checkout -f ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 # timeout=10 [2021-04-20T19:05:47.874Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T19:05:49.399Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-20T19:05:49.809Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T19:05:50.142Z] + sudo service docker restart [2021-04-20T19:05:50.142Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T19:05:52.162Z] provisioning config files... [2021-04-20T19:05:52.205Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5904475502458353149tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:05:52.576Z] ---> docker-login.sh [2021-04-20T19:05:52.576Z] nexus3.edgexfoundry.org:10001 [2021-04-20T19:05:53.560Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:05:53.832Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:05:53.832Z] Configure a credential helper to remove this warning. See [2021-04-20T19:05:53.832Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:05:53.832Z] [2021-04-20T19:05:53.832Z] Login Succeeded [2021-04-20T19:05:53.832Z] nexus3.edgexfoundry.org:10002 [2021-04-20T19:05:54.106Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:05:54.106Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:05:54.106Z] Configure a credential helper to remove this warning. See [2021-04-20T19:05:54.106Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:05:54.106Z] [2021-04-20T19:05:54.106Z] Login Succeeded [2021-04-20T19:05:54.106Z] nexus3.edgexfoundry.org:10003 [2021-04-20T19:05:54.701Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:05:54.701Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:05:54.701Z] Configure a credential helper to remove this warning. See [2021-04-20T19:05:54.701Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:05:54.701Z] [2021-04-20T19:05:54.701Z] Login Succeeded [2021-04-20T19:05:54.701Z] nexus3.edgexfoundry.org:10004 [2021-04-20T19:05:54.974Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:05:55.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:05:55.247Z] Configure a credential helper to remove this warning. See [2021-04-20T19:05:55.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:05:55.247Z] [2021-04-20T19:05:55.247Z] Login Succeeded [2021-04-20T19:05:55.247Z] docker.io [2021-04-20T19:05:55.521Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:05:56.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:05:56.114Z] Configure a credential helper to remove this warning. See [2021-04-20T19:05:56.114Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:05:56.114Z] [2021-04-20T19:05:56.114Z] Login Succeeded [2021-04-20T19:05:56.114Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T19:05:56.131Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-20T19:05:56.452Z] ========================================================= [2021-04-20T19:05:56.452Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-20T19:05:56.452Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:05:56.792Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-20T19:05:59.412Z] Sending build context to Docker daemon 167.4MB [2021-04-20T19:05:59.412Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T19:05:59.412Z] Step 2/6 : FROM ${BASE} [2021-04-20T19:05:59.412Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-20T19:05:59.412Z] 5f621e34cdf4: Pulling fs layer [2021-04-20T19:05:59.412Z] a4357932f1b6: Pulling fs layer [2021-04-20T19:05:59.412Z] 18c013af1878: Pulling fs layer [2021-04-20T19:05:59.412Z] 00ac8860ef70: Pulling fs layer [2021-04-20T19:05:59.412Z] 63d7cb157983: Pulling fs layer [2021-04-20T19:05:59.412Z] b116817d02f9: Pulling fs layer [2021-04-20T19:05:59.412Z] 745a02a5169b: Pulling fs layer [2021-04-20T19:05:59.412Z] 00ac8860ef70: Waiting [2021-04-20T19:05:59.412Z] 63d7cb157983: Waiting [2021-04-20T19:05:59.412Z] b116817d02f9: Waiting [2021-04-20T19:05:59.412Z] 745a02a5169b: Waiting [2021-04-20T19:05:59.412Z] 18c013af1878: Download complete [2021-04-20T19:05:59.412Z] a4357932f1b6: Verifying Checksum [2021-04-20T19:05:59.412Z] a4357932f1b6: Download complete [2021-04-20T19:05:59.412Z] 63d7cb157983: Verifying Checksum [2021-04-20T19:05:59.412Z] 63d7cb157983: Download complete [2021-04-20T19:05:59.412Z] b116817d02f9: Verifying Checksum [2021-04-20T19:05:59.412Z] b116817d02f9: Download complete [2021-04-20T19:05:59.412Z] 5f621e34cdf4: Verifying Checksum [2021-04-20T19:05:59.412Z] 5f621e34cdf4: Download complete [2021-04-20T19:06:00.017Z] 5f621e34cdf4: Pull complete [2021-04-20T19:06:00.314Z] a4357932f1b6: Pull complete [2021-04-20T19:06:00.917Z] 18c013af1878: Pull complete [2021-04-20T19:06:00.917Z] 745a02a5169b: Verifying Checksum [2021-04-20T19:06:00.917Z] 745a02a5169b: Download complete [2021-04-20T19:06:02.363Z] 00ac8860ef70: Verifying Checksum [2021-04-20T19:06:02.363Z] 00ac8860ef70: Download complete [2021-04-20T19:06:09.500Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-20T19:06:12.542Z] 00ac8860ef70: Pull complete [2021-04-20T19:06:12.543Z] 63d7cb157983: Pull complete [2021-04-20T19:06:12.543Z] b116817d02f9: Pull complete [2021-04-20T19:06:15.924Z] 745a02a5169b: Pull complete [2021-04-20T19:06:15.924Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-20T19:06:15.924Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-20T19:06:15.924Z] ---> b7e6874047d6 [2021-04-20T19:06:15.924Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-20T19:06:20.219Z] ---> Running in e2a598c15753 [2021-04-20T19:06:21.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:06:21.786Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:06:21.839Z] Removing intermediate container 4d019b359a10 [2021-04-20T19:06:21.839Z] ---> 13e3ff826bf5 [2021-04-20T19:06:21.839Z] [2021-04-20T19:06:21.839Z] Step 10/24 : FROM alpine:3.12 [2021-04-20T19:06:21.839Z] Removing intermediate container 64f607e3d5e8 [2021-04-20T19:06:21.839Z] ---> cf339a91afc9 [2021-04-20T19:06:21.839Z] [2021-04-20T19:06:21.839Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T19:06:21.839Z] 3.12: Pulling from library/alpine [2021-04-20T19:06:21.839Z] 3.12: Pulling from library/alpine [2021-04-20T19:06:22.420Z] Removing intermediate container 7a3b4a05f03d [2021-04-20T19:06:22.420Z] ---> 642665cd3c64 [2021-04-20T19:06:22.420Z] [2021-04-20T19:06:22.420Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T19:06:22.420Z] 3.12: Pulling from library/alpine [2021-04-20T19:06:22.771Z] (1/12) Installing libmagic (5.38-r0) [2021-04-20T19:06:23.041Z] (2/12) Installing file (5.38-r0) [2021-04-20T19:06:23.041Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-20T19:06:23.041Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-20T19:06:23.376Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T19:06:23.376Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T19:06:23.376Z] Status: Downloaded newer image for alpine:3.12 [2021-04-20T19:06:23.376Z] Status: Image is up to date for alpine:3.12 [2021-04-20T19:06:23.376Z] ---> 13621d1b12d4 [2021-04-20T19:06:23.376Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-20T19:06:23.376Z] ---> 13621d1b12d4 [2021-04-20T19:06:23.376Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T19:06:23.376Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T19:06:23.376Z] Status: Image is up to date for alpine:3.12 [2021-04-20T19:06:23.376Z] ---> 13621d1b12d4 [2021-04-20T19:06:23.376Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-20T19:06:26.699Z] Removing intermediate container c8b15e25c5d1 [2021-04-20T19:06:26.699Z] ---> d7e462943206 [2021-04-20T19:06:26.699Z] [2021-04-20T19:06:26.699Z] Step 10/31 : FROM alpine:3.12 [2021-04-20T19:06:26.699Z] ---> 13621d1b12d4 [2021-04-20T19:06:26.699Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-20T19:06:26.699Z] ---> Running in 14bb0945112f [2021-04-20T19:06:26.699Z] ---> Running in cbb0ac168d7a [2021-04-20T19:06:26.699Z] ---> Running in 890f919ba2c1 [2021-04-20T19:06:26.699Z] ---> Running in 16865b1bb988 [2021-04-20T19:06:26.699Z] Removing intermediate container 1c53c8a6309d [2021-04-20T19:06:26.699Z] ---> 7378c3ef5995 [2021-04-20T19:06:26.699Z] [2021-04-20T19:06:26.699Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T19:06:26.699Z] ---> 13621d1b12d4 [2021-04-20T19:06:26.699Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T19:06:26.976Z] ---> Running in 2e5a2f5bfd9c [2021-04-20T19:06:27.257Z] Removing intermediate container 16865b1bb988 [2021-04-20T19:06:27.257Z] ---> 14d4f2118175 [2021-04-20T19:06:27.257Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-20T19:06:27.257Z] ---> Running in 20fafe955e2e [2021-04-20T19:06:27.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:06:27.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:06:27.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:06:27.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:06:27.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:06:27.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:06:27.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:06:28.161Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-20T19:06:28.161Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T19:06:28.161Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:06:28.161Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-20T19:06:28.161Z] (4/6) Installing curl (7.76.1-r0) [2021-04-20T19:06:28.161Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-20T19:06:28.161Z] (6/6) Installing su-exec (0.2-r1) [2021-04-20T19:06:28.161Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:06:28.161Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T19:06:28.161Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-20T19:06:28.161Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:06:28.161Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-20T19:06:28.161Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:06:28.161Z] OK: 6 MiB in 15 packages [2021-04-20T19:06:28.161Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-20T19:06:28.161Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:06:28.161Z] OK: 7 MiB in 20 packages [2021-04-20T19:06:28.161Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T19:06:28.161Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:06:28.161Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-20T19:06:28.161Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:06:28.432Z] OK: 6 MiB in 16 packages [2021-04-20T19:06:28.432Z] OK: 6 MiB in 15 packages [2021-04-20T19:06:28.432Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-20T19:06:28.432Z] (2/2) Installing su-exec (0.2-r1) [2021-04-20T19:06:28.432Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:06:28.432Z] OK: 6 MiB in 16 packages [2021-04-20T19:06:30.992Z] Removing intermediate container cbb0ac168d7a [2021-04-20T19:06:30.992Z] ---> 35284a73836d [2021-04-20T19:06:30.992Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:06:31.257Z] Removing intermediate container 890f919ba2c1 [2021-04-20T19:06:31.257Z] ---> ae81053e5967 [2021-04-20T19:06:31.257Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:06:31.257Z] Removing intermediate container 14bb0945112f [2021-04-20T19:06:31.257Z] ---> 968229e01c7b [2021-04-20T19:06:31.257Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T19:06:31.529Z] Removing intermediate container 2e5a2f5bfd9c [2021-04-20T19:06:31.529Z] ---> 1772e24ebd40 [2021-04-20T19:06:31.529Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:06:31.529Z] Removing intermediate container 20fafe955e2e [2021-04-20T19:06:31.529Z] ---> fb537f428fdd [2021-04-20T19:06:31.529Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-20T19:06:31.529Z] ---> Running in 25a51514737d [2021-04-20T19:06:31.529Z] ---> Running in 6feca98f92ec [2021-04-20T19:06:31.529Z] ---> Running in 4729d947a70c [2021-04-20T19:06:31.529Z] ---> Running in 47f97255b39c [2021-04-20T19:06:31.802Z] ---> Running in b73c04d861ac [2021-04-20T19:06:31.802Z] Removing intermediate container 6feca98f92ec [2021-04-20T19:06:31.802Z] ---> 9e293e3c7ab9 [2021-04-20T19:06:31.802Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-20T19:06:31.802Z] Removing intermediate container 4729d947a70c [2021-04-20T19:06:31.802Z] ---> 4c759bda45e4 [2021-04-20T19:06:31.802Z] Step 13/24 : WORKDIR / [2021-04-20T19:06:32.067Z] Removing intermediate container 25a51514737d [2021-04-20T19:06:32.068Z] ---> 5e49a1fda17d [2021-04-20T19:06:32.068Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-20T19:06:32.068Z] Removing intermediate container 47f97255b39c [2021-04-20T19:06:32.068Z] ---> 5116dd981752 [2021-04-20T19:06:32.068Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-20T19:06:32.068Z] Removing intermediate container b73c04d861ac [2021-04-20T19:06:32.068Z] ---> 07bea1b208b4 [2021-04-20T19:06:32.068Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-20T19:06:32.651Z] ---> Running in 4beb26db1730 [2021-04-20T19:06:32.651Z] ---> Running in 840d06351584 [2021-04-20T19:06:32.651Z] ---> Running in dfb9e3372e38 [2021-04-20T19:06:32.651Z] ---> Running in 3935194bc25d [2021-04-20T19:06:32.651Z] ---> Running in 989008ff9e12 [2021-04-20T19:06:32.919Z] Removing intermediate container 4beb26db1730 [2021-04-20T19:06:32.919Z] ---> 9a69d76836da [2021-04-20T19:06:32.919Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T19:06:32.919Z] Removing intermediate container 840d06351584 [2021-04-20T19:06:32.919Z] ---> 0b8ea0a971e6 [2021-04-20T19:06:32.919Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T19:06:33.184Z] Removing intermediate container 3935194bc25d [2021-04-20T19:06:33.184Z] ---> 1c29271dd127 [2021-04-20T19:06:33.184Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-20T19:06:33.184Z] ---> Running in b2e96e07f818 [2021-04-20T19:06:33.184Z] Removing intermediate container dfb9e3372e38 [2021-04-20T19:06:33.184Z] ---> ade9df1fa566 [2021-04-20T19:06:33.184Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-20T19:06:33.184Z] Removing intermediate container 989008ff9e12 [2021-04-20T19:06:33.184Z] ---> 04d8f5c1da68 [2021-04-20T19:06:33.184Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T19:06:33.184Z] ---> Running in d209e502f4f1 [2021-04-20T19:06:33.450Z] ---> Running in 03cd9fe422cd [2021-04-20T19:06:33.450Z] ---> Running in 0706c95a7516 [2021-04-20T19:06:33.450Z] Removing intermediate container b2e96e07f818 [2021-04-20T19:06:33.450Z] ---> cfa4475621f9 [2021-04-20T19:06:33.450Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:06:33.716Z] ---> bc81952d9d02 [2021-04-20T19:06:33.716Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-20T19:06:33.716Z] Removing intermediate container d209e502f4f1 [2021-04-20T19:06:33.716Z] ---> a3366ad56a7d [2021-04-20T19:06:33.716Z] Step 15/23 : WORKDIR / [2021-04-20T19:06:33.984Z] Removing intermediate container 0706c95a7516 [2021-04-20T19:06:33.984Z] ---> 3ccc4c26718d [2021-04-20T19:06:33.984Z] Step 15/23 : WORKDIR / [2021-04-20T19:06:33.984Z] ---> e7ebf54e0779 [2021-04-20T19:06:33.984Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-20T19:06:33.984Z] ---> Running in 1b04ea7d8f96 [2021-04-20T19:06:33.984Z] ---> Running in 9e69b8e3710e [2021-04-20T19:06:34.251Z] ---> eeded374f732 [2021-04-20T19:06:34.251Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-20T19:06:34.251Z] Removing intermediate container 1b04ea7d8f96 [2021-04-20T19:06:34.251Z] ---> f02b9e24bd3a [2021-04-20T19:06:34.251Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:06:34.524Z] Removing intermediate container 9e69b8e3710e [2021-04-20T19:06:34.524Z] ---> b9c2303af018 [2021-04-20T19:06:34.524Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:06:34.791Z] ---> d4ebb42a234b [2021-04-20T19:06:34.791Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-20T19:06:34.791Z] ---> 743f6c974333 [2021-04-20T19:06:34.791Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-20T19:06:34.791Z] ---> 37f6e51db53e [2021-04-20T19:06:34.791Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-20T19:06:35.058Z] ---> 2a14391e68c2 [2021-04-20T19:06:35.058Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-20T19:06:35.058Z] Removing intermediate container 03cd9fe422cd [2021-04-20T19:06:35.058Z] ---> baf75a5c712c [2021-04-20T19:06:35.058Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-20T19:06:35.321Z] ---> Running in aa72910d5d8f [2021-04-20T19:06:35.321Z] ---> 0db4daaa5b83 [2021-04-20T19:06:35.321Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-20T19:06:35.582Z] ---> 51b81ff57a33 [2021-04-20T19:06:35.582Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-20T19:06:35.845Z] ---> Running in 9c4a3f925c24 [2021-04-20T19:06:36.113Z] ---> 244cadba9794 [2021-04-20T19:06:36.113Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-20T19:06:36.113Z] ---> dde9f7a65637 [2021-04-20T19:06:36.113Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-20T19:06:36.113Z] Removing intermediate container aa72910d5d8f [2021-04-20T19:06:36.113Z] ---> c25455946047 [2021-04-20T19:06:36.113Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-20T19:06:36.113Z] ---> 31ed24f6f0d8 [2021-04-20T19:06:36.113Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-20T19:06:36.113Z] Removing intermediate container 9c4a3f925c24 [2021-04-20T19:06:36.113Z] ---> 19680e235567 [2021-04-20T19:06:36.113Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:06:36.379Z] ---> Running in 1f795a145509 [2021-04-20T19:06:36.642Z] ---> 666089d50274 [2021-04-20T19:06:36.642Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-20T19:06:36.642Z] ---> 9641ab426070 [2021-04-20T19:06:36.642Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-20T19:06:36.642Z] ---> e126028aeade [2021-04-20T19:06:36.642Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-20T19:06:36.642Z] ---> 79509a5de474 [2021-04-20T19:06:36.642Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-20T19:06:36.642Z] Removing intermediate container 1f795a145509 [2021-04-20T19:06:36.642Z] ---> 19c7477112b3 [2021-04-20T19:06:36.642Z] Step 20/22 : LABEL arch=x86_64 [2021-04-20T19:06:36.909Z] ---> Running in 7f45257e61c4 [2021-04-20T19:06:36.909Z] ---> Running in 584121815faa [2021-04-20T19:06:36.909Z] ---> Running in 0e196ec20391 [2021-04-20T19:06:36.909Z] ---> Running in b1afd9640993 [2021-04-20T19:06:36.909Z] ---> Running in fb20bb12ef4d [2021-04-20T19:06:37.174Z] Removing intermediate container 7f45257e61c4 [2021-04-20T19:06:37.174Z] ---> 329025fe41e7 [2021-04-20T19:06:37.174Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:06:37.174Z] Removing intermediate container 584121815faa [2021-04-20T19:06:37.174Z] ---> 25372f51262b [2021-04-20T19:06:37.174Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:06:37.448Z] ---> Running in fc4698d2c147 [2021-04-20T19:06:37.448Z] Removing intermediate container fb20bb12ef4d [2021-04-20T19:06:37.448Z] ---> b9fd7d8984da [2021-04-20T19:06:37.448Z] Step 21/22 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 [2021-04-20T19:06:37.722Z] ---> Running in 4379d4da4d28 [2021-04-20T19:06:37.722Z] ---> Running in d3bfed51ba13 [2021-04-20T19:06:37.722Z] Removing intermediate container fc4698d2c147 [2021-04-20T19:06:37.722Z] ---> 226607ad3b89 [2021-04-20T19:06:37.722Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T19:06:37.994Z] ---> Running in b61ab9303167 [2021-04-20T19:06:37.994Z] Removing intermediate container 4379d4da4d28 [2021-04-20T19:06:37.994Z] ---> e69fdb05f24c [2021-04-20T19:06:37.994Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T19:06:37.994Z] ---> Running in 117a1f99897b [2021-04-20T19:06:38.114Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-20T19:06:38.114Z] (6/12) Installing patch (2.7.6-r6) [2021-04-20T19:06:38.114Z] (7/12) Installing build-base (0.5-r2) [2021-04-20T19:06:38.114Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-20T19:06:38.114Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-20T19:06:38.114Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-20T19:06:38.114Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-20T19:06:38.114Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-20T19:06:38.114Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T19:06:38.114Z] OK: 217 MiB in 51 packages [2021-04-20T19:06:38.261Z] Removing intermediate container d3bfed51ba13 [2021-04-20T19:06:38.261Z] ---> bceddc8e9f54 [2021-04-20T19:06:38.261Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T19:06:38.261Z] ---> Running in 60d8b5c0b84e [2021-04-20T19:06:38.261Z] Removing intermediate container b61ab9303167 [2021-04-20T19:06:38.261Z] ---> c5c5ad0f9f46 [2021-04-20T19:06:38.261Z] Step 22/23 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 [2021-04-20T19:06:38.527Z] Removing intermediate container 117a1f99897b [2021-04-20T19:06:38.527Z] ---> 93a90573a133 [2021-04-20T19:06:38.527Z] Step 22/23 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 [2021-04-20T19:06:38.527Z] ---> Running in 588e68c65eca [2021-04-20T19:06:38.527Z] ---> Running in 1b7a35d1ce6e [2021-04-20T19:06:38.798Z] Removing intermediate container 60d8b5c0b84e [2021-04-20T19:06:38.798Z] ---> d379cef53d17 [2021-04-20T19:06:38.798Z] [2021-04-20T19:06:38.798Z] Removing intermediate container 588e68c65eca [2021-04-20T19:06:38.798Z] ---> d462437a683a [2021-04-20T19:06:38.798Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:06:39.063Z] Successfully built d379cef53d17 [2021-04-20T19:06:39.063Z] Removing intermediate container 1b7a35d1ce6e [2021-04-20T19:06:39.063Z] ---> f13d3a2030f6 [2021-04-20T19:06:39.063Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:06:39.327Z] Successfully tagged docker-support-notifications-go:latest [2021-04-20T19:06:39.327Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-04-20T19:06:39.327Z] ---> Running in eb78354c1364 [2021-04-20T19:06:39.327Z] ---> Running in 6519c2692cdc [2021-04-20T19:06:39.327Z] Removing intermediate container 0e196ec20391 [2021-04-20T19:06:39.327Z] ---> a4d9945e25d9 [2021-04-20T19:06:39.327Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:06:39.596Z] Removing intermediate container b1afd9640993 [2021-04-20T19:06:39.596Z] ---> 98caa94a4f78 [2021-04-20T19:06:39.596Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-20T19:06:39.596Z] Removing intermediate container eb78354c1364 [2021-04-20T19:06:39.596Z] ---> b7c4672e0ed2 [2021-04-20T19:06:39.596Z] [2021-04-20T19:06:39.596Z] ---> Running in d6f23fbef4c6 [2021-04-20T19:06:39.874Z] Removing intermediate container 6519c2692cdc [2021-04-20T19:06:39.874Z] ---> 9e9788b5cfeb [2021-04-20T19:06:39.874Z] [2021-04-20T19:06:39.874Z] ---> d24859d8caab [2021-04-20T19:06:39.874Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-20T19:06:39.874Z] Successfully built b7c4672e0ed2 [2021-04-20T19:06:39.874Z] Successfully built 9e9788b5cfeb [2021-04-20T19:06:40.146Z] Successfully tagged docker-core-metadata-go:latest [2021-04-20T19:06:40.146Z] Building docker-sys-mgmt-agent-go [2021-04-20T19:06:40.146Z]  Building docker-core-metadata-go ... done Successfully tagged docker-core-command-go:latest [2021-04-20T19:06:40.146Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-04-20T19:06:40.146Z] Removing intermediate container d6f23fbef4c6 [2021-04-20T19:06:40.146Z] ---> 495bb781c100 [2021-04-20T19:06:40.146Z] Step 22/24 : LABEL arch=x86_64 [2021-04-20T19:06:40.146Z] ---> Running in d6abdbd77dd4 [2021-04-20T19:06:40.409Z] Removing intermediate container d6abdbd77dd4 [2021-04-20T19:06:40.409Z] ---> 43fcea183959 [2021-04-20T19:06:40.409Z] Step 23/24 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 [2021-04-20T19:06:40.676Z] ---> Running in 00fecab68393 [2021-04-20T19:06:40.676Z] ---> 9da9b378b379 [2021-04-20T19:06:40.676Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-20T19:06:40.728Z] Removing intermediate container e2a598c15753 [2021-04-20T19:06:40.728Z] ---> d0d52c60016b [2021-04-20T19:06:40.728Z] Step 4/6 : WORKDIR /edgex-go [2021-04-20T19:06:40.728Z] ---> Running in 464c573757f1 [2021-04-20T19:06:40.944Z] Removing intermediate container 00fecab68393 [2021-04-20T19:06:40.944Z] ---> 88126ea67266 [2021-04-20T19:06:40.944Z] Step 24/24 : LABEL version=0.0.0 [2021-04-20T19:06:41.227Z] ---> Running in 7517e3df0938 [2021-04-20T19:06:41.227Z] ---> 2a1c7b4d4baa [2021-04-20T19:06:41.227Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-20T19:06:41.326Z] Removing intermediate container 464c573757f1 [2021-04-20T19:06:41.326Z] ---> 7dad85cce347 [2021-04-20T19:06:41.326Z] Step 5/6 : COPY go.mod . [2021-04-20T19:06:41.922Z] ---> 953fff188d40 [2021-04-20T19:06:41.922Z] Step 6/6 : RUN go mod download [2021-04-20T19:06:41.922Z] ---> Running in 01797f757dd0 [2021-04-20T19:06:46.573Z] Removing intermediate container 7517e3df0938 [2021-04-20T19:06:46.573Z] ---> 2e95d12fa65f [2021-04-20T19:06:46.573Z] [2021-04-20T19:06:46.573Z] ---> 4cb5fb39ccf5 [2021-04-20T19:06:46.573Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-20T19:06:47.159Z] Successfully built 2e95d12fa65f [2021-04-20T19:06:47.159Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-20T19:06:47.159Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-04-20T19:06:49.779Z] ---> e5315824477b [2021-04-20T19:06:49.779Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-20T19:06:51.184Z] ---> Running in 66fe82dd8933 [2021-04-20T19:06:51.184Z] Removing intermediate container 66fe82dd8933 [2021-04-20T19:06:51.184Z] ---> f0824cc07cb3 [2021-04-20T19:06:51.184Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-20T19:06:51.460Z] ---> 94baefd75b76 [2021-04-20T19:06:51.460Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-20T19:06:51.743Z] ---> Running in d7c53ad2d522 [2021-04-20T19:06:56.015Z] Removing intermediate container d7c53ad2d522 [2021-04-20T19:06:56.015Z] ---> 242da1feadf5 [2021-04-20T19:06:56.015Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-20T19:06:56.986Z] ---> Running in 4e2cee423579 [2021-04-20T19:06:57.264Z] Removing intermediate container 4e2cee423579 [2021-04-20T19:06:57.264Z] ---> 43bb2a59945b [2021-04-20T19:06:57.264Z] Step 28/31 : CMD ["gate"] [2021-04-20T19:06:58.683Z] ---> Running in e79c91166b03 [2021-04-20T19:07:00.190Z] Removing intermediate container e79c91166b03 [2021-04-20T19:07:00.190Z] ---> a8ed98ae321b [2021-04-20T19:07:00.190Z] Step 29/31 : LABEL arch=x86_64 [2021-04-20T19:07:00.460Z] ---> Running in fafbf3e98959 [2021-04-20T19:07:01.050Z] Removing intermediate container fafbf3e98959 [2021-04-20T19:07:01.050Z] ---> c88e67687a62 [2021-04-20T19:07:01.050Z] Step 30/31 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 [2021-04-20T19:07:01.313Z] ---> Running in 73f182e94533 [2021-04-20T19:07:02.284Z] Removing intermediate container 73f182e94533 [2021-04-20T19:07:02.284Z] ---> c450390c8893 [2021-04-20T19:07:02.284Z] Step 31/31 : LABEL version=0.0.0 [2021-04-20T19:07:03.251Z] ---> Running in 0e9dd692f834 [2021-04-20T19:07:06.638Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:07:06.638Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:07:06.638Z] ---> 8cd335dd7b5f [2021-04-20T19:07:06.638Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:07:06.638Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:07:06.638Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:07:06.638Z] ---> 8cd335dd7b5f [2021-04-20T19:07:06.638Z] Step 3/21 : WORKDIR /edgex-go [2021-04-20T19:07:06.638Z] ---> Using cache [2021-04-20T19:07:06.638Z] ---> e9316c1279c2 [2021-04-20T19:07:06.638Z] ---> Using cache [2021-04-20T19:07:06.638Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> e9316c1279c2 [2021-04-20T19:07:06.638Z] [2021-04-20T19:07:06.638Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:07:06.638Z] ---> Using cache [2021-04-20T19:07:06.638Z] ---> 571a8bede751 [2021-04-20T19:07:06.638Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-20T19:07:06.638Z] ---> Using cache [2021-04-20T19:07:06.638Z] ---> 571a8bede751 [2021-04-20T19:07:06.638Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-20T19:07:06.638Z] ---> Using cache [2021-04-20T19:07:06.638Z] ---> 1fe75cabe12a [2021-04-20T19:07:06.638Z] Step 6/21 : COPY go.mod . [2021-04-20T19:07:06.638Z] ---> Using cache [2021-04-20T19:07:06.638Z] ---> cfadfcb82318 [2021-04-20T19:07:06.638Z] Step 7/21 : RUN go mod download [2021-04-20T19:07:06.638Z] ---> Using cache [2021-04-20T19:07:06.638Z] ---> 5623d9b11968 [2021-04-20T19:07:06.638Z] Step 8/21 : COPY . . [2021-04-20T19:07:06.638Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:07:06.638Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:07:06.638Z] ---> 8cd335dd7b5f [2021-04-20T19:07:06.638Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T19:07:06.638Z] ---> Using cache [2021-04-20T19:07:06.638Z] ---> e9316c1279c2 [2021-04-20T19:07:06.638Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:07:06.638Z] ---> Using cache [2021-04-20T19:07:06.638Z] ---> 571a8bede751 [2021-04-20T19:07:06.638Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-20T19:07:06.638Z] ---> Using cache [2021-04-20T19:07:06.638Z] ---> 1fe75cabe12a [2021-04-20T19:07:06.638Z] Step 6/22 : COPY go.mod . [2021-04-20T19:07:06.638Z] ---> Using cache [2021-04-20T19:07:06.638Z] ---> cfadfcb82318 [2021-04-20T19:07:06.638Z] Step 7/22 : RUN go mod download [2021-04-20T19:07:06.638Z] ---> Using cache [2021-04-20T19:07:06.638Z] ---> 5623d9b11968 [2021-04-20T19:07:06.638Z] Step 8/22 : COPY . . [2021-04-20T19:07:06.638Z] ---> Using cache [2021-04-20T19:07:06.638Z] ---> ebecf4d579aa [2021-04-20T19:07:06.638Z] ---> Using cache [2021-04-20T19:07:06.638Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler ---> ebecf4d579aa [2021-04-20T19:07:06.638Z] [2021-04-20T19:07:06.638Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-20T19:07:08.727Z] Removing intermediate container 01797f757dd0 [2021-04-20T19:07:08.727Z] ---> 903e2d7a8d1c [2021-04-20T19:07:08.727Z] Successfully built 903e2d7a8d1c [2021-04-20T19:07:08.727Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:07:09.073Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T19:07:09.074Z] . [Pipeline] withDockerContainer [2021-04-20T19:07:09.221Z] ---> Running in 94f8c081945b [2021-04-20T19:07:09.221Z] ---> Running in fea3931d2db5 [2021-04-20T19:07:09.221Z] ---> Running in 2a44495d331e [2021-04-20T19:07:09.221Z] Removing intermediate container 0e9dd692f834 [2021-04-20T19:07:09.221Z] ---> 0fdeac33a782 [2021-04-20T19:07:09.221Z] [2021-04-20T19:07:09.347Z] prd-ubuntu18.04-docker-arm64-4c-16g-1240 does not seem to be running inside a container [2021-04-20T19:07:09.427Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-20T19:07:09.491Z] Successfully built 0fdeac33a782 [2021-04-20T19:07:09.776Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-20T19:07:10.878Z] $ docker top e448a13f5cd1bb5cc1cb2e6777ae67327cf26636bf26c2104374970a9bc0262d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:07:11.742Z]  Building docker-security-bootstrapper-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-20T19:07:11.742Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-20T19:07:11.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:07:11.830Z] + go version [2021-04-20T19:07:11.830Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-20T19:07:11.855Z] $ docker stop --time=1 e448a13f5cd1bb5cc1cb2e6777ae67327cf26636bf26c2104374970a9bc0262d [2021-04-20T19:07:12.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:07:12.606Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:07:12.606Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:07:12.606Z] ---> 8cd335dd7b5f [2021-04-20T19:07:12.606Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:07:12.606Z] ---> Using cache [2021-04-20T19:07:12.606Z] ---> e9316c1279c2 [2021-04-20T19:07:12.606Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:07:12.606Z] ---> Using cache [2021-04-20T19:07:12.606Z] ---> 571a8bede751 [2021-04-20T19:07:12.606Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-20T19:07:12.606Z] OK: 233 MiB in 51 packages [2021-04-20T19:07:13.196Z] ---> Running in e9f057150298 [2021-04-20T19:07:13.806Z] $ docker rm -f e448a13f5cd1bb5cc1cb2e6777ae67327cf26636bf26c2104374970a9bc0262d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:07:14.516Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T19:07:14.516Z] . [Pipeline] withDockerContainer [2021-04-20T19:07:14.615Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:07:14.616Z] Removing intermediate container 94f8c081945b [2021-04-20T19:07:14.616Z] ---> ebba7f685b9d [2021-04-20T19:07:14.616Z] Step 6/23 : COPY go.mod . [2021-04-20T19:07:14.788Z] prd-ubuntu18.04-docker-arm64-4c-16g-1240 does not seem to be running inside a container [2021-04-20T19:07:14.867Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-20T19:07:15.214Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:07:15.479Z] ---> 7db01846db6c [2021-04-20T19:07:15.479Z] Step 7/23 : RUN go mod download [2021-04-20T19:07:15.479Z] OK: 233 MiB in 51 packages [2021-04-20T19:07:15.746Z] ---> Running in e4f2e5433c2b [2021-04-20T19:07:16.246Z] $ docker top c6079f08f5866ea102060a9a83e0f4c048db690ddb2503d1759ae5c45769c94e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-20T19:07:16.558Z] ========================================================= [2021-04-20T19:07:16.558Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-20T19:07:16.558Z] ========================================================= [Pipeline] sh [2021-04-20T19:07:16.712Z] Removing intermediate container e9f057150298 [2021-04-20T19:07:16.712Z] ---> fd1b4e4c55e7 [2021-04-20T19:07:16.712Z] Step 6/23 : COPY go.mod . [2021-04-20T19:07:16.977Z] ---> b14bcb1abf6b [2021-04-20T19:07:16.977Z] Step 7/23 : RUN go mod download [2021-04-20T19:07:16.977Z] ---> Running in 112978aaa6af [2021-04-20T19:07:17.200Z] + make test [2021-04-20T19:07:17.200Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-20T19:07:18.397Z] Removing intermediate container e4f2e5433c2b [2021-04-20T19:07:18.397Z] ---> 8ac0306e5c12 [2021-04-20T19:07:18.397Z] Step 8/23 : COPY . . [2021-04-20T19:07:21.800Z] Removing intermediate container 112978aaa6af [2021-04-20T19:07:21.800Z] ---> fca17039ce0e [2021-04-20T19:07:21.800Z] Step 8/23 : COPY . . [2021-04-20T19:07:37.608Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-20T19:07:39.367Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-20T19:07:52.695Z] Removing intermediate container 2a44495d331e [2021-04-20T19:07:52.696Z] ---> 71e3189e2ecb [2021-04-20T19:07:52.696Z] [2021-04-20T19:07:52.696Z] Step 10/21 : FROM alpine:3.12 [2021-04-20T19:07:52.696Z] ---> 13621d1b12d4 [2021-04-20T19:07:52.696Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-20T19:07:52.696Z] Removing intermediate container fea3931d2db5 [2021-04-20T19:07:52.696Z] ---> 0d3d59b00b2f [2021-04-20T19:07:52.696Z] [2021-04-20T19:07:52.696Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T19:07:52.696Z] ---> 13621d1b12d4 [2021-04-20T19:07:52.696Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-20T19:07:52.696Z] ---> Using cache [2021-04-20T19:07:52.696Z] ---> 1772e24ebd40 [2021-04-20T19:07:52.696Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:07:52.696Z] ---> Using cache [2021-04-20T19:07:52.696Z] ---> 07bea1b208b4 [2021-04-20T19:07:52.696Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-20T19:07:52.696Z] ---> aad9c27ede3a [2021-04-20T19:07:52.696Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-20T19:07:52.696Z] ---> f17bba754a81 [2021-04-20T19:07:52.696Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-20T19:07:52.696Z] ---> Running in c09ed1346579 [2021-04-20T19:07:52.696Z] ---> Running in 19279f8cc02b [2021-04-20T19:07:52.696Z] ---> Running in 27e0c18a447c [2021-04-20T19:07:52.696Z] ---> Running in ed387df8b42a [2021-04-20T19:07:52.696Z] Removing intermediate container 27e0c18a447c [2021-04-20T19:07:52.696Z] ---> 44d792d46e44 [2021-04-20T19:07:52.696Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T19:07:52.696Z] ---> Running in 5493c45731f0 [2021-04-20T19:07:52.696Z] Removing intermediate container 5493c45731f0 [2021-04-20T19:07:52.696Z] ---> 04a4068e8edd [2021-04-20T19:07:52.696Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:07:52.696Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-20T19:07:52.696Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-20T19:07:52.696Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:07:52.696Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:07:52.696Z] ---> 2247d76cc658 [2021-04-20T19:07:52.696Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-20T19:07:52.696Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-20T19:07:52.696Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T19:07:52.696Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-20T19:07:52.696Z] (4/4) Installing curl (7.76.1-r0) [2021-04-20T19:07:52.696Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:07:52.696Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T19:07:52.696Z] OK: 7 MiB in 18 packages [2021-04-20T19:07:53.665Z] ---> 44173af8761a [2021-04-20T19:07:53.665Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-20T19:07:54.642Z] Removing intermediate container 19279f8cc02b [2021-04-20T19:07:54.642Z] ---> be124dd30eb3 [2021-04-20T19:07:54.642Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T19:07:54.642Z] ---> 1d649bbe0eda [2021-04-20T19:07:54.642Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-20T19:07:54.642Z] ---> Running in ab8e8ef02b8b [2021-04-20T19:07:54.642Z] ---> Running in d3a22b716a03 [2021-04-20T19:07:54.910Z] Removing intermediate container ab8e8ef02b8b [2021-04-20T19:07:54.910Z] ---> 19c9409e9034 [2021-04-20T19:07:54.910Z] Step 13/21 : WORKDIR /edgex [2021-04-20T19:07:56.336Z] ---> Running in d9aa1733a583 [2021-04-20T19:07:56.336Z] Removing intermediate container d3a22b716a03 [2021-04-20T19:07:56.336Z] ---> 48868066ed8a [2021-04-20T19:07:56.336Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:07:56.610Z] ---> Running in 68547e9f2b3b [2021-04-20T19:07:56.610Z] Removing intermediate container d9aa1733a583 [2021-04-20T19:07:56.610Z] ---> f20fcca6584a [2021-04-20T19:07:56.610Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-20T19:07:56.884Z] Removing intermediate container 68547e9f2b3b [2021-04-20T19:07:56.884Z] ---> 68243c250dad [2021-04-20T19:07:56.884Z] Step 20/22 : LABEL arch=x86_64 [2021-04-20T19:07:56.884Z] ---> Running in 7ac9beacf2f7 [2021-04-20T19:07:57.158Z] ---> 59b8e3fd27d2 [2021-04-20T19:07:57.158Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-20T19:07:57.158Z] Removing intermediate container 7ac9beacf2f7 [2021-04-20T19:07:57.158Z] ---> a9ef49a20016 [2021-04-20T19:07:57.158Z] Step 21/22 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 [2021-04-20T19:07:57.427Z] ---> Running in 709b2a974e80 [2021-04-20T19:07:58.019Z] Removing intermediate container 709b2a974e80 [2021-04-20T19:07:58.019Z] ---> 88e14c1d2aa2 [2021-04-20T19:07:58.019Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T19:07:58.287Z] ---> Running in 903fd313cf55 [2021-04-20T19:07:58.287Z] ---> 5e5cb1469195 [2021-04-20T19:07:58.287Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-20T19:07:58.557Z] Removing intermediate container 903fd313cf55 [2021-04-20T19:07:58.557Z] ---> abb4ac29474e [2021-04-20T19:07:58.557Z] [2021-04-20T19:07:59.546Z] Successfully built abb4ac29474e [2021-04-20T19:07:59.546Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-20T19:08:00.148Z]  Building docker-support-scheduler-go ... done  ---> d24011638bcd [2021-04-20T19:08:00.148Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-20T19:08:00.418Z] ---> Running in 27bd8643169b [2021-04-20T19:08:00.692Z] Removing intermediate container 27bd8643169b [2021-04-20T19:08:00.692Z] ---> 0fae6124c60e [2021-04-20T19:08:00.692Z] Step 18/21 : CMD ["--init=true"] [2021-04-20T19:08:00.964Z] ---> Running in 54350b77a82c [2021-04-20T19:08:01.239Z] Removing intermediate container 54350b77a82c [2021-04-20T19:08:01.239Z] ---> fc36a9d24228 [2021-04-20T19:08:01.239Z] Step 19/21 : LABEL arch=x86_64 [2021-04-20T19:08:01.239Z] ---> Running in a9711e832234 [2021-04-20T19:08:02.693Z] Removing intermediate container a9711e832234 [2021-04-20T19:08:02.693Z] ---> bc0db4d5bc1b [2021-04-20T19:08:02.693Z] Step 20/21 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 [2021-04-20T19:08:02.693Z] ---> Running in a7b3cf0cb2f7 [2021-04-20T19:08:03.291Z] Removing intermediate container a7b3cf0cb2f7 [2021-04-20T19:08:03.291Z] ---> e53fa1f72fdc [2021-04-20T19:08:03.291Z] Step 21/21 : LABEL version=0.0.0 [2021-04-20T19:08:03.291Z] ---> Running in 4bced42bda19 [2021-04-20T19:08:03.559Z] Removing intermediate container 4bced42bda19 [2021-04-20T19:08:03.559Z] ---> a4168429615f [2021-04-20T19:08:03.559Z] [2021-04-20T19:08:03.837Z] Successfully built a4168429615f [2021-04-20T19:08:03.837Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-20T19:08:16.179Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container c09ed1346579 [2021-04-20T19:08:16.179Z] ---> 2a0b772bf3c1 [2021-04-20T19:08:16.179Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-20T19:08:16.179Z] ---> Running in 11702982e4af [2021-04-20T19:08:16.450Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-20T19:08:19.020Z] Removing intermediate container ed387df8b42a [2021-04-20T19:08:19.020Z] ---> ed43eb630642 [2021-04-20T19:08:19.020Z] [2021-04-20T19:08:19.020Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T19:08:19.020Z] ---> 13621d1b12d4 [2021-04-20T19:08:19.020Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-20T19:08:19.020Z] ---> Running in f107f6330f8d [2021-04-20T19:08:19.020Z] Removing intermediate container 11702982e4af [2021-04-20T19:08:19.020Z] ---> b14e0c4b097c [2021-04-20T19:08:19.020Z] [2021-04-20T19:08:19.020Z] Step 11/23 : FROM docker:20.10.0 [2021-04-20T19:08:19.020Z] 20.10.0: Pulling from library/docker [2021-04-20T19:08:19.020Z] Removing intermediate container f107f6330f8d [2021-04-20T19:08:19.020Z] ---> f519389015cb [2021-04-20T19:08:19.020Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-20T19:08:19.301Z] ---> Running in e6c279f9805c [2021-04-20T19:08:19.569Z] Removing intermediate container e6c279f9805c [2021-04-20T19:08:19.569Z] ---> ed6d4f5a89cc [2021-04-20T19:08:19.569Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-20T19:08:19.837Z] ---> Running in cda59dc86958 [2021-04-20T19:08:20.105Z] Removing intermediate container cda59dc86958 [2021-04-20T19:08:20.105Z] ---> 93f42968d3d0 [2021-04-20T19:08:20.105Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:08:20.370Z] ---> Running in 4189c42b49b3 [2021-04-20T19:08:21.794Z] Removing intermediate container 4189c42b49b3 [2021-04-20T19:08:21.794Z] ---> 273f13fea809 [2021-04-20T19:08:21.794Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-20T19:08:21.794Z] ---> Running in 0933a0e58173 [2021-04-20T19:08:22.752Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:08:23.706Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:08:24.282Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-20T19:08:24.282Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-20T19:08:24.282Z] ---> aefe523efa57 [2021-04-20T19:08:24.282Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:08:24.282Z] ---> Running in d9c1f67abd10 [2021-04-20T19:08:24.544Z] Removing intermediate container d9c1f67abd10 [2021-04-20T19:08:24.544Z] ---> a36d4d554691 [2021-04-20T19:08:24.544Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-20T19:08:24.544Z] ---> Running in 3c2339ff7092 [2021-04-20T19:08:24.807Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-20T19:08:24.807Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-20T19:08:25.070Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-20T19:08:25.070Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:08:25.070Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:08:25.333Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-20T19:08:25.333Z] (1/39) Installing readline (8.0.4-r0) [2021-04-20T19:08:25.333Z] (2/39) Installing bash (5.0.17-r0) [2021-04-20T19:08:25.333Z] Executing bash-5.0.17-r0.post-install [2021-04-20T19:08:25.333Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T19:08:25.333Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-20T19:08:25.333Z] (5/39) Installing curl (7.76.1-r0) [2021-04-20T19:08:25.333Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-20T19:08:25.333Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-20T19:08:25.333Z] (8/39) Installing expat (2.2.9-r1) [2021-04-20T19:08:25.333Z] (9/39) Installing libffi (3.3-r2) [2021-04-20T19:08:25.333Z] (10/39) Installing gdbm (1.13-r1) [2021-04-20T19:08:25.333Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-20T19:08:25.333Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-20T19:08:25.333Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-20T19:08:25.909Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-20T19:08:26.181Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-20T19:08:26.181Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:08:26.181Z] OK: 8 MiB in 20 packages [2021-04-20T19:08:27.131Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-20T19:08:27.131Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-20T19:08:27.131Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-20T19:08:27.131Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-20T19:08:27.131Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-20T19:08:27.394Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-20T19:08:28.343Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-20T19:08:29.741Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-20T19:08:29.741Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-20T19:08:29.741Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-20T19:08:30.005Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-20T19:08:30.005Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-20T19:08:30.005Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-20T19:08:30.005Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-20T19:08:30.005Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-20T19:08:30.005Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-20T19:08:30.005Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-20T19:08:30.005Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-20T19:08:30.005Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-20T19:08:30.005Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-20T19:08:30.580Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-20T19:08:30.580Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-20T19:08:30.580Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-20T19:08:30.844Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-20T19:08:30.844Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-20T19:08:30.844Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-20T19:08:30.844Z] Removing intermediate container 0933a0e58173 [2021-04-20T19:08:30.844Z] ---> 4cf0885180ab [2021-04-20T19:08:30.844Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:08:30.844Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T19:08:31.107Z] OK: 72 MiB in 59 packages [2021-04-20T19:08:31.684Z] ---> 4f1d4ef19193 [2021-04-20T19:08:31.684Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-20T19:08:31.957Z] Collecting docker-compose==1.23.2 [2021-04-20T19:08:32.219Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-20T19:08:33.169Z] ---> 40f02c6cfd8b [2021-04-20T19:08:33.169Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-20T19:08:33.433Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-20T19:08:33.433Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-20T19:08:33.433Z] ---> 9cb03abcafc9 [2021-04-20T19:08:33.433Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-20T19:08:33.433Z] ---> Running in c13caf032937 [2021-04-20T19:08:33.433Z] Collecting docker<4.0,>=3.6.0 [2021-04-20T19:08:33.433Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-20T19:08:33.695Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-20T19:08:33.695Z] Removing intermediate container c13caf032937 [2021-04-20T19:08:33.695Z] ---> 472a3f3525bd [2021-04-20T19:08:33.695Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:08:33.695Z] ---> Running in 404d48fdf90c [2021-04-20T19:08:33.695Z] Collecting PyYAML<4,>=3.10 [2021-04-20T19:08:33.695Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-20T19:08:33.958Z] Removing intermediate container 404d48fdf90c [2021-04-20T19:08:33.958Z] ---> a46c0cfd82f1 [2021-04-20T19:08:33.958Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T19:08:33.958Z] ---> Running in 64ff3b39a0d3 [2021-04-20T19:08:34.227Z] Removing intermediate container 64ff3b39a0d3 [2021-04-20T19:08:34.227Z] ---> 37902898c77b [2021-04-20T19:08:34.227Z] Step 22/23 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 [2021-04-20T19:08:34.496Z] ---> Running in e51f34b0cdfc [2021-04-20T19:08:34.761Z] Removing intermediate container e51f34b0cdfc [2021-04-20T19:08:34.761Z] ---> 72cc5f0bc1de [2021-04-20T19:08:34.761Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:08:34.761Z] ---> Running in 906c5f1b6f7b [2021-04-20T19:08:34.761Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-20T19:08:34.761Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-20T19:08:35.023Z] Removing intermediate container 906c5f1b6f7b [2021-04-20T19:08:35.023Z] ---> 65815bec22a1 [2021-04-20T19:08:35.023Z] [2021-04-20T19:08:35.023Z] Successfully built 65815bec22a1 [2021-04-20T19:08:35.023Z] Successfully tagged docker-core-data-go:latest [2021-04-20T19:08:35.286Z]  Building docker-core-data-go ... done Collecting docopt<0.7,>=0.6.1 [2021-04-20T19:08:35.286Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-20T19:08:35.865Z] Collecting texttable<0.10,>=0.9.0 [2021-04-20T19:08:35.865Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-20T19:08:36.278Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-20T19:08:36.278Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-20T19:08:36.444Z] Collecting jsonschema<3,>=2.5.1 [2021-04-20T19:08:36.444Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-20T19:08:36.444Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-20T19:08:36.444Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-20T19:08:36.707Z] Collecting cached-property<2,>=1.2.0 [2021-04-20T19:08:36.707Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-20T19:08:36.707Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-20T19:08:36.707Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-20T19:08:36.973Z] Collecting idna<2.8,>=2.5 [2021-04-20T19:08:36.973Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-20T19:08:36.973Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-20T19:08:36.973Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-20T19:08:36.973Z] Collecting docker-pycreds>=0.4.0 [2021-04-20T19:08:36.973Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-20T19:08:36.973Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-20T19:08:36.973Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-20T19:08:36.973Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-20T19:08:36.973Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-20T19:08:37.237Z] Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, PyYAML, dockerpty, docopt, texttable, jsonschema, cached-property, docker-compose [2021-04-20T19:08:37.237Z] Attempting uninstall: urllib3 [2021-04-20T19:08:37.237Z] Found existing installation: urllib3 1.25.9 [2021-04-20T19:08:37.237Z] Uninstalling urllib3-1.25.9: [2021-04-20T19:08:37.237Z] Successfully uninstalled urllib3-1.25.9 [2021-04-20T19:08:37.502Z] Attempting uninstall: idna [2021-04-20T19:08:37.502Z] Found existing installation: idna 2.9 [2021-04-20T19:08:37.502Z] Uninstalling idna-2.9: [2021-04-20T19:08:37.502Z] Successfully uninstalled idna-2.9 [2021-04-20T19:08:37.766Z] Attempting uninstall: requests [2021-04-20T19:08:37.766Z] Found existing installation: requests 2.23.0 [2021-04-20T19:08:37.766Z] Uninstalling requests-2.23.0: [2021-04-20T19:08:37.766Z] Successfully uninstalled requests-2.23.0 [2021-04-20T19:08:38.350Z] Running setup.py install for PyYAML: started [2021-04-20T19:08:38.926Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-20T19:08:38.926Z] Running setup.py install for dockerpty: started [2021-04-20T19:08:39.197Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-20T19:08:39.197Z] Running setup.py install for docopt: started [2021-04-20T19:08:39.771Z] Running setup.py install for docopt: finished with status 'done' [2021-04-20T19:08:39.771Z] Running setup.py install for texttable: started [2021-04-20T19:08:40.348Z] Running setup.py install for texttable: finished with status 'done' [2021-04-20T19:08:40.611Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-20T19:08:43.034Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-20T19:08:43.034Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-20T19:08:45.032Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-20T19:08:45.032Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-20T19:08:45.032Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-20T19:08:45.635Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-20T19:08:48.789Z] Removing intermediate container 3c2339ff7092 [2021-04-20T19:08:48.789Z] ---> 725648f98330 [2021-04-20T19:08:48.789Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-20T19:08:48.789Z] ---> Running in 5876978ba7ac [2021-04-20T19:08:48.789Z] Removing intermediate container 5876978ba7ac [2021-04-20T19:08:48.789Z] ---> f2e950f58631 [2021-04-20T19:08:48.789Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-20T19:08:48.789Z] ---> Running in e00ef4fecb85 [2021-04-20T19:08:48.789Z] Removing intermediate container e00ef4fecb85 [2021-04-20T19:08:48.789Z] ---> f3a0f82616c6 [2021-04-20T19:08:48.790Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-20T19:08:49.052Z] ---> 172b9be37657 [2021-04-20T19:08:49.052Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-20T19:08:49.065Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-20T19:08:49.316Z] ---> c5473012b626 [2021-04-20T19:08:49.316Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-20T19:08:49.582Z] ---> 2fcc8ceb3d0f [2021-04-20T19:08:49.582Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-20T19:08:49.582Z] ---> Running in 6092a5f7c01e [2021-04-20T19:08:49.665Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-20T19:08:49.848Z] Removing intermediate container 6092a5f7c01e [2021-04-20T19:08:49.848Z] ---> 0e6f769d5aac [2021-04-20T19:08:49.848Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:08:49.848Z] ---> Running in cbbf24ab6a98 [2021-04-20T19:08:50.112Z] Removing intermediate container cbbf24ab6a98 [2021-04-20T19:08:50.112Z] ---> 17049ae7ee33 [2021-04-20T19:08:50.112Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T19:08:50.112Z] ---> Running in a2dd635e7328 [2021-04-20T19:08:50.112Z] Removing intermediate container a2dd635e7328 [2021-04-20T19:08:50.112Z] ---> a681f4bea543 [2021-04-20T19:08:50.112Z] Step 22/23 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 [2021-04-20T19:08:50.374Z] ---> Running in fcf35e49c173 [2021-04-20T19:08:50.374Z] Removing intermediate container fcf35e49c173 [2021-04-20T19:08:50.374Z] ---> a81f49c38cbd [2021-04-20T19:08:50.374Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:08:50.639Z] ---> Running in a313b86aa7b6 [2021-04-20T19:08:50.639Z] Removing intermediate container a313b86aa7b6 [2021-04-20T19:08:50.639Z] ---> 748b11955d3c [2021-04-20T19:08:50.639Z] [2021-04-20T19:08:50.903Z] Successfully built 748b11955d3c [2021-04-20T19:08:50.903Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-20T19:08:51.175Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-20T19:08:51.219Z] $ docker stop --time=1 2033927982a873444265c50060a10f6c895de78109c68ffba785dc268bcbb2f4 [2021-04-20T19:08:52.946Z] $ docker rm -f 2033927982a873444265c50060a10f6c895de78109c68ffba785dc268bcbb2f4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T19:08:53.453Z] + docker images [2021-04-20T19:08:53.453Z] + grep docker [2021-04-20T19:08:54.029Z] docker-sys-mgmt-agent-go latest 748b11955d3c 3 seconds ago 312MB [2021-04-20T19:08:54.029Z] docker-core-data-go latest 65815bec22a1 19 seconds ago 22.9MB [2021-04-20T19:08:54.029Z] docker-security-proxy-setup-go latest a4168429615f 50 seconds ago 26MB [2021-04-20T19:08:54.029Z] docker-support-scheduler-go latest abb4ac29474e 55 seconds ago 17.7MB [2021-04-20T19:08:54.029Z] docker-security-bootstrapper-go latest 0fdeac33a782 About a minute ago 19.3MB [2021-04-20T19:08:54.029Z] docker-security-secretstore-setup-go latest 2e95d12fa65f 2 minutes ago 26.3MB [2021-04-20T19:08:54.029Z] docker-core-command-go latest 9e9788b5cfeb 2 minutes ago 17.5MB [2021-04-20T19:08:54.029Z] docker-core-metadata-go latest b7c4672e0ed2 2 minutes ago 19.2MB [2021-04-20T19:08:54.029Z] docker-support-notifications-go latest d379cef53d17 2 minutes ago 18.2MB [2021-04-20T19:08:54.029Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-20T19:08:57.969Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-20T19:08:57.969Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-20T19:08:57.969Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-20T19:09:03.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.262s coverage: 45.9% of statements [2021-04-20T19:09:03.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-20T19:09:03.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-20T19:09:03.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-20T19:09:03.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-20T19:09:03.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-20T19:09:03.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-20T19:09:03.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.120s coverage: 19.8% of statements [2021-04-20T19:09:03.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.261s coverage: 100.0% of statements [2021-04-20T19:09:09.338Z] Still waiting to schedule task [2021-04-20T19:09:09.339Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-04-20T19:09:11.741Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.526s coverage: 27.1% of statements [2021-04-20T19:09:11.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-20T19:09:11.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-20T19:09:11.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-20T19:09:11.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-20T19:09:11.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-20T19:09:11.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-20T19:09:11.741Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.116s coverage: 100.0% of statements [2021-04-20T19:09:11.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-20T19:09:11.741Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.208s coverage: 100.0% of statements [2021-04-20T19:09:11.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-20T19:09:11.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-20T19:09:11.741Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.220s coverage: 71.3% of statements [2021-04-20T19:09:11.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-20T19:09:11.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-20T19:09:14.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.441s coverage: 82.9% of statements [2021-04-20T19:09:14.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-20T19:09:14.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:09:14.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.157s coverage: 78.9% of statements [2021-04-20T19:09:14.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-20T19:09:24.629Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.227s coverage: 28.6% of statements [2021-04-20T19:09:24.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-20T19:09:24.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-20T19:09:24.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-20T19:09:24.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-20T19:09:24.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-20T19:09:24.629Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.242s coverage: 100.0% of statements [2021-04-20T19:09:24.630Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-20T19:09:24.630Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.136s coverage: 100.0% of statements [2021-04-20T19:09:24.630Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-20T19:09:24.630Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.431s coverage: 86.7% of statements [2021-04-20T19:09:24.630Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-20T19:09:24.630Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.379s coverage: 97.5% of statements [2021-04-20T19:09:24.630Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-20T19:09:24.630Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.216s coverage: 78.3% of statements [2021-04-20T19:09:24.630Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-20T19:09:24.630Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-20T19:09:24.630Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-20T19:09:24.630Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-20T19:09:32.958Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.205s coverage: 93.0% of statements [2021-04-20T19:09:32.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-20T19:09:32.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:09:32.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-20T19:09:32.958Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-20T19:09:32.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-20T19:09:32.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-20T19:09:32.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-20T19:09:32.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-20T19:09:32.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-20T19:09:32.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-20T19:09:32.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-20T19:09:32.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-20T19:09:32.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-20T19:09:32.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-20T19:09:32.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-20T19:09:32.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-20T19:09:32.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-20T19:09:32.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-20T19:09:32.958Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.138s coverage: 58.8% of statements [2021-04-20T19:09:32.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-20T19:09:32.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-20T19:09:32.958Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.188s coverage: 0.9% of statements [2021-04-20T19:09:32.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-20T19:09:32.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-20T19:09:32.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-20T19:09:32.959Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.136s coverage: 47.1% of statements [2021-04-20T19:09:32.959Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.297s coverage: 79.5% of statements [2021-04-20T19:09:32.959Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.221s coverage: 94.1% of statements [2021-04-20T19:09:32.959Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.176s coverage: 96.3% of statements [2021-04-20T19:09:32.959Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.148s coverage: 87.5% of statements [2021-04-20T19:09:48.044Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.133s coverage: 94.4% of statements [2021-04-20T19:09:48.044Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.117s coverage: 44.8% of statements [2021-04-20T19:09:50.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.468s coverage: 81.9% of statements [2021-04-20T19:09:50.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-20T19:09:58.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.209s coverage: 92.9% of statements [2021-04-20T19:09:58.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-20T19:09:58.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-20T19:09:58.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-20T19:09:58.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-04-20T19:09:58.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-20T19:09:58.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-20T19:09:58.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-20T19:09:58.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-20T19:09:58.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-20T19:09:58.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.068s coverage: 87.2% of statements [2021-04-20T19:09:58.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-20T19:09:58.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-20T19:09:58.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.110s coverage: 100.0% of statements [2021-04-20T19:09:58.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-20T19:09:58.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.148s coverage: 75.5% of statements [2021-04-20T19:09:58.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-20T19:09:58.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.131s coverage: 80.8% of statements [2021-04-20T19:09:58.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.185s coverage: 87.2% of statements [2021-04-20T19:09:58.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.200s coverage: 84.6% of statements [2021-04-20T19:09:58.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.236s coverage: 91.6% of statements [2021-04-20T19:09:58.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-20T19:10:00.418Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.664s coverage: 64.4% of statements [2021-04-20T19:10:00.418Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-20T19:10:00.418Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-20T19:10:00.418Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.143s coverage: 100.0% of statements [2021-04-20T19:10:01.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements [2021-04-20T19:10:01.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.078s coverage: 100.0% of statements [2021-04-20T19:10:01.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.097s coverage: 73.7% of statements [2021-04-20T19:10:03.018Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.046s coverage: 100.0% of statements [2021-04-20T19:10:06.424Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.817s coverage: 69.0% of statements [2021-04-20T19:10:06.424Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-20T19:10:06.424Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-20T19:10:06.424Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-20T19:10:07.875Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.475s coverage: 38.4% of statements [2021-04-20T19:10:07.875Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-20T19:10:07.875Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-20T19:10:07.875Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.088s coverage: 89.5% of statements [2021-04-20T19:10:07.875Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-20T19:10:07.875Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.089s coverage: 84.8% of statements [2021-04-20T19:10:14.623Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.418s coverage: 47.0% of statements [2021-04-20T19:10:14.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-20T19:10:14.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-20T19:10:14.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-20T19:10:14.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-20T19:10:14.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-20T19:10:14.623Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.118s coverage: 100.0% of statements [2021-04-20T19:10:14.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-20T19:10:14.623Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.141s coverage: 100.0% of statements [2021-04-20T19:10:14.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-20T19:10:14.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-20T19:10:14.623Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.120s coverage: 9.6% of statements [2021-04-20T19:10:14.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-20T19:10:16.608Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.438s coverage: 88.6% of statements [2021-04-20T19:10:16.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-20T19:10:16.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:10:16.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-20T19:10:23.335Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.348s coverage: 28.7% of statements [2021-04-20T19:10:23.335Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-20T19:10:23.335Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-20T19:10:23.335Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-20T19:10:23.335Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-20T19:10:23.335Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-20T19:10:23.335Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.189s coverage: 99.0% of statements [2021-04-20T19:10:23.335Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-20T19:10:23.335Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.159s coverage: 100.0% of statements [2021-04-20T19:10:23.335Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-20T19:10:23.335Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-20T19:10:23.335Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-20T19:10:23.335Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.152s coverage: 64.6% of statements [2021-04-20T19:10:23.336Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-20T19:10:23.336Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.374s coverage: 95.6% of statements [2021-04-20T19:10:23.336Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-20T19:10:23.336Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:10:23.336Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-20T19:10:23.336Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-04-20T19:10:23.336Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-20T19:10:23.336Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements [2021-04-20T19:10:23.336Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-20T19:10:23.336Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-20T19:10:23.336Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-20T19:10:23.336Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-20T19:10:23.612Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.094s coverage: 87.9% of statements [2021-04-20T19:10:23.612Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-20T19:10:23.612Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-20T19:10:23.612Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements [2021-04-20T19:10:25.590Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.111s coverage: 28.1% of statements [2021-04-20T19:10:25.590Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements [2021-04-20T19:10:26.566Z] GO111MODULE=on go vet ./... [2021-04-20T19:11:49.085Z] Running on prd-ubuntu18.04-docker-8c-8g-1242 in /w/workspace/edgexfoundry_edgex-go_PR-3389 [Pipeline] { [2021-04-20T19:11:49.095Z] gofmt -l . [2021-04-20T19:11:49.095Z] [ "`gofmt -l .`" = "" ] [2021-04-20T19:11:49.095Z] ./bin/test-go-mod-tidy.sh [2021-04-20T19:11:49.095Z] ./bin/test-attribution-txt.sh [Pipeline] ws [2021-04-20T19:11:49.107Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [Pipeline] sh [2021-04-20T19:11:50.853Z] + ls -al . [2021-04-20T19:11:50.853Z] total 840 [2021-04-20T19:11:50.853Z] drwxrwxr-x 9 1001 1001 4096 Apr 20 19:11 . [2021-04-20T19:11:50.853Z] drwxr-xr-x 4 root root 4096 Apr 20 19:07 .. [2021-04-20T19:11:50.853Z] -rw-rw-r-- 1 1001 1001 11 Apr 20 19:05 .dockerignore [2021-04-20T19:11:50.854Z] drwxrwxr-x 8 1001 1001 4096 Apr 20 19:05 .git [2021-04-20T19:11:50.854Z] drwxrwxr-x 3 1001 1001 4096 Apr 20 19:05 .github [2021-04-20T19:11:50.854Z] -rw-rw-r-- 1 1001 1001 818 Apr 20 19:05 .gitignore [2021-04-20T19:11:50.854Z] -rw-rw-r-- 1 1001 1001 166 Apr 20 19:05 .sonarcloud.properties [2021-04-20T19:11:50.854Z] -rw-rw-r-- 1 1001 1001 8609 Apr 20 19:05 Attribution.txt [2021-04-20T19:11:50.854Z] -rw-rw-r-- 1 1001 1001 3804 Apr 20 19:05 CONTRIBUTING.md [2021-04-20T19:11:50.854Z] -rw-rw-r-- 1 1001 1001 931 Apr 20 19:05 Dockerfile.build [2021-04-20T19:11:50.854Z] -rw-rw-r-- 1 1001 1001 863 Apr 20 19:05 Jenkinsfile [2021-04-20T19:11:50.854Z] -rw-rw-r-- 1 1001 1001 10775 Apr 20 19:05 LICENSE [2021-04-20T19:11:50.854Z] -rw-rw-r-- 1 1001 1001 5774 Apr 20 19:05 Makefile [2021-04-20T19:11:50.854Z] -rw-rw-r-- 1 1001 1001 7978 Apr 20 19:05 README.md [2021-04-20T19:11:50.854Z] -rw-rw-r-- 1 1001 1001 6755 Apr 20 19:05 SECURITY.md [2021-04-20T19:11:50.854Z] -rw-rw-r-- 1 1001 1001 5 Apr 20 19:00 VERSION [2021-04-20T19:11:50.854Z] -rw-rw-r-- 1 1001 1001 4131 Apr 20 19:05 ZMQWindows.md [2021-04-20T19:11:50.854Z] drwxrwxr-x 2 1001 1001 4096 Apr 20 19:05 bin [2021-04-20T19:11:50.854Z] drwxrwxr-x 14 1001 1001 4096 Apr 20 19:05 cmd [2021-04-20T19:11:50.854Z] -rw-r--r-- 1 root root 703598 Apr 20 19:10 coverage.out [2021-04-20T19:11:50.854Z] -rw-r--r-- 1 root root 1059 Apr 20 19:11 go.mod [2021-04-20T19:11:50.854Z] -rw-r--r-- 1 root root 22184 Apr 20 19:11 go.sum [2021-04-20T19:11:50.854Z] drwxrwxr-x 8 1001 1001 4096 Apr 20 19:05 internal [2021-04-20T19:11:50.854Z] drwxrwxr-x 4 1001 1001 4096 Apr 20 19:05 openapi [2021-04-20T19:11:50.854Z] drwxrwxr-x 4 1001 1001 4096 Apr 20 19:05 snap [2021-04-20T19:11:50.854Z] -rw-rw-r-- 1 1001 1001 168 Apr 20 19:05 version.go [Pipeline] sh [2021-04-20T19:11:51.536Z] + '[' -e coverage.out ] [2021-04-20T19:11:51.536Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-20T19:11:51.568Z] Warning: overwriting stash ‘coverage-report’ [2021-04-20T19:11:51.810Z] using credential edgex-jenkins-ssh [2021-04-20T19:11:51.827Z] Cloning the remote Git repository [2021-04-20T19:11:52.675Z] Stashed 1 file(s) [Pipeline] sh [2021-04-20T19:11:51.868Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:11:51.958Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-04-20T19:11:51.995Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:11:51.995Z] > git --version # timeout=10 [2021-04-20T19:11:52.002Z] > git --version # 'git version 2.17.1' [2021-04-20T19:11:52.003Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:11:52.036Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T19:11:53.325Z] + make build [2021-04-20T19:11:53.325Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-20T19:11:58.939Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T19:11:58.945Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T19:11:58.957Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T19:11:58.973Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:11:58.973Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:11:58.979Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3389/head:refs/remotes/origin/PR-3389 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T19:11:59.535Z] Merging remotes/origin/master commit 43abde9ba23a76d4b5d84ad674fe94457f4f4498 into PR head commit ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 [2021-04-20T19:11:59.781Z] Merge succeeded, producing ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 [2021-04-20T19:11:59.782Z] Checking out Revision ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 (PR-3389) [2021-04-20T19:11:59.566Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T19:11:59.579Z] > git checkout -f ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 # timeout=10 [2021-04-20T19:11:59.763Z] > git remote # timeout=10 [2021-04-20T19:11:59.770Z] > git config --get remote.origin.url # timeout=10 [2021-04-20T19:11:59.777Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:11:59.782Z] > git merge 43abde9ba23a76d4b5d84ad674fe94457f4f4498 # timeout=10 [2021-04-20T19:11:59.795Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-20T19:11:59.806Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T19:11:59.811Z] > git checkout -f ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 # timeout=10 [2021-04-20T19:12:03.467Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-20T19:12:03.593Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:12:04.815Z] + echo snap-build.sh [2021-04-20T19:12:04.815Z] snap-build.sh [2021-04-20T19:12:04.815Z] + SNAP_BASE_DIR=. [2021-04-20T19:12:04.815Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-04-20T19:12:04.815Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-04-20T19:12:04.815Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-04-20T19:12:04.815Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-04-20T19:12:04.815Z] + cd /w/workspace/edgex-go/2 [2021-04-20T19:12:04.815Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-20T19:12:04.815Z] Reading package lists... [2021-04-20T19:12:05.083Z] Building dependency tree... [2021-04-20T19:12:05.083Z] Reading state information... [2021-04-20T19:12:05.351Z] The following packages were automatically installed and are no longer required: [2021-04-20T19:12:05.351Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-20T19:12:05.351Z] uidmap xdelta3 [2021-04-20T19:12:05.351Z] Use 'sudo apt autoremove' to remove them. [2021-04-20T19:12:05.636Z] The following packages will be REMOVED: [2021-04-20T19:12:05.636Z] lxd* lxd-client* [2021-04-20T19:12:06.213Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-20T19:12:06.213Z] After this operation, 31.7 MB disk space will be freed. [2021-04-20T19:12:07.553Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-04-20T19:12:07.553Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-20T19:12:08.956Z] Removing lxd dnsmasq configuration [2021-04-20T19:12:09.222Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-20T19:12:09.485Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-20T19:12:10.446Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-20T19:12:10.973Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-04-20T19:12:10.973Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-20T19:12:12.933Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-20T19:12:12.933Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-20T19:12:14.874Z] + sudo snap remove --purge lxd [2021-04-20T19:12:15.142Z] snap "lxd" is not installed [2021-04-20T19:12:15.142Z] + sudo groupadd --force --system lxd [2021-04-20T19:12:15.406Z] ++ whoami [2021-04-20T19:12:15.406Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-20T19:12:15.406Z] + newgrp - lxd [2021-04-20T19:12:15.406Z] + sudo snap install lxd [2021-04-20T19:12:25.509Z] 2021-04-20T19:12:22Z INFO Waiting for automatic snapd restart... [2021-04-20T19:12:30.305Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-20T19:12:31.282Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-20T19:12:37.996Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-20T19:12:38.271Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-20T19:12:43.679Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-20T19:12:43.720Z] lxd 4.13 from Canonical* installed [2021-04-20T19:12:43.720Z] + sudo lxd init --auto [2021-04-20T19:12:47.986Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-20T19:12:51.934Z] + sudo snap install --classic snapcraft [2021-04-20T19:12:52.297Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-20T19:12:56.588Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-20T19:13:00.136Z] snapcraft 4.6.2 from Canonical* installed [2021-04-20T19:13:00.136Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-20T19:13:00.136Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-20T19:13:00.136Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T19:13:00.136Z] Dload Upload Total Spent Left Speed [2021-04-20T19:13:00.136Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4543 0 --:--:-- --:--:-- --:--:-- 4543 [2021-04-20T19:13:00.136Z] 6 3325k 6 217k 0 0 928k 0 0:00:03 --:--:-- 0:00:03 928k 100 3325k 100 3325k 0 0 11.7M 0 --:--:-- --:--:-- --:--:-- 74.0M [2021-04-20T19:13:00.136Z] ./yq_linux_amd64 [2021-04-20T19:13:00.402Z] + sudo snapcraft prime --use-lxd [2021-04-20T19:13:00.887Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-20T19:13:02.974Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-20T19:13:02.974Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-20T19:13:02.974Z] - README.md [2021-04-20T19:13:02.974Z] [2021-04-20T19:13:02.974Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-20T19:13:03.925Z] Launching a container. [2021-04-20T19:13:05.208Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-20T19:13:11.922Z] $ docker stop --time=1 c6079f08f5866ea102060a9a83e0f4c048db690ddb2503d1759ae5c45769c94e [2021-04-20T19:13:14.456Z] $ docker rm -f c6079f08f5866ea102060a9a83e0f4c048db690ddb2503d1759ae5c45769c94e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:13:16.178Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T19:13:16.178Z] [2021-04-20T19:13:16.178Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T19:13:16.197Z] Waiting for container to be ready [2021-04-20T19:13:16.460Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-20T19:13:16.460Z] [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:13:16.792Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T19:13:17.064Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-20T19:13:17.064Z] 29e5d40040c1: Pulling fs layer [2021-04-20T19:13:17.064Z] 1ce36da41761: Pulling fs layer [2021-04-20T19:13:17.064Z] 25b303627fd3: Pulling fs layer [2021-04-20T19:13:17.339Z] 29e5d40040c1: Download complete [2021-04-20T19:13:17.935Z] 29e5d40040c1: Pull complete [2021-04-20T19:13:17.935Z] 1ce36da41761: Verifying Checksum [2021-04-20T19:13:17.935Z] 1ce36da41761: Download complete [2021-04-20T19:13:19.359Z] 1ce36da41761: Pull complete [2021-04-20T19:13:19.629Z] 25b303627fd3: Verifying Checksum [2021-04-20T19:13:19.629Z] 25b303627fd3: Download complete [2021-04-20T19:13:21.770Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-20T19:13:21.770Z] Waiting for network to be ready... [2021-04-20T19:13:22.033Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-20T19:13:22.033Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-20T19:13:22.033Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-20T19:13:22.306Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-20T19:13:22.306Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-20T19:13:22.306Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-20T19:13:22.306Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-20T19:13:22.306Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-20T19:13:22.306Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-20T19:13:22.306Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-20T19:13:22.569Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-20T19:13:22.832Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-20T19:13:23.096Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-20T19:13:23.096Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-20T19:13:23.096Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-20T19:13:23.096Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-20T19:13:23.096Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-20T19:13:23.096Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-20T19:13:23.362Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-20T19:13:23.633Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-20T19:13:23.898Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-20T19:13:23.898Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-20T19:13:23.898Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-20T19:13:23.898Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-20T19:13:23.898Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-20T19:13:23.898Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-04-20T19:13:23.898Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-20T19:13:28.125Z] Fetched 24.4 MB in 6s (4230 kB/s) [2021-04-20T19:13:29.528Z] Reading package lists... [2021-04-20T19:13:29.745Z] 25b303627fd3: Pull complete [2021-04-20T19:13:29.745Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-20T19:13:29.745Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T19:13:29.745Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-20T19:13:29.791Z] Reading package lists... [2021-04-20T19:13:30.002Z] prd-ubuntu18.04-docker-arm64-4c-16g-1240 does not seem to be running inside a container [2021-04-20T19:13:30.059Z] Building dependency tree... [2021-04-20T19:13:30.059Z] Reading state information... [2021-04-20T19:13:30.074Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-20T19:13:30.326Z] The following additional packages will be installed: [2021-04-20T19:13:30.326Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-20T19:13:30.326Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-20T19:13:30.326Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-20T19:13:30.326Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-20T19:13:30.326Z] Suggested packages: [2021-04-20T19:13:30.326Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-20T19:13:30.326Z] Recommended packages: [2021-04-20T19:13:30.326Z] gnupg libsasl2-modules [2021-04-20T19:13:30.326Z] The following NEW packages will be installed: [2021-04-20T19:13:30.326Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-20T19:13:30.326Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-20T19:13:30.326Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-20T19:13:30.326Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-20T19:13:30.326Z] The following packages will be upgraded: [2021-04-20T19:13:30.326Z] gpg gpg-agent gpgconf libudev1 [2021-04-20T19:13:30.589Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-20T19:13:30.589Z] Need to get 3529 kB of archives. [2021-04-20T19:13:30.589Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-20T19:13:30.589Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-04-20T19:13:30.853Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-04-20T19:13:30.853Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-20T19:13:30.853Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-20T19:13:30.853Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-20T19:13:31.117Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-04-20T19:13:33.043Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-20T19:13:33.043Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-20T19:13:33.043Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-20T19:13:33.043Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-20T19:13:33.043Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-20T19:13:33.043Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-20T19:13:33.043Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-20T19:13:33.043Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-20T19:13:33.043Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-20T19:13:33.162Z] $ docker top 5bb6ada328d0d55e793a135c9b58488dd790289f961b000753604480dd4b7d4e -eo pid,comm [2021-04-20T19:13:33.305Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-20T19:13:33.305Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-20T19:13:33.305Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-20T19:13:33.305Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-20T19:13:33.305Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-20T19:13:33.305Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-20T19:13:33.305Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [Pipeline] { [Pipeline] sh [2021-04-20T19:13:33.570Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T19:13:33.570Z] Fetched 3529 kB in 3s (1201 kB/s) [2021-04-20T19:13:33.570Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-20T19:13:33.570Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-04-20T19:13:33.832Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-20T19:13:33.832Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-04-20T19:13:33.832Z] Selecting previously unselected package udev. [2021-04-20T19:13:33.832Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-20T19:13:33.832Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-04-20T19:13:34.094Z] Unpacking udev (237-3ubuntu10.46) ... [2021-04-20T19:13:34.123Z] + docker-compose build --help [2021-04-20T19:13:34.123Z] + grep parallel [2021-04-20T19:13:34.357Z] Selecting previously unselected package libfuse2:amd64. [2021-04-20T19:13:34.357Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-20T19:13:34.357Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-20T19:13:34.357Z] Selecting previously unselected package fuse. [2021-04-20T19:13:34.357Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-20T19:13:34.357Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-20T19:13:34.357Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T19:13:34.357Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-20T19:13:34.621Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T19:13:34.621Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-20T19:13:34.621Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T19:13:34.621Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-20T19:13:34.885Z] Selecting previously unselected package libksba8:amd64. [2021-04-20T19:13:34.885Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-20T19:13:34.885Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-20T19:13:34.885Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-20T19:13:34.885Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:13:34.885Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:13:35.147Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-20T19:13:35.147Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:13:35.147Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:13:35.147Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-20T19:13:35.147Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:13:35.147Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:13:35.413Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-20T19:13:35.413Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:13:35.413Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:13:35.413Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-20T19:13:35.413Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:13:35.413Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:13:35.677Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-20T19:13:35.677Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:13:35.677Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:13:35.677Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-20T19:13:35.677Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:13:35.677Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:13:35.677Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-20T19:13:35.677Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:13:35.677Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:13:35.940Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-20T19:13:35.940Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:13:35.940Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:13:35.940Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-20T19:13:35.940Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-20T19:13:35.940Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-20T19:13:36.204Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-20T19:13:36.204Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-20T19:13:36.204Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-20T19:13:36.204Z] Selecting previously unselected package libldap-common. [2021-04-20T19:13:36.204Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-20T19:13:36.204Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-20T19:13:36.204Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-20T19:13:36.204Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-20T19:13:36.204Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-20T19:13:36.787Z] Selecting previously unselected package dirmngr. [2021-04-20T19:13:36.787Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T19:13:36.787Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-20T19:13:36.787Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-20T19:13:37.055Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-20T19:13:37.055Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-20T19:13:37.055Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-20T19:13:37.055Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-20T19:13:37.055Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-20T19:13:37.055Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:13:37.055Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-20T19:13:37.055Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-20T19:13:37.323Z] Setting up udev (237-3ubuntu10.46) ... [2021-04-20T19:13:37.492Z] --parallel Build images in parallel. [2021-04-20T19:13:37.591Z] invoke-rc.d: policy-rc.d denied execution of start. [Pipeline] } [2021-04-20T19:13:37.777Z] $ docker stop --time=1 5bb6ada328d0d55e793a135c9b58488dd790289f961b000753604480dd4b7d4e [2021-04-20T19:13:37.855Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:13:37.855Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-20T19:13:37.855Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-20T19:13:38.118Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-20T19:13:38.118Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:13:38.118Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:13:38.118Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:13:38.118Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:13:38.118Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:13:38.118Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:13:38.118Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:13:38.386Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-20T19:13:38.386Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-20T19:13:38.386Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-20T19:13:38.964Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-20T19:13:38.964Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-20T19:13:38.964Z] This means they are not meant to be enabled using systemctl. [2021-04-20T19:13:38.964Z] Possible reasons for having this kind of units are: [2021-04-20T19:13:38.964Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-20T19:13:38.964Z] .wants/ or .requires/ directory. [2021-04-20T19:13:38.964Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-20T19:13:38.964Z] a requirement dependency on it. [2021-04-20T19:13:38.964Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-20T19:13:38.964Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-20T19:13:38.964Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-20T19:13:38.964Z] instance name specified. [2021-04-20T19:13:39.544Z] Reading package lists... [2021-04-20T19:13:39.726Z] $ docker rm -f 5bb6ada328d0d55e793a135c9b58488dd790289f961b000753604480dd4b7d4e [2021-04-20T19:13:39.807Z] Building dependency tree... [2021-04-20T19:13:39.807Z] Reading state information... [2021-04-20T19:13:39.807Z] The following additional packages will be installed: [2021-04-20T19:13:39.807Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-20T19:13:39.807Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-20T19:13:39.807Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-20T19:13:39.807Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-20T19:13:39.807Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-20T19:13:39.807Z] Suggested packages: [2021-04-20T19:13:39.807Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-20T19:13:39.807Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-20T19:13:39.807Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-20T19:13:39.807Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-20T19:13:39.807Z] systemd-container policykit-1 [2021-04-20T19:13:39.807Z] Recommended packages: [2021-04-20T19:13:39.807Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [Pipeline] // withDockerContainer [Pipeline] writeFile [2021-04-20T19:13:40.074Z] The following NEW packages will be installed: [2021-04-20T19:13:40.074Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-20T19:13:40.074Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-20T19:13:40.074Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-20T19:13:40.074Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-20T19:13:40.074Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-20T19:13:40.074Z] The following packages will be upgraded: [2021-04-20T19:13:40.074Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-20T19:13:40.074Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-20T19:13:40.074Z] Need to get 35.2 MB of archives. [2021-04-20T19:13:40.074Z] After this operation, 141 MB of additional disk space will be used. [2021-04-20T19:13:40.074Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-20T19:13:40.074Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-04-20T19:13:40.074Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:13:40.337Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-20T19:13:40.337Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-20T19:13:40.337Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-20T19:13:40.337Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-20T19:13:40.337Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-20T19:13:40.337Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-20T19:13:40.337Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-20T19:13:40.337Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-20T19:13:40.337Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-20T19:13:40.337Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-20T19:13:40.337Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-20T19:13:40.337Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-20T19:13:40.337Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-20T19:13:40.337Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-20T19:13:40.446Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T19:13:40.446Z] . [Pipeline] withDockerContainer [2021-04-20T19:13:40.710Z] prd-ubuntu18.04-docker-arm64-4c-16g-1240 does not seem to be running inside a container [2021-04-20T19:13:40.781Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-20T19:13:40.913Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-04-20T19:13:40.913Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-20T19:13:41.176Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-20T19:13:41.176Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-20T19:13:41.176Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-20T19:13:41.176Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-20T19:13:41.176Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-20T19:13:41.176Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-20T19:13:41.176Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-20T19:13:41.176Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-20T19:13:41.176Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-20T19:13:41.176Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-20T19:13:41.176Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-20T19:13:41.439Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T19:13:41.439Z] Fetched 35.2 MB in 1s (28.2 MB/s) [2021-04-20T19:13:41.706Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-20T19:13:41.706Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-04-20T19:13:41.706Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-20T19:13:42.162Z] $ docker top a5c11b39e6a9db698f2114d140b31de8fc258264b4fb0c4f8949a5926bb253e5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:13:42.664Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-04-20T19:13:42.664Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-20T19:13:42.928Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-04-20T19:13:42.928Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-20T19:13:42.928Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-20T19:13:42.928Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-20T19:13:43.129Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-20T19:13:43.195Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-20T19:13:43.458Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-20T19:13:43.458Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-20T19:13:43.458Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-20T19:13:44.038Z] Setting up apt (1.6.13) ... [2021-04-20T19:13:44.038Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-20T19:13:44.301Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-20T19:13:44.566Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-20T19:13:44.566Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-20T19:13:44.566Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-20T19:13:44.830Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-20T19:13:44.830Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-20T19:13:44.830Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:13:45.410Z] Selecting previously unselected package libexpat1:amd64. [2021-04-20T19:13:45.410Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-20T19:13:45.410Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-20T19:13:45.410Z] Selecting previously unselected package python3.6-minimal. [2021-04-20T19:13:45.410Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-20T19:13:45.410Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:13:45.673Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-20T19:13:45.673Z] Checking for services that may need to be restarted...done. [2021-04-20T19:13:45.673Z] Checking for services that may need to be restarted...done. [2021-04-20T19:13:45.940Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:13:45.940Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-20T19:13:45.940Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:13:46.515Z] Selecting previously unselected package python3-minimal. [2021-04-20T19:13:46.515Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-20T19:13:46.515Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-20T19:13:46.515Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-20T19:13:46.779Z] Selecting previously unselected package mime-support. [2021-04-20T19:13:46.779Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-20T19:13:46.779Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-20T19:13:46.779Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-20T19:13:46.779Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-20T19:13:46.779Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-20T19:13:47.042Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-20T19:13:47.042Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-20T19:13:47.042Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:13:47.305Z] Selecting previously unselected package python3.6. [2021-04-20T19:13:47.305Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-20T19:13:47.410Z] Building docker-core-command-go ... [2021-04-20T19:13:47.410Z] Building docker-core-data-go ... [2021-04-20T19:13:47.410Z] Building docker-core-metadata-go ... [2021-04-20T19:13:47.410Z] Building docker-security-bootstrapper-go ... [2021-04-20T19:13:47.410Z] Building docker-security-proxy-setup-go ... [2021-04-20T19:13:47.410Z] Building docker-security-secretstore-setup-go ... [2021-04-20T19:13:47.410Z] Building docker-support-notifications-go ... [2021-04-20T19:13:47.410Z] Building docker-support-scheduler-go ... [2021-04-20T19:13:47.410Z] Building docker-sys-mgmt-agent-go ... [2021-04-20T19:13:47.410Z] Building docker-core-command-go [2021-04-20T19:13:47.410Z] Building docker-security-bootstrapper-go [2021-04-20T19:13:47.410Z] Building docker-core-metadata-go [2021-04-20T19:13:47.410Z] Building docker-support-notifications-go [2021-04-20T19:13:47.410Z] Building docker-support-scheduler-go [2021-04-20T19:13:47.585Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:13:48.545Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-20T19:13:48.545Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-20T19:13:48.545Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-20T19:13:48.545Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-20T19:13:48.811Z] Selecting previously unselected package python3. [2021-04-20T19:13:48.811Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-20T19:13:48.811Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-20T19:13:48.811Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-20T19:13:48.811Z] Selecting previously unselected package multiarch-support. [2021-04-20T19:13:48.811Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T19:13:48.811Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-20T19:13:49.076Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-20T19:13:49.076Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-20T19:13:49.076Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-20T19:13:49.076Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-20T19:13:49.076Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-20T19:13:49.076Z] Selecting previously unselected package libbsd0:amd64. [2021-04-20T19:13:49.076Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-20T19:13:49.076Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-20T19:13:49.338Z] Selecting previously unselected package sudo. [2021-04-20T19:13:49.338Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-20T19:13:49.338Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-20T19:13:49.601Z] Selecting previously unselected package apparmor. [2021-04-20T19:13:49.601Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-20T19:13:49.601Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-20T19:13:49.866Z] Selecting previously unselected package libedit2:amd64. [2021-04-20T19:13:49.866Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-20T19:13:49.866Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-20T19:13:49.866Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-20T19:13:49.866Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-20T19:13:49.866Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:13:49.866Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-20T19:13:49.866Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-20T19:13:49.866Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:13:50.130Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-20T19:13:50.130Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-20T19:13:50.130Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-20T19:13:50.130Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-20T19:13:50.130Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-20T19:13:50.130Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:13:50.393Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-20T19:13:50.393Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-20T19:13:50.393Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:13:50.656Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-20T19:13:50.656Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-20T19:13:50.656Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-20T19:13:50.656Z] Selecting previously unselected package openssh-client. [2021-04-20T19:13:50.656Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-20T19:13:50.656Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-20T19:13:50.922Z] Selecting previously unselected package squashfs-tools. [2021-04-20T19:13:50.922Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-20T19:13:50.922Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-20T19:13:51.187Z] Selecting previously unselected package snapd. [2021-04-20T19:13:51.187Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-20T19:13:51.187Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-20T19:13:53.755Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-20T19:13:53.755Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-20T19:13:53.755Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-20T19:13:53.755Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-20T19:13:54.019Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-20T19:13:54.019Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:13:54.019Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-20T19:13:54.019Z] Setting up systemd (237-3ubuntu10.46) ... [2021-04-20T19:13:54.019Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-20T19:13:54.970Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-20T19:13:54.970Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-20T19:13:54.970Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-20T19:13:54.970Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:13:54.970Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:13:54.970Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:13:55.920Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-20T19:13:56.185Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:13:56.185Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-20T19:13:56.185Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-20T19:13:56.185Z] running python rtupdate hooks for python3.6... [2021-04-20T19:13:56.185Z] running python post-rtupdate hooks for python3.6... [2021-04-20T19:13:56.450Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-20T19:13:58.395Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-20T19:13:58.659Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:13:58.659Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-20T19:13:58.923Z] Setting up snapd (2.48.3+18.04) ... [2021-04-20T19:13:59.501Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-20T19:13:59.501Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-20T19:13:59.764Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-20T19:14:00.028Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-20T19:14:00.292Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-20T19:14:00.292Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-20T19:14:00.555Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-20T19:14:00.818Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-20T19:14:01.085Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-20T19:14:01.350Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-20T19:14:01.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-04-20T19:14:01.612Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-20T19:14:01.612Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-20T19:14:03.022Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-20T19:14:03.022Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-20T19:14:03.022Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-20T19:14:05.217Z] Reading package lists... [2021-04-20T19:14:05.217Z] Reading package lists... [2021-04-20T19:14:05.480Z] Building dependency tree... [2021-04-20T19:14:05.480Z] Reading state information... [2021-04-20T19:14:05.742Z] Calculating upgrade... [2021-04-20T19:14:06.007Z] The following packages will be upgraded: [2021-04-20T19:14:06.007Z] advancecomp base-files bash binutils binutils-common [2021-04-20T19:14:06.007Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-20T19:14:06.007Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-20T19:14:06.007Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-20T19:14:06.007Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-20T19:14:06.007Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-20T19:14:06.007Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-20T19:14:06.007Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-20T19:14:06.007Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-20T19:14:06.008Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-20T19:14:06.008Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-20T19:14:06.008Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-20T19:14:06.008Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-20T19:14:06.008Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-20T19:14:06.008Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-20T19:14:06.270Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-20T19:14:06.270Z] Need to get 64.0 MB of archives. [2021-04-20T19:14:06.270Z] After this operation, 5034 kB of additional disk space will be used. [2021-04-20T19:14:06.270Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-20T19:14:06.270Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-04-20T19:14:06.846Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-20T19:14:06.846Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-20T19:14:06.846Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-20T19:14:06.846Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-20T19:14:06.846Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-20T19:14:06.846Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-20T19:14:06.846Z] 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-04-20T19:14:06.846Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-20T19:14:06.846Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-20T19:14:06.846Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-20T19:14:06.846Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-20T19:14:06.846Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-20T19:14:07.135Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-20T19:14:07.135Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-20T19:14:07.135Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-20T19:14:07.135Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-20T19:14:07.135Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-20T19:14:07.135Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-20T19:14:07.135Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-20T19:14:07.135Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-20T19:14:07.135Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-20T19:14:07.135Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-20T19:14:07.135Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-20T19:14:07.135Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-20T19:14:07.135Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-20T19:14:07.135Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-20T19:14:07.135Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-20T19:14:07.135Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-20T19:14:07.135Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-20T19:14:07.135Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-20T19:14:07.135Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-20T19:14:07.135Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-20T19:14:07.135Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-20T19:14:07.404Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-20T19:14:07.404Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-20T19:14:07.404Z] 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-04-20T19:14:07.404Z] 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-04-20T19:14:07.404Z] 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-04-20T19:14:07.404Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-04-20T19:14:07.404Z] 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-04-20T19:14:07.404Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-20T19:14:07.404Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-20T19:14:07.404Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-20T19:14:07.404Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-20T19:14:07.404Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-20T19:14:07.404Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-20T19:14:07.404Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-20T19:14:07.404Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-20T19:14:07.404Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-20T19:14:07.404Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-20T19:14:07.404Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-20T19:14:07.404Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-20T19:14:07.404Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-20T19:14:07.404Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-20T19:14:07.669Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-20T19:14:07.669Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-04-20T19:14:07.669Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-20T19:14:07.669Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-20T19:14:07.669Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-20T19:14:07.669Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-20T19:14:07.669Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-20T19:14:07.669Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-04-20T19:14:07.669Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-20T19:14:07.669Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-20T19:14:07.669Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-20T19:14:07.669Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-20T19:14:07.669Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-20T19:14:07.669Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-20T19:14:07.669Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-20T19:14:07.669Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-20T19:14:07.669Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-20T19:14:07.669Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-20T19:14:07.669Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-20T19:14:07.669Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-20T19:14:07.669Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-20T19:14:07.669Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-20T19:14:07.669Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-20T19:14:07.669Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-20T19:14:07.669Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-20T19:14:07.934Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-20T19:14:07.934Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-20T19:14:07.934Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-20T19:14:07.934Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-20T19:14:07.934Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-20T19:14:07.934Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-20T19:14:07.934Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-20T19:14:07.934Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-20T19:14:07.934Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-20T19:14:07.934Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-20T19:14:07.934Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-20T19:14:08.507Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-20T19:14:08.770Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-20T19:14:08.770Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-20T19:14:09.035Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-20T19:14:09.298Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-20T19:14:09.299Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-20T19:14:09.299Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-20T19:14:09.299Z] Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-20T19:14:09.299Z] Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-20T19:14:09.563Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T19:14:09.563Z] Fetched 64.0 MB in 3s (19.6 MB/s) [2021-04-20T19:14:09.563Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:14:09.563Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T19:14:09.825Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-20T19:14:10.401Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T19:14:10.401Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-20T19:14:10.663Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-04-20T19:14:10.664Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-04-20T19:14:11.613Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:14:11.613Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:14:11.613Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:14:11.613Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:14:11.613Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:14:11.878Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:14:11.878Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:14:11.878Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:14:12.140Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:14:12.140Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:14:12.140Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:14:12.140Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:14:12.404Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:14:12.404Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:14:12.404Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:14:12.404Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-20T19:14:12.404Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:14:12.670Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-20T19:14:12.670Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:14:12.670Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-20T19:14:12.670Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:14:12.934Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:14:12.934Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:14:12.934Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:14:13.198Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:14:13.198Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:14:13.198Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:14:13.461Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-20T19:14:13.461Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T19:14:13.724Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-20T19:14:14.303Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-20T19:14:14.566Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-20T19:14:14.566Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-20T19:14:14.566Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-20T19:14:14.566Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-20T19:14:14.566Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-20T19:14:14.830Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-20T19:14:15.092Z] Installing new version of config file /etc/issue ... [2021-04-20T19:14:15.092Z] Installing new version of config file /etc/issue.net ... [2021-04-20T19:14:15.092Z] Installing new version of config file /etc/lsb-release ... [2021-04-20T19:14:15.092Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-20T19:14:15.360Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-20T19:14:15.360Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-20T19:14:15.360Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-20T19:14:15.630Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:14:15.630Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-20T19:14:15.630Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-20T19:14:15.895Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-20T19:14:15.895Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-04-20T19:14:15.895Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:14:15.895Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:14:15.895Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-20T19:14:16.158Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:14:16.158Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:14:16.158Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-20T19:14:16.158Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-20T19:14:16.420Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-20T19:14:16.683Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:14:16.683Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-20T19:14:16.683Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-20T19:14:16.945Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-20T19:14:17.208Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:14:17.208Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-20T19:14:17.208Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-20T19:14:17.208Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-20T19:14:17.208Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:14:17.208Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-20T19:14:17.472Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-20T19:14:17.472Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-20T19:14:17.735Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:14:17.735Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-20T19:14:17.735Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-20T19:14:17.735Z] Setting up grep (3.1-2build1) ... [2021-04-20T19:14:18.024Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:14:18.024Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-20T19:14:18.024Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-20T19:14:18.287Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-20T19:14:18.287Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:14:18.287Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-20T19:14:18.287Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-20T19:14:18.550Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-20T19:14:18.550Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:14:18.550Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-20T19:14:18.550Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-20T19:14:19.499Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-20T19:14:19.763Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-20T19:14:19.763Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-20T19:14:19.763Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-20T19:14:20.362Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-20T19:14:20.628Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:14:20.628Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-20T19:14:20.628Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-20T19:14:21.580Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-20T19:14:21.580Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-20T19:14:21.580Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-20T19:14:21.580Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-20T19:14:21.844Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-20T19:14:21.844Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:14:21.844Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-20T19:14:21.844Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-20T19:14:22.106Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-20T19:14:22.106Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:14:22.106Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:14:22.106Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:14:22.378Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:14:22.378Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:14:22.378Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:14:22.378Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:14:22.378Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:14:22.644Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:14:22.644Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:14:22.644Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:14:22.644Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:14:22.908Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:14:22.908Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:14:22.908Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:14:23.173Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:14:23.174Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:14:23.174Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-20T19:14:23.174Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-20T19:14:23.437Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-20T19:14:23.437Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-20T19:14:23.437Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-20T19:14:23.702Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:14:23.702Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-20T19:14:23.702Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-20T19:14:23.965Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-20T19:14:23.965Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:14:23.965Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:14:23.965Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:14:24.232Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:14:24.232Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:14:24.232Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:14:24.232Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:14:24.497Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:14:24.762Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:14:24.762Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:14:24.762Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:14:25.346Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:14:25.613Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-20T19:14:26.192Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-20T19:14:26.192Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:14:26.193Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T19:14:26.456Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-20T19:14:26.456Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-20T19:14:26.720Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:14:26.720Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-20T19:14:26.720Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-20T19:14:26.984Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-20T19:14:27.247Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:14:27.247Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-20T19:14:27.247Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-20T19:14:27.247Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-20T19:14:27.824Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:14:27.824Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-20T19:14:27.824Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-20T19:14:27.824Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-20T19:14:27.824Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:14:27.824Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-20T19:14:28.087Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-20T19:14:28.087Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-20T19:14:28.351Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:14:28.351Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-20T19:14:28.351Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-20T19:14:28.351Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-20T19:14:28.613Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:14:28.613Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-20T19:14:28.614Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-20T19:14:28.614Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-20T19:14:28.876Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:14:28.876Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-20T19:14:28.876Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-20T19:14:29.139Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-20T19:14:29.402Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:14:29.402Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:14:29.402Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:14:29.402Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-04-20T19:14:29.402Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-20T19:14:29.980Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-20T19:14:29.980Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-20T19:14:29.980Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-20T19:14:29.980Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:14:29.980Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-20T19:14:29.980Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-20T19:14:30.243Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-20T19:14:30.506Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:14:30.506Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-20T19:14:30.506Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-20T19:14:30.506Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-20T19:14:31.083Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:14:31.083Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-20T19:14:31.083Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-20T19:14:31.083Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-20T19:14:31.347Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:14:31.347Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-20T19:14:31.347Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-20T19:14:31.347Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-20T19:14:31.610Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:14:31.610Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-20T19:14:31.611Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-20T19:14:32.188Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-20T19:14:32.188Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:14:32.188Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T19:14:32.451Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-20T19:14:32.451Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-20T19:14:32.714Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:14:32.714Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-20T19:14:32.714Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-20T19:14:32.714Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-20T19:14:32.978Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:14:32.978Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-20T19:14:32.978Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-20T19:14:32.978Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-20T19:14:33.241Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:14:33.241Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-20T19:14:33.241Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-20T19:14:33.241Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-20T19:14:33.506Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:14:33.506Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-20T19:14:33.506Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-20T19:14:33.506Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-20T19:14:33.773Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:14:33.773Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-20T19:14:33.773Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-20T19:14:33.773Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-20T19:14:34.044Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:14:34.044Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-20T19:14:34.044Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-20T19:14:34.309Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-20T19:14:34.309Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:14:34.309Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-20T19:14:34.309Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-20T19:14:34.583Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-20T19:14:34.583Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:14:34.583Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-20T19:14:34.583Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-20T19:14:34.851Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-20T19:14:34.851Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-20T19:14:34.851Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-20T19:14:34.851Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-20T19:14:35.115Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-20T19:14:35.115Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-20T19:14:35.376Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-20T19:14:35.376Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-20T19:14:35.650Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-20T19:14:35.650Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-20T19:14:35.914Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-20T19:14:35.914Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-20T19:14:35.914Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-20T19:14:35.914Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-20T19:14:36.177Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-20T19:14:36.177Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-20T19:14:36.442Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-20T19:14:36.442Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-20T19:14:36.442Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-20T19:14:36.442Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-20T19:14:36.711Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-20T19:14:36.711Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-20T19:14:36.711Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-20T19:14:36.975Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-20T19:14:36.975Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-20T19:14:36.975Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-20T19:14:37.942Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-20T19:14:38.222Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-20T19:14:38.222Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-20T19:14:38.222Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-20T19:14:38.222Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-20T19:14:38.492Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-20T19:14:38.754Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-20T19:14:38.754Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-20T19:14:39.017Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-20T19:14:39.017Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-20T19:14:39.282Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-20T19:14:39.282Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-20T19:14:39.282Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:14:39.282Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:14:39.548Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:14:39.548Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:14:39.813Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:14:39.813Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:14:40.077Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:14:40.077Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:14:41.060Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:14:41.060Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:14:42.457Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:14:42.457Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:14:43.040Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:14:43.304Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:14:43.569Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:14:43.833Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:14:44.783Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:14:44.783Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:14:44.783Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-20T19:14:44.783Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-20T19:14:45.046Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-20T19:14:45.046Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-20T19:14:45.046Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-20T19:14:45.310Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-20T19:14:45.310Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-20T19:14:45.310Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-20T19:14:45.573Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-20T19:14:45.573Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-20T19:14:45.573Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-20T19:14:45.573Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-20T19:14:45.835Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-20T19:14:45.835Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-20T19:14:46.096Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:14:46.097Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-20T19:14:46.097Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:14:46.097Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:14:46.097Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:14:46.097Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-20T19:14:46.097Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-20T19:14:46.358Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-20T19:14:46.358Z] [2021-04-20T19:14:46.358Z] Current default time zone: 'Etc/UTC' [2021-04-20T19:14:46.358Z] Local time is now: Tue Apr 20 19:14:46 UTC 2021. [2021-04-20T19:14:46.358Z] Universal Time is now: Tue Apr 20 19:14:46 UTC 2021. [2021-04-20T19:14:46.358Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-20T19:14:46.358Z] [2021-04-20T19:14:46.358Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-04-20T19:14:46.620Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:14:46.620Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-04-20T19:14:46.620Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:14:46.620Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-20T19:14:46.620Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-20T19:14:46.620Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-20T19:14:46.620Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-20T19:14:46.620Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-20T19:14:46.620Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-20T19:14:46.883Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:14:46.883Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-20T19:14:47.146Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:14:47.146Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-20T19:14:47.146Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:14:47.146Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-20T19:14:47.146Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-20T19:14:47.146Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-20T19:14:47.408Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-20T19:14:47.408Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-20T19:14:47.408Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-20T19:14:47.408Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-20T19:14:47.408Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-20T19:14:49.332Z] Updating certificates in /etc/ssl/certs... [2021-04-20T19:14:50.276Z] 23 added, 27 removed; done. [2021-04-20T19:14:50.538Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-20T19:14:50.538Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:14:50.538Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-20T19:14:50.538Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-20T19:14:50.538Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-20T19:14:50.800Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:14:50.800Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-20T19:14:50.800Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:14:50.800Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:14:50.800Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:14:50.800Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:14:50.800Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:14:50.800Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-20T19:14:51.069Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-20T19:14:51.069Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-20T19:14:51.069Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-20T19:14:51.069Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-20T19:14:51.069Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:14:51.069Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:14:51.069Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-20T19:14:51.069Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-20T19:14:51.335Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-20T19:14:51.335Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-20T19:14:51.335Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-20T19:14:51.335Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-20T19:14:51.335Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-20T19:14:51.598Z] Updating certificates in /etc/ssl/certs... [2021-04-20T19:14:52.174Z] 0 added, 0 removed; done. [2021-04-20T19:14:52.174Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-20T19:14:52.174Z] done. [2021-04-20T19:14:53.140Z] Reading package lists... [2021-04-20T19:14:53.401Z] Building dependency tree... [2021-04-20T19:14:53.402Z] Reading state information... [2021-04-20T19:14:53.662Z] The following NEW packages will be installed: [2021-04-20T19:14:53.662Z] apt-transport-https [2021-04-20T19:14:53.924Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-20T19:14:53.924Z] Need to get 1692 B of archives. [2021-04-20T19:14:53.924Z] After this operation, 154 kB of additional disk space will be used. [2021-04-20T19:14:53.924Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-20T19:14:54.186Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T19:14:54.186Z] Fetched 1692 B in 0s (5921 B/s) [2021-04-20T19:14:54.186Z] Selecting previously unselected package apt-transport-https. [2021-04-20T19:14:54.186Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-20T19:14:54.186Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-20T19:14:54.186Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-20T19:14:54.186Z] Setting up apt-transport-https (1.6.13) ... [2021-04-20T19:14:54.761Z] Waiting for network to be ready... [2021-04-20T19:15:02.928Z] 2021-04-20T19:14:59Z INFO Waiting for automatic snapd restart... [2021-04-20T19:15:02.928Z] snapd 2.49.2 from Canonical* installed [2021-04-20T19:15:03.876Z] "snapd" switched to the "latest/stable" channel [2021-04-20T19:15:03.876Z] [2021-04-20T19:15:09.190Z] core18 20210309 from Canonical* installed [2021-04-20T19:15:09.190Z] "core18" switched to the "latest/stable" channel [2021-04-20T19:15:09.190Z] [2021-04-20T19:15:09.208Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:15:09.208Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:15:09.208Z] ---> 903e2d7a8d1c [2021-04-20T19:15:09.208Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T19:15:09.208Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:15:09.208Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:15:09.208Z] ---> 903e2d7a8d1c [2021-04-20T19:15:09.208Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T19:15:09.208Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:15:09.208Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:15:09.208Z] ---> 903e2d7a8d1c [2021-04-20T19:15:09.208Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:15:09.208Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:15:09.208Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:15:09.208Z] ---> 903e2d7a8d1c [2021-04-20T19:15:09.208Z] Step 3/31 : WORKDIR /edgex-go [2021-04-20T19:15:09.208Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:15:09.208Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:15:09.208Z] ---> 903e2d7a8d1c [2021-04-20T19:15:09.208Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:15:09.208Z] ---> Running in 982e8c15773d [2021-04-20T19:15:09.208Z] ---> Running in 7ce3bafb7bfa [2021-04-20T19:15:09.208Z] ---> Running in ef952baa6869 [2021-04-20T19:15:09.208Z] ---> Running in 1607b3f9ed7a [2021-04-20T19:15:09.208Z] ---> Running in a5ee0f14b153 [2021-04-20T19:15:09.208Z] Removing intermediate container 7ce3bafb7bfa [2021-04-20T19:15:09.208Z] ---> 29acba48dd0d [2021-04-20T19:15:09.208Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:15:09.208Z] Removing intermediate container a5ee0f14b153 [2021-04-20T19:15:09.208Z] ---> d035e51438a6 [2021-04-20T19:15:09.209Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:15:09.209Z] Removing intermediate container 1607b3f9ed7a [2021-04-20T19:15:09.209Z] ---> 3b791715b5d8 [2021-04-20T19:15:09.209Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:15:09.209Z] Removing intermediate container 982e8c15773d [2021-04-20T19:15:09.209Z] ---> 11a66696a662 [2021-04-20T19:15:09.209Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:15:09.209Z] Removing intermediate container ef952baa6869 [2021-04-20T19:15:09.209Z] ---> 02c7ef9e8c5c [2021-04-20T19:15:09.209Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:15:09.209Z] ---> Running in 0cf51d5b4f31 [2021-04-20T19:15:09.209Z] ---> Running in 6db825bc1c94 [2021-04-20T19:15:09.209Z] ---> Running in dc5bdc3fbc83 [2021-04-20T19:15:09.209Z] ---> Running in acfb5dfe8569 [2021-04-20T19:15:09.209Z] ---> Running in e55bb753bbc4 [2021-04-20T19:15:09.209Z] Removing intermediate container 0cf51d5b4f31 [2021-04-20T19:15:09.209Z] ---> 627296f024eb [2021-04-20T19:15:09.209Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-20T19:15:09.209Z] ---> Running in 4674cadf2264 [2021-04-20T19:15:09.209Z] Removing intermediate container 6db825bc1c94 [2021-04-20T19:15:09.209Z] ---> 8c199c60ceca [2021-04-20T19:15:09.209Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T19:15:09.209Z] Removing intermediate container acfb5dfe8569 [2021-04-20T19:15:09.209Z] ---> dcceea754ef5 [2021-04-20T19:15:09.209Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-20T19:15:09.209Z] ---> Running in 41ac746f59a5 [2021-04-20T19:15:09.209Z] Removing intermediate container e55bb753bbc4 [2021-04-20T19:15:09.209Z] ---> 5afbdf970790 [2021-04-20T19:15:09.209Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T19:15:09.209Z] ---> Running in ea7562f394ed [2021-04-20T19:15:09.209Z] Removing intermediate container dc5bdc3fbc83 [2021-04-20T19:15:09.209Z] ---> cec88f9565e7 [2021-04-20T19:15:09.209Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-20T19:15:09.209Z] ---> Running in 96b2b8ce2c33 [2021-04-20T19:15:09.209Z] ---> Running in b469b87d7edd [2021-04-20T19:15:09.209Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:15:09.477Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:15:09.477Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:15:09.757Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:15:10.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:15:10.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:15:10.318Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:15:10.318Z] OK: 217 MiB in 51 packages [2021-04-20T19:15:10.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:15:10.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:15:10.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:15:10.875Z] OK: 217 MiB in 51 packages [2021-04-20T19:15:11.473Z] OK: 217 MiB in 51 packages [2021-04-20T19:15:11.473Z] OK: 217 MiB in 51 packages [2021-04-20T19:15:11.473Z] OK: 217 MiB in 51 packages [2021-04-20T19:15:12.079Z] Removing intermediate container 4674cadf2264 [2021-04-20T19:15:12.079Z] ---> 60aa98876db7 [2021-04-20T19:15:12.079Z] Step 6/22 : COPY go.mod . [2021-04-20T19:15:12.674Z] Removing intermediate container 41ac746f59a5 [2021-04-20T19:15:12.674Z] ---> bbf11ec948af [2021-04-20T19:15:12.674Z] Step 6/23 : COPY go.mod . [2021-04-20T19:15:12.951Z] Removing intermediate container ea7562f394ed [2021-04-20T19:15:12.951Z] ---> c410a7ce5a29 [2021-04-20T19:15:12.951Z] Step 6/22 : COPY go.mod . [2021-04-20T19:15:13.226Z] ---> 60980a48307c [2021-04-20T19:15:13.226Z] Step 7/22 : RUN go mod download [2021-04-20T19:15:13.498Z] Removing intermediate container b469b87d7edd [2021-04-20T19:15:13.498Z] ---> fc7c22e8c867 [2021-04-20T19:15:13.498Z] Step 6/31 : COPY go.mod . [2021-04-20T19:15:13.498Z] ---> Running in a1bb50b79287 [2021-04-20T19:15:13.498Z] Removing intermediate container 96b2b8ce2c33 [2021-04-20T19:15:13.498Z] ---> fcafd1649b7a [2021-04-20T19:15:13.498Z] Step 6/23 : COPY go.mod . [2021-04-20T19:15:13.775Z] ---> 3c6bdad003cd [2021-04-20T19:15:13.775Z] Step 7/23 : RUN go mod download [2021-04-20T19:15:14.051Z] ---> a0865d84113a [2021-04-20T19:15:14.051Z] Step 7/22 : RUN go mod download [2021-04-20T19:15:14.051Z] ---> Running in 349dfe501722 [2021-04-20T19:15:14.321Z] ---> Running in a1865de70b4d [2021-04-20T19:15:14.594Z] ---> 112d0b125771 [2021-04-20T19:15:14.594Z] Step 7/31 : RUN go mod download [2021-04-20T19:15:14.594Z] ---> e21e8acd5298 [2021-04-20T19:15:14.594Z] Step 7/23 : RUN go mod download [2021-04-20T19:15:14.866Z] ---> Running in 076f73fc9d6e [2021-04-20T19:15:14.866Z] ---> Running in 4a5526968541 [2021-04-20T19:15:15.795Z] snapcraft 4.6.2 from Canonical* installed [2021-04-20T19:15:16.057Z] "snapcraft" switched to the "latest/stable" channel [2021-04-20T19:15:16.057Z] [2021-04-20T19:15:17.504Z] Removing intermediate container a1bb50b79287 [2021-04-20T19:15:17.504Z] ---> 88fbcd5772e2 [2021-04-20T19:15:17.504Z] Step 8/22 : COPY . . [2021-04-20T19:15:18.952Z] Removing intermediate container 349dfe501722 [2021-04-20T19:15:18.952Z] ---> ae94694dd54e [2021-04-20T19:15:18.952Z] Step 8/23 : COPY . . [2021-04-20T19:15:18.952Z] Removing intermediate container a1865de70b4d [2021-04-20T19:15:18.952Z] ---> d3e3cd656ef5 [2021-04-20T19:15:18.952Z] Step 8/22 : COPY . . [2021-04-20T19:15:19.225Z] Removing intermediate container 076f73fc9d6e [2021-04-20T19:15:19.225Z] ---> eabbe444a4b6 [2021-04-20T19:15:19.225Z] Step 8/31 : COPY . . [2021-04-20T19:15:19.823Z] Removing intermediate container 4a5526968541 [2021-04-20T19:15:19.823Z] ---> f18844340e4f [2021-04-20T19:15:19.823Z] Step 8/23 : COPY . . [2021-04-20T19:15:20.274Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-20T19:15:20.274Z] - README.md [2021-04-20T19:15:20.274Z] [2021-04-20T19:15:20.274Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-20T19:15:26.878Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-20T19:15:27.141Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-20T19:15:27.141Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-20T19:15:27.406Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-20T19:15:29.333Z] Reading package lists... [2021-04-20T19:15:29.594Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-04-20T19:15:36.200Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-20T19:15:36.200Z] Reading package lists... [2021-04-20T19:15:36.200Z] Building dependency tree... [2021-04-20T19:15:36.200Z] Reading state information... [2021-04-20T19:15:36.200Z] Suggested packages: [2021-04-20T19:15:36.200Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-20T19:15:36.200Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-20T19:15:36.200Z] Recommended packages: [2021-04-20T19:15:36.200Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-20T19:15:36.200Z] The following NEW packages will be installed: [2021-04-20T19:15:36.200Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-20T19:15:36.200Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-20T19:15:36.200Z] pkg-config zip [2021-04-20T19:15:36.200Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-20T19:15:36.200Z] Need to get 7663 kB of archives. [2021-04-20T19:15:36.200Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-20T19:15:36.200Z] 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-04-20T19:15:36.200Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-20T19:15:36.200Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-20T19:15:36.200Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-20T19:15:36.467Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-20T19:15:36.467Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-20T19:15:36.467Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-20T19:15:36.467Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-20T19:15:36.728Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-20T19:15:36.728Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-20T19:15:36.728Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-20T19:15:36.728Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-20T19:15:36.728Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-20T19:15:36.990Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-20T19:15:36.990Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-20T19:15:36.990Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T19:15:37.261Z] Fetched 7663 kB in 1s (9844 kB/s) [2021-04-20T19:15:37.261Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-20T19:15:37.261Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-20T19:15:37.261Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-20T19:15:37.261Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-20T19:15:37.523Z] Selecting previously unselected package libpsl5:amd64. [2021-04-20T19:15:37.523Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-20T19:15:37.523Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-20T19:15:37.523Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-20T19:15:37.523Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-20T19:15:37.523Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-20T19:15:37.787Z] Selecting previously unselected package librtmp1:amd64. [2021-04-20T19:15:37.787Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-20T19:15:37.787Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-20T19:15:38.050Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-20T19:15:38.050Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-20T19:15:38.050Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-20T19:15:38.050Z] Selecting previously unselected package liberror-perl. [2021-04-20T19:15:38.050Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-20T19:15:38.050Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-20T19:15:38.314Z] Selecting previously unselected package git-man. [2021-04-20T19:15:38.314Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-20T19:15:38.314Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-20T19:15:38.314Z] Selecting previously unselected package git. [2021-04-20T19:15:38.314Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-20T19:15:38.314Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-20T19:15:39.261Z] Selecting previously unselected package libnorm1:amd64. [2021-04-20T19:15:39.261Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-20T19:15:39.261Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-20T19:15:39.522Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-20T19:15:39.522Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-20T19:15:39.522Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-20T19:15:39.522Z] Selecting previously unselected package libsodium23:amd64. [2021-04-20T19:15:39.522Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-20T19:15:39.522Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-20T19:15:39.784Z] Selecting previously unselected package libzmq5:amd64. [2021-04-20T19:15:39.784Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-20T19:15:39.784Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-20T19:15:39.784Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-20T19:15:39.784Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-20T19:15:39.784Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-20T19:15:40.045Z] Selecting previously unselected package pkg-config. [2021-04-20T19:15:40.045Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-20T19:15:40.045Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-20T19:15:40.045Z] Selecting previously unselected package zip. [2021-04-20T19:15:40.045Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-20T19:15:40.045Z] Unpacking zip (3.0-11build1) ... [2021-04-20T19:15:40.308Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-20T19:15:40.308Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-20T19:15:40.308Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-20T19:15:40.308Z] Setting up liberror-perl (0.17025-1) ... [2021-04-20T19:15:40.308Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-20T19:15:40.308Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-20T19:15:40.308Z] No schema files found: doing nothing. [2021-04-20T19:15:40.308Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-20T19:15:40.308Z] Setting up zip (3.0-11build1) ... [2021-04-20T19:15:40.572Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-20T19:15:40.572Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-20T19:15:40.572Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-20T19:15:40.572Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-20T19:15:40.572Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-20T19:15:40.572Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-20T19:15:40.572Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-20T19:15:40.833Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-20T19:15:46.643Z] ---> 13271adfd0f2 [2021-04-20T19:15:46.643Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-20T19:15:46.643Z] ---> 27ca132078de [2021-04-20T19:15:46.643Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-20T19:15:46.643Z] ---> 5c5246235bec [2021-04-20T19:15:46.643Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-20T19:15:46.643Z] ---> Running in 9a3db5d00a28 [2021-04-20T19:15:46.643Z] ---> 6bb52e8b57e2 [2021-04-20T19:15:46.643Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-20T19:15:46.644Z] ---> Running in 179d0f0e9677 [2021-04-20T19:15:46.644Z] ---> 5846ee364f01 [2021-04-20T19:15:46.644Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-20T19:15:46.644Z] ---> Running in 67b76c7380e6 [2021-04-20T19:15:46.644Z] ---> Running in d4796c116e55 [2021-04-20T19:15:46.644Z] ---> Running in 1411da73f025 [2021-04-20T19:15:46.644Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-20T19:15:46.644Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-20T19:15:46.915Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-20T19:15:46.915Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-20T19:15:47.190Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-20T19:15:47.445Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-20T19:15:47.710Z] git set to automatically installed. [2021-04-20T19:15:47.710Z] git-man set to automatically installed. [2021-04-20T19:15:47.710Z] libcurl3-gnutls set to automatically installed. [2021-04-20T19:15:47.710Z] liberror-perl set to automatically installed. [2021-04-20T19:15:47.710Z] libglib2.0-0 set to automatically installed. [2021-04-20T19:15:47.710Z] libnghttp2-14 set to automatically installed. [2021-04-20T19:15:47.710Z] libnorm1 set to automatically installed. [2021-04-20T19:15:47.710Z] libpgm-5.2-0 set to automatically installed. [2021-04-20T19:15:47.710Z] libpsl5 set to automatically installed. [2021-04-20T19:15:47.710Z] librtmp1 set to automatically installed. [2021-04-20T19:15:47.710Z] libsodium23 set to automatically installed. [2021-04-20T19:15:47.710Z] libzmq3-dev set to automatically installed. [2021-04-20T19:15:47.710Z] libzmq5 set to automatically installed. [2021-04-20T19:15:47.710Z] pkg-config set to automatically installed. [2021-04-20T19:15:47.710Z] zip set to automatically installed. [2021-04-20T19:15:49.629Z] snapd is not logged in, snap install commands will use sudo [2021-04-20T19:15:56.219Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-20T19:16:18.300Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-20T19:16:18.300Z] snapd is not logged in, snap install commands will use sudo [2021-04-20T19:16:23.608Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-20T19:16:23.870Z] snap "core18" has no updates available [2021-04-20T19:16:24.816Z] Pulling go-build-helper [2021-04-20T19:16:24.816Z] + snapcraftctl pull [2021-04-20T19:16:26.211Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-20T19:16:26.211Z] Skipping pull go-build-helper (already ran) [2021-04-20T19:16:26.211Z] Building go-build-helper [2021-04-20T19:16:26.211Z] + snapcraftctl build [2021-04-20T19:16:29.521Z] Staging go-build-helper [2021-04-20T19:16:29.521Z] + snapcraftctl stage [2021-04-20T19:16:44.470Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-20T19:16:44.470Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-20T19:16:44.470Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-20T19:16:44.470Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-20T19:16:44.470Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-20T19:16:44.470Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-20T19:16:44.470Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-20T19:16:44.470Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-20T19:16:44.470Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-20T19:16:44.470Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-20T19:16:44.470Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-20T19:16:44.470Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-20T19:16:44.470Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-20T19:16:44.470Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-20T19:16:44.470Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-20T19:16:44.470Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-20T19:16:44.470Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-20T19:16:44.470Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-20T19:16:44.470Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-20T19:16:44.470Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-20T19:16:44.470Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-20T19:16:44.470Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-20T19:16:44.470Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-20T19:16:44.470Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-20T19:16:44.470Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-20T19:16:44.470Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-04-20T19:16:44.470Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-20T19:16:44.470Z] Fetched 24.4 MB in 0s (0 B/s) [2021-04-20T19:16:44.470Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-20T19:16:44.470Z] Fetched 224 kB in 0s (0 B/s) [2021-04-20T19:16:44.470Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-20T19:16:44.470Z] Fetched 157 kB in 0s (0 B/s) [2021-04-20T19:16:44.470Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-20T19:16:44.470Z] Fetched 221 kB in 0s (0 B/s) [2021-04-20T19:16:44.470Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-20T19:16:44.470Z] Fetched 143 kB in 0s (0 B/s) [2021-04-20T19:16:44.470Z] Pulling app-service-config [2021-04-20T19:16:44.470Z] + snapcraftctl pull [2021-04-20T19:16:45.043Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-20T19:16:45.995Z] Pulling config-common [2021-04-20T19:16:45.995Z] + snapcraftctl pull [2021-04-20T19:16:52.851Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-20T19:16:52.851Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-20T19:16:52.851Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-20T19:16:52.851Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T19:16:52.851Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-20T19:16:52.851Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T19:16:52.851Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-20T19:16:52.851Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T19:16:52.851Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-20T19:16:52.851Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T19:16:52.851Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-20T19:16:52.851Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T19:16:52.851Z] Pulling edgex-go [2021-04-20T19:16:52.851Z] + snapcraftctl pull [2021-04-20T19:17:25.561Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-20T19:17:25.561Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-20T19:17:25.561Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-20T19:17:25.561Z] Fetched 88.7 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-20T19:17:25.561Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-20T19:17:25.561Z] Fetched 279 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-20T19:17:25.561Z] Fetched 122 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-20T19:17:25.561Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-20T19:17:25.561Z] Fetched 8848 B in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-20T19:17:25.561Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-20T19:17:25.561Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-20T19:17:25.561Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-20T19:17:25.561Z] Fetched 219 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-20T19:17:25.561Z] Fetched 154 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-20T19:17:25.561Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-20T19:17:25.561Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-20T19:17:25.561Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-20T19:17:25.561Z] Fetched 499 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-20T19:17:25.561Z] Fetched 111 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-20T19:17:25.561Z] Fetched 240 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-20T19:17:25.561Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-20T19:17:25.561Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-20T19:17:25.561Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-20T19:17:25.561Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-20T19:17:25.561Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-20T19:17:25.561Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-20T19:17:25.561Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-20T19:17:25.561Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-20T19:17:25.561Z] Fetched 8720 B in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-20T19:17:25.561Z] Fetched 137 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-20T19:17:25.561Z] Fetched 119 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-20T19:17:25.561Z] Fetched 110 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-20T19:17:25.561Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-20T19:17:25.561Z] Fetched 645 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-20T19:17:25.561Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-20T19:17:25.561Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-20T19:17:25.561Z] Fetched 368 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-20T19:17:25.561Z] Fetched 187 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-20T19:17:25.561Z] Fetched 175 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-20T19:17:25.561Z] Fetched 206 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-20T19:17:25.561Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-20T19:17:25.561Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-20T19:17:25.561Z] Fetched 159 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-20T19:17:25.561Z] Fetched 107 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-20T19:17:25.561Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-20T19:17:25.561Z] Pulling static-packages [2021-04-20T19:17:25.561Z] + snapcraftctl pull [2021-04-20T19:17:25.561Z] Pulling version [2021-04-20T19:17:25.561Z] + cd /root/project [2021-04-20T19:17:25.561Z] + [ -f VERSION ] [2021-04-20T19:17:25.561Z] + PROJECT_VERSION=local-dev [2021-04-20T19:17:25.561Z] + git rev-parse --short HEAD [2021-04-20T19:17:25.561Z] + GIT_REVISION=ff428d53 [2021-04-20T19:17:25.561Z] + snapcraftctl set-version local-dev [2021-04-20T19:17:26.507Z] Skipping build go-build-helper (already ran) [2021-04-20T19:17:26.507Z] Building app-service-config [2021-04-20T19:17:26.507Z] + make build [2021-04-20T19:17:26.507Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-20T19:17:29.076Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-20T19:17:29.076Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-20T19:17:29.076Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-20T19:17:29.339Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-20T19:17:29.339Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-20T19:17:29.339Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-20T19:17:29.339Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-20T19:17:29.604Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-20T19:17:29.604Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-20T19:17:29.604Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-20T19:17:29.868Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-20T19:17:29.868Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-20T19:17:29.868Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-20T19:17:30.158Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-20T19:17:30.158Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-20T19:17:30.158Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-20T19:17:30.158Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-20T19:17:30.422Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-20T19:17:30.423Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-20T19:17:30.423Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-20T19:17:30.423Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-20T19:17:30.687Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-20T19:17:30.687Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-20T19:17:30.687Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-20T19:17:30.687Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-20T19:17:30.687Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-20T19:17:30.687Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-20T19:17:30.687Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-20T19:17:30.964Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-20T19:17:30.964Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-20T19:17:30.964Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-20T19:17:30.964Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-20T19:17:30.964Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-20T19:17:30.964Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-20T19:17:30.964Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-20T19:17:30.964Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-20T19:17:30.964Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-20T19:17:30.964Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-20T19:17:30.964Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-20T19:17:31.227Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-20T19:17:31.227Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-20T19:17:31.227Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-20T19:17:31.227Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-20T19:17:31.490Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-20T19:17:31.490Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-20T19:17:46.492Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-20T19:17:46.492Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-20T19:17:46.492Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-20T19:17:46.492Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-20T19:17:46.492Z] Building config-common [2021-04-20T19:17:46.492Z] + snapcraftctl build [2021-04-20T19:17:49.810Z] Building edgex-go [2021-04-20T19:17:50.072Z] + cd /root/parts/edgex-go/src [2021-04-20T19:17:50.072Z] + make build [2021-04-20T19:17:50.072Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-20T19:17:50.650Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 [2021-04-20T19:17:50.650Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.71 [2021-04-20T19:17:50.650Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.10 [2021-04-20T19:17:50.935Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-04-20T19:17:50.935Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-20T19:17:50.935Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-20T19:17:50.935Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-20T19:17:50.935Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-04-20T19:17:50.935Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.6 [2021-04-20T19:17:50.935Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-20T19:17:50.935Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-04-20T19:17:50.935Z] go: downloading golang.org/x/text v0.3.2 [2021-04-20T19:17:54.093Z] Removing intermediate container d4796c116e55 [2021-04-20T19:17:54.093Z] ---> a35b8e0a6530 [2021-04-20T19:17:54.093Z] [2021-04-20T19:17:54.093Z] Step 10/31 : FROM alpine:3.12 [2021-04-20T19:17:54.093Z] 3.12: Pulling from library/alpine [2021-04-20T19:17:54.093Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T19:17:54.093Z] Status: Downloaded newer image for alpine:3.12 [2021-04-20T19:17:54.093Z] ---> 9852663dfa18 [2021-04-20T19:17:54.093Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-20T19:17:54.093Z] ---> Running in 8e104bccbbd0 [2021-04-20T19:17:54.093Z] Removing intermediate container 8e104bccbbd0 [2021-04-20T19:17:54.093Z] ---> f44f89eec771 [2021-04-20T19:17:54.093Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-20T19:17:54.093Z] ---> Running in c74287b06c34 [2021-04-20T19:17:54.093Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:17:54.093Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:17:54.093Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-20T19:17:54.093Z] (2/2) Installing su-exec (0.2-r1) [2021-04-20T19:17:54.093Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:17:54.093Z] OK: 5 MiB in 16 packages [2021-04-20T19:17:54.093Z] Removing intermediate container c74287b06c34 [2021-04-20T19:17:54.093Z] ---> 02ad7bd2fdca [2021-04-20T19:17:54.093Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-20T19:17:54.093Z] ---> Running in e04e362439b6 [2021-04-20T19:17:54.093Z] Removing intermediate container e04e362439b6 [2021-04-20T19:17:54.093Z] ---> 0b758eaed9ff [2021-04-20T19:17:54.093Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-20T19:17:54.093Z] ---> Running in 22590a559d3d [2021-04-20T19:17:54.093Z] Removing intermediate container 22590a559d3d [2021-04-20T19:17:54.093Z] ---> 55ac8abda36f [2021-04-20T19:17:54.093Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-20T19:17:54.093Z] ---> Running in ed5c604a1601 [2021-04-20T19:17:54.093Z] Removing intermediate container 67b76c7380e6 [2021-04-20T19:17:54.093Z] ---> 3bf0f6a1928a [2021-04-20T19:17:54.093Z] [2021-04-20T19:17:54.093Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T19:17:54.093Z] ---> 9852663dfa18 [2021-04-20T19:17:54.093Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T19:17:54.093Z] ---> Running in 2dcb0bab0875 [2021-04-20T19:17:54.093Z] Removing intermediate container 179d0f0e9677 [2021-04-20T19:17:54.093Z] ---> f5656f2a8c9b [2021-04-20T19:17:54.093Z] [2021-04-20T19:17:54.093Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T19:17:54.093Z] ---> 9852663dfa18 [2021-04-20T19:17:54.093Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-20T19:17:54.093Z] Removing intermediate container 9a3db5d00a28 [2021-04-20T19:17:54.093Z] ---> 45a1555e021d [2021-04-20T19:17:54.093Z] [2021-04-20T19:17:54.093Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T19:17:54.093Z] ---> 9852663dfa18 [2021-04-20T19:17:54.093Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-20T19:17:54.093Z] ---> Running in 170ed2af7ba1 [2021-04-20T19:17:54.093Z] ---> Running in 5b26d777806a [2021-04-20T19:17:54.700Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:17:55.005Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:17:55.606Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-20T19:17:55.607Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:17:55.607Z] OK: 5 MiB in 15 packages [2021-04-20T19:17:55.607Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:17:55.881Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:17:55.881Z] Removing intermediate container ed5c604a1601 [2021-04-20T19:17:55.881Z] ---> bdcc46874440 [2021-04-20T19:17:55.881Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-20T19:17:56.157Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:17:56.157Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:17:56.157Z] ---> Running in 8c72ac4cefc6 [2021-04-20T19:17:56.438Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-20T19:17:56.715Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-20T19:17:56.715Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:17:56.715Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T19:17:56.715Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-20T19:17:56.715Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:17:56.992Z] OK: 5 MiB in 15 packages [2021-04-20T19:17:56.992Z] OK: 6 MiB in 16 packages [2021-04-20T19:17:57.585Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-20T19:17:57.585Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-20T19:17:57.601Z] Removing intermediate container 8c72ac4cefc6 [2021-04-20T19:17:57.601Z] ---> b3b20b68c904 [2021-04-20T19:17:57.601Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-20T19:17:57.884Z] Removing intermediate container 2dcb0bab0875 [2021-04-20T19:17:57.884Z] ---> 374e7b4e6cc6 [2021-04-20T19:17:57.884Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:17:58.165Z] ---> Running in 1bb6feadde31 [2021-04-20T19:17:58.764Z] ---> 8bb4f0218f06 [2021-04-20T19:17:58.764Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-20T19:17:59.354Z] Removing intermediate container 170ed2af7ba1 [2021-04-20T19:17:59.354Z] ---> fd8ab788dc5a [2021-04-20T19:17:59.354Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:17:59.354Z] ---> Running in d4e4f011af80 [2021-04-20T19:17:59.629Z] Removing intermediate container 1bb6feadde31 [2021-04-20T19:17:59.629Z] ---> fa2abe23c609 [2021-04-20T19:17:59.629Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-20T19:17:59.629Z] ---> Running in 62e64f542f8d [2021-04-20T19:17:59.904Z] Removing intermediate container 5b26d777806a [2021-04-20T19:17:59.904Z] ---> bded4c7787c5 [2021-04-20T19:17:59.904Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:17:59.904Z] ---> Running in 905c19953261 [2021-04-20T19:18:00.176Z] Removing intermediate container 1411da73f025 [2021-04-20T19:18:00.176Z] ---> 437c5b40d93f [2021-04-20T19:18:00.176Z] [2021-04-20T19:18:00.176Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T19:18:00.176Z] ---> 9852663dfa18 [2021-04-20T19:18:00.176Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T19:18:00.176Z] ---> Using cache [2021-04-20T19:18:00.176Z] ---> fd8ab788dc5a [2021-04-20T19:18:00.176Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:18:00.453Z] ---> Running in 4d6859a906eb [2021-04-20T19:18:00.453Z] ---> Running in 6cba850f9892 [2021-04-20T19:18:00.453Z] Removing intermediate container 62e64f542f8d [2021-04-20T19:18:00.453Z] ---> 2f7b7e141adc [2021-04-20T19:18:00.453Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-20T19:18:00.453Z] Removing intermediate container 905c19953261 [2021-04-20T19:18:00.453Z] ---> af1d6040144f [2021-04-20T19:18:00.453Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T19:18:00.728Z] ---> Running in 7ca9f0283e17 [2021-04-20T19:18:00.728Z] ---> Running in 18f5d817220e [2021-04-20T19:18:01.004Z] Removing intermediate container 4d6859a906eb [2021-04-20T19:18:01.004Z] ---> b807535577a2 [2021-04-20T19:18:01.004Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-20T19:18:01.282Z] Removing intermediate container 6cba850f9892 [2021-04-20T19:18:01.282Z] ---> cfc696524685 [2021-04-20T19:18:01.282Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-20T19:18:01.561Z] ---> Running in 1fb863dba4b5 [2021-04-20T19:18:01.561Z] Removing intermediate container 18f5d817220e [2021-04-20T19:18:01.561Z] ---> f8b6128939f1 [2021-04-20T19:18:01.561Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T19:18:01.561Z] ---> Running in b0974abe6c46 [2021-04-20T19:18:01.561Z] Removing intermediate container 7ca9f0283e17 [2021-04-20T19:18:01.561Z] ---> 1a5170d370da [2021-04-20T19:18:01.561Z] Step 15/23 : WORKDIR / [2021-04-20T19:18:01.848Z] ---> Running in 5775d38623b5 [2021-04-20T19:18:02.132Z] ---> Running in 6d6492e5b6d1 [2021-04-20T19:18:02.132Z] Removing intermediate container 1fb863dba4b5 [2021-04-20T19:18:02.132Z] ---> 93944427adc0 [2021-04-20T19:18:02.132Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T19:18:02.405Z] Removing intermediate container b0974abe6c46 [2021-04-20T19:18:02.405Z] ---> 8553ec0b64db [2021-04-20T19:18:02.405Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T19:18:02.675Z] ---> Running in 27070f546529 [2021-04-20T19:18:02.676Z] Removing intermediate container 5775d38623b5 [2021-04-20T19:18:02.676Z] ---> f25b73a88fd2 [2021-04-20T19:18:02.676Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:18:02.945Z] Removing intermediate container 6d6492e5b6d1 [2021-04-20T19:18:02.945Z] ---> 36486d9984ed [2021-04-20T19:18:02.945Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:18:02.945Z] ---> Running in f131df73f69a [2021-04-20T19:18:02.945Z] Removing intermediate container d4e4f011af80 [2021-04-20T19:18:02.945Z] ---> 85bd15f5518d [2021-04-20T19:18:02.945Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:18:03.217Z] Removing intermediate container 27070f546529 [2021-04-20T19:18:03.217Z] ---> e07de176388a [2021-04-20T19:18:03.217Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:18:03.490Z] Removing intermediate container f131df73f69a [2021-04-20T19:18:03.490Z] ---> 9ea40ed71fef [2021-04-20T19:18:03.490Z] Step 15/23 : WORKDIR / [2021-04-20T19:18:03.763Z] ---> Running in b34b271fd5b2 [2021-04-20T19:18:03.763Z] ---> e616a3c32cae [2021-04-20T19:18:03.763Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-20T19:18:04.039Z] ---> 6d54b0f58887 [2021-04-20T19:18:04.039Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-20T19:18:04.039Z] ---> aabbd1404988 [2021-04-20T19:18:04.039Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-20T19:18:04.324Z] ---> 6e8629e456a6 [2021-04-20T19:18:04.324Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-20T19:18:04.596Z] Removing intermediate container b34b271fd5b2 [2021-04-20T19:18:04.596Z] ---> 8a2950bb19c2 [2021-04-20T19:18:04.596Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:18:05.801Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-20T19:18:06.581Z] ---> 2491481acef3 [2021-04-20T19:18:06.581Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-20T19:18:06.581Z] ---> 40b5d4f905ae [2021-04-20T19:18:06.581Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-20T19:18:06.581Z] ---> d40089b42353 [2021-04-20T19:18:06.581Z] ---> 1afbb53f2e5a [2021-04-20T19:18:06.581Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-20T19:18:06.581Z] ---> 99cb5d7acc67 [2021-04-20T19:18:06.581Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-20T19:18:06.581Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-20T19:18:06.759Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-20T19:18:07.570Z] ---> c8c3033c7b39 [2021-04-20T19:18:07.570Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-20T19:18:07.570Z] ---> 0301c1e58c52 [2021-04-20T19:18:07.570Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-20T19:18:07.570Z] ---> Running in 4e67fd6695e7 [2021-04-20T19:18:07.570Z] ---> 304cbcf988d4 [2021-04-20T19:18:07.570Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-20T19:18:07.849Z] ---> 2e9f16541599 [2021-04-20T19:18:07.849Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-20T19:18:07.849Z] ---> Running in 7127f7149d3d [2021-04-20T19:18:08.123Z] ---> Running in 184643cfd639 [2021-04-20T19:18:08.450Z] ---> 7c59dc7cda4b [2021-04-20T19:18:08.450Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-20T19:18:08.450Z] Removing intermediate container 4e67fd6695e7 [2021-04-20T19:18:08.450Z] ---> a0fa1c1f5469 [2021-04-20T19:18:08.450Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:18:08.450Z] Removing intermediate container 7127f7149d3d [2021-04-20T19:18:08.450Z] ---> 03fff6df735b [2021-04-20T19:18:08.450Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:18:08.450Z] ---> 824b557bf932 [2021-04-20T19:18:08.450Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-20T19:18:08.721Z] ---> Running in dc9168856a39 [2021-04-20T19:18:08.721Z] ---> Running in 790632228a75 [2021-04-20T19:18:08.721Z] Removing intermediate container 184643cfd639 [2021-04-20T19:18:08.721Z] ---> 3a9924776ff2 [2021-04-20T19:18:08.721Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:18:08.992Z] ---> Running in 69a0edda0fc1 [2021-04-20T19:18:09.268Z] ---> 07f869324d1c [2021-04-20T19:18:09.268Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-20T19:18:09.268Z] Removing intermediate container dc9168856a39 [2021-04-20T19:18:09.268Z] ---> d0d6db7d9b43 [2021-04-20T19:18:09.268Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T19:18:09.268Z] ---> Running in 73ebb156eb28 [2021-04-20T19:18:09.268Z] Removing intermediate container 790632228a75 [2021-04-20T19:18:09.268Z] ---> 246f3b87cc84 [2021-04-20T19:18:09.268Z] Step 20/22 : LABEL arch=arm64 [2021-04-20T19:18:09.338Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-20T19:18:09.543Z] ---> Running in 1122b1bc0047 [2021-04-20T19:18:09.544Z] ---> Running in f8f7dab8ad21 [2021-04-20T19:18:09.544Z] Removing intermediate container 69a0edda0fc1 [2021-04-20T19:18:09.544Z] ---> 95c8055f1215 [2021-04-20T19:18:09.544Z] Step 20/22 : LABEL arch=arm64 [2021-04-20T19:18:09.544Z] ---> 5f8975940320 [2021-04-20T19:18:09.544Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-20T19:18:09.814Z] ---> Running in 830076a02de8 [2021-04-20T19:18:10.087Z] ---> Running in d2cbff7ef442 [2021-04-20T19:18:10.087Z] Removing intermediate container 73ebb156eb28 [2021-04-20T19:18:10.087Z] ---> e7abf9b53f67 [2021-04-20T19:18:10.087Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:18:10.087Z] Removing intermediate container 1122b1bc0047 [2021-04-20T19:18:10.087Z] Removing intermediate container f8f7dab8ad21 [2021-04-20T19:18:10.087Z] ---> 349e158eceb0 [2021-04-20T19:18:10.292Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-20T19:18:10.292Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-20T19:18:10.361Z] Step 21/22 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 [2021-04-20T19:18:10.361Z] ---> 0bdfb37fc491 [2021-04-20T19:18:10.361Z] Step 22/23 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 [2021-04-20T19:18:10.361Z] ---> Running in 51028aed4bf3 [2021-04-20T19:18:10.361Z] ---> Running in 51d5be594417 [2021-04-20T19:18:10.361Z] ---> Running in cf0ad3bfec19 [2021-04-20T19:18:10.361Z] Removing intermediate container 830076a02de8 [2021-04-20T19:18:10.361Z] ---> e5f722577bd6 [2021-04-20T19:18:10.361Z] Step 21/22 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 [2021-04-20T19:18:10.559Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-20T19:18:10.559Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-20T19:18:10.559Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-20T19:18:10.639Z] Removing intermediate container d2cbff7ef442 [2021-04-20T19:18:10.639Z] ---> 693ae3ae4cda [2021-04-20T19:18:10.639Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-20T19:18:10.639Z] ---> Running in 45ffb8458309 [2021-04-20T19:18:10.912Z] Removing intermediate container 51028aed4bf3 [2021-04-20T19:18:10.912Z] ---> c20b2fe46d51 [2021-04-20T19:18:10.912Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T19:18:11.182Z] Removing intermediate container 51d5be594417 [2021-04-20T19:18:11.182Z] ---> 4ae0ac37046a [2021-04-20T19:18:11.182Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T19:18:11.182Z] Removing intermediate container cf0ad3bfec19 [2021-04-20T19:18:11.182Z] ---> c1f55c14cb7d [2021-04-20T19:18:11.182Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:18:11.182Z] ---> Running in c0c8ed20b1d9 [2021-04-20T19:18:11.453Z] ---> Running in e8ac2ba6dc53 [2021-04-20T19:18:11.453Z] ---> Running in 1f98f0fb4ae8 [2021-04-20T19:18:11.453Z] Removing intermediate container 45ffb8458309 [2021-04-20T19:18:11.453Z] ---> 5e22a7059888 [2021-04-20T19:18:11.453Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T19:18:12.045Z] ---> Running in 25859c1b6b23 [2021-04-20T19:18:12.045Z] ---> 9b926d4fad66 [2021-04-20T19:18:12.045Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-20T19:18:12.321Z] Removing intermediate container c0c8ed20b1d9 [2021-04-20T19:18:12.321Z] ---> a6717be2882e [2021-04-20T19:18:12.321Z] Step 22/23 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 [2021-04-20T19:18:12.321Z] Removing intermediate container 1f98f0fb4ae8 [2021-04-20T19:18:12.321Z] ---> 07ba8638d463 [2021-04-20T19:18:12.321Z] [2021-04-20T19:18:12.321Z] Removing intermediate container e8ac2ba6dc53 [2021-04-20T19:18:12.321Z] ---> cbdb730bc948 [2021-04-20T19:18:12.321Z] [2021-04-20T19:18:12.604Z] ---> Running in d219b61d521a [2021-04-20T19:18:12.604Z] ---> Running in 11bc80dd0bff [2021-04-20T19:18:12.604Z] Removing intermediate container 25859c1b6b23 [2021-04-20T19:18:12.604Z] ---> 1c50d16d272b [2021-04-20T19:18:12.604Z] [2021-04-20T19:18:13.174Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-20T19:18:13.221Z] Successfully built 07ba8638d463 [2021-04-20T19:18:13.221Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-20T19:18:13.221Z] Building docker-sys-mgmt-agent-go [2021-04-20T19:18:13.221Z]  Building docker-core-command-go ... done Successfully built cbdb730bc948 [2021-04-20T19:18:13.221Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-20T19:18:13.440Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-20T19:18:13.440Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-20T19:18:13.497Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-04-20T19:18:13.497Z] Successfully built 1c50d16d272b [2021-04-20T19:18:13.497Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-20T19:18:13.497Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-04-20T19:18:13.497Z] Removing intermediate container 11bc80dd0bff [2021-04-20T19:18:13.497Z] ---> 760eeaf0d216 [2021-04-20T19:18:13.497Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:18:13.773Z] ---> Running in 4e2dbd880657 [2021-04-20T19:18:14.369Z] Removing intermediate container 4e2dbd880657 [2021-04-20T19:18:14.369Z] ---> 378602b4e79d [2021-04-20T19:18:14.369Z] [2021-04-20T19:18:14.649Z] Successfully built 378602b4e79d [2021-04-20T19:18:14.926Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-20T19:18:14.926Z] Building docker-security-proxy-setup-go [2021-04-20T19:18:15.374Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-20T19:18:15.529Z]  Building docker-core-metadata-go ... done Removing intermediate container d219b61d521a [2021-04-20T19:18:15.529Z] ---> ac48d85d6832 [2021-04-20T19:18:15.529Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-20T19:18:15.803Z] ---> Running in 36f5bb20dbf4 [2021-04-20T19:18:16.394Z] Removing intermediate container 36f5bb20dbf4 [2021-04-20T19:18:16.394Z] ---> 13e9283f1b51 [2021-04-20T19:18:16.394Z] Step 28/31 : CMD ["gate"] [2021-04-20T19:18:16.665Z] ---> Running in 6976628ec387 [2021-04-20T19:18:16.934Z] Removing intermediate container 6976628ec387 [2021-04-20T19:18:16.934Z] ---> 7c0c7374055f [2021-04-20T19:18:16.934Z] Step 29/31 : LABEL arch=arm64 [2021-04-20T19:18:17.306Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-20T19:18:17.528Z] ---> Running in 0817480bb093 [2021-04-20T19:18:18.120Z] Removing intermediate container 0817480bb093 [2021-04-20T19:18:18.120Z] ---> 14a49e7d697a [2021-04-20T19:18:18.120Z] Step 30/31 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 [2021-04-20T19:18:18.708Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-20T19:18:19.175Z] ---> Running in 9882af171ef1 [2021-04-20T19:18:20.104Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-20T19:18:20.175Z] Removing intermediate container 9882af171ef1 [2021-04-20T19:18:20.175Z] ---> ecf8c42e9fdc [2021-04-20T19:18:20.175Z] Step 31/31 : LABEL version=0.0.0 [2021-04-20T19:18:20.369Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-20T19:18:21.616Z] ---> Running in 09c82b4d5bd1 [2021-04-20T19:18:22.305Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-20T19:18:22.305Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-20T19:18:22.594Z] Removing intermediate container 09c82b4d5bd1 [2021-04-20T19:18:22.594Z] ---> 6702851cbf4e [2021-04-20T19:18:22.594Z] [2021-04-20T19:18:23.202Z] Successfully built 6702851cbf4e [2021-04-20T19:18:23.202Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-20T19:18:24.900Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-20T19:18:24.900Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-20T19:18:24.901Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-20T19:18:24.901Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-20T19:18:24.901Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-20T19:18:24.901Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-20T19:18:24.901Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-20T19:18:25.165Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-20T19:18:25.165Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-20T19:18:25.165Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-20T19:18:25.165Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-20T19:18:25.165Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-20T19:18:25.165Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-20T19:18:25.165Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-20T19:18:25.165Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-20T19:18:25.165Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-20T19:18:25.165Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-20T19:18:25.165Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-04-20T19:18:25.165Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-20T19:18:25.165Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-20T19:18:25.165Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-20T19:18:25.165Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-20T19:18:25.165Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-20T19:18:25.165Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-20T19:18:25.165Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-20T19:18:25.165Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-04-20T19:18:29.415Z] Building static-packages [2021-04-20T19:18:29.416Z] + snapcraftctl build [2021-04-20T19:18:32.739Z] Building version [2021-04-20T19:18:32.739Z] + snapcraftctl build [2021-04-20T19:18:36.064Z] Skipping stage go-build-helper (already ran) [2021-04-20T19:18:36.064Z] Staging app-service-config [2021-04-20T19:18:36.064Z] + snapcraftctl stage [2021-04-20T19:18:37.471Z] Staging config-common [2021-04-20T19:18:37.471Z] + snapcraftctl stage [2021-04-20T19:18:38.875Z] Staging edgex-go [2021-04-20T19:18:38.875Z] + snapcraftctl stage [2021-04-20T19:18:40.272Z] Staging static-packages [2021-04-20T19:18:40.272Z] + snapcraftctl stage [2021-04-20T19:18:42.199Z] Staging version [2021-04-20T19:18:42.199Z] + snapcraftctl stage [2021-04-20T19:18:43.597Z] Priming go-build-helper [2021-04-20T19:18:43.597Z] + snapcraftctl prime [2021-04-20T19:18:45.525Z] Priming app-service-config [2021-04-20T19:18:45.525Z] + snapcraftctl prime [2021-04-20T19:18:47.458Z] Priming config-common [2021-04-20T19:18:47.458Z] + snapcraftctl prime [2021-04-20T19:18:48.864Z] Priming edgex-go [2021-04-20T19:18:48.864Z] + snapcraftctl prime [2021-04-20T19:18:50.805Z] Priming static-packages [2021-04-20T19:18:50.805Z] + snapcraftctl prime [2021-04-20T19:18:55.044Z] Priming version [2021-04-20T19:18:55.044Z] + snapcraftctl prime [2021-04-20T19:18:55.997Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-20T19:19:19.748Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:19:19.748Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:19:19.748Z] ---> 903e2d7a8d1c [2021-04-20T19:19:19.748Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:19:19.748Z] ---> Using cache [2021-04-20T19:19:19.748Z] ---> 02c7ef9e8c5c [2021-04-20T19:19:19.748Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:19:19.748Z] ---> Using cache [2021-04-20T19:19:19.748Z] ---> 5afbdf970790 [2021-04-20T19:19:19.748Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-20T19:19:19.748Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:19:19.748Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:19:19.748Z] ---> 903e2d7a8d1c [2021-04-20T19:19:19.748Z] Step 3/24 : WORKDIR /edgex-go [2021-04-20T19:19:19.748Z] ---> Using cache [2021-04-20T19:19:19.748Z] ---> 02c7ef9e8c5c [2021-04-20T19:19:19.748Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:19:19.748Z] ---> Using cache [2021-04-20T19:19:19.748Z] ---> 5afbdf970790 [2021-04-20T19:19:19.748Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-20T19:19:19.748Z] ---> Using cache [2021-04-20T19:19:19.748Z] ---> fcafd1649b7a [2021-04-20T19:19:19.748Z] Step 6/24 : COPY go.mod . [2021-04-20T19:19:19.748Z] ---> Using cache [2021-04-20T19:19:19.748Z] ---> e21e8acd5298 [2021-04-20T19:19:19.748Z] Step 7/24 : RUN go mod download [2021-04-20T19:19:19.748Z] ---> Using cache [2021-04-20T19:19:19.748Z] ---> f18844340e4f [2021-04-20T19:19:19.748Z] Step 8/24 : COPY . . [2021-04-20T19:19:19.748Z] ---> Using cache [2021-04-20T19:19:19.748Z] ---> 5846ee364f01 [2021-04-20T19:19:19.748Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-20T19:19:19.748Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:19:19.748Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:19:19.748Z] ---> 903e2d7a8d1c [2021-04-20T19:19:19.748Z] Step 3/21 : WORKDIR /edgex-go [2021-04-20T19:19:19.748Z] ---> Using cache [2021-04-20T19:19:19.748Z] ---> 02c7ef9e8c5c [2021-04-20T19:19:19.748Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:19:19.748Z] ---> Using cache [2021-04-20T19:19:19.748Z] ---> 5afbdf970790 [2021-04-20T19:19:19.748Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-20T19:19:19.748Z] ---> Using cache [2021-04-20T19:19:19.748Z] ---> fcafd1649b7a [2021-04-20T19:19:19.748Z] Step 6/21 : COPY go.mod . [2021-04-20T19:19:19.748Z] ---> Using cache [2021-04-20T19:19:19.748Z] ---> e21e8acd5298 [2021-04-20T19:19:19.748Z] Step 7/21 : RUN go mod download [2021-04-20T19:19:19.748Z] ---> Using cache [2021-04-20T19:19:19.748Z] ---> f18844340e4f [2021-04-20T19:19:19.748Z] Step 8/21 : COPY . . [2021-04-20T19:19:19.748Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:19:19.748Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:19:19.748Z] ---> 903e2d7a8d1c [2021-04-20T19:19:19.748Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:19:19.748Z] ---> Using cache [2021-04-20T19:19:19.748Z] ---> 02c7ef9e8c5c [2021-04-20T19:19:19.748Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:19:19.748Z] ---> Using cache [2021-04-20T19:19:19.748Z] ---> 5afbdf970790 [2021-04-20T19:19:19.748Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-20T19:19:19.748Z] ---> Using cache [2021-04-20T19:19:19.748Z] ---> 5846ee364f01 [2021-04-20T19:19:19.748Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-20T19:19:19.748Z] ---> Running in 9bb1ebd32781 [2021-04-20T19:19:19.748Z] ---> Running in 26463149044d [2021-04-20T19:19:19.748Z] ---> Running in c587de250da9 [2021-04-20T19:19:19.748Z] ---> Running in 6548b0aad2f2 [2021-04-20T19:19:19.748Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:19:19.748Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-20T19:19:19.748Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-20T19:19:19.748Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:19:19.748Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:19:20.025Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:19:20.629Z] OK: 217 MiB in 51 packages [2021-04-20T19:19:20.629Z] OK: 217 MiB in 51 packages [2021-04-20T19:19:22.646Z] Removing intermediate container 26463149044d [2021-04-20T19:19:22.646Z] ---> 42869d790743 [2021-04-20T19:19:22.646Z] Step 6/23 : COPY go.mod . [2021-04-20T19:19:22.925Z] Removing intermediate container 6548b0aad2f2 [2021-04-20T19:19:22.925Z] ---> 309d46faf82b [2021-04-20T19:19:22.925Z] Step 6/23 : COPY go.mod . [2021-04-20T19:19:23.917Z] ---> 6a3f8e1382d0 [2021-04-20T19:19:23.917Z] Step 7/23 : RUN go mod download [2021-04-20T19:19:24.194Z] ---> Running in 6bc322e79afe [2021-04-20T19:19:24.194Z] ---> 8dcd4bb6e512 [2021-04-20T19:19:24.194Z] Step 7/23 : RUN go mod download [2021-04-20T19:19:24.475Z] ---> Running in a78384dd5ddf [2021-04-20T19:19:28.823Z] Removing intermediate container 6bc322e79afe [2021-04-20T19:19:28.823Z] ---> 148821a8c7af [2021-04-20T19:19:28.823Z] Step 8/23 : COPY . . [2021-04-20T19:19:29.102Z] Removing intermediate container a78384dd5ddf [2021-04-20T19:19:29.102Z] ---> 68339f44586f [2021-04-20T19:19:29.102Z] Step 8/23 : COPY . . [2021-04-20T19:20:01.511Z] ---> d955c2e40400 [2021-04-20T19:20:01.511Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-20T19:20:01.511Z] ---> 35dee88e6772 [2021-04-20T19:20:01.511Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-20T19:20:01.511Z] ---> Running in 1615d2a6ebd4 [2021-04-20T19:20:01.511Z] ---> Running in d0e2c3cb9d92 [2021-04-20T19:20:01.511Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-20T19:20:01.511Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-20T19:20:23.713Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-20T19:20:23.713Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-20T19:20:38.836Z] Removing intermediate container c587de250da9 [2021-04-20T19:20:38.836Z] ---> 87ba34af3488 [2021-04-20T19:20:38.836Z] [2021-04-20T19:20:38.836Z] Step 10/24 : FROM alpine:3.12 [2021-04-20T19:20:38.836Z] ---> 9852663dfa18 [2021-04-20T19:20:38.836Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-20T19:20:39.112Z] Removing intermediate container 9bb1ebd32781 [2021-04-20T19:20:39.112Z] ---> 054129805d73 [2021-04-20T19:20:39.112Z] [2021-04-20T19:20:39.112Z] Step 10/21 : FROM alpine:3.12 [2021-04-20T19:20:39.112Z] ---> 9852663dfa18 [2021-04-20T19:20:39.112Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-20T19:20:39.112Z] ---> Running in efda9c496bee [2021-04-20T19:20:39.391Z] ---> Running in 4559c918d5db [2021-04-20T19:20:42.029Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:20:42.029Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:20:42.029Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:20:42.029Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:20:42.307Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-20T19:20:42.581Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T19:20:42.581Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-20T19:20:42.581Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-20T19:20:42.581Z] (4/6) Installing curl (7.76.1-r0) [2021-04-20T19:20:42.582Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-20T19:20:42.582Z] (6/6) Installing su-exec (0.2-r1) [2021-04-20T19:20:42.582Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:20:42.582Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T19:20:42.582Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T19:20:42.582Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-20T19:20:42.582Z] (4/4) Installing curl (7.76.1-r0) [2021-04-20T19:20:42.582Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:20:42.582Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T19:20:42.860Z] OK: 7 MiB in 20 packages [2021-04-20T19:20:42.860Z] OK: 7 MiB in 18 packages [2021-04-20T19:20:46.283Z] Removing intermediate container efda9c496bee [2021-04-20T19:20:46.283Z] ---> 1c3ef7a33330 [2021-04-20T19:20:46.283Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T19:20:46.560Z] Removing intermediate container 4559c918d5db [2021-04-20T19:20:46.561Z] ---> 71dc5af0312a [2021-04-20T19:20:46.561Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T19:20:46.561Z] ---> Running in 51a29e245b2a [2021-04-20T19:20:46.561Z] ---> Running in b1e12aaf944d [2021-04-20T19:20:47.182Z] Removing intermediate container 51a29e245b2a [2021-04-20T19:20:47.182Z] ---> 45d2c0cbff29 [2021-04-20T19:20:47.182Z] Step 13/24 : WORKDIR / [2021-04-20T19:20:47.463Z] Removing intermediate container b1e12aaf944d [2021-04-20T19:20:47.463Z] ---> 026fda0d76ac [2021-04-20T19:20:47.463Z] Step 13/21 : WORKDIR /edgex [2021-04-20T19:20:47.463Z] ---> Running in fa21d7b32bae [2021-04-20T19:20:47.741Z] ---> Running in 948bebad9864 [2021-04-20T19:20:48.348Z] Removing intermediate container fa21d7b32bae [2021-04-20T19:20:48.348Z] ---> 31f4fafd3714 [2021-04-20T19:20:48.348Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-20T19:20:48.348Z] Removing intermediate container 948bebad9864 [2021-04-20T19:20:48.348Z] ---> 3f929db057ce [2021-04-20T19:20:48.348Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-20T19:20:49.797Z] ---> 0cd187cb0343 [2021-04-20T19:20:49.797Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-20T19:20:49.797Z] ---> f87b518dd9a7 [2021-04-20T19:20:49.797Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-20T19:20:51.242Z] ---> 9ec67b046993 [2021-04-20T19:20:51.242Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-20T19:20:51.852Z] ---> 5c6eba2cc2ff [2021-04-20T19:20:51.852Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-20T19:20:52.833Z] ---> 6fa96cc14946 [2021-04-20T19:20:52.833Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-20T19:20:53.829Z] ---> af71c3564e69 [2021-04-20T19:20:54.106Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-20T19:20:54.387Z] ---> Running in 4a088ebc5594 [2021-04-20T19:20:54.387Z] ---> 6d82a58e3410 [2021-04-20T19:20:54.387Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-20T19:20:54.990Z] Removing intermediate container 4a088ebc5594 [2021-04-20T19:20:54.990Z] ---> a3256c932b97 [2021-04-20T19:20:54.990Z] Step 18/21 : CMD ["--init=true"] [2021-04-20T19:20:55.269Z] ---> Running in 8308b12b8a66 [2021-04-20T19:20:56.266Z] Removing intermediate container 8308b12b8a66 [2021-04-20T19:20:56.266Z] ---> adb9c0d5590c [2021-04-20T19:20:56.266Z] Step 19/21 : LABEL arch=arm64 [2021-04-20T19:20:56.266Z] ---> Running in bf4ce17acd31 [2021-04-20T19:20:56.546Z] ---> 94b91d9856fc [2021-04-20T19:20:56.546Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-20T19:20:57.151Z] Removing intermediate container bf4ce17acd31 [2021-04-20T19:20:57.151Z] ---> 48e22d8057e7 [2021-04-20T19:20:57.151Z] Step 20/21 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 [2021-04-20T19:20:57.433Z] ---> Running in 93e950ecb45d [2021-04-20T19:20:57.711Z] ---> 1460353812b0 [2021-04-20T19:20:57.711Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-20T19:20:57.989Z] ---> Running in cf8802b13397 [2021-04-20T19:20:58.268Z] Removing intermediate container 93e950ecb45d [2021-04-20T19:20:58.268Z] ---> 973252ff071e [2021-04-20T19:20:58.268Z] Step 21/21 : LABEL version=0.0.0 [2021-04-20T19:20:58.546Z] ---> Running in c52debf9c391 [2021-04-20T19:20:59.538Z] Removing intermediate container c52debf9c391 [2021-04-20T19:20:59.538Z] ---> 68d2bc39e4b9 [2021-04-20T19:20:59.538Z] [2021-04-20T19:21:00.143Z] Successfully built 68d2bc39e4b9 [2021-04-20T19:21:00.143Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-20T19:21:02.132Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container cf8802b13397 [2021-04-20T19:21:02.132Z] ---> 309112b34ab3 [2021-04-20T19:21:02.132Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-20T19:21:02.132Z] ---> Running in 7b574227aa0d [2021-04-20T19:21:02.538Z] Removing intermediate container 7b574227aa0d [2021-04-20T19:21:02.538Z] ---> 9facfe9d0e17 [2021-04-20T19:21:02.538Z] Step 22/24 : LABEL arch=arm64 [2021-04-20T19:21:02.840Z] ---> Running in b07340d39ce2 [2021-04-20T19:21:03.526Z] Removing intermediate container b07340d39ce2 [2021-04-20T19:21:03.526Z] ---> 8e97a75ca245 [2021-04-20T19:21:03.526Z] Step 23/24 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 [2021-04-20T19:21:03.812Z] ---> Running in 918e7ec64142 [2021-04-20T19:21:04.444Z] Removing intermediate container 918e7ec64142 [2021-04-20T19:21:04.444Z] ---> 32adc0123897 [2021-04-20T19:21:04.444Z] Step 24/24 : LABEL version=0.0.0 [2021-04-20T19:21:04.444Z] ---> Running in 1ebe8a00d32b [2021-04-20T19:21:05.060Z] Removing intermediate container 1ebe8a00d32b [2021-04-20T19:21:05.060Z] ---> fc22a7ab4fd3 [2021-04-20T19:21:05.060Z] [2021-04-20T19:21:05.663Z] Successfully built fc22a7ab4fd3 [2021-04-20T19:21:05.663Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-20T19:21:18.101Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container d0e2c3cb9d92 [2021-04-20T19:21:18.101Z] ---> 0d0aaf8f29b1 [2021-04-20T19:21:18.101Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-20T19:21:18.373Z] ---> Running in 11f6ccee2c65 [2021-04-20T19:21:21.257Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-20T19:21:23.884Z] Removing intermediate container 11f6ccee2c65 [2021-04-20T19:21:23.884Z] ---> b0e99fbbe7fe [2021-04-20T19:21:23.884Z] [2021-04-20T19:21:23.884Z] Step 11/23 : FROM docker:20.10.0 [2021-04-20T19:21:23.884Z] 20.10.0: Pulling from library/docker [2021-04-20T19:21:30.624Z] Removing intermediate container 1615d2a6ebd4 [2021-04-20T19:21:30.624Z] ---> 70234b424fcb [2021-04-20T19:21:30.624Z] [2021-04-20T19:21:30.624Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T19:21:30.624Z] ---> 9852663dfa18 [2021-04-20T19:21:30.624Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-20T19:21:30.900Z] ---> Running in 4d5d73450e13 [2021-04-20T19:21:31.498Z] Removing intermediate container 4d5d73450e13 [2021-04-20T19:21:31.499Z] ---> 3cef2c0019bb [2021-04-20T19:21:31.499Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-20T19:21:31.773Z] ---> Running in 68a8d1baa051 [2021-04-20T19:21:31.773Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-20T19:21:31.773Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-20T19:21:31.773Z] ---> eeaf43b92773 [2021-04-20T19:21:31.773Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:21:32.047Z] ---> Running in 787ede6124df [2021-04-20T19:21:32.322Z] Removing intermediate container 68a8d1baa051 [2021-04-20T19:21:32.322Z] ---> 4c7281b6a75b [2021-04-20T19:21:32.322Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-20T19:21:32.322Z] ---> Running in 905dc5efcd62 [2021-04-20T19:21:32.597Z] Removing intermediate container 787ede6124df [2021-04-20T19:21:32.597Z] ---> aa7c241264b2 [2021-04-20T19:21:32.597Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-20T19:21:32.597Z] ---> Running in 72ebfc2550c9 [2021-04-20T19:21:32.869Z] Removing intermediate container 905dc5efcd62 [2021-04-20T19:21:32.869Z] ---> 9e3d8703af4f [2021-04-20T19:21:32.869Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:21:33.151Z] ---> Running in 2777c2867164 [2021-04-20T19:21:34.127Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:21:34.400Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:21:34.998Z] (1/39) Installing readline (8.0.4-r0) [2021-04-20T19:21:34.998Z] (2/39) Installing bash (5.0.17-r0) [2021-04-20T19:21:34.998Z] Executing bash-5.0.17-r0.post-install [2021-04-20T19:21:34.998Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T19:21:34.998Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-20T19:21:34.998Z] (5/39) Installing curl (7.76.1-r0) [2021-04-20T19:21:34.998Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-20T19:21:34.998Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-20T19:21:34.998Z] (8/39) Installing expat (2.2.9-r1) [2021-04-20T19:21:34.998Z] (9/39) Installing libffi (3.3-r2) [2021-04-20T19:21:34.998Z] (10/39) Installing gdbm (1.13-r1) [2021-04-20T19:21:34.998Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-20T19:21:35.269Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-20T19:21:35.269Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-20T19:21:35.541Z] Removing intermediate container 2777c2867164 [2021-04-20T19:21:35.541Z] ---> ca7f98e2c705 [2021-04-20T19:21:35.541Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-20T19:21:35.816Z] ---> Running in 35d6bdcd0111 [2021-04-20T19:21:37.255Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-20T19:21:37.255Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-20T19:21:37.255Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-20T19:21:37.255Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-20T19:21:37.255Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-20T19:21:37.255Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-20T19:21:37.255Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:21:37.255Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-20T19:21:37.255Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-20T19:21:37.255Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-20T19:21:37.255Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-20T19:21:37.255Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-20T19:21:37.255Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-20T19:21:37.255Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-20T19:21:37.255Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-20T19:21:37.529Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-20T19:21:37.529Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-20T19:21:37.529Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-20T19:21:37.529Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-20T19:21:37.529Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-20T19:21:37.529Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-20T19:21:37.803Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-20T19:21:37.803Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-20T19:21:37.803Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-20T19:21:37.803Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-20T19:21:37.803Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-20T19:21:37.803Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-20T19:21:37.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:21:37.803Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T19:21:37.803Z] OK: 72 MiB in 59 packages [2021-04-20T19:21:38.790Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-20T19:21:38.790Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-20T19:21:38.790Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-20T19:21:38.790Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-20T19:21:39.061Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-20T19:21:39.061Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-20T19:21:39.356Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:21:39.356Z] OK: 8 MiB in 20 packages [2021-04-20T19:21:40.798Z] Removing intermediate container 35d6bdcd0111 [2021-04-20T19:21:40.798Z] ---> 40be4e7ce9d6 [2021-04-20T19:21:40.798Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:21:41.770Z] ---> f8f34bfa49b1 [2021-04-20T19:21:41.770Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-20T19:21:42.363Z] Collecting docker-compose==1.23.2 [2021-04-20T19:21:42.363Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-20T19:21:42.641Z] ---> b9ca5cc9845b [2021-04-20T19:21:42.641Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-20T19:21:43.247Z] Collecting jsonschema<3,>=2.5.1 [2021-04-20T19:21:43.247Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-20T19:21:43.524Z] ---> c3dd25206a19 [2021-04-20T19:21:43.524Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-20T19:21:43.524Z] ---> Running in 3f3bd4d0c454 [2021-04-20T19:21:43.801Z] Collecting cached-property<2,>=1.2.0 [2021-04-20T19:21:43.801Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-20T19:21:44.077Z] Removing intermediate container 3f3bd4d0c454 [2021-04-20T19:21:44.077Z] ---> 0493e3bfa6e7 [2021-04-20T19:21:44.077Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:21:44.077Z] ---> Running in 42168b9d7839 [2021-04-20T19:21:44.351Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-20T19:21:44.351Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-20T19:21:44.633Z] Removing intermediate container 42168b9d7839 [2021-04-20T19:21:44.633Z] ---> 3364a46c84cc [2021-04-20T19:21:44.633Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T19:21:44.633Z] ---> Running in 85b39f8c1d3b [2021-04-20T19:21:45.228Z] Removing intermediate container 85b39f8c1d3b [2021-04-20T19:21:45.228Z] ---> 7af243cee041 [2021-04-20T19:21:45.228Z] Step 22/23 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 [2021-04-20T19:21:45.500Z] ---> Running in 0cf5e23df430 [2021-04-20T19:21:45.771Z] Removing intermediate container 0cf5e23df430 [2021-04-20T19:21:45.771Z] ---> 7b41409c2a28 [2021-04-20T19:21:45.771Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:21:46.045Z] ---> Running in a8ebd74a9717 [2021-04-20T19:21:46.643Z] Removing intermediate container a8ebd74a9717 [2021-04-20T19:21:46.643Z] ---> 95767d0902cf [2021-04-20T19:21:46.643Z] [2021-04-20T19:21:46.643Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-20T19:21:46.643Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-20T19:21:46.915Z] Successfully built 95767d0902cf [2021-04-20T19:21:46.915Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-20T19:21:47.507Z]  Building docker-core-data-go ... done Collecting docker<4.0,>=3.6.0 [2021-04-20T19:21:47.507Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-20T19:21:48.116Z] Collecting texttable<0.10,>=0.9.0 [2021-04-20T19:21:48.116Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-20T19:21:50.730Z] Collecting PyYAML<4,>=3.10 [2021-04-20T19:21:50.730Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-20T19:21:53.332Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-20T19:21:53.919Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-20T19:21:53.919Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-20T19:21:54.189Z] Collecting docopt<0.7,>=0.6.1 [2021-04-20T19:21:54.476Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-20T19:21:56.435Z] Collecting docker-pycreds>=0.4.0 [2021-04-20T19:21:56.435Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-20T19:21:56.435Z] Collecting idna<2.8,>=2.5 [2021-04-20T19:21:56.435Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-20T19:21:56.705Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-20T19:21:56.705Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-20T19:21:57.296Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-20T19:21:57.296Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-20T19:21:57.296Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-20T19:21:57.296Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-20T19:21:57.296Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-20T19:21:57.296Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-20T19:21:58.269Z] Installing collected packages: jsonschema, cached-property, dockerpty, websocket-client, docker-pycreds, idna, urllib3, requests, docker, texttable, PyYAML, docopt, docker-compose [2021-04-20T19:21:58.542Z] Running setup.py install for dockerpty: started [2021-04-20T19:22:00.505Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-20T19:22:00.505Z] Attempting uninstall: idna [2021-04-20T19:22:00.505Z] Found existing installation: idna 2.9 [2021-04-20T19:22:00.506Z] Uninstalling idna-2.9: [2021-04-20T19:22:00.777Z] Successfully uninstalled idna-2.9 [2021-04-20T19:22:01.370Z] Attempting uninstall: urllib3 [2021-04-20T19:22:01.370Z] Found existing installation: urllib3 1.25.9 [2021-04-20T19:22:01.370Z] Uninstalling urllib3-1.25.9: [2021-04-20T19:22:01.370Z] Successfully uninstalled urllib3-1.25.9 [2021-04-20T19:22:01.965Z] Attempting uninstall: requests [2021-04-20T19:22:01.965Z] Found existing installation: requests 2.23.0 [2021-04-20T19:22:01.965Z] Uninstalling requests-2.23.0: [2021-04-20T19:22:01.965Z] Successfully uninstalled requests-2.23.0 [2021-04-20T19:22:02.933Z] Running setup.py install for texttable: started [2021-04-20T19:22:04.909Z] Running setup.py install for texttable: finished with status 'done' [2021-04-20T19:22:04.909Z] Running setup.py install for PyYAML: started [2021-04-20T19:22:06.866Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-20T19:22:06.866Z] Running setup.py install for docopt: started [2021-04-20T19:22:08.824Z] Running setup.py install for docopt: finished with status 'done' [2021-04-20T19:22:09.413Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-20T19:22:17.727Z] Removing intermediate container 72ebfc2550c9 [2021-04-20T19:22:17.727Z] ---> d9b3ad9e581f [2021-04-20T19:22:17.727Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-20T19:22:17.727Z] ---> Running in e0e1232ee7df [2021-04-20T19:22:18.341Z] Removing intermediate container e0e1232ee7df [2021-04-20T19:22:18.341Z] ---> 1e14fae0d2d8 [2021-04-20T19:22:18.341Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-20T19:22:18.341Z] ---> Running in 2a32235361ba [2021-04-20T19:22:18.934Z] Removing intermediate container 2a32235361ba [2021-04-20T19:22:18.934Z] ---> 98328b59e53b [2021-04-20T19:22:18.934Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-20T19:22:19.929Z] ---> 92c5c73507e2 [2021-04-20T19:22:19.929Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-20T19:22:20.522Z] ---> 9f4a85c8a47d [2021-04-20T19:22:20.522Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-20T19:22:21.499Z] ---> c3c785a97c32 [2021-04-20T19:22:21.499Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-20T19:22:21.499Z] ---> Running in 053c81b96e05 [2021-04-20T19:22:22.094Z] Removing intermediate container 053c81b96e05 [2021-04-20T19:22:22.094Z] ---> 277a54b6f08c [2021-04-20T19:22:22.094Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:22:22.094Z] ---> Running in 36ddbf2bb8ea [2021-04-20T19:22:22.689Z] Removing intermediate container 36ddbf2bb8ea [2021-04-20T19:22:22.689Z] ---> fc0e8b8344d2 [2021-04-20T19:22:22.689Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T19:22:22.689Z] ---> Running in e16c620a8dd2 [2021-04-20T19:22:23.288Z] Removing intermediate container e16c620a8dd2 [2021-04-20T19:22:23.288Z] ---> c87c1bcfc262 [2021-04-20T19:22:23.288Z] Step 22/23 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 [2021-04-20T19:22:23.288Z] ---> Running in 9a876660d93c [2021-04-20T19:22:23.882Z] Removing intermediate container 9a876660d93c [2021-04-20T19:22:23.882Z] ---> 356ae78ce46e [2021-04-20T19:22:23.882Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:22:23.882Z] ---> Running in 53ec2737ecdc [2021-04-20T19:22:24.474Z] Removing intermediate container 53ec2737ecdc [2021-04-20T19:22:24.474Z] ---> 70b04e05b27f [2021-04-20T19:22:24.474Z] [2021-04-20T19:22:24.744Z] Successfully built 70b04e05b27f [2021-04-20T19:22:24.744Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-20T19:22:25.030Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-20T19:22:25.024Z] $ docker stop --time=1 a5c11b39e6a9db698f2114d140b31de8fc258264b4fb0c4f8949a5926bb253e5 [2021-04-20T19:22:26.921Z] $ docker rm -f a5c11b39e6a9db698f2114d140b31de8fc258264b4fb0c4f8949a5926bb253e5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T19:22:27.522Z] + docker images [2021-04-20T19:22:27.523Z] + grep docker [2021-04-20T19:22:27.792Z] docker-sys-mgmt-agent-go-arm64 latest 70b04e05b27f 3 seconds ago 299MB [2021-04-20T19:22:27.792Z] docker-core-data-go-arm64 latest 95767d0902cf 41 seconds ago 21.6MB [2021-04-20T19:22:27.792Z] docker-security-secretstore-setup-go-arm64 latest fc22a7ab4fd3 About a minute ago 24.9MB [2021-04-20T19:22:27.792Z] docker-security-proxy-setup-go-arm64 latest 68d2bc39e4b9 About a minute ago 24.6MB [2021-04-20T19:22:27.792Z] docker-security-bootstrapper-go-arm64 latest 6702851cbf4e 4 minutes ago 18.1MB [2021-04-20T19:22:27.792Z] docker-core-metadata-go-arm64 latest 378602b4e79d 4 minutes ago 18.1MB [2021-04-20T19:22:27.792Z] docker-support-notifications-go-arm64 latest 1c50d16d272b 4 minutes ago 17.2MB [2021-04-20T19:22:27.792Z] docker-support-scheduler-go-arm64 latest cbdb730bc948 4 minutes ago 16.6MB [2021-04-20T19:22:27.792Z] docker-core-command-go-arm64 latest 07ba8638d463 4 minutes ago 16.5MB [2021-04-20T19:22:27.792Z] docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:22:28.442Z] ---> job-cost.sh [2021-04-20T19:22:28.442Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Duoi [2021-04-20T19:23:07.376Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-20T19:24:44.090Z] lf-activate-venv(): INFO: Adding /tmp/venv-Duoi/bin to PATH [2021-04-20T19:24:44.090Z] INFO: No Stack... [2021-04-20T19:24:44.090Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-20T19:24:44.090Z] INFO: Archiving Costs [Pipeline] sh [2021-04-20T19:24:44.425Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [2021-04-20T19:24:44.425Z] + cut -d, -f6 [Pipeline] lock [2021-04-20T19:24:44.535Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3389-2-stack-cost] [2021-04-20T19:24:44.552Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3389-2-stack-cost] did not exist. Created. [2021-04-20T19:24:44.552Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3389-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-20T19:24:44.912Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-20T19:24:45.177Z] Stashed 1 file(s) [Pipeline] } [2021-04-20T19:24:45.188Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3389-2-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) [Pipeline] unstash [Pipeline] wrap [2021-04-20T19:24:46.103Z] provisioning config files... [2021-04-20T19:24:46.116Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config7013396642678191301tmp [Pipeline] { [Pipeline] sh [2021-04-20T19:24:46.466Z] + set +x [2021-04-20T19:24:46.467Z] + curl -s https://codecov.io/bash [2021-04-20T19:24:46.467Z] + bash -s -- [2021-04-20T19:24:47.042Z] [2021-04-20T19:24:47.042Z] _____ _ [2021-04-20T19:24:47.042Z] / ____| | | [2021-04-20T19:24:47.042Z] | | ___ __| | ___ ___ _____ __ [2021-04-20T19:24:47.042Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-20T19:24:47.042Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-20T19:24:47.042Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-20T19:24:47.042Z] Bash-1.0.2 [2021-04-20T19:24:47.042Z] [2021-04-20T19:24:47.042Z] [2021-04-20T19:24:47.042Z] ==> git version 2.24.3 found [2021-04-20T19:24:47.042Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-20T19:24:47.042Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-20T19:24:47.042Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-20T19:24:47.042Z] ==> Jenkins CI detected. [2021-04-20T19:24:47.042Z] project root: . [2021-04-20T19:24:47.042Z] --> token set from env [2021-04-20T19:24:47.042Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-20T19:24:47.042Z] ==> Running gcov in . (disable via -X gcov) [2021-04-20T19:24:47.042Z] ==> Python coveragepy not found [2021-04-20T19:24:47.042Z] ==> Searching for coverage reports in: [2021-04-20T19:24:47.042Z] + . [2021-04-20T19:24:47.311Z] -> Found 1 reports [2021-04-20T19:24:47.311Z] ==> Detecting git/mercurial file structure [2021-04-20T19:24:47.311Z] ==> Reading reports [2021-04-20T19:24:47.311Z] + ./coverage.out bytes=703598 [2021-04-20T19:24:47.311Z] ==> Appending adjustments [2021-04-20T19:24:47.311Z] https://docs.codecov.io/docs/fixing-reports [2021-04-20T19:24:51.539Z] + Found adjustments [2021-04-20T19:24:51.539Z] ==> Gzipping contents [2021-04-20T19:24:51.539Z] 100K /tmp/codecov.08xW6i.gz [2021-04-20T19:24:51.539Z] ==> Uploading reports [2021-04-20T19:24:51.539Z] url: https://codecov.io [2021-04-20T19:24:51.539Z] query: branch=PR-3389&commit=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3389%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3389&job=&cmd_args= [2021-04-20T19:24:51.539Z] -> Pinging Codecov [2021-04-20T19:24:51.539Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3389&commit=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3389%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3389&job=&cmd_args= [2021-04-20T19:24:52.121Z] -> Uploading to [2021-04-20T19:24:52.121Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-20/00271124DB129430A58F1EEE437C3FCB/ff428d534b5ee6997a5cb6ce9be63fbd715c9f66/c0124dee-d80c-46c0-be09-4230d04d512d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210420%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210420T192451Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=89815aefc6629faba2465a3c184283b75096259097df0db7c42f7581385c9c39 [2021-04-20T19:24:52.121Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T19:24:52.121Z] Dload Upload Total Spent Left Speed [2021-04-20T19:24:52.699Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 180k --:--:-- --:--:-- --:--:-- 180k 100 98k 0 0 100 98k 0 180k --:--:-- --:--:-- --:--:-- 180k [2021-04-20T19:24:52.699Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 [Pipeline] } [2021-04-20T19:24:52.710Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:24:53.639Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:24:54.535Z] ---> package-listing.sh [2021-04-20T19:24:54.535Z] ++ facter osfamily [2021-04-20T19:24:54.535Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-20T19:24:54.535Z] + OS_FAMILY=redhat [2021-04-20T19:24:54.535Z] + workspace=/w/workspace/edgex-go/2 [2021-04-20T19:24:54.535Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-20T19:24:54.535Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-20T19:24:54.535Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-20T19:24:54.535Z] + PACKAGES=/tmp/packages_start.txt [2021-04-20T19:24:54.535Z] + '[' /w/workspace/edgex-go/2 ']' [2021-04-20T19:24:54.535Z] + PACKAGES=/tmp/packages_end.txt [2021-04-20T19:24:54.535Z] + case "${OS_FAMILY}" in [2021-04-20T19:24:54.535Z] + sort [2021-04-20T19:24:54.535Z] + rpm -qa [2021-04-20T19:24:59.891Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-20T19:24:59.891Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-20T19:24:59.891Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-20T19:24:59.891Z] + '[' /w/workspace/edgex-go/2 ']' [2021-04-20T19:24:59.891Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-04-20T19:24:59.891Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-04-20T19:24:59.921Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-20T19:25:00.242Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:25:00.842Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T19:25:01.111Z] [2021-04-20T19:25:01.111Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:25:01.459Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T19:25:01.459Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-20T19:25:01.459Z] df20fa9351a1: Pulling fs layer [2021-04-20T19:25:01.459Z] 36b3adc4ff6f: Pulling fs layer [2021-04-20T19:25:01.459Z] 8ad3a11d3b57: Pulling fs layer [2021-04-20T19:25:01.459Z] 46f8f816bc3b: Pulling fs layer [2021-04-20T19:25:01.459Z] 93b61091891f: Pulling fs layer [2021-04-20T19:25:01.459Z] 93b9cdb0e59b: Pulling fs layer [2021-04-20T19:25:01.459Z] 5e14af77c1be: Pulling fs layer [2021-04-20T19:25:01.459Z] 01666e4c0597: Pulling fs layer [2021-04-20T19:25:01.459Z] aa168da1d23b: Pulling fs layer [2021-04-20T19:25:01.459Z] 93b61091891f: Waiting [2021-04-20T19:25:01.459Z] 5e14af77c1be: Waiting [2021-04-20T19:25:01.459Z] 93b9cdb0e59b: Waiting [2021-04-20T19:25:01.459Z] aa168da1d23b: Waiting [2021-04-20T19:25:01.459Z] 01666e4c0597: Waiting [2021-04-20T19:25:01.728Z] 36b3adc4ff6f: Verifying Checksum [2021-04-20T19:25:01.728Z] 36b3adc4ff6f: Download complete [2021-04-20T19:25:01.728Z] 46f8f816bc3b: Verifying Checksum [2021-04-20T19:25:01.728Z] 46f8f816bc3b: Download complete [2021-04-20T19:25:01.728Z] df20fa9351a1: Verifying Checksum [2021-04-20T19:25:01.728Z] df20fa9351a1: Download complete [2021-04-20T19:25:01.728Z] 93b9cdb0e59b: Verifying Checksum [2021-04-20T19:25:01.728Z] 93b9cdb0e59b: Download complete [2021-04-20T19:25:01.728Z] 93b61091891f: Verifying Checksum [2021-04-20T19:25:01.728Z] 93b61091891f: Download complete [2021-04-20T19:25:01.728Z] 5e14af77c1be: Verifying Checksum [2021-04-20T19:25:01.728Z] 5e14af77c1be: Download complete [2021-04-20T19:25:01.728Z] 01666e4c0597: Verifying Checksum [2021-04-20T19:25:01.728Z] 01666e4c0597: Download complete [2021-04-20T19:25:02.001Z] 8ad3a11d3b57: Verifying Checksum [2021-04-20T19:25:02.001Z] 8ad3a11d3b57: Download complete [2021-04-20T19:25:02.273Z] df20fa9351a1: Pull complete [2021-04-20T19:25:02.873Z] 36b3adc4ff6f: Pull complete [2021-04-20T19:25:04.894Z] 8ad3a11d3b57: Pull complete [2021-04-20T19:25:04.894Z] 46f8f816bc3b: Pull complete [2021-04-20T19:25:05.171Z] aa168da1d23b: Verifying Checksum [2021-04-20T19:25:05.171Z] aa168da1d23b: Download complete [2021-04-20T19:25:05.765Z] 93b61091891f: Pull complete [2021-04-20T19:25:06.029Z] 93b9cdb0e59b: Pull complete [2021-04-20T19:25:06.029Z] 5e14af77c1be: Pull complete [2021-04-20T19:25:06.292Z] 01666e4c0597: Pull complete [2021-04-20T19:25:16.375Z] aa168da1d23b: Pull complete [2021-04-20T19:25:16.375Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-20T19:25:16.375Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T19:25:16.375Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-20T19:25:16.899Z] prd-centos7-docker-4c-2g-1235 does not seem to be running inside a container [2021-04-20T19:25:17.059Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-20T19:25:20.956Z] $ docker top 081d6edd247bde1c9d4a80bb37a0f9e342f0714e6b12718cd1fa08534d18b3b5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:25:21.575Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-20T19:25:21.883Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-20T19:25:22.202Z] + ls /var/log/sa-host [2021-04-20T19:25:22.202Z] + sadf -c /var/log/sa-host/sa20 [2021-04-20T19:25:22.202Z] file_magic: OK [2021-04-20T19:25:22.202Z] HZ: Using current value: 100 [2021-04-20T19:25:22.202Z] file_header: OK [2021-04-20T19:25:22.202Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-20T19:25:22.202Z] Statistics: [2021-04-20T19:25:22.202Z] 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... [2021-04-20T19:25:22.202Z] File successfully converted to sysstat format version 12.2.1 [2021-04-20T19:25:22.202Z] + sadf -c /var/log/sa-host/sa23 [2021-04-20T19:25:22.202Z] file_magic: OK [2021-04-20T19:25:22.202Z] HZ: Using current value: 100 [2021-04-20T19:25:22.202Z] file_header: OK [2021-04-20T19:25:22.202Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-20T19:25:22.202Z] Statistics: [2021-04-20T19:25:22.202Z] Hnuu...uuuununununu... [2021-04-20T19:25:22.202Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-20T19:25:22.385Z] provisioning config files... [2021-04-20T19:25:22.408Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config5672413191318476950tmp [Pipeline] { [Pipeline] echo [2021-04-20T19:25:22.434Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:25:22.740Z] ---> create-netrc.sh [Pipeline] } [2021-04-20T19:25:22.752Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-20T19:25:22.779Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:25:23.085Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-20T19:25:23.099Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:25:23.414Z] ---> sudo-logs.sh [2021-04-20T19:25:23.415Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-20T19:25:23.449Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:25:23.769Z] ---> job-cost.sh [2021-04-20T19:25:24.055Z] lf-activate-venv: SKIPPING [2021-04-20T19:25:24.055Z] DEBUG: total: 0.20999999344348907 [2021-04-20T19:25:24.055Z] INFO: Retrieving Stack Cost... [2021-04-20T19:25:25.458Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T19:25:25.731Z] INFO: Archiving Costs [Pipeline] echo [2021-04-20T19:25:25.753Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:25:26.078Z] ---> logs-deploy.sh [2021-04-20T19:25:26.078Z] lf-activate-venv: SKIPPING [2021-04-20T19:25:26.078Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3389/2 [2021-04-20T19:25:26.078Z] INFO: archiving workspace using pattern(s): [2021-04-20T19:25:28.639Z] Archives upload complete. [2021-04-20T19:25:28.639Z] INFO: archiving logs to Nexus [2021-04-20T19:25:30.585Z] ---> uname -a: [2021-04-20T19:25:30.585Z] Linux prd-centos7-docker-4c-2g-1235.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-20T19:25:30.585Z] [2021-04-20T19:25:30.585Z] [2021-04-20T19:25:30.585Z] ---> lscpu: [2021-04-20T19:25:30.585Z] Architecture: x86_64 [2021-04-20T19:25:30.585Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-20T19:25:30.585Z] Byte Order: Little Endian [2021-04-20T19:25:30.585Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-20T19:25:30.585Z] CPU(s): 4 [2021-04-20T19:25:30.585Z] On-line CPU(s) list: 0-3 [2021-04-20T19:25:30.585Z] Thread(s) per core: 1 [2021-04-20T19:25:30.585Z] Core(s) per socket: 1 [2021-04-20T19:25:30.585Z] Socket(s): 4 [2021-04-20T19:25:30.585Z] NUMA node(s): 1 [2021-04-20T19:25:30.585Z] Vendor ID: GenuineIntel [2021-04-20T19:25:30.585Z] CPU family: 6 [2021-04-20T19:25:30.585Z] Model: 44 [2021-04-20T19:25:30.585Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-20T19:25:30.585Z] Stepping: 1 [2021-04-20T19:25:30.585Z] CPU MHz: 2933.436 [2021-04-20T19:25:30.585Z] BogoMIPS: 5866.87 [2021-04-20T19:25:30.585Z] Virtualization: VT-x [2021-04-20T19:25:30.585Z] Hypervisor vendor: KVM [2021-04-20T19:25:30.585Z] Virtualization type: full [2021-04-20T19:25:30.585Z] L1d cache: 128 KiB [2021-04-20T19:25:30.585Z] L1i cache: 128 KiB [2021-04-20T19:25:30.585Z] L2 cache: 16 MiB [2021-04-20T19:25:30.585Z] L3 cache: 64 MiB [2021-04-20T19:25:30.585Z] NUMA node0 CPU(s): 0-3 [2021-04-20T19:25:30.585Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-20T19:25:30.585Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-20T19:25:30.585Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-20T19:25:30.585Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-20T19:25:30.585Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-20T19:25:30.585Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-20T19:25:30.585Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-20T19:25:30.585Z] Vulnerability Srbds: Not affected [2021-04-20T19:25:30.585Z] Vulnerability Tsx async abort: Not affected [2021-04-20T19:25:30.585Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-04-20T19:25:30.585Z] [2021-04-20T19:25:30.585Z] [2021-04-20T19:25:30.585Z] ---> nproc: [2021-04-20T19:25:30.585Z] 4 [2021-04-20T19:25:30.585Z] [2021-04-20T19:25:30.585Z] [2021-04-20T19:25:30.585Z] ---> df -h: [2021-04-20T19:25:30.585Z] Filesystem Size Used Available Use% Mounted on [2021-04-20T19:25:30.585Z] overlay 50.0G 12.3G 37.7G 25% / [2021-04-20T19:25:30.585Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-20T19:25:30.585Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-20T19:25:30.585Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-20T19:25:30.585Z] /dev/vda1 50.0G 12.3G 37.7G 25% /facter-os [2021-04-20T19:25:30.585Z] /dev/vda1 50.0G 12.3G 37.7G 25% /etc/resolv.conf [2021-04-20T19:25:30.585Z] /dev/vda1 50.0G 12.3G 37.7G 25% /etc/hostname [2021-04-20T19:25:30.585Z] /dev/vda1 50.0G 12.3G 37.7G 25% /etc/hosts [2021-04-20T19:25:30.585Z] /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/auth.log [2021-04-20T19:25:30.585Z] /dev/vda1 50.0G 12.3G 37.7G 25% /run/cloud-init/result.json [2021-04-20T19:25:30.585Z] /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/sa-host [2021-04-20T19:25:30.585Z] /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/secure [2021-04-20T19:25:30.585Z] /dev/vda1 50.0G 12.3G 37.7G 25% /w/workspace/edgex-go/2@tmp [2021-04-20T19:25:30.585Z] /dev/vda1 50.0G 12.3G 37.7G 25% /w/workspace/edgex-go/2 [2021-04-20T19:25:30.585Z] [2021-04-20T19:25:30.585Z] [2021-04-20T19:25:30.585Z] ---> free -m: [2021-04-20T19:25:30.585Z] total used free shared buff/cache available [2021-04-20T19:25:30.585Z] Mem: 1837 716 184 0 936 1039 [2021-04-20T19:25:30.585Z] Swap: 1023 73 950 [2021-04-20T19:25:30.585Z] [2021-04-20T19:25:30.585Z] [2021-04-20T19:25:30.585Z] ---> ip addr: [2021-04-20T19:25:30.585Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-20T19:25:30.585Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-20T19:25:30.585Z] inet 127.0.0.1/8 scope host lo [2021-04-20T19:25:30.585Z] valid_lft forever preferred_lft forever [2021-04-20T19:25:30.585Z] inet6 ::1/128 scope host [2021-04-20T19:25:30.585Z] valid_lft forever preferred_lft forever [2021-04-20T19:25:30.585Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-20T19:25:30.585Z] link/ether fa:16:3e:34:99:4e brd ff:ff:ff:ff:ff:ff [2021-04-20T19:25:30.585Z] inet 10.30.122.37/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-20T19:25:30.585Z] valid_lft 84802sec preferred_lft 84802sec [2021-04-20T19:25:30.585Z] inet6 fe80::f816:3eff:fe34:994e/64 scope link [2021-04-20T19:25:30.585Z] valid_lft forever preferred_lft forever [2021-04-20T19:25:30.585Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-20T19:25:30.585Z] link/ether 02:42:8b:67:e7:65 brd ff:ff:ff:ff:ff:ff [2021-04-20T19:25:30.585Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-20T19:25:30.585Z] valid_lft forever preferred_lft forever [2021-04-20T19:25:30.585Z] inet6 fe80::42:8bff:fe67:e765/64 scope link [2021-04-20T19:25:30.585Z] valid_lft forever preferred_lft forever [2021-04-20T19:25:30.585Z] [2021-04-20T19:25:30.585Z] [2021-04-20T19:25:30.585Z] ---> sar -b -r -n DEV: [2021-04-20T19:25:30.585Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/20/21 _x86_64_ (4 CPU) [2021-04-20T19:25:30.585Z] [2021-04-20T19:25:30.585Z] 18:58:41 LINUX RESTART (4 CPU) [2021-04-20T19:25:30.585Z] [2021-04-20T19:25:30.585Z] 18:59:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-20T19:25:30.585Z] 19:00:02 159.84 62.35 97.49 0.00 8708.84 46649.00 0.00 [2021-04-20T19:25:30.585Z] 19:01:01 285.23 136.00 149.22 0.00 8486.27 49324.65 0.00 [2021-04-20T19:25:30.585Z] 19:02:01 248.21 109.05 139.16 0.00 3985.65 17915.58 0.00 [2021-04-20T19:25:30.585Z] 19:03:01 120.58 54.41 66.17 0.00 1782.48 8458.19 0.00 [2021-04-20T19:25:30.585Z] 19:04:01 133.88 34.95 98.93 0.00 2900.45 25344.97 0.00 [2021-04-20T19:25:30.585Z] 19:05:04 1728.45 1425.98 302.47 0.00 129781.15 188430.09 0.00 [2021-04-20T19:25:30.585Z] 19:06:01 1947.46 1677.31 270.15 0.00 117839.39 123540.61 0.00 [2021-04-20T19:25:30.585Z] 19:07:01 523.26 203.12 320.15 0.00 69637.25 120156.72 0.00 [2021-04-20T19:25:30.585Z] 19:08:02 1824.08 1515.10 308.98 0.00 100950.32 106516.26 0.00 [2021-04-20T19:25:30.585Z] 19:09:01 214.89 52.19 162.70 0.00 6095.11 28650.13 0.00 [2021-04-20T19:25:30.585Z] 19:10:01 7.41 0.07 7.34 0.00 0.93 321.73 0.00 [2021-04-20T19:25:30.585Z] 19:11:01 0.32 0.05 0.27 0.00 0.40 3.01 0.00 [2021-04-20T19:25:30.585Z] 19:12:01 0.25 0.03 0.22 0.00 0.27 1.95 0.00 [2021-04-20T19:25:30.585Z] 19:13:01 0.18 0.00 0.18 0.00 0.00 1.92 0.00 [2021-04-20T19:25:30.585Z] 19:14:01 1.68 1.45 0.23 0.00 50.89 4.70 0.00 [2021-04-20T19:25:30.585Z] 19:15:01 1.02 0.10 0.92 0.00 1.60 16.92 0.00 [2021-04-20T19:25:30.585Z] 19:16:01 0.22 0.02 0.20 0.00 0.13 1.75 0.00 [2021-04-20T19:25:30.585Z] 19:17:01 0.27 0.08 0.18 0.00 0.80 1.65 0.00 [2021-04-20T19:25:30.585Z] 19:18:01 0.22 0.02 0.20 0.00 0.13 1.80 0.00 [2021-04-20T19:25:30.585Z] 19:19:01 0.28 0.00 0.28 0.00 0.00 3.23 0.00 [2021-04-20T19:25:30.585Z] 19:20:01 0.28 0.03 0.25 0.00 0.27 2.68 0.00 [2021-04-20T19:25:30.585Z] 19:21:01 0.33 0.00 0.33 0.00 0.00 3.78 0.00 [2021-04-20T19:25:30.585Z] 19:22:01 0.27 0.07 0.20 0.00 0.53 1.78 0.00 [2021-04-20T19:25:30.585Z] 19:23:01 0.18 0.00 0.18 0.00 0.00 1.67 0.00 [2021-04-20T19:25:30.585Z] 19:24:01 0.30 0.02 0.28 0.00 0.13 3.36 0.00 [2021-04-20T19:25:30.585Z] 19:25:02 71.66 70.64 1.01 0.00 6183.75 52.17 0.00 [2021-04-20T19:25:30.585Z] Average: 279.24 205.10 74.14 0.00 17580.18 27602.94 0.00 [2021-04-20T19:25:30.585Z] [2021-04-20T19:25:30.585Z] 18:59:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-20T19:25:30.585Z] 19:00:02 80400 0 694672 36.92 2620 1103852 1330784 45.42 585848 1009940 80888 [2021-04-20T19:25:30.585Z] 19:01:01 76796 0 775348 41.21 1552 1027848 1550280 52.91 594344 945212 55316 [2021-04-20T19:25:30.586Z] 19:02:01 125384 0 835788 44.42 888 919484 1645876 56.17 683372 788404 88120 [2021-04-20T19:25:30.586Z] 19:03:01 269608 0 788804 41.92 700 822432 1537440 52.47 592888 729192 77644 [2021-04-20T19:25:30.586Z] 19:04:01 209336 0 736232 39.13 576 935400 1234980 42.15 554264 824244 48 [2021-04-20T19:25:30.586Z] 19:05:04 85900 0 813984 43.26 64 981596 2132220 72.77 701360 874296 412 [2021-04-20T19:25:30.586Z] 19:06:01 155908 0 1246484 66.25 64 479088 3490828 119.14 874420 581704 28780 [2021-04-20T19:25:30.586Z] 19:07:01 52704 0 785420 41.74 64 1043356 2156984 73.61 761468 850496 33532 [2021-04-20T19:25:30.586Z] 19:08:02 52888 0 1060116 56.34 64 768476 2566076 87.58 788264 787080 812 [2021-04-20T19:25:30.586Z] 19:09:01 146644 0 642556 34.15 64 1092280 1227828 41.90 546748 932652 20 [2021-04-20T19:25:30.586Z] 19:10:01 152212 0 636984 33.85 64 1092284 1222688 41.73 546492 932260 12 [2021-04-20T19:25:30.586Z] 19:11:01 155340 0 633848 33.69 64 1092292 1194956 40.78 545408 930976 8 [2021-04-20T19:25:30.586Z] 19:12:01 155156 0 634020 33.70 64 1092304 1195148 40.79 545860 930984 16 [2021-04-20T19:25:30.586Z] 19:13:01 155996 0 633176 33.65 64 1092308 1194920 40.78 545412 930988 16 [2021-04-20T19:25:30.586Z] 19:14:01 154528 0 633844 33.69 64 1093108 1194920 40.78 545556 931788 20 [2021-04-20T19:25:30.586Z] 19:15:01 154096 0 634268 33.71 64 1093116 1195040 40.78 545532 931808 8 [2021-04-20T19:25:30.586Z] 19:16:01 154620 0 633744 33.68 64 1093116 1194920 40.78 545472 931808 8 [2021-04-20T19:25:30.586Z] 19:17:01 154148 0 634204 33.71 64 1093128 1195052 40.79 545428 931836 8 [2021-04-20T19:25:30.586Z] 19:18:01 153908 0 634440 33.72 64 1093132 1195040 40.78 545772 931836 12 [2021-04-20T19:25:30.586Z] 19:19:01 153700 0 634640 33.73 64 1093140 1195028 40.78 545936 931840 12 [2021-04-20T19:25:30.586Z] 19:20:01 153932 0 634404 33.72 64 1093144 1195052 40.79 546040 931840 8 [2021-04-20T19:25:30.586Z] 19:21:01 153560 0 634760 33.74 64 1093160 1195088 40.79 546284 931848 8 [2021-04-20T19:25:30.586Z] 19:22:01 153372 0 634948 33.75 64 1093160 1195076 40.79 546436 931852 8 [2021-04-20T19:25:30.586Z] 19:23:01 153232 0 635076 33.75 64 1093172 1195100 40.79 546340 931868 8 [2021-04-20T19:25:30.586Z] 19:24:01 153036 0 635268 33.76 64 1093176 1195136 40.79 546672 931864 8 [2021-04-20T19:25:30.586Z] 19:25:02 70164 0 697652 37.08 64 1113664 1624748 55.45 608928 949288 32412 [2021-04-20T19:25:30.586Z] Average: 139868 0 715180 38.01 295 1026201 1478893 50.47 595406 894150 15313 [2021-04-20T19:25:30.586Z] [2021-04-20T19:25:30.586Z] 18:59:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-20T19:25:30.586Z] 19:00:02 eth0 1533.61 1316.24 6100.44 171.86 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:00:02 veth89298b7 761.84 672.27 73.87 2377.29 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:00:02 docker0 761.84 672.14 63.45 2377.27 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:01:01 eth0 644.79 535.02 4041.57 84.59 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:01:01 veth9f0b0ce 77.13 106.32 7.21 467.79 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:01:01 docker0 279.14 328.82 19.51 1152.20 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:02:01 eth0 30.26 17.85 36.69 11.64 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:02:01 veth083699d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:02:01 docker0 0.58 1.36 0.05 7.47 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:03:01 eth0 24.46 13.35 18.41 9.94 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:03:01 veth083699d 2.24 2.24 0.18 0.18 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:03:01 docker0 2.24 2.24 0.15 0.18 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:04:01 eth0 205.14 158.78 1697.57 98.62 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:04:01 veth7a5b229 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:05:04 eth0 102.36 76.78 170.17 62.88 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:05:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:05:04 veth8958167 0.00 0.40 0.00 0.02 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:05:04 docker0 43.73 56.51 2.84 143.42 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:06:01 veth3699b9f 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:06:01 vethcd2e15f 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:06:01 eth0 19.48 10.00 16.24 8.55 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:06:01 veth126f3ba 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:07:01 eth0 65.77 36.30 235.82 16.73 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:07:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:07:01 veth8958167 0.00 0.75 0.00 0.04 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:07:01 docker0 1093.22 1078.61 86.16 3815.19 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:08:02 eth0 69.89 48.40 124.13 92.32 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:08:02 veth8d12a3c 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:08:02 veth8958167 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:09:01 eth0 214.10 146.98 1666.33 43.03 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:09:01 docker0 1173.21 1192.96 91.60 4392.36 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:10:01 eth0 8.03 8.11 0.64 13.87 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:11:01 eth0 0.25 0.15 0.06 0.01 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:12:01 eth0 2.56 2.53 0.42 6.86 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:13:01 eth0 0.17 0.08 0.01 0.03 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:14:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:15:01 eth0 8.23 8.11 0.68 13.84 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:16:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:17:01 eth0 1.53 2.13 0.21 6.83 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:18:01 eth0 1.00 0.45 0.32 0.56 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:19:01 eth0 1.03 0.32 0.32 0.20 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:20:01 eth0 1.22 0.38 0.46 0.26 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:21:01 eth0 3.55 0.57 0.80 0.40 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:22:01 eth0 2.10 0.57 0.63 0.40 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:23:01 eth0 1.85 0.28 0.39 0.20 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:24:01 eth0 2.21 0.45 0.66 0.35 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:25:02 eth0 69.53 50.21 517.60 11.68 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] 19:25:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] Average: eth0 115.75 93.51 560.61 25.28 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] Average: docker0 44.43 45.18 3.47 166.36 0.00 0.00 0.00 0.00 [2021-04-20T19:25:30.586Z] [2021-04-20T19:25:30.586Z] [2021-04-20T19:25:30.586Z] ---> sar -P ALL: [2021-04-20T19:25:30.586Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/20/21 _x86_64_ (4 CPU) [2021-04-20T19:25:30.586Z] [2021-04-20T19:25:30.586Z] 18:58:41 LINUX RESTART (4 CPU) [2021-04-20T19:25:30.586Z] [2021-04-20T19:25:30.586Z] 18:59:01 CPU %user %nice %system %iowait %steal %idle [2021-04-20T19:25:30.586Z] 19:00:02 all 21.26 0.00 12.26 5.21 1.78 59.49 [2021-04-20T19:25:30.586Z] 19:00:02 0 21.33 0.00 17.88 3.16 1.74 55.88 [2021-04-20T19:25:30.586Z] 19:00:02 1 19.81 0.00 9.09 6.18 1.89 63.03 [2021-04-20T19:25:30.586Z] 19:00:02 2 24.92 0.00 11.56 4.83 1.70 57.00 [2021-04-20T19:25:30.586Z] 19:00:02 3 18.98 0.00 10.63 6.64 1.77 61.98 [2021-04-20T19:25:30.586Z] 19:01:01 all 14.12 0.00 8.87 3.56 0.51 72.95 [2021-04-20T19:25:30.586Z] 19:01:01 0 16.23 0.00 9.44 3.85 0.50 69.97 [2021-04-20T19:25:30.586Z] 19:01:01 1 13.80 0.00 8.32 3.96 0.49 73.43 [2021-04-20T19:25:30.586Z] 19:01:01 2 14.90 0.00 9.96 3.58 0.44 71.12 [2021-04-20T19:25:30.586Z] 19:01:01 3 11.55 0.00 7.76 2.86 0.60 77.24 [2021-04-20T19:25:30.586Z] 19:02:01 all 40.89 0.00 13.24 4.60 0.63 40.65 [2021-04-20T19:25:30.586Z] 19:02:01 0 40.14 0.00 14.07 5.94 0.75 39.10 [2021-04-20T19:25:30.586Z] 19:02:01 1 39.42 0.00 12.34 4.35 0.62 43.26 [2021-04-20T19:25:30.586Z] 19:02:01 2 42.14 0.00 13.25 3.95 0.57 40.08 [2021-04-20T19:25:30.586Z] 19:02:01 3 41.86 0.00 13.30 4.13 0.57 40.14 [2021-04-20T19:25:30.586Z] 19:03:01 all 48.71 0.00 13.64 2.54 0.61 34.50 [2021-04-20T19:25:30.586Z] 19:03:01 0 47.57 0.00 13.89 2.50 0.68 35.36 [2021-04-20T19:25:30.586Z] 19:03:01 1 47.89 0.00 14.14 2.09 0.59 35.29 [2021-04-20T19:25:30.586Z] 19:03:01 2 50.16 0.00 12.94 2.30 0.61 33.99 [2021-04-20T19:25:30.586Z] 19:03:01 3 49.22 0.00 13.58 3.27 0.55 33.37 [2021-04-20T19:25:30.586Z] 19:04:01 all 34.42 0.00 13.29 3.16 0.50 48.63 [2021-04-20T19:25:30.586Z] 19:04:01 0 35.85 0.00 13.53 2.58 0.50 47.55 [2021-04-20T19:25:30.586Z] 19:04:01 1 32.93 0.00 12.57 2.64 0.51 51.35 [2021-04-20T19:25:30.586Z] 19:04:01 2 34.05 0.00 13.59 3.96 0.51 47.89 [2021-04-20T19:25:30.586Z] 19:04:01 3 34.87 0.00 13.49 3.44 0.48 47.72 [2021-04-20T19:25:30.586Z] 19:05:04 all 21.20 0.00 30.24 15.02 1.00 32.54 [2021-04-20T19:25:30.586Z] 19:05:04 0 20.21 0.00 29.79 16.45 1.08 32.47 [2021-04-20T19:25:30.586Z] 19:05:04 1 21.56 0.00 29.69 15.22 0.96 32.56 [2021-04-20T19:25:30.586Z] 19:05:04 2 22.20 0.00 30.96 14.34 1.01 31.48 [2021-04-20T19:25:30.586Z] 19:05:04 3 20.84 0.00 30.53 14.05 0.93 33.65 [2021-04-20T19:25:30.586Z] 19:06:01 all 48.50 0.00 25.02 12.66 0.66 13.16 [2021-04-20T19:25:30.586Z] 19:06:01 0 48.15 0.00 25.38 12.87 0.64 12.96 [2021-04-20T19:25:30.587Z] 19:06:01 1 48.58 0.00 24.21 12.48 0.65 14.08 [2021-04-20T19:25:30.587Z] 19:06:01 2 48.52 0.00 24.67 11.56 0.72 14.52 [2021-04-20T19:25:30.587Z] 19:06:01 3 48.74 0.00 25.81 13.75 0.61 11.08 [2021-04-20T19:25:30.587Z] 19:07:01 all 35.87 0.00 23.06 16.75 0.68 23.65 [2021-04-20T19:25:30.587Z] 19:07:01 0 35.88 0.00 22.28 14.66 0.68 26.51 [2021-04-20T19:25:30.587Z] 19:07:01 1 36.52 0.00 23.09 13.27 0.69 26.44 [2021-04-20T19:25:30.587Z] 19:07:01 2 35.23 0.00 23.36 20.20 0.70 20.51 [2021-04-20T19:25:30.587Z] 19:07:01 3 35.84 0.00 23.49 18.91 0.64 21.12 [2021-04-20T19:25:30.587Z] 19:08:02 all 47.26 0.00 25.69 14.17 0.39 12.49 [2021-04-20T19:25:30.587Z] 19:08:02 0 45.59 0.00 26.46 12.54 0.51 14.90 [2021-04-20T19:25:30.587Z] 19:08:02 1 48.09 0.00 25.63 15.98 0.31 9.99 [2021-04-20T19:25:30.587Z] 19:08:02 2 47.87 0.00 24.53 13.21 0.38 14.01 [2021-04-20T19:25:30.587Z] 19:08:02 3 47.48 0.00 26.15 14.93 0.36 11.08 [2021-04-20T19:25:30.587Z] 19:09:01 all 20.57 0.00 9.31 9.04 0.34 60.73 [2021-04-20T19:25:30.587Z] 19:09:01 0 19.91 0.00 8.88 10.22 0.37 60.62 [2021-04-20T19:25:30.587Z] 19:09:01 1 22.85 0.00 9.98 9.63 0.30 57.24 [2021-04-20T19:25:30.587Z] 19:09:01 2 19.64 0.00 8.69 11.62 0.35 59.69 [2021-04-20T19:25:30.587Z] 19:09:01 3 19.90 0.00 9.70 4.70 0.35 65.35 [2021-04-20T19:25:30.587Z] 19:10:01 all 0.09 0.00 0.09 0.11 0.02 99.69 [2021-04-20T19:25:30.587Z] 19:10:01 0 0.08 0.00 0.13 0.43 0.03 99.32 [2021-04-20T19:25:30.587Z] 19:10:01 1 0.07 0.00 0.08 0.00 0.02 99.83 [2021-04-20T19:25:30.587Z] 19:10:01 2 0.10 0.00 0.10 0.00 0.00 99.80 [2021-04-20T19:25:30.587Z] 19:10:01 3 0.12 0.00 0.05 0.00 0.02 99.82 [2021-04-20T19:25:30.587Z] [2021-04-20T19:25:30.587Z] 19:10:01 CPU %user %nice %system %iowait %steal %idle [2021-04-20T19:25:30.587Z] 19:11:01 all 0.05 0.00 0.08 0.00 0.01 99.86 [2021-04-20T19:25:30.587Z] 19:11:01 0 0.03 0.00 0.08 0.02 0.03 99.83 [2021-04-20T19:25:30.587Z] 19:11:01 1 0.05 0.00 0.10 0.00 0.00 99.85 [2021-04-20T19:25:30.587Z] 19:11:01 2 0.07 0.00 0.08 0.00 0.00 99.85 [2021-04-20T19:25:30.587Z] 19:11:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-20T19:25:30.587Z] 19:12:01 all 0.09 0.00 0.17 0.00 0.01 99.73 [2021-04-20T19:25:30.587Z] 19:12:01 0 0.07 0.00 0.15 0.00 0.02 99.77 [2021-04-20T19:25:30.587Z] 19:12:01 1 0.10 0.00 0.12 0.00 0.00 99.78 [2021-04-20T19:25:30.587Z] 19:12:01 2 0.12 0.00 0.25 0.00 0.02 99.62 [2021-04-20T19:25:30.587Z] 19:12:01 3 0.07 0.00 0.18 0.00 0.02 99.73 [2021-04-20T19:25:30.587Z] 19:13:01 all 0.02 0.00 0.03 0.00 0.01 99.94 [2021-04-20T19:25:30.587Z] 19:13:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2021-04-20T19:25:30.587Z] 19:13:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2021-04-20T19:25:30.587Z] 19:13:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2021-04-20T19:25:30.587Z] 19:13:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-20T19:25:30.587Z] 19:14:01 all 0.04 0.00 0.06 0.03 0.01 99.86 [2021-04-20T19:25:30.587Z] 19:14:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2021-04-20T19:25:30.587Z] 19:14:01 1 0.05 0.00 0.08 0.03 0.02 99.82 [2021-04-20T19:25:30.587Z] 19:14:01 2 0.03 0.00 0.07 0.07 0.00 99.83 [2021-04-20T19:25:30.587Z] 19:14:01 3 0.03 0.00 0.05 0.02 0.02 99.88 [2021-04-20T19:25:30.587Z] 19:15:01 all 0.09 0.00 0.07 0.00 0.02 99.82 [2021-04-20T19:25:30.587Z] 19:15:01 0 0.05 0.00 0.10 0.00 0.02 99.83 [2021-04-20T19:25:30.587Z] 19:15:01 1 0.15 0.00 0.08 0.02 0.00 99.75 [2021-04-20T19:25:30.587Z] 19:15:01 2 0.08 0.00 0.05 0.00 0.05 99.82 [2021-04-20T19:25:30.587Z] 19:15:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2021-04-20T19:25:30.587Z] 19:16:01 all 0.04 0.00 0.03 0.00 0.01 99.92 [2021-04-20T19:25:30.587Z] 19:16:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-20T19:25:30.587Z] 19:16:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-20T19:25:30.587Z] 19:16:01 2 0.05 0.00 0.08 0.00 0.02 99.85 [2021-04-20T19:25:30.587Z] 19:16:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2021-04-20T19:25:30.587Z] 19:17:01 all 0.05 0.00 0.04 0.00 0.00 99.90 [2021-04-20T19:25:30.587Z] 19:17:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-20T19:25:30.587Z] 19:17:01 1 0.07 0.00 0.05 0.02 0.00 99.87 [2021-04-20T19:25:30.587Z] 19:17:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2021-04-20T19:25:30.587Z] 19:17:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2021-04-20T19:25:30.587Z] 19:18:01 all 0.05 0.00 0.03 0.00 0.01 99.90 [2021-04-20T19:25:30.587Z] 19:18:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-20T19:25:30.587Z] 19:18:01 1 0.08 0.00 0.02 0.00 0.02 99.88 [2021-04-20T19:25:30.587Z] 19:18:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2021-04-20T19:25:30.587Z] 19:18:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-20T19:25:30.587Z] 19:19:01 all 0.08 0.00 0.03 0.00 0.00 99.88 [2021-04-20T19:25:30.587Z] 19:19:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-20T19:25:30.587Z] 19:19:01 1 0.25 0.00 0.05 0.00 0.00 99.70 [2021-04-20T19:25:30.587Z] 19:19:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-20T19:25:30.587Z] 19:19:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-20T19:25:30.587Z] 19:20:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-04-20T19:25:30.587Z] 19:20:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-20T19:25:30.587Z] 19:20:01 1 0.50 0.00 0.05 0.00 0.00 99.45 [2021-04-20T19:25:30.587Z] 19:20:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-20T19:25:30.587Z] 19:20:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2021-04-20T19:25:30.587Z] 19:21:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-04-20T19:25:30.587Z] 19:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-20T19:25:30.587Z] 19:21:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-04-20T19:25:30.587Z] 19:21:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-20T19:25:30.587Z] 19:21:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-20T19:25:30.587Z] [2021-04-20T19:25:30.587Z] 19:21:01 CPU %user %nice %system %iowait %steal %idle [2021-04-20T19:25:30.587Z] 19:22:01 all 0.17 0.00 0.03 0.00 0.02 99.77 [2021-04-20T19:25:30.587Z] 19:22:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2021-04-20T19:25:30.587Z] 19:22:01 1 0.53 0.00 0.03 0.00 0.03 99.40 [2021-04-20T19:25:30.587Z] 19:22:01 2 0.07 0.00 0.03 0.00 0.03 99.87 [2021-04-20T19:25:30.587Z] 19:22:01 3 0.05 0.00 0.02 0.02 0.02 99.90 [2021-04-20T19:25:30.587Z] 19:23:01 all 0.08 0.00 0.04 0.00 0.01 99.86 [2021-04-20T19:25:30.587Z] 19:23:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-20T19:25:30.587Z] 19:23:01 1 0.28 0.00 0.10 0.00 0.03 99.58 [2021-04-20T19:25:30.587Z] 19:23:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-20T19:25:30.587Z] 19:23:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2021-04-20T19:25:30.587Z] 19:24:01 all 0.13 0.00 0.04 0.00 0.05 99.78 [2021-04-20T19:25:30.587Z] 19:24:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2021-04-20T19:25:30.587Z] 19:24:01 1 0.35 0.00 0.05 0.00 0.05 99.55 [2021-04-20T19:25:30.587Z] 19:24:01 2 0.08 0.00 0.07 0.00 0.07 99.78 [2021-04-20T19:25:30.587Z] 19:24:01 3 0.07 0.00 0.02 0.00 0.03 99.88 [2021-04-20T19:25:30.587Z] 19:25:02 all 2.41 0.00 1.65 1.66 0.66 93.61 [2021-04-20T19:25:30.587Z] 19:25:02 0 2.12 0.00 1.64 0.65 0.38 95.20 [2021-04-20T19:25:30.587Z] 19:25:02 1 3.37 0.00 2.08 1.99 0.60 91.96 [2021-04-20T19:25:30.587Z] 19:25:02 2 2.37 0.00 1.57 2.28 0.93 92.85 [2021-04-20T19:25:30.587Z] 19:25:02 3 1.80 0.00 1.34 1.72 0.70 94.44 [2021-04-20T19:25:30.587Z] Average: all 12.33 0.00 6.51 3.25 0.29 77.61 [2021-04-20T19:25:30.587Z] Average: 0 12.21 0.00 6.76 3.16 0.30 77.57 [2021-04-20T19:25:30.587Z] Average: 1 12.40 0.00 6.33 3.23 0.29 77.75 [2021-04-20T19:25:30.587Z] Average: 2 12.56 0.00 6.47 3.38 0.30 77.28 [2021-04-20T19:25:30.587Z] Average: 3 12.15 0.00 6.47 3.24 0.29 77.85 [2021-04-20T19:25:30.587Z] [2021-04-20T19:25:30.587Z] [2021-04-20T19:25:30.587Z]