Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3+f2bd0815c0e73667d07e5744b61daa5be38d8f92 (8cf8aabec0ba72b949111486933e46ecbb0a300b) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32281 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/52 [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/52 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f2bd0815c0e73667d07e5744b61daa5be38d8f92 into PR head commit 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 Merge succeeded, producing 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 Checking out Revision 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 (PR-3234) > git config core.sparsecheckout # timeout=10 > git checkout -f 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 # 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 f2bd0815c0e73667d07e5744b61daa5be38d8f92 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-31T16:51:36.946Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-31T16:51:37.212Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk c25e1559cf6ed21ae9d72dbb498b4a022bc0b26c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-31T16:51:37.318Z] ========================================================= [2021-03-31T16:51:37.318Z] EdgeX Global Pipelines Version Info [2021-03-31T16:51:37.318Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-31T16:51:38.834Z] ------------------- [2021-03-31T16:51:38.834Z] stable info: [2021-03-31T16:51:38.834Z] ------------------- [2021-03-31T16:51:38.834Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-31T16:51:38.834Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-31T16:51:38.834Z] Message: update stable to v1.0.186 [2021-03-31T16:51:39.779Z] ------------------- [2021-03-31T16:51:39.780Z] experimental info: [2021-03-31T16:51:39.780Z] ------------------- [2021-03-31T16:51:39.780Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-31T16:51:39.780Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-31T16:51:39.780Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-31T16:51:40.033Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-31T16:51:40.128Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-31T16:51:40.238Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-31T16:51:40.329Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-31T16:51:40.468Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-31T16:51:40.586Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-31T16:51:40.718Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-31T16:51:40.808Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-31T16:51:40.896Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-31T16:51:41.003Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-31T16:51:41.090Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-31T16:51:41.179Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-31T16:51:41.265Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-31T16:51:41.393Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-31T16:51:41.481Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T16:51:41.569Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T16:51:41.671Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-31T16:51:41.760Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-31T16:51:41.863Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-31T16:51:41.999Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-31T16:51:42.171Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-31T16:51:42.261Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-31T16:51:42.347Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-03-31T16:51:42.439Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-03-31T16:51:42.561Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-03-31T16:51:42.645Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 [Pipeline] echo [2021-03-31T16:51:42.740Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6ea04ca [Pipeline] echo [2021-03-31T16:51:42.837Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T16:51:43.013Z] provisioning config files... [2021-03-31T16:51:43.043Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/52@tmp/config2804631102483057693tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T16:51:43.447Z] ---> docker-login.sh [2021-03-31T16:51:43.447Z] nexus3.edgexfoundry.org:10001 [2021-03-31T16:51:43.713Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T16:51:43.976Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T16:51:43.976Z] Configure a credential helper to remove this warning. See [2021-03-31T16:51:43.976Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T16:51:43.976Z] [2021-03-31T16:51:43.976Z] Login Succeeded [2021-03-31T16:51:43.976Z] nexus3.edgexfoundry.org:10002 [2021-03-31T16:51:43.976Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T16:51:44.239Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T16:51:44.239Z] Configure a credential helper to remove this warning. See [2021-03-31T16:51:44.239Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T16:51:44.239Z] [2021-03-31T16:51:44.239Z] Login Succeeded [2021-03-31T16:51:44.239Z] nexus3.edgexfoundry.org:10003 [2021-03-31T16:51:44.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T16:51:44.239Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T16:51:44.239Z] Configure a credential helper to remove this warning. See [2021-03-31T16:51:44.239Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T16:51:44.239Z] [2021-03-31T16:51:44.239Z] Login Succeeded [2021-03-31T16:51:44.239Z] nexus3.edgexfoundry.org:10004 [2021-03-31T16:51:44.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T16:51:44.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T16:51:44.510Z] Configure a credential helper to remove this warning. See [2021-03-31T16:51:44.510Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T16:51:44.510Z] [2021-03-31T16:51:44.510Z] Login Succeeded [2021-03-31T16:51:44.510Z] docker.io [2021-03-31T16:51:44.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T16:51:44.773Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T16:51:44.773Z] Configure a credential helper to remove this warning. See [2021-03-31T16:51:44.773Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T16:51:44.773Z] [2021-03-31T16:51:44.773Z] Login Succeeded [2021-03-31T16:51:44.773Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T16:51:44.783Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T16:51:45.279Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-31T16:51:45.279Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T16:51:45.279Z] ++ dirname cmd/core-command/Dockerfile [2021-03-31T16:51:45.279Z] ++ cut -d/ -f2 [2021-03-31T16:51:45.279Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-31T16:51:45.279Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T16:51:45.279Z] ++ dirname cmd/core-data/Dockerfile [2021-03-31T16:51:45.279Z] ++ cut -d/ -f2 [2021-03-31T16:51:45.279Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-31T16:51:45.279Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T16:51:45.279Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-31T16:51:45.279Z] ++ cut -d/ -f2 [2021-03-31T16:51:45.279Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-31T16:51:45.279Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T16:51:45.279Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-31T16:51:45.279Z] ++ cut -d/ -f2 [2021-03-31T16:51:45.279Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-31T16:51:45.279Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T16:51:45.279Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-31T16:51:45.279Z] ++ cut -d/ -f2 [2021-03-31T16:51:45.279Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-31T16:51:45.279Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T16:51:45.279Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-31T16:51:45.279Z] ++ cut -d/ -f2 [2021-03-31T16:51:45.279Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-31T16:51:45.279Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T16:51:45.279Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-31T16:51:45.279Z] ++ cut -d/ -f2 [2021-03-31T16:51:45.279Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-31T16:51:45.279Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T16:51:45.279Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-31T16:51:45.279Z] ++ cut -d/ -f2 [2021-03-31T16:51:45.279Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-31T16:51:45.279Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T16:51:45.279Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-31T16:51:45.279Z] ++ cut -d/ -f2 [2021-03-31T16:51:45.279Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-31T16:51:45.349Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:51:46.247Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T16:51:46.247Z] [2021-03-31T16:51:46.247Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:51:46.597Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T16:51:46.597Z] latest: Pulling from edgex-devops/git-semver [2021-03-31T16:51:46.597Z] 31603596830f: Pulling fs layer [2021-03-31T16:51:46.597Z] 2a8b12db71e7: Pulling fs layer [2021-03-31T16:51:46.597Z] 6ca5941a6612: Pulling fs layer [2021-03-31T16:51:46.597Z] ecc8261a40a4: Pulling fs layer [2021-03-31T16:51:46.597Z] ecc8261a40a4: Waiting [2021-03-31T16:51:46.597Z] 2a8b12db71e7: Verifying Checksum [2021-03-31T16:51:46.597Z] 2a8b12db71e7: Download complete [2021-03-31T16:51:46.868Z] 31603596830f: Verifying Checksum [2021-03-31T16:51:46.868Z] 31603596830f: Download complete [2021-03-31T16:51:46.868Z] ecc8261a40a4: Verifying Checksum [2021-03-31T16:51:46.868Z] ecc8261a40a4: Download complete [2021-03-31T16:51:46.868Z] 6ca5941a6612: Verifying Checksum [2021-03-31T16:51:46.868Z] 6ca5941a6612: Download complete [2021-03-31T16:51:47.135Z] 31603596830f: Pull complete [2021-03-31T16:51:47.402Z] 2a8b12db71e7: Pull complete [2021-03-31T16:51:47.986Z] 6ca5941a6612: Pull complete [2021-03-31T16:51:48.248Z] ecc8261a40a4: Pull complete [2021-03-31T16:51:48.511Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-31T16:51:48.511Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T16:51:48.511Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-31T16:51:48.623Z] prd-centos7-docker-4c-2g-32281 does not seem to be running inside a container [2021-03-31T16:51:48.678Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/52 -v /w/workspace/edgex-go/52:/w/workspace/edgex-go/52:rw,z -v /w/workspace/edgex-go/52@tmp:/w/workspace/edgex-go/52@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-03-31T16:51:51.328Z] $ docker top fba2324ec99ac27ecf4aa4c54feaa8fdc8357b9b3ee440b25a8945430d663819 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-31T16:51:51.747Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T16:51:51.747Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T16:51:51.973Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T16:51:51.979Z] $ docker exec fba2324ec99ac27ecf4aa4c54feaa8fdc8357b9b3ee440b25a8945430d663819 ssh-agent [2021-03-31T16:51:52.151Z] SSH_AUTH_SOCK=/tmp/ssh-LfI7xvyQR90A/agent.12 [2021-03-31T16:51:52.151Z] SSH_AGENT_PID=18 [2021-03-31T16:51:52.161Z] Running ssh-add (command line suppressed) [2021-03-31T16:51:52.289Z] Identity added: /w/workspace/edgex-go/52@tmp/private_key_8311770244000392854.key (/w/workspace/edgex-go/52@tmp/private_key_8311770244000392854.key) [2021-03-31T16:51:52.340Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T16:51:52.679Z] + git tag --points-at HEAD [Pipeline] } [2021-03-31T16:51:52.703Z] $ docker exec --env ******** --env ******** fba2324ec99ac27ecf4aa4c54feaa8fdc8357b9b3ee440b25a8945430d663819 ssh-agent -k [2021-03-31T16:51:52.825Z] unset SSH_AUTH_SOCK; [2021-03-31T16:51:52.825Z] unset SSH_AGENT_PID; [2021-03-31T16:51:52.826Z] echo Agent pid 18 killed; [2021-03-31T16:51:52.875Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-31T16:51:53.031Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T16:51:53.031Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T16:51:53.216Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T16:51:53.222Z] $ docker exec fba2324ec99ac27ecf4aa4c54feaa8fdc8357b9b3ee440b25a8945430d663819 ssh-agent [2021-03-31T16:51:53.392Z] SSH_AUTH_SOCK=/tmp/ssh-mq32yLJls3pe/agent.46 [2021-03-31T16:51:53.392Z] SSH_AGENT_PID=51 [2021-03-31T16:51:53.503Z] Running ssh-add (command line suppressed) [2021-03-31T16:51:53.648Z] Identity added: /w/workspace/edgex-go/52@tmp/private_key_6264016174111741255.key (/w/workspace/edgex-go/52@tmp/private_key_6264016174111741255.key) [2021-03-31T16:51:53.711Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T16:51:54.048Z] + git semver init [2021-03-31T16:51:54.048Z] # -> Open(): unable to determine branch for HEAD [2021-03-31T16:51:54.048Z] # $GIT_DIR = /w/workspace/edgex-go/52/.git [2021-03-31T16:51:54.048Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/52 [2021-03-31T16:51:54.048Z] # $SEMVER_REMOTE_NAME = origin [2021-03-31T16:51:54.048Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-31T16:51:54.048Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-31T16:51:54.048Z] # $SEMVER_BRANCH = PR-3234 [2021-03-31T16:51:54.048Z] # $SEMVER_TEMP = /tmp/semver-189205356 [2021-03-31T16:51:54.048Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-31T16:52:16.073Z] # '/tmp/semver-189205356' -> '/w/workspace/edgex-go/52/.semver' [2021-03-31T16:52:16.073Z] # -> Force: false [2021-03-31T16:52:16.073Z] # $SEMVER_DIR = /w/workspace/edgex-go/52/.semver [Pipeline] } [2021-03-31T16:52:16.089Z] $ docker exec --env ******** --env ******** fba2324ec99ac27ecf4aa4c54feaa8fdc8357b9b3ee440b25a8945430d663819 ssh-agent -k [2021-03-31T16:52:16.359Z] unset SSH_AUTH_SOCK; [2021-03-31T16:52:16.360Z] unset SSH_AGENT_PID; [2021-03-31T16:52:16.360Z] echo Agent pid 51 killed; [2021-03-31T16:52:16.452Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T16:52:16.929Z] + git semver [Pipeline] } [2021-03-31T16:52:16.951Z] $ docker stop --time=1 fba2324ec99ac27ecf4aa4c54feaa8fdc8357b9b3ee440b25a8945430d663819 [2021-03-31T16:52:18.589Z] $ docker rm -f fba2324ec99ac27ecf4aa4c54feaa8fdc8357b9b3ee440b25a8945430d663819 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T16:52:19.148Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-31T16:52:19.638Z] Stashed 1 file(s) [Pipeline] echo [2021-03-31T16:52:19.641Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-31T16:52:20.539Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-31T16:52:20.843Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-31T16:52:21.197Z] + sudo service docker restart [2021-03-31T16:52:21.197Z] + true [2021-03-31T16:52:21.197Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-31T16:52:21.787Z] ========================================================= [2021-03-31T16:52:21.787Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-31T16:52:21.787Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:52:22.132Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-31T16:52:26.376Z] Sending build context to Docker daemon 328.9MB [2021-03-31T16:52:26.376Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T16:52:26.376Z] Step 2/6 : FROM ${BASE} [2021-03-31T16:52:26.376Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-31T16:52:26.376Z] 188c0c94c7c5: Pulling fs layer [2021-03-31T16:52:26.376Z] 0ef7d3d256c8: Pulling fs layer [2021-03-31T16:52:26.376Z] de9db76c5a1d: Pulling fs layer [2021-03-31T16:52:26.376Z] bca2f99d35d6: Pulling fs layer [2021-03-31T16:52:26.376Z] 93359f2a8cfa: Pulling fs layer [2021-03-31T16:52:26.376Z] 7c6f9722023f: Pulling fs layer [2021-03-31T16:52:26.376Z] a35cf1a2eb13: Pulling fs layer [2021-03-31T16:52:26.376Z] bca2f99d35d6: Waiting [2021-03-31T16:52:26.376Z] 93359f2a8cfa: Waiting [2021-03-31T16:52:26.376Z] 7c6f9722023f: Waiting [2021-03-31T16:52:26.376Z] a35cf1a2eb13: Waiting [2021-03-31T16:52:26.376Z] de9db76c5a1d: Verifying Checksum [2021-03-31T16:52:26.376Z] de9db76c5a1d: Download complete [2021-03-31T16:52:26.376Z] 0ef7d3d256c8: Verifying Checksum [2021-03-31T16:52:26.376Z] 0ef7d3d256c8: Download complete [2021-03-31T16:52:26.376Z] 93359f2a8cfa: Verifying Checksum [2021-03-31T16:52:26.376Z] 93359f2a8cfa: Download complete [2021-03-31T16:52:26.376Z] 7c6f9722023f: Verifying Checksum [2021-03-31T16:52:26.376Z] 188c0c94c7c5: Verifying Checksum [2021-03-31T16:52:26.376Z] 188c0c94c7c5: Download complete [2021-03-31T16:52:26.376Z] 7c6f9722023f: Download complete [2021-03-31T16:52:26.376Z] 188c0c94c7c5: Pull complete [2021-03-31T16:52:26.640Z] 0ef7d3d256c8: Pull complete [2021-03-31T16:52:26.640Z] de9db76c5a1d: Pull complete [2021-03-31T16:52:28.045Z] a35cf1a2eb13: Verifying Checksum [2021-03-31T16:52:28.046Z] a35cf1a2eb13: Download complete [2021-03-31T16:52:28.620Z] bca2f99d35d6: Verifying Checksum [2021-03-31T16:52:28.620Z] bca2f99d35d6: Download complete [2021-03-31T16:52:33.945Z] bca2f99d35d6: Pull complete [2021-03-31T16:52:33.945Z] 93359f2a8cfa: Pull complete [2021-03-31T16:52:33.945Z] 7c6f9722023f: Pull complete [2021-03-31T16:52:34.978Z] Still waiting to schedule task [2021-03-31T16:52:34.979Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-31T16:52:38.198Z] a35cf1a2eb13: Pull complete [2021-03-31T16:52:38.198Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-31T16:52:38.198Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-31T16:52:38.198Z] ---> a62c8e92a672 [2021-03-31T16:52:38.199Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-31T16:52:38.199Z] ---> Running in 8a21d8f1a38a [2021-03-31T16:52:38.776Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:52:40.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:52:40.967Z] (1/12) Installing libmagic (5.38-r0) [2021-03-31T16:52:41.541Z] (2/12) Installing file (5.38-r0) [2021-03-31T16:52:41.541Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-31T16:52:41.541Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-31T16:52:48.143Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-31T16:52:48.143Z] (6/12) Installing patch (2.7.6-r6) [2021-03-31T16:52:48.143Z] (7/12) Installing build-base (0.5-r2) [2021-03-31T16:52:48.143Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-31T16:52:48.143Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-31T16:52:48.143Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-31T16:52:48.143Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-31T16:52:48.143Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-31T16:52:48.143Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:52:48.143Z] OK: 233 MiB in 51 packages [2021-03-31T16:52:51.459Z] Removing intermediate container 8a21d8f1a38a [2021-03-31T16:52:51.459Z] ---> 5457458cf786 [2021-03-31T16:52:51.459Z] Step 4/6 : WORKDIR /edgex-go [2021-03-31T16:52:51.459Z] ---> Running in 16aa2bbd6581 [2021-03-31T16:52:51.459Z] Removing intermediate container 16aa2bbd6581 [2021-03-31T16:52:51.459Z] ---> 42252aa92179 [2021-03-31T16:52:51.459Z] Step 5/6 : COPY go.mod . [2021-03-31T16:52:51.459Z] ---> 606c5596e37e [2021-03-31T16:52:51.459Z] Step 6/6 : RUN go mod download [2021-03-31T16:52:51.459Z] ---> Running in 6eb59d16c711 [2021-03-31T16:53:13.501Z] Removing intermediate container 6eb59d16c711 [2021-03-31T16:53:13.501Z] ---> 0fbede08cf1e [2021-03-31T16:53:13.501Z] Successfully built 0fbede08cf1e [2021-03-31T16:53:13.501Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:53:13.840Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T16:53:13.840Z] . [Pipeline] withDockerContainer [2021-03-31T16:53:13.955Z] prd-centos7-docker-4c-2g-32281 does not seem to be running inside a container [2021-03-31T16:53:14.009Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/52 -v /w/workspace/edgex-go/52:/w/workspace/edgex-go/52:rw,z -v /w/workspace/edgex-go/52@tmp:/w/workspace/edgex-go/52@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-03-31T16:53:14.963Z] $ docker top 54a7bb95c57d28b2fd6f090b42ac71c3657fc5aa16d5280705713644fbc6eea4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T16:53:15.473Z] + go version [2021-03-31T16:53:15.474Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-31T16:53:15.492Z] $ docker stop --time=1 54a7bb95c57d28b2fd6f090b42ac71c3657fc5aa16d5280705713644fbc6eea4 [2021-03-31T16:53:16.855Z] $ docker rm -f 54a7bb95c57d28b2fd6f090b42ac71c3657fc5aa16d5280705713644fbc6eea4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:53:17.702Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T16:53:17.702Z] . [Pipeline] withDockerContainer [2021-03-31T16:53:17.810Z] prd-centos7-docker-4c-2g-32281 does not seem to be running inside a container [2021-03-31T16:53:17.863Z] $ 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/52 -v /w/workspace/edgex-go/52:/w/workspace/edgex-go/52:rw,z -v /w/workspace/edgex-go/52@tmp:/w/workspace/edgex-go/52@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-03-31T16:53:18.643Z] $ docker top 31a0da14d19d1efd60d496e24c555dcf7cdca3bb8b4e82c50c0a2a3ffc4ae5dc -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-31T16:53:18.886Z] ========================================================= [2021-03-31T16:53:18.886Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-31T16:53:18.886Z] ========================================================= [Pipeline] sh [2021-03-31T16:53:19.182Z] + make test [2021-03-31T16:53:19.182Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-31T16:53:29.233Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-31T16:53:44.317Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-31T16:53:51.001Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-31T16:53:51.001Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-31T16:53:51.001Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-31T16:53:53.584Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-31T16:53:53.584Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-31T16:53:53.584Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-31T16:53:53.584Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-31T16:53:54.169Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-31T16:53:54.768Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-31T16:53:57.395Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-31T16:53:57.395Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-31T16:53:57.395Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-31T16:53:59.383Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.110s coverage: 45.9% of statements [2021-03-31T16:53:59.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-31T16:53:59.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-31T16:53:59.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-31T16:53:59.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-31T16:53:59.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-31T16:53:59.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-31T16:53:59.383Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.062s coverage: 19.8% of statements [2021-03-31T16:53:59.662Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.118s coverage: 100.0% of statements [2021-03-31T16:54:03.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.196s coverage: 27.1% of statements [2021-03-31T16:54:03.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-31T16:54:03.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-31T16:54:03.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-31T16:54:03.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-31T16:54:03.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-31T16:54:03.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-31T16:54:03.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.080s coverage: 100.0% of statements [2021-03-31T16:54:03.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-31T16:54:03.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.095s coverage: 100.0% of statements [2021-03-31T16:54:03.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-31T16:54:03.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-31T16:54:03.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.101s coverage: 71.3% of statements [2021-03-31T16:54:03.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-31T16:54:03.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-31T16:54:03.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.195s coverage: 82.9% of statements [2021-03-31T16:54:03.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-31T16:54:03.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T16:54:03.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.056s coverage: 78.9% of statements [2021-03-31T16:54:03.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-31T16:54:07.010Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.424s coverage: 28.6% of statements [2021-03-31T16:54:07.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-31T16:54:07.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-31T16:54:07.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-31T16:54:07.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-31T16:54:07.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-31T16:54:07.010Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.083s coverage: 100.0% of statements [2021-03-31T16:54:07.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-31T16:54:07.010Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.056s coverage: 100.0% of statements [2021-03-31T16:54:07.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-31T16:54:07.010Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.154s coverage: 86.7% of statements [2021-03-31T16:54:07.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-31T16:54:07.010Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.217s coverage: 97.5% of statements [2021-03-31T16:54:07.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-31T16:54:07.010Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.120s coverage: 78.3% of statements [2021-03-31T16:54:07.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-31T16:54:07.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-31T16:54:07.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-31T16:54:07.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-31T16:54:09.383Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.403s coverage: 92.8% of statements [2021-03-31T16:54:09.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-31T16:54:09.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T16:54:09.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-31T16:54:09.383Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-31T16:54:09.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-31T16:54:09.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-31T16:54:09.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-31T16:54:09.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-31T16:54:09.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-31T16:54:09.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-31T16:54:09.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-31T16:54:09.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-31T16:54:09.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-31T16:54:09.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-31T16:54:09.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-31T16:54:09.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-31T16:54:09.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-31T16:54:09.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-31T16:54:09.383Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements [2021-03-31T16:54:09.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-31T16:54:09.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-31T16:54:09.383Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.084s coverage: 1.0% of statements [2021-03-31T16:54:09.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-31T16:54:09.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-31T16:54:09.383Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-31T16:54:09.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.073s coverage: 47.1% of statements [2021-03-31T16:54:09.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.072s coverage: 79.5% of statements [2021-03-31T16:54:09.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.061s coverage: 94.1% of statements [2021-03-31T16:54:09.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.069s coverage: 96.3% of statements [2021-03-31T16:54:09.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements [2021-03-31T16:54:21.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.069s coverage: 94.4% of statements [2021-03-31T16:54:21.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.062s coverage: 44.8% of statements [2021-03-31T16:54:26.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.657s coverage: 82.6% of statements [2021-03-31T16:54:36.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.094s coverage: 92.9% of statements [2021-03-31T16:54:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-31T16:54:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-31T16:54:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-31T16:54:36.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-31T16:54:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-31T16:54:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-31T16:54:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-31T16:54:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-31T16:54:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-31T16:54:36.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.045s coverage: 87.2% of statements [2021-03-31T16:54:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-31T16:54:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-31T16:54:36.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-03-31T16:54:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-31T16:54:36.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements [2021-03-31T16:54:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-31T16:54:36.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements [2021-03-31T16:54:36.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.096s coverage: 87.2% of statements [2021-03-31T16:54:36.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.079s coverage: 84.6% of statements [2021-03-31T16:54:36.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.106s coverage: 91.6% of statements [2021-03-31T16:54:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-31T16:54:36.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.218s coverage: 64.4% of statements [2021-03-31T16:54:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-31T16:54:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-31T16:54:36.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2021-03-31T16:54:36.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.051s coverage: 91.3% of statements [2021-03-31T16:54:36.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.024s coverage: 100.0% of statements [2021-03-31T16:54:36.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements [2021-03-31T16:54:36.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2021-03-31T16:54:36.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.343s coverage: 69.0% of statements [2021-03-31T16:54:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-31T16:54:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-31T16:54:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-31T16:54:36.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.112s coverage: 38.4% of statements [2021-03-31T16:54:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-31T16:54:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-31T16:54:36.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.041s coverage: 89.5% of statements [2021-03-31T16:54:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-31T16:54:36.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.049s coverage: 84.8% of statements [2021-03-31T16:54:36.246Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.134s coverage: 47.0% of statements [2021-03-31T16:54:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-31T16:54:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-31T16:54:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-31T16:54:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-31T16:54:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-31T16:54:36.246Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-03-31T16:54:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-31T16:54:36.246Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-03-31T16:54:36.247Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-31T16:54:36.247Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-31T16:54:36.247Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-31T16:54:36.247Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-31T16:54:36.247Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.160s coverage: 87.1% of statements [2021-03-31T16:54:36.247Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-31T16:54:36.247Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T16:54:36.247Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-31T16:54:36.247Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.715s coverage: 29.1% of statements [2021-03-31T16:54:36.247Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-31T16:54:36.247Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-31T16:54:36.247Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-31T16:54:36.247Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-31T16:54:36.247Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-31T16:54:36.247Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.085s coverage: 99.0% of statements [2021-03-31T16:54:36.247Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-31T16:54:36.247Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.063s coverage: 100.0% of statements [2021-03-31T16:54:36.247Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-31T16:54:36.247Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-31T16:54:36.247Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-31T16:54:36.247Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-31T16:54:36.247Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.096s coverage: 95.0% of statements [2021-03-31T16:54:36.247Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-31T16:54:36.247Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T16:54:36.247Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-31T16:54:36.247Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-03-31T16:54:36.247Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-31T16:54:36.247Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements [2021-03-31T16:54:36.247Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-31T16:54:36.247Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-31T16:54:36.247Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-31T16:54:36.247Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-31T16:54:36.247Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements [2021-03-31T16:54:36.247Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-31T16:54:36.247Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-31T16:54:36.247Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements [2021-03-31T16:54:36.247Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-03-31T16:54:36.247Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-31T16:54:36.247Z] GO111MODULE=on go vet ./... [2021-03-31T16:55:02.970Z] gofmt -l . [2021-03-31T16:55:03.547Z] [ "`gofmt -l .`" = "" ] [2021-03-31T16:55:04.122Z] ./bin/test-go-mod-tidy.sh [2021-03-31T16:55:04.704Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-31T16:55:05.973Z] + ls -al . [2021-03-31T16:55:05.973Z] total 780 [2021-03-31T16:55:05.973Z] drwxrwxr-x 10 1001 1001 4096 Mar 31 16:55 . [2021-03-31T16:55:05.973Z] drwxr-xr-x 4 root root 30 Mar 31 16:53 .. [2021-03-31T16:55:05.973Z] -rw-rw-r-- 1 1001 1001 11 Mar 31 16:51 .dockerignore [2021-03-31T16:55:05.973Z] drwxrwxr-x 8 1001 1001 179 Mar 31 16:51 .git [2021-03-31T16:55:05.973Z] drwxrwxr-x 3 1001 1001 125 Mar 31 16:51 .github [2021-03-31T16:55:05.973Z] -rw-rw-r-- 1 1001 1001 818 Mar 31 16:51 .gitignore [2021-03-31T16:55:05.973Z] drwx------ 3 1001 1001 60 Mar 31 16:52 .semver [2021-03-31T16:55:05.973Z] -rw-rw-r-- 1 1001 1001 166 Mar 31 16:51 .sonarcloud.properties [2021-03-31T16:55:05.973Z] -rw-rw-r-- 1 1001 1001 8607 Mar 31 16:51 Attribution.txt [2021-03-31T16:55:05.973Z] -rw-rw-r-- 1 1001 1001 3804 Mar 31 16:51 CONTRIBUTING.md [2021-03-31T16:55:05.973Z] -rw-rw-r-- 1 1001 1001 931 Mar 31 16:51 Dockerfile.build [2021-03-31T16:55:05.973Z] -rw-rw-r-- 1 1001 1001 863 Mar 31 16:51 Jenkinsfile [2021-03-31T16:55:05.973Z] -rw-rw-r-- 1 1001 1001 10775 Mar 31 16:51 LICENSE [2021-03-31T16:55:05.973Z] -rw-rw-r-- 1 1001 1001 5774 Mar 31 16:51 Makefile [2021-03-31T16:55:05.973Z] -rw-rw-r-- 1 1001 1001 6548 Mar 31 16:51 README.md [2021-03-31T16:55:05.973Z] -rw-rw-r-- 1 1001 1001 6755 Mar 31 16:51 SECURITY.md [2021-03-31T16:55:05.973Z] -rw-rw-r-- 1 1001 1001 5 Mar 31 16:52 VERSION [2021-03-31T16:55:05.973Z] -rw-rw-r-- 1 1001 1001 4131 Mar 31 16:51 ZMQWindows.md [2021-03-31T16:55:05.973Z] drwxrwxr-x 2 1001 1001 117 Mar 31 16:51 bin [2021-03-31T16:55:05.973Z] drwxrwxr-x 14 1001 1001 4096 Mar 31 16:51 cmd [2021-03-31T16:55:05.973Z] -rw-r--r-- 1 root root 669470 Mar 31 16:54 coverage.out [2021-03-31T16:55:05.973Z] -rw-r--r-- 1 root root 1057 Mar 31 16:55 go.mod [2021-03-31T16:55:05.973Z] -rw-r--r-- 1 root root 22362 Mar 31 16:55 go.sum [2021-03-31T16:55:05.973Z] drwxrwxr-x 8 1001 1001 127 Mar 31 16:51 internal [2021-03-31T16:55:05.973Z] drwxrwxr-x 4 1001 1001 26 Mar 31 16:51 openapi [2021-03-31T16:55:05.973Z] drwxrwxr-x 4 1001 1001 71 Mar 31 16:51 snap [2021-03-31T16:55:05.973Z] -rw-rw-r-- 1 1001 1001 168 Mar 31 16:51 version.go [Pipeline] sh [2021-03-31T16:55:06.344Z] + '[' -e coverage.out ] [2021-03-31T16:55:06.344Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-31T16:55:06.644Z] Stashed 1 file(s) [Pipeline] sh [2021-03-31T16:55:06.947Z] + make build [2021-03-31T16:55:06.947Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T16:55:10.695Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32283 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-31T16:55:10.776Z] Running in /w/workspace/edgex-go/52 [Pipeline] { [Pipeline] checkout [2021-03-31T16:55:12.272Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T16:55:15.986Z] using credential edgex-jenkins-ssh [2021-03-31T16:55:16.060Z] Cloning the remote Git repository [2021-03-31T16:55:16.119Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-31T16:55:16.231Z] > git init /w/workspace/edgex-go/52 # timeout=10 [2021-03-31T16:55:16.301Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T16:55:16.303Z] > git --version # timeout=10 [2021-03-31T16:55:16.323Z] > git --version # 'git version 2.17.1' [2021-03-31T16:55:16.324Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T16:55:16.374Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T16:55:20.555Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T16:55:21.505Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T16:55:23.427Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T16:55:23.693Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T16:55:25.630Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T16:55:27.024Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T16:55:27.981Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T16:55:29.378Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T16:55:30.782Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T16:55:31.733Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-31T16:55:34.340Z] $ docker stop --time=1 31a0da14d19d1efd60d496e24c555dcf7cdca3bb8b4e82c50c0a2a3ffc4ae5dc [2021-03-31T16:55:36.105Z] $ docker rm -f 31a0da14d19d1efd60d496e24c555dcf7cdca3bb8b4e82c50c0a2a3ffc4ae5dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:55:38.038Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T16:55:38.038Z] [2021-03-31T16:55:38.038Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:55:38.389Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T16:55:38.389Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-31T16:55:38.389Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-31T16:55:38.389Z] ca9280d653b3: Pulling fs layer [2021-03-31T16:55:38.389Z] 7e9c9ca2126c: Pulling fs layer [2021-03-31T16:55:38.652Z] cbdbe7a5bc2a: Download complete [2021-03-31T16:55:39.230Z] cbdbe7a5bc2a: Pull complete [2021-03-31T16:55:39.230Z] ca9280d653b3: Verifying Checksum [2021-03-31T16:55:39.230Z] ca9280d653b3: Download complete [2021-03-31T16:55:40.633Z] 7e9c9ca2126c: Verifying Checksum [2021-03-31T16:55:40.633Z] 7e9c9ca2126c: Download complete [2021-03-31T16:55:40.897Z] ca9280d653b3: Pull complete [2021-03-31T16:55:47.572Z] 7e9c9ca2126c: Pull complete [2021-03-31T16:55:47.572Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-31T16:55:47.572Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T16:55:47.572Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-31T16:55:47.692Z] prd-centos7-docker-4c-2g-32281 does not seem to be running inside a container [2021-03-31T16:55:47.748Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/52 -v /w/workspace/edgex-go/52:/w/workspace/edgex-go/52:rw,z -v /w/workspace/edgex-go/52@tmp:/w/workspace/edgex-go/52@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-03-31T16:55:50.422Z] $ docker top 44b600096f5153aaf8e942bf9bbd31f2bd526fafc1eaad61284fd08e25186833 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T16:55:50.949Z] + docker-compose build --help [2021-03-31T16:55:50.949Z] + grep parallel [2021-03-31T16:55:51.991Z] --parallel Build images in parallel. [Pipeline] } [2021-03-31T16:55:52.115Z] $ docker stop --time=1 44b600096f5153aaf8e942bf9bbd31f2bd526fafc1eaad61284fd08e25186833 [2021-03-31T16:55:53.506Z] $ docker rm -f 44b600096f5153aaf8e942bf9bbd31f2bd526fafc1eaad61284fd08e25186833 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:55:54.158Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T16:55:54.158Z] . [Pipeline] withDockerContainer [2021-03-31T16:55:54.277Z] prd-centos7-docker-4c-2g-32281 does not seem to be running inside a container [2021-03-31T16:55:54.331Z] $ 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/52 -v /w/workspace/edgex-go/52:/w/workspace/edgex-go/52:rw,z -v /w/workspace/edgex-go/52@tmp:/w/workspace/edgex-go/52@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-31T16:55:55.073Z] $ docker top d271e54963f33572f2ee3f5e94f60ba784f34cf0b110aec336d4bf52453d6c24 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T16:55:55.619Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-31T16:55:56.570Z] Building docker-core-command-go ... [2021-03-31T16:55:56.570Z] Building docker-core-data-go ... [2021-03-31T16:55:56.570Z] Building docker-core-metadata-go ... [2021-03-31T16:55:56.571Z] Building docker-security-bootstrapper-go ... [2021-03-31T16:55:56.571Z] Building docker-security-proxy-setup-go ... [2021-03-31T16:55:56.571Z] Building docker-security-secretstore-setup-go ... [2021-03-31T16:55:56.571Z] Building docker-support-notifications-go ... [2021-03-31T16:55:56.571Z] Building docker-support-scheduler-go ... [2021-03-31T16:55:56.571Z] Building docker-sys-mgmt-agent-go ... [2021-03-31T16:55:56.571Z] Building docker-support-notifications-go [2021-03-31T16:55:56.571Z] Building docker-security-secretstore-setup-go [2021-03-31T16:55:56.571Z] Building docker-security-bootstrapper-go [2021-03-31T16:55:56.571Z] Building docker-support-scheduler-go [2021-03-31T16:55:56.571Z] Building docker-core-command-go [2021-03-31T16:56:23.525Z] Merging remotes/origin/master commit f2bd0815c0e73667d07e5744b61daa5be38d8f92 into PR head commit 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 [2021-03-31T16:56:23.947Z] Merge succeeded, producing 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 [2021-03-31T16:56:23.948Z] Checking out Revision 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 (PR-3234) [2021-03-31T16:56:22.659Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T16:56:22.681Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T16:56:22.765Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T16:56:22.844Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T16:56:22.845Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T16:56:22.862Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T16:56:23.549Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T16:56:23.567Z] > git checkout -f 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 # timeout=10 [2021-03-31T16:56:23.879Z] > git remote # timeout=10 [2021-03-31T16:56:23.895Z] > git config --get remote.origin.url # timeout=10 [2021-03-31T16:56:23.908Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T16:56:23.918Z] > git merge f2bd0815c0e73667d07e5744b61daa5be38d8f92 # timeout=10 [2021-03-31T16:56:23.938Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-31T16:56:23.959Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T16:56:23.972Z] > git checkout -f 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 # timeout=10 [2021-03-31T16:56:28.378Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-31T16:56:29.907Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-31T16:56:30.363Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-31T16:56:30.707Z] + true [2021-03-31T16:56:30.707Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T16:56:33.461Z] provisioning config files... [2021-03-31T16:56:33.515Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/52@tmp/config2935893240797812099tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T16:56:33.930Z] ---> docker-login.sh [2021-03-31T16:56:33.930Z] nexus3.edgexfoundry.org:10001 [2021-03-31T16:56:34.532Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T16:56:35.132Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T16:56:35.132Z] Configure a credential helper to remove this warning. See [2021-03-31T16:56:35.132Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T16:56:35.132Z] [2021-03-31T16:56:35.132Z] Login Succeeded [2021-03-31T16:56:35.132Z] nexus3.edgexfoundry.org:10002 [2021-03-31T16:56:35.410Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T16:56:35.526Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:56:35.526Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:56:35.526Z] ---> 0fbede08cf1e [2021-03-31T16:56:35.526Z] Step 3/31 : WORKDIR /edgex-go [2021-03-31T16:56:35.526Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:56:35.526Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:56:35.526Z] ---> 0fbede08cf1e [2021-03-31T16:56:35.526Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T16:56:35.526Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:56:35.526Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:56:35.526Z] ---> 0fbede08cf1e [2021-03-31T16:56:35.526Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T16:56:35.526Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:56:35.526Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:56:35.526Z] ---> 0fbede08cf1e [2021-03-31T16:56:35.526Z] Step 3/24 : WORKDIR /edgex-go [2021-03-31T16:56:35.526Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:56:35.526Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:56:35.526Z] ---> 0fbede08cf1e [2021-03-31T16:56:35.526Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T16:56:35.526Z] ---> Running in bceabb4f500e [2021-03-31T16:56:35.526Z] ---> Running in 6859b34df53f [2021-03-31T16:56:35.526Z] ---> Running in eaae2438d7d1 [2021-03-31T16:56:35.526Z] ---> Running in 41cfb81482a1 [2021-03-31T16:56:35.526Z] ---> Running in 402958eb7812 [2021-03-31T16:56:35.526Z] Removing intermediate container bceabb4f500e [2021-03-31T16:56:35.526Z] ---> 60c2456484dc [2021-03-31T16:56:35.526Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:56:35.526Z] Removing intermediate container 6859b34df53f [2021-03-31T16:56:35.526Z] ---> d862643ff770 [2021-03-31T16:56:35.526Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:56:35.526Z] Removing intermediate container eaae2438d7d1 [2021-03-31T16:56:35.526Z] ---> c60e253bebe0 [2021-03-31T16:56:35.526Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:56:35.526Z] Removing intermediate container 41cfb81482a1 [2021-03-31T16:56:35.526Z] ---> baa3e2e89fe8 [2021-03-31T16:56:35.526Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:56:35.526Z] Removing intermediate container 402958eb7812 [2021-03-31T16:56:35.526Z] ---> 2e310105e74d [2021-03-31T16:56:35.526Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:56:35.526Z] ---> Running in 910ad80213dc [2021-03-31T16:56:35.526Z] ---> Running in 6a7a67dcee3d [2021-03-31T16:56:35.526Z] ---> Running in 81e893a011fd [2021-03-31T16:56:35.526Z] ---> Running in 155f0be37667 [2021-03-31T16:56:35.526Z] ---> Running in ed41500277a8 [2021-03-31T16:56:35.684Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T16:56:35.685Z] Configure a credential helper to remove this warning. See [2021-03-31T16:56:35.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T16:56:35.685Z] [2021-03-31T16:56:35.685Z] Login Succeeded [2021-03-31T16:56:35.685Z] nexus3.edgexfoundry.org:10003 [2021-03-31T16:56:35.965Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T16:56:36.245Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T16:56:36.245Z] Configure a credential helper to remove this warning. See [2021-03-31T16:56:36.245Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T16:56:36.245Z] [2021-03-31T16:56:36.245Z] Login Succeeded [2021-03-31T16:56:36.245Z] nexus3.edgexfoundry.org:10004 [2021-03-31T16:56:36.503Z] Removing intermediate container 910ad80213dc [2021-03-31T16:56:36.503Z] ---> 7be4c50b8e83 [2021-03-31T16:56:36.503Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-31T16:56:36.503Z] Removing intermediate container 6a7a67dcee3d [2021-03-31T16:56:36.503Z] ---> 816e0ee543a3 [2021-03-31T16:56:36.503Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-31T16:56:36.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T16:56:36.783Z] Removing intermediate container 81e893a011fd [2021-03-31T16:56:36.783Z] ---> 536bf9e204ff [2021-03-31T16:56:36.783Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T16:56:36.783Z] ---> Running in ae710353b560 [2021-03-31T16:56:36.783Z] ---> Running in 807b50aeeca5 [2021-03-31T16:56:36.794Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T16:56:36.795Z] Configure a credential helper to remove this warning. See [2021-03-31T16:56:36.795Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T16:56:36.795Z] [2021-03-31T16:56:36.795Z] Login Succeeded [2021-03-31T16:56:36.795Z] docker.io [2021-03-31T16:56:37.049Z] ---> Running in 391bfa7c1b08 [2021-03-31T16:56:37.049Z] Removing intermediate container ed41500277a8 [2021-03-31T16:56:37.049Z] ---> 4bde7a5ce84d [2021-03-31T16:56:37.049Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-31T16:56:37.067Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T16:56:37.313Z] Removing intermediate container 155f0be37667 [2021-03-31T16:56:37.313Z] ---> 616fc39fcd16 [2021-03-31T16:56:37.313Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-31T16:56:37.313Z] ---> Running in 453bc8701453 [2021-03-31T16:56:37.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T16:56:37.342Z] Configure a credential helper to remove this warning. See [2021-03-31T16:56:37.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T16:56:37.342Z] [2021-03-31T16:56:37.342Z] Login Succeeded [2021-03-31T16:56:37.342Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T16:56:37.360Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-03-31T16:56:37.580Z] ---> Running in 77b9142e3e0b [Pipeline] echo [2021-03-31T16:56:37.838Z] ========================================================= [2021-03-31T16:56:37.838Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-31T16:56:37.838Z] ========================================================= [2021-03-31T16:56:37.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:56:38.245Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-31T16:56:38.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:56:38.434Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:56:38.434Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:56:38.434Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:56:38.697Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:56:39.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:56:39.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:56:39.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:56:39.550Z] OK: 233 MiB in 51 packages [2021-03-31T16:56:39.550Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:56:40.143Z] Removing intermediate container ae710353b560 [2021-03-31T16:56:40.143Z] ---> 2e1620551f11 [2021-03-31T16:56:40.143Z] Step 6/22 : COPY go.mod . [2021-03-31T16:56:40.143Z] OK: 233 MiB in 51 packages [2021-03-31T16:56:40.143Z] OK: 233 MiB in 51 packages [2021-03-31T16:56:40.143Z] OK: 233 MiB in 51 packages [2021-03-31T16:56:40.722Z] OK: 233 MiB in 51 packages [2021-03-31T16:56:40.900Z] Sending build context to Docker daemon 167MB [2021-03-31T16:56:40.900Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T16:56:40.900Z] Step 2/6 : FROM ${BASE} [2021-03-31T16:56:40.900Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-31T16:56:40.900Z] 5f621e34cdf4: Pulling fs layer [2021-03-31T16:56:40.900Z] a4357932f1b6: Pulling fs layer [2021-03-31T16:56:40.900Z] 18c013af1878: Pulling fs layer [2021-03-31T16:56:40.900Z] 00ac8860ef70: Pulling fs layer [2021-03-31T16:56:40.900Z] 63d7cb157983: Pulling fs layer [2021-03-31T16:56:40.900Z] b116817d02f9: Pulling fs layer [2021-03-31T16:56:40.900Z] 745a02a5169b: Pulling fs layer [2021-03-31T16:56:40.900Z] 63d7cb157983: Waiting [2021-03-31T16:56:40.900Z] b116817d02f9: Waiting [2021-03-31T16:56:40.900Z] 745a02a5169b: Waiting [2021-03-31T16:56:40.900Z] 00ac8860ef70: Waiting [2021-03-31T16:56:40.901Z] 18c013af1878: Verifying Checksum [2021-03-31T16:56:40.901Z] 18c013af1878: Download complete [2021-03-31T16:56:40.901Z] a4357932f1b6: Verifying Checksum [2021-03-31T16:56:40.901Z] a4357932f1b6: Download complete [2021-03-31T16:56:40.901Z] 63d7cb157983: Verifying Checksum [2021-03-31T16:56:40.901Z] 63d7cb157983: Download complete [2021-03-31T16:56:40.901Z] b116817d02f9: Verifying Checksum [2021-03-31T16:56:40.901Z] b116817d02f9: Download complete [2021-03-31T16:56:41.298Z] ---> ea0c9a32b73d [2021-03-31T16:56:41.298Z] Step 7/22 : RUN go mod download [2021-03-31T16:56:41.298Z] ---> Running in ab4c8da124d1 [2021-03-31T16:56:41.884Z] 5f621e34cdf4: Download complete [2021-03-31T16:56:42.268Z] Removing intermediate container 807b50aeeca5 [2021-03-31T16:56:42.268Z] ---> bb2662979f94 [2021-03-31T16:56:42.268Z] Step 6/31 : COPY go.mod . [2021-03-31T16:56:42.268Z] Removing intermediate container 453bc8701453 [2021-03-31T16:56:42.268Z] ---> f2f341606622 [2021-03-31T16:56:42.268Z] Step 6/22 : COPY go.mod . [2021-03-31T16:56:42.268Z] Removing intermediate container 77b9142e3e0b [2021-03-31T16:56:42.268Z] ---> 4a9c1a4a0947 [2021-03-31T16:56:42.268Z] Step 6/24 : COPY go.mod . [2021-03-31T16:56:42.268Z] Removing intermediate container 391bfa7c1b08 [2021-03-31T16:56:42.268Z] ---> 67ff2541eecf [2021-03-31T16:56:42.268Z] Step 6/23 : COPY go.mod . [2021-03-31T16:56:42.495Z] 5f621e34cdf4: Pull complete [2021-03-31T16:56:42.541Z] ---> 18a768b134a8 [2021-03-31T16:56:42.541Z] Step 7/31 : RUN go mod download [2021-03-31T16:56:42.541Z] ---> f56ef8a56a82 [2021-03-31T16:56:42.541Z] Step 7/24 : RUN go mod download [2021-03-31T16:56:42.813Z] ---> 0b90d1963fdd [2021-03-31T16:56:42.813Z] Step 7/22 : RUN go mod download [2021-03-31T16:56:42.813Z] ---> Running in 3bed4f0706c5 [2021-03-31T16:56:42.813Z] ---> Running in ea19e49f2c9c [2021-03-31T16:56:42.813Z] ---> ab88c9d7d9ec [2021-03-31T16:56:42.813Z] Step 7/23 : RUN go mod download [2021-03-31T16:56:42.813Z] ---> Running in c0d8bea54f4d [2021-03-31T16:56:42.813Z] ---> Running in 569f33f2006e [2021-03-31T16:56:43.112Z] a4357932f1b6: Pull complete [2021-03-31T16:56:43.385Z] 18c013af1878: Pull complete [2021-03-31T16:56:43.984Z] 745a02a5169b: Download complete [2021-03-31T16:56:44.281Z] Removing intermediate container ab4c8da124d1 [2021-03-31T16:56:44.281Z] ---> 33b79d8880c9 [2021-03-31T16:56:44.281Z] Step 8/22 : COPY . . [2021-03-31T16:56:45.960Z] 00ac8860ef70: Verifying Checksum [2021-03-31T16:56:45.961Z] 00ac8860ef70: Download complete [2021-03-31T16:56:48.551Z] Removing intermediate container 3bed4f0706c5 [2021-03-31T16:56:48.551Z] ---> 751376f1d132 [2021-03-31T16:56:48.551Z] Step 8/31 : COPY . . [2021-03-31T16:56:51.186Z] Removing intermediate container ea19e49f2c9c [2021-03-31T16:56:51.186Z] ---> 5d6c1b89fe10 [2021-03-31T16:56:51.186Z] Step 8/24 : COPY . . [2021-03-31T16:56:52.632Z] Removing intermediate container c0d8bea54f4d [2021-03-31T16:56:52.632Z] ---> 89edb003e74b [2021-03-31T16:56:52.632Z] Step 8/22 : COPY . . [2021-03-31T16:56:52.632Z] Removing intermediate container 569f33f2006e [2021-03-31T16:56:52.632Z] ---> 9c09fb171896 [2021-03-31T16:56:52.632Z] Step 8/23 : COPY . . [2021-03-31T16:56:56.200Z] 00ac8860ef70: Pull complete [2021-03-31T16:56:56.200Z] 63d7cb157983: Pull complete [2021-03-31T16:56:56.479Z] b116817d02f9: Pull complete [2021-03-31T16:57:00.802Z] 745a02a5169b: Pull complete [2021-03-31T16:57:00.802Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-31T16:57:00.802Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-31T16:57:00.802Z] ---> b7e6874047d6 [2021-03-31T16:57:00.802Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-31T16:57:04.222Z] ---> Running in 828572cdbe5a [2021-03-31T16:57:05.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T16:57:05.798Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T16:57:06.770Z] (1/12) Installing libmagic (5.38-r0) [2021-03-31T16:57:07.040Z] (2/12) Installing file (5.38-r0) [2021-03-31T16:57:07.040Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-31T16:57:07.040Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-31T16:57:10.420Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-31T16:57:10.696Z] (6/12) Installing patch (2.7.6-r6) [2021-03-31T16:57:10.696Z] (7/12) Installing build-base (0.5-r2) [2021-03-31T16:57:10.696Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-31T16:57:10.696Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-31T16:57:11.294Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-31T16:57:11.294Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-31T16:57:11.585Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-31T16:57:11.585Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:57:11.585Z] OK: 217 MiB in 51 packages [2021-03-31T16:57:15.904Z] Removing intermediate container 828572cdbe5a [2021-03-31T16:57:15.904Z] ---> 5b7fae80b090 [2021-03-31T16:57:15.904Z] Step 4/6 : WORKDIR /edgex-go [2021-03-31T16:57:15.904Z] ---> Running in 60d6cdf320a3 [2021-03-31T16:57:16.500Z] Removing intermediate container 60d6cdf320a3 [2021-03-31T16:57:16.500Z] ---> 6c24d3858b1e [2021-03-31T16:57:16.500Z] Step 5/6 : COPY go.mod . [2021-03-31T16:57:17.100Z] ---> 4f996ed6f61e [2021-03-31T16:57:17.100Z] Step 6/6 : RUN go mod download [2021-03-31T16:57:17.100Z] ---> Running in 45f505438f52 [2021-03-31T16:57:31.718Z] ---> 8811796185d9 [2021-03-31T16:57:31.718Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-31T16:57:31.718Z] ---> Running in 8837d95304fd [2021-03-31T16:57:31.718Z] ---> d07c1b7fc184 [2021-03-31T16:57:31.718Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-31T16:57:31.718Z] ---> 8cefeae1e3e9 [2021-03-31T16:57:31.718Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-31T16:57:31.718Z] ---> 800ec531cda8 [2021-03-31T16:57:31.718Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-31T16:57:31.718Z] ---> 5262f5f4c797 [2021-03-31T16:57:31.718Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-31T16:57:31.718Z] ---> Running in 45b0d3cca376 [2021-03-31T16:57:31.718Z] ---> Running in af8e23403998 [2021-03-31T16:57:31.718Z] ---> Running in f77a49262768 [2021-03-31T16:57:31.718Z] ---> Running in be81d3caa4de [2021-03-31T16:57:32.710Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T16:57:32.710Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T16:57:32.983Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T16:57:33.253Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-31T16:57:33.253Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T16:57:43.885Z] Removing intermediate container 45f505438f52 [2021-03-31T16:57:43.885Z] ---> 9df3cbc7ffaa [2021-03-31T16:57:43.885Z] Successfully built 9df3cbc7ffaa [2021-03-31T16:57:43.885Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:57:44.239Z] + docker inspect -f . ci-base-image-arm64 [2021-03-31T16:57:44.239Z] . [Pipeline] withDockerContainer [2021-03-31T16:57:44.513Z] prd-ubuntu18.04-docker-arm64-4c-16g-32283 does not seem to be running inside a container [2021-03-31T16:57:44.600Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/52 -v /w/workspace/edgex-go/52:/w/workspace/edgex-go/52:rw,z -v /w/workspace/edgex-go/52@tmp:/w/workspace/edgex-go/52@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-31T16:57:46.123Z] $ docker top c73aae4a67fe3c5e68b07b4f71c3b80c66d4b06c3f10ebe06a45727d7dba9447 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T16:57:47.164Z] + go version [2021-03-31T16:57:47.164Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-31T16:57:47.194Z] $ docker stop --time=1 c73aae4a67fe3c5e68b07b4f71c3b80c66d4b06c3f10ebe06a45727d7dba9447 [2021-03-31T16:57:49.161Z] $ docker rm -f c73aae4a67fe3c5e68b07b4f71c3b80c66d4b06c3f10ebe06a45727d7dba9447 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:57:50.103Z] + docker inspect -f . ci-base-image-arm64 [2021-03-31T16:57:50.103Z] . [Pipeline] withDockerContainer [2021-03-31T16:57:50.359Z] prd-ubuntu18.04-docker-arm64-4c-16g-32283 does not seem to be running inside a container [2021-03-31T16:57:50.439Z] $ 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/52 -v /w/workspace/edgex-go/52:/w/workspace/edgex-go/52:rw,z -v /w/workspace/edgex-go/52@tmp:/w/workspace/edgex-go/52@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-31T16:57:51.825Z] $ docker top e56e52898498faf2430c1b43873d13aa24deb98583996ae9ae4a7b5664989d9e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-31T16:57:52.190Z] ========================================================= [2021-03-31T16:57:52.190Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-31T16:57:52.190Z] ========================================================= [Pipeline] sh [2021-03-31T16:57:52.836Z] + make test [2021-03-31T16:57:52.836Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-31T16:58:05.539Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T16:58:15.043Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-31T16:58:15.670Z] Removing intermediate container f77a49262768 [2021-03-31T16:58:15.670Z] ---> aed79a06ddab [2021-03-31T16:58:15.670Z] Removing intermediate container be81d3caa4de [2021-03-31T16:58:15.670Z] ---> ee930be1deff [2021-03-31T16:58:15.670Z] [2021-03-31T16:58:15.670Z] [2021-03-31T16:58:15.670Z] Step 10/23 : FROM alpine:3.12Step 10/31 : FROM alpine:3.12 [2021-03-31T16:58:15.670Z] [2021-03-31T16:58:15.670Z] 3.12: Pulling from library/alpine [2021-03-31T16:58:15.670Z] 3.12: Pulling from library/alpine [2021-03-31T16:58:16.627Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T16:58:16.628Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T16:58:16.628Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T16:58:16.628Z] ---> 42cb162f0360 [2021-03-31T16:58:16.628Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T16:58:16.628Z] Status: Image is up to date for alpine:3.12 [2021-03-31T16:58:16.628Z] ---> 42cb162f0360 [2021-03-31T16:58:16.628Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-31T16:58:16.911Z] Removing intermediate container af8e23403998 [2021-03-31T16:58:16.911Z] ---> ed5b0ce8e48a [2021-03-31T16:58:16.911Z] [2021-03-31T16:58:16.911Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T16:58:16.911Z] ---> 42cb162f0360 [2021-03-31T16:58:16.911Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-31T16:58:16.911Z] ---> Running in 7be36079aa91 [2021-03-31T16:58:17.185Z] ---> Running in 2f8617f42459 [2021-03-31T16:58:17.185Z] ---> Running in d2819a5bf08e [2021-03-31T16:58:20.519Z] Removing intermediate container 2f8617f42459 [2021-03-31T16:58:20.519Z] ---> 2239c0795ec9 [2021-03-31T16:58:20.519Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-31T16:58:20.519Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:58:20.519Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:58:20.519Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T16:58:20.519Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:58:20.519Z] OK: 6 MiB in 15 packages [2021-03-31T16:58:21.094Z] ---> Running in 8e74d15c22c8 [2021-03-31T16:58:21.094Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:58:21.094Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:58:21.094Z] Removing intermediate container 45b0d3cca376 [2021-03-31T16:58:21.094Z] ---> b0179db8cadc [2021-03-31T16:58:21.094Z] [2021-03-31T16:58:21.094Z] Step 10/24 : FROM alpine:3.12 [2021-03-31T16:58:21.094Z] ---> 42cb162f0360 [2021-03-31T16:58:21.094Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-31T16:58:21.094Z] Removing intermediate container 8837d95304fd [2021-03-31T16:58:21.094Z] ---> 930278ceb8cc [2021-03-31T16:58:21.094Z] [2021-03-31T16:58:21.094Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T16:58:21.094Z] ---> 42cb162f0360 [2021-03-31T16:58:21.094Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-31T16:58:21.357Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T16:58:21.357Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:58:21.357Z] OK: 6 MiB in 15 packages [2021-03-31T16:58:21.357Z] ---> Running in 765da8d8fcec [2021-03-31T16:58:21.357Z] ---> Running in 86f81deddfd4 [2021-03-31T16:58:22.320Z] Removing intermediate container 7be36079aa91 [2021-03-31T16:58:22.320Z] ---> ebe38e5c15a3 [2021-03-31T16:58:22.320Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T16:58:22.320Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:58:22.320Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:58:22.320Z] ---> Running in 7172ff566eb3 [2021-03-31T16:58:22.320Z] Removing intermediate container d2819a5bf08e [2021-03-31T16:58:22.320Z] ---> 554f7a7a003c [2021-03-31T16:58:22.320Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T16:58:22.320Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-31T16:58:22.320Z] (2/2) Installing su-exec (0.2-r1) [2021-03-31T16:58:22.320Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:58:22.320Z] OK: 6 MiB in 16 packages [2021-03-31T16:58:22.320Z] ---> Running in bf255503eb86 [2021-03-31T16:58:22.599Z] Removing intermediate container 7172ff566eb3 [2021-03-31T16:58:22.599Z] ---> 25db44afd05d [2021-03-31T16:58:22.599Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-31T16:58:22.599Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:58:22.599Z] ---> Running in 170862d2f195 [2021-03-31T16:58:22.878Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:58:22.878Z] Removing intermediate container bf255503eb86 [2021-03-31T16:58:22.878Z] ---> d50af751eb78 [2021-03-31T16:58:22.878Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-31T16:58:22.878Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:58:22.878Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:58:22.878Z] ---> Running in c827d2bf4f9c [2021-03-31T16:58:22.878Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-31T16:58:22.878Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T16:58:22.878Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-31T16:58:22.878Z] (4/6) Installing curl (7.69.1-r3) [2021-03-31T16:58:22.878Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-31T16:58:22.878Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-31T16:58:22.878Z] (6/6) Installing su-exec (0.2-r1) [2021-03-31T16:58:22.878Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:58:23.141Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T16:58:23.141Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-31T16:58:23.141Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:58:23.141Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T16:58:23.141Z] OK: 7 MiB in 20 packages [2021-03-31T16:58:23.141Z] OK: 6 MiB in 16 packages [2021-03-31T16:58:23.418Z] Removing intermediate container 170862d2f195 [2021-03-31T16:58:23.418Z] ---> 0f2511a28833 [2021-03-31T16:58:23.418Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T16:58:23.995Z] Removing intermediate container c827d2bf4f9c [2021-03-31T16:58:23.995Z] ---> d8745d359289 [2021-03-31T16:58:23.995Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T16:58:23.995Z] ---> Running in 57a42bc4b4fb [2021-03-31T16:58:23.995Z] Removing intermediate container 8e74d15c22c8 [2021-03-31T16:58:23.995Z] ---> 9283f718993e [2021-03-31T16:58:23.995Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-31T16:58:24.261Z] ---> Running in 464d1e010e4e [2021-03-31T16:58:24.261Z] ---> Running in 7c552f0b6ff1 [2021-03-31T16:58:24.530Z] Removing intermediate container 57a42bc4b4fb [2021-03-31T16:58:24.530Z] ---> 99ebbe1dbb4a [2021-03-31T16:58:24.530Z] Step 15/23 : WORKDIR / [2021-03-31T16:58:24.796Z] ---> Running in d8f4d1286032 [2021-03-31T16:58:25.374Z] Removing intermediate container 7c552f0b6ff1 [2021-03-31T16:58:25.374Z] ---> b8463070a92e [2021-03-31T16:58:25.374Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T16:58:25.374Z] Removing intermediate container 464d1e010e4e [2021-03-31T16:58:25.374Z] ---> 6be6f5557748 [2021-03-31T16:58:25.374Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-31T16:58:25.374Z] Removing intermediate container 765da8d8fcec [2021-03-31T16:58:25.374Z] ---> ac4fecf09dd5 [2021-03-31T16:58:25.374Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T16:58:25.374Z] Removing intermediate container 86f81deddfd4 [2021-03-31T16:58:25.374Z] ---> 166d2ebc5b24 [2021-03-31T16:58:25.374Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T16:58:25.374Z] ---> Running in 966ba455a747 [2021-03-31T16:58:25.639Z] ---> Running in e065696a55d8 [2021-03-31T16:58:25.639Z] Removing intermediate container d8f4d1286032 [2021-03-31T16:58:25.639Z] ---> 106e863d23a7 [2021-03-31T16:58:25.639Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T16:58:25.639Z] ---> Running in 61f5f95c32cb [2021-03-31T16:58:25.639Z] ---> 24bc4efa2197 [2021-03-31T16:58:25.639Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-31T16:58:25.639Z] Removing intermediate container 966ba455a747 [2021-03-31T16:58:25.639Z] ---> 4e931cfbc954 [2021-03-31T16:58:25.639Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-31T16:58:25.907Z] Removing intermediate container e065696a55d8 [2021-03-31T16:58:25.907Z] ---> c73ee42460bf [2021-03-31T16:58:25.907Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-31T16:58:26.174Z] Removing intermediate container 61f5f95c32cb [2021-03-31T16:58:26.174Z] ---> faf69c005b14 [2021-03-31T16:58:26.174Z] Step 13/24 : WORKDIR / [2021-03-31T16:58:26.174Z] ---> Running in 9aa9574a5c4a [2021-03-31T16:58:26.440Z] ---> 668e1fa08a84 [2021-03-31T16:58:26.440Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-31T16:58:26.440Z] ---> Running in e35e6ee959ca [2021-03-31T16:58:26.440Z] ---> Running in 1450c5394a02 [2021-03-31T16:58:26.440Z] ---> b0ed6daed592 [2021-03-31T16:58:26.440Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-31T16:58:26.709Z] Removing intermediate container 1450c5394a02 [2021-03-31T16:58:26.709Z] ---> 8100ba07e97c [2021-03-31T16:58:26.709Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T16:58:26.980Z] Removing intermediate container e35e6ee959ca [2021-03-31T16:58:26.980Z] ---> 666a1200357c [2021-03-31T16:58:26.980Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-31T16:58:26.980Z] ---> Running in 7473d1ba8768 [2021-03-31T16:58:27.244Z] ---> 7d99ba5b66e6 [2021-03-31T16:58:27.244Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-31T16:58:27.244Z] ---> cb5723b7a420 [2021-03-31T16:58:27.244Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-31T16:58:27.821Z] ---> Running in b06decfa2935 [2021-03-31T16:58:27.821Z] ---> f944e6174bd1 [2021-03-31T16:58:27.821Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-31T16:58:27.821Z] ---> 18a32889d9f6 [2021-03-31T16:58:27.821Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-31T16:58:27.821Z] Removing intermediate container 7473d1ba8768 [2021-03-31T16:58:27.821Z] ---> 32ce59e9edbe [2021-03-31T16:58:27.821Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T16:58:28.083Z] ---> Running in 6876d9581e70 [2021-03-31T16:58:28.083Z] Removing intermediate container b06decfa2935 [2021-03-31T16:58:28.083Z] ---> 5f83d89d20e0 [2021-03-31T16:58:28.083Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T16:58:28.083Z] ---> f51ac76a1b43 [2021-03-31T16:58:28.083Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-31T16:58:28.345Z] ---> Running in 8216c43485cc [2021-03-31T16:58:28.345Z] Removing intermediate container 9aa9574a5c4a [2021-03-31T16:58:28.345Z] ---> beb85360bd43 [2021-03-31T16:58:28.345Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-31T16:58:28.345Z] ---> febfa238c2d2 [2021-03-31T16:58:28.345Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-31T16:58:28.625Z] Removing intermediate container 6876d9581e70 [2021-03-31T16:58:28.626Z] ---> 1ea0e88009df [2021-03-31T16:58:28.626Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T16:58:28.626Z] ---> Running in be08bbbaa73f [2021-03-31T16:58:28.626Z] ---> ed782add3d3c [2021-03-31T16:58:28.626Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-31T16:58:28.626Z] ---> Running in 5f84d02f3453 [2021-03-31T16:58:28.907Z] Removing intermediate container 8216c43485cc [2021-03-31T16:58:28.907Z] ---> c7b7f608bc45 [2021-03-31T16:58:28.907Z] Step 20/22 : LABEL arch=x86_64 [2021-03-31T16:58:28.907Z] Removing intermediate container be08bbbaa73f [2021-03-31T16:58:28.907Z] ---> 587c41972786 [2021-03-31T16:58:28.907Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-31T16:58:28.907Z] ---> Running in ce73ddaab7f3 [2021-03-31T16:58:29.178Z] Removing intermediate container 5f84d02f3453 [2021-03-31T16:58:29.178Z] ---> ebb603a637f0 [2021-03-31T16:58:29.178Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T16:58:29.178Z] ---> ab1f3480e829 [2021-03-31T16:58:29.178Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-31T16:58:29.178Z] ---> Running in 6c626c8a2705 [2021-03-31T16:58:29.453Z] Removing intermediate container ce73ddaab7f3 [2021-03-31T16:58:29.454Z] ---> cfb70a437313 [2021-03-31T16:58:29.454Z] Step 21/22 : LABEL git_sha=6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 [2021-03-31T16:58:29.454Z] ---> 60384c2b27c5 [2021-03-31T16:58:29.454Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-31T16:58:29.454Z] ---> 62057be00417 [2021-03-31T16:58:29.454Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-31T16:58:30.045Z] ---> Running in e8e10f604975 [2021-03-31T16:58:30.045Z] ---> f34b3d1d5316 [2021-03-31T16:58:30.045Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-31T16:58:30.045Z] Removing intermediate container 6c626c8a2705 [2021-03-31T16:58:30.045Z] ---> 05a0258ef48b [2021-03-31T16:58:30.045Z] Step 22/23 : LABEL git_sha=6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 [2021-03-31T16:58:30.045Z] ---> Running in c921bb5cc36e [2021-03-31T16:58:30.045Z] ---> Running in 6d7ff441f4ef [2021-03-31T16:58:30.312Z] ---> 13226f72349a [2021-03-31T16:58:30.312Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-31T16:58:30.312Z] ---> Running in d75c6b24deca [2021-03-31T16:58:30.577Z] Removing intermediate container e8e10f604975 [2021-03-31T16:58:30.577Z] ---> 96db13a50ab9 [2021-03-31T16:58:30.577Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T16:58:30.577Z] Removing intermediate container c921bb5cc36e [2021-03-31T16:58:30.577Z] ---> fc61a8c94fcc [2021-03-31T16:58:30.577Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T16:58:30.577Z] ---> Running in 4d21df26288f [2021-03-31T16:58:30.851Z] ---> 89f81977b686 [2021-03-31T16:58:30.851Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-31T16:58:30.851Z] Removing intermediate container d75c6b24deca [2021-03-31T16:58:30.851Z] ---> f357350b48e2 [2021-03-31T16:58:30.851Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T16:58:30.851Z] ---> Running in 3022b8e33990 [2021-03-31T16:58:30.851Z] ---> Running in 41c5c2ef05b7 [2021-03-31T16:58:30.851Z] ---> Running in b51bea4186a8 [2021-03-31T16:58:31.126Z] Removing intermediate container 4d21df26288f [2021-03-31T16:58:31.126Z] ---> 492b6c2109bc [2021-03-31T16:58:31.126Z] [2021-03-31T16:58:31.394Z] Removing intermediate container 3022b8e33990 [2021-03-31T16:58:31.394Z] ---> 5a172d9cb784 [2021-03-31T16:58:31.394Z] Step 20/22 : LABEL arch=x86_64 [2021-03-31T16:58:31.394Z] Removing intermediate container b51bea4186a8 [2021-03-31T16:58:31.394Z] ---> d048e652941e [2021-03-31T16:58:31.394Z] [2021-03-31T16:58:31.394Z] Successfully built 492b6c2109bc [2021-03-31T16:58:31.664Z] ---> Running in 587c20000959 [2021-03-31T16:58:31.664Z] Successfully built d048e652941e [2021-03-31T16:58:31.664Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-31T16:58:31.664Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-03-31T16:58:31.664Z] Successfully tagged docker-core-command-go:latest [2021-03-31T16:58:31.664Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-03-31T16:58:31.937Z] Removing intermediate container 587c20000959 [2021-03-31T16:58:31.937Z] ---> 8d5f6c488dc7 [2021-03-31T16:58:31.937Z] Step 21/22 : LABEL git_sha=6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 [2021-03-31T16:58:31.937Z] ---> Running in b43924def937 [2021-03-31T16:58:31.937Z] Removing intermediate container 6d7ff441f4ef [2021-03-31T16:58:31.937Z] ---> 550c5f820279 [2021-03-31T16:58:31.937Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T16:58:32.201Z] Removing intermediate container b43924def937 [2021-03-31T16:58:32.201Z] ---> 82f8ab517366 [2021-03-31T16:58:32.201Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T16:58:32.466Z] ---> Running in 364d84cab28f [2021-03-31T16:58:32.466Z] ---> ff14e5ed28fb [2021-03-31T16:58:32.466Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-31T16:58:32.466Z] Removing intermediate container 41c5c2ef05b7 [2021-03-31T16:58:32.466Z] ---> 12615ef2a917 [2021-03-31T16:58:32.466Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-31T16:58:32.732Z] ---> Running in 628389d08005 [2021-03-31T16:58:32.732Z] Removing intermediate container 364d84cab28f [2021-03-31T16:58:32.732Z] ---> fccb68869e88 [2021-03-31T16:58:32.732Z] [2021-03-31T16:58:33.311Z] Successfully built fccb68869e88 [2021-03-31T16:58:33.311Z] Successfully tagged docker-support-notifications-go:latest [2021-03-31T16:58:33.311Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-03-31T16:58:33.311Z] Removing intermediate container 628389d08005 [2021-03-31T16:58:33.311Z] ---> 1fa97adaf8e6 [2021-03-31T16:58:33.311Z] Step 22/24 : LABEL arch=x86_64 [2021-03-31T16:58:36.886Z] ---> 220774cd7519 [2021-03-31T16:58:36.886Z] ---> Running in 3eca7aa9aabe [2021-03-31T16:58:36.886Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-31T16:58:42.261Z] ---> 315dedc8b45c [2021-03-31T16:58:42.261Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-31T16:58:42.261Z] Removing intermediate container 3eca7aa9aabe [2021-03-31T16:58:42.261Z] ---> 9375b9105d5c [2021-03-31T16:58:42.261Z] Step 23/24 : LABEL git_sha=6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 [2021-03-31T16:58:43.208Z] ---> Running in 5f521c26d259 [2021-03-31T16:58:43.474Z] ---> 95c8fb7086dd [2021-03-31T16:58:43.474Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-31T16:58:43.474Z] Removing intermediate container 5f521c26d259 [2021-03-31T16:58:43.474Z] ---> 4dc36e79be42 [2021-03-31T16:58:43.474Z] Step 24/24 : LABEL version=0.0.0 [2021-03-31T16:58:43.737Z] ---> Running in b94c0ba85365 [2021-03-31T16:58:43.737Z] ---> 3f3b227d0ef8 [2021-03-31T16:58:43.737Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-31T16:58:44.002Z] Removing intermediate container b94c0ba85365 [2021-03-31T16:58:44.002Z] ---> 5c60625e8719 [2021-03-31T16:58:44.002Z] [2021-03-31T16:58:44.271Z] ---> Running in 28cbd9516a2e [2021-03-31T16:58:44.271Z] Successfully built 5c60625e8719 [2021-03-31T16:58:44.271Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-31T16:58:44.535Z] Building docker-core-metadata-go [2021-03-31T16:58:48.804Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 28cbd9516a2e [2021-03-31T16:58:48.804Z] ---> 6c2ff996c06f [2021-03-31T16:58:48.804Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-31T16:58:50.227Z] ---> ab5490d71ad9 [2021-03-31T16:58:50.227Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-31T16:58:55.581Z] ---> Running in bd8bd6d0b106 [2021-03-31T16:58:56.565Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:58:56.565Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:58:56.565Z] ---> 0fbede08cf1e [2021-03-31T16:58:56.565Z] Step 3/21 : WORKDIR /edgex-go [2021-03-31T16:58:56.565Z] ---> Using cache [2021-03-31T16:58:56.565Z] ---> 2e310105e74d [2021-03-31T16:58:56.565Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:58:56.565Z] ---> Using cache [2021-03-31T16:58:56.565Z] ---> 4bde7a5ce84d [2021-03-31T16:58:56.565Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-31T16:58:56.565Z] ---> Using cache [2021-03-31T16:58:56.565Z] ---> f2f341606622 [2021-03-31T16:58:56.565Z] Step 6/21 : COPY go.mod . [2021-03-31T16:58:56.565Z] ---> Using cache [2021-03-31T16:58:56.566Z] ---> 0b90d1963fdd [2021-03-31T16:58:56.566Z] Step 7/21 : RUN go mod download [2021-03-31T16:58:56.566Z] ---> Using cache [2021-03-31T16:58:56.566Z] ---> 89edb003e74b [2021-03-31T16:58:56.566Z] Step 8/21 : COPY . . [2021-03-31T16:58:56.854Z] ---> Using cache [2021-03-31T16:58:56.854Z] ---> 8cefeae1e3e9 [2021-03-31T16:58:56.854Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-31T16:58:57.882Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:58:57.882Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:58:57.882Z] ---> 0fbede08cf1e [2021-03-31T16:58:57.882Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T16:58:57.882Z] ---> Using cache [2021-03-31T16:58:57.882Z] ---> 2e310105e74d [2021-03-31T16:58:57.882Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:58:57.882Z] ---> Using cache [2021-03-31T16:58:57.882Z] ---> 4bde7a5ce84d [2021-03-31T16:58:57.882Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-31T16:58:58.190Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:58:58.190Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:58:58.190Z] ---> 0fbede08cf1e [2021-03-31T16:58:58.190Z] Step 3/26 : WORKDIR /edgex-go [2021-03-31T16:58:58.190Z] ---> Using cache [2021-03-31T16:58:58.190Z] ---> 2e310105e74d [2021-03-31T16:58:58.190Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:58:58.190Z] ---> Using cache [2021-03-31T16:58:58.190Z] ---> 4bde7a5ce84d [2021-03-31T16:58:58.190Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-31T16:59:02.118Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-31T16:59:02.456Z] ---> Running in 02b19a296d34 [2021-03-31T16:59:02.456Z] ---> Running in f37422cd43e4 [2021-03-31T16:59:02.456Z] ---> Running in ada1407ffd34 [2021-03-31T16:59:03.904Z] Removing intermediate container bd8bd6d0b106 [2021-03-31T16:59:03.904Z] ---> 47691c8f6bc6 [2021-03-31T16:59:03.904Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-31T16:59:04.502Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:59:04.502Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:59:04.502Z] ---> 0fbede08cf1e [2021-03-31T16:59:04.502Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T16:59:04.502Z] ---> Using cache [2021-03-31T16:59:04.502Z] ---> 2e310105e74d [2021-03-31T16:59:04.502Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:59:04.502Z] ---> Using cache [2021-03-31T16:59:04.502Z] ---> 4bde7a5ce84d [2021-03-31T16:59:04.502Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T16:59:04.502Z] ---> Using cache [2021-03-31T16:59:04.502Z] ---> f2f341606622 [2021-03-31T16:59:04.502Z] Step 6/23 : COPY go.mod . [2021-03-31T16:59:04.502Z] ---> Using cache [2021-03-31T16:59:04.502Z] ---> 0b90d1963fdd [2021-03-31T16:59:04.502Z] Step 7/23 : RUN go mod download [2021-03-31T16:59:04.502Z] ---> Using cache [2021-03-31T16:59:04.502Z] ---> 89edb003e74b [2021-03-31T16:59:04.502Z] Step 8/23 : COPY . . [2021-03-31T16:59:04.502Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T16:59:04.781Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:59:04.781Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:59:04.781Z] ---> Using cache [2021-03-31T16:59:04.781Z] ---> 8cefeae1e3e9 [2021-03-31T16:59:04.781Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-31T16:59:05.054Z] ---> Running in 7391f3c62b66 [2021-03-31T16:59:05.054Z] ---> Running in 490041c57d73 [2021-03-31T16:59:05.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:59:05.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:59:05.595Z] Removing intermediate container 7391f3c62b66 [2021-03-31T16:59:05.595Z] ---> 0323954ef3ac [2021-03-31T16:59:05.595Z] Step 28/31 : CMD ["gate"] [2021-03-31T16:59:05.595Z] ---> Running in c5f56a5dd10b [2021-03-31T16:59:05.882Z] OK: 233 MiB in 51 packages [2021-03-31T16:59:05.882Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T16:59:05.882Z] Removing intermediate container c5f56a5dd10b [2021-03-31T16:59:05.882Z] ---> 33d3864b2704 [2021-03-31T16:59:05.882Z] Step 29/31 : LABEL arch=x86_64 [2021-03-31T16:59:05.882Z] OK: 233 MiB in 51 packages [2021-03-31T16:59:06.156Z] ---> Running in 84703cfe0891 [2021-03-31T16:59:06.752Z] Removing intermediate container 84703cfe0891 [2021-03-31T16:59:06.752Z] ---> 02ebe5f2fe10 [2021-03-31T16:59:06.752Z] Step 30/31 : LABEL git_sha=6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 [2021-03-31T16:59:07.026Z] ---> Running in 94e8c1607bd6 [2021-03-31T16:59:07.026Z] Removing intermediate container f37422cd43e4 [2021-03-31T16:59:07.026Z] ---> 504b9e08a7a4 [2021-03-31T16:59:07.026Z] Step 6/26 : COPY go.mod . [2021-03-31T16:59:07.303Z] Removing intermediate container 02b19a296d34 [2021-03-31T16:59:07.303Z] ---> d0aed7a93f4f [2021-03-31T16:59:07.303Z] Step 6/23 : COPY go.mod . [2021-03-31T16:59:07.586Z] Removing intermediate container 94e8c1607bd6 [2021-03-31T16:59:07.586Z] ---> 57a694651160 [2021-03-31T16:59:07.586Z] Step 31/31 : LABEL version=0.0.0 [2021-03-31T16:59:07.867Z] ---> e1bd93073f61 [2021-03-31T16:59:07.867Z] Step 7/26 : RUN go mod download [2021-03-31T16:59:07.867Z] ---> Running in e3a61c4984fc [2021-03-31T16:59:08.141Z] ---> 334e1e4fbe95 [2021-03-31T16:59:08.141Z] Step 7/23 : RUN go mod download [2021-03-31T16:59:08.141Z] ---> Running in ba8c14bd63ac [2021-03-31T16:59:08.421Z] ---> Running in 5ae8b5a876f2 [2021-03-31T16:59:08.421Z] Removing intermediate container e3a61c4984fc [2021-03-31T16:59:08.421Z] ---> 52fe211c8c03 [2021-03-31T16:59:08.421Z] [2021-03-31T16:59:08.700Z] Successfully built 52fe211c8c03 [2021-03-31T16:59:08.700Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-31T16:59:12.087Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 5ae8b5a876f2 [2021-03-31T16:59:12.087Z] ---> 5e57cad2329d [2021-03-31T16:59:12.087Z] Step 8/23 : COPY . . [2021-03-31T16:59:12.087Z] Removing intermediate container ba8c14bd63ac [2021-03-31T16:59:12.087Z] ---> 4c43d78d13b4 [2021-03-31T16:59:12.087Z] Step 8/26 : COPY . . [2021-03-31T16:59:17.439Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-31T16:59:17.439Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-31T16:59:17.439Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-31T16:59:17.439Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-31T16:59:18.090Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-31T16:59:18.379Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-31T16:59:20.456Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-31T16:59:23.117Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-31T16:59:24.109Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-31T16:59:30.516Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T16:59:32.403Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-31T16:59:32.403Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-31T16:59:32.403Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-31T16:59:37.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.319s coverage: 45.9% of statements [2021-03-31T16:59:37.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-31T16:59:37.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-31T16:59:37.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-31T16:59:37.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-31T16:59:37.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-31T16:59:37.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-31T16:59:37.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.185s coverage: 19.8% of statements [2021-03-31T16:59:37.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.256s coverage: 100.0% of statements [2021-03-31T16:59:42.897Z] ---> 733eeb919dd7 [2021-03-31T16:59:42.897Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-31T16:59:42.897Z] ---> 75d558891ee9 [2021-03-31T16:59:42.897Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-31T16:59:42.897Z] ---> Running in 77e80c4db695 [2021-03-31T16:59:42.897Z] ---> Running in daee450a8e8d [2021-03-31T16:59:43.475Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T16:59:43.475Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T16:59:44.561Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.526s coverage: 27.1% of statements [2021-03-31T16:59:44.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-31T16:59:44.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-31T16:59:44.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-31T16:59:44.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-31T16:59:44.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-31T16:59:44.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-31T16:59:44.561Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.174s coverage: 100.0% of statements [2021-03-31T16:59:44.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-31T16:59:44.561Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.216s coverage: 100.0% of statements [2021-03-31T16:59:44.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-31T16:59:44.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-31T16:59:45.429Z] Removing intermediate container ada1407ffd34 [2021-03-31T16:59:45.429Z] ---> 3a9241017ee3 [2021-03-31T16:59:45.429Z] [2021-03-31T16:59:45.429Z] Step 10/21 : FROM alpine:3.12 [2021-03-31T16:59:45.429Z] ---> 42cb162f0360 [2021-03-31T16:59:45.429Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-31T16:59:46.030Z] Removing intermediate container 490041c57d73 [2021-03-31T16:59:46.030Z] ---> 75332e63de2a [2021-03-31T16:59:46.030Z] [2021-03-31T16:59:46.030Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T16:59:46.030Z] ---> 42cb162f0360 [2021-03-31T16:59:46.030Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T16:59:46.030Z] ---> Using cache [2021-03-31T16:59:46.030Z] ---> 554f7a7a003c [2021-03-31T16:59:46.030Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T16:59:46.030Z] ---> Using cache [2021-03-31T16:59:46.030Z] ---> d50af751eb78 [2021-03-31T16:59:46.030Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-31T16:59:46.030Z] ---> Running in 0c98441ac94c [2021-03-31T16:59:46.030Z] ---> Running in 216a74a93326 [2021-03-31T16:59:46.554Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.271s coverage: 71.3% of statements [2021-03-31T16:59:46.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-31T16:59:46.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-31T16:59:46.623Z] Removing intermediate container 216a74a93326 [2021-03-31T16:59:46.623Z] ---> a8ad27d706cb [2021-03-31T16:59:46.623Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T16:59:46.623Z] ---> Running in 26ebb738c86a [2021-03-31T16:59:46.889Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:59:47.169Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:59:47.169Z] Removing intermediate container 26ebb738c86a [2021-03-31T16:59:47.169Z] ---> 597452e8a0fe [2021-03-31T16:59:47.169Z] Step 15/23 : WORKDIR / [2021-03-31T16:59:47.169Z] ---> Running in 28f702666cd0 [2021-03-31T16:59:47.446Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-31T16:59:47.446Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T16:59:47.446Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-31T16:59:47.446Z] (4/4) Installing curl (7.69.1-r3) [2021-03-31T16:59:47.446Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:59:47.446Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T16:59:47.446Z] OK: 7 MiB in 18 packages [2021-03-31T16:59:47.999Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.560s coverage: 82.9% of statements [2021-03-31T16:59:47.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-31T16:59:47.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T16:59:47.999Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.236s coverage: 78.9% of statements [2021-03-31T16:59:47.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-31T16:59:48.040Z] Removing intermediate container 28f702666cd0 [2021-03-31T16:59:48.040Z] ---> d5dbb6c6a118 [2021-03-31T16:59:48.040Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T16:59:48.630Z] ---> 903bfabfdec9 [2021-03-31T16:59:48.630Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-31T16:59:49.245Z] Removing intermediate container 0c98441ac94c [2021-03-31T16:59:49.245Z] ---> ba4e5585f81c [2021-03-31T16:59:49.245Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T16:59:49.535Z] ---> Running in 380b6f125e69 [2021-03-31T16:59:49.807Z] ---> 8ca2a8763bca [2021-03-31T16:59:49.807Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-31T16:59:49.807Z] Removing intermediate container 380b6f125e69 [2021-03-31T16:59:49.807Z] ---> 80728478a0bf [2021-03-31T16:59:49.807Z] Step 13/21 : WORKDIR /edgex [2021-03-31T16:59:49.807Z] ---> Running in 033c2136ed75 [2021-03-31T16:59:50.399Z] ---> 3f554901d46f [2021-03-31T16:59:50.399Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-31T16:59:50.399Z] Removing intermediate container 033c2136ed75 [2021-03-31T16:59:50.399Z] ---> 9d68eb9f2a63 [2021-03-31T16:59:50.399Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-31T16:59:50.399Z] ---> Running in 8cfa19f4c661 [2021-03-31T16:59:50.995Z] Removing intermediate container 8cfa19f4c661 [2021-03-31T16:59:50.995Z] ---> 5af820896f79 [2021-03-31T16:59:50.995Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T16:59:51.593Z] ---> ed7061dd05d1 [2021-03-31T16:59:51.593Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-31T16:59:51.865Z] ---> Running in 97d4260aa1eb [2021-03-31T16:59:52.450Z] Removing intermediate container 97d4260aa1eb [2021-03-31T16:59:52.450Z] ---> 2bb6df9c75b0 [2021-03-31T16:59:52.450Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T16:59:52.719Z] ---> 131b271524d9 [2021-03-31T16:59:52.719Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-31T16:59:52.719Z] ---> Running in 6666aeacf2c0 [2021-03-31T16:59:54.142Z] Removing intermediate container 6666aeacf2c0 [2021-03-31T16:59:54.142Z] ---> b0e5123f5d50 [2021-03-31T16:59:54.142Z] Step 22/23 : LABEL git_sha=6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 [2021-03-31T16:59:54.411Z] ---> 59a7ebde161c [2021-03-31T16:59:54.411Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-31T16:59:54.411Z] ---> Running in 8d26df50f340 [2021-03-31T16:59:54.411Z] ---> Running in b9d8aef2bcd9 [2021-03-31T16:59:55.383Z] Removing intermediate container 8d26df50f340 [2021-03-31T16:59:55.383Z] ---> 6d516c6394ba [2021-03-31T16:59:55.383Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T16:59:55.383Z] Removing intermediate container b9d8aef2bcd9 [2021-03-31T16:59:55.383Z] ---> bcc2bb4213c9 [2021-03-31T16:59:55.383Z] Step 18/21 : CMD ["--init=true"] [2021-03-31T16:59:55.383Z] ---> Running in f7ca118261b5 [2021-03-31T16:59:55.383Z] ---> Running in b32566a5fe39 [2021-03-31T16:59:56.349Z] Removing intermediate container b32566a5fe39 [2021-03-31T16:59:56.349Z] ---> 34a7883c337f [2021-03-31T16:59:56.349Z] Step 19/21 : LABEL arch=x86_64 [2021-03-31T16:59:56.349Z] Removing intermediate container f7ca118261b5 [2021-03-31T16:59:56.349Z] ---> 973a85ab8cb0 [2021-03-31T16:59:56.349Z] [2021-03-31T16:59:56.613Z] ---> Running in ed1c5cc71f8b [2021-03-31T16:59:56.613Z] Successfully built 973a85ab8cb0 [2021-03-31T16:59:56.613Z] Successfully tagged docker-core-metadata-go:latest [2021-03-31T16:59:56.876Z]  Building docker-core-metadata-go ... done Removing intermediate container ed1c5cc71f8b [2021-03-31T16:59:56.876Z] ---> 3319ee320142 [2021-03-31T16:59:56.876Z] Step 20/21 : LABEL git_sha=6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 [2021-03-31T16:59:56.876Z] ---> Running in 0ce043953cfd [2021-03-31T16:59:57.147Z] Removing intermediate container 0ce043953cfd [2021-03-31T16:59:57.147Z] ---> 4be572213ab9 [2021-03-31T16:59:57.147Z] Step 21/21 : LABEL version=0.0.0 [2021-03-31T16:59:57.419Z] ---> Running in 88072be670d4 [2021-03-31T16:59:57.694Z] Removing intermediate container 88072be670d4 [2021-03-31T16:59:57.694Z] ---> 76996d594989 [2021-03-31T16:59:57.694Z] [2021-03-31T16:59:57.967Z] Successfully built 76996d594989 [2021-03-31T16:59:57.967Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-31T16:59:58.181Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.060s coverage: 28.6% of statements [2021-03-31T16:59:58.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-31T16:59:58.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-31T16:59:58.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-31T16:59:58.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-31T16:59:58.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-31T16:59:58.181Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.296s coverage: 100.0% of statements [2021-03-31T16:59:58.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-31T16:59:58.181Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.165s coverage: 100.0% of statements [2021-03-31T16:59:58.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-31T16:59:58.181Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.365s coverage: 86.7% of statements [2021-03-31T16:59:58.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-31T16:59:58.181Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.406s coverage: 97.5% of statements [2021-03-31T16:59:58.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-31T16:59:58.181Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.207s coverage: 78.3% of statements [2021-03-31T16:59:58.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-31T16:59:58.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-31T16:59:58.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-31T16:59:58.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-31T17:00:06.230Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 77e80c4db695 [2021-03-31T17:00:06.230Z] ---> ef60bb0c2c57 [2021-03-31T17:00:06.230Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-31T17:00:06.230Z] ---> Running in a4d4b682268b [2021-03-31T17:00:06.230Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T17:00:06.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.281s coverage: 92.8% of statements [2021-03-31T17:00:06.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-31T17:00:06.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T17:00:06.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-31T17:00:06.517Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-31T17:00:06.517Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-31T17:00:06.517Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-31T17:00:06.517Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-31T17:00:06.517Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-31T17:00:06.517Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-31T17:00:06.517Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-31T17:00:06.517Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-31T17:00:06.517Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-31T17:00:06.517Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-31T17:00:06.517Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-31T17:00:06.517Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-31T17:00:06.517Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-31T17:00:06.517Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-31T17:00:06.517Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-31T17:00:06.517Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.158s coverage: 58.8% of statements [2021-03-31T17:00:06.517Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-31T17:00:06.517Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-31T17:00:06.517Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.276s coverage: 1.0% of statements [2021-03-31T17:00:06.517Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-31T17:00:06.517Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-31T17:00:06.517Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-31T17:00:06.517Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.152s coverage: 47.1% of statements [2021-03-31T17:00:06.517Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.208s coverage: 79.5% of statements [2021-03-31T17:00:06.517Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.175s coverage: 94.1% of statements [2021-03-31T17:00:06.517Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.155s coverage: 96.3% of statements [2021-03-31T17:00:06.517Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.179s coverage: 87.5% of statements [2021-03-31T17:00:09.562Z] Removing intermediate container daee450a8e8d [2021-03-31T17:00:09.563Z] ---> deeff7de9d5b [2021-03-31T17:00:09.563Z] [2021-03-31T17:00:09.563Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T17:00:09.563Z] ---> 42cb162f0360 [2021-03-31T17:00:09.563Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-31T17:00:09.563Z] ---> Running in 9a690a44bb21 [2021-03-31T17:00:09.563Z] Removing intermediate container a4d4b682268b [2021-03-31T17:00:09.563Z] ---> 1ad28992ad89 [2021-03-31T17:00:09.563Z] [2021-03-31T17:00:09.563Z] Step 11/26 : FROM docker:20.10.0 [2021-03-31T17:00:09.563Z] 20.10.0: Pulling from library/docker [2021-03-31T17:00:09.563Z] Removing intermediate container 9a690a44bb21 [2021-03-31T17:00:09.563Z] ---> 8297f829d2b4 [2021-03-31T17:00:09.563Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-31T17:00:09.563Z] ---> Running in ca8bb7d5a3b6 [2021-03-31T17:00:10.137Z] Removing intermediate container ca8bb7d5a3b6 [2021-03-31T17:00:10.137Z] ---> 79cde62c75b2 [2021-03-31T17:00:10.137Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-31T17:00:10.400Z] ---> Running in 0c465950970a [2021-03-31T17:00:10.975Z] Removing intermediate container 0c465950970a [2021-03-31T17:00:10.975Z] ---> 45c93011c5a0 [2021-03-31T17:00:10.975Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T17:00:11.238Z] ---> Running in 3e97038f05f1 [2021-03-31T17:00:12.681Z] Removing intermediate container 3e97038f05f1 [2021-03-31T17:00:12.681Z] ---> e8d74e46f7c0 [2021-03-31T17:00:12.681Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-31T17:00:14.094Z] ---> Running in fb3ee2289dc4 [2021-03-31T17:00:14.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T17:00:14.670Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-31T17:00:14.670Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-31T17:00:14.670Z] ---> aefe523efa57 [2021-03-31T17:00:14.670Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-31T17:00:14.933Z] ---> Running in 1824e64ff13c [2021-03-31T17:00:15.203Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T17:00:15.486Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T17:00:15.486Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T17:00:15.754Z] (1/2) Installing readline (8.0.4-r0) [2021-03-31T17:00:15.754Z] (2/2) Installing bash (5.0.17-r0) [2021-03-31T17:00:15.754Z] Executing bash-5.0.17-r0.post-install [2021-03-31T17:00:15.754Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T17:00:15.754Z] OK: 12 MiB in 22 packages [2021-03-31T17:00:15.755Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-31T17:00:15.755Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-31T17:00:16.016Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-31T17:00:16.016Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-31T17:00:16.280Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-31T17:00:16.280Z] Removing intermediate container 1824e64ff13c [2021-03-31T17:00:16.280Z] ---> d214af82a194 [2021-03-31T17:00:16.280Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-31T17:00:16.280Z] ---> Running in 26414769af88 [2021-03-31T17:00:16.280Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-31T17:00:16.280Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T17:00:16.280Z] OK: 8 MiB in 20 packages [2021-03-31T17:00:16.544Z] Removing intermediate container 26414769af88 [2021-03-31T17:00:16.544Z] ---> 2489859bedb4 [2021-03-31T17:00:16.544Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-31T17:00:16.544Z] ---> Running in 8b8856c6a98a [2021-03-31T17:00:16.806Z] Removing intermediate container 8b8856c6a98a [2021-03-31T17:00:16.806Z] ---> 86b5034d3c74 [2021-03-31T17:00:16.806Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-31T17:00:16.806Z] ---> Running in f4d0a3fa46e7 [2021-03-31T17:00:17.070Z] Removing intermediate container fb3ee2289dc4 [2021-03-31T17:00:17.070Z] ---> 241e3cfa436f [2021-03-31T17:00:17.070Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T17:00:17.070Z] Removing intermediate container f4d0a3fa46e7 [2021-03-31T17:00:17.070Z] ---> 3505aced61ae [2021-03-31T17:00:17.071Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-31T17:00:17.344Z] ---> c988d42fdfee [2021-03-31T17:00:17.344Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-31T17:00:17.620Z] ---> 6577ac7f050c [2021-03-31T17:00:17.620Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-31T17:00:18.277Z] ---> 3cfd6b9334f5 [2021-03-31T17:00:18.277Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-31T17:00:18.277Z] ---> 2664b09c85cc [2021-03-31T17:00:18.277Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-31T17:00:18.552Z] ---> f93a1320f91c [2021-03-31T17:00:18.552Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-31T17:00:18.552Z] ---> 448e6e2ea28b [2021-03-31T17:00:18.552Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-31T17:00:18.552Z] ---> Running in fd33f8e9d369 [2021-03-31T17:00:18.552Z] ---> Running in 581113d12ae7 [2021-03-31T17:00:18.872Z] Removing intermediate container fd33f8e9d369 [2021-03-31T17:00:18.872Z] ---> 302110a4f3a6 [2021-03-31T17:00:18.872Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T17:00:18.872Z] ---> Running in 27cc37ebb1d8 [2021-03-31T17:00:19.183Z] Removing intermediate container 27cc37ebb1d8 [2021-03-31T17:00:19.183Z] ---> 5a028f984814 [2021-03-31T17:00:19.183Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T17:00:19.183Z] ---> Running in 5e503307382a [2021-03-31T17:00:19.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T17:00:19.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T17:00:19.456Z] Removing intermediate container 5e503307382a [2021-03-31T17:00:19.456Z] ---> 8daf8d55f8dc [2021-03-31T17:00:19.456Z] Step 22/23 : LABEL git_sha=6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 [2021-03-31T17:00:19.456Z] ---> Running in e465bf0a523a [2021-03-31T17:00:19.456Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-31T17:00:19.456Z] (2/33) Installing expat (2.2.9-r1) [2021-03-31T17:00:19.456Z] (3/33) Installing libffi (3.3-r2) [2021-03-31T17:00:19.456Z] (4/33) Installing gdbm (1.13-r1) [2021-03-31T17:00:19.456Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-31T17:00:19.456Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-31T17:00:19.718Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-31T17:00:19.718Z] Removing intermediate container e465bf0a523a [2021-03-31T17:00:19.718Z] ---> 7a3bb9364e2e [2021-03-31T17:00:19.718Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T17:00:21.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.140s coverage: 94.4% of statements [2021-03-31T17:00:21.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.141s coverage: 44.8% of statements [2021-03-31T17:00:23.026Z] ---> Running in 68c4b38835e5 [2021-03-31T17:00:23.026Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-31T17:00:23.026Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-31T17:00:23.026Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-31T17:00:23.026Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-31T17:00:23.026Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-31T17:00:23.026Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-31T17:00:23.026Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-31T17:00:23.026Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-31T17:00:23.026Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-31T17:00:23.603Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-31T17:00:23.603Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-31T17:00:23.603Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-31T17:00:23.603Z] Removing intermediate container 68c4b38835e5 [2021-03-31T17:00:23.603Z] ---> 96504599a007 [2021-03-31T17:00:23.603Z] [2021-03-31T17:00:23.603Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-31T17:00:23.603Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-31T17:00:23.603Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-31T17:00:23.871Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-31T17:00:23.871Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-31T17:00:23.871Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-31T17:00:23.871Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-31T17:00:23.871Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-31T17:00:23.871Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-31T17:00:23.871Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-31T17:00:23.871Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-31T17:00:23.871Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-31T17:00:23.871Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-31T17:00:23.871Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-31T17:00:23.871Z] Successfully built 96504599a007 [2021-03-31T17:00:23.871Z] Successfully tagged docker-core-data-go:latest [2021-03-31T17:00:24.140Z]  Building docker-core-data-go ... done Executing busybox-1.31.1-r19.trigger [2021-03-31T17:00:24.140Z] OK: 71 MiB in 55 packages [2021-03-31T17:00:25.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.496s coverage: 82.6% of statements [2021-03-31T17:00:30.759Z] Removing intermediate container 581113d12ae7 [2021-03-31T17:00:30.759Z] ---> f1d0de4cd496 [2021-03-31T17:00:30.759Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-31T17:00:30.759Z] ---> Running in 3362db4effa1 [2021-03-31T17:00:31.709Z] Collecting docker-compose==1.23.2 [2021-03-31T17:00:31.709Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-31T17:00:31.977Z] Collecting PyYAML<4,>=3.10 [2021-03-31T17:00:31.977Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-31T17:00:32.924Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-31T17:00:32.924Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-31T17:00:32.924Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-31T17:00:33.186Z] Collecting docker<4.0,>=3.6.0 [2021-03-31T17:00:33.186Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-31T17:00:33.450Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-31T17:00:33.450Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-31T17:00:33.450Z] Collecting cached-property<2,>=1.2.0 [2021-03-31T17:00:33.450Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-31T17:00:33.714Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-31T17:00:33.714Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-31T17:00:34.288Z] Collecting jsonschema<3,>=2.5.1 [2021-03-31T17:00:34.288Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-31T17:00:34.288Z] Collecting texttable<0.10,>=0.9.0 [2021-03-31T17:00:34.288Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-31T17:00:34.865Z] Collecting docopt<0.7,>=0.6.1 [2021-03-31T17:00:34.865Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-31T17:00:35.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.194s coverage: 92.9% of statements [2021-03-31T17:00:35.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-31T17:00:35.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-31T17:00:35.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-31T17:00:35.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.060s coverage: 77.8% of statements [2021-03-31T17:00:35.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-31T17:00:35.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-31T17:00:35.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-31T17:00:35.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-31T17:00:35.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-31T17:00:35.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements [2021-03-31T17:00:35.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-31T17:00:35.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-31T17:00:35.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements [2021-03-31T17:00:35.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-31T17:00:35.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.159s coverage: 75.5% of statements [2021-03-31T17:00:35.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-31T17:00:35.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.118s coverage: 80.8% of statements [2021-03-31T17:00:35.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.186s coverage: 87.2% of statements [2021-03-31T17:00:35.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.191s coverage: 84.6% of statements [2021-03-31T17:00:35.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.246s coverage: 91.6% of statements [2021-03-31T17:00:35.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-31T17:00:35.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.563s coverage: 64.4% of statements [2021-03-31T17:00:35.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-31T17:00:35.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-31T17:00:35.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.123s coverage: 100.0% of statements [2021-03-31T17:00:35.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements [2021-03-31T17:00:35.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements [2021-03-31T17:00:35.454Z] Collecting docker-pycreds>=0.4.0 [2021-03-31T17:00:35.454Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-31T17:00:35.454Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-31T17:00:35.454Z] Collecting idna<2.8,>=2.5 [2021-03-31T17:00:35.454Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-31T17:00:35.454Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-31T17:00:35.454Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-31T17:00:35.454Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-31T17:00:35.454Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-31T17:00:35.454Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-31T17:00:35.454Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-31T17:00:35.454Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-31T17:00:35.723Z] Installing collected packages: PyYAML, websocket-client, docker-pycreds, idna, urllib3, requests, docker, cached-property, dockerpty, jsonschema, texttable, docopt, docker-compose [2021-03-31T17:00:35.723Z] Running setup.py install for PyYAML: started [2021-03-31T17:00:35.823Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements [2021-03-31T17:00:36.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.070s coverage: 100.0% of statements [2021-03-31T17:00:36.309Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-31T17:00:36.309Z] Attempting uninstall: idna [2021-03-31T17:00:36.578Z] Found existing installation: idna 2.9 [2021-03-31T17:00:36.578Z] Uninstalling idna-2.9: [2021-03-31T17:00:36.578Z] Successfully uninstalled idna-2.9 [2021-03-31T17:00:36.578Z] Attempting uninstall: urllib3 [2021-03-31T17:00:36.578Z] Found existing installation: urllib3 1.25.9 [2021-03-31T17:00:36.578Z] Uninstalling urllib3-1.25.9: [2021-03-31T17:00:36.843Z] Successfully uninstalled urllib3-1.25.9 [2021-03-31T17:00:36.843Z] Attempting uninstall: requests [2021-03-31T17:00:36.843Z] Found existing installation: requests 2.23.0 [2021-03-31T17:00:36.843Z] Uninstalling requests-2.23.0: [2021-03-31T17:00:36.843Z] Successfully uninstalled requests-2.23.0 [2021-03-31T17:00:37.417Z] Running setup.py install for dockerpty: started [2021-03-31T17:00:37.679Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-31T17:00:37.940Z] Running setup.py install for texttable: started [2021-03-31T17:00:38.514Z] Running setup.py install for texttable: finished with status 'done' [2021-03-31T17:00:38.514Z] Running setup.py install for docopt: started [2021-03-31T17:00:38.776Z] Running setup.py install for docopt: finished with status 'done' [2021-03-31T17:00:39.039Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-31T17:00:39.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.937s coverage: 69.0% of statements [2021-03-31T17:00:39.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-31T17:00:39.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-31T17:00:39.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-31T17:00:40.954Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.451s coverage: 38.4% of statements [2021-03-31T17:00:40.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-31T17:00:40.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-31T17:00:40.954Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.134s coverage: 89.5% of statements [2021-03-31T17:00:40.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-31T17:00:40.954Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.109s coverage: 84.8% of statements [2021-03-31T17:00:43.255Z] Removing intermediate container 3362db4effa1 [2021-03-31T17:00:43.255Z] ---> 81fbc498ed48 [2021-03-31T17:00:43.255Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-31T17:00:43.255Z] ---> Running in 1a546256b077 [2021-03-31T17:00:43.829Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T17:00:43.829Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T17:00:44.093Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T17:00:44.093Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-31T17:00:44.093Z] (3/3) Installing curl (7.69.1-r3) [2021-03-31T17:00:44.093Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T17:00:44.093Z] OK: 72 MiB in 58 packages [2021-03-31T17:00:44.669Z] Removing intermediate container 1a546256b077 [2021-03-31T17:00:44.670Z] ---> c328a852124a [2021-03-31T17:00:44.670Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-31T17:00:44.670Z] ---> Running in ed4b917d70de [2021-03-31T17:00:44.670Z] Removing intermediate container ed4b917d70de [2021-03-31T17:00:44.670Z] ---> 5c9400ca62bb [2021-03-31T17:00:44.670Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T17:00:44.938Z] ---> Running in 9834c6f6f339 [2021-03-31T17:00:44.938Z] Removing intermediate container 9834c6f6f339 [2021-03-31T17:00:44.938Z] ---> 3d72d0467fef [2021-03-31T17:00:44.938Z] Step 24/26 : LABEL arch=x86_64 [2021-03-31T17:00:44.938Z] ---> Running in c771e6b2e91e [2021-03-31T17:00:45.207Z] Removing intermediate container c771e6b2e91e [2021-03-31T17:00:45.207Z] ---> e95c1a826a41 [2021-03-31T17:00:45.207Z] Step 25/26 : LABEL git_sha=6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 [2021-03-31T17:00:45.207Z] ---> Running in 4e933295b4fa [2021-03-31T17:00:45.469Z] Removing intermediate container 4e933295b4fa [2021-03-31T17:00:45.469Z] ---> 8a4df2941535 [2021-03-31T17:00:45.469Z] Step 26/26 : LABEL version=0.0.0 [2021-03-31T17:00:45.469Z] ---> Running in ea72b35cbe96 [2021-03-31T17:00:45.736Z] Removing intermediate container ea72b35cbe96 [2021-03-31T17:00:45.736Z] ---> 111b277de7a0 [2021-03-31T17:00:45.736Z] [2021-03-31T17:00:45.999Z] Successfully built 111b277de7a0 [2021-03-31T17:00:45.999Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-31T17:00:46.592Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-31T17:00:46.610Z] $ docker stop --time=1 d271e54963f33572f2ee3f5e94f60ba784f34cf0b110aec336d4bf52453d6c24 [2021-03-31T17:00:47.711Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.434s coverage: 47.0% of statements [2021-03-31T17:00:47.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-31T17:00:47.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-31T17:00:47.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-31T17:00:47.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-31T17:00:47.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-31T17:00:47.711Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.132s coverage: 100.0% of statements [2021-03-31T17:00:47.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-31T17:00:47.711Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.123s coverage: 100.0% of statements [2021-03-31T17:00:47.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-31T17:00:47.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-31T17:00:47.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-31T17:00:47.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-31T17:00:47.711Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.383s coverage: 87.1% of statements [2021-03-31T17:00:47.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-31T17:00:47.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T17:00:47.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-31T17:00:48.362Z] $ docker rm -f d271e54963f33572f2ee3f5e94f60ba784f34cf0b110aec336d4bf52453d6c24 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T17:00:48.884Z] + docker images [2021-03-31T17:00:48.884Z] + grep docker [2021-03-31T17:00:49.146Z] docker-sys-mgmt-agent-go latest 111b277de7a0 4 seconds ago 314MB [2021-03-31T17:00:49.146Z] docker-core-data-go latest 96504599a007 27 seconds ago 22.7MB [2021-03-31T17:00:49.146Z] docker-security-proxy-setup-go latest 76996d594989 52 seconds ago 25.4MB [2021-03-31T17:00:49.146Z] docker-core-metadata-go latest 973a85ab8cb0 54 seconds ago 19MB [2021-03-31T17:00:49.146Z] docker-security-bootstrapper-go latest 52fe211c8c03 About a minute ago 18.9MB [2021-03-31T17:00:49.146Z] docker-security-secretstore-setup-go latest 5c60625e8719 2 minutes ago 25.7MB [2021-03-31T17:00:49.146Z] docker-support-notifications-go latest fccb68869e88 2 minutes ago 17.9MB [2021-03-31T17:00:49.146Z] docker-core-command-go latest d048e652941e 2 minutes ago 17.3MB [2021-03-31T17:00:49.146Z] docker-support-scheduler-go latest 492b6c2109bc 2 minutes ago 17.4MB [2021-03-31T17:00:49.146Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-31T17:00:56.016Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.145s coverage: 29.1% of statements [2021-03-31T17:00:56.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-31T17:00:56.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-31T17:00:56.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-31T17:00:56.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-31T17:00:56.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-31T17:00:56.016Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.214s coverage: 99.0% of statements [2021-03-31T17:00:56.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-31T17:00:56.016Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.149s coverage: 100.0% of statements [2021-03-31T17:00:56.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-31T17:00:56.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-31T17:00:56.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-31T17:00:56.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-31T17:00:56.016Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.245s coverage: 95.0% of statements [2021-03-31T17:00:56.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-31T17:00:56.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T17:00:56.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-31T17:00:56.016Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.065s coverage: 0.0% of statements [2021-03-31T17:00:56.016Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-31T17:00:56.016Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-03-31T17:00:56.016Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-31T17:00:56.016Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-31T17:00:56.016Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-31T17:00:56.016Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-31T17:00:56.016Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.097s coverage: 87.9% of statements [2021-03-31T17:00:56.016Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-31T17:00:56.016Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-31T17:00:56.016Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.064s coverage: 100.0% of statements [2021-03-31T17:00:56.287Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.118s coverage: 32.1% of statements [2021-03-31T17:00:57.726Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-03-31T17:00:58.319Z] GO111MODULE=on go vet ./... [2021-03-31T17:01:04.826Z] Still waiting to schedule task [2021-03-31T17:01:04.826Z] ‘prd-ubuntu18.04-docker-8c-8g-32285’ is offline [2021-03-31T17:02:05.177Z] Running on prd-ubuntu18.04-docker-8c-8g-32286 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-31T17:02:05.248Z] Running in /w/workspace/edgex-go/52 [Pipeline] { [Pipeline] checkout [2021-03-31T17:02:07.487Z] using credential edgex-jenkins-ssh [2021-03-31T17:02:07.541Z] Cloning the remote Git repository [2021-03-31T17:02:07.567Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-31T17:02:07.643Z] > git init /w/workspace/edgex-go/52 # timeout=10 [2021-03-31T17:02:07.678Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T17:02:07.679Z] > git --version # timeout=10 [2021-03-31T17:02:07.687Z] > git --version # 'git version 2.17.1' [2021-03-31T17:02:07.688Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T17:02:07.712Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T17:02:14.460Z] Merging remotes/origin/master commit f2bd0815c0e73667d07e5744b61daa5be38d8f92 into PR head commit 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 [2021-03-31T17:02:14.589Z] Merge succeeded, producing 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 [2021-03-31T17:02:14.590Z] Checking out Revision 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 (PR-3234) [2021-03-31T17:02:13.932Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T17:02:13.937Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T17:02:13.945Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T17:02:13.961Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T17:02:13.961Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T17:02:13.966Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T17:02:14.468Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T17:02:14.474Z] > git checkout -f 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 # timeout=10 [2021-03-31T17:02:14.557Z] > git remote # timeout=10 [2021-03-31T17:02:14.564Z] > git config --get remote.origin.url # timeout=10 [2021-03-31T17:02:14.569Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T17:02:14.572Z] > git merge f2bd0815c0e73667d07e5744b61daa5be38d8f92 # timeout=10 [2021-03-31T17:02:14.582Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-31T17:02:14.591Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T17:02:14.595Z] > git checkout -f 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 # timeout=10 [2021-03-31T17:02:18.320Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T17:02:19.395Z] + echo snap-build.sh [2021-03-31T17:02:19.395Z] snap-build.sh [2021-03-31T17:02:19.395Z] + SNAP_BASE_DIR=. [2021-03-31T17:02:19.395Z] + '[' '!' -z /w/workspace/edgex-go/52 ']' [2021-03-31T17:02:19.395Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/52 [2021-03-31T17:02:19.395Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/52]' [2021-03-31T17:02:19.395Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/52] [2021-03-31T17:02:19.395Z] + cd /w/workspace/edgex-go/52 [2021-03-31T17:02:19.395Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-31T17:02:19.395Z] Reading package lists... [2021-03-31T17:02:19.395Z] Building dependency tree... [2021-03-31T17:02:19.395Z] Reading state information... [2021-03-31T17:02:19.657Z] The following packages were automatically installed and are no longer required: [2021-03-31T17:02:19.658Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-31T17:02:19.658Z] uidmap xdelta3 [2021-03-31T17:02:19.658Z] Use 'sudo apt autoremove' to remove them. [2021-03-31T17:02:19.658Z] The following packages will be REMOVED: [2021-03-31T17:02:19.658Z] lxd* lxd-client* [2021-03-31T17:02:20.115Z] gofmt -l . [2021-03-31T17:02:20.115Z] [ "`gofmt -l .`" = "" ] [2021-03-31T17:02:20.115Z] ./bin/test-go-mod-tidy.sh [2021-03-31T17:02:20.115Z] ./bin/test-attribution-txt.sh [2021-03-31T17:02:20.232Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-31T17:02:20.232Z] After this operation, 31.7 MB disk space will be freed. [Pipeline] sh [2021-03-31T17:02:21.283Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-31T17:02:21.283Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-31T17:02:21.381Z] + ls -al . [2021-03-31T17:02:21.381Z] total 808 [2021-03-31T17:02:21.381Z] drwxrwxr-x 9 1001 1001 4096 Mar 31 17:02 . [2021-03-31T17:02:21.381Z] drwxr-xr-x 4 root root 4096 Mar 31 16:57 .. [2021-03-31T17:02:21.381Z] -rw-rw-r-- 1 1001 1001 11 Mar 31 16:56 .dockerignore [2021-03-31T17:02:21.381Z] drwxrwxr-x 8 1001 1001 4096 Mar 31 16:56 .git [2021-03-31T17:02:21.381Z] drwxrwxr-x 3 1001 1001 4096 Mar 31 16:56 .github [2021-03-31T17:02:21.381Z] -rw-rw-r-- 1 1001 1001 818 Mar 31 16:56 .gitignore [2021-03-31T17:02:21.381Z] -rw-rw-r-- 1 1001 1001 166 Mar 31 16:56 .sonarcloud.properties [2021-03-31T17:02:21.381Z] -rw-rw-r-- 1 1001 1001 8607 Mar 31 16:56 Attribution.txt [2021-03-31T17:02:21.381Z] -rw-rw-r-- 1 1001 1001 3804 Mar 31 16:56 CONTRIBUTING.md [2021-03-31T17:02:21.381Z] -rw-rw-r-- 1 1001 1001 931 Mar 31 16:56 Dockerfile.build [2021-03-31T17:02:21.381Z] -rw-rw-r-- 1 1001 1001 863 Mar 31 16:56 Jenkinsfile [2021-03-31T17:02:21.381Z] -rw-rw-r-- 1 1001 1001 10775 Mar 31 16:56 LICENSE [2021-03-31T17:02:21.381Z] -rw-rw-r-- 1 1001 1001 5774 Mar 31 16:56 Makefile [2021-03-31T17:02:21.381Z] -rw-rw-r-- 1 1001 1001 6548 Mar 31 16:56 README.md [2021-03-31T17:02:21.381Z] -rw-rw-r-- 1 1001 1001 6755 Mar 31 16:56 SECURITY.md [2021-03-31T17:02:21.381Z] -rw-rw-r-- 1 1001 1001 5 Mar 31 16:52 VERSION [2021-03-31T17:02:21.381Z] -rw-rw-r-- 1 1001 1001 4131 Mar 31 16:56 ZMQWindows.md [2021-03-31T17:02:21.381Z] drwxrwxr-x 2 1001 1001 4096 Mar 31 16:56 bin [2021-03-31T17:02:21.381Z] drwxrwxr-x 14 1001 1001 4096 Mar 31 16:56 cmd [2021-03-31T17:02:21.381Z] -rw-r--r-- 1 root root 669470 Mar 31 17:00 coverage.out [2021-03-31T17:02:21.381Z] -rw-r--r-- 1 root root 1057 Mar 31 17:02 go.mod [2021-03-31T17:02:21.381Z] -rw-r--r-- 1 root root 22362 Mar 31 17:02 go.sum [2021-03-31T17:02:21.381Z] drwxrwxr-x 8 1001 1001 4096 Mar 31 16:56 internal [2021-03-31T17:02:21.381Z] drwxrwxr-x 4 1001 1001 4096 Mar 31 16:56 openapi [2021-03-31T17:02:21.381Z] drwxrwxr-x 4 1001 1001 4096 Mar 31 16:56 snap [2021-03-31T17:02:21.381Z] -rw-rw-r-- 1 1001 1001 168 Mar 31 16:56 version.go [Pipeline] sh [2021-03-31T17:02:21.857Z] Removing lxd dnsmasq configuration [2021-03-31T17:02:22.056Z] + '[' -e coverage.out ] [2021-03-31T17:02:22.056Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-31T17:02:22.116Z] Warning: overwriting stash ‘coverage-report’ [2021-03-31T17:02:22.119Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-31T17:02:22.119Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-31T17:02:23.075Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-31T17:02:23.649Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-31T17:02:23.649Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-31T17:02:23.653Z] Stashed 1 file(s) [Pipeline] sh [2021-03-31T17:02:24.320Z] + make build [2021-03-31T17:02:24.321Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T17:02:25.037Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-31T17:02:25.037Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-31T17:02:26.951Z] + sudo snap remove --purge lxd [2021-03-31T17:02:26.951Z] snap "lxd" is not installed [2021-03-31T17:02:26.951Z] + sudo groupadd --force --system lxd [2021-03-31T17:02:26.951Z] ++ whoami [2021-03-31T17:02:26.951Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-31T17:02:26.951Z] + newgrp - lxd [2021-03-31T17:02:26.951Z] + sudo snap install lxd [2021-03-31T17:02:34.485Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T17:02:53.613Z] 2021-03-31T17:02:49Z INFO Waiting for automatic snapd restart... [2021-03-31T17:03:01.290Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T17:03:02.790Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T17:03:08.196Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T17:03:09.168Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T17:03:14.566Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T17:03:15.590Z] lxd 4.12 from Canonical* installed [2021-03-31T17:03:15.590Z] + sudo lxd init --auto [2021-03-31T17:03:19.977Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T17:03:23.366Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T17:03:23.733Z] + sudo snap install --classic snapcraft [2021-03-31T17:03:30.073Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T17:03:33.467Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T17:03:37.773Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-31T17:03:41.860Z] snapcraft 4.6 from Canonical* installed [2021-03-31T17:03:41.860Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-31T17:03:41.860Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-31T17:03:41.860Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T17:03:41.860Z] Dload Upload Total Spent Left Speed [2021-03-31T17:03:41.860Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4071 0 --:--:-- --:--:-- --:--:-- 4071 [2021-03-31T17:03:41.860Z] 100 3325k 100 3325k 0 0 9554k 0 --:--:-- --:--:-- --:--:-- 9554k [2021-03-31T17:03:41.860Z] ./yq_linux_amd64 [2021-03-31T17:03:41.860Z] + sudo snapcraft prime --use-lxd [2021-03-31T17:03:41.860Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-31T17:03:42.122Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-31T17:03:42.122Z] - README.md [2021-03-31T17:03:42.122Z] [2021-03-31T17:03:42.122Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-31T17:03:42.709Z] Launching a container. [Pipeline] } [2021-03-31T17:03:46.113Z] $ docker stop --time=1 e56e52898498faf2430c1b43873d13aa24deb98583996ae9ae4a7b5664989d9e [2021-03-31T17:03:48.701Z] $ docker rm -f e56e52898498faf2430c1b43873d13aa24deb98583996ae9ae4a7b5664989d9e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T17:03:50.748Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T17:03:50.748Z] [2021-03-31T17:03:50.748Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T17:03:51.420Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T17:03:51.421Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-31T17:03:51.421Z] 29e5d40040c1: Pulling fs layer [2021-03-31T17:03:51.421Z] 1ce36da41761: Pulling fs layer [2021-03-31T17:03:51.421Z] 25b303627fd3: Pulling fs layer [2021-03-31T17:03:51.698Z] 29e5d40040c1: Verifying Checksum [2021-03-31T17:03:51.698Z] 29e5d40040c1: Download complete [2021-03-31T17:03:52.296Z] 1ce36da41761: Verifying Checksum [2021-03-31T17:03:52.296Z] 1ce36da41761: Download complete [2021-03-31T17:03:52.570Z] 29e5d40040c1: Pull complete [2021-03-31T17:03:54.004Z] 1ce36da41761: Pull complete [2021-03-31T17:03:54.004Z] 25b303627fd3: Verifying Checksum [2021-03-31T17:03:54.004Z] 25b303627fd3: Download complete [2021-03-31T17:04:00.846Z] Waiting for container to be ready [2021-03-31T17:04:00.846Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-31T17:04:00.846Z] [2021-03-31T17:04:04.257Z] 25b303627fd3: Pull complete [2021-03-31T17:04:04.257Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-31T17:04:04.257Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T17:04:04.257Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-31T17:04:04.498Z] prd-ubuntu18.04-docker-arm64-4c-16g-32283 does not seem to be running inside a container [2021-03-31T17:04:04.598Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/52 -v /w/workspace/edgex-go/52:/w/workspace/edgex-go/52:rw,z -v /w/workspace/edgex-go/52@tmp:/w/workspace/edgex-go/52@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-31T17:04:05.063Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-31T17:04:05.324Z] Waiting for network to be ready... [2021-03-31T17:04:05.585Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-31T17:04:05.846Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-03-31T17:04:05.846Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-31T17:04:05.846Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-31T17:04:05.846Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-31T17:04:05.846Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-31T17:04:05.846Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-31T17:04:05.846Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-31T17:04:05.846Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-31T17:04:05.846Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-31T17:04:06.793Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-31T17:04:07.054Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-31T17:04:07.619Z] $ docker top f8f2e5a5ba377e6bd6dd6afe51a7f2cd046d8dfc266dc6ae3bfecc5fd847959e -eo pid,comm [2021-03-31T17:04:07.628Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-31T17:04:07.628Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-31T17:04:07.628Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-31T17:04:07.628Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-31T17:04:07.628Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-31T17:04:07.628Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [Pipeline] { [Pipeline] sh [2021-03-31T17:04:08.567Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-31T17:04:08.567Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-31T17:04:08.625Z] + + grepdocker-compose parallel build [2021-03-31T17:04:08.625Z] --help [2021-03-31T17:04:08.829Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-31T17:04:08.829Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-31T17:04:08.829Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-31T17:04:08.829Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-31T17:04:08.829Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-31T17:04:08.829Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-31T17:04:08.829Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-31T17:04:11.397Z] Fetched 24.2 MB in 5s (4482 kB/s) [2021-03-31T17:04:11.968Z] Reading package lists... [2021-03-31T17:04:11.996Z] --parallel Build images in parallel. [2021-03-31T17:04:12.233Z] Reading package lists... [2021-03-31T17:04:12.233Z] Building dependency tree... [2021-03-31T17:04:12.233Z] Reading state information... [Pipeline] } [2021-03-31T17:04:12.300Z] $ docker stop --time=1 f8f2e5a5ba377e6bd6dd6afe51a7f2cd046d8dfc266dc6ae3bfecc5fd847959e [2021-03-31T17:04:12.493Z] The following additional packages will be installed: [2021-03-31T17:04:12.493Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-31T17:04:12.493Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-31T17:04:12.493Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-31T17:04:12.493Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-31T17:04:12.493Z] Suggested packages: [2021-03-31T17:04:12.493Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-31T17:04:12.493Z] Recommended packages: [2021-03-31T17:04:12.493Z] gnupg libsasl2-modules [2021-03-31T17:04:12.493Z] The following NEW packages will be installed: [2021-03-31T17:04:12.493Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-31T17:04:12.493Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-31T17:04:12.493Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-31T17:04:12.493Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-31T17:04:12.493Z] The following packages will be upgraded: [2021-03-31T17:04:12.493Z] gpg gpg-agent gpgconf libudev1 [2021-03-31T17:04:12.493Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-31T17:04:12.493Z] Need to get 3530 kB of archives. [2021-03-31T17:04:12.493Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-31T17:04:12.493Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-31T17:04:12.493Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-31T17:04:12.493Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-31T17:04:12.493Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-31T17:04:12.761Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-31T17:04:13.024Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-31T17:04:13.600Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-31T17:04:13.600Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-31T17:04:13.600Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-31T17:04:13.600Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-31T17:04:13.600Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-31T17:04:13.600Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-31T17:04:13.600Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-31T17:04:13.600Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-31T17:04:13.600Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-31T17:04:13.600Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-31T17:04:13.600Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-31T17:04:13.600Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-31T17:04:13.600Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-31T17:04:13.600Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-31T17:04:13.863Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-31T17:04:13.863Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-31T17:04:13.863Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T17:04:14.130Z] Fetched 3530 kB in 1s (2584 kB/s) [2021-03-31T17:04:14.130Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-31T17:04:14.130Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-31T17:04:14.130Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T17:04:14.130Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-31T17:04:14.175Z] $ docker rm -f f8f2e5a5ba377e6bd6dd6afe51a7f2cd046d8dfc266dc6ae3bfecc5fd847959e [2021-03-31T17:04:14.393Z] Selecting previously unselected package udev. [2021-03-31T17:04:14.393Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-31T17:04:14.393Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-31T17:04:14.393Z] Unpacking udev (237-3ubuntu10.45) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T17:04:14.662Z] Selecting previously unselected package libfuse2:amd64. [2021-03-31T17:04:14.662Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-31T17:04:14.662Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-31T17:04:14.662Z] Selecting previously unselected package fuse. [2021-03-31T17:04:14.662Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-31T17:04:14.662Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-31T17:04:14.662Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T17:04:14.923Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T17:04:14.923Z] . [2021-03-31T17:04:14.924Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T17:04:14.924Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T17:04:14.924Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T17:04:14.924Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [Pipeline] withDockerContainer [2021-03-31T17:04:15.185Z] prd-ubuntu18.04-docker-arm64-4c-16g-32283 does not seem to be running inside a container [2021-03-31T17:04:15.188Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T17:04:15.188Z] Selecting previously unselected package libksba8:amd64. [2021-03-31T17:04:15.188Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-31T17:04:15.188Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-31T17:04:15.273Z] $ 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/52 -v /w/workspace/edgex-go/52:/w/workspace/edgex-go/52:rw,z -v /w/workspace/edgex-go/52@tmp:/w/workspace/edgex-go/52@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-31T17:04:15.449Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-31T17:04:15.449Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T17:04:15.449Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T17:04:15.449Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-31T17:04:15.449Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T17:04:15.449Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T17:04:15.449Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-31T17:04:15.449Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T17:04:15.710Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T17:04:15.710Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-31T17:04:15.710Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T17:04:15.710Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T17:04:15.710Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-31T17:04:15.710Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T17:04:15.710Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T17:04:15.992Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-31T17:04:15.992Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T17:04:15.992Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T17:04:15.992Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-31T17:04:15.992Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T17:04:15.992Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T17:04:15.992Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-31T17:04:15.992Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T17:04:16.254Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T17:04:16.254Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-31T17:04:16.254Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T17:04:16.254Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T17:04:16.254Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-31T17:04:16.254Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-31T17:04:16.254Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T17:04:16.517Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-31T17:04:16.517Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-31T17:04:16.517Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T17:04:16.517Z] Selecting previously unselected package libldap-common. [2021-03-31T17:04:16.517Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-31T17:04:16.517Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T17:04:16.517Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-31T17:04:16.517Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-31T17:04:16.517Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T17:04:16.625Z] $ docker top 66d48d26b72603b7205596df4e054ffe1cf6525abd35984b9dcd2cc524673d4e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T17:04:17.095Z] Selecting previously unselected package dirmngr. [2021-03-31T17:04:17.095Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T17:04:17.095Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-31T17:04:17.095Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T17:04:17.095Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-31T17:04:17.096Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-31T17:04:17.096Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T17:04:17.096Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T17:04:17.356Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-31T17:04:17.356Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T17:04:17.356Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-31T17:04:17.356Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T17:04:17.356Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-31T17:04:17.614Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-31T17:04:17.623Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-31T17:04:17.894Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T17:04:17.894Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-31T17:04:17.894Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-31T17:04:17.894Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-31T17:04:17.894Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T17:04:17.894Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T17:04:18.160Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T17:04:18.160Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T17:04:18.160Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T17:04:18.160Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T17:04:18.160Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T17:04:18.160Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T17:04:18.160Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-31T17:04:18.160Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T17:04:18.733Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-31T17:04:18.733Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-31T17:04:18.733Z] This means they are not meant to be enabled using systemctl. [2021-03-31T17:04:18.733Z] Possible reasons for having this kind of units are: [2021-03-31T17:04:18.733Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-31T17:04:18.733Z] .wants/ or .requires/ directory. [2021-03-31T17:04:18.733Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-31T17:04:18.733Z] a requirement dependency on it. [2021-03-31T17:04:18.733Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-31T17:04:18.733Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-31T17:04:18.733Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-31T17:04:18.733Z] instance name specified. [2021-03-31T17:04:18.997Z] Reading package lists... [2021-03-31T17:04:19.261Z] Building dependency tree... [2021-03-31T17:04:19.261Z] Reading state information... [2021-03-31T17:04:19.531Z] The following additional packages will be installed: [2021-03-31T17:04:19.531Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-31T17:04:19.531Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-31T17:04:19.531Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-31T17:04:19.532Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-31T17:04:19.532Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-31T17:04:19.532Z] Suggested packages: [2021-03-31T17:04:19.532Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-31T17:04:19.532Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-31T17:04:19.532Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-31T17:04:19.532Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-31T17:04:19.532Z] systemd-container policykit-1 [2021-03-31T17:04:19.532Z] Recommended packages: [2021-03-31T17:04:19.532Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-31T17:04:19.532Z] The following NEW packages will be installed: [2021-03-31T17:04:19.532Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-31T17:04:19.532Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-31T17:04:19.532Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-31T17:04:19.532Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-31T17:04:19.532Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-31T17:04:19.532Z] The following packages will be upgraded: [2021-03-31T17:04:19.532Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-31T17:04:19.532Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-31T17:04:19.532Z] Need to get 35.2 MB of archives. [2021-03-31T17:04:19.532Z] After this operation, 141 MB of additional disk space will be used. [2021-03-31T17:04:19.532Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-31T17:04:19.532Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-31T17:04:19.532Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-03-31T17:04:19.797Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-31T17:04:19.797Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-31T17:04:19.797Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-31T17:04:19.797Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-31T17:04:19.797Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-31T17:04:19.797Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-31T17:04:19.797Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-31T17:04:19.797Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-31T17:04:19.797Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-31T17:04:19.797Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-31T17:04:19.797Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-31T17:04:19.797Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-31T17:04:19.797Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-31T17:04:19.797Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-31T17:04:19.797Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-31T17:04:19.797Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-31T17:04:20.742Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-31T17:04:20.742Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-31T17:04:20.742Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-31T17:04:20.742Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-31T17:04:20.742Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-31T17:04:20.742Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-31T17:04:20.742Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-31T17:04:20.742Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-31T17:04:20.742Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-31T17:04:20.979Z] Building docker-core-command-go ... [2021-03-31T17:04:20.979Z] Building docker-core-data-go ... [2021-03-31T17:04:20.979Z] Building docker-core-metadata-go ... [2021-03-31T17:04:20.979Z] Building docker-security-bootstrapper-go ... [2021-03-31T17:04:20.979Z] Building docker-security-proxy-setup-go ... [2021-03-31T17:04:20.979Z] Building docker-security-secretstore-setup-go ... [2021-03-31T17:04:20.979Z] Building docker-support-notifications-go ... [2021-03-31T17:04:20.979Z] Building docker-support-scheduler-go ... [2021-03-31T17:04:20.979Z] Building docker-sys-mgmt-agent-go ... [2021-03-31T17:04:20.979Z] Building docker-sys-mgmt-agent-go [2021-03-31T17:04:20.979Z] Building docker-core-data-go [2021-03-31T17:04:20.979Z] Building docker-support-scheduler-go [2021-03-31T17:04:20.979Z] Building docker-security-bootstrapper-go [2021-03-31T17:04:20.979Z] Building docker-support-notifications-go [2021-03-31T17:04:21.005Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-31T17:04:21.005Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-31T17:04:21.266Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T17:04:21.266Z] Fetched 35.2 MB in 2s (22.8 MB/s) [2021-03-31T17:04:21.266Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-31T17:04:21.266Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-31T17:04:21.527Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T17:04:22.099Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-31T17:04:22.099Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T17:04:22.099Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-31T17:04:22.099Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-31T17:04:22.099Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-31T17:04:22.361Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-31T17:04:22.361Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-31T17:04:22.625Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-31T17:04:22.625Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-31T17:04:22.625Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-31T17:04:22.887Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-31T17:04:22.887Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-31T17:04:23.460Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-31T17:04:23.460Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-31T17:04:23.460Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-31T17:04:23.460Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-31T17:04:23.721Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-31T17:04:23.721Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T17:04:23.721Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T17:04:23.982Z] Selecting previously unselected package libexpat1:amd64. [2021-03-31T17:04:23.982Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-31T17:04:23.982Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-31T17:04:23.982Z] Selecting previously unselected package python3.6-minimal. [2021-03-31T17:04:23.982Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T17:04:23.982Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T17:04:24.244Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-31T17:04:24.508Z] Checking for services that may need to be restarted...done. [2021-03-31T17:04:24.508Z] Checking for services that may need to be restarted...done. [2021-03-31T17:04:24.508Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T17:04:24.508Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-31T17:04:24.508Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T17:04:25.079Z] Selecting previously unselected package python3-minimal. [2021-03-31T17:04:25.079Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-31T17:04:25.079Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-31T17:04:25.079Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-31T17:04:25.079Z] Selecting previously unselected package mime-support. [2021-03-31T17:04:25.079Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-31T17:04:25.080Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-31T17:04:25.345Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-31T17:04:25.345Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-31T17:04:25.345Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-31T17:04:25.345Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-31T17:04:25.345Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T17:04:25.345Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T17:04:25.605Z] Selecting previously unselected package python3.6. [2021-03-31T17:04:25.605Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T17:04:25.605Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T17:04:25.605Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-31T17:04:25.870Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-31T17:04:25.870Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-31T17:04:25.870Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-31T17:04:26.132Z] Selecting previously unselected package python3. [2021-03-31T17:04:26.132Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-31T17:04:26.132Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-31T17:04:26.132Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-31T17:04:26.132Z] Selecting previously unselected package multiarch-support. [2021-03-31T17:04:26.132Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T17:04:26.132Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-31T17:04:26.132Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-31T17:04:26.397Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-31T17:04:26.397Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-31T17:04:26.397Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-31T17:04:26.397Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-31T17:04:26.397Z] Selecting previously unselected package libbsd0:amd64. [2021-03-31T17:04:26.397Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-31T17:04:26.397Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-31T17:04:26.397Z] Selecting previously unselected package sudo. [2021-03-31T17:04:26.397Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-31T17:04:26.397Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-31T17:04:26.659Z] Selecting previously unselected package apparmor. [2021-03-31T17:04:26.659Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-31T17:04:26.659Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-31T17:04:26.921Z] Selecting previously unselected package libedit2:amd64. [2021-03-31T17:04:26.921Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-31T17:04:26.921Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-31T17:04:26.921Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-31T17:04:26.921Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T17:04:26.921Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T17:04:26.921Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-31T17:04:26.921Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T17:04:26.921Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T17:04:27.182Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-31T17:04:27.182Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-31T17:04:27.182Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-31T17:04:27.756Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-31T17:04:27.756Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T17:04:27.756Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T17:04:27.756Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-31T17:04:27.756Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T17:04:27.756Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T17:04:28.017Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-31T17:04:28.017Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-31T17:04:28.017Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-31T17:04:28.017Z] Selecting previously unselected package openssh-client. [2021-03-31T17:04:28.017Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-31T17:04:28.017Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-31T17:04:28.281Z] Selecting previously unselected package squashfs-tools. [2021-03-31T17:04:28.281Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-31T17:04:28.281Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-31T17:04:28.281Z] Selecting previously unselected package snapd. [2021-03-31T17:04:28.281Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-31T17:04:28.543Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-31T17:04:30.456Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-31T17:04:30.456Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-31T17:04:30.456Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-31T17:04:30.456Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-31T17:04:30.716Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-31T17:04:30.717Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T17:04:30.717Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T17:04:30.717Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-31T17:04:30.717Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-31T17:04:31.288Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-31T17:04:31.549Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-31T17:04:31.549Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-31T17:04:31.549Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T17:04:31.549Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T17:04:31.549Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T17:04:32.121Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-31T17:04:32.121Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T17:04:32.121Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-31T17:04:32.121Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-31T17:04:32.121Z] running python rtupdate hooks for python3.6... [2021-03-31T17:04:32.121Z] running python post-rtupdate hooks for python3.6... [2021-03-31T17:04:32.383Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-31T17:04:34.298Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-31T17:04:34.561Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T17:04:34.561Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-31T17:04:34.823Z] Setting up snapd (2.48.3+18.04) ... [2021-03-31T17:04:35.084Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-31T17:04:35.346Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-31T17:04:35.607Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-31T17:04:35.607Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-31T17:04:35.868Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-31T17:04:35.868Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-31T17:04:36.129Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-31T17:04:36.390Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-31T17:04:36.390Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-31T17:04:36.651Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-31T17:04:36.651Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-03-31T17:04:36.651Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T17:04:36.914Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-31T17:04:37.859Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-31T17:04:37.859Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T17:04:37.859Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T17:04:39.377Z] Reading package lists... [2021-03-31T17:04:39.377Z] Reading package lists... [2021-03-31T17:04:39.637Z] Building dependency tree... [2021-03-31T17:04:39.637Z] Reading state information... [2021-03-31T17:04:39.637Z] Calculating upgrade... [2021-03-31T17:04:39.900Z] The following packages will be upgraded: [2021-03-31T17:04:39.900Z] advancecomp base-files bash binutils binutils-common [2021-03-31T17:04:39.900Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-31T17:04:39.900Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-31T17:04:39.900Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-31T17:04:39.900Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-31T17:04:39.900Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-31T17:04:39.900Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-31T17:04:39.900Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-31T17:04:39.900Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-31T17:04:39.900Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-31T17:04:39.900Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-31T17:04:39.900Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-31T17:04:39.900Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-31T17:04:39.900Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-31T17:04:39.900Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-31T17:04:39.900Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-31T17:04:39.900Z] Need to get 63.8 MB of archives. [2021-03-31T17:04:39.900Z] After this operation, 5208 kB of additional disk space will be used. [2021-03-31T17:04:39.900Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-03-31T17:04:40.162Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-31T17:04:40.162Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-31T17:04:40.162Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-31T17:04:40.162Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-31T17:04:40.162Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-31T17:04:40.162Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-31T17:04:40.162Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-31T17:04:40.162Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-31T17:04:40.162Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-31T17:04:40.162Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-31T17:04:40.162Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-31T17:04:40.162Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-31T17:04:40.162Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-31T17:04:40.162Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-31T17:04:40.162Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-31T17:04:40.162Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-31T17:04:40.162Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-31T17:04:40.162Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-31T17:04:40.162Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-31T17:04:40.162Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-31T17:04:40.162Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-31T17:04:40.162Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-31T17:04:40.162Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-31T17:04:40.162Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-31T17:04:40.162Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-31T17:04:40.162Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-31T17:04:40.162Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-31T17:04:40.424Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-31T17:04:40.424Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-31T17:04:40.424Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-31T17:04:40.424Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-31T17:04:40.424Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-31T17:04:40.424Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-31T17:04:40.424Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-31T17:04:40.424Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-31T17:04:40.424Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-31T17:04:40.424Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-31T17:04:40.424Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-31T17:04:40.424Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-03-31T17:04:40.424Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-31T17:04:40.424Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-31T17:04:40.424Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-31T17:04:40.424Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-31T17:04:40.424Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-31T17:04:40.424Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-31T17:04:40.424Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-31T17:04:40.424Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-31T17:04:40.424Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-31T17:04:40.424Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-31T17:04:40.424Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-31T17:04:40.424Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-31T17:04:40.424Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-31T17:04:40.424Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-31T17:04:40.424Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-31T17:04:40.685Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-31T17:04:40.686Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-31T17:04:40.686Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-31T17:04:40.686Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-31T17:04:40.947Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-31T17:04:40.947Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-31T17:04:40.947Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-31T17:04:40.947Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-31T17:04:40.947Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-31T17:04:41.519Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-31T17:04:41.519Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-31T17:04:41.519Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-31T17:04:41.519Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-31T17:04:41.519Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-31T17:04:41.779Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-31T17:04:41.779Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-31T17:04:41.779Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-31T17:04:41.779Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-31T17:04:41.779Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-31T17:04:41.779Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-31T17:04:41.779Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-31T17:04:41.779Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-31T17:04:41.779Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-31T17:04:41.779Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-31T17:04:41.779Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-31T17:04:41.779Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-31T17:04:41.779Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-31T17:04:41.779Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-31T17:04:41.779Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-31T17:04:41.779Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-31T17:04:41.779Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-31T17:04:42.040Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-31T17:04:42.040Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-31T17:04:42.040Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-31T17:04:42.302Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-31T17:04:42.302Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-31T17:04:42.302Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-31T17:04:42.302Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-31T17:04:42.302Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-31T17:04:42.302Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-31T17:04:42.302Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-31T17:04:42.302Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-31T17:04:42.302Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-31T17:04:42.302Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-31T17:04:42.563Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T17:04:42.563Z] Fetched 63.8 MB in 3s (25.3 MB/s) [2021-03-31T17:04:42.563Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T17:04:42.563Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T17:04:42.823Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T17:04:43.764Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T17:04:43.764Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T17:04:43.764Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-03-31T17:04:43.764Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-03-31T17:04:44.765Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T17:04:44.765Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T17:04:44.765Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T17:04:44.765Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T17:04:45.032Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T17:04:45.033Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T17:04:45.033Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T17:04:45.033Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T17:04:45.294Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T17:04:45.294Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T17:04:45.294Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T17:04:45.294Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T17:04:45.294Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T17:04:45.556Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T17:04:45.556Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T17:04:45.556Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T17:04:45.556Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T17:04:45.556Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-31T17:04:45.817Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-31T17:04:45.817Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T17:04:45.817Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T17:04:45.817Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T17:04:45.817Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T17:04:46.079Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T17:04:46.079Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T17:04:46.079Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T17:04:46.339Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T17:04:46.339Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T17:04:46.339Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T17:04:46.600Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T17:04:47.174Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-31T17:04:47.174Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T17:04:47.174Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-31T17:04:47.437Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-31T17:04:47.437Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-31T17:04:47.437Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-31T17:04:47.698Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-31T17:04:47.698Z] Installing new version of config file /etc/issue ... [2021-03-31T17:04:47.698Z] Installing new version of config file /etc/issue.net ... [2021-03-31T17:04:47.698Z] Installing new version of config file /etc/lsb-release ... [2021-03-31T17:04:47.698Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-31T17:04:47.960Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-31T17:04:47.960Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-31T17:04:47.960Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-31T17:04:48.221Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T17:04:48.221Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-31T17:04:48.221Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-31T17:04:48.221Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-31T17:04:48.485Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-03-31T17:04:48.485Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T17:04:48.485Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T17:04:48.485Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-31T17:04:48.485Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-31T17:04:48.747Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T17:04:48.747Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-31T17:04:48.747Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-31T17:04:49.008Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-31T17:04:49.008Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T17:04:49.008Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-31T17:04:49.009Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-31T17:04:49.270Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-31T17:04:49.532Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T17:04:49.532Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T17:04:49.532Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T17:04:49.532Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-31T17:04:49.532Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T17:04:49.532Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T17:04:49.793Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T17:04:49.793Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-31T17:04:49.793Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T17:04:49.793Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-31T17:04:50.054Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-31T17:04:50.054Z] Setting up grep (3.1-2build1) ... [2021-03-31T17:04:50.054Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T17:04:50.054Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-31T17:04:50.054Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-31T17:04:50.315Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-31T17:04:50.315Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T17:04:50.315Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T17:04:50.315Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T17:04:50.576Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-31T17:04:50.576Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T17:04:50.576Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-31T17:04:50.576Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T17:04:51.149Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-31T17:04:51.149Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T17:04:51.410Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-31T17:04:51.410Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T17:04:51.982Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-31T17:04:51.982Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T17:04:51.982Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-31T17:04:51.982Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T17:04:52.926Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-31T17:04:52.926Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-31T17:04:53.188Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-31T17:04:53.188Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-31T17:04:53.188Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-31T17:04:53.188Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T17:04:53.188Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-31T17:04:53.449Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-31T17:04:53.449Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-31T17:04:53.712Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T17:04:53.712Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T17:04:53.712Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T17:04:53.712Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T17:04:53.973Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T17:04:53.973Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T17:04:53.973Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T17:04:53.973Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T17:04:54.234Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T17:04:54.234Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T17:04:54.234Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T17:04:54.234Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T17:04:54.496Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T17:04:54.496Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T17:04:54.496Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T17:04:54.496Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T17:04:54.763Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T17:04:54.763Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T17:04:54.763Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T17:04:54.763Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T17:04:54.763Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T17:04:55.025Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-31T17:04:55.025Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T17:04:55.025Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T17:04:55.025Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T17:04:55.292Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-31T17:04:55.292Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T17:04:55.292Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T17:04:55.292Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T17:04:55.553Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T17:04:55.553Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T17:04:55.553Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T17:04:55.553Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T17:04:55.813Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-31T17:04:56.075Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T17:04:56.075Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T17:04:56.075Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T17:04:56.647Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-31T17:04:56.647Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-31T17:04:57.219Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-31T17:04:57.219Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T17:04:57.219Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T17:04:57.219Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T17:04:57.480Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-31T17:04:57.480Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T17:04:57.480Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-31T17:04:57.480Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T17:04:57.742Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-31T17:04:57.742Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T17:04:57.742Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-31T17:04:58.003Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-31T17:04:58.004Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-31T17:04:58.264Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T17:04:58.264Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-31T17:04:58.264Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-31T17:04:58.526Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-31T17:04:58.526Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T17:04:58.526Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-31T17:04:58.789Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-31T17:04:58.789Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-31T17:04:59.049Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T17:04:59.049Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-31T17:04:59.049Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T17:04:59.049Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T17:04:59.309Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T17:04:59.309Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-31T17:04:59.309Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T17:04:59.309Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T17:04:59.570Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T17:04:59.570Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-31T17:04:59.831Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T17:04:59.831Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T17:05:00.092Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T17:05:00.092Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T17:05:00.092Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T17:05:00.092Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-31T17:05:00.092Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T17:05:00.355Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T17:05:00.355Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T17:05:00.355Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-31T17:05:00.617Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T17:05:00.617Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-31T17:05:00.617Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-31T17:05:00.617Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-31T17:05:01.196Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T17:05:01.196Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-31T17:05:01.196Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T17:05:01.458Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T17:05:02.029Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T17:05:02.029Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T17:05:02.029Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T17:05:02.029Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-31T17:05:02.291Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T17:05:02.291Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-31T17:05:02.291Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-31T17:05:02.291Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-31T17:05:02.553Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T17:05:02.553Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-31T17:05:02.553Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-31T17:05:02.820Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-31T17:05:03.082Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T17:05:03.082Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T17:05:03.082Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T17:05:03.344Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-31T17:05:03.344Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T17:05:03.344Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-31T17:05:03.604Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-31T17:05:03.866Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-31T17:05:04.127Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T17:05:04.127Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-31T17:05:04.127Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-31T17:05:04.388Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-31T17:05:04.654Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T17:05:04.654Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-31T17:05:04.654Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-31T17:05:04.917Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-31T17:05:04.917Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T17:05:04.917Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-31T17:05:05.178Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-31T17:05:05.178Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-31T17:05:05.440Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T17:05:05.440Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-31T17:05:05.440Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-31T17:05:05.440Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-31T17:05:05.440Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T17:05:05.440Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-31T17:05:05.701Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-31T17:05:05.701Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-31T17:05:05.962Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-31T17:05:05.962Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-31T17:05:05.962Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-31T17:05:05.962Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-31T17:05:06.223Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-31T17:05:06.223Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-31T17:05:06.484Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-31T17:05:06.485Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-31T17:05:06.485Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-31T17:05:06.746Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-31T17:05:06.746Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-31T17:05:06.746Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-31T17:05:06.746Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-31T17:05:07.011Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-31T17:05:07.011Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-31T17:05:07.011Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-31T17:05:07.011Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-31T17:05:07.272Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-31T17:05:07.272Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-31T17:05:07.272Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-31T17:05:07.272Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-31T17:05:07.272Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-31T17:05:07.272Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-31T17:05:07.533Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-31T17:05:07.533Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-31T17:05:08.480Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-31T17:05:08.480Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-31T17:05:08.746Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-31T17:05:08.746Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-31T17:05:08.746Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T17:05:08.746Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T17:05:09.689Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T17:05:09.689Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T17:05:09.689Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T17:05:09.951Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T17:05:10.898Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T17:05:11.170Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T17:05:11.741Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T17:05:12.003Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T17:05:12.003Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T17:05:12.003Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T17:05:12.263Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T17:05:12.263Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T17:05:12.263Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T17:05:12.263Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T17:05:13.205Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T17:05:13.205Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T17:05:14.148Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T17:05:14.148Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T17:05:15.095Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T17:05:15.095Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T17:05:15.356Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T17:05:15.356Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T17:05:16.300Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T17:05:16.300Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T17:05:16.300Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-31T17:05:16.561Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-31T17:05:16.561Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-31T17:05:16.561Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-31T17:05:16.822Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-31T17:05:16.822Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-31T17:05:16.822Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-31T17:05:16.822Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-31T17:05:17.084Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-31T17:05:17.084Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-31T17:05:17.084Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-31T17:05:17.084Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-31T17:05:17.345Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-31T17:05:17.345Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-31T17:05:17.345Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T17:05:17.607Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-31T17:05:17.607Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T17:05:17.607Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T17:05:17.607Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T17:05:17.607Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-31T17:05:17.607Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-31T17:05:17.868Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-31T17:05:17.868Z] [2021-03-31T17:05:17.868Z] Current default time zone: 'Etc/UTC' [2021-03-31T17:05:17.868Z] Local time is now: Wed Mar 31 17:05:17 UTC 2021. [2021-03-31T17:05:17.868Z] Universal Time is now: Wed Mar 31 17:05:17 UTC 2021. [2021-03-31T17:05:17.868Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-31T17:05:17.868Z] [2021-03-31T17:05:17.868Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-31T17:05:17.868Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T17:05:17.868Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-03-31T17:05:18.129Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-31T17:05:18.129Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-31T17:05:18.129Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-31T17:05:18.129Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-31T17:05:18.129Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-31T17:05:18.390Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-31T17:05:18.390Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-31T17:05:18.650Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T17:05:18.650Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-31T17:05:19.594Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T17:05:19.594Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-31T17:05:19.594Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T17:05:19.856Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-31T17:05:19.856Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-31T17:05:20.118Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-31T17:05:20.118Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-31T17:05:20.118Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-31T17:05:20.380Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-31T17:05:20.380Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-31T17:05:20.380Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-31T17:05:22.294Z] Updating certificates in /etc/ssl/certs... [2021-03-31T17:05:23.237Z] 23 added, 27 removed; done. [2021-03-31T17:05:23.497Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-31T17:05:23.497Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T17:05:23.497Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-31T17:05:23.497Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-31T17:05:23.497Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-31T17:05:23.759Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T17:05:23.759Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-31T17:05:23.759Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T17:05:23.759Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T17:05:23.759Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T17:05:23.759Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T17:05:23.759Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T17:05:23.759Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-31T17:05:24.021Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-31T17:05:24.021Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-31T17:05:24.021Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-31T17:05:24.021Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-31T17:05:24.021Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T17:05:24.021Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T17:05:24.021Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-31T17:05:24.021Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-31T17:05:24.021Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-31T17:05:24.283Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-31T17:05:24.283Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-31T17:05:24.283Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-31T17:05:24.283Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-31T17:05:24.283Z] Updating certificates in /etc/ssl/certs... [2021-03-31T17:05:25.228Z] 0 added, 0 removed; done. [2021-03-31T17:05:25.228Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-31T17:05:25.228Z] done. [2021-03-31T17:05:25.492Z] Reading package lists... [2021-03-31T17:05:25.754Z] Building dependency tree... [2021-03-31T17:05:25.754Z] Reading state information... [2021-03-31T17:05:25.754Z] The following NEW packages will be installed: [2021-03-31T17:05:25.754Z] apt-transport-https [2021-03-31T17:05:26.018Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-31T17:05:26.018Z] Need to get 1696 B of archives. [2021-03-31T17:05:26.018Z] After this operation, 153 kB of additional disk space will be used. [2021-03-31T17:05:26.018Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-31T17:05:26.018Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T17:05:26.018Z] Fetched 1696 B in 0s (28.2 kB/s) [2021-03-31T17:05:26.018Z] Selecting previously unselected package apt-transport-https. [2021-03-31T17:05:26.018Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-31T17:05:26.018Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-31T17:05:26.018Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-31T17:05:26.279Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-31T17:05:26.540Z] Waiting for network to be ready... [2021-03-31T17:05:33.135Z] 2021-03-31T17:05:29Z INFO Waiting for automatic snapd restart... [2021-03-31T17:05:33.135Z] snapd 2.49.1 from Canonical* installed [2021-03-31T17:05:33.724Z] "snapd" switched to the "latest/stable" channel [2021-03-31T17:05:33.724Z] [2021-03-31T17:05:37.034Z] core18 20210309 from Canonical* installed [2021-03-31T17:05:37.034Z] "core18" switched to the "latest/stable" channel [2021-03-31T17:05:37.034Z] [2021-03-31T17:05:40.354Z] snapcraft 4.6 from Canonical* installed [2021-03-31T17:05:40.354Z] "snapcraft" switched to the "latest/stable" channel [2021-03-31T17:05:40.354Z] [2021-03-31T17:05:42.733Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T17:05:42.733Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-31T17:05:42.733Z] ---> 9df3cbc7ffaa [2021-03-31T17:05:42.733Z] Step 3/31 : WORKDIR /edgex-go [2021-03-31T17:05:42.733Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T17:05:42.733Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-31T17:05:42.733Z] ---> 9df3cbc7ffaa [2021-03-31T17:05:42.733Z] Step 3/26 : WORKDIR /edgex-go [2021-03-31T17:05:42.733Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T17:05:42.733Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T17:05:42.733Z] ---> 9df3cbc7ffaa [2021-03-31T17:05:42.733Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T17:05:42.733Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T17:05:42.733Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T17:05:42.733Z] ---> 9df3cbc7ffaa [2021-03-31T17:05:42.733Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T17:05:42.733Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T17:05:42.733Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T17:05:42.733Z] ---> 9df3cbc7ffaa [2021-03-31T17:05:42.733Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T17:05:42.733Z] ---> Running in 8d94b37a4623 [2021-03-31T17:05:42.733Z] ---> Running in 0c215f5dd80e [2021-03-31T17:05:42.733Z] ---> Running in cabe9a9e776f [2021-03-31T17:05:42.733Z] ---> Running in 86d761216338 [2021-03-31T17:05:42.733Z] ---> Running in 96bae6ab5e1d [2021-03-31T17:05:42.733Z] Removing intermediate container cabe9a9e776f [2021-03-31T17:05:42.733Z] ---> f9c20b7a6b46 [2021-03-31T17:05:42.733Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T17:05:42.733Z] Removing intermediate container 96bae6ab5e1d [2021-03-31T17:05:42.733Z] ---> e5077fd0d1cd [2021-03-31T17:05:42.733Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T17:05:42.733Z] Removing intermediate container 8d94b37a4623 [2021-03-31T17:05:42.733Z] ---> 239afc9c7a6a [2021-03-31T17:05:42.733Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T17:05:42.733Z] Removing intermediate container 86d761216338 [2021-03-31T17:05:42.733Z] ---> 08a50f5e1a1f [2021-03-31T17:05:42.733Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T17:05:42.733Z] Removing intermediate container 0c215f5dd80e [2021-03-31T17:05:42.733Z] ---> 5a93d289111f [2021-03-31T17:05:42.733Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T17:05:42.733Z] ---> Running in 2d3f030d6c00 [2021-03-31T17:05:42.733Z] ---> Running in 75888f1041df [2021-03-31T17:05:42.733Z] ---> Running in e053e23fad6b [2021-03-31T17:05:42.733Z] ---> Running in 2e0bdfe663d4 [2021-03-31T17:05:42.733Z] ---> Running in ea93f45fcef8 [2021-03-31T17:05:42.733Z] Removing intermediate container 75888f1041df [2021-03-31T17:05:42.733Z] ---> 0797a4c919b5 [2021-03-31T17:05:42.733Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-31T17:05:42.733Z] ---> Running in 0f636b3214d4 [2021-03-31T17:05:42.733Z] Removing intermediate container 2d3f030d6c00 [2021-03-31T17:05:42.733Z] ---> 1938899574bf [2021-03-31T17:05:42.733Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-31T17:05:42.733Z] Removing intermediate container e053e23fad6b [2021-03-31T17:05:42.733Z] ---> a2c2c71b86db [2021-03-31T17:05:42.733Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-31T17:05:42.733Z] ---> Running in 9db846dc3c9d [2021-03-31T17:05:42.733Z] ---> Running in 66b8c3d8426d [2021-03-31T17:05:42.733Z] Removing intermediate container 2e0bdfe663d4 [2021-03-31T17:05:42.733Z] ---> 1c5c851a81a0 [2021-03-31T17:05:42.733Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-31T17:05:42.733Z] Removing intermediate container ea93f45fcef8 [2021-03-31T17:05:42.733Z] ---> ad27b9aea1ff [2021-03-31T17:05:42.733Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-31T17:05:42.733Z] ---> Running in c4a8335c695e [2021-03-31T17:05:42.733Z] ---> Running in 1de467ffdc6f [2021-03-31T17:05:43.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T17:05:43.983Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T17:05:44.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T17:05:44.530Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T17:05:44.530Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T17:05:44.530Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T17:05:44.592Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-31T17:05:44.592Z] - README.md [2021-03-31T17:05:44.592Z] [2021-03-31T17:05:44.592Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-31T17:05:45.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T17:05:45.124Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T17:05:45.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T17:05:45.666Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T17:05:45.666Z] OK: 217 MiB in 51 packages [2021-03-31T17:05:46.265Z] OK: 217 MiB in 51 packages [2021-03-31T17:05:46.544Z] OK: 217 MiB in 51 packages [2021-03-31T17:05:46.824Z] OK: 217 MiB in 51 packages [2021-03-31T17:05:46.824Z] OK: 217 MiB in 51 packages [2021-03-31T17:05:47.454Z] Removing intermediate container 0f636b3214d4 [2021-03-31T17:05:47.454Z] ---> 74315116764e [2021-03-31T17:05:47.454Z] Step 6/22 : COPY go.mod . [2021-03-31T17:05:48.055Z] Removing intermediate container 9db846dc3c9d [2021-03-31T17:05:48.055Z] ---> 9afcd1a16d9f [2021-03-31T17:05:48.055Z] Step 6/26 : COPY go.mod . [2021-03-31T17:05:48.340Z] Removing intermediate container 66b8c3d8426d [2021-03-31T17:05:48.341Z] ---> db79979719d1 [2021-03-31T17:05:48.341Z] Step 6/23 : COPY go.mod . [2021-03-31T17:05:48.341Z] ---> d5a2cbb3686a [2021-03-31T17:05:48.341Z] Step 7/22 : RUN go mod download [2021-03-31T17:05:48.626Z] ---> Running in 6520a75608d7 [2021-03-31T17:05:48.626Z] Removing intermediate container 1de467ffdc6f [2021-03-31T17:05:48.626Z] ---> 664f4284b794 [2021-03-31T17:05:48.626Z] Step 6/22 : COPY go.mod . [2021-03-31T17:05:48.899Z] Removing intermediate container c4a8335c695e [2021-03-31T17:05:48.899Z] ---> 88f5653f6c37 [2021-03-31T17:05:48.899Z] Step 6/31 : COPY go.mod . [2021-03-31T17:05:49.182Z] ---> b12a3a5f3103 [2021-03-31T17:05:49.182Z] Step 7/26 : RUN go mod download [2021-03-31T17:05:49.182Z] ---> Running in 3a11d2da6e07 [2021-03-31T17:05:49.462Z] ---> 9066e252c9e3 [2021-03-31T17:05:49.462Z] Step 7/23 : RUN go mod download [2021-03-31T17:05:49.743Z] ---> Running in fea2090de600 [2021-03-31T17:05:50.044Z] ---> 7f58d05c1af7 [2021-03-31T17:05:50.044Z] Step 7/22 : RUN go mod download [2021-03-31T17:05:50.044Z] ---> Running in ac4a4c7bd54a [2021-03-31T17:05:50.044Z] ---> 8c7956862e74 [2021-03-31T17:05:50.044Z] Step 7/31 : RUN go mod download [2021-03-31T17:05:50.651Z] ---> Running in 93acda5b1d26 [2021-03-31T17:05:51.199Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T17:05:51.199Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-31T17:05:51.199Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T17:05:51.199Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T17:05:52.143Z] Reading package lists... [2021-03-31T17:05:52.405Z] 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-03-31T17:05:53.301Z] Removing intermediate container 6520a75608d7 [2021-03-31T17:05:53.301Z] ---> 49c4d02cc261 [2021-03-31T17:05:53.301Z] Step 8/22 : COPY . . [2021-03-31T17:05:53.904Z] Removing intermediate container 3a11d2da6e07 [2021-03-31T17:05:53.904Z] ---> ca0d0c3d72d1 [2021-03-31T17:05:53.904Z] Step 8/26 : COPY . . [2021-03-31T17:05:54.508Z] Removing intermediate container fea2090de600 [2021-03-31T17:05:54.508Z] ---> ae1966bf77e2 [2021-03-31T17:05:54.508Z] Step 8/23 : COPY . . [2021-03-31T17:05:54.796Z] Removing intermediate container ac4a4c7bd54a [2021-03-31T17:05:54.796Z] ---> 28517ccca01e [2021-03-31T17:05:54.796Z] Step 8/22 : COPY . . [2021-03-31T17:05:55.409Z] Removing intermediate container 93acda5b1d26 [2021-03-31T17:05:55.409Z] ---> 8a7a9f951062 [2021-03-31T17:05:55.409Z] Step 8/31 : COPY . . [2021-03-31T17:05:58.999Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T17:05:59.000Z] Reading package lists... [2021-03-31T17:05:59.000Z] Building dependency tree... [2021-03-31T17:05:59.000Z] Reading state information... [2021-03-31T17:05:59.000Z] Suggested packages: [2021-03-31T17:05:59.000Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-31T17:05:59.000Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-31T17:05:59.000Z] Recommended packages: [2021-03-31T17:05:59.000Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-31T17:05:59.000Z] The following NEW packages will be installed: [2021-03-31T17:05:59.000Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-31T17:05:59.000Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-31T17:05:59.000Z] pkg-config zip [2021-03-31T17:05:59.000Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-31T17:05:59.000Z] Need to get 7663 kB of archives. [2021-03-31T17:05:59.000Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-31T17:05:59.000Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-31T17:05:59.000Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-03-31T17:05:59.000Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-31T17:05:59.000Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-31T17:05:59.000Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-31T17:05:59.261Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-31T17:05:59.261Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-31T17:05:59.261Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-31T17:05:59.261Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-31T17:05:59.522Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-31T17:05:59.522Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-31T17:05:59.522Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-31T17:05:59.522Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-31T17:05:59.522Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-31T17:05:59.522Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-31T17:05:59.783Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T17:05:59.783Z] Fetched 7663 kB in 1s (10.3 MB/s) [2021-03-31T17:05:59.783Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-31T17:05:59.783Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-31T17:05:59.783Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-31T17:05:59.783Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-31T17:06:00.045Z] Selecting previously unselected package libpsl5:amd64. [2021-03-31T17:06:00.045Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-31T17:06:00.045Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-31T17:06:00.045Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-31T17:06:00.045Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-31T17:06:00.045Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-31T17:06:00.307Z] Selecting previously unselected package librtmp1:amd64. [2021-03-31T17:06:00.307Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-31T17:06:00.307Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-31T17:06:00.307Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-31T17:06:00.307Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-03-31T17:06:00.307Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-03-31T17:06:00.307Z] Selecting previously unselected package liberror-perl. [2021-03-31T17:06:00.307Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-31T17:06:00.307Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-31T17:06:00.569Z] Selecting previously unselected package git-man. [2021-03-31T17:06:00.569Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-31T17:06:00.829Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-31T17:06:01.097Z] Selecting previously unselected package git. [2021-03-31T17:06:01.097Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-31T17:06:01.097Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-31T17:06:02.043Z] Selecting previously unselected package libnorm1:amd64. [2021-03-31T17:06:02.043Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-31T17:06:02.043Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-31T17:06:02.305Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-31T17:06:02.305Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-31T17:06:02.305Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-31T17:06:02.567Z] Selecting previously unselected package libsodium23:amd64. [2021-03-31T17:06:02.567Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-31T17:06:02.567Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-31T17:06:02.829Z] Selecting previously unselected package libzmq5:amd64. [2021-03-31T17:06:02.830Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-31T17:06:02.830Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T17:06:03.092Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-31T17:06:03.092Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-31T17:06:03.092Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T17:06:03.353Z] Selecting previously unselected package pkg-config. [2021-03-31T17:06:03.353Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-31T17:06:03.353Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-31T17:06:03.353Z] Selecting previously unselected package zip. [2021-03-31T17:06:03.353Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-31T17:06:03.354Z] Unpacking zip (3.0-11build1) ... [2021-03-31T17:06:03.615Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-31T17:06:03.615Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-31T17:06:03.615Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-31T17:06:03.615Z] Setting up liberror-perl (0.17025-1) ... [2021-03-31T17:06:03.615Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-31T17:06:03.615Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-31T17:06:03.615Z] No schema files found: doing nothing. [2021-03-31T17:06:03.615Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-31T17:06:03.615Z] Setting up zip (3.0-11build1) ... [2021-03-31T17:06:03.877Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-31T17:06:03.877Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-31T17:06:03.877Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-31T17:06:03.877Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T17:06:03.877Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-03-31T17:06:03.877Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T17:06:03.877Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-31T17:06:03.877Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-31T17:06:10.468Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T17:06:10.468Z] git set to automatically installed. [2021-03-31T17:06:10.468Z] git-man set to automatically installed. [2021-03-31T17:06:10.468Z] libcurl3-gnutls set to automatically installed. [2021-03-31T17:06:10.468Z] liberror-perl set to automatically installed. [2021-03-31T17:06:10.468Z] libglib2.0-0 set to automatically installed. [2021-03-31T17:06:10.468Z] libnghttp2-14 set to automatically installed. [2021-03-31T17:06:10.468Z] libnorm1 set to automatically installed. [2021-03-31T17:06:10.468Z] libpgm-5.2-0 set to automatically installed. [2021-03-31T17:06:10.468Z] libpsl5 set to automatically installed. [2021-03-31T17:06:10.468Z] librtmp1 set to automatically installed. [2021-03-31T17:06:10.468Z] libsodium23 set to automatically installed. [2021-03-31T17:06:10.468Z] libzmq3-dev set to automatically installed. [2021-03-31T17:06:10.468Z] libzmq5 set to automatically installed. [2021-03-31T17:06:10.468Z] pkg-config set to automatically installed. [2021-03-31T17:06:10.468Z] zip set to automatically installed. [2021-03-31T17:06:13.019Z] snapd is not logged in, snap install commands will use sudo [2021-03-31T17:06:19.624Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T17:06:22.248Z] ---> 5721ddf2c67b [2021-03-31T17:06:22.249Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-31T17:06:22.249Z] ---> 9fff1771b4d5 [2021-03-31T17:06:22.249Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-31T17:06:22.249Z] ---> aef0e3c2ed6b [2021-03-31T17:06:22.249Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-31T17:06:22.249Z] ---> 16d271f73d49 [2021-03-31T17:06:22.249Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-31T17:06:22.249Z] ---> 04c3284da679 [2021-03-31T17:06:22.249Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-31T17:06:22.249Z] ---> Running in 785af9f86816 [2021-03-31T17:06:22.249Z] ---> Running in 7e93c44bf585 [2021-03-31T17:06:22.249Z] ---> Running in ef4581987da1 [2021-03-31T17:06:22.249Z] ---> Running in 82c27459cea2 [2021-03-31T17:06:22.249Z] ---> Running in 3c6d0fad9f25 [2021-03-31T17:06:22.249Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T17:06:22.249Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T17:06:22.249Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-31T17:06:22.249Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T17:06:22.249Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T17:06:51.766Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-31T17:06:51.766Z] snapd is not logged in, snap install commands will use sudo [2021-03-31T17:06:58.353Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T17:06:58.353Z] snap "core18" has no updates available [2021-03-31T17:06:58.926Z] Pulling go-build-helper [2021-03-31T17:06:58.926Z] + snapcraftctl pull [2021-03-31T17:06:59.869Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-31T17:06:59.869Z] Skipping pull go-build-helper (already ran) [2021-03-31T17:06:59.869Z] Building go-build-helper [2021-03-31T17:06:59.869Z] + snapcraftctl build [2021-03-31T17:07:01.794Z] Staging go-build-helper [2021-03-31T17:07:01.794Z] + snapcraftctl stage [2021-03-31T17:07:11.806Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-31T17:07:11.806Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-31T17:07:11.806Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-03-31T17:07:11.806Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-31T17:07:11.806Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-31T17:07:11.806Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-31T17:07:11.806Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-31T17:07:11.806Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-31T17:07:11.806Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-31T17:07:11.806Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-31T17:07:11.806Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-31T17:07:11.806Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-31T17:07:11.806Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-31T17:07:11.806Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-31T17:07:11.806Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-31T17:07:11.806Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-31T17:07:11.806Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-31T17:07:11.806Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-31T17:07:11.806Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-31T17:07:11.806Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-31T17:07:11.806Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-31T17:07:11.806Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-31T17:07:11.806Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-31T17:07:11.806Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-31T17:07:11.806Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-31T17:07:11.806Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-31T17:07:11.806Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-31T17:07:11.806Z] Fetched 24.2 MB in 0s (0 B/s) [2021-03-31T17:07:11.806Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-31T17:07:11.806Z] Fetched 224 kB in 0s (0 B/s) [2021-03-31T17:07:11.806Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-31T17:07:11.806Z] Fetched 157 kB in 0s (0 B/s) [2021-03-31T17:07:11.806Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-31T17:07:11.806Z] Fetched 221 kB in 0s (0 B/s) [2021-03-31T17:07:11.806Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-31T17:07:11.806Z] Fetched 143 kB in 0s (0 B/s) [2021-03-31T17:07:11.806Z] Pulling app-service-config [2021-03-31T17:07:11.806Z] + snapcraftctl pull [2021-03-31T17:07:12.068Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-31T17:07:13.014Z] Pulling config-common [2021-03-31T17:07:13.014Z] + snapcraftctl pull [2021-03-31T17:07:17.340Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-31T17:07:17.340Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T17:07:17.340Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T17:07:17.340Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T17:07:17.340Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-31T17:07:17.340Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T17:07:17.340Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-31T17:07:17.340Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T17:07:17.340Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-31T17:07:17.340Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T17:07:17.340Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-31T17:07:17.340Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T17:07:17.340Z] Pulling edgex-go [2021-03-31T17:07:17.340Z] + snapcraftctl pull [2021-03-31T17:07:39.332Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-31T17:07:39.332Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T17:07:39.332Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T17:07:39.332Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-31T17:07:39.332Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-31T17:07:39.332Z] Fetched 279 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-31T17:07:39.332Z] Fetched 122 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-31T17:07:39.332Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-31T17:07:39.332Z] Fetched 8848 B in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-31T17:07:39.332Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-31T17:07:39.332Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-31T17:07:39.332Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-03-31T17:07:39.332Z] Fetched 219 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-31T17:07:39.332Z] Fetched 154 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-31T17:07:39.332Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-31T17:07:39.332Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-31T17:07:39.332Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-31T17:07:39.332Z] Fetched 499 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-31T17:07:39.332Z] Fetched 111 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-31T17:07:39.332Z] Fetched 240 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-31T17:07:39.332Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-31T17:07:39.332Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-31T17:07:39.332Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-31T17:07:39.332Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-31T17:07:39.332Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-31T17:07:39.332Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-31T17:07:39.332Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-31T17:07:39.332Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-31T17:07:39.332Z] Fetched 8720 B in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-31T17:07:39.332Z] Fetched 137 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-31T17:07:39.332Z] Fetched 119 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-31T17:07:39.332Z] Fetched 109 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-31T17:07:39.332Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-31T17:07:39.332Z] Fetched 645 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-31T17:07:39.332Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-31T17:07:39.332Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-31T17:07:39.332Z] Fetched 368 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-31T17:07:39.332Z] Fetched 187 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-31T17:07:39.332Z] Fetched 175 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-31T17:07:39.332Z] Fetched 206 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-03-31T17:07:39.332Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-31T17:07:39.332Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-03-31T17:07:39.332Z] Fetched 159 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-31T17:07:39.332Z] Fetched 107 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-31T17:07:39.332Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-31T17:07:39.332Z] Pulling static-packages [2021-03-31T17:07:39.332Z] + snapcraftctl pull [2021-03-31T17:07:39.332Z] Pulling version [2021-03-31T17:07:39.332Z] + cd /root/project [2021-03-31T17:07:39.332Z] + [ -f VERSION ] [2021-03-31T17:07:39.332Z] + PROJECT_VERSION=local-dev [2021-03-31T17:07:39.332Z] + git rev-parse --short HEAD [2021-03-31T17:07:39.332Z] + GIT_REVISION=6ea04cad [2021-03-31T17:07:39.332Z] + snapcraftctl set-version local-dev [2021-03-31T17:07:39.332Z] Skipping build go-build-helper (already ran) [2021-03-31T17:07:39.332Z] Building app-service-config [2021-03-31T17:07:39.332Z] + make build [2021-03-31T17:07:39.332Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.37 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-31T17:07:41.249Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.37 [2021-03-31T17:07:41.249Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-31T17:07:41.249Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.27 [2021-03-31T17:07:41.249Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-03-31T17:07:41.249Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 [2021-03-31T17:07:41.249Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-31T17:07:41.249Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-31T17:07:41.249Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-03-31T17:07:41.510Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-31T17:07:41.776Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-31T17:07:41.776Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-31T17:07:42.035Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-31T17:07:42.035Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-31T17:07:42.035Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-31T17:07:42.035Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-31T17:07:42.035Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-31T17:07:42.296Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-31T17:07:42.296Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-31T17:07:42.296Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-31T17:07:42.296Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-03-31T17:07:42.296Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-31T17:07:42.296Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-31T17:07:42.296Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-03-31T17:07:42.296Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-31T17:07:42.582Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-31T17:07:42.582Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-31T17:07:42.582Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-31T17:07:42.582Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-31T17:07:42.582Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-31T17:07:42.582Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-31T17:07:42.582Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-31T17:07:42.582Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-31T17:07:42.582Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-31T17:07:42.582Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-31T17:07:42.582Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-31T17:07:42.582Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-31T17:07:42.582Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-31T17:07:42.582Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-31T17:07:42.582Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-03-31T17:07:42.582Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-31T17:07:42.582Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-31T17:07:42.582Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-31T17:07:42.582Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-31T17:07:42.582Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-31T17:07:42.842Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-31T17:07:52.883Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-31T17:07:52.883Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-31T17:07:52.883Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-31T17:07:52.883Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-31T17:07:53.144Z] Building config-common [2021-03-31T17:07:53.144Z] + snapcraftctl build [2021-03-31T17:07:55.703Z] Building edgex-go [2021-03-31T17:07:55.703Z] + cd /root/parts/edgex-go/src [2021-03-31T17:07:55.703Z] + make build [2021-03-31T17:07:55.703Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T17:07:55.703Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.28 [2021-03-31T17:07:55.703Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 [2021-03-31T17:07:55.703Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 [2021-03-31T17:07:55.703Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-31T17:07:55.703Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-31T17:07:55.964Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-31T17:07:55.964Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-03-31T17:08:00.171Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T17:08:00.171Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-31T17:08:05.766Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T17:08:06.464Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T17:08:08.072Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T17:08:08.749Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T17:08:08.749Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-31T17:08:09.059Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-31T17:08:09.059Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-31T17:08:09.059Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-31T17:08:10.972Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T17:08:10.972Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-31T17:08:10.972Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-31T17:08:12.894Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T17:08:13.837Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T17:08:14.179Z] Removing intermediate container ef4581987da1 [2021-03-31T17:08:14.179Z] ---> 59fbec7b03a6 [2021-03-31T17:08:14.179Z] [2021-03-31T17:08:14.179Z] Step 10/31 : FROM alpine:3.12 [2021-03-31T17:08:14.179Z] 3.12: Pulling from library/alpine [2021-03-31T17:08:14.179Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T17:08:14.179Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T17:08:14.179Z] ---> e47305ac9786 [2021-03-31T17:08:14.179Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-31T17:08:15.185Z] ---> Running in 5c9588c2a817 [2021-03-31T17:08:15.247Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T17:08:15.474Z] Removing intermediate container 785af9f86816 [2021-03-31T17:08:15.474Z] ---> d9cf7e0ecb0c [2021-03-31T17:08:15.474Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-31T17:08:16.102Z] ---> Running in 22978770b8d2 [2021-03-31T17:08:16.102Z] Removing intermediate container 5c9588c2a817 [2021-03-31T17:08:16.102Z] ---> a65f55a6897d [2021-03-31T17:08:16.102Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-31T17:08:16.190Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T17:08:16.190Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-31T17:08:16.381Z] ---> Running in e3cdf124f10f [2021-03-31T17:08:17.582Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-31T17:08:17.582Z] go: downloading github.com/lib/pq v1.10.0 [2021-03-31T17:08:17.840Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T17:08:18.444Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T17:08:18.719Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T17:08:19.491Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-31T17:08:19.491Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-31T17:08:19.492Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-31T17:08:19.492Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-31T17:08:19.492Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-31T17:08:19.492Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-31T17:08:19.492Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-31T17:08:19.492Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-31T17:08:19.492Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-31T17:08:19.492Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-31T17:08:19.492Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-31T17:08:19.492Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-31T17:08:19.492Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-31T17:08:19.492Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-31T17:08:19.492Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-31T17:08:19.713Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-31T17:08:19.713Z] (2/2) Installing su-exec (0.2-r1) [2021-03-31T17:08:19.713Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T17:08:19.713Z] OK: 5 MiB in 16 packages [2021-03-31T17:08:19.751Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-31T17:08:19.752Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-31T17:08:19.752Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-31T17:08:19.752Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-31T17:08:19.752Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-31T17:08:19.752Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-03-31T17:08:19.752Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-31T17:08:19.752Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-31T17:08:19.752Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-31T17:08:19.752Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-31T17:08:19.752Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-31T17:08:22.371Z] Removing intermediate container e3cdf124f10f [2021-03-31T17:08:22.371Z] ---> 62c2f62c79eb [2021-03-31T17:08:22.371Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-31T17:08:22.646Z] ---> Running in 9d638bb6c04c [2021-03-31T17:08:23.054Z] Building static-packages [2021-03-31T17:08:23.054Z] + snapcraftctl build [2021-03-31T17:08:24.098Z] Removing intermediate container 9d638bb6c04c [2021-03-31T17:08:24.098Z] ---> e6b40162e541 [2021-03-31T17:08:24.098Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-31T17:08:24.438Z] Building version [2021-03-31T17:08:24.438Z] + snapcraftctl build [2021-03-31T17:08:24.697Z] ---> Running in 4b6dfced7a19 [2021-03-31T17:08:24.697Z] Removing intermediate container 7e93c44bf585 [2021-03-31T17:08:24.697Z] ---> 1d216115abf3 [2021-03-31T17:08:24.697Z] [2021-03-31T17:08:24.698Z] Step 10/22 : FROM alpine:3.12Removing intermediate container 22978770b8d2 [2021-03-31T17:08:24.698Z] ---> d82028d48f76 [2021-03-31T17:08:24.698Z] [2021-03-31T17:08:24.698Z] Step 11/26 : FROM docker:20.10.0 [2021-03-31T17:08:24.698Z] [2021-03-31T17:08:24.698Z] ---> e47305ac9786 [2021-03-31T17:08:24.698Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-31T17:08:24.972Z] 20.10.0: Pulling from library/docker [2021-03-31T17:08:25.568Z] ---> Running in 9051d68bef58 [2021-03-31T17:08:25.568Z] Removing intermediate container 4b6dfced7a19 [2021-03-31T17:08:25.568Z] ---> 9cbe4c6e2925 [2021-03-31T17:08:25.568Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-31T17:08:26.170Z] ---> Running in 2e4f72e8f2bf [2021-03-31T17:08:26.353Z] Skipping stage go-build-helper (already ran) [2021-03-31T17:08:26.353Z] Staging app-service-config [2021-03-31T17:08:26.353Z] + snapcraftctl stage [2021-03-31T17:08:26.470Z] Removing intermediate container 3c6d0fad9f25 [2021-03-31T17:08:26.470Z] ---> accfb5ad8d81 [2021-03-31T17:08:26.470Z] [2021-03-31T17:08:26.470Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T17:08:26.470Z] ---> e47305ac9786 [2021-03-31T17:08:26.470Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-31T17:08:27.076Z] ---> Running in 0d457bbaf7ca [2021-03-31T17:08:27.301Z] Staging config-common [2021-03-31T17:08:27.301Z] + snapcraftctl stage [2021-03-31T17:08:27.686Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T17:08:27.686Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T17:08:28.498Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T17:08:28.498Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T17:08:28.498Z] OK: 5 MiB in 15 packages [2021-03-31T17:08:28.688Z] Staging edgex-go [2021-03-31T17:08:28.688Z] + snapcraftctl stage [2021-03-31T17:08:29.604Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T17:08:29.628Z] Staging static-packages [2021-03-31T17:08:29.628Z] + snapcraftctl stage [2021-03-31T17:08:29.929Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T17:08:30.570Z] Staging version [2021-03-31T17:08:30.570Z] + snapcraftctl stage [2021-03-31T17:08:30.978Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-31T17:08:30.978Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-31T17:08:30.978Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T17:08:30.978Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T17:08:31.263Z] OK: 6 MiB in 16 packages [2021-03-31T17:08:31.511Z] Priming go-build-helper [2021-03-31T17:08:31.512Z] + snapcraftctl prime [2021-03-31T17:08:31.896Z] Removing intermediate container 9051d68bef58 [2021-03-31T17:08:31.896Z] ---> 5267c5bbf245 [2021-03-31T17:08:31.896Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T17:08:32.458Z] Priming app-service-config [2021-03-31T17:08:32.458Z] + snapcraftctl prime [2021-03-31T17:08:32.529Z] ---> Running in 63afc1014566 [2021-03-31T17:08:32.824Z] Removing intermediate container 2e4f72e8f2bf [2021-03-31T17:08:32.824Z] ---> 46e4f61d5145 [2021-03-31T17:08:32.824Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-31T17:08:33.095Z] ---> Running in 7776f1c90858 [2021-03-31T17:08:33.690Z] Removing intermediate container 63afc1014566 [2021-03-31T17:08:33.690Z] ---> bd0939f37cd8 [2021-03-31T17:08:33.690Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-31T17:08:33.842Z] Priming config-common [2021-03-31T17:08:33.842Z] + snapcraftctl prime [2021-03-31T17:08:33.964Z] ---> Running in 0e7c574134ad [2021-03-31T17:08:34.235Z] Removing intermediate container 7776f1c90858 [2021-03-31T17:08:34.235Z] ---> 9113c3391a89 [2021-03-31T17:08:34.235Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-31T17:08:34.235Z] Removing intermediate container 0d457bbaf7ca [2021-03-31T17:08:34.235Z] ---> ad2f6e21164d [2021-03-31T17:08:34.235Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T17:08:34.789Z] Priming edgex-go [2021-03-31T17:08:34.789Z] + snapcraftctl prime [2021-03-31T17:08:35.224Z] ---> Running in 84c4c90ce645 [2021-03-31T17:08:35.224Z] Removing intermediate container 0e7c574134ad [2021-03-31T17:08:35.224Z] ---> 45cbe6ff2df0 [2021-03-31T17:08:35.224Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T17:08:35.504Z] ---> f5a1c4c43999 [2021-03-31T17:08:35.504Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-31T17:08:35.504Z] ---> Running in b92bcc59920f [2021-03-31T17:08:35.791Z] ---> Running in aa84d85927d9 [2021-03-31T17:08:35.791Z] Removing intermediate container 84c4c90ce645 [2021-03-31T17:08:35.791Z] ---> fca5c41e4d80 [2021-03-31T17:08:35.791Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-31T17:08:36.174Z] Priming static-packages [2021-03-31T17:08:36.174Z] + snapcraftctl prime [2021-03-31T17:08:36.388Z] ---> Running in 5f487d38fb5f [2021-03-31T17:08:36.663Z] Removing intermediate container b92bcc59920f [2021-03-31T17:08:36.663Z] ---> 46f800455fb6 [2021-03-31T17:08:36.663Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T17:08:37.257Z] Removing intermediate container 5f487d38fb5f [2021-03-31T17:08:37.257Z] ---> 94c65338c04e [2021-03-31T17:08:37.257Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T17:08:38.689Z] ---> Running in db469972782c [2021-03-31T17:08:38.689Z] ---> 37919ac6bd39 [2021-03-31T17:08:38.689Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-31T17:08:38.719Z] Priming version [2021-03-31T17:08:38.719Z] + snapcraftctl prime [2021-03-31T17:08:39.290Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-03-31T17:08:40.131Z] Removing intermediate container db469972782c [2021-03-31T17:08:40.131Z] ---> 40585939c262 [2021-03-31T17:08:40.131Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T17:08:40.728Z] Removing intermediate container 82c27459cea2 [2021-03-31T17:08:40.728Z] ---> 9660f064b6cd [2021-03-31T17:08:40.728Z] [2021-03-31T17:08:40.728Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T17:08:40.728Z] ---> e47305ac9786 [2021-03-31T17:08:40.728Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-31T17:08:40.998Z] ---> 4386dac93f85 [2021-03-31T17:08:40.999Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [Pipeline] } [2021-03-31T17:08:41.276Z] ---> Running in 17946a9d0ed3 [2021-03-31T17:08:41.276Z] ---> 4ab8285090ac [2021-03-31T17:08:41.276Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-31T17:08:41.276Z] Removing intermediate container aa84d85927d9 [2021-03-31T17:08:41.276Z] ---> 4c5cd96f3784 [2021-03-31T17:08:41.276Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2021-03-31T17:08:41.880Z] Removing intermediate container 17946a9d0ed3 [2021-03-31T17:08:41.880Z] ---> 8ef7d8638d65 [2021-03-31T17:08:41.880Z] Step 12/23 : ENV APP_PORT=48080 [Pipeline] } [2021-03-31T17:08:42.476Z] ---> 49daabf219bc [2021-03-31T17:08:42.476Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-31T17:08:42.476Z] ---> Running in 27032c92803c [2021-03-31T17:08:42.753Z] ---> Running in a0766f831bca [2021-03-31T17:08:42.753Z] ---> ffbe324becce [2021-03-31T17:08:42.753Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-31T17:08:42.753Z] ---> f18445d18b72 [2021-03-31T17:08:42.753Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-31T17:08:43.030Z] Removing intermediate container 27032c92803c [2021-03-31T17:08:43.030Z] ---> 1569ea4c3838 [2021-03-31T17:08:43.030Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-31T17:08:43.304Z] ---> Running in 87c00c7660ad [2021-03-31T17:08:43.304Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-31T17:08:43.580Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-31T17:08:43.580Z] ---> eeaf43b92773 [2021-03-31T17:08:43.580Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-31T17:08:43.580Z] Removing intermediate container a0766f831bca [2021-03-31T17:08:43.580Z] ---> e099641dd76d [2021-03-31T17:08:43.580Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T17:08:43.580Z] ---> Running in e68ed7123fea [2021-03-31T17:08:43.852Z] ---> Running in 26f9908cfed6 [2021-03-31T17:08:44.128Z] ---> b4771162e1b0 [2021-03-31T17:08:44.128Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-31T17:08:44.410Z] Removing intermediate container 87c00c7660ad [2021-03-31T17:08:44.410Z] ---> 3aa081e6c342 [2021-03-31T17:08:44.410Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T17:08:44.410Z] ---> Running in eedb950ae752 [2021-03-31T17:08:44.410Z] ---> 45628a8f2528 [2021-03-31T17:08:44.410Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-31T17:08:44.682Z] Removing intermediate container 26f9908cfed6 [2021-03-31T17:08:44.682Z] ---> aea4ff018f4e [2021-03-31T17:08:44.682Z] Step 20/22 : LABEL arch=arm64 [2021-03-31T17:08:44.682Z] ---> Running in 28d95965b24e [2021-03-31T17:08:44.953Z] ---> Running in 350829b93839 [2021-03-31T17:08:45.226Z] Removing intermediate container eedb950ae752 [2021-03-31T17:08:45.226Z] ---> 356e6d9748d6 [2021-03-31T17:08:45.226Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T17:08:45.501Z] ---> Running in 0619471a458b [2021-03-31T17:08:45.501Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T17:08:45.501Z] Removing intermediate container 350829b93839 [2021-03-31T17:08:45.501Z] ---> 7712edcc6219 [2021-03-31T17:08:45.501Z] Step 21/22 : LABEL git_sha=6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 [2021-03-31T17:08:45.787Z] ---> 457042e475e1 [2021-03-31T17:08:45.787Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-31T17:08:45.787Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T17:08:45.787Z] ---> Running in 563ed6d7c871 [2021-03-31T17:08:46.064Z] Removing intermediate container 0619471a458b [2021-03-31T17:08:46.064Z] ---> d6f68c664380 [2021-03-31T17:08:46.064Z] Step 20/22 : LABEL arch=arm64 [2021-03-31T17:08:46.357Z] ---> Running in c0d881fd2698 [2021-03-31T17:08:46.357Z] (1/2) Installing readline (8.0.4-r0) [2021-03-31T17:08:46.644Z] (2/2) Installing bash (5.0.17-r0) [2021-03-31T17:08:46.644Z] Executing bash-5.0.17-r0.post-install [2021-03-31T17:08:46.644Z] Removing intermediate container 563ed6d7c871 [2021-03-31T17:08:46.644Z] ---> b1895bdb80f4 [2021-03-31T17:08:46.644Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T17:08:46.644Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T17:08:46.644Z] OK: 12 MiB in 22 packages [2021-03-31T17:08:46.927Z] ---> Running in 11816dc6caef [2021-03-31T17:08:46.927Z] Removing intermediate container c0d881fd2698 [2021-03-31T17:08:46.927Z] ---> e8d12f9ce626 [2021-03-31T17:08:46.927Z] Step 21/22 : LABEL git_sha=6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 [2021-03-31T17:08:46.927Z] ---> 527a82d1149f [2021-03-31T17:08:46.927Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-31T17:08:47.203Z] ---> Running in 8a4f78b13401 [2021-03-31T17:08:47.812Z] Removing intermediate container 11816dc6caef [2021-03-31T17:08:47.812Z] ---> d1d8ef993565 [2021-03-31T17:08:47.812Z] [2021-03-31T17:08:47.812Z] Removing intermediate container 28d95965b24e [2021-03-31T17:08:47.812Z] ---> 234ab6ebcd9e [2021-03-31T17:08:47.812Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-31T17:08:48.085Z] Removing intermediate container 8a4f78b13401 [2021-03-31T17:08:48.085Z] ---> e1401b11431c [2021-03-31T17:08:48.085Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T17:08:48.085Z] Successfully built d1d8ef993565 [2021-03-31T17:08:48.356Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-31T17:08:48.356Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-03-31T17:08:48.356Z] ---> Running in 56cf9e1735aa [2021-03-31T17:08:48.356Z] ---> Running in 8611ff40a862 [2021-03-31T17:08:48.627Z] ---> e120789a03bf [2021-03-31T17:08:48.627Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-31T17:08:48.627Z] Removing intermediate container e68ed7123fea [2021-03-31T17:08:48.627Z] ---> da1c1e510d0d [2021-03-31T17:08:48.627Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-31T17:08:48.899Z] ---> Running in 3dbbbfc908b7 [2021-03-31T17:08:48.899Z] ---> Running in 54fb714dabb8 [2021-03-31T17:08:49.174Z] Removing intermediate container 8611ff40a862 [2021-03-31T17:08:49.174Z] ---> ee659a1834a3 [2021-03-31T17:08:49.174Z] [2021-03-31T17:08:49.780Z] Successfully built ee659a1834a3 [2021-03-31T17:08:49.780Z] Removing intermediate container 3dbbbfc908b7 [2021-03-31T17:08:49.780Z] ---> 8ee5d2735070 [2021-03-31T17:08:49.780Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-31T17:08:49.780Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-31T17:08:49.780Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-03-31T17:08:50.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T17:08:50.051Z] Removing intermediate container 54fb714dabb8 [2021-03-31T17:08:50.051Z] ---> 5dfb258985b0 [2021-03-31T17:08:50.051Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-31T17:08:50.325Z] ---> Running in 37ef4e62cc86 [2021-03-31T17:08:50.935Z] Removing intermediate container 37ef4e62cc86 [2021-03-31T17:08:50.935Z] ---> 2fa5e7f90866 [2021-03-31T17:08:50.935Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-31T17:08:50.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T17:08:50.935Z] ---> 9abc7dfcc5f2 [2021-03-31T17:08:50.935Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-31T17:08:50.935Z] ---> Running in 5d6fc1cbee6b [2021-03-31T17:08:51.908Z] ---> Running in 10c7ae4ccf9b [2021-03-31T17:08:51.908Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-31T17:08:51.908Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-31T17:08:52.180Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-31T17:08:52.180Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-31T17:08:52.463Z] Removing intermediate container 5d6fc1cbee6b [2021-03-31T17:08:52.463Z] ---> 31769c643b91 [2021-03-31T17:08:52.463Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-31T17:08:52.736Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-31T17:08:52.736Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-31T17:08:53.012Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T17:08:53.012Z] OK: 8 MiB in 20 packages [2021-03-31T17:08:55.644Z] ---> 83ccfcf04117 [2021-03-31T17:08:55.644Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-31T17:08:55.921Z] Removing intermediate container 56cf9e1735aa [2021-03-31T17:08:55.921Z] ---> 341db5f003c2 [2021-03-31T17:08:55.921Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T17:08:57.357Z] ---> d14eb42fe1a3 [2021-03-31T17:08:57.357Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-31T17:08:57.960Z] Removing intermediate container 10c7ae4ccf9b [2021-03-31T17:08:57.960Z] ---> 2f7a327b2818 [2021-03-31T17:08:57.960Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-31T17:08:58.243Z] ---> 6d1402ac0d90 [2021-03-31T17:08:58.243Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-31T17:08:58.524Z] ---> Running in 6029c77f0636 [2021-03-31T17:08:58.801Z] ---> 9f39ab48a77a [2021-03-31T17:08:58.801Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-31T17:08:59.411Z] ---> Running in c3f3bacb9c06 [2021-03-31T17:08:59.411Z] Removing intermediate container 6029c77f0636 [2021-03-31T17:08:59.411Z] ---> b9cec9bdb217 [2021-03-31T17:08:59.411Z] Step 28/31 : CMD ["gate"] [2021-03-31T17:08:59.687Z] ---> 8b7811f12f80 [2021-03-31T17:08:59.687Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-31T17:08:59.961Z] ---> Running in d50baa70e866 [2021-03-31T17:09:00.556Z] Removing intermediate container d50baa70e866 [2021-03-31T17:09:00.556Z] ---> 8f91160fb517 [2021-03-31T17:09:00.556Z] Step 29/31 : LABEL arch=arm64 [2021-03-31T17:09:00.832Z] ---> 232039498cbd [2021-03-31T17:09:00.832Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-31T17:09:00.832Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T17:09:01.112Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T17:09:01.112Z] ---> Running in 632f686d346f [2021-03-31T17:09:01.112Z] ---> Running in a74483c9fae9 [2021-03-31T17:09:01.711Z] Removing intermediate container a74483c9fae9 [2021-03-31T17:09:01.711Z] ---> 1586a233f4bd [2021-03-31T17:09:01.711Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T17:09:01.711Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-31T17:09:01.711Z] (2/33) Installing expat (2.2.9-r1) [2021-03-31T17:09:01.711Z] (3/33) Installing libffi (3.3-r2) [2021-03-31T17:09:01.711Z] (4/33) Installing gdbm (1.13-r1) [2021-03-31T17:09:01.711Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-31T17:09:01.711Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-31T17:09:01.711Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-31T17:09:01.986Z] Removing intermediate container 632f686d346f [2021-03-31T17:09:01.986Z] ---> 7992d193046b [2021-03-31T17:09:01.986Z] Step 30/31 : LABEL git_sha=6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 [2021-03-31T17:09:02.260Z] ---> Running in 1212a0472aa1 [2021-03-31T17:09:02.868Z] ---> Running in 5a57a2aaa9c7 [2021-03-31T17:09:03.144Z] Removing intermediate container 1212a0472aa1 [2021-03-31T17:09:03.144Z] ---> f243c54391e8 [2021-03-31T17:09:03.144Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T17:09:03.744Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-31T17:09:03.744Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-31T17:09:03.744Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-31T17:09:03.744Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-31T17:09:03.744Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-31T17:09:03.744Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-31T17:09:04.017Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-31T17:09:04.017Z] ---> Running in 900b881debdd [2021-03-31T17:09:04.017Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-31T17:09:04.017Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-31T17:09:04.017Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-31T17:09:04.017Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-31T17:09:04.296Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-31T17:09:04.296Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-31T17:09:04.296Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-31T17:09:04.296Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-31T17:09:04.296Z] Removing intermediate container 5a57a2aaa9c7 [2021-03-31T17:09:04.296Z] ---> 058f64889958 [2021-03-31T17:09:04.296Z] Step 31/31 : LABEL version=0.0.0 [2021-03-31T17:09:04.296Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-31T17:09:04.296Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-31T17:09:04.296Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-31T17:09:04.296Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-31T17:09:04.296Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-31T17:09:04.296Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-31T17:09:04.574Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-31T17:09:04.574Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-31T17:09:04.574Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-31T17:09:04.574Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-31T17:09:04.574Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-31T17:09:04.574Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T17:09:04.574Z] OK: 71 MiB in 55 packages [2021-03-31T17:09:04.851Z] ---> Running in 6c93292920c6 [2021-03-31T17:09:04.851Z] Removing intermediate container 900b881debdd [2021-03-31T17:09:04.851Z] ---> 9e977cc8a873 [2021-03-31T17:09:04.851Z] Step 22/23 : LABEL git_sha=6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 [2021-03-31T17:09:05.454Z] ---> Running in 946f9695179c [2021-03-31T17:09:06.052Z] Removing intermediate container 6c93292920c6 [2021-03-31T17:09:06.052Z] ---> 39bde1980945 [2021-03-31T17:09:06.052Z] [2021-03-31T17:09:06.329Z] Removing intermediate container 946f9695179c [2021-03-31T17:09:06.329Z] ---> 27c06db4c1cb [2021-03-31T17:09:06.329Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T17:09:06.604Z] Successfully built 39bde1980945 [2021-03-31T17:09:06.878Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-31T17:09:06.878Z]  Building docker-security-bootstrapper-go ... done Building docker-core-command-go [2021-03-31T17:09:06.878Z] ---> Running in 453b73a56aae [2021-03-31T17:09:07.860Z] Removing intermediate container 453b73a56aae [2021-03-31T17:09:07.860Z] ---> 1f0647ef0894 [2021-03-31T17:09:07.860Z] [2021-03-31T17:09:08.458Z] Successfully built 1f0647ef0894 [2021-03-31T17:09:08.458Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-31T17:09:08.458Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-03-31T17:09:12.766Z] Removing intermediate container c3f3bacb9c06 [2021-03-31T17:09:12.766Z] ---> c962d3198d1c [2021-03-31T17:09:12.766Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-31T17:09:13.370Z] ---> Running in 75ef82bdbae6 [2021-03-31T17:09:20.090Z] Collecting docker-compose==1.23.2 [2021-03-31T17:09:20.090Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-31T17:09:20.090Z] Collecting texttable<0.10,>=0.9.0 [2021-03-31T17:09:20.090Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-31T17:09:21.524Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-31T17:09:21.797Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-31T17:09:21.797Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-31T17:09:24.425Z] Collecting cached-property<2,>=1.2.0 [2021-03-31T17:09:24.425Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-31T17:09:24.700Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-31T17:09:24.700Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-31T17:09:25.295Z] Collecting docopt<0.7,>=0.6.1 [2021-03-31T17:09:25.295Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-31T17:09:26.291Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T17:09:26.291Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-31T17:09:26.291Z] ---> 9df3cbc7ffaa [2021-03-31T17:09:26.291Z] Step 3/21 : WORKDIR /edgex-go [2021-03-31T17:09:26.291Z] ---> Using cache [2021-03-31T17:09:26.291Z] ---> 5a93d289111f [2021-03-31T17:09:26.291Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T17:09:26.291Z] ---> Using cache [2021-03-31T17:09:26.291Z] ---> 1c5c851a81a0 [2021-03-31T17:09:26.291Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-31T17:09:28.269Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T17:09:28.269Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-31T17:09:28.269Z] ---> 9df3cbc7ffaa [2021-03-31T17:09:28.269Z] Step 3/24 : WORKDIR /edgex-go [2021-03-31T17:09:28.269Z] ---> Using cache [2021-03-31T17:09:28.269Z] ---> 5a93d289111f [2021-03-31T17:09:28.269Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T17:09:28.269Z] ---> Using cache [2021-03-31T17:09:28.269Z] ---> 1c5c851a81a0 [2021-03-31T17:09:28.269Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-31T17:09:28.541Z] Collecting docker<4.0,>=3.6.0 [2021-03-31T17:09:28.541Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-31T17:09:29.525Z] ---> Running in c16335af6ed4 [2021-03-31T17:09:29.525Z] ---> Running in cfff2871625b [2021-03-31T17:09:30.505Z] Collecting PyYAML<4,>=3.10 [2021-03-31T17:09:30.505Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-31T17:09:31.485Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T17:09:31.485Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T17:09:32.083Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T17:09:32.083Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T17:09:33.068Z] OK: 217 MiB in 51 packages [2021-03-31T17:09:33.343Z] OK: 217 MiB in 51 packages [2021-03-31T17:09:35.973Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-31T17:09:35.973Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-31T17:09:35.973Z] Removing intermediate container c16335af6ed4 [2021-03-31T17:09:35.973Z] ---> b2a68f48b375 [2021-03-31T17:09:35.973Z] Step 6/21 : COPY go.mod . [2021-03-31T17:09:36.248Z] Removing intermediate container cfff2871625b [2021-03-31T17:09:36.248Z] ---> 9122e1aa4bdd [2021-03-31T17:09:36.248Z] Step 6/24 : COPY go.mod . [2021-03-31T17:09:36.848Z] Collecting jsonschema<3,>=2.5.1 [2021-03-31T17:09:36.848Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-31T17:09:37.450Z] ---> 78ea399b4238 [2021-03-31T17:09:37.450Z] Step 7/21 : RUN go mod download [2021-03-31T17:09:37.450Z] Collecting docker-pycreds>=0.4.0 [2021-03-31T17:09:37.450Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-31T17:09:37.723Z] ---> f024cbcf3446 [2021-03-31T17:09:37.723Z] Step 7/24 : RUN go mod download [2021-03-31T17:09:37.723Z] ---> Running in b36a587a9dc9 [2021-03-31T17:09:38.001Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-31T17:09:38.001Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-31T17:09:38.279Z] ---> Running in dbd84c217d61 [2021-03-31T17:09:38.878Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-31T17:09:38.878Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-31T17:09:39.479Z] Collecting idna<2.8,>=2.5 [2021-03-31T17:09:39.479Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-31T17:09:39.479Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-31T17:09:39.479Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-31T17:09:39.479Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-31T17:09:39.479Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-31T17:09:40.930Z] Installing collected packages: texttable, dockerpty, cached-property, websocket-client, docopt, urllib3, idna, requests, docker-pycreds, docker, PyYAML, jsonschema, docker-compose [2021-03-31T17:09:40.930Z] Running setup.py install for texttable: started [2021-03-31T17:09:43.568Z] Removing intermediate container b36a587a9dc9 [2021-03-31T17:09:43.568Z] ---> a258381b6a74 [2021-03-31T17:09:43.568Z] Step 8/21 : COPY . . [2021-03-31T17:09:43.568Z] Running setup.py install for texttable: finished with status 'done' [2021-03-31T17:09:43.568Z] Running setup.py install for dockerpty: started [2021-03-31T17:09:43.568Z] Removing intermediate container dbd84c217d61 [2021-03-31T17:09:43.568Z] ---> 1808ad81a218 [2021-03-31T17:09:43.568Z] Step 8/24 : COPY . . [2021-03-31T17:09:46.206Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-31T17:09:46.481Z] Running setup.py install for docopt: started [2021-03-31T17:09:46.755Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T17:09:46.755Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T17:09:46.755Z] ---> 9df3cbc7ffaa [2021-03-31T17:09:46.755Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T17:09:46.755Z] ---> Using cache [2021-03-31T17:09:46.755Z] ---> 5a93d289111f [2021-03-31T17:09:46.755Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T17:09:46.755Z] ---> Using cache [2021-03-31T17:09:46.755Z] ---> 1c5c851a81a0 [2021-03-31T17:09:46.755Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T17:09:46.755Z] ---> Using cache [2021-03-31T17:09:46.755Z] ---> 9122e1aa4bdd [2021-03-31T17:09:46.755Z] Step 6/23 : COPY go.mod . [2021-03-31T17:09:46.755Z] ---> Using cache [2021-03-31T17:09:46.755Z] ---> f024cbcf3446 [2021-03-31T17:09:46.755Z] Step 7/23 : RUN go mod download [2021-03-31T17:09:46.755Z] ---> Using cache [2021-03-31T17:09:46.755Z] ---> 1808ad81a218 [2021-03-31T17:09:46.755Z] Step 8/23 : COPY . . [2021-03-31T17:09:47.352Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T17:09:47.352Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T17:09:47.352Z] ---> 9df3cbc7ffaa [2021-03-31T17:09:47.352Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T17:09:47.352Z] ---> Using cache [2021-03-31T17:09:47.352Z] ---> 5a93d289111f [2021-03-31T17:09:47.352Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T17:09:47.352Z] ---> Using cache [2021-03-31T17:09:47.352Z] ---> 1c5c851a81a0 [2021-03-31T17:09:47.352Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T17:09:47.352Z] ---> Using cache [2021-03-31T17:09:47.352Z] ---> 9122e1aa4bdd [2021-03-31T17:09:47.352Z] Step 6/23 : COPY go.mod . [2021-03-31T17:09:47.352Z] ---> Using cache [2021-03-31T17:09:47.352Z] ---> f024cbcf3446 [2021-03-31T17:09:47.352Z] Step 7/23 : RUN go mod download [2021-03-31T17:09:47.352Z] ---> Using cache [2021-03-31T17:09:47.352Z] ---> 1808ad81a218 [2021-03-31T17:09:47.352Z] Step 8/23 : COPY . . [2021-03-31T17:09:48.793Z] Running setup.py install for docopt: finished with status 'done' [2021-03-31T17:09:48.793Z] Attempting uninstall: urllib3 [2021-03-31T17:09:48.793Z] Found existing installation: urllib3 1.25.9 [2021-03-31T17:09:48.793Z] Uninstalling urllib3-1.25.9: [2021-03-31T17:09:48.793Z] Successfully uninstalled urllib3-1.25.9 [2021-03-31T17:09:49.396Z] Attempting uninstall: idna [2021-03-31T17:09:49.396Z] Found existing installation: idna 2.9 [2021-03-31T17:09:49.396Z] Uninstalling idna-2.9: [2021-03-31T17:09:49.671Z] Successfully uninstalled idna-2.9 [2021-03-31T17:09:50.272Z] Attempting uninstall: requests [2021-03-31T17:09:50.272Z] Found existing installation: requests 2.23.0 [2021-03-31T17:09:50.272Z] Uninstalling requests-2.23.0: [2021-03-31T17:09:50.546Z] Successfully uninstalled requests-2.23.0 [2021-03-31T17:09:51.530Z] Running setup.py install for PyYAML: started [2021-03-31T17:09:54.158Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-31T17:09:55.596Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-31T17:10:10.725Z] Removing intermediate container 75ef82bdbae6 [2021-03-31T17:10:10.725Z] ---> 971177a2e778 [2021-03-31T17:10:10.725Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-31T17:10:10.725Z] ---> aa780e8ebd32 [2021-03-31T17:10:10.725Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-31T17:10:10.725Z] ---> 5dc220ed63fd [2021-03-31T17:10:10.725Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-31T17:10:10.725Z] ---> 4749454f26c2 [2021-03-31T17:10:10.725Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-31T17:10:10.725Z] ---> Running in f92590ef636d [2021-03-31T17:10:10.725Z] ---> 30a5bbae4e3c [2021-03-31T17:10:10.725Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-31T17:10:10.725Z] ---> Running in 1f6bd893b10b [2021-03-31T17:10:10.725Z] ---> Running in 78a9bd3fbb3d [2021-03-31T17:10:10.725Z] ---> Running in 2605b3401178 [2021-03-31T17:10:10.725Z] ---> Running in 5bb8a5cdfb80 [2021-03-31T17:10:10.997Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T17:10:11.271Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T17:10:11.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T17:10:11.271Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T17:10:11.547Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T17:10:11.547Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T17:10:12.149Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T17:10:12.149Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-31T17:10:12.149Z] (3/3) Installing curl (7.69.1-r3) [2021-03-31T17:10:12.149Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T17:10:12.149Z] OK: 72 MiB in 58 packages [2021-03-31T17:10:14.153Z] Removing intermediate container f92590ef636d [2021-03-31T17:10:14.153Z] ---> a8ce395eeaeb [2021-03-31T17:10:14.153Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-31T17:10:14.153Z] ---> Running in 298320571f79 [2021-03-31T17:10:14.436Z] Removing intermediate container 298320571f79 [2021-03-31T17:10:14.436Z] ---> e34a199cf931 [2021-03-31T17:10:14.436Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T17:10:14.713Z] ---> Running in 76b6f68ffca8 [2021-03-31T17:10:15.315Z] Removing intermediate container 76b6f68ffca8 [2021-03-31T17:10:15.315Z] ---> 1f6ab63e2f02 [2021-03-31T17:10:15.315Z] Step 24/26 : LABEL arch=arm64 [2021-03-31T17:10:15.593Z] ---> Running in c40d1fe9db2d [2021-03-31T17:10:16.205Z] Removing intermediate container c40d1fe9db2d [2021-03-31T17:10:16.205Z] ---> 41cf40eaa599 [2021-03-31T17:10:16.205Z] Step 25/26 : LABEL git_sha=6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 [2021-03-31T17:10:16.205Z] ---> Running in b73fcc063fc4 [2021-03-31T17:10:16.866Z] Removing intermediate container b73fcc063fc4 [2021-03-31T17:10:16.866Z] ---> 00896eb07e2f [2021-03-31T17:10:16.866Z] Step 26/26 : LABEL version=0.0.0 [2021-03-31T17:10:17.144Z] ---> Running in 5ae9e0a156db [2021-03-31T17:10:17.744Z] Removing intermediate container 5ae9e0a156db [2021-03-31T17:10:17.744Z] ---> 62d93cfbfa3d [2021-03-31T17:10:17.744Z] [2021-03-31T17:10:18.341Z] Successfully built 62d93cfbfa3d [2021-03-31T17:10:18.341Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-31T17:11:26.566Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T17:11:27.172Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T17:11:45.534Z] Removing intermediate container 1f6bd893b10b [2021-03-31T17:11:45.534Z] ---> f195519fbd54 [2021-03-31T17:11:45.534Z] [2021-03-31T17:11:45.534Z] Step 10/21 : FROM alpine:3.12 [2021-03-31T17:11:45.534Z] ---> e47305ac9786 [2021-03-31T17:11:45.534Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-31T17:11:45.534Z] Removing intermediate container 2605b3401178 [2021-03-31T17:11:45.534Z] ---> 9f297e173a2d [2021-03-31T17:11:45.534Z] [2021-03-31T17:11:45.534Z] Step 10/24 : FROM alpine:3.12 [2021-03-31T17:11:45.534Z] ---> e47305ac9786 [2021-03-31T17:11:45.534Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-31T17:11:45.534Z] ---> Running in 0115e39cfb93 [2021-03-31T17:11:45.534Z] ---> Running in 9e5d1263d872 [2021-03-31T17:11:46.975Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T17:11:46.975Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T17:11:47.248Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T17:11:47.248Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T17:11:47.857Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-31T17:11:47.857Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-31T17:11:48.131Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T17:11:48.132Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-31T17:11:48.132Z] (4/6) Installing curl (7.69.1-r3) [2021-03-31T17:11:48.132Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-31T17:11:48.132Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T17:11:48.132Z] (6/6) Installing su-exec (0.2-r1) [2021-03-31T17:11:48.132Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-31T17:11:48.132Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T17:11:48.132Z] (4/4) Installing curl (7.69.1-r3) [2021-03-31T17:11:48.132Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T17:11:48.132Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T17:11:48.132Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T17:11:48.132Z] OK: 7 MiB in 20 packages [2021-03-31T17:11:48.413Z] OK: 7 MiB in 18 packages [2021-03-31T17:11:48.413Z] Removing intermediate container 78a9bd3fbb3d [2021-03-31T17:11:48.413Z] ---> 5be7dfc20507 [2021-03-31T17:11:48.413Z] [2021-03-31T17:11:48.413Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T17:11:48.413Z] ---> e47305ac9786 [2021-03-31T17:11:48.413Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T17:11:48.413Z] ---> Using cache [2021-03-31T17:11:48.413Z] ---> 5267c5bbf245 [2021-03-31T17:11:48.413Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T17:11:48.413Z] ---> Using cache [2021-03-31T17:11:48.413Z] ---> bd0939f37cd8 [2021-03-31T17:11:48.413Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-31T17:11:48.690Z] ---> Running in 416a9dd0aab2 [2021-03-31T17:11:49.687Z] Removing intermediate container 416a9dd0aab2 [2021-03-31T17:11:49.687Z] ---> b384768e6b4d [2021-03-31T17:11:49.687Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T17:11:49.962Z] ---> Running in 2d15addb4aed [2021-03-31T17:11:51.404Z] Removing intermediate container 2d15addb4aed [2021-03-31T17:11:51.404Z] ---> d9ccd3a5f9ee [2021-03-31T17:11:51.404Z] Step 15/23 : WORKDIR / [2021-03-31T17:11:51.404Z] Removing intermediate container 0115e39cfb93 [2021-03-31T17:11:51.404Z] ---> ab1ed987c7b5 [2021-03-31T17:11:51.404Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.'Removing intermediate container 9e5d1263d872 [2021-03-31T17:11:51.404Z] ---> d4d7f986da1b [2021-03-31T17:11:51.404Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T17:11:51.404Z] [2021-03-31T17:11:51.404Z] ---> Running in 5d3718c3e1ae [2021-03-31T17:11:51.404Z] ---> Running in 9c588ff1d3ce [2021-03-31T17:11:51.404Z] ---> Running in ec0c7c51cd2f [2021-03-31T17:11:52.380Z] Removing intermediate container 9c588ff1d3ce [2021-03-31T17:11:52.381Z] ---> 1f2faa718a98 [2021-03-31T17:11:52.381Z] Step 13/21 : WORKDIR /edgex [2021-03-31T17:11:52.381Z] Removing intermediate container 5d3718c3e1ae [2021-03-31T17:11:52.381Z] ---> 6ef444daacf7 [2021-03-31T17:11:52.381Z] Step 13/24 : WORKDIR / [2021-03-31T17:11:52.653Z] ---> Running in f517f4fd1c0f [2021-03-31T17:11:52.653Z] Removing intermediate container ec0c7c51cd2f [2021-03-31T17:11:52.653Z] ---> 99cd06c1a1a7 [2021-03-31T17:11:52.653Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T17:11:52.928Z] ---> Running in 8d604d4382bd [2021-03-31T17:11:53.526Z] Removing intermediate container f517f4fd1c0f [2021-03-31T17:11:53.526Z] ---> 5e0b38700690 [2021-03-31T17:11:53.526Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-31T17:11:53.806Z] Removing intermediate container 8d604d4382bd [2021-03-31T17:11:53.807Z] ---> 274beb4a0811 [2021-03-31T17:11:53.807Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-31T17:11:53.807Z] ---> 2c6431c08dc4 [2021-03-31T17:11:53.807Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-31T17:11:54.401Z] Removing intermediate container 5bb8a5cdfb80 [2021-03-31T17:11:54.401Z] ---> 3400410edda4 [2021-03-31T17:11:54.401Z] [2021-03-31T17:11:54.401Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T17:11:54.401Z] ---> e47305ac9786 [2021-03-31T17:11:54.401Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T17:11:54.401Z] ---> Using cache [2021-03-31T17:11:54.401Z] ---> 5267c5bbf245 [2021-03-31T17:11:54.402Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T17:11:54.402Z] ---> Using cache [2021-03-31T17:11:54.402Z] ---> bd0939f37cd8 [2021-03-31T17:11:54.402Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-31T17:11:54.674Z] ---> Running in ad268296595f [2021-03-31T17:11:54.946Z] ---> 7668950ac107 [2021-03-31T17:11:54.946Z] ---> b2f27a890c49 [2021-03-31T17:11:54.946Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.tomlStep 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-31T17:11:54.946Z] [2021-03-31T17:11:55.217Z] ---> ef650e73a95d [2021-03-31T17:11:55.217Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-31T17:11:55.217Z] Removing intermediate container ad268296595f [2021-03-31T17:11:55.217Z] ---> ce543d2a7e1e [2021-03-31T17:11:55.217Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T17:11:55.818Z] ---> Running in 6925351713b6 [2021-03-31T17:11:55.818Z] ---> 66af5b593a79 [2021-03-31T17:11:55.818Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-31T17:11:56.411Z] ---> 87273432dd33 [2021-03-31T17:11:56.411Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-31T17:11:56.411Z] Removing intermediate container 6925351713b6 [2021-03-31T17:11:56.411Z] ---> 8a026d8e00cb [2021-03-31T17:11:56.411Z] Step 15/23 : WORKDIR / [2021-03-31T17:11:56.411Z] ---> e310984028d1 [2021-03-31T17:11:56.411Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-31T17:11:56.411Z] ---> Running in 923f366da3b4 [2021-03-31T17:11:56.411Z] ---> Running in 65f811cb5601 [2021-03-31T17:11:56.682Z] ---> 69337ca02d92 [2021-03-31T17:11:56.682Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-31T17:11:57.278Z] Removing intermediate container 923f366da3b4 [2021-03-31T17:11:57.278Z] ---> fa1034e37c5e [2021-03-31T17:11:57.278Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T17:11:57.278Z] Removing intermediate container 65f811cb5601 [2021-03-31T17:11:57.278Z] ---> 38d12440957a [2021-03-31T17:11:57.278Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T17:11:57.549Z] ---> Running in 12da1a5bf2af [2021-03-31T17:11:57.817Z] ---> 3af4f4588f38 [2021-03-31T17:11:57.818Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-31T17:11:58.090Z] ---> Running in d8a3d2e61aca [2021-03-31T17:11:58.090Z] ---> 89e10d62d6f5 [2021-03-31T17:11:58.090Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-31T17:11:58.090Z] Removing intermediate container 12da1a5bf2af [2021-03-31T17:11:58.090Z] ---> cb5f4cd90371 [2021-03-31T17:11:58.090Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T17:11:58.362Z] ---> 8c9a00ab7dc7 [2021-03-31T17:11:58.362Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-31T17:11:58.362Z] ---> Running in 3347e5421852 [2021-03-31T17:11:58.636Z] Removing intermediate container d8a3d2e61aca [2021-03-31T17:11:58.636Z] ---> 79e45e6c434f [2021-03-31T17:11:58.636Z] Step 18/21 : CMD ["--init=true"] [2021-03-31T17:11:58.912Z] ---> Running in cb266501ecfe [2021-03-31T17:11:58.912Z] Removing intermediate container 3347e5421852 [2021-03-31T17:11:58.912Z] ---> 441cbf13a89e [2021-03-31T17:11:58.912Z] Step 22/23 : LABEL git_sha=6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 [2021-03-31T17:11:59.500Z] ---> Running in 55f5c19ec1df [2021-03-31T17:11:59.500Z] ---> 0d7d3f4587da [2021-03-31T17:11:59.500Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-31T17:11:59.772Z] Removing intermediate container cb266501ecfe [2021-03-31T17:11:59.772Z] ---> dba7874ace86 [2021-03-31T17:11:59.772Z] Step 19/21 : LABEL arch=arm64 [2021-03-31T17:11:59.772Z] ---> 23f5eeee365d [2021-03-31T17:11:59.772Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-31T17:11:59.772Z] ---> Running in a40a2dc0e78e [2021-03-31T17:12:00.042Z] Removing intermediate container 55f5c19ec1df [2021-03-31T17:12:00.042Z] ---> 7bdc5f653de3 [2021-03-31T17:12:00.042Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T17:12:00.312Z] ---> Running in 9d61875d5f9f [2021-03-31T17:12:00.312Z] ---> 6cfe55add987 [2021-03-31T17:12:00.312Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-31T17:12:00.585Z] Removing intermediate container a40a2dc0e78e [2021-03-31T17:12:00.585Z] ---> 9b61a67526d8 [2021-03-31T17:12:00.585Z] Step 20/21 : LABEL git_sha=6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 [2021-03-31T17:12:00.585Z] ---> Running in 364d6640e109 [2021-03-31T17:12:00.585Z] ---> 71a4228445aa [2021-03-31T17:12:00.585Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-31T17:12:00.857Z] ---> Running in 33ed02b34f55 [2021-03-31T17:12:00.857Z] ---> Running in 8ee0880e32a4 [2021-03-31T17:12:00.857Z] Removing intermediate container 9d61875d5f9f [2021-03-31T17:12:00.857Z] ---> 34b22f702452 [2021-03-31T17:12:00.857Z] [2021-03-31T17:12:01.839Z] Successfully built 34b22f702452 [2021-03-31T17:12:01.839Z] Removing intermediate container 33ed02b34f55 [2021-03-31T17:12:01.839Z] ---> d8d2f833118f [2021-03-31T17:12:01.839Z] Step 21/21 : LABEL version=0.0.0 [2021-03-31T17:12:01.839Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-31T17:12:01.839Z]  Building docker-core-command-go ... done Removing intermediate container 8ee0880e32a4 [2021-03-31T17:12:01.839Z] ---> b8b7ad7acf23 [2021-03-31T17:12:01.839Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T17:12:01.839Z] ---> Running in 3c538d50a47c [2021-03-31T17:12:02.109Z] ---> Running in 73b75583af2a [2021-03-31T17:12:02.385Z] Removing intermediate container 3c538d50a47c [2021-03-31T17:12:02.385Z] ---> c9da6e699574 [2021-03-31T17:12:02.385Z] [2021-03-31T17:12:02.657Z] Removing intermediate container 73b75583af2a [2021-03-31T17:12:02.657Z] ---> e37c2aceab74 [2021-03-31T17:12:02.657Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T17:12:02.932Z] Successfully built c9da6e699574 [2021-03-31T17:12:02.932Z] ---> Running in 345e67d6882a [2021-03-31T17:12:02.932Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-31T17:12:03.522Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 364d6640e109 [2021-03-31T17:12:03.522Z] ---> 2b79625e60a2 [2021-03-31T17:12:03.522Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-31T17:12:03.522Z] Removing intermediate container 345e67d6882a [2021-03-31T17:12:03.522Z] ---> 225fe8de051e [2021-03-31T17:12:03.522Z] Step 22/23 : LABEL git_sha=6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 [2021-03-31T17:12:03.522Z] ---> Running in 3b4192090bc2 [2021-03-31T17:12:03.792Z] ---> Running in bf5d4a1b635d [2021-03-31T17:12:04.064Z] Removing intermediate container 3b4192090bc2 [2021-03-31T17:12:04.064Z] ---> 7bb9bdc59462 [2021-03-31T17:12:04.064Z] Step 22/24 : LABEL arch=arm64 [2021-03-31T17:12:04.064Z] Removing intermediate container bf5d4a1b635d [2021-03-31T17:12:04.064Z] ---> 0217b6e0a11b [2021-03-31T17:12:04.064Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T17:12:04.336Z] ---> Running in d25fd03bdd5f [2021-03-31T17:12:04.336Z] ---> Running in 33a2708592e0 [2021-03-31T17:12:04.609Z] Removing intermediate container d25fd03bdd5f [2021-03-31T17:12:04.609Z] ---> 3ddb2d2c3433 [2021-03-31T17:12:04.609Z] Step 23/24 : LABEL git_sha=6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 [2021-03-31T17:12:04.881Z] Removing intermediate container 33a2708592e0 [2021-03-31T17:12:04.881Z] ---> 3fe4661dd9d4 [2021-03-31T17:12:04.881Z] [2021-03-31T17:12:04.881Z] ---> Running in 0a11650dc006 [2021-03-31T17:12:05.155Z] Successfully built 3fe4661dd9d4 [2021-03-31T17:12:05.427Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-31T17:12:05.427Z]  Building docker-core-metadata-go ... done Removing intermediate container 0a11650dc006 [2021-03-31T17:12:05.427Z] ---> c7fc8e358de7 [2021-03-31T17:12:05.427Z] Step 24/24 : LABEL version=0.0.0 [2021-03-31T17:12:05.696Z] ---> Running in c86bcca4d6f9 [2021-03-31T17:12:05.965Z] Removing intermediate container c86bcca4d6f9 [2021-03-31T17:12:05.965Z] ---> 944759d1cb9a [2021-03-31T17:12:05.965Z] [2021-03-31T17:12:06.555Z] Successfully built 944759d1cb9a [2021-03-31T17:12:06.555Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-31T17:12:06.842Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2021-03-31T17:12:06.863Z] $ docker stop --time=1 66d48d26b72603b7205596df4e054ffe1cf6525abd35984b9dcd2cc524673d4e [2021-03-31T17:12:08.787Z] $ docker rm -f 66d48d26b72603b7205596df4e054ffe1cf6525abd35984b9dcd2cc524673d4e [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T17:12:09.421Z] + docker images [2021-03-31T17:12:09.421Z] + grep docker [2021-03-31T17:12:09.692Z] docker-security-secretstore-setup-go-arm64 latest 944759d1cb9a 4 seconds ago 24.4MB [2021-03-31T17:12:09.692Z] docker-core-metadata-go-arm64 latest 3fe4661dd9d4 5 seconds ago 17.9MB [2021-03-31T17:12:09.692Z] docker-security-proxy-setup-go-arm64 latest c9da6e699574 7 seconds ago 24.1MB [2021-03-31T17:12:09.692Z] docker-core-command-go-arm64 latest 34b22f702452 9 seconds ago 16.3MB [2021-03-31T17:12:09.692Z] docker-sys-mgmt-agent-go-arm64 latest 62d93cfbfa3d About a minute ago 301MB [2021-03-31T17:12:09.692Z] docker-core-data-go-arm64 latest 1f0647ef0894 3 minutes ago 21.4MB [2021-03-31T17:12:09.692Z] docker-security-bootstrapper-go-arm64 latest 39bde1980945 3 minutes ago 17.9MB [2021-03-31T17:12:09.692Z] docker-support-notifications-go-arm64 latest ee659a1834a3 3 minutes ago 16.9MB [2021-03-31T17:12:09.692Z] docker-support-scheduler-go-arm64 latest d1d8ef993565 3 minutes ago 16.4MB [2021-03-31T17:12:09.692Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-31T17:12:11.026Z] ---> job-cost.sh [2021-03-31T17:12:11.026Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-g8T9 [2021-03-31T17:12:57.968Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-31T17:14:49.763Z] lf-activate-venv(): INFO: Adding /tmp/venv-g8T9/bin to PATH [2021-03-31T17:14:49.763Z] INFO: No Stack... [2021-03-31T17:14:49.763Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-31T17:14:49.763Z] INFO: Archiving Costs [Pipeline] sh [2021-03-31T17:14:50.128Z] + cat /w/workspace/edgex-go/52/archives/cost.csv [2021-03-31T17:14:50.128Z] + cut -d, -f6 [Pipeline] lock [2021-03-31T17:14:50.267Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-52-stack-cost] [2021-03-31T17:14:50.277Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3234-52-stack-cost] did not exist. Created. [2021-03-31T17:14:50.278Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-52-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-31T17:14:50.750Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-31T17:14:51.043Z] Stashed 1 file(s) [Pipeline] } [2021-03-31T17:14:51.056Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-52-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-03-31T17:14:52.303Z] provisioning config files... [2021-03-31T17:14:52.312Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/52@tmp/config1005645304482670837tmp [Pipeline] { [Pipeline] sh [2021-03-31T17:14:52.695Z] + set +x [2021-03-31T17:14:52.695Z] + curl -s https://codecov.io/bash [2021-03-31T17:14:52.696Z] + bash -s -- [2021-03-31T17:14:52.959Z] [2021-03-31T17:14:52.959Z] _____ _ [2021-03-31T17:14:52.959Z] / ____| | | [2021-03-31T17:14:52.959Z] | | ___ __| | ___ ___ _____ __ [2021-03-31T17:14:52.959Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-31T17:14:52.959Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-31T17:14:52.959Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-31T17:14:52.959Z] Bash-20210309-2b87ace [2021-03-31T17:14:52.959Z] [2021-03-31T17:14:52.959Z] [2021-03-31T17:14:52.959Z] ==> git version 2.24.3 found [2021-03-31T17:14:52.959Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-31T17:14:52.959Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-31T17:14:52.959Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-31T17:14:53.221Z] curl: option -sm: expected a proper numerical parameter [2021-03-31T17:14:53.221Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-03-31T17:14:53.221Z] ==> Jenkins CI detected. [2021-03-31T17:14:53.221Z] project root: . [2021-03-31T17:14:53.221Z] --> token set from env [2021-03-31T17:14:53.221Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-31T17:14:53.221Z] ==> Running gcov in . (disable via -X gcov) [2021-03-31T17:14:53.221Z] ==> Python coveragepy not found [2021-03-31T17:14:53.221Z] ==> Searching for coverage reports in: [2021-03-31T17:14:53.221Z] + . [2021-03-31T17:14:53.221Z] -> Found 1 reports [2021-03-31T17:14:53.221Z] ==> Detecting git/mercurial file structure [2021-03-31T17:14:53.484Z] ==> Reading reports [2021-03-31T17:14:53.484Z] + ./coverage.out bytes=669470 [2021-03-31T17:14:53.484Z] ==> Appending adjustments [2021-03-31T17:14:53.484Z] https://docs.codecov.io/docs/fixing-reports [2021-03-31T17:14:56.788Z] + Found adjustments [2021-03-31T17:14:56.788Z] ==> Gzipping contents [2021-03-31T17:14:57.051Z] 96K /tmp/codecov.AUZjbt.gz [2021-03-31T17:14:57.052Z] ==> Uploading reports [2021-03-31T17:14:57.052Z] url: https://codecov.io [2021-03-31T17:14:57.052Z] query: branch=PR-3234&commit=6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3&build=52&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F52%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-03-31T17:14:57.052Z] -> Pinging Codecov [2021-03-31T17:14:57.052Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3&build=52&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F52%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-03-31T17:14:57.315Z] -> Uploading to [2021-03-31T17:14:57.315Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-31/00271124DB129430A58F1EEE437C3FCB/6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3/f4fcf43b-b7fe-4959-a49d-9ae39c100849.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210331%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210331T171457Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9a99db46ffa57c0eb65ed5a9832d5f525fe27d458dd59e5af5c4d60ae093015e [2021-03-31T17:14:57.315Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T17:14:57.315Z] Dload Upload Total Spent Left Speed [2021-03-31T17:14:57.897Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96890 0 0 100 96890 0 184k --:--:-- --:--:-- --:--:-- 184k 100 96890 0 0 100 96890 0 184k --:--:-- --:--:-- --:--:-- 184k [2021-03-31T17:14:57.897Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 [Pipeline] } [2021-03-31T17:14:57.906Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-31T17:14:59.868Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T17:15:00.757Z] ---> package-listing.sh [2021-03-31T17:15:00.757Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-31T17:15:00.757Z] ++ facter osfamily [2021-03-31T17:15:00.757Z] + OS_FAMILY=redhat [2021-03-31T17:15:00.757Z] + workspace=/w/workspace/edgex-go/52 [2021-03-31T17:15:00.757Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-31T17:15:00.757Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-31T17:15:00.757Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-31T17:15:00.757Z] + PACKAGES=/tmp/packages_start.txt [2021-03-31T17:15:00.757Z] + '[' /w/workspace/edgex-go/52 ']' [2021-03-31T17:15:00.757Z] + PACKAGES=/tmp/packages_end.txt [2021-03-31T17:15:00.757Z] + case "${OS_FAMILY}" in [2021-03-31T17:15:00.757Z] + rpm -qa [2021-03-31T17:15:00.757Z] + sort [2021-03-31T17:15:06.100Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-31T17:15:06.100Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-31T17:15:06.100Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-31T17:15:06.100Z] + '[' /w/workspace/edgex-go/52 ']' [2021-03-31T17:15:06.100Z] + mkdir -p /w/workspace/edgex-go/52/archives/ [2021-03-31T17:15:06.100Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/52/archives/ [Pipeline] echo [2021-03-31T17:15:06.122Z] 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/52/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-31T17:15:06.430Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-31T17:15:06.741Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T17:15:07.013Z] [2021-03-31T17:15:07.013Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-31T17:15:07.373Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T17:15:07.373Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-31T17:15:07.373Z] df20fa9351a1: Pulling fs layer [2021-03-31T17:15:07.373Z] 36b3adc4ff6f: Pulling fs layer [2021-03-31T17:15:07.373Z] 8ad3a11d3b57: Pulling fs layer [2021-03-31T17:15:07.373Z] 46f8f816bc3b: Pulling fs layer [2021-03-31T17:15:07.373Z] 93b61091891f: Pulling fs layer [2021-03-31T17:15:07.373Z] 93b9cdb0e59b: Pulling fs layer [2021-03-31T17:15:07.373Z] 5e14af77c1be: Pulling fs layer [2021-03-31T17:15:07.373Z] 01666e4c0597: Pulling fs layer [2021-03-31T17:15:07.373Z] aa168da1d23b: Pulling fs layer [2021-03-31T17:15:07.373Z] 46f8f816bc3b: Waiting [2021-03-31T17:15:07.373Z] 93b61091891f: Waiting [2021-03-31T17:15:07.373Z] 93b9cdb0e59b: Waiting [2021-03-31T17:15:07.373Z] 5e14af77c1be: Waiting [2021-03-31T17:15:07.373Z] aa168da1d23b: Waiting [2021-03-31T17:15:07.373Z] 01666e4c0597: Waiting [2021-03-31T17:15:07.373Z] 36b3adc4ff6f: Verifying Checksum [2021-03-31T17:15:07.373Z] 36b3adc4ff6f: Download complete [2021-03-31T17:15:07.637Z] 46f8f816bc3b: Verifying Checksum [2021-03-31T17:15:07.637Z] 46f8f816bc3b: Download complete [2021-03-31T17:15:07.637Z] df20fa9351a1: Verifying Checksum [2021-03-31T17:15:07.637Z] df20fa9351a1: Download complete [2021-03-31T17:15:07.637Z] 93b9cdb0e59b: Verifying Checksum [2021-03-31T17:15:07.637Z] 93b9cdb0e59b: Download complete [2021-03-31T17:15:07.637Z] 93b61091891f: Verifying Checksum [2021-03-31T17:15:07.637Z] 93b61091891f: Download complete [2021-03-31T17:15:07.637Z] 5e14af77c1be: Verifying Checksum [2021-03-31T17:15:07.637Z] 5e14af77c1be: Download complete [2021-03-31T17:15:07.637Z] 01666e4c0597: Verifying Checksum [2021-03-31T17:15:07.637Z] 01666e4c0597: Download complete [2021-03-31T17:15:07.902Z] 8ad3a11d3b57: Verifying Checksum [2021-03-31T17:15:07.902Z] 8ad3a11d3b57: Download complete [2021-03-31T17:15:08.168Z] df20fa9351a1: Pull complete [2021-03-31T17:15:08.442Z] 36b3adc4ff6f: Pull complete [2021-03-31T17:15:09.840Z] aa168da1d23b: Verifying Checksum [2021-03-31T17:15:09.840Z] aa168da1d23b: Download complete [2021-03-31T17:15:09.840Z] 8ad3a11d3b57: Pull complete [2021-03-31T17:15:10.103Z] 46f8f816bc3b: Pull complete [2021-03-31T17:15:10.677Z] 93b61091891f: Pull complete [2021-03-31T17:15:10.677Z] 93b9cdb0e59b: Pull complete [2021-03-31T17:15:10.940Z] 5e14af77c1be: Pull complete [2021-03-31T17:15:10.940Z] 01666e4c0597: Pull complete [2021-03-31T17:15:19.268Z] aa168da1d23b: Pull complete [2021-03-31T17:15:19.268Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-31T17:15:19.268Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T17:15:19.268Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-31T17:15:19.459Z] prd-centos7-docker-4c-2g-32281 does not seem to be running inside a container [2021-03-31T17:15:19.532Z] $ 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/52/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/52 -v /w/workspace/edgex-go/52:/w/workspace/edgex-go/52:rw,z -v /w/workspace/edgex-go/52@tmp:/w/workspace/edgex-go/52@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-03-31T17:15:23.850Z] $ docker top a69d0ee0c1b7874a278362ae40ede9692f10e0864a5a23f42d8136759cb6a59c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T17:15:24.441Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-31T17:15:24.743Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-31T17:15:25.047Z] + ls /var/log/sa-host [2021-03-31T17:15:25.047Z] + sadf -c /var/log/sa-host/sa23 [2021-03-31T17:15:25.047Z] file_magic: OK [2021-03-31T17:15:25.047Z] HZ: Using current value: 100 [2021-03-31T17:15:25.047Z] file_header: OK [2021-03-31T17:15:25.047Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-31T17:15:25.047Z] Statistics: [2021-03-31T17:15:25.047Z] Hnuu...uuuununununu... [2021-03-31T17:15:25.047Z] File successfully converted to sysstat format version 12.2.1 [2021-03-31T17:15:25.047Z] + sadf -c /var/log/sa-host/sa31 [2021-03-31T17:15:25.047Z] file_magic: OK [2021-03-31T17:15:25.047Z] HZ: Using current value: 100 [2021-03-31T17:15:25.047Z] file_header: OK [2021-03-31T17:15:25.047Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-31T17:15:25.047Z] Statistics: [2021-03-31T17:15:25.047Z] 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... [2021-03-31T17:15:25.047Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-31T17:15:25.710Z] provisioning config files... [2021-03-31T17:15:25.732Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/52@tmp/config8673609232693239870tmp [Pipeline] { [Pipeline] echo [2021-03-31T17:15:25.797Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T17:15:26.091Z] ---> create-netrc.sh [Pipeline] } [2021-03-31T17:15:26.101Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-31T17:15:26.186Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T17:15:26.491Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-31T17:15:26.503Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T17:15:26.803Z] ---> sudo-logs.sh [2021-03-31T17:15:26.803Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-31T17:15:26.960Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T17:15:27.262Z] ---> job-cost.sh [2021-03-31T17:15:27.262Z] lf-activate-venv: SKIPPING [2021-03-31T17:15:27.262Z] DEBUG: total: 0.20999999344348907 [2021-03-31T17:15:27.262Z] INFO: Retrieving Stack Cost... [2021-03-31T17:15:28.655Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-31T17:15:28.918Z] INFO: Archiving Costs [Pipeline] echo [2021-03-31T17:15:28.933Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T17:15:29.235Z] ---> logs-deploy.sh [2021-03-31T17:15:29.235Z] lf-activate-venv: SKIPPING [2021-03-31T17:15:29.235Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/52 [2021-03-31T17:15:29.235Z] INFO: archiving workspace using pattern(s): [2021-03-31T17:15:31.159Z] Archives upload complete. [2021-03-31T17:15:31.160Z] INFO: archiving logs to Nexus [2021-03-31T17:15:32.110Z] ---> uname -a: [2021-03-31T17:15:32.110Z] Linux prd-centos7-docker-4c-2g-32281.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-31T17:15:32.110Z] [2021-03-31T17:15:32.110Z] [2021-03-31T17:15:32.110Z] ---> lscpu: [2021-03-31T17:15:32.110Z] Architecture: x86_64 [2021-03-31T17:15:32.110Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-31T17:15:32.110Z] Byte Order: Little Endian [2021-03-31T17:15:32.110Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-31T17:15:32.110Z] CPU(s): 4 [2021-03-31T17:15:32.110Z] On-line CPU(s) list: 0-3 [2021-03-31T17:15:32.110Z] Thread(s) per core: 1 [2021-03-31T17:15:32.110Z] Core(s) per socket: 1 [2021-03-31T17:15:32.110Z] Socket(s): 4 [2021-03-31T17:15:32.111Z] NUMA node(s): 1 [2021-03-31T17:15:32.111Z] Vendor ID: GenuineIntel [2021-03-31T17:15:32.111Z] CPU family: 6 [2021-03-31T17:15:32.111Z] Model: 44 [2021-03-31T17:15:32.111Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-31T17:15:32.111Z] Stepping: 1 [2021-03-31T17:15:32.111Z] CPU MHz: 2933.442 [2021-03-31T17:15:32.111Z] BogoMIPS: 5866.88 [2021-03-31T17:15:32.111Z] Virtualization: VT-x [2021-03-31T17:15:32.111Z] Hypervisor vendor: KVM [2021-03-31T17:15:32.111Z] Virtualization type: full [2021-03-31T17:15:32.111Z] L1d cache: 128 KiB [2021-03-31T17:15:32.111Z] L1i cache: 128 KiB [2021-03-31T17:15:32.111Z] L2 cache: 16 MiB [2021-03-31T17:15:32.111Z] L3 cache: 64 MiB [2021-03-31T17:15:32.111Z] NUMA node0 CPU(s): 0-3 [2021-03-31T17:15:32.111Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-31T17:15:32.111Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-31T17:15:32.111Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-31T17:15:32.111Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-31T17:15:32.111Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-31T17:15:32.111Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-31T17:15:32.111Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-31T17:15:32.111Z] Vulnerability Srbds: Not affected [2021-03-31T17:15:32.111Z] Vulnerability Tsx async abort: Not affected [2021-03-31T17:15:32.111Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-03-31T17:15:32.111Z] [2021-03-31T17:15:32.111Z] [2021-03-31T17:15:32.111Z] ---> nproc: [2021-03-31T17:15:32.111Z] 4 [2021-03-31T17:15:32.111Z] [2021-03-31T17:15:32.111Z] [2021-03-31T17:15:32.111Z] ---> df -h: [2021-03-31T17:15:32.111Z] Filesystem Size Used Available Use% Mounted on [2021-03-31T17:15:32.111Z] overlay 50.0G 12.2G 37.8G 24% / [2021-03-31T17:15:32.111Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-31T17:15:32.111Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-31T17:15:32.111Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-31T17:15:32.111Z] /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os [2021-03-31T17:15:32.111Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf [2021-03-31T17:15:32.111Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname [2021-03-31T17:15:32.111Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts [2021-03-31T17:15:32.111Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log [2021-03-31T17:15:32.111Z] /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json [2021-03-31T17:15:32.111Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host [2021-03-31T17:15:32.111Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure [2021-03-31T17:15:32.111Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/52 [2021-03-31T17:15:32.111Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/52@tmp [2021-03-31T17:15:32.111Z] [2021-03-31T17:15:32.111Z] [2021-03-31T17:15:32.111Z] ---> free -m: [2021-03-31T17:15:32.111Z] total used free shared buff/cache available [2021-03-31T17:15:32.111Z] Mem: 1837 732 168 0 937 1023 [2021-03-31T17:15:32.111Z] Swap: 1023 59 964 [2021-03-31T17:15:32.111Z] [2021-03-31T17:15:32.111Z] [2021-03-31T17:15:32.111Z] ---> ip addr: [2021-03-31T17:15:32.111Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-31T17:15:32.111Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-31T17:15:32.111Z] inet 127.0.0.1/8 scope host lo [2021-03-31T17:15:32.111Z] valid_lft forever preferred_lft forever [2021-03-31T17:15:32.111Z] inet6 ::1/128 scope host [2021-03-31T17:15:32.111Z] valid_lft forever preferred_lft forever [2021-03-31T17:15:32.111Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-31T17:15:32.111Z] link/ether fa:16:3e:45:07:29 brd ff:ff:ff:ff:ff:ff [2021-03-31T17:15:32.111Z] inet 10.30.122.140/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-31T17:15:32.111Z] valid_lft 84917sec preferred_lft 84917sec [2021-03-31T17:15:32.111Z] inet6 fe80::f816:3eff:fe45:729/64 scope link [2021-03-31T17:15:32.111Z] valid_lft forever preferred_lft forever [2021-03-31T17:15:32.111Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-31T17:15:32.111Z] link/ether 02:42:07:00:a0:cb brd ff:ff:ff:ff:ff:ff [2021-03-31T17:15:32.111Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-31T17:15:32.111Z] valid_lft forever preferred_lft forever [2021-03-31T17:15:32.111Z] inet6 fe80::42:7ff:fe00:a0cb/64 scope link [2021-03-31T17:15:32.111Z] valid_lft forever preferred_lft forever [2021-03-31T17:15:32.111Z] [2021-03-31T17:15:32.111Z] [2021-03-31T17:15:32.111Z] ---> sar -b -r -n DEV: [2021-03-31T17:15:32.111Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/31/21 _x86_64_ (4 CPU) [2021-03-31T17:15:32.111Z] [2021-03-31T17:15:32.111Z] 16:50:36 LINUX RESTART (4 CPU) [2021-03-31T17:15:32.111Z] [2021-03-31T17:15:32.111Z] 16:51:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-31T17:15:32.111Z] 16:52:01 103.38 45.28 58.10 0.00 8121.52 11505.57 0.00 [2021-03-31T17:15:32.111Z] 16:53:02 266.49 99.08 167.41 0.00 7111.04 51651.36 0.00 [2021-03-31T17:15:32.111Z] 16:54:01 228.97 89.54 139.43 0.00 3166.45 18690.42 0.00 [2021-03-31T17:15:32.111Z] 16:55:01 113.79 47.75 66.05 0.00 1749.46 6504.13 0.00 [2021-03-31T17:15:32.111Z] 16:56:03 163.92 49.76 114.16 0.00 8018.75 46973.30 0.00 [2021-03-31T17:15:32.111Z] 16:57:01 2104.57 1776.69 327.89 0.00 150984.24 195747.72 0.00 [2021-03-31T17:15:32.111Z] 16:58:01 1404.09 1167.13 236.96 0.00 89253.15 98991.88 0.00 [2021-03-31T17:15:32.111Z] 16:59:02 713.07 375.24 337.83 0.00 94932.06 137367.20 0.00 [2021-03-31T17:15:32.111Z] 17:00:01 1555.28 1270.20 285.08 0.00 80241.62 86330.08 0.00 [2021-03-31T17:15:32.111Z] 17:01:01 198.84 36.77 162.06 0.00 4968.79 26117.99 0.00 [2021-03-31T17:15:32.111Z] 17:02:01 4.96 0.35 4.61 0.00 21.57 132.87 0.00 [2021-03-31T17:15:32.111Z] 17:03:01 0.27 0.05 0.22 0.00 2.66 2.45 0.00 [2021-03-31T17:15:32.111Z] 17:04:01 0.23 0.02 0.22 0.00 1.07 2.08 0.00 [2021-03-31T17:15:32.111Z] 17:05:01 0.32 0.00 0.32 0.00 0.00 3.68 0.00 [2021-03-31T17:15:32.111Z] 17:06:01 1.55 1.30 0.25 0.00 46.75 3.48 0.00 [2021-03-31T17:15:32.111Z] 17:07:01 0.83 0.02 0.81 0.00 0.54 14.87 0.00 [2021-03-31T17:15:32.111Z] 17:08:01 0.20 0.00 0.20 0.00 0.00 1.78 0.00 [2021-03-31T17:15:32.111Z] 17:09:01 0.27 0.02 0.25 0.00 0.53 3.45 0.00 [2021-03-31T17:15:32.111Z] 17:10:01 0.27 0.02 0.25 0.00 0.53 2.90 0.00 [2021-03-31T17:15:32.111Z] 17:11:01 0.23 0.00 0.23 0.00 0.00 1.95 0.00 [2021-03-31T17:15:32.111Z] 17:12:01 0.20 0.00 0.20 0.00 0.00 1.83 0.00 [2021-03-31T17:15:32.111Z] 17:13:01 0.22 0.00 0.22 0.00 0.00 1.97 0.00 [2021-03-31T17:15:32.111Z] 17:14:01 0.35 0.02 0.33 0.00 0.53 4.68 0.00 [2021-03-31T17:15:32.111Z] 17:15:01 24.21 23.96 0.25 0.00 2323.14 24.73 0.00 [2021-03-31T17:15:32.111Z] Average: 284.66 205.52 79.14 0.00 18651.86 28218.74 0.00 [2021-03-31T17:15:32.111Z] [2021-03-31T17:15:32.111Z] 16:51:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-31T17:15:32.111Z] 16:52:01 72640 0 677764 36.02 2620 1128520 1380688 47.12 552084 1050236 53344 [2021-03-31T17:15:32.111Z] 16:53:02 89468 0 723176 38.44 1548 1067352 1317188 44.95 541764 962692 80 [2021-03-31T17:15:32.111Z] 16:54:01 102192 0 922608 49.03 808 855936 1635040 55.80 748620 745944 31940 [2021-03-31T17:15:32.111Z] 16:55:01 110628 0 852488 45.31 776 917652 1802548 61.52 689028 781452 83636 [2021-03-31T17:15:32.111Z] 16:56:03 67324 0 736936 39.17 320 1076964 1256936 42.90 705932 838504 85304 [2021-03-31T17:15:32.111Z] 16:57:01 71388 0 850668 45.21 104 959384 2321728 79.24 658376 931268 29316 [2021-03-31T17:15:32.111Z] 16:58:01 215508 0 1133636 60.25 104 532296 3973204 135.60 733876 654328 38280 [2021-03-31T17:15:32.111Z] 16:59:02 75932 0 706672 37.56 104 1098836 1570016 53.58 757876 834496 29740 [2021-03-31T17:15:32.111Z] 17:00:01 406984 0 765220 40.67 104 709236 1964584 67.05 583452 643340 49896 [2021-03-31T17:15:32.111Z] 17:01:01 159100 0 653732 34.74 104 1068608 1189472 40.59 596032 877168 20 [2021-03-31T17:15:32.111Z] 17:02:01 165336 0 646816 34.38 104 1069288 1164448 39.74 592236 876524 12 [2021-03-31T17:15:32.111Z] 17:03:01 165460 0 646688 34.37 104 1069292 1164572 39.74 592748 876604 8 [2021-03-31T17:15:32.111Z] 17:04:01 166248 0 645920 34.33 104 1069272 1159372 39.57 592004 876412 8 [2021-03-31T17:15:32.111Z] 17:05:01 166216 0 645916 34.33 104 1069308 1159560 39.57 592600 876444 8 [2021-03-31T17:15:32.111Z] 17:06:01 165104 0 646288 34.35 104 1070048 1159440 39.57 592076 877152 16 [2021-03-31T17:15:32.111Z] 17:07:01 165196 0 646192 34.34 104 1070052 1159512 39.57 592288 877152 8 [2021-03-31T17:15:32.111Z] 17:08:01 164872 0 646508 34.36 104 1070060 1159476 39.57 592092 877152 8 [2021-03-31T17:15:32.111Z] 17:09:01 164628 0 646744 34.37 104 1070068 1159560 39.57 592528 877168 8 [2021-03-31T17:15:32.111Z] 17:10:01 165068 0 646312 34.35 104 1070060 1159440 39.57 592116 877168 8 [2021-03-31T17:15:32.111Z] 17:11:01 164944 0 646416 34.36 104 1070080 1159440 39.57 592244 877184 8 [2021-03-31T17:15:32.111Z] 17:12:01 164840 0 646512 34.36 104 1070088 1159500 39.57 592312 877184 8 [2021-03-31T17:15:32.111Z] 17:13:01 164488 0 646856 34.38 104 1070096 1159572 39.57 592636 877184 16 [2021-03-31T17:15:32.111Z] 17:14:01 164560 0 646780 34.37 104 1070100 1159536 39.57 592680 877200 20 [2021-03-31T17:15:32.111Z] 17:15:01 77096 0 666384 35.42 104 1137960 1187608 40.53 622112 930108 264 [2021-03-31T17:15:32.111Z] Average: 149801 0 712218 37.85 335 1019190 1445102 49.32 620405 860419 16748 [2021-03-31T17:15:32.111Z] [2021-03-31T17:15:32.111Z] 16:51:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-31T17:15:32.111Z] 16:52:01 eth0 1448.52 1234.98 5595.75 176.48 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 16:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 16:52:01 vethfcfcbad 621.62 540.02 60.63 1905.45 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 16:52:01 docker0 621.62 539.89 52.13 1905.44 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 16:53:02 eth0 700.63 656.74 4416.11 65.16 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 16:53:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 16:53:02 docker0 384.44 381.44 29.20 1593.62 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 16:54:01 veth940ed41 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 16:54:01 eth0 36.16 20.84 33.01 13.42 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 16:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 16:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 16:55:01 veth940ed41 1.85 1.85 0.15 0.15 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 16:55:01 eth0 30.63 21.38 15.68 73.20 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 16:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 16:55:01 docker0 1.85 1.85 0.12 0.15 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 16:56:03 vethc29e6e2 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 16:56:03 eth0 227.99 182.46 1673.79 81.99 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 16:56:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 16:56:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 16:57:01 vethc29e6e2 0.00 0.26 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 16:57:01 eth0 51.90 29.17 169.55 10.04 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 16:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 16:57:01 docker0 18.28 29.98 1.02 151.13 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 16:58:01 vethc29e6e2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 16:58:01 veth69ca9ac 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 16:58:01 veth86ca4ac 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 16:58:01 eth0 8.28 4.29 6.83 3.58 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 16:59:02 vethc29e6e2 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 16:59:02 veth2ef02bb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 16:59:02 vethcebe578 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 16:59:02 veth764050a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 17:00:01 vethc29e6e2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 17:00:01 eth0 2718.25 2294.97 12557.65 529.02 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 17:00:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 17:00:01 vethbabe139 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 17:01:01 eth0 228.57 159.00 1694.88 87.53 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 17:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 17:01:01 docker0 1081.26 1058.75 85.81 4363.84 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 17:02:01 eth0 1.23 0.68 0.59 0.10 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 17:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.111Z] 17:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:03:01 eth0 0.52 0.30 0.27 0.17 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:04:01 eth0 0.65 0.08 0.06 0.04 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:05:01 eth0 0.50 0.35 0.27 0.20 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:06:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:07:01 eth0 1.03 0.15 0.15 0.07 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:08:01 eth0 0.23 0.22 0.09 0.02 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:09:01 eth0 0.47 0.28 0.27 0.20 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:10:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:11:01 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:12:01 eth0 0.55 0.17 0.15 0.07 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:13:01 eth0 1.42 0.40 0.36 0.20 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:14:01 eth0 0.52 0.33 0.27 0.21 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:15:01 eth0 11.34 7.29 11.42 5.61 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] 17:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] Average: eth0 121.09 100.76 586.52 25.65 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] Average: docker0 45.13 44.19 3.58 182.13 0.00 0.00 0.00 0.00 [2021-03-31T17:15:32.112Z] [2021-03-31T17:15:32.112Z] [2021-03-31T17:15:32.112Z] ---> sar -P ALL: [2021-03-31T17:15:32.112Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/31/21 _x86_64_ (4 CPU) [2021-03-31T17:15:32.112Z] [2021-03-31T17:15:32.112Z] 16:50:36 LINUX RESTART (4 CPU) [2021-03-31T17:15:32.112Z] [2021-03-31T17:15:32.112Z] 16:51:01 CPU %user %nice %system %iowait %steal %idle [2021-03-31T17:15:32.112Z] 16:52:01 all 18.25 0.00 7.91 2.98 0.09 70.76 [2021-03-31T17:15:32.112Z] 16:52:01 0 16.39 0.00 9.32 2.97 0.10 71.22 [2021-03-31T17:15:32.112Z] 16:52:01 1 18.22 0.00 7.64 2.14 0.10 71.90 [2021-03-31T17:15:32.112Z] 16:52:01 2 19.25 0.00 7.48 2.06 0.07 71.14 [2021-03-31T17:15:32.112Z] 16:52:01 3 19.12 0.00 7.22 4.77 0.10 68.78 [2021-03-31T17:15:32.112Z] 16:53:02 all 14.19 0.00 8.71 5.88 0.08 71.13 [2021-03-31T17:15:32.112Z] 16:53:02 0 14.70 0.00 9.06 7.33 0.09 68.82 [2021-03-31T17:15:32.112Z] 16:53:02 1 16.64 0.00 9.71 7.40 0.05 66.20 [2021-03-31T17:15:32.112Z] 16:53:02 2 11.34 0.00 7.39 4.42 0.07 76.78 [2021-03-31T17:15:32.112Z] 16:53:02 3 14.12 0.00 8.69 4.38 0.10 72.70 [2021-03-31T17:15:32.112Z] 16:54:01 all 44.35 0.00 13.09 6.06 0.12 36.37 [2021-03-31T17:15:32.112Z] 16:54:01 0 45.55 0.00 12.53 4.72 0.11 37.10 [2021-03-31T17:15:32.112Z] 16:54:01 1 44.25 0.00 13.37 5.85 0.14 36.39 [2021-03-31T17:15:32.112Z] 16:54:01 2 43.81 0.00 13.68 7.45 0.11 34.96 [2021-03-31T17:15:32.112Z] 16:54:01 3 43.81 0.00 12.79 6.22 0.14 37.04 [2021-03-31T17:15:32.112Z] 16:55:01 all 49.80 0.00 14.21 2.87 0.07 33.04 [2021-03-31T17:15:32.112Z] 16:55:01 0 50.03 0.00 14.42 2.09 0.10 33.36 [2021-03-31T17:15:32.112Z] 16:55:01 1 49.10 0.00 14.08 3.04 0.07 33.71 [2021-03-31T17:15:32.112Z] 16:55:01 2 50.03 0.00 13.58 3.11 0.05 33.22 [2021-03-31T17:15:32.112Z] 16:55:01 3 50.04 0.00 14.78 3.23 0.07 31.88 [2021-03-31T17:15:32.112Z] 16:56:03 all 25.21 0.00 11.77 5.67 0.13 57.22 [2021-03-31T17:15:32.112Z] 16:56:03 0 23.85 0.00 12.44 5.56 0.15 58.00 [2021-03-31T17:15:32.112Z] 16:56:03 1 25.99 0.00 10.92 4.80 0.14 58.15 [2021-03-31T17:15:32.112Z] 16:56:03 2 24.41 0.00 11.40 5.54 0.12 58.52 [2021-03-31T17:15:32.112Z] 16:56:03 3 26.60 0.00 12.33 6.77 0.12 54.17 [2021-03-31T17:15:32.112Z] 16:57:01 all 21.27 0.00 30.84 17.41 1.94 28.55 [2021-03-31T17:15:32.112Z] 16:57:01 0 20.55 0.00 28.94 18.60 2.13 29.78 [2021-03-31T17:15:32.112Z] 16:57:01 1 20.69 0.00 30.66 18.31 1.99 28.36 [2021-03-31T17:15:32.112Z] 16:57:01 2 22.04 0.00 31.72 18.27 1.75 26.22 [2021-03-31T17:15:32.112Z] 16:57:01 3 21.81 0.00 32.07 14.41 1.88 29.84 [2021-03-31T17:15:32.112Z] 16:58:01 all 52.36 0.00 21.03 15.29 1.28 10.03 [2021-03-31T17:15:32.112Z] 16:58:01 0 51.35 0.00 18.99 15.84 1.54 12.28 [2021-03-31T17:15:32.112Z] 16:58:01 1 52.35 0.00 22.13 16.33 1.23 7.95 [2021-03-31T17:15:32.112Z] 16:58:01 2 52.57 0.00 21.05 14.93 1.19 10.26 [2021-03-31T17:15:32.112Z] 16:58:01 3 53.20 0.00 21.96 14.07 1.16 9.62 [2021-03-31T17:15:32.112Z] 16:59:02 all 27.58 0.00 23.03 23.77 0.28 25.33 [2021-03-31T17:15:32.112Z] 16:59:02 0 27.12 0.00 20.17 17.25 0.24 35.22 [2021-03-31T17:15:32.112Z] 16:59:02 1 26.92 0.00 24.85 27.46 0.35 20.42 [2021-03-31T17:15:32.112Z] 16:59:02 2 27.94 0.00 23.36 26.32 0.24 22.13 [2021-03-31T17:15:32.112Z] 16:59:02 3 28.34 0.00 23.79 24.13 0.28 23.46 [2021-03-31T17:15:32.112Z] 17:00:01 all 54.82 0.00 23.69 14.76 0.52 6.22 [2021-03-31T17:15:32.112Z] 17:00:01 0 53.64 0.00 23.86 16.36 0.58 5.56 [2021-03-31T17:15:32.112Z] 17:00:01 1 52.79 0.00 24.42 15.75 0.56 6.47 [2021-03-31T17:15:32.112Z] 17:00:01 2 56.98 0.00 22.46 12.85 0.49 7.23 [2021-03-31T17:15:32.112Z] 17:00:01 3 55.89 0.00 24.01 14.06 0.44 5.60 [2021-03-31T17:15:32.112Z] 17:01:01 all 11.25 0.00 7.91 7.04 0.11 73.69 [2021-03-31T17:15:32.112Z] 17:01:01 0 9.31 0.00 7.86 6.12 0.14 76.57 [2021-03-31T17:15:32.112Z] 17:01:01 1 12.47 0.00 8.34 7.51 0.07 71.61 [2021-03-31T17:15:32.112Z] 17:01:01 2 9.62 0.00 7.66 11.30 0.12 71.30 [2021-03-31T17:15:32.112Z] 17:01:01 3 13.63 0.00 7.77 3.22 0.10 75.27 [2021-03-31T17:15:32.112Z] 17:02:01 all 0.15 0.00 0.07 0.00 0.00 99.77 [2021-03-31T17:15:32.112Z] 17:02:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-31T17:15:32.112Z] 17:02:01 1 0.52 0.00 0.05 0.00 0.02 99.42 [2021-03-31T17:15:32.112Z] 17:02:01 2 0.05 0.00 0.10 0.02 0.00 99.83 [2021-03-31T17:15:32.112Z] 17:02:01 3 0.02 0.00 0.07 0.00 0.00 99.92 [2021-03-31T17:15:32.112Z] [2021-03-31T17:15:32.112Z] 17:02:01 CPU %user %nice %system %iowait %steal %idle [2021-03-31T17:15:32.112Z] 17:03:01 all 0.16 0.00 0.03 0.00 0.01 99.80 [2021-03-31T17:15:32.112Z] 17:03:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-31T17:15:32.112Z] 17:03:01 1 0.53 0.00 0.02 0.02 0.02 99.42 [2021-03-31T17:15:32.112Z] 17:03:01 2 0.07 0.00 0.03 0.00 0.02 99.88 [2021-03-31T17:15:32.112Z] 17:03:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2021-03-31T17:15:32.112Z] 17:04:01 all 0.15 0.00 0.04 0.00 0.01 99.80 [2021-03-31T17:15:32.112Z] 17:04:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-31T17:15:32.112Z] 17:04:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-03-31T17:15:32.112Z] 17:04:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2021-03-31T17:15:32.112Z] 17:04:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2021-03-31T17:15:32.112Z] 17:05:01 all 0.18 0.00 0.03 0.00 0.00 99.78 [2021-03-31T17:15:32.112Z] 17:05:01 0 0.10 0.00 0.02 0.00 0.02 99.87 [2021-03-31T17:15:32.112Z] 17:05:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-03-31T17:15:32.112Z] 17:05:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-31T17:15:32.112Z] 17:05:01 3 0.07 0.00 0.07 0.00 0.00 99.87 [2021-03-31T17:15:32.112Z] 17:06:01 all 0.15 0.00 0.05 0.02 0.00 99.77 [2021-03-31T17:15:32.112Z] 17:06:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-31T17:15:32.112Z] 17:06:01 1 0.52 0.00 0.05 0.07 0.00 99.37 [2021-03-31T17:15:32.112Z] 17:06:01 2 0.05 0.00 0.05 0.03 0.00 99.87 [2021-03-31T17:15:32.112Z] 17:06:01 3 0.02 0.00 0.07 0.00 0.00 99.92 [2021-03-31T17:15:32.112Z] 17:07:01 all 0.09 0.00 0.05 0.00 0.00 99.86 [2021-03-31T17:15:32.112Z] 17:07:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-31T17:15:32.112Z] 17:07:01 1 0.25 0.00 0.08 0.00 0.00 99.66 [2021-03-31T17:15:32.112Z] 17:07:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-31T17:15:32.112Z] 17:07:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-31T17:15:32.112Z] 17:08:01 all 0.12 0.00 0.03 0.00 0.00 99.85 [2021-03-31T17:15:32.112Z] 17:08:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-31T17:15:32.112Z] 17:08:01 1 0.35 0.00 0.03 0.00 0.00 99.62 [2021-03-31T17:15:32.112Z] 17:08:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-31T17:15:32.112Z] 17:08:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-31T17:15:32.112Z] 17:09:01 all 0.16 0.00 0.02 0.00 0.00 99.82 [2021-03-31T17:15:32.112Z] 17:09:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-31T17:15:32.112Z] 17:09:01 1 0.57 0.00 0.02 0.00 0.00 99.42 [2021-03-31T17:15:32.112Z] 17:09:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-31T17:15:32.112Z] 17:09:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-31T17:15:32.112Z] 17:10:01 all 0.16 0.00 0.03 0.00 0.00 99.80 [2021-03-31T17:15:32.112Z] 17:10:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-31T17:15:32.112Z] 17:10:01 1 0.50 0.00 0.03 0.00 0.00 99.47 [2021-03-31T17:15:32.112Z] 17:10:01 2 0.08 0.00 0.07 0.00 0.02 99.83 [2021-03-31T17:15:32.112Z] 17:10:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-31T17:15:32.112Z] 17:11:01 all 0.14 0.00 0.02 0.00 0.00 99.84 [2021-03-31T17:15:32.112Z] 17:11:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-03-31T17:15:32.112Z] 17:11:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2021-03-31T17:15:32.112Z] 17:11:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-31T17:15:32.112Z] 17:11:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2021-03-31T17:15:32.112Z] 17:12:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-03-31T17:15:32.112Z] 17:12:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-31T17:15:32.112Z] 17:12:01 1 0.50 0.00 0.03 0.00 0.00 99.47 [2021-03-31T17:15:32.112Z] 17:12:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-31T17:15:32.112Z] 17:12:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-31T17:15:32.112Z] 17:13:01 all 0.13 0.00 0.03 0.00 0.01 99.83 [2021-03-31T17:15:32.112Z] 17:13:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-31T17:15:32.112Z] 17:13:01 1 0.42 0.00 0.03 0.00 0.02 99.53 [2021-03-31T17:15:32.112Z] 17:13:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-31T17:15:32.112Z] 17:13:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2021-03-31T17:15:32.112Z] [2021-03-31T17:15:32.112Z] 17:13:01 CPU %user %nice %system %iowait %steal %idle [2021-03-31T17:15:32.112Z] 17:14:01 all 0.08 0.00 0.03 0.00 0.00 99.88 [2021-03-31T17:15:32.112Z] 17:14:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-31T17:15:32.112Z] 17:14:01 1 0.20 0.00 0.05 0.00 0.00 99.75 [2021-03-31T17:15:32.112Z] 17:14:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2021-03-31T17:15:32.112Z] 17:14:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-31T17:15:32.113Z] 17:15:01 all 1.44 0.00 0.85 0.58 0.03 97.11 [2021-03-31T17:15:32.113Z] 17:15:01 0 1.42 0.00 1.05 0.53 0.02 96.98 [2021-03-31T17:15:32.113Z] 17:15:01 1 1.24 0.00 0.75 0.45 0.03 97.53 [2021-03-31T17:15:32.113Z] 17:15:01 2 0.67 0.00 0.57 0.45 0.02 98.30 [2021-03-31T17:15:32.113Z] 17:15:01 3 2.42 0.00 1.03 0.87 0.03 95.64 [2021-03-31T17:15:32.113Z] Average: all 12.98 0.00 6.55 4.10 0.18 76.18 [2021-03-31T17:15:32.113Z] Average: 0 12.68 0.00 6.39 3.91 0.21 76.81 [2021-03-31T17:15:32.113Z] Average: 1 13.15 0.00 6.70 4.37 0.19 75.59 [2021-03-31T17:15:32.113Z] Average: 2 12.85 0.00 6.44 4.28 0.17 76.26 [2021-03-31T17:15:32.113Z] Average: 3 13.24 0.00 6.67 3.84 0.17 76.08 [2021-03-31T17:15:32.113Z] [2021-03-31T17:15:32.113Z] [2021-03-31T17:15:32.113Z]