Pull request #3266 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at e1001ebcdbb158c1d7b0fdd7ab749685ac6f680b rather than c21e503d76820034a55c4a3b1a54325bb1766d2f Obtained Jenkinsfile from e1001ebcdbb158c1d7b0fdd7ab749685ac6f680b 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 ‘prd-centos7-docker-4c-2g-29992’ Running on prd-centos7-docker-4c-2g-29994 in /w/workspace/edgexfoundry_edgex-go_PR-3266 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit e1001ebcdbb158c1d7b0fdd7ab749685ac6f680b into PR head commit c21e503d76820034a55c4a3b1a54325bb1766d2f Merge succeeded, producing c21e503d76820034a55c4a3b1a54325bb1766d2f Checking out Revision c21e503d76820034a55c4a3b1a54325bb1766d2f (PR-3266) > 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/3266/head:refs/remotes/origin/PR-3266 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c21e503d76820034a55c4a3b1a54325bb1766d2f # 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 e1001ebcdbb158c1d7b0fdd7ab749685ac6f680b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c21e503d76820034a55c4a3b1a54325bb1766d2f # timeout=10 Commit message: "build: Upgrade go-mod-core-contracts lib to v2.0.0-dev.51" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 235ac2cea3d7d2b19ffd49c54240b433579ee822 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-16T12:55:24.793Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-16T12:55:25.177Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-16T12:55:25.302Z] ========================================================= [2021-03-16T12:55:25.302Z] EdgeX Global Pipelines Version Info [2021-03-16T12:55:25.302Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-16T12:55:28.472Z] ------------------- [2021-03-16T12:55:28.473Z] stable info: [2021-03-16T12:55:28.473Z] ------------------- [2021-03-16T12:55:28.473Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-16T12:55:28.473Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-16T12:55:28.473Z] Message: update stable to v1.0.184 [2021-03-16T12:55:29.507Z] ------------------- [2021-03-16T12:55:29.507Z] experimental info: [2021-03-16T12:55:29.507Z] ------------------- [2021-03-16T12:55:29.507Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-16T12:55:29.507Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-16T12:55:29.507Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-16T12:55:29.929Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-16T12:55:30.041Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-16T12:55:30.143Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-16T12:55:30.261Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-16T12:55:30.372Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-16T12:55:30.504Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-16T12:55:30.656Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-16T12:55:30.766Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-16T12:55:30.888Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-16T12:55:31.004Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-16T12:55:31.103Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-16T12:55:31.288Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-16T12:55:31.425Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-16T12:55:31.522Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-16T12:55:31.623Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-16T12:55:31.720Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-16T12:55:31.817Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-16T12:55:31.921Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-16T12:55:32.016Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-16T12:55:32.121Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-16T12:55:32.255Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-16T12:55:32.365Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-16T12:55:32.461Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3266 [Pipeline] echo [2021-03-16T12:55:32.556Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3266 [Pipeline] echo [2021-03-16T12:55:32.651Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3266 [Pipeline] echo [2021-03-16T12:55:32.746Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c21e503d76820034a55c4a3b1a54325bb1766d2f [Pipeline] echo [2021-03-16T12:55:32.837Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c21e503 [Pipeline] echo [2021-03-16T12:55:32.952Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-16T12:55:33.205Z] provisioning config files... [2021-03-16T12:55:33.261Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6962428669848793976tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-16T12:55:33.807Z] ---> docker-login.sh [2021-03-16T12:55:33.807Z] nexus3.edgexfoundry.org:10001 [2021-03-16T12:55:36.960Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T12:55:37.249Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T12:55:37.249Z] Configure a credential helper to remove this warning. See [2021-03-16T12:55:37.249Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T12:55:37.249Z] [2021-03-16T12:55:37.249Z] Login Succeeded [2021-03-16T12:55:37.249Z] nexus3.edgexfoundry.org:10002 [2021-03-16T12:55:37.249Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T12:55:37.536Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T12:55:37.536Z] Configure a credential helper to remove this warning. See [2021-03-16T12:55:37.536Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T12:55:37.536Z] [2021-03-16T12:55:37.536Z] Login Succeeded [2021-03-16T12:55:37.536Z] nexus3.edgexfoundry.org:10003 [2021-03-16T12:55:37.852Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T12:55:37.852Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T12:55:37.852Z] Configure a credential helper to remove this warning. See [2021-03-16T12:55:37.852Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T12:55:37.852Z] [2021-03-16T12:55:37.852Z] Login Succeeded [2021-03-16T12:55:37.852Z] nexus3.edgexfoundry.org:10004 [2021-03-16T12:55:38.217Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T12:55:38.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T12:55:38.565Z] Configure a credential helper to remove this warning. See [2021-03-16T12:55:38.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T12:55:38.565Z] [2021-03-16T12:55:38.565Z] Login Succeeded [2021-03-16T12:55:38.565Z] docker.io [2021-03-16T12:55:39.216Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T12:55:39.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T12:55:39.501Z] Configure a credential helper to remove this warning. See [2021-03-16T12:55:39.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T12:55:39.501Z] [2021-03-16T12:55:39.501Z] Login Succeeded [2021-03-16T12:55:39.501Z] ---> docker-login.sh ends [Pipeline] } [2021-03-16T12:55:39.525Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-16T12:55:40.229Z] ++ 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-16T12:55:40.230Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T12:55:40.230Z] ++ dirname cmd/core-command/Dockerfile [2021-03-16T12:55:40.230Z] ++ cut -d/ -f2 [2021-03-16T12:55:40.230Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-16T12:55:40.230Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T12:55:40.230Z] ++ dirname cmd/core-data/Dockerfile [2021-03-16T12:55:40.230Z] ++ cut -d/ -f2 [2021-03-16T12:55:40.230Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-16T12:55:40.230Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T12:55:40.230Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-16T12:55:40.230Z] ++ cut -d/ -f2 [2021-03-16T12:55:40.230Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-16T12:55:40.230Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T12:55:40.230Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-16T12:55:40.230Z] ++ cut -d/ -f2 [2021-03-16T12:55:40.230Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-16T12:55:40.230Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T12:55:40.230Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-16T12:55:40.230Z] ++ cut -d/ -f2 [2021-03-16T12:55:40.230Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-16T12:55:40.230Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T12:55:40.230Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-16T12:55:40.230Z] ++ cut -d/ -f2 [2021-03-16T12:55:40.230Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-16T12:55:40.230Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T12:55:40.230Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-16T12:55:40.230Z] ++ cut -d/ -f2 [2021-03-16T12:55:40.230Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-16T12:55:40.230Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T12:55:40.230Z] ++ cut -d/ -f2 [2021-03-16T12:55:40.230Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-16T12:55:40.230Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-16T12:55:40.230Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T12:55:40.230Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-16T12:55:40.230Z] ++ cut -d/ -f2 [2021-03-16T12:55:40.230Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-16T12:55:40.496Z] 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-16T12:55:42.377Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-16T12:55:42.378Z] [2021-03-16T12:55:42.378Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T12:55:42.832Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-16T12:55:43.110Z] latest: Pulling from edgex-devops/git-semver [2021-03-16T12:55:43.110Z] 31603596830f: Pulling fs layer [2021-03-16T12:55:43.110Z] 2a8b12db71e7: Pulling fs layer [2021-03-16T12:55:43.110Z] 6ca5941a6612: Pulling fs layer [2021-03-16T12:55:43.110Z] ecc8261a40a4: Pulling fs layer [2021-03-16T12:55:43.110Z] ecc8261a40a4: Waiting [2021-03-16T12:55:43.110Z] 2a8b12db71e7: Download complete [2021-03-16T12:55:43.381Z] 31603596830f: Verifying Checksum [2021-03-16T12:55:43.381Z] 31603596830f: Download complete [2021-03-16T12:55:43.381Z] ecc8261a40a4: Verifying Checksum [2021-03-16T12:55:43.381Z] ecc8261a40a4: Download complete [2021-03-16T12:55:43.670Z] 6ca5941a6612: Verifying Checksum [2021-03-16T12:55:43.670Z] 6ca5941a6612: Download complete [2021-03-16T12:55:43.949Z] 31603596830f: Pull complete [2021-03-16T12:55:44.238Z] 2a8b12db71e7: Pull complete [2021-03-16T12:55:46.292Z] 6ca5941a6612: Pull complete [2021-03-16T12:55:46.572Z] ecc8261a40a4: Pull complete [2021-03-16T12:55:46.572Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-16T12:55:46.572Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-16T12:55:46.572Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-16T12:55:46.777Z] prd-centos7-docker-4c-2g-29994 does not seem to be running inside a container [2021-03-16T12:55:46.903Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-16T12:55:51.556Z] $ docker top ca6bc93d562bf9eacaeee18917cac9512483f8f98dcc77ff5daad9d28703ac04 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-16T12:55:52.606Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-16T12:55:52.607Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-16T12:55:53.584Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-16T12:55:53.594Z] $ docker exec ca6bc93d562bf9eacaeee18917cac9512483f8f98dcc77ff5daad9d28703ac04 ssh-agent [2021-03-16T12:55:54.164Z] SSH_AUTH_SOCK=/tmp/ssh-OJnyW2gTDzRn/agent.11 [2021-03-16T12:55:54.164Z] SSH_AGENT_PID=16 [2021-03-16T12:55:54.378Z] Running ssh-add (command line suppressed) [2021-03-16T12:55:55.786Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_4382802479316275284.key (/w/workspace/edgex-go/2@tmp/private_key_4382802479316275284.key) [2021-03-16T12:55:55.995Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-16T12:55:56.401Z] + git tag --points-at HEAD [Pipeline] } [2021-03-16T12:55:56.748Z] $ docker exec --env ******** --env ******** ca6bc93d562bf9eacaeee18917cac9512483f8f98dcc77ff5daad9d28703ac04 ssh-agent -k [2021-03-16T12:55:57.048Z] unset SSH_AUTH_SOCK; [2021-03-16T12:55:57.049Z] unset SSH_AGENT_PID; [2021-03-16T12:55:57.049Z] echo Agent pid 16 killed; [2021-03-16T12:55:57.163Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-16T12:55:57.337Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-16T12:55:57.337Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-16T12:55:57.806Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-16T12:55:57.813Z] $ docker exec ca6bc93d562bf9eacaeee18917cac9512483f8f98dcc77ff5daad9d28703ac04 ssh-agent [2021-03-16T12:55:58.409Z] SSH_AUTH_SOCK=/tmp/ssh-LBnjIaIDeHj9/agent.45 [2021-03-16T12:55:58.409Z] SSH_AGENT_PID=50 [2021-03-16T12:55:58.420Z] Running ssh-add (command line suppressed) [2021-03-16T12:55:58.685Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_9140634597664532225.key (/w/workspace/edgex-go/2@tmp/private_key_9140634597664532225.key) [2021-03-16T12:55:58.797Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-16T12:55:59.306Z] + git semver init [2021-03-16T12:55:59.306Z] # -> Open(): unable to determine branch for HEAD [2021-03-16T12:55:59.306Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-03-16T12:55:59.306Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-03-16T12:55:59.306Z] # $SEMVER_REMOTE_NAME = origin [2021-03-16T12:55:59.306Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-16T12:55:59.306Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-16T12:55:59.306Z] # $SEMVER_BRANCH = PR-3266 [2021-03-16T12:55:59.306Z] # $SEMVER_TEMP = /tmp/semver-367711042 [2021-03-16T12:55:59.306Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-16T12:56:41.278Z] # '/tmp/semver-367711042' -> '/w/workspace/edgex-go/2/.semver' [2021-03-16T12:56:43.338Z] # -> Force: false [2021-03-16T12:56:43.338Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-03-16T12:56:43.376Z] $ docker exec --env ******** --env ******** ca6bc93d562bf9eacaeee18917cac9512483f8f98dcc77ff5daad9d28703ac04 ssh-agent -k [2021-03-16T12:56:44.409Z] unset SSH_AUTH_SOCK; [2021-03-16T12:56:44.410Z] unset SSH_AGENT_PID; [2021-03-16T12:56:44.410Z] echo Agent pid 50 killed; [2021-03-16T12:56:44.689Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-16T12:56:45.789Z] + git semver [Pipeline] } [2021-03-16T12:56:45.917Z] $ docker stop --time=1 ca6bc93d562bf9eacaeee18917cac9512483f8f98dcc77ff5daad9d28703ac04 [2021-03-16T12:56:48.954Z] $ docker rm -f ca6bc93d562bf9eacaeee18917cac9512483f8f98dcc77ff5daad9d28703ac04 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-16T12:56:50.572Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-16T12:56:52.381Z] Stashed 1 file(s) [Pipeline] echo [2021-03-16T12:56:52.384Z] [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-16T12:56:53.412Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-16T12:56:53.902Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-16T12:56:54.288Z] + sudo service docker restart [2021-03-16T12:56:54.288Z] + true [2021-03-16T12:56:54.288Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-16T12:56:56.307Z] ========================================================= [2021-03-16T12:56:56.307Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-16T12:56:56.307Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-16T12:56:56.751Z] + 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-16T12:57:07.781Z] Still waiting to schedule task [2021-03-16T12:57:07.781Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-16T12:57:09.457Z] Sending build context to Docker daemon 328.7MB [2021-03-16T12:57:09.457Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-16T12:57:09.457Z] Step 2/6 : FROM ${BASE} [2021-03-16T12:57:09.457Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-16T12:57:09.457Z] 188c0c94c7c5: Pulling fs layer [2021-03-16T12:57:09.457Z] 0ef7d3d256c8: Pulling fs layer [2021-03-16T12:57:09.457Z] de9db76c5a1d: Pulling fs layer [2021-03-16T12:57:09.457Z] bca2f99d35d6: Pulling fs layer [2021-03-16T12:57:09.457Z] 93359f2a8cfa: Pulling fs layer [2021-03-16T12:57:09.457Z] 7c6f9722023f: Pulling fs layer [2021-03-16T12:57:09.457Z] a35cf1a2eb13: Pulling fs layer [2021-03-16T12:57:09.457Z] bca2f99d35d6: Waiting [2021-03-16T12:57:09.457Z] 7c6f9722023f: Waiting [2021-03-16T12:57:09.457Z] a35cf1a2eb13: Waiting [2021-03-16T12:57:09.457Z] 93359f2a8cfa: Waiting [2021-03-16T12:57:09.457Z] de9db76c5a1d: Verifying Checksum [2021-03-16T12:57:09.457Z] de9db76c5a1d: Download complete [2021-03-16T12:57:09.457Z] 0ef7d3d256c8: Verifying Checksum [2021-03-16T12:57:09.457Z] 0ef7d3d256c8: Download complete [2021-03-16T12:57:09.457Z] 93359f2a8cfa: Verifying Checksum [2021-03-16T12:57:09.457Z] 93359f2a8cfa: Download complete [2021-03-16T12:57:10.058Z] 7c6f9722023f: Verifying Checksum [2021-03-16T12:57:10.058Z] 7c6f9722023f: Download complete [2021-03-16T12:57:10.058Z] 188c0c94c7c5: Verifying Checksum [2021-03-16T12:57:10.058Z] 188c0c94c7c5: Download complete [2021-03-16T12:57:10.705Z] 188c0c94c7c5: Pull complete [2021-03-16T12:57:12.279Z] 0ef7d3d256c8: Pull complete [2021-03-16T12:57:12.579Z] de9db76c5a1d: Pull complete [2021-03-16T12:57:15.482Z] a35cf1a2eb13: Verifying Checksum [2021-03-16T12:57:15.482Z] a35cf1a2eb13: Download complete [2021-03-16T12:57:17.650Z] bca2f99d35d6: Verifying Checksum [2021-03-16T12:57:17.650Z] bca2f99d35d6: Download complete [2021-03-16T12:57:36.746Z] bca2f99d35d6: Pull complete [2021-03-16T12:57:36.746Z] 93359f2a8cfa: Pull complete [2021-03-16T12:57:36.746Z] 7c6f9722023f: Pull complete [2021-03-16T12:57:42.276Z] a35cf1a2eb13: Pull complete [2021-03-16T12:57:42.276Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-16T12:57:42.276Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-16T12:57:42.276Z] ---> a62c8e92a672 [2021-03-16T12:57:42.276Z] 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-16T12:57:42.551Z] ---> Running in 722e84434b82 [2021-03-16T12:57:44.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T12:57:44.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T12:57:45.262Z] (1/12) Installing libmagic (5.38-r0) [2021-03-16T12:57:45.537Z] (2/12) Installing file (5.38-r0) [2021-03-16T12:57:45.537Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-16T12:57:45.537Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-16T12:57:55.770Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-16T12:57:55.770Z] (6/12) Installing patch (2.7.6-r6) [2021-03-16T12:57:55.770Z] (7/12) Installing build-base (0.5-r2) [2021-03-16T12:57:55.770Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-16T12:57:55.770Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-16T12:57:55.770Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-16T12:57:55.770Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-16T12:57:55.770Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-16T12:57:55.770Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T12:57:55.770Z] OK: 233 MiB in 51 packages [2021-03-16T12:58:00.072Z] Removing intermediate container 722e84434b82 [2021-03-16T12:58:00.072Z] ---> 01b7511f09ee [2021-03-16T12:58:00.072Z] Step 4/6 : WORKDIR /edgex-go [2021-03-16T12:58:00.072Z] ---> Running in acfe06ab4907 [2021-03-16T12:58:00.072Z] Removing intermediate container acfe06ab4907 [2021-03-16T12:58:00.072Z] ---> 8b3262a4ad02 [2021-03-16T12:58:00.072Z] Step 5/6 : COPY go.mod . [2021-03-16T12:58:00.342Z] ---> 6f889c358236 [2021-03-16T12:58:00.343Z] Step 6/6 : RUN go mod download [2021-03-16T12:58:00.620Z] ---> Running in 83b8fc3f37ab [2021-03-16T12:58:40.407Z] Removing intermediate container 83b8fc3f37ab [2021-03-16T12:58:40.407Z] ---> 42e1f5233409 [2021-03-16T12:58:40.699Z] Successfully built 42e1f5233409 [2021-03-16T12:58:40.699Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T12:58:41.102Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-16T12:58:41.102Z] . [Pipeline] withDockerContainer [2021-03-16T12:58:41.307Z] prd-centos7-docker-4c-2g-29994 does not seem to be running inside a container [2021-03-16T12:58:41.418Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-16T12:58:42.869Z] $ docker top 40b59e6c3d2d09c3c374dfe923052008108a763013470b02e6cc133ae8422857 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T12:58:43.490Z] + go version [2021-03-16T12:58:43.490Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-16T12:58:43.558Z] $ docker stop --time=1 40b59e6c3d2d09c3c374dfe923052008108a763013470b02e6cc133ae8422857 [2021-03-16T12:58:45.457Z] $ docker rm -f 40b59e6c3d2d09c3c374dfe923052008108a763013470b02e6cc133ae8422857 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T12:58:46.489Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-16T12:58:46.489Z] . [Pipeline] withDockerContainer [2021-03-16T12:58:46.696Z] prd-centos7-docker-4c-2g-29994 does not seem to be running inside a container [2021-03-16T12:58:46.778Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-16T12:58:50.066Z] $ docker top a9d6c0d4dcad1d96aa29cbda4af500e5134203f76ccfb41b087558b2f6e0ab90 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-16T12:58:50.379Z] ========================================================= [2021-03-16T12:58:50.379Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-16T12:58:50.379Z] ========================================================= [Pipeline] sh [2021-03-16T12:58:50.709Z] + make test [2021-03-16T12:58:50.709Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-16T12:59:25.322Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-16T13:00:24.568Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-16T13:00:26.762Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-16T13:00:34.298Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-16T13:00:34.298Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-16T13:00:38.270Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-16T13:00:38.270Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-16T13:00:38.270Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-16T13:00:38.569Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-16T13:00:41.663Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-16T13:00:42.921Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-16T13:00:45.821Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29995 in /w/workspace/edgexfoundry_edgex-go_PR-3266 [Pipeline] { [Pipeline] ws [2021-03-16T13:00:45.904Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-16T13:00:50.128Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-16T13:00:50.128Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-16T13:00:50.128Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-16T13:00:51.044Z] using credential edgex-jenkins-ssh [2021-03-16T13:00:51.104Z] Cloning the remote Git repository [2021-03-16T13:00:51.161Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-16T13:00:51.276Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-16T13:00:51.358Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-16T13:00:51.359Z] > git --version # timeout=10 [2021-03-16T13:00:51.377Z] > git --version # 'git version 2.17.1' [2021-03-16T13:00:51.378Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T13:00:51.431Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-16T13:00:56.028Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.151s coverage: 45.9% of statements [2021-03-16T13:00:56.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-16T13:00:56.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-16T13:00:56.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-16T13:00:56.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-16T13:00:56.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-16T13:00:56.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-16T13:00:56.028Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.068s coverage: 19.8% of statements [2021-03-16T13:00:56.704Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.242s coverage: 100.0% of statements [2021-03-16T13:01:03.032Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 2.092s coverage: 27.1% of statements [2021-03-16T13:01:03.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-16T13:01:03.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-16T13:01:03.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-16T13:01:03.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-16T13:01:03.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-16T13:01:03.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-16T13:01:03.032Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.076s coverage: 100.0% of statements [2021-03-16T13:01:03.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-16T13:01:03.032Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.104s coverage: 100.0% of statements [2021-03-16T13:01:03.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-16T13:01:03.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-16T13:01:05.637Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.428s coverage: 71.3% of statements [2021-03-16T13:01:05.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-16T13:01:05.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-16T13:01:06.369Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.702s coverage: 82.9% of statements [2021-03-16T13:01:06.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-16T13:01:06.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T13:01:06.369Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.330s coverage: 78.9% of statements [2021-03-16T13:01:06.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-16T13:01:12.203Z] Merging remotes/origin/master commit e1001ebcdbb158c1d7b0fdd7ab749685ac6f680b into PR head commit c21e503d76820034a55c4a3b1a54325bb1766d2f [2021-03-16T13:01:11.153Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-16T13:01:11.170Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-16T13:01:11.237Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-16T13:01:11.276Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-16T13:01:11.277Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T13:01:11.305Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3266/head:refs/remotes/origin/PR-3266 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-16T13:01:12.230Z] > git config core.sparsecheckout # timeout=10 [2021-03-16T13:01:12.247Z] > git checkout -f c21e503d76820034a55c4a3b1a54325bb1766d2f # timeout=10 [2021-03-16T13:01:12.562Z] > git remote # timeout=10 [2021-03-16T13:01:12.579Z] > git config --get remote.origin.url # timeout=10 [2021-03-16T13:01:12.635Z] Merge succeeded, producing c21e503d76820034a55c4a3b1a54325bb1766d2f [2021-03-16T13:01:12.635Z] Checking out Revision c21e503d76820034a55c4a3b1a54325bb1766d2f (PR-3266) [2021-03-16T13:01:13.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.687s coverage: 28.6% of statements [2021-03-16T13:01:13.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-16T13:01:13.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-16T13:01:13.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-16T13:01:13.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-16T13:01:13.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-16T13:01:13.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.595s coverage: 100.0% of statements [2021-03-16T13:01:13.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-16T13:01:13.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.274s coverage: 100.0% of statements [2021-03-16T13:01:13.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-16T13:01:13.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.148s coverage: 86.7% of statements [2021-03-16T13:01:13.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-16T13:01:13.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.169s coverage: 97.5% of statements [2021-03-16T13:01:13.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-16T13:01:13.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.074s coverage: 78.3% of statements [2021-03-16T13:01:13.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-16T13:01:13.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-16T13:01:13.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-16T13:01:13.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-16T13:01:12.598Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T13:01:12.609Z] > git merge e1001ebcdbb158c1d7b0fdd7ab749685ac6f680b # timeout=10 [2021-03-16T13:01:12.630Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-16T13:01:12.649Z] > git config core.sparsecheckout # timeout=10 [2021-03-16T13:01:12.660Z] > git checkout -f c21e503d76820034a55c4a3b1a54325bb1766d2f # timeout=10 [2021-03-16T13:01:17.043Z] Commit message: "build: Upgrade go-mod-core-contracts lib to v2.0.0-dev.51" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-16T13:01:18.727Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-16T13:01:19.266Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-16T13:01:19.380Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.916s coverage: 92.8% of statements [2021-03-16T13:01:19.380Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-16T13:01:19.380Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T13:01:19.380Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-16T13:01:19.380Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-16T13:01:19.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-16T13:01:19.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-16T13:01:19.381Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-16T13:01:19.381Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-16T13:01:19.381Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-16T13:01:19.381Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-16T13:01:19.381Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-16T13:01:19.381Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-16T13:01:19.381Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-16T13:01:19.381Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-16T13:01:19.381Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-16T13:01:19.381Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-16T13:01:19.381Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-16T13:01:19.381Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-16T13:01:19.381Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.110s coverage: 58.8% of statements [2021-03-16T13:01:19.381Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-16T13:01:19.381Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-16T13:01:19.381Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.259s coverage: 0.1% of statements [2021-03-16T13:01:19.381Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-16T13:01:19.381Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-16T13:01:19.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-16T13:01:19.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.176s coverage: 47.1% of statements [2021-03-16T13:01:19.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.094s coverage: 79.5% of statements [2021-03-16T13:01:19.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.043s coverage: 94.1% of statements [2021-03-16T13:01:19.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.088s coverage: 96.3% of statements [2021-03-16T13:01:19.609Z] + true [2021-03-16T13:01:19.609Z] + sudo service docker restart [2021-03-16T13:01:20.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.118s coverage: 87.5% of statements [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-16T13:01:22.314Z] provisioning config files... [2021-03-16T13:01:22.355Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6097973590247035117tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-16T13:01:22.765Z] ---> docker-login.sh [2021-03-16T13:01:22.765Z] nexus3.edgexfoundry.org:10001 [2021-03-16T13:01:23.749Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T13:01:24.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T13:01:24.021Z] Configure a credential helper to remove this warning. See [2021-03-16T13:01:24.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T13:01:24.021Z] [2021-03-16T13:01:24.021Z] Login Succeeded [2021-03-16T13:01:24.021Z] nexus3.edgexfoundry.org:10002 [2021-03-16T13:01:24.296Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T13:01:24.569Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T13:01:24.569Z] Configure a credential helper to remove this warning. See [2021-03-16T13:01:24.569Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T13:01:24.569Z] [2021-03-16T13:01:24.569Z] Login Succeeded [2021-03-16T13:01:24.569Z] nexus3.edgexfoundry.org:10003 [2021-03-16T13:01:24.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T13:01:25.118Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T13:01:25.118Z] Configure a credential helper to remove this warning. See [2021-03-16T13:01:25.118Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T13:01:25.118Z] [2021-03-16T13:01:25.118Z] Login Succeeded [2021-03-16T13:01:25.118Z] nexus3.edgexfoundry.org:10004 [2021-03-16T13:01:25.392Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T13:01:25.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T13:01:25.666Z] Configure a credential helper to remove this warning. See [2021-03-16T13:01:25.666Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T13:01:25.666Z] [2021-03-16T13:01:25.666Z] Login Succeeded [2021-03-16T13:01:25.666Z] docker.io [2021-03-16T13:01:25.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T13:01:26.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T13:01:26.228Z] Configure a credential helper to remove this warning. See [2021-03-16T13:01:26.228Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T13:01:26.228Z] [2021-03-16T13:01:26.228Z] Login Succeeded [2021-03-16T13:01:26.228Z] ---> docker-login.sh ends [Pipeline] } [2021-03-16T13:01:26.246Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-16T13:01:26.726Z] ========================================================= [2021-03-16T13:01:26.726Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-16T13:01:26.726Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-16T13:01:27.114Z] + 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-16T13:01:29.777Z] Sending build context to Docker daemon 166.9MB [2021-03-16T13:01:29.777Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-16T13:01:29.777Z] Step 2/6 : FROM ${BASE} [2021-03-16T13:01:29.777Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-16T13:01:29.777Z] 5f621e34cdf4: Pulling fs layer [2021-03-16T13:01:29.777Z] a4357932f1b6: Pulling fs layer [2021-03-16T13:01:29.777Z] 18c013af1878: Pulling fs layer [2021-03-16T13:01:29.777Z] 00ac8860ef70: Pulling fs layer [2021-03-16T13:01:29.777Z] 63d7cb157983: Pulling fs layer [2021-03-16T13:01:29.777Z] b116817d02f9: Pulling fs layer [2021-03-16T13:01:29.777Z] 745a02a5169b: Pulling fs layer [2021-03-16T13:01:29.777Z] 00ac8860ef70: Waiting [2021-03-16T13:01:29.777Z] 63d7cb157983: Waiting [2021-03-16T13:01:29.777Z] b116817d02f9: Waiting [2021-03-16T13:01:29.777Z] 745a02a5169b: Waiting [2021-03-16T13:01:29.777Z] 18c013af1878: Download complete [2021-03-16T13:01:29.777Z] a4357932f1b6: Verifying Checksum [2021-03-16T13:01:29.777Z] a4357932f1b6: Download complete [2021-03-16T13:01:29.777Z] 63d7cb157983: Verifying Checksum [2021-03-16T13:01:29.777Z] 63d7cb157983: Download complete [2021-03-16T13:01:29.777Z] b116817d02f9: Download complete [2021-03-16T13:01:29.777Z] 5f621e34cdf4: Download complete [2021-03-16T13:01:30.393Z] 5f621e34cdf4: Pull complete [2021-03-16T13:01:30.998Z] a4357932f1b6: Pull complete [2021-03-16T13:01:31.602Z] 18c013af1878: Pull complete [2021-03-16T13:01:32.201Z] 745a02a5169b: Verifying Checksum [2021-03-16T13:01:32.201Z] 745a02a5169b: Download complete [2021-03-16T13:01:32.857Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.147s coverage: 94.4% of statements [2021-03-16T13:01:32.857Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.094s coverage: 44.8% of statements [2021-03-16T13:01:33.188Z] 00ac8860ef70: Verifying Checksum [2021-03-16T13:01:33.188Z] 00ac8860ef70: Download complete [2021-03-16T13:01:34.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.397s coverage: 81.9% of statements [2021-03-16T13:01:43.360Z] 00ac8860ef70: Pull complete [2021-03-16T13:01:43.360Z] 63d7cb157983: Pull complete [2021-03-16T13:01:43.636Z] b116817d02f9: Pull complete [2021-03-16T13:01:47.956Z] 745a02a5169b: Pull complete [2021-03-16T13:01:47.956Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-16T13:01:47.956Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-16T13:01:47.956Z] ---> b7e6874047d6 [2021-03-16T13:01:47.956Z] 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-16T13:01:48.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.424s coverage: 92.9% of statements [2021-03-16T13:01:48.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-16T13:01:48.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-16T13:01:48.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-16T13:01:48.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements [2021-03-16T13:01:48.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-16T13:01:48.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-16T13:01:48.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-16T13:01:48.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-16T13:01:48.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-16T13:01:48.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.094s coverage: 87.2% of statements [2021-03-16T13:01:48.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-16T13:01:48.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-16T13:01:48.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2021-03-16T13:01:48.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-16T13:01:48.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 75.5% of statements [2021-03-16T13:01:48.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-16T13:01:48.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.195s coverage: 80.8% of statements [2021-03-16T13:01:48.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.264s coverage: 87.2% of statements [2021-03-16T13:01:48.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.077s coverage: 84.6% of statements [2021-03-16T13:01:48.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.423s coverage: 91.6% of statements [2021-03-16T13:01:48.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-16T13:01:48.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.501s coverage: 62.4% of statements [2021-03-16T13:01:48.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-16T13:01:48.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-16T13:01:48.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.087s coverage: 100.0% of statements [2021-03-16T13:01:48.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.143s coverage: 91.3% of statements [2021-03-16T13:01:48.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.076s coverage: 100.0% of statements [2021-03-16T13:01:48.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.121s coverage: 73.7% of statements [2021-03-16T13:01:48.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements [2021-03-16T13:01:50.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.547s coverage: 69.0% of statements [2021-03-16T13:01:50.203Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-16T13:01:50.203Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-16T13:01:50.203Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-16T13:01:50.508Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.220s coverage: 38.4% of statements [2021-03-16T13:01:50.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-16T13:01:50.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-16T13:01:50.508Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.151s coverage: 89.5% of statements [2021-03-16T13:01:50.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-16T13:01:50.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.077s coverage: 84.8% of statements [2021-03-16T13:01:51.350Z] ---> Running in d1630008421a [2021-03-16T13:01:52.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T13:01:53.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T13:01:53.899Z] (1/12) Installing libmagic (5.38-r0) [2021-03-16T13:01:54.171Z] (2/12) Installing file (5.38-r0) [2021-03-16T13:01:54.171Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-16T13:01:54.442Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-16T13:01:58.644Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.331s coverage: 47.0% of statements [2021-03-16T13:01:58.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-16T13:01:58.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-16T13:01:58.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-16T13:01:58.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-16T13:01:58.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-16T13:01:58.644Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.356s coverage: 100.0% of statements [2021-03-16T13:01:58.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-16T13:01:58.644Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.378s coverage: 100.0% of statements [2021-03-16T13:01:58.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-16T13:01:58.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-16T13:01:58.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-16T13:01:58.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-16T13:01:58.644Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.282s coverage: 87.1% of statements [2021-03-16T13:01:58.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-16T13:01:58.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T13:01:58.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-16T13:01:59.838Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-16T13:01:59.838Z] (6/12) Installing patch (2.7.6-r6) [2021-03-16T13:01:59.838Z] (7/12) Installing build-base (0.5-r2) [2021-03-16T13:01:59.838Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-16T13:01:59.838Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-16T13:01:59.838Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-16T13:01:59.838Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-16T13:01:59.838Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-16T13:02:00.111Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T13:02:00.111Z] OK: 217 MiB in 51 packages [2021-03-16T13:02:04.431Z] Removing intermediate container d1630008421a [2021-03-16T13:02:04.431Z] ---> e13f8ab68139 [2021-03-16T13:02:04.431Z] Step 4/6 : WORKDIR /edgex-go [2021-03-16T13:02:04.431Z] ---> Running in b301a74a02c8 [2021-03-16T13:02:04.431Z] Removing intermediate container b301a74a02c8 [2021-03-16T13:02:04.431Z] ---> 79a1a49812e7 [2021-03-16T13:02:04.431Z] Step 5/6 : COPY go.mod . [2021-03-16T13:02:05.411Z] ---> 6379e12f50a1 [2021-03-16T13:02:05.411Z] Step 6/6 : RUN go mod download [2021-03-16T13:02:05.411Z] ---> Running in d8dac2bf9cbc [2021-03-16T13:02:06.050Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.651s coverage: 29.1% of statements [2021-03-16T13:02:06.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-16T13:02:06.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-16T13:02:06.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-16T13:02:06.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-16T13:02:06.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-16T13:02:06.051Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.194s coverage: 99.0% of statements [2021-03-16T13:02:06.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-16T13:02:06.051Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.146s coverage: 100.0% of statements [2021-03-16T13:02:06.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-16T13:02:06.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-16T13:02:06.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-16T13:02:06.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-16T13:02:06.051Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.205s coverage: 96.5% of statements [2021-03-16T13:02:06.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-16T13:02:06.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T13:02:06.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-16T13:02:06.051Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.135s coverage: 0.0% of statements [2021-03-16T13:02:06.051Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-16T13:02:06.051Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.366s coverage: 100.0% of statements [2021-03-16T13:02:06.051Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-16T13:02:06.051Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-16T13:02:06.051Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-16T13:02:06.051Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-16T13:02:06.051Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.148s coverage: 87.9% of statements [2021-03-16T13:02:06.051Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-16T13:02:06.051Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-16T13:02:08.194Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.083s coverage: 100.0% of statements [2021-03-16T13:02:08.194Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.064s coverage: 32.1% of statements [2021-03-16T13:02:09.308Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.382s coverage: 100.0% of statements [2021-03-16T13:02:10.000Z] GO111MODULE=on go vet ./... [2021-03-16T13:02:37.757Z] Removing intermediate container d8dac2bf9cbc [2021-03-16T13:02:37.757Z] ---> e9a35149b9c5 [2021-03-16T13:02:37.757Z] Successfully built e9a35149b9c5 [2021-03-16T13:02:37.757Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T13:02:38.099Z] + docker inspect -f . ci-base-image-arm64 [2021-03-16T13:02:38.099Z] . [Pipeline] withDockerContainer [2021-03-16T13:02:38.387Z] prd-ubuntu18.04-docker-arm64-4c-16g-29995 does not seem to be running inside a container [2021-03-16T13:02:38.489Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-16T13:02:40.064Z] $ docker top 620c9b47750dfe86e9f105d19154601357bed838299e80fe8b4d9b50742468e2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T13:02:41.219Z] + go version [2021-03-16T13:02:41.219Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-16T13:02:41.261Z] $ docker stop --time=1 620c9b47750dfe86e9f105d19154601357bed838299e80fe8b4d9b50742468e2 [2021-03-16T13:02:43.220Z] $ docker rm -f 620c9b47750dfe86e9f105d19154601357bed838299e80fe8b4d9b50742468e2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T13:02:44.257Z] + docker inspect -f . ci-base-image-arm64 [2021-03-16T13:02:44.257Z] . [Pipeline] withDockerContainer [2021-03-16T13:02:44.545Z] prd-ubuntu18.04-docker-arm64-4c-16g-29995 does not seem to be running inside a container [2021-03-16T13:02:44.643Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-16T13:02:46.097Z] $ docker top f072809b37def3f358917ebb6cdd9d58af8921768ac1f99212ab706e62579e0c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-16T13:02:46.467Z] ========================================================= [2021-03-16T13:02:46.467Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-16T13:02:46.467Z] ========================================================= [Pipeline] sh [2021-03-16T13:02:47.110Z] + make test [2021-03-16T13:02:47.110Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-16T13:03:09.288Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-16T13:03:48.675Z] gofmt -l . [2021-03-16T13:03:50.247Z] [ "`gofmt -l .`" = "" ] [2021-03-16T13:03:53.077Z] ./bin/test-go-mod-tidy.sh [2021-03-16T13:03:55.482Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-16T13:03:58.665Z] + ls -al . [2021-03-16T13:03:58.665Z] total 760 [2021-03-16T13:03:58.665Z] drwxrwxr-x 10 1001 1001 4096 Mar 16 13:03 . [2021-03-16T13:03:58.665Z] drwxr-xr-x 4 root root 28 Mar 16 12:58 .. [2021-03-16T13:03:58.665Z] -rw-rw-r-- 1 1001 1001 11 Mar 16 12:55 .dockerignore [2021-03-16T13:03:58.665Z] drwxrwxr-x 8 1001 1001 179 Mar 16 12:55 .git [2021-03-16T13:03:58.665Z] drwxrwxr-x 3 1001 1001 125 Mar 16 12:55 .github [2021-03-16T13:03:58.665Z] -rw-rw-r-- 1 1001 1001 818 Mar 16 12:55 .gitignore [2021-03-16T13:03:58.665Z] drwx------ 3 1001 1001 60 Mar 16 12:56 .semver [2021-03-16T13:03:58.665Z] -rw-rw-r-- 1 1001 1001 166 Mar 16 12:55 .sonarcloud.properties [2021-03-16T13:03:58.665Z] -rw-rw-r-- 1 1001 1001 8607 Mar 16 12:55 Attribution.txt [2021-03-16T13:03:58.665Z] -rw-rw-r-- 1 1001 1001 3804 Mar 16 12:55 CONTRIBUTING.md [2021-03-16T13:03:58.665Z] -rw-rw-r-- 1 1001 1001 931 Mar 16 12:55 Dockerfile.build [2021-03-16T13:03:58.665Z] -rw-rw-r-- 1 1001 1001 863 Mar 16 12:55 Jenkinsfile [2021-03-16T13:03:58.665Z] -rw-rw-r-- 1 1001 1001 10775 Mar 16 12:55 LICENSE [2021-03-16T13:03:58.665Z] -rw-rw-r-- 1 1001 1001 5774 Mar 16 12:55 Makefile [2021-03-16T13:03:58.665Z] -rw-rw-r-- 1 1001 1001 6548 Mar 16 12:55 README.md [2021-03-16T13:03:58.665Z] -rw-rw-r-- 1 1001 1001 6755 Mar 16 12:55 SECURITY.md [2021-03-16T13:03:58.665Z] -rw-rw-r-- 1 1001 1001 5 Mar 16 12:56 VERSION [2021-03-16T13:03:58.665Z] -rw-rw-r-- 1 1001 1001 4131 Mar 16 12:55 ZMQWindows.md [2021-03-16T13:03:58.665Z] drwxrwxr-x 2 1001 1001 117 Mar 16 12:55 bin [2021-03-16T13:03:58.665Z] drwxrwxr-x 14 1001 1001 4096 Mar 16 12:55 cmd [2021-03-16T13:03:58.665Z] -rw-r--r-- 1 root root 650607 Mar 16 13:02 coverage.out [2021-03-16T13:03:58.665Z] -rw-r--r-- 1 root root 1055 Mar 16 13:03 go.mod [2021-03-16T13:03:58.665Z] -rw-r--r-- 1 root root 21981 Mar 16 13:03 go.sum [2021-03-16T13:03:58.665Z] drwxrwxr-x 8 1001 1001 127 Mar 16 12:55 internal [2021-03-16T13:03:58.665Z] drwxrwxr-x 4 1001 1001 26 Mar 16 12:55 openapi [2021-03-16T13:03:58.665Z] drwxrwxr-x 4 1001 1001 71 Mar 16 12:55 snap [2021-03-16T13:03:58.665Z] -rw-rw-r-- 1 1001 1001 168 Mar 16 12:55 version.go [Pipeline] sh [2021-03-16T13:03:59.559Z] + '[' -e coverage.out ] [2021-03-16T13:03:59.559Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-16T13:04:00.337Z] Stashed 1 file(s) [Pipeline] sh [2021-03-16T13:04:01.610Z] + make build [2021-03-16T13:04:01.610Z] 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-16T13:04:05.872Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-16T13:04:05.872Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-16T13:04:11.294Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-16T13:04:11.294Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-16T13:04:11.379Z] 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-16T13:04:15.650Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-16T13:04:15.650Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-16T13:04:15.650Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-16T13:04:15.650Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-16T13:04:19.275Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-16T13:04:19.879Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-16T13:04:26.610Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-16T13:04:26.610Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-16T13:04:26.610Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-16T13:04:33.352Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.330s coverage: 45.9% of statements [2021-03-16T13:04:33.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-16T13:04:33.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-16T13:04:33.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-16T13:04:33.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-16T13:04:33.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-16T13:04:33.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-16T13:04:33.352Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.180s coverage: 19.8% of statements [2021-03-16T13:04:33.352Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.262s coverage: 100.0% of statements [2021-03-16T13:04:34.484Z] 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-16T13:04:38.088Z] 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-16T13:04:40.094Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.532s coverage: 27.1% of statements [2021-03-16T13:04:40.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-16T13:04:40.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-16T13:04:40.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-16T13:04:40.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-16T13:04:40.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-16T13:04:40.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-16T13:04:40.094Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.089s coverage: 100.0% of statements [2021-03-16T13:04:40.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-16T13:04:40.094Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.090s coverage: 100.0% of statements [2021-03-16T13:04:40.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-16T13:04:40.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-16T13:04:41.659Z] 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-16T13:04:42.089Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.277s coverage: 71.3% of statements [2021-03-16T13:04:42.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-16T13:04:42.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-16T13:04:42.291Z] 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-16T13:04:43.076Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.597s coverage: 82.9% of statements [2021-03-16T13:04:43.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-16T13:04:43.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T13:04:43.076Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.200s coverage: 78.9% of statements [2021-03-16T13:04:43.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-16T13:04:48.054Z] 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-16T13:04:55.495Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.109s coverage: 28.6% of statements [2021-03-16T13:04:55.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-16T13:04:55.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-16T13:04:55.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-16T13:04:55.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-16T13:04:55.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-16T13:04:55.495Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.140s coverage: 100.0% of statements [2021-03-16T13:04:55.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-16T13:04:55.495Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.086s coverage: 100.0% of statements [2021-03-16T13:04:55.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-16T13:04:55.495Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.352s coverage: 86.7% of statements [2021-03-16T13:04:55.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-16T13:04:55.495Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.458s coverage: 97.5% of statements [2021-03-16T13:04:55.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-16T13:04:55.495Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.150s coverage: 78.3% of statements [2021-03-16T13:04:55.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-16T13:04:55.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-16T13:04:55.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-16T13:04:55.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-16T13:04:56.868Z] 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-16T13:05:00.537Z] 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-16T13:05:02.233Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.253s coverage: 92.8% of statements [2021-03-16T13:05:02.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-16T13:05:02.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T13:05:02.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-16T13:05:02.234Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-16T13:05:02.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-16T13:05:02.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-16T13:05:02.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-16T13:05:02.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-16T13:05:02.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-16T13:05:02.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-16T13:05:02.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-16T13:05:02.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-16T13:05:02.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-16T13:05:02.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-16T13:05:02.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-16T13:05:02.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-16T13:05:02.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-16T13:05:02.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-16T13:05:02.234Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2021-03-16T13:05:02.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-16T13:05:02.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-16T13:05:02.234Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.205s coverage: 0.1% of statements [2021-03-16T13:05:02.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-16T13:05:02.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-16T13:05:02.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-16T13:05:02.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.092s coverage: 47.1% of statements [2021-03-16T13:05:02.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.083s coverage: 79.5% of statements [2021-03-16T13:05:02.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.045s coverage: 94.1% of statements [2021-03-16T13:05:02.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.089s coverage: 96.3% of statements [2021-03-16T13:05:02.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.079s coverage: 87.5% of statements [2021-03-16T13:05:05.285Z] 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-16T13:05:08.936Z] 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-16T13:05:16.033Z] 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-16T13:05:17.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.112s coverage: 94.4% of statements [2021-03-16T13:05:17.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.067s coverage: 44.8% of statements [2021-03-16T13:05:18.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.268s coverage: 81.9% of statements [Pipeline] } [2021-03-16T13:05:21.830Z] $ docker stop --time=1 a9d6c0d4dcad1d96aa29cbda4af500e5134203f76ccfb41b087558b2f6e0ab90 [2021-03-16T13:05:26.249Z] $ docker rm -f a9d6c0d4dcad1d96aa29cbda4af500e5134203f76ccfb41b087558b2f6e0ab90 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-03-16T13:05:31.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.125s coverage: 92.9% of statements [2021-03-16T13:05:31.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-16T13:05:31.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-16T13:05:31.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-16T13:05:31.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.061s coverage: 77.8% of statements [2021-03-16T13:05:31.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-16T13:05:31.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-16T13:05:31.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-16T13:05:31.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-16T13:05:31.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-16T13:05:31.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements [2021-03-16T13:05:31.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-16T13:05:31.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-16T13:05:31.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-03-16T13:05:31.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-16T13:05:31.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 75.5% of statements [2021-03-16T13:05:31.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-16T13:05:31.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-03-16T13:05:31.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.121s coverage: 87.2% of statements [2021-03-16T13:05:31.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.121s coverage: 84.6% of statements [2021-03-16T13:05:31.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.183s coverage: 91.6% of statements [2021-03-16T13:05:31.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-16T13:05:31.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.547s coverage: 62.4% of statements [2021-03-16T13:05:31.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-16T13:05:31.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-16T13:05:31.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2021-03-16T13:05:31.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.096s coverage: 91.3% of statements [2021-03-16T13:05:31.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements [2021-03-16T13:05:31.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.106s coverage: 73.7% of statements [2021-03-16T13:05:31.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements [Pipeline] isUnix [Pipeline] sh [2021-03-16T13:05:32.031Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T13:05:32.304Z] [2021-03-16T13:05:32.304Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T13:05:32.720Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T13:05:32.720Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-16T13:05:32.720Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-16T13:05:32.720Z] ca9280d653b3: Pulling fs layer [2021-03-16T13:05:32.720Z] 7e9c9ca2126c: Pulling fs layer [2021-03-16T13:05:33.748Z] cbdbe7a5bc2a: Download complete [2021-03-16T13:05:34.366Z] ca9280d653b3: Verifying Checksum [2021-03-16T13:05:34.366Z] ca9280d653b3: Download complete [2021-03-16T13:05:34.366Z] cbdbe7a5bc2a: Pull complete [2021-03-16T13:05:35.528Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.828s coverage: 69.0% of statements [2021-03-16T13:05:35.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-16T13:05:35.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-16T13:05:35.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-16T13:05:35.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.344s coverage: 38.4% of statements [2021-03-16T13:05:35.808Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-16T13:05:35.808Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-16T13:05:35.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.113s coverage: 89.5% of statements [2021-03-16T13:05:35.808Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-16T13:05:35.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.096s coverage: 84.8% of statements [2021-03-16T13:05:39.209Z] ca9280d653b3: Pull complete [2021-03-16T13:05:39.508Z] 7e9c9ca2126c: Verifying Checksum [2021-03-16T13:05:39.508Z] 7e9c9ca2126c: Download complete [2021-03-16T13:05:42.586Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.477s coverage: 47.0% of statements [2021-03-16T13:05:42.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-16T13:05:42.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-16T13:05:42.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-16T13:05:42.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-16T13:05:42.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-16T13:05:42.586Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.120s coverage: 100.0% of statements [2021-03-16T13:05:42.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-16T13:05:42.586Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.137s coverage: 100.0% of statements [2021-03-16T13:05:42.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-16T13:05:42.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-16T13:05:42.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-16T13:05:42.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-16T13:05:42.586Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.487s coverage: 87.1% of statements [2021-03-16T13:05:42.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-16T13:05:42.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T13:05:42.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-16T13:05:50.885Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.090s coverage: 29.1% of statements [2021-03-16T13:05:50.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-16T13:05:50.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-16T13:05:50.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-16T13:05:50.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-16T13:05:50.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-16T13:05:50.885Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.211s coverage: 99.0% of statements [2021-03-16T13:05:50.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-16T13:05:50.885Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.103s coverage: 100.0% of statements [2021-03-16T13:05:50.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-16T13:05:50.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-16T13:05:50.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-16T13:05:50.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-16T13:05:50.885Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.260s coverage: 96.5% of statements [2021-03-16T13:05:50.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-16T13:05:50.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T13:05:50.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-16T13:05:50.885Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-03-16T13:05:50.885Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-16T13:05:50.885Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.083s coverage: 100.0% of statements [2021-03-16T13:05:50.885Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-16T13:05:50.885Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-16T13:05:50.885Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-16T13:05:50.885Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-16T13:05:50.885Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.096s coverage: 87.9% of statements [2021-03-16T13:05:50.885Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-16T13:05:50.885Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-16T13:05:50.885Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements [2021-03-16T13:05:51.164Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-03-16T13:05:52.139Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-03-16T13:05:53.117Z] GO111MODULE=on go vet ./... [2021-03-16T13:06:02.268Z] 7e9c9ca2126c: Pull complete [2021-03-16T13:06:02.268Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-16T13:06:02.268Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T13:06:02.268Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-16T13:06:02.751Z] prd-centos7-docker-4c-2g-29994 does not seem to be running inside a container [2021-03-16T13:06:03.021Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-16T13:06:05.623Z] $ docker top a62c27ee9224edf8bd30441560fab64812cb56b7eecd31dd005d5142e8f09dd8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T13:06:06.996Z] + docker-compose build --help [2021-03-16T13:06:06.997Z] + grep parallel [2021-03-16T13:06:10.100Z] --parallel Build images in parallel. [Pipeline] } [2021-03-16T13:06:10.327Z] $ docker stop --time=1 a62c27ee9224edf8bd30441560fab64812cb56b7eecd31dd005d5142e8f09dd8 [2021-03-16T13:06:14.239Z] $ docker rm -f a62c27ee9224edf8bd30441560fab64812cb56b7eecd31dd005d5142e8f09dd8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T13:06:15.722Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T13:06:15.722Z] . [Pipeline] withDockerContainer [2021-03-16T13:06:15.940Z] prd-centos7-docker-4c-2g-29994 does not seem to be running inside a container [2021-03-16T13:06:16.056Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-16T13:06:19.193Z] $ docker top baff5d45cd2741347d12eaca0dd12429a1e210cab90d1fd585c7e35c1580ca9f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T13:06:21.719Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-16T13:06:25.339Z] Building docker-core-command-go ... [2021-03-16T13:06:25.340Z] Building docker-core-data-go ... [2021-03-16T13:06:25.340Z] Building docker-core-metadata-go ... [2021-03-16T13:06:25.340Z] Building docker-security-bootstrapper-go ... [2021-03-16T13:06:25.340Z] Building docker-security-proxy-setup-go ... [2021-03-16T13:06:25.340Z] Building docker-security-secretstore-setup-go ... [2021-03-16T13:06:25.340Z] Building docker-support-notifications-go ... [2021-03-16T13:06:25.340Z] Building docker-support-scheduler-go ... [2021-03-16T13:06:25.340Z] Building docker-sys-mgmt-agent-go ... [2021-03-16T13:06:25.340Z] Building docker-support-notifications-go [2021-03-16T13:06:25.340Z] Building docker-core-command-go [2021-03-16T13:06:25.340Z] Building docker-security-proxy-setup-go [2021-03-16T13:06:25.340Z] Building docker-security-secretstore-setup-go [2021-03-16T13:06:25.340Z] Building docker-core-metadata-go [2021-03-16T13:07:14.916Z] gofmt -l . [2021-03-16T13:07:14.917Z] [ "`gofmt -l .`" = "" ] [2021-03-16T13:07:14.917Z] ./bin/test-go-mod-tidy.sh [2021-03-16T13:07:14.917Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-16T13:07:15.584Z] + ls -al . [2021-03-16T13:07:15.584Z] total 788 [2021-03-16T13:07:15.584Z] drwxrwxr-x 9 1001 1001 4096 Mar 16 13:07 . [2021-03-16T13:07:15.584Z] drwxr-xr-x 4 root root 4096 Mar 16 13:02 .. [2021-03-16T13:07:15.584Z] -rw-rw-r-- 1 1001 1001 11 Mar 16 13:01 .dockerignore [2021-03-16T13:07:15.584Z] drwxrwxr-x 8 1001 1001 4096 Mar 16 13:01 .git [2021-03-16T13:07:15.584Z] drwxrwxr-x 3 1001 1001 4096 Mar 16 13:01 .github [2021-03-16T13:07:15.584Z] -rw-rw-r-- 1 1001 1001 818 Mar 16 13:01 .gitignore [2021-03-16T13:07:15.584Z] -rw-rw-r-- 1 1001 1001 166 Mar 16 13:01 .sonarcloud.properties [2021-03-16T13:07:15.584Z] -rw-rw-r-- 1 1001 1001 8607 Mar 16 13:01 Attribution.txt [2021-03-16T13:07:15.584Z] -rw-rw-r-- 1 1001 1001 3804 Mar 16 13:01 CONTRIBUTING.md [2021-03-16T13:07:15.584Z] -rw-rw-r-- 1 1001 1001 931 Mar 16 13:01 Dockerfile.build [2021-03-16T13:07:15.584Z] -rw-rw-r-- 1 1001 1001 863 Mar 16 13:01 Jenkinsfile [2021-03-16T13:07:15.584Z] -rw-rw-r-- 1 1001 1001 10775 Mar 16 13:01 LICENSE [2021-03-16T13:07:15.584Z] -rw-rw-r-- 1 1001 1001 5774 Mar 16 13:01 Makefile [2021-03-16T13:07:15.584Z] -rw-rw-r-- 1 1001 1001 6548 Mar 16 13:01 README.md [2021-03-16T13:07:15.584Z] -rw-rw-r-- 1 1001 1001 6755 Mar 16 13:01 SECURITY.md [2021-03-16T13:07:15.584Z] -rw-rw-r-- 1 1001 1001 5 Mar 16 12:56 VERSION [2021-03-16T13:07:15.584Z] -rw-rw-r-- 1 1001 1001 4131 Mar 16 13:01 ZMQWindows.md [2021-03-16T13:07:15.584Z] drwxrwxr-x 2 1001 1001 4096 Mar 16 13:01 bin [2021-03-16T13:07:15.584Z] drwxrwxr-x 14 1001 1001 4096 Mar 16 13:01 cmd [2021-03-16T13:07:15.584Z] -rw-r--r-- 1 root root 650607 Mar 16 13:05 coverage.out [2021-03-16T13:07:15.584Z] -rw-r--r-- 1 root root 1055 Mar 16 13:07 go.mod [2021-03-16T13:07:15.584Z] -rw-r--r-- 1 root root 21981 Mar 16 13:07 go.sum [2021-03-16T13:07:15.584Z] drwxrwxr-x 8 1001 1001 4096 Mar 16 13:01 internal [2021-03-16T13:07:15.584Z] drwxrwxr-x 4 1001 1001 4096 Mar 16 13:01 openapi [2021-03-16T13:07:15.584Z] drwxrwxr-x 4 1001 1001 4096 Mar 16 13:01 snap [2021-03-16T13:07:15.584Z] -rw-rw-r-- 1 1001 1001 168 Mar 16 13:01 version.go [Pipeline] sh [2021-03-16T13:07:16.248Z] + '[' -e coverage.out ] [2021-03-16T13:07:16.248Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-16T13:07:16.319Z] Warning: overwriting stash ‘coverage-report’ [2021-03-16T13:07:17.637Z] Stashed 1 file(s) [Pipeline] sh [2021-03-16T13:07:18.354Z] + make build [2021-03-16T13:07:18.354Z] 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-16T13:07:28.539Z] 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-16T13:07:55.342Z] 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-16T13:07:56.775Z] 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-16T13:08:03.523Z] 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-16T13:08:04.956Z] 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-16T13:08:10.355Z] 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-16T13:08:15.739Z] 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-16T13:08:18.664Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T13:08:18.664Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T13:08:18.664Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T13:08:18.664Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-16T13:08:18.664Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T13:08:18.664Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T13:08:18.664Z] ---> 42e1f5233409 [2021-03-16T13:08:18.664Z] Step 3/21 : WORKDIR /edgex-go [2021-03-16T13:08:18.664Z] ---> 42e1f5233409 [2021-03-16T13:08:18.664Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T13:08:18.664Z] ---> 42e1f5233409 [2021-03-16T13:08:18.664Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T13:08:18.664Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T13:08:18.664Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T13:08:18.664Z] ---> 42e1f5233409 [2021-03-16T13:08:18.664Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T13:08:18.664Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T13:08:18.664Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-16T13:08:18.664Z] ---> 42e1f5233409 [2021-03-16T13:08:18.664Z] Step 3/24 : WORKDIR /edgex-go [2021-03-16T13:08:18.664Z] ---> Running in 0ceade785307 [2021-03-16T13:08:18.664Z] ---> Running in 99e3c6eb56a0 [2021-03-16T13:08:18.664Z] ---> Running in 2a73174c43e0 [2021-03-16T13:08:18.664Z] ---> Running in 6daee315170a [2021-03-16T13:08:18.664Z] ---> Running in 73d2ed673627 [2021-03-16T13:08:18.664Z] Removing intermediate container 73d2ed673627 [2021-03-16T13:08:18.664Z] ---> 8f1ce256f037 [2021-03-16T13:08:18.664Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T13:08:18.664Z] Removing intermediate container 0ceade785307 [2021-03-16T13:08:18.665Z] ---> a3eda6cfad67 [2021-03-16T13:08:18.665Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T13:08:18.665Z] Removing intermediate container 2a73174c43e0 [2021-03-16T13:08:18.665Z] ---> e74d780fde0b [2021-03-16T13:08:18.665Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T13:08:18.665Z] Removing intermediate container 6daee315170a [2021-03-16T13:08:18.665Z] ---> f7a874df5358 [2021-03-16T13:08:18.665Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T13:08:18.665Z] Removing intermediate container 99e3c6eb56a0 [2021-03-16T13:08:18.665Z] ---> c7aab4b824fc [2021-03-16T13:08:18.665Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T13:08:18.665Z] ---> Running in 0b145cff3335 [2021-03-16T13:08:18.665Z] ---> Running in e6ec2f668926 [2021-03-16T13:08:18.665Z] ---> Running in 44759b245639 [2021-03-16T13:08:18.665Z] ---> Running in 9b7a70fc981d [2021-03-16T13:08:18.665Z] ---> Running in b7115a60380b [2021-03-16T13:08:19.129Z] 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-16T13:08:24.527Z] 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-16T13:08:25.272Z] Removing intermediate container b7115a60380b [2021-03-16T13:08:25.272Z] ---> 9341ac511364 [2021-03-16T13:08:25.272Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-16T13:08:25.634Z] ---> Running in 6f0f7f56569b [2021-03-16T13:08:25.918Z] Removing intermediate container e6ec2f668926 [2021-03-16T13:08:25.918Z] ---> 57a18a9ef977 [2021-03-16T13:08:25.918Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-16T13:08:25.918Z] Removing intermediate container 9b7a70fc981d [2021-03-16T13:08:25.918Z] ---> b75e53843635 [2021-03-16T13:08:25.918Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T13:08:25.918Z] Removing intermediate container 44759b245639 [2021-03-16T13:08:25.918Z] ---> ef8beae6a651 [2021-03-16T13:08:25.918Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T13:08:26.228Z] ---> Running in 6fe01a2e7aa6 [2021-03-16T13:08:26.228Z] ---> Running in b3b37ee9290f [2021-03-16T13:08:26.228Z] Removing intermediate container 0b145cff3335 [2021-03-16T13:08:26.228Z] ---> 327f7c5c193a [2021-03-16T13:08:26.228Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-16T13:08:26.228Z] ---> Running in 3a0c3e578bed [2021-03-16T13:08:26.570Z] ---> Running in 377fd04cbfdd [2021-03-16T13:08:27.777Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T13:08:27.912Z] 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-16T13:08:28.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T13:08:28.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T13:08:28.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T13:08:29.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T13:08:29.410Z] OK: 233 MiB in 51 packages [2021-03-16T13:08:29.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T13:08:29.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T13:08:30.186Z] OK: 233 MiB in 51 packages [2021-03-16T13:08:30.186Z] OK: 233 MiB in 51 packages [2021-03-16T13:08:30.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T13:08:31.748Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T13:08:31.748Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T13:08:32.230Z] 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-16T13:08:32.635Z] OK: 233 MiB in 51 packages [2021-03-16T13:08:32.973Z] OK: 233 MiB in 51 packages [2021-03-16T13:08:32.973Z] Removing intermediate container 6f0f7f56569b [2021-03-16T13:08:32.973Z] ---> 6c8312769cf0 [2021-03-16T13:08:32.973Z] Step 6/21 : COPY go.mod . [2021-03-16T13:08:35.835Z] ---> 72240e4a01a6 [2021-03-16T13:08:35.835Z] Step 7/21 : RUN go mod download [2021-03-16T13:08:35.835Z] Removing intermediate container 6fe01a2e7aa6 [2021-03-16T13:08:35.835Z] ---> 5e70ad0a6ff4 [2021-03-16T13:08:35.835Z] Step 6/23 : COPY go.mod . [2021-03-16T13:08:36.528Z] ---> Running in 86123f9e45c6 [2021-03-16T13:08:36.528Z] Removing intermediate container b3b37ee9290f [2021-03-16T13:08:36.528Z] ---> 865ddc0a999d [2021-03-16T13:08:36.528Z] Step 6/22 : COPY go.mod . [2021-03-16T13:08:38.046Z] Removing intermediate container 377fd04cbfdd [2021-03-16T13:08:38.046Z] ---> edddb8ea8deb [2021-03-16T13:08:38.046Z] Step 6/24 : COPY go.mod . [2021-03-16T13:08:38.435Z] Removing intermediate container 3a0c3e578bed [2021-03-16T13:08:38.435Z] ---> 99bb7e100b82 [2021-03-16T13:08:38.435Z] Step 6/23 : COPY go.mod . [2021-03-16T13:08:38.834Z] ---> 264b645bd6b2 [2021-03-16T13:08:38.834Z] Step 7/23 : RUN go mod download [Pipeline] } [2021-03-16T13:08:39.004Z] $ docker stop --time=1 f072809b37def3f358917ebb6cdd9d58af8921768ac1f99212ab706e62579e0c [2021-03-16T13:08:39.167Z] ---> 96e0dd956766 [2021-03-16T13:08:39.167Z] Step 7/22 : RUN go mod download [2021-03-16T13:08:39.167Z] ---> Running in 4cf0bc7cc257 [2021-03-16T13:08:39.811Z] ---> Running in e78c75f9a42b [2021-03-16T13:08:40.210Z] ---> f0a69f7f45e4 [2021-03-16T13:08:40.210Z] Step 7/24 : RUN go mod download [2021-03-16T13:08:40.569Z] ---> 30a5434fb0b2 [2021-03-16T13:08:40.569Z] Step 7/23 : RUN go mod download [2021-03-16T13:08:40.569Z] ---> Running in b151fa8c3a1a [2021-03-16T13:08:41.549Z] $ docker rm -f f072809b37def3f358917ebb6cdd9d58af8921768ac1f99212ab706e62579e0c [2021-03-16T13:08:42.379Z] ---> Running in ce23bdf123fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T13:08:43.578Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T13:08:43.579Z] [2021-03-16T13:08:43.579Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T13:08:43.968Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T13:08:43.968Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-16T13:08:43.968Z] 29e5d40040c1: Pulling fs layer [2021-03-16T13:08:43.968Z] 1ce36da41761: Pulling fs layer [2021-03-16T13:08:43.968Z] 25b303627fd3: Pulling fs layer [2021-03-16T13:08:44.243Z] 29e5d40040c1: Verifying Checksum [2021-03-16T13:08:44.243Z] 29e5d40040c1: Download complete [2021-03-16T13:08:44.840Z] 1ce36da41761: Download complete [2021-03-16T13:08:45.115Z] 29e5d40040c1: Pull complete [2021-03-16T13:08:46.557Z] 1ce36da41761: Pull complete [2021-03-16T13:08:46.557Z] 25b303627fd3: Verifying Checksum [2021-03-16T13:08:46.557Z] 25b303627fd3: Download complete [2021-03-16T13:08:48.324Z] Removing intermediate container b151fa8c3a1a [2021-03-16T13:08:48.324Z] ---> 4fdd6607384a [2021-03-16T13:08:48.324Z] Step 8/24 : COPY . . [2021-03-16T13:08:49.048Z] Removing intermediate container 4cf0bc7cc257 [2021-03-16T13:08:49.048Z] ---> 6ff6bd49ff9f [2021-03-16T13:08:49.048Z] Step 8/23 : COPY . . [2021-03-16T13:08:49.048Z] Removing intermediate container ce23bdf123fb [2021-03-16T13:08:49.048Z] ---> 70fa267eaa72 [2021-03-16T13:08:49.048Z] Step 8/23 : COPY . . [2021-03-16T13:08:49.048Z] Removing intermediate container e78c75f9a42b [2021-03-16T13:08:49.048Z] ---> bd80bdc95c21 [2021-03-16T13:08:49.048Z] Step 8/22 : COPY . . [2021-03-16T13:08:50.025Z] Removing intermediate container 86123f9e45c6 [2021-03-16T13:08:50.025Z] ---> 037c8b429eaa [2021-03-16T13:08:50.025Z] Step 8/21 : COPY . . [2021-03-16T13:08:56.702Z] 25b303627fd3: Pull complete [2021-03-16T13:08:56.702Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-16T13:08:56.702Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T13:08:56.702Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-16T13:08:56.943Z] prd-ubuntu18.04-docker-arm64-4c-16g-29995 does not seem to be running inside a container [2021-03-16T13:08:57.069Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-16T13:09:00.049Z] $ docker top e2c2c5aeefd9611ee25371132328527bfc253a8fd9158b38592d8e49c4cd985d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T13:09:01.084Z] + grep parallel [2021-03-16T13:09:01.085Z] + docker-compose build --help [2021-03-16T13:09:04.464Z] --parallel Build images in parallel. [Pipeline] } [2021-03-16T13:09:04.531Z] $ docker stop --time=1 e2c2c5aeefd9611ee25371132328527bfc253a8fd9158b38592d8e49c4cd985d [2021-03-16T13:09:06.529Z] $ docker rm -f e2c2c5aeefd9611ee25371132328527bfc253a8fd9158b38592d8e49c4cd985d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T13:09:07.385Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T13:09:07.385Z] . [Pipeline] withDockerContainer [2021-03-16T13:09:07.671Z] prd-ubuntu18.04-docker-arm64-4c-16g-29995 does not seem to be running inside a container [2021-03-16T13:09:07.824Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-16T13:09:09.274Z] $ docker top 70a879ed4a2c74542400f6920a25f5bc9562e35e16a832da1aa2f5defc1fb80c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T13:09:10.347Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-16T13:09:14.632Z] Building docker-core-command-go ... [2021-03-16T13:09:14.632Z] Building docker-core-data-go ... [2021-03-16T13:09:14.632Z] Building docker-core-metadata-go ... [2021-03-16T13:09:14.632Z] Building docker-security-bootstrapper-go ... [2021-03-16T13:09:14.632Z] Building docker-security-proxy-setup-go ... [2021-03-16T13:09:14.632Z] Building docker-security-secretstore-setup-go ... [2021-03-16T13:09:14.632Z] Building docker-support-notifications-go ... [2021-03-16T13:09:14.632Z] Building docker-support-scheduler-go ... [2021-03-16T13:09:14.632Z] Building docker-sys-mgmt-agent-go ... [2021-03-16T13:09:14.632Z] Building docker-security-secretstore-setup-go [2021-03-16T13:09:14.632Z] Building docker-sys-mgmt-agent-go [2021-03-16T13:09:14.632Z] Building docker-core-metadata-go [2021-03-16T13:09:14.632Z] Building docker-support-notifications-go [2021-03-16T13:09:14.632Z] Building docker-security-bootstrapper-go [2021-03-16T13:10:36.397Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T13:10:36.397Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-16T13:10:36.397Z] ---> e9a35149b9c5 [2021-03-16T13:10:36.397Z] Step 3/24 : WORKDIR /edgex-go [2021-03-16T13:10:36.397Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T13:10:36.397Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-16T13:10:36.397Z] ---> e9a35149b9c5 [2021-03-16T13:10:36.397Z] Step 3/31 : WORKDIR /edgex-go [2021-03-16T13:10:36.397Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T13:10:36.397Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T13:10:36.397Z] ---> e9a35149b9c5 [2021-03-16T13:10:36.397Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T13:10:36.397Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T13:10:36.397Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T13:10:36.397Z] ---> e9a35149b9c5 [2021-03-16T13:10:36.397Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T13:10:36.397Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T13:10:36.397Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-16T13:10:36.397Z] ---> e9a35149b9c5 [2021-03-16T13:10:36.397Z] Step 3/26 : WORKDIR /edgex-go [2021-03-16T13:10:36.397Z] ---> Running in 5d47f4402268 [2021-03-16T13:10:36.397Z] ---> Running in bec4cd7723c8 [2021-03-16T13:10:36.397Z] ---> Running in 727afb8120cb [2021-03-16T13:10:36.397Z] ---> Running in e111a5752dc7 [2021-03-16T13:10:36.397Z] ---> Running in 67255c885ed4 [2021-03-16T13:10:36.397Z] Removing intermediate container 727afb8120cb [2021-03-16T13:10:36.397Z] ---> 722b977c8f10 [2021-03-16T13:10:36.397Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T13:10:36.397Z] Removing intermediate container 5d47f4402268 [2021-03-16T13:10:36.397Z] ---> 4ddc264b5ffd [2021-03-16T13:10:36.397Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T13:10:36.397Z] Removing intermediate container e111a5752dc7 [2021-03-16T13:10:36.397Z] ---> 7ca313e81824 [2021-03-16T13:10:36.397Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T13:10:36.397Z] Removing intermediate container 67255c885ed4 [2021-03-16T13:10:36.397Z] ---> 864c888da433 [2021-03-16T13:10:36.397Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T13:10:36.397Z] Removing intermediate container bec4cd7723c8 [2021-03-16T13:10:36.397Z] ---> 849e7e41f80a [2021-03-16T13:10:36.397Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T13:10:36.397Z] ---> Running in 56d78cef875e [2021-03-16T13:10:36.397Z] ---> Running in 91a589b28f6e [2021-03-16T13:10:36.397Z] ---> Running in 3a9d124f8ca2 [2021-03-16T13:10:36.397Z] ---> Running in 903d068dfb9b [2021-03-16T13:10:36.397Z] ---> Running in 531299175cb8 [2021-03-16T13:10:36.397Z] Removing intermediate container 91a589b28f6e [2021-03-16T13:10:36.397Z] ---> e7eb6e1bf5d3 [2021-03-16T13:10:36.397Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-16T13:10:36.397Z] ---> Running in 845437d01f16 [2021-03-16T13:10:36.397Z] Removing intermediate container 3a9d124f8ca2 [2021-03-16T13:10:36.397Z] Removing intermediate container 56d78cef875e [2021-03-16T13:10:36.397Z] ---> e0fec251e85d [2021-03-16T13:10:36.397Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T13:10:36.397Z] ---> 7a8303e619fa [2021-03-16T13:10:36.397Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-16T13:10:36.397Z] ---> Running in b20b13651502 [2021-03-16T13:10:36.397Z] Removing intermediate container 531299175cb8 [2021-03-16T13:10:36.397Z] ---> 16a0dac317ec [2021-03-16T13:10:36.397Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-16T13:10:36.397Z] ---> Running in ddfa04254f35 [2021-03-16T13:10:36.397Z] Removing intermediate container 903d068dfb9b [2021-03-16T13:10:36.397Z] ---> 11fbef802d2d [2021-03-16T13:10:36.397Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-16T13:10:36.397Z] ---> Running in 8fb8f41949ef [2021-03-16T13:10:36.397Z] ---> Running in cd19dd546926 [2021-03-16T13:10:36.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T13:10:36.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T13:10:36.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T13:10:37.223Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T13:10:37.223Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T13:10:37.223Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T13:10:37.492Z] OK: 217 MiB in 51 packages [2021-03-16T13:10:37.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T13:10:38.094Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T13:10:38.094Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T13:10:38.094Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T13:10:38.380Z] OK: 217 MiB in 51 packages [2021-03-16T13:10:38.989Z] Removing intermediate container 845437d01f16 [2021-03-16T13:10:38.989Z] ---> 260cac70be05 [2021-03-16T13:10:38.989Z] Step 6/26 : COPY go.mod . [2021-03-16T13:10:38.989Z] OK: 217 MiB in 51 packages [2021-03-16T13:10:38.989Z] OK: 217 MiB in 51 packages [2021-03-16T13:10:38.989Z] OK: 217 MiB in 51 packages [2021-03-16T13:10:39.986Z] Removing intermediate container b20b13651502 [2021-03-16T13:10:39.986Z] ---> 75a75590bf45 [2021-03-16T13:10:39.986Z] Step 6/23 : COPY go.mod . [2021-03-16T13:10:39.986Z] ---> 815462ca6126 [2021-03-16T13:10:39.986Z] Step 7/26 : RUN go mod download [2021-03-16T13:10:40.263Z] ---> Running in ea2491e4b096 [2021-03-16T13:10:40.873Z] Removing intermediate container cd19dd546926 [2021-03-16T13:10:40.873Z] ---> 93869cf72607 [2021-03-16T13:10:40.873Z] Step 6/22 : COPY go.mod . [2021-03-16T13:10:41.157Z] Removing intermediate container 8fb8f41949ef [2021-03-16T13:10:41.157Z] ---> d421fa35da61 [2021-03-16T13:10:41.157Z] Removing intermediate container ddfa04254f35 [2021-03-16T13:10:41.157Z] Step 6/24 : COPY go.mod . [2021-03-16T13:10:41.157Z] ---> 77e07ccecfcb [2021-03-16T13:10:41.157Z] Step 6/31 : COPY go.mod . [2021-03-16T13:10:41.157Z] ---> eea5269ed144 [2021-03-16T13:10:41.157Z] Step 7/23 : RUN go mod download [2021-03-16T13:10:41.432Z] ---> Running in 74d930c88ece [2021-03-16T13:10:42.033Z] ---> dc088d2176b9 [2021-03-16T13:10:42.033Z] Step 7/22 : RUN go mod download [2021-03-16T13:10:42.312Z] ---> Running in d2d881cc32d1 [2021-03-16T13:10:42.312Z] ---> 12168deefa31 [2021-03-16T13:10:42.312Z] Step 7/24 : RUN go mod download [2021-03-16T13:10:42.312Z] ---> b6938c86d5a9 [2021-03-16T13:10:42.312Z] Step 7/31 : RUN go mod download [2021-03-16T13:10:42.600Z] ---> Running in 1af0eaa81d8e [2021-03-16T13:10:42.600Z] ---> Running in 9a24336b0201 [2021-03-16T13:10:44.585Z] Removing intermediate container ea2491e4b096 [2021-03-16T13:10:44.585Z] ---> 55e4daf75a0b [2021-03-16T13:10:44.585Z] Step 8/26 : COPY . . [2021-03-16T13:10:45.579Z] Removing intermediate container 74d930c88ece [2021-03-16T13:10:45.579Z] ---> fe2657f919ce [2021-03-16T13:10:45.579Z] Step 8/23 : COPY . . [2021-03-16T13:10:48.215Z] Removing intermediate container d2d881cc32d1 [2021-03-16T13:10:48.215Z] ---> 06893d4970df [2021-03-16T13:10:48.215Z] Step 8/22 : COPY . . [2021-03-16T13:10:48.490Z] Removing intermediate container 1af0eaa81d8e [2021-03-16T13:10:48.490Z] ---> 7db8472bc738 [2021-03-16T13:10:48.490Z] Step 8/24 : COPY . . [2021-03-16T13:10:48.764Z] Removing intermediate container 9a24336b0201 [2021-03-16T13:10:48.764Z] ---> 192bbccfbe45 [2021-03-16T13:10:48.764Z] Step 8/31 : COPY . . [2021-03-16T13:11:15.611Z] ---> daa0c8ca34f4 [2021-03-16T13:11:15.611Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-16T13:11:15.611Z] ---> 001bc5c0311f [2021-03-16T13:11:15.611Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-16T13:11:15.611Z] ---> 928c0f3082f5 [2021-03-16T13:11:15.611Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-16T13:11:15.611Z] ---> 112446c927c7 [2021-03-16T13:11:15.611Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-16T13:11:15.611Z] ---> Running in 3ec6c8bc5d3c [2021-03-16T13:11:15.611Z] ---> Running in 6f0b52e13bd7 [2021-03-16T13:11:15.611Z] ---> Running in 0c61b8e8301e [2021-03-16T13:11:15.611Z] ---> Running in 3eea383dc9ad [2021-03-16T13:11:15.611Z] ---> 5a111d471fc6 [2021-03-16T13:11:15.611Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-16T13:11:15.611Z] ---> Running in 994a2e029a71 [2021-03-16T13:11:15.611Z] 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-16T13:11:15.893Z] 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-16T13:11:16.497Z] 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-16T13:11:16.497Z] 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-16T13:11:16.773Z] 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-16T13:11:44.122Z] ---> 2163525c5371 [2021-03-16T13:11:44.122Z] ---> c2c9ee27f66e [2021-03-16T13:11:44.122Z] Step 9/23 : RUN make cmd/core-metadata/core-metadataStep 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-16T13:11:44.122Z] [2021-03-16T13:11:44.122Z] ---> 1739294ffe8d [2021-03-16T13:11:44.122Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-16T13:11:44.122Z] ---> Running in 0f654e1c6f5e [2021-03-16T13:11:44.122Z] ---> Running in 68796decda8a [2021-03-16T13:11:44.122Z] ---> Running in d4f3cc44e140 [2021-03-16T13:11:44.122Z] ---> 5808fbc1bcff [2021-03-16T13:11:44.122Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-16T13:11:44.122Z] ---> Running in 68595b9a0d0a [2021-03-16T13:11:44.122Z] ---> 882264ee48ed [2021-03-16T13:11:44.122Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-16T13:11:44.122Z] ---> Running in 3e37054534be [2021-03-16T13:11:44.122Z] 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-16T13:11:44.122Z] 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-16T13:11:44.122Z] 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-16T13:11:44.122Z] 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-16T13:11:44.122Z] 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-16T13:12:53.195Z] 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-16T13:12:53.195Z] 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-16T13:12:53.627Z] 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-16T13:12:59.078Z] Removing intermediate container 994a2e029a71 [2021-03-16T13:12:59.078Z] ---> 23fe82a54cc8 [2021-03-16T13:12:59.078Z] [2021-03-16T13:12:59.078Z] Step 10/24 : FROM alpine:3.12 [2021-03-16T13:12:59.078Z] 3.12: Pulling from library/alpine [2021-03-16T13:13:00.531Z] Removing intermediate container 6f0b52e13bd7 [2021-03-16T13:13:00.531Z] ---> 0aa2cec352cf [2021-03-16T13:13:00.531Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-16T13:13:00.810Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-16T13:13:01.092Z] Status: Downloaded newer image for alpine:3.12 [2021-03-16T13:13:01.092Z] ---> d10569e2745f [2021-03-16T13:13:01.092Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl ---> Running in 94e353606d53 [2021-03-16T13:13:01.092Z] [2021-03-16T13:13:01.697Z] ---> Running in 93458b186ca0 [2021-03-16T13:13:03.705Z] 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-16T13:13:04.320Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T13:13:04.804Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T13:13:05.080Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-16T13:13:05.354Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T13:13:05.354Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-16T13:13:05.354Z] (4/5) Installing curl (7.69.1-r3) [2021-03-16T13:13:05.354Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-16T13:13:05.354Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T13:13:05.354Z] Removing intermediate container 0c61b8e8301e [2021-03-16T13:13:05.354Z] ---> 7817e5e1ef1b [2021-03-16T13:13:05.354Z] [2021-03-16T13:13:05.354Z] Step 10/31 : FROM alpine:3.12 [2021-03-16T13:13:05.354Z] ---> d10569e2745f [2021-03-16T13:13:05.354Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-16T13:13:05.354Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T13:13:05.629Z] OK: 7 MiB in 19 packages [2021-03-16T13:13:05.629Z] ---> Running in eeb544b9c021 [2021-03-16T13:13:06.616Z] Removing intermediate container eeb544b9c021 [2021-03-16T13:13:06.616Z] ---> 103a4577a682 [2021-03-16T13:13:06.616Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-16T13:13:06.902Z] ---> Running in a296caa0471e [2021-03-16T13:13:08.909Z] Removing intermediate container 93458b186ca0 [2021-03-16T13:13:08.909Z] ---> 4cc45656d62c [2021-03-16T13:13:08.909Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T13:13:08.909Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T13:13:08.909Z] ---> Running in a2d9a19571f5 [2021-03-16T13:13:08.909Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T13:13:09.505Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-16T13:13:09.505Z] (2/2) Installing su-exec (0.2-r1) [2021-03-16T13:13:09.505Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T13:13:09.505Z] OK: 5 MiB in 16 packages [2021-03-16T13:13:09.779Z] Removing intermediate container a2d9a19571f5 [2021-03-16T13:13:09.779Z] ---> 392ad40284d2 [2021-03-16T13:13:09.779Z] Step 13/24 : WORKDIR / [2021-03-16T13:13:10.385Z] ---> Running in 5070926675ec [2021-03-16T13:13:10.385Z] Removing intermediate container 94e353606d53 [2021-03-16T13:13:10.385Z] ---> 18ad4a00bbe4 [2021-03-16T13:13:10.385Z] [2021-03-16T13:13:10.385Z] Step 11/26 : FROM docker:20.10.0 [2021-03-16T13:13:10.668Z] 20.10.0: Pulling from library/docker [2021-03-16T13:13:11.276Z] Removing intermediate container 5070926675ec [2021-03-16T13:13:11.276Z] ---> 1f3b77fe413d [2021-03-16T13:13:11.276Z] 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-16T13:13:11.882Z] Removing intermediate container a296caa0471e [2021-03-16T13:13:11.882Z] ---> 68a9f828cf7c [2021-03-16T13:13:11.882Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-16T13:13:12.866Z] ---> Running in e1b389b41b3e [2021-03-16T13:13:13.139Z] ---> a8a782db32b6 [2021-03-16T13:13:13.139Z] 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-16T13:13:13.600Z] Removing intermediate container 3e37054534be [2021-03-16T13:13:13.600Z] ---> 5210cde98f66 [2021-03-16T13:13:13.600Z] [2021-03-16T13:13:13.600Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T13:13:13.600Z] Removing intermediate container 68595b9a0d0a [2021-03-16T13:13:13.600Z] ---> daf0b4ff4a8f [2021-03-16T13:13:13.600Z] [2021-03-16T13:13:13.600Z] Step 10/21 : FROM alpine:3.12 [2021-03-16T13:13:13.600Z] Removing intermediate container 68796decda8a [2021-03-16T13:13:13.600Z] ---> 30190ce192f5 [2021-03-16T13:13:13.600Z] [2021-03-16T13:13:13.600Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T13:13:13.600Z] 3.12: Pulling from library/alpine [2021-03-16T13:13:13.600Z] 3.12: Pulling from library/alpine [2021-03-16T13:13:13.600Z] 3.12: Pulling from library/alpine [2021-03-16T13:13:13.600Z] Removing intermediate container d4f3cc44e140 [2021-03-16T13:13:13.600Z] ---> a0fa232f4ea8 [2021-03-16T13:13:13.600Z] [2021-03-16T13:13:13.600Z] Step 10/24 : FROM alpine:3.12 [2021-03-16T13:13:13.600Z] 3.12: Pulling from library/alpine [2021-03-16T13:13:13.743Z] Removing intermediate container e1b389b41b3e [2021-03-16T13:13:13.744Z] ---> 081bd737dfff [2021-03-16T13:13:13.744Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-16T13:13:14.349Z] ---> Running in 40f31a931318 [2021-03-16T13:13:14.626Z] Removing intermediate container 3eea383dc9ad [2021-03-16T13:13:14.626Z] ---> 5eddc4bfac47 [2021-03-16T13:13:14.626Z] [2021-03-16T13:13:14.626Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T13:13:14.626Z] ---> d10569e2745f [2021-03-16T13:13:14.626Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-16T13:13:14.768Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-16T13:13:14.768Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-16T13:13:14.768Z] Status: Downloaded newer image for alpine:3.12 [2021-03-16T13:13:14.768Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-16T13:13:14.768Z] Status: Image is up to date for alpine:3.12 [2021-03-16T13:13:14.768Z] ---> 88dd2752d2ea [2021-03-16T13:13:14.768Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-16T13:13:14.768Z] Status: Image is up to date for alpine:3.12 [2021-03-16T13:13:14.768Z] ---> 88dd2752d2ea [2021-03-16T13:13:14.768Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-16T13:13:14.768Z] ---> 88dd2752d2ea [2021-03-16T13:13:14.768Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-16T13:13:14.900Z] ---> 15c9df85ef0d [2021-03-16T13:13:14.900Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-16T13:13:15.244Z] ---> Running in 286f2d217835 [2021-03-16T13:13:15.568Z] Removing intermediate container 40f31a931318 [2021-03-16T13:13:15.568Z] ---> f00f139fea1b [2021-03-16T13:13:15.568Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-16T13:13:15.862Z] ---> Running in 02daf24c9455 [2021-03-16T13:13:15.878Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-16T13:13:15.878Z] Status: Image is up to date for alpine:3.12 [2021-03-16T13:13:15.878Z] ---> 88dd2752d2ea [2021-03-16T13:13:15.878Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T13:13:16.180Z] ---> e5294197edf7 [2021-03-16T13:13:16.180Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-16T13:13:17.425Z] ---> Running in 67d5b972e473 [2021-03-16T13:13:17.425Z] ---> Running in 6c11c301de20 [2021-03-16T13:13:17.425Z] ---> Running in abf384c60ad0 [2021-03-16T13:13:17.425Z] ---> Running in f7a057ebbc8b [2021-03-16T13:13:17.705Z] Removing intermediate container 0f654e1c6f5e [2021-03-16T13:13:17.705Z] ---> 6964636032c3 [2021-03-16T13:13:17.705Z] [2021-03-16T13:13:17.705Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T13:13:17.705Z] ---> 88dd2752d2ea [2021-03-16T13:13:17.705Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T13:13:17.976Z] ---> Running in fbde07e4e702 [2021-03-16T13:13:18.224Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T13:13:18.224Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T13:13:18.497Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-16T13:13:18.779Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-16T13:13:18.779Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T13:13:18.779Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T13:13:18.779Z] OK: 6 MiB in 16 packages [2021-03-16T13:13:19.043Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T13:13:19.043Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T13:13:19.560Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T13:13:19.560Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-16T13:13:19.560Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T13:13:19.560Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-16T13:13:19.560Z] (4/4) Installing curl (7.69.1-r3) [2021-03-16T13:13:19.560Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T13:13:19.560Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T13:13:19.887Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T13:13:19.887Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T13:13:19.887Z] OK: 7 MiB in 18 packages [2021-03-16T13:13:19.887Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T13:13:20.175Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-16T13:13:20.175Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-16T13:13:20.175Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T13:13:20.175Z] OK: 6 MiB in 15 packages [2021-03-16T13:13:20.175Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T13:13:20.175Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-16T13:13:20.229Z] ---> 5d8608019a14 [2021-03-16T13:13:20.229Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-16T13:13:20.520Z] (4/5) Installing curl (7.69.1-r3) [2021-03-16T13:13:20.520Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-16T13:13:20.520Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T13:13:20.520Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T13:13:20.520Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T13:13:20.520Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T13:13:20.520Z] OK: 7 MiB in 19 packages [2021-03-16T13:13:20.520Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T13:13:20.818Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T13:13:20.818Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-16T13:13:20.818Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-16T13:13:20.818Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T13:13:20.818Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T13:13:20.818Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-16T13:13:20.818Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T13:13:20.831Z] Removing intermediate container 02daf24c9455 [2021-03-16T13:13:20.831Z] ---> 59e26c1dcd70 [2021-03-16T13:13:20.831Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-16T13:13:21.119Z] OK: 6 MiB in 16 packages [2021-03-16T13:13:21.119Z] OK: 6 MiB in 15 packages [2021-03-16T13:13:21.430Z] ---> Running in 8b7cf9e1e859 [2021-03-16T13:13:22.027Z] Removing intermediate container 286f2d217835 [2021-03-16T13:13:22.027Z] ---> ec3035858e4f [2021-03-16T13:13:22.027Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T13:13:22.027Z] Removing intermediate container 3ec6c8bc5d3c [2021-03-16T13:13:22.027Z] ---> 4a1fc0581a05 [2021-03-16T13:13:22.027Z] [2021-03-16T13:13:22.027Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T13:13:22.027Z] ---> d10569e2745f [2021-03-16T13:13:22.027Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T13:13:22.027Z] ---> 62533731d82a [2021-03-16T13:13:22.027Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-16T13:13:22.633Z] ---> Running in 955bd63897a5 [2021-03-16T13:13:22.633Z] ---> Running in 7a956313f394 [2021-03-16T13:13:22.633Z] Removing intermediate container 8b7cf9e1e859 [2021-03-16T13:13:22.633Z] ---> 326bae1accd6 [2021-03-16T13:13:22.633Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-16T13:13:22.637Z] Removing intermediate container 6c11c301de20 [2021-03-16T13:13:22.638Z] ---> 0aadc91c7cc8 [2021-03-16T13:13:22.638Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T13:13:22.965Z] Removing intermediate container abf384c60ad0 [2021-03-16T13:13:22.965Z] ---> f68d27836489 [2021-03-16T13:13:22.965Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T13:13:23.246Z] ---> 9cc8489c0168 [2021-03-16T13:13:23.246Z] 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-16T13:13:23.272Z] ---> Running in 65da88a9499e [2021-03-16T13:13:23.272Z] Removing intermediate container 67d5b972e473 [2021-03-16T13:13:23.272Z] ---> 5f22da3b864f [2021-03-16T13:13:23.272Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T13:13:23.521Z] Removing intermediate container 955bd63897a5 [2021-03-16T13:13:23.521Z] ---> 9876efbf19c5 [2021-03-16T13:13:23.521Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-16T13:13:23.567Z] ---> Running in 5b44ea93adca [2021-03-16T13:13:23.793Z] ---> Running in 37ed7a82a97c [2021-03-16T13:13:23.793Z] ---> Running in 6b97ea066d31 [2021-03-16T13:13:24.067Z] ---> ae427153e572 [2021-03-16T13:13:24.067Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-16T13:13:24.124Z] ---> Running in 6a1731ffcb28 [2021-03-16T13:13:24.124Z] Removing intermediate container fbde07e4e702 [2021-03-16T13:13:24.124Z] ---> 1a515222068e [2021-03-16T13:13:24.124Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T13:13:24.124Z] Removing intermediate container f7a057ebbc8b [2021-03-16T13:13:24.124Z] ---> 580d60b81a6c [2021-03-16T13:13:24.124Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T13:13:24.367Z] ---> Running in c7c9299bec49 [2021-03-16T13:13:24.367Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T13:13:24.511Z] Removing intermediate container 65da88a9499e [2021-03-16T13:13:24.511Z] ---> f94c479a8883 [2021-03-16T13:13:24.511Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-16T13:13:24.643Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T13:13:24.644Z] Removing intermediate container 6b97ea066d31 [2021-03-16T13:13:24.644Z] ---> 8b952e4ceba2 [2021-03-16T13:13:24.644Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T13:13:24.885Z] ---> Running in bea5f8993851 [2021-03-16T13:13:24.886Z] Removing intermediate container 6a1731ffcb28 [2021-03-16T13:13:24.886Z] ---> d3a32d5dd7d1 [2021-03-16T13:13:24.886Z] Step 13/24 : WORKDIR / [2021-03-16T13:13:24.886Z] ---> Running in a7d11be38d25 [2021-03-16T13:13:24.886Z] ---> Running in 7fbfb84f599c [2021-03-16T13:13:24.946Z] ---> Running in 509b7cdc3220 [2021-03-16T13:13:25.162Z] ---> Running in 11dd9239697c [2021-03-16T13:13:25.162Z] Removing intermediate container 5b44ea93adca [2021-03-16T13:13:25.162Z] ---> ed0878697477 [2021-03-16T13:13:25.162Z] Step 13/21 : WORKDIR /edgex [2021-03-16T13:13:25.220Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-16T13:13:25.220Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T13:13:25.220Z] OK: 5 MiB in 15 packages [2021-03-16T13:13:25.482Z] ---> Running in 9f969b6cbf2a [2021-03-16T13:13:25.789Z] Removing intermediate container bea5f8993851 [2021-03-16T13:13:25.789Z] ---> 5c2bf812cdc3 [2021-03-16T13:13:25.789Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-16T13:13:25.789Z] Removing intermediate container a7d11be38d25 [2021-03-16T13:13:25.789Z] ---> ed23b6cd6f08 [2021-03-16T13:13:25.789Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-16T13:13:25.789Z] ---> Running in 028560be58a7 [2021-03-16T13:13:26.086Z] Removing intermediate container 7fbfb84f599c [2021-03-16T13:13:26.086Z] ---> 3e2f0d592e09 [2021-03-16T13:13:26.086Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T13:13:26.086Z] Removing intermediate container 11dd9239697c [2021-03-16T13:13:26.086Z] ---> 6cc4303b10b1 [2021-03-16T13:13:26.086Z] 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-16T13:13:26.197Z] Removing intermediate container 509b7cdc3220 [2021-03-16T13:13:26.197Z] ---> e86c643536c5 [2021-03-16T13:13:26.197Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T13:13:26.411Z] ---> Running in 2b4d811586bf [2021-03-16T13:13:26.411Z] ---> Running in 3fd78b6c8a20 [2021-03-16T13:13:26.411Z] Removing intermediate container 9f969b6cbf2a [2021-03-16T13:13:26.411Z] ---> 2eb4a3867765 [2021-03-16T13:13:26.411Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-16T13:13:27.088Z] Removing intermediate container 028560be58a7 [2021-03-16T13:13:27.088Z] ---> 2e7277f14261 [2021-03-16T13:13:27.088Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T13:13:27.184Z] ---> 65ba23a77344 [2021-03-16T13:13:27.184Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-16T13:13:27.407Z] Removing intermediate container 2b4d811586bf [2021-03-16T13:13:27.407Z] ---> ce97e32126b9 [2021-03-16T13:13:27.407Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T13:13:27.469Z] Removing intermediate container 7a956313f394 [2021-03-16T13:13:27.469Z] ---> d9e5e1178a07 [2021-03-16T13:13:27.469Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T13:13:27.469Z] Removing intermediate container 37ed7a82a97c [2021-03-16T13:13:27.469Z] ---> 9b852e31a9a9 [2021-03-16T13:13:27.469Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-16T13:13:27.716Z] Removing intermediate container 3fd78b6c8a20 [2021-03-16T13:13:27.716Z] ---> f5e791ccfcfc [2021-03-16T13:13:27.716Z] Step 15/23 : WORKDIR / [2021-03-16T13:13:27.716Z] ---> Running in e7a716cadcf7 [2021-03-16T13:13:27.716Z] ---> a00698dc0034 [2021-03-16T13:13:27.716Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-16T13:13:27.742Z] ---> Running in efa671ef2037 [2021-03-16T13:13:27.742Z] ---> Running in 99ec0606eec8 [2021-03-16T13:13:28.017Z] Removing intermediate container c7c9299bec49 [2021-03-16T13:13:28.017Z] ---> adbbc92daf62 [2021-03-16T13:13:28.017Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T13:13:28.161Z] ---> Running in a847297275fa [2021-03-16T13:13:28.616Z] Removing intermediate container efa671ef2037 [2021-03-16T13:13:28.616Z] ---> ccf3ee21d20a [2021-03-16T13:13:28.616Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-16T13:13:28.616Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-16T13:13:28.616Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-16T13:13:28.616Z] ---> eeaf43b92773 [2021-03-16T13:13:28.616Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-16T13:13:28.616Z] Removing intermediate container 99ec0606eec8 [2021-03-16T13:13:28.616Z] ---> 6cf1718ecac8 [2021-03-16T13:13:28.616Z] Step 22/24 : LABEL arch=arm64 [2021-03-16T13:13:28.891Z] ---> Running in 683f5858abac [2021-03-16T13:13:28.891Z] ---> Running in 3285d965759b [2021-03-16T13:13:28.891Z] ---> Running in 64e05fdc4b63 [2021-03-16T13:13:28.984Z] ---> Running in 83608a4ba7c5 [2021-03-16T13:13:29.165Z] ---> 1f4f42b58a46 [2021-03-16T13:13:29.165Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-16T13:13:29.165Z] ---> 8a777d2567d7 [2021-03-16T13:13:29.165Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-16T13:13:29.340Z] ---> ce38e3a58eba [2021-03-16T13:13:29.340Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-16T13:13:29.440Z] Removing intermediate container 683f5858abac [2021-03-16T13:13:29.440Z] ---> 4b4da6a6956a [2021-03-16T13:13:29.440Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T13:13:29.634Z] Removing intermediate container e7a716cadcf7 [2021-03-16T13:13:29.635Z] ---> 7c9282a07f07 [2021-03-16T13:13:29.635Z] Step 15/23 : WORKDIR / [2021-03-16T13:13:29.635Z] Removing intermediate container a847297275fa [2021-03-16T13:13:29.635Z] ---> 1dd3e8bcb843 [2021-03-16T13:13:29.635Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T13:13:29.635Z] ---> Running in 0789f18f0966 [2021-03-16T13:13:29.718Z] ---> Running in 29e9f41fb2f1 [2021-03-16T13:13:29.913Z] Removing intermediate container 83608a4ba7c5 [2021-03-16T13:13:29.913Z] ---> 6f45ef1a895b [2021-03-16T13:13:29.913Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T13:13:29.913Z] ---> 9f943762b0f8 [2021-03-16T13:13:29.913Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-16T13:13:29.992Z] Removing intermediate container 64e05fdc4b63 [2021-03-16T13:13:29.992Z] ---> 38eb4da091d9 [2021-03-16T13:13:29.992Z] Step 23/24 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f [2021-03-16T13:13:30.185Z] ---> 5f5a2b861ef7 [2021-03-16T13:13:30.185Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-16T13:13:30.269Z] ---> Running in d761444e3abd [2021-03-16T13:13:30.465Z] Removing intermediate container 0789f18f0966 [2021-03-16T13:13:30.465Z] ---> 6bf1d330e0c0 [2021-03-16T13:13:30.465Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T13:13:30.561Z] ---> 07b51054d975 [2021-03-16T13:13:30.561Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-16T13:13:30.744Z] ---> 0fef30ab7e03 [2021-03-16T13:13:30.744Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-16T13:13:30.837Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T13:13:30.838Z] Removing intermediate container 29e9f41fb2f1 [2021-03-16T13:13:30.838Z] ---> 02bdad2236c2 [2021-03-16T13:13:30.838Z] Step 15/23 : WORKDIR / [2021-03-16T13:13:30.838Z] ---> Running in a7dae2db75a7 [2021-03-16T13:13:31.032Z] ---> 758584e77bd5 [2021-03-16T13:13:31.032Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-16T13:13:31.032Z] ---> 6fc4f6b65a00 [2021-03-16T13:13:31.032Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-16T13:13:31.121Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T13:13:31.121Z] ---> Running in 92644b485977 [2021-03-16T13:13:31.121Z] Removing intermediate container d761444e3abd [2021-03-16T13:13:31.121Z] ---> 71e9fcca4cd9 [2021-03-16T13:13:31.121Z] Step 24/24 : LABEL version=0.0.0 [2021-03-16T13:13:31.121Z] ---> b8309abd295e [2021-03-16T13:13:31.121Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-16T13:13:31.312Z] ---> 500e09c7863b [2021-03-16T13:13:31.312Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-16T13:13:31.394Z] ---> Running in 7227ddda2076 [2021-03-16T13:13:31.394Z] Removing intermediate container a7dae2db75a7 [2021-03-16T13:13:31.394Z] ---> 9962c88a7707 [2021-03-16T13:13:31.394Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T13:13:31.675Z] (1/2) Installing readline (8.0.4-r0) [2021-03-16T13:13:31.675Z] (2/2) Installing bash (5.0.17-r0) [2021-03-16T13:13:31.675Z] ---> Running in 9b58089a90fe [2021-03-16T13:13:31.950Z] Executing bash-5.0.17-r0.post-install [2021-03-16T13:13:31.950Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T13:13:31.950Z] OK: 12 MiB in 22 packages [2021-03-16T13:13:31.950Z] Removing intermediate container 92644b485977 [2021-03-16T13:13:31.950Z] ---> 60b20359333d [2021-03-16T13:13:31.950Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T13:13:32.226Z] Removing intermediate container 7227ddda2076 [2021-03-16T13:13:32.226Z] ---> 9f8a770a8b4a [2021-03-16T13:13:32.226Z] [2021-03-16T13:13:32.226Z] ---> 923ea7ed581b [2021-03-16T13:13:32.226Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-16T13:13:32.365Z] ---> eeeb18f2fb6f [2021-03-16T13:13:32.365Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-16T13:13:32.501Z] Removing intermediate container 9b58089a90fe [2021-03-16T13:13:32.501Z] ---> c8883a3654bb [2021-03-16T13:13:32.501Z] Step 20/22 : LABEL arch=arm64 [2021-03-16T13:13:32.772Z] ---> 730121856c7d [2021-03-16T13:13:32.772Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-16T13:13:32.772Z] ---> a873139befec [2021-03-16T13:13:32.772Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-16T13:13:32.777Z] Successfully built 9f8a770a8b4a [2021-03-16T13:13:32.777Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-16T13:13:32.777Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-03-16T13:13:33.054Z] ---> Running in b5b30a386e2f [2021-03-16T13:13:33.107Z] ---> e4109a59c274 [2021-03-16T13:13:33.108Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-16T13:13:33.108Z] ---> d2ba596e2d16 [2021-03-16T13:13:33.108Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-16T13:13:33.331Z] ---> 70b66ff0734d [2021-03-16T13:13:33.331Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-16T13:13:33.520Z] ---> Running in 298fb56493cb [2021-03-16T13:13:33.604Z] ---> 3a8a73c2848c [2021-03-16T13:13:33.604Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-16T13:13:33.882Z] ---> e7c29701e61e [2021-03-16T13:13:33.882Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-16T13:13:33.884Z] Removing intermediate container b5b30a386e2f [2021-03-16T13:13:33.884Z] ---> 3b3ac7a20669 [2021-03-16T13:13:33.884Z] Step 21/22 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f [2021-03-16T13:13:33.884Z] Removing intermediate container 3285d965759b [2021-03-16T13:13:33.884Z] ---> c87cddb1f366 [2021-03-16T13:13:34.168Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-16T13:13:34.168Z] ---> Running in 4e3b490617d5 [2021-03-16T13:13:34.445Z] ---> Running in fc024fb5ec26 [2021-03-16T13:13:34.571Z] ---> Running in ba11df0f1267 [2021-03-16T13:13:34.876Z] ---> 7ca004086244 [2021-03-16T13:13:34.876Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-16T13:13:34.876Z] Removing intermediate container 298fb56493cb [2021-03-16T13:13:34.876Z] ---> 780d98759ce5 [2021-03-16T13:13:34.876Z] Step 18/21 : CMD ["--init=true"] [2021-03-16T13:13:35.042Z] ---> 039ba12908e5 [2021-03-16T13:13:35.042Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-16T13:13:35.528Z] ---> Running in 5ae7df2f7f22 [2021-03-16T13:13:35.528Z] ---> 3c231f976465 [2021-03-16T13:13:35.528Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-16T13:13:35.528Z] ---> Running in e549a4dbc4fd [2021-03-16T13:13:35.647Z] Removing intermediate container 4e3b490617d5 [2021-03-16T13:13:35.648Z] ---> f3fe32e044b9 [2021-03-16T13:13:35.648Z] Step 22/22 : LABEL version=0.0.0 [2021-03-16T13:13:35.856Z] Removing intermediate container ba11df0f1267 [2021-03-16T13:13:35.856Z] ---> cbba7e866e7e [2021-03-16T13:13:35.856Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T13:13:35.856Z] ---> Running in f45e9c841860 [2021-03-16T13:13:36.170Z] ---> 265e2ca21e6c [2021-03-16T13:13:36.170Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-16T13:13:36.243Z] ---> Running in 3064baeffb2f [2021-03-16T13:13:36.243Z] Removing intermediate container fc024fb5ec26 [2021-03-16T13:13:36.243Z] ---> 30c9d1f0efca [2021-03-16T13:13:36.243Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-16T13:13:36.470Z] ---> Running in 0f74e0061cbf [2021-03-16T13:13:36.470Z] Removing intermediate container 5ae7df2f7f22 [2021-03-16T13:13:36.470Z] ---> 0594516b3ab3 [2021-03-16T13:13:36.470Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T13:13:36.518Z] ---> ec125de48686 [2021-03-16T13:13:36.518Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-16T13:13:36.518Z] ---> Running in f1e71d6df746 [2021-03-16T13:13:36.749Z] Removing intermediate container e549a4dbc4fd [2021-03-16T13:13:36.749Z] ---> a5dc91eb5b4f [2021-03-16T13:13:36.749Z] Step 19/21 : LABEL arch=x86_64 [2021-03-16T13:13:36.749Z] Removing intermediate container f45e9c841860 [2021-03-16T13:13:36.749Z] ---> ea3f504ee00b [2021-03-16T13:13:36.749Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T13:13:36.801Z] ---> Running in 9fc5d613b22c [2021-03-16T13:13:36.801Z] Removing intermediate container 3064baeffb2f [2021-03-16T13:13:36.801Z] ---> bca757250baa [2021-03-16T13:13:36.801Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-16T13:13:37.030Z] ---> Running in cee5ce17d352 [2021-03-16T13:13:37.030Z] ---> Running in 6d0e70a75bd4 [2021-03-16T13:13:37.030Z] ---> Running in 2fef8f420d4e [2021-03-16T13:13:37.030Z] ---> 1e3bbe45ceed [2021-03-16T13:13:37.030Z] 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-16T13:13:37.330Z] Removing intermediate container 0f74e0061cbf [2021-03-16T13:13:37.330Z] ---> 4aa7fa975ca1 [2021-03-16T13:13:37.330Z] Step 20/22 : LABEL arch=x86_64 [2021-03-16T13:13:37.330Z] ---> Running in 1311b7a8fcf2 [2021-03-16T13:13:37.425Z] Removing intermediate container f1e71d6df746 [2021-03-16T13:13:37.425Z] ---> 6e4916e60ec0 [2021-03-16T13:13:37.425Z] [2021-03-16T13:13:37.602Z] ---> Running in 62706b2e4c2c [2021-03-16T13:13:37.602Z] Removing intermediate container cee5ce17d352 [2021-03-16T13:13:37.602Z] ---> 299cdb630912 [2021-03-16T13:13:37.602Z] Step 20/21 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f [2021-03-16T13:13:37.893Z] Removing intermediate container 6d0e70a75bd4 [2021-03-16T13:13:37.893Z] ---> f6ed9bb83978 [2021-03-16T13:13:37.893Z] Step 21/23 : LABEL arch=x86_64 [2021-03-16T13:13:38.023Z] Removing intermediate container 9fc5d613b22c [2021-03-16T13:13:38.023Z] ---> 11df9c327044 [2021-03-16T13:13:38.023Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-16T13:13:38.023Z] Successfully built 6e4916e60ec0 [2021-03-16T13:13:38.241Z] Removing intermediate container 2fef8f420d4e [2021-03-16T13:13:38.241Z] ---> 27315d7800ac [2021-03-16T13:13:38.241Z] Step 21/23 : LABEL arch=x86_64 [2021-03-16T13:13:38.241Z] ---> Running in aa5fb465c8ac [2021-03-16T13:13:38.241Z] ---> Running in 260bce4d1ee7 [2021-03-16T13:13:38.294Z] ---> b19caf5fe1c5 [2021-03-16T13:13:38.294Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-16T13:13:38.294Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-16T13:13:38.294Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-03-16T13:13:38.575Z] ---> Running in 08b2796dfb5d [2021-03-16T13:13:38.575Z] ---> a5ce2b727b2f [2021-03-16T13:13:38.575Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-16T13:13:38.606Z] ---> Running in fcab511c36cc [2021-03-16T13:13:38.607Z] Removing intermediate container 62706b2e4c2c [2021-03-16T13:13:38.607Z] ---> 4d44cf645cb0 [2021-03-16T13:13:38.607Z] Step 21/22 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f [2021-03-16T13:13:38.855Z] ---> Running in 58ec68dfd0ce [2021-03-16T13:13:39.160Z] ---> Running in 2c7d39804de7 [2021-03-16T13:13:39.239Z] ---> Running in adc4a82efa16 [2021-03-16T13:13:39.445Z] Removing intermediate container 08b2796dfb5d [2021-03-16T13:13:39.445Z] ---> d1ec8fadea43 [2021-03-16T13:13:39.445Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-16T13:13:39.638Z] Removing intermediate container 260bce4d1ee7 [2021-03-16T13:13:39.638Z] ---> 8de4f0e5a5b0 [2021-03-16T13:13:39.638Z] Step 21/21 : LABEL version=0.0.0 [2021-03-16T13:13:39.721Z] Removing intermediate container 58ec68dfd0ce [2021-03-16T13:13:39.721Z] ---> b0a756761897 [2021-03-16T13:13:39.721Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T13:13:39.996Z] Removing intermediate container fcab511c36cc [2021-03-16T13:13:39.996Z] ---> eb67157bdf33 [2021-03-16T13:13:39.996Z] Step 22/23 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f [2021-03-16T13:13:40.344Z] ---> Running in 883d6dac9d2a [2021-03-16T13:13:40.344Z] Removing intermediate container aa5fb465c8ac [2021-03-16T13:13:40.344Z] ---> 29a6d4353958 [2021-03-16T13:13:40.344Z] Step 22/23 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f [2021-03-16T13:13:40.660Z] ---> Running in 48be0a8d331b [2021-03-16T13:13:40.717Z] ---> Running in 994ffeab5cb1 [2021-03-16T13:13:40.972Z] ---> Running in 189002f9e34a [2021-03-16T13:13:41.288Z] Removing intermediate container adc4a82efa16 [2021-03-16T13:13:41.288Z] ---> 147d63a8a3e0 [2021-03-16T13:13:41.289Z] Step 22/22 : LABEL version=0.0.0 [2021-03-16T13:13:41.289Z] Removing intermediate container 883d6dac9d2a [2021-03-16T13:13:41.289Z] ---> 713c48df205e [2021-03-16T13:13:41.289Z] [2021-03-16T13:13:41.598Z] ---> Running in d17e66ce8f77 [2021-03-16T13:13:41.695Z] Removing intermediate container 994ffeab5cb1 [2021-03-16T13:13:41.695Z] ---> 59049b721b6b [2021-03-16T13:13:41.695Z] Step 21/23 : LABEL arch=arm64 [2021-03-16T13:13:41.900Z] Removing intermediate container 48be0a8d331b [2021-03-16T13:13:41.901Z] ---> 9a60a258c604 [2021-03-16T13:13:41.901Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T13:13:41.901Z] Removing intermediate container 189002f9e34a [2021-03-16T13:13:41.901Z] ---> d3031d267484 [2021-03-16T13:13:41.901Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T13:13:41.966Z] ---> 692d360ed75b [2021-03-16T13:13:41.966Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-16T13:13:41.966Z] ---> Running in ea5b23363e72 [2021-03-16T13:13:42.176Z] ---> Running in 2b740dff19a1 [2021-03-16T13:13:42.176Z] ---> Running in 56c97556de71 [2021-03-16T13:13:42.458Z] Removing intermediate container d17e66ce8f77 [2021-03-16T13:13:42.458Z] ---> a7a808a2444f [2021-03-16T13:13:42.458Z] [2021-03-16T13:13:42.458Z] Removing intermediate container 1311b7a8fcf2 [2021-03-16T13:13:42.458Z] ---> f032d3b1d258 [2021-03-16T13:13:42.458Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-16T13:13:42.458Z] Successfully built 713c48df205e [2021-03-16T13:13:42.738Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-16T13:13:42.738Z] Building docker-support-scheduler-go [2021-03-16T13:13:42.948Z] Removing intermediate container ea5b23363e72 [2021-03-16T13:13:42.949Z] ---> 1310d32bc847 [2021-03-16T13:13:42.949Z] Step 22/23 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f [2021-03-16T13:13:43.380Z]  Building docker-security-proxy-setup-go ... done  ---> Running in d2c60f01fb5e [2021-03-16T13:13:43.732Z] Removing intermediate container 2b740dff19a1 [2021-03-16T13:13:43.732Z] ---> e222d7a1cbc9 [2021-03-16T13:13:43.732Z] [2021-03-16T13:13:43.732Z] Removing intermediate container 56c97556de71 [2021-03-16T13:13:43.732Z] ---> e04bc828c982 [2021-03-16T13:13:43.732Z] [2021-03-16T13:13:43.929Z] Removing intermediate container 2c7d39804de7 [2021-03-16T13:13:43.929Z] ---> 15b95b5311ab [2021-03-16T13:13:43.929Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-16T13:13:43.929Z] ---> 31540c2f83d1 [2021-03-16T13:13:43.929Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-16T13:13:43.929Z] ---> Running in 399fc42b5e0b [2021-03-16T13:13:44.075Z] Successfully built a7a808a2444f [2021-03-16T13:13:44.075Z] Successfully tagged docker-support-notifications-go:latest [2021-03-16T13:13:44.075Z]  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go [2021-03-16T13:13:44.910Z] ---> Running in 80ba37c1f5b4 [2021-03-16T13:13:44.910Z] Removing intermediate container 399fc42b5e0b [2021-03-16T13:13:44.910Z] ---> 4fee335137b0 [2021-03-16T13:13:44.910Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T13:13:45.018Z] Successfully built e04bc828c982 [2021-03-16T13:13:45.018Z] Successfully built e222d7a1cbc9 [2021-03-16T13:13:45.184Z] ---> 74998ac156d0 [2021-03-16T13:13:45.184Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-16T13:13:45.339Z] Successfully tagged docker-core-command-go:latest [2021-03-16T13:13:45.339Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-03-16T13:13:45.339Z] Removing intermediate container d2c60f01fb5e [2021-03-16T13:13:45.339Z] ---> 5cbffaa212d5 [2021-03-16T13:13:45.339Z] Step 22/24 : LABEL arch=x86_64 [2021-03-16T13:13:45.339Z] Successfully tagged docker-core-metadata-go:latest [2021-03-16T13:13:45.339Z] Building docker-core-data-go [2021-03-16T13:13:45.457Z] ---> Running in 2423292680da [2021-03-16T13:13:45.729Z] ---> Running in a07ea0520fc6 [2021-03-16T13:13:45.729Z] Removing intermediate container 80ba37c1f5b4 [2021-03-16T13:13:45.729Z] ---> 0cdfc23f5055 [2021-03-16T13:13:45.729Z] Step 28/31 : CMD ["gate"] [2021-03-16T13:13:45.793Z]  Building docker-core-metadata-go ... done  ---> Running in ee612a5c92f0 [2021-03-16T13:13:47.002Z] Removing intermediate container ee612a5c92f0 [2021-03-16T13:13:47.002Z] ---> 382488827a3a [2021-03-16T13:13:47.002Z] Step 23/24 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f [2021-03-16T13:13:47.002Z] ---> Running in d0817b2174aa [2021-03-16T13:13:47.171Z] Removing intermediate container 2423292680da [2021-03-16T13:13:47.171Z] ---> 5276e5ab7511 [2021-03-16T13:13:47.171Z] ---> Running in 4cb6da59491e [2021-03-16T13:13:47.171Z] [2021-03-16T13:13:47.765Z] Successfully built 5276e5ab7511 [2021-03-16T13:13:48.037Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T13:13:48.324Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T13:13:48.324Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-16T13:13:48.324Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2021-03-16T13:13:48.324Z] Removing intermediate container 4cb6da59491e [2021-03-16T13:13:48.324Z] ---> 7e00199b4414 [2021-03-16T13:13:48.324Z] Step 29/31 : LABEL arch=arm64 [2021-03-16T13:13:48.923Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-16T13:13:48.923Z] (2/33) Installing expat (2.2.9-r1) [2021-03-16T13:13:48.923Z] (3/33) Installing libffi (3.3-r2) [2021-03-16T13:13:48.923Z] (4/33) Installing gdbm (1.13-r1) [2021-03-16T13:13:48.923Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-16T13:13:48.923Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-16T13:13:48.923Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-16T13:13:49.194Z] ---> Running in bb1c7731ceea [2021-03-16T13:13:50.108Z] Removing intermediate container d0817b2174aa [2021-03-16T13:13:50.108Z] ---> 7c84bf4ed11f [2021-03-16T13:13:50.108Z] Step 24/24 : LABEL version=0.0.0 [2021-03-16T13:13:50.626Z] Removing intermediate container bb1c7731ceea [2021-03-16T13:13:50.626Z] ---> 459bc7f1e2f1 [2021-03-16T13:13:50.626Z] Step 30/31 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f [2021-03-16T13:13:50.626Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-16T13:13:50.626Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-16T13:13:50.626Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-16T13:13:50.835Z] ---> Running in f7dd4f3ae15a [2021-03-16T13:13:50.897Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-16T13:13:50.897Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-16T13:13:50.897Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-16T13:13:50.897Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-16T13:13:50.897Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-16T13:13:50.897Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-16T13:13:50.897Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-16T13:13:51.169Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-16T13:13:51.169Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-16T13:13:51.169Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-16T13:13:51.169Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-16T13:13:51.169Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-16T13:13:51.169Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-16T13:13:51.169Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-16T13:13:51.169Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-16T13:13:51.169Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-16T13:13:51.169Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-16T13:13:51.169Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-16T13:13:51.169Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-16T13:13:51.169Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-16T13:13:51.169Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-16T13:13:51.169Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-16T13:13:51.169Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-16T13:13:51.440Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T13:13:51.440Z] ---> Running in 15b43ac3f91c [2021-03-16T13:13:51.440Z] OK: 71 MiB in 55 packages [2021-03-16T13:13:52.426Z] Removing intermediate container 15b43ac3f91c [2021-03-16T13:13:52.426Z] ---> 91f488a41b85 [2021-03-16T13:13:52.426Z] Step 31/31 : LABEL version=0.0.0 [2021-03-16T13:13:53.026Z] ---> Running in 336fc16c62bc [2021-03-16T13:13:53.297Z] Removing intermediate container f7dd4f3ae15a [2021-03-16T13:13:53.298Z] ---> 2448c9226c24 [2021-03-16T13:13:53.298Z] [2021-03-16T13:13:54.452Z] Removing intermediate container 336fc16c62bc [2021-03-16T13:13:54.452Z] ---> adee68576490 [2021-03-16T13:13:54.452Z] [2021-03-16T13:13:54.724Z] Successfully built adee68576490 [2021-03-16T13:13:54.724Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-16T13:13:54.724Z]  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go [2021-03-16T13:13:55.205Z] Successfully built 2448c9226c24 [2021-03-16T13:13:56.003Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-16T13:14:00.127Z] Removing intermediate container a07ea0520fc6 [2021-03-16T13:14:00.127Z] ---> b6493fe6aae0 [2021-03-16T13:14:00.127Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-16T13:14:00.725Z] ---> Running in 8b7f1acfd75c [2021-03-16T13:14:04.133Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T13:14:04.133Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T13:14:04.133Z] ---> e9a35149b9c5 [2021-03-16T13:14:04.133Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T13:14:04.133Z] ---> Using cache [2021-03-16T13:14:04.133Z] ---> 849e7e41f80a [2021-03-16T13:14:04.133Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T13:14:04.133Z] ---> Using cache [2021-03-16T13:14:04.133Z] ---> 16a0dac317ec [2021-03-16T13:14:04.133Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T13:14:04.133Z] ---> Using cache [2021-03-16T13:14:04.133Z] ---> d421fa35da61 [2021-03-16T13:14:04.133Z] Step 6/23 : COPY go.mod . [2021-03-16T13:14:04.133Z] ---> Using cache [2021-03-16T13:14:04.133Z] ---> 12168deefa31 [2021-03-16T13:14:04.133Z] Step 7/23 : RUN go mod download [2021-03-16T13:14:04.133Z] ---> Using cache [2021-03-16T13:14:04.133Z] ---> 7db8472bc738 [2021-03-16T13:14:04.133Z] Step 8/23 : COPY . . [2021-03-16T13:14:04.133Z] ---> Using cache [2021-03-16T13:14:04.133Z] ---> 5a111d471fc6 [2021-03-16T13:14:04.133Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-16T13:14:06.768Z] ---> Running in b43adb99ff04 [2021-03-16T13:14:07.041Z] Collecting docker-compose==1.23.2 [2021-03-16T13:14:07.041Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-16T13:14:07.641Z] 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-16T13:14:09.084Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-16T13:14:09.084Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-16T13:14:10.065Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-16T13:14:10.065Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-16T13:14:10.065Z] 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-16T13:14:10.673Z] Collecting cached-property<2,>=1.2.0 [2021-03-16T13:14:10.673Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-16T13:14:10.950Z] Collecting texttable<0.10,>=0.9.0 [2021-03-16T13:14:10.950Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-16T13:14:13.584Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-16T13:14:13.584Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-16T13:14:16.224Z] Collecting docopt<0.7,>=0.6.1 [2021-03-16T13:14:16.224Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-16T13:14:18.867Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T13:14:18.867Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T13:14:18.867Z] ---> e9a35149b9c5 [2021-03-16T13:14:18.867Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T13:14:18.867Z] ---> Using cache [2021-03-16T13:14:18.867Z] ---> 849e7e41f80a [2021-03-16T13:14:18.867Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T13:14:18.867Z] ---> Using cache [2021-03-16T13:14:19.386Z] ---> 16a0dac317ec [2021-03-16T13:14:19.386Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-16T13:14:19.702Z] Collecting jsonschema<3,>=2.5.1 [2021-03-16T13:14:19.702Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-16T13:14:20.780Z] ---> Running in fdf8adcf671d [2021-03-16T13:14:21.882Z] Collecting docker<4.0,>=3.6.0 [2021-03-16T13:14:21.882Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-16T13:14:23.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T13:14:23.627Z] Collecting PyYAML<4,>=3.10 [2021-03-16T13:14:23.627Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-16T13:14:23.904Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T13:14:25.360Z] OK: 217 MiB in 51 packages [2021-03-16T13:14:28.011Z] 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-16T13:14:28.011Z] Collecting idna<2.8,>=2.5 [2021-03-16T13:14:28.011Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-16T13:14:28.285Z] Removing intermediate container fdf8adcf671d [2021-03-16T13:14:28.285Z] ---> a73f09aed4b1 [2021-03-16T13:14:28.285Z] Step 6/23 : COPY go.mod . [2021-03-16T13:14:28.285Z] 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-16T13:14:29.273Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-16T13:14:29.273Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-16T13:14:29.894Z] ---> 89984637e404 [2021-03-16T13:14:29.894Z] Step 7/23 : RUN go mod download [2021-03-16T13:14:29.894Z] Collecting docker-pycreds>=0.4.0 [2021-03-16T13:14:29.894Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-16T13:14:30.169Z] ---> Running in bf89ff557681 [2021-03-16T13:14:30.169Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-16T13:14:30.169Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-16T13:14:30.169Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-16T13:14:30.169Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-16T13:14:31.626Z] Installing collected packages: idna, urllib3, requests, websocket-client, cached-property, texttable, dockerpty, docopt, jsonschema, docker-pycreds, docker, PyYAML, docker-compose [2021-03-16T13:14:31.626Z] Attempting uninstall: idna [2021-03-16T13:14:31.626Z] Found existing installation: idna 2.9 [2021-03-16T13:14:31.626Z] Uninstalling idna-2.9: [2021-03-16T13:14:31.626Z] Successfully uninstalled idna-2.9 [2021-03-16T13:14:32.607Z] Attempting uninstall: urllib3 [2021-03-16T13:14:32.607Z] Found existing installation: urllib3 1.25.9 [2021-03-16T13:14:32.607Z] Uninstalling urllib3-1.25.9: [2021-03-16T13:14:32.891Z] Successfully uninstalled urllib3-1.25.9 [2021-03-16T13:14:33.492Z] Attempting uninstall: requests [2021-03-16T13:14:33.492Z] Found existing installation: requests 2.23.0 [2021-03-16T13:14:33.492Z] Uninstalling requests-2.23.0: [2021-03-16T13:14:33.767Z] Successfully uninstalled requests-2.23.0 [2021-03-16T13:14:35.208Z] Running setup.py install for texttable: started [2021-03-16T13:14:35.813Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T13:14:35.813Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-16T13:14:35.813Z] ---> e9a35149b9c5 [2021-03-16T13:14:35.813Z] Step 3/21 : WORKDIR /edgex-go [2021-03-16T13:14:35.813Z] ---> Using cache [2021-03-16T13:14:35.813Z] ---> 849e7e41f80a [2021-03-16T13:14:35.813Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T13:14:35.813Z] ---> Using cache [2021-03-16T13:14:35.813Z] ---> 16a0dac317ec [2021-03-16T13:14:35.813Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-16T13:14:35.813Z] ---> Using cache [2021-03-16T13:14:35.813Z] ---> d421fa35da61 [2021-03-16T13:14:35.813Z] Step 6/21 : COPY go.mod . [2021-03-16T13:14:35.813Z] ---> Using cache [2021-03-16T13:14:35.813Z] ---> 12168deefa31 [2021-03-16T13:14:35.813Z] Step 7/21 : RUN go mod download [2021-03-16T13:14:35.813Z] ---> Using cache [2021-03-16T13:14:35.813Z] ---> 7db8472bc738 [2021-03-16T13:14:35.813Z] Step 8/21 : COPY . . [2021-03-16T13:14:35.813Z] ---> Using cache [2021-03-16T13:14:35.813Z] ---> 5a111d471fc6 [2021-03-16T13:14:35.813Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-16T13:14:36.089Z] ---> Running in 21bf582c70de [2021-03-16T13:14:36.367Z] Removing intermediate container bf89ff557681 [2021-03-16T13:14:36.367Z] ---> b502df2439d0 [2021-03-16T13:14:36.367Z] Step 8/23 : COPY . . [2021-03-16T13:14:38.370Z] Running setup.py install for texttable: finished with status 'done' [2021-03-16T13:14:38.370Z] Running setup.py install for dockerpty: started [2021-03-16T13:14:38.652Z] 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-16T13:14:39.265Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T13:14:39.265Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T13:14:39.265Z] ---> e9a35149b9c5 [2021-03-16T13:14:39.265Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T13:14:39.265Z] ---> Using cache [2021-03-16T13:14:39.265Z] ---> 849e7e41f80a [2021-03-16T13:14:39.265Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T13:14:39.265Z] ---> Using cache [2021-03-16T13:14:39.265Z] ---> 16a0dac317ec [2021-03-16T13:14:39.265Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-16T13:14:39.265Z] ---> Using cache [2021-03-16T13:14:39.265Z] ---> d421fa35da61 [2021-03-16T13:14:39.265Z] Step 6/22 : COPY go.mod . [2021-03-16T13:14:39.265Z] ---> Using cache [2021-03-16T13:14:39.265Z] ---> 12168deefa31 [2021-03-16T13:14:39.265Z] Step 7/22 : RUN go mod download [2021-03-16T13:14:39.265Z] ---> Using cache [2021-03-16T13:14:39.265Z] ---> 7db8472bc738 [2021-03-16T13:14:39.265Z] Step 8/22 : COPY . . [2021-03-16T13:14:39.542Z] ---> Using cache [2021-03-16T13:14:39.542Z] ---> 5a111d471fc6 [2021-03-16T13:14:39.542Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-16T13:14:40.536Z] ---> Running in 7d466ff2eb30 [2021-03-16T13:14:40.811Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-16T13:14:40.811Z] Running setup.py install for docopt: started [2021-03-16T13:14:42.823Z] 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-16T13:14:43.428Z] Running setup.py install for docopt: finished with status 'done' [2021-03-16T13:14:45.424Z] Running setup.py install for PyYAML: started [2021-03-16T13:14:49.799Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-16T13:14:50.787Z] 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-16T13:14:57.532Z] ---> 57ea8606c2de [2021-03-16T13:14:57.532Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-16T13:14:57.809Z] ---> Running in 11602e91609c [2021-03-16T13:14:58.414Z] Removing intermediate container 8b7f1acfd75c [2021-03-16T13:14:58.414Z] ---> 01d1decb0b3c [2021-03-16T13:14:58.414Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-16T13:14:58.414Z] ---> Running in 0a9feeb3b960 [2021-03-16T13:14:59.865Z] 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-16T13:15:00.858Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T13:15:00.858Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T13:15:01.461Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T13:15:01.736Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-16T13:15:01.736Z] (3/3) Installing curl (7.69.1-r3) [2021-03-16T13:15:01.736Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T13:15:01.736Z] OK: 72 MiB in 58 packages [2021-03-16T13:15:03.782Z] Removing intermediate container 0a9feeb3b960 [2021-03-16T13:15:03.782Z] ---> e49bafc91a41 [2021-03-16T13:15:03.782Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-16T13:15:04.064Z] ---> Running in d4d1348881fa [2021-03-16T13:15:04.663Z] Removing intermediate container d4d1348881fa [2021-03-16T13:15:04.663Z] ---> 507ebfb3b0f1 [2021-03-16T13:15:04.663Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T13:15:04.937Z] ---> Running in 4369053a73b2 [2021-03-16T13:15:05.919Z] Removing intermediate container 4369053a73b2 [2021-03-16T13:15:05.919Z] ---> 6f9520254ef1 [2021-03-16T13:15:05.919Z] Step 24/26 : LABEL arch=arm64 [2021-03-16T13:15:06.191Z] ---> Running in aed5b3fefae3 [2021-03-16T13:15:06.792Z] Removing intermediate container aed5b3fefae3 [2021-03-16T13:15:06.792Z] ---> 96598b8ee172 [2021-03-16T13:15:06.792Z] Step 25/26 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f [2021-03-16T13:15:07.066Z] ---> Running in b9af4fcb7815 [2021-03-16T13:15:07.668Z] Removing intermediate container b9af4fcb7815 [2021-03-16T13:15:07.668Z] ---> 8a4da0476efb [2021-03-16T13:15:07.668Z] Step 26/26 : LABEL version=0.0.0 [2021-03-16T13:15:08.267Z] ---> Running in 553f35ca297e [2021-03-16T13:15:08.868Z] Removing intermediate container 553f35ca297e [2021-03-16T13:15:08.868Z] ---> 8ec0354e572b [2021-03-16T13:15:08.868Z] [2021-03-16T13:15:09.472Z] Successfully built 8ec0354e572b [2021-03-16T13:15:09.472Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-16T13:15:19.559Z]  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T13:15:19.559Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T13:15:19.559Z] ---> 42e1f5233409 [2021-03-16T13:15:19.559Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T13:15:19.559Z] ---> Using cache [2021-03-16T13:15:19.559Z] ---> c7aab4b824fc [2021-03-16T13:15:19.559Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T13:15:19.559Z] ---> Using cache [2021-03-16T13:15:19.559Z] ---> 9341ac511364 [2021-03-16T13:15:19.559Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-16T13:15:19.559Z] ---> Using cache [2021-03-16T13:15:19.559Z] ---> 6c8312769cf0 [2021-03-16T13:15:19.559Z] Step 6/22 : COPY go.mod . [2021-03-16T13:15:19.559Z] ---> Using cache [2021-03-16T13:15:19.559Z] ---> 72240e4a01a6 [2021-03-16T13:15:19.559Z] Step 7/22 : RUN go mod download [2021-03-16T13:15:19.559Z] ---> Using cache [2021-03-16T13:15:19.559Z] ---> 037c8b429eaa [2021-03-16T13:15:19.559Z] Step 8/22 : COPY . . [2021-03-16T13:15:19.866Z] ---> Using cache [2021-03-16T13:15:19.866Z] ---> 5808fbc1bcff [2021-03-16T13:15:19.866Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-16T13:15:20.160Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T13:15:20.160Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-16T13:15:20.160Z] ---> 42e1f5233409 [2021-03-16T13:15:20.160Z] Step 3/31 : WORKDIR /edgex-go [2021-03-16T13:15:20.160Z] ---> Using cache [2021-03-16T13:15:20.160Z] ---> c7aab4b824fc [2021-03-16T13:15:20.160Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T13:15:20.160Z] ---> Using cache [2021-03-16T13:15:20.160Z] ---> 9341ac511364 [2021-03-16T13:15:20.160Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-16T13:15:20.160Z] ---> Using cache [2021-03-16T13:15:20.160Z] ---> 6c8312769cf0 [2021-03-16T13:15:20.160Z] Step 6/31 : COPY go.mod . [2021-03-16T13:15:20.160Z] ---> Using cache [2021-03-16T13:15:20.160Z] ---> 72240e4a01a6 [2021-03-16T13:15:20.160Z] Step 7/31 : RUN go mod download [2021-03-16T13:15:20.160Z] ---> Using cache [2021-03-16T13:15:20.160Z] ---> 037c8b429eaa [2021-03-16T13:15:20.160Z] Step 8/31 : COPY . . [2021-03-16T13:15:20.518Z] ---> Using cache [2021-03-16T13:15:20.518Z] ---> 5808fbc1bcff [2021-03-16T13:15:20.518Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-16T13:15:22.138Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T13:15:22.138Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-16T13:15:22.138Z] ---> 42e1f5233409 [2021-03-16T13:15:22.138Z] Step 3/26 : WORKDIR /edgex-go [2021-03-16T13:15:22.138Z] ---> Using cache [2021-03-16T13:15:22.138Z] ---> c7aab4b824fc [2021-03-16T13:15:22.138Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T13:15:22.138Z] ---> Using cache [2021-03-16T13:15:22.138Z] ---> 9341ac511364 [2021-03-16T13:15:22.138Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-16T13:15:22.422Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T13:15:22.422Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T13:15:22.422Z] ---> 42e1f5233409 [2021-03-16T13:15:22.422Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T13:15:22.422Z] ---> Using cache [2021-03-16T13:15:22.422Z] ---> c7aab4b824fc [2021-03-16T13:15:22.422Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T13:15:22.422Z] ---> Using cache [2021-03-16T13:15:22.422Z] ---> 9341ac511364 [2021-03-16T13:15:22.422Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-16T13:15:23.443Z] ---> Running in e6e1221e8292 [2021-03-16T13:15:23.443Z] ---> Running in 74736fd4f5c0 [2021-03-16T13:15:23.443Z] ---> Running in 9c1a80ca7c2a [2021-03-16T13:15:23.443Z] ---> Running in ebb0c485fa25 [2021-03-16T13:15:29.603Z] 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-16T13:15:29.603Z] 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-16T13:15:29.603Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T13:15:29.603Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T13:15:30.204Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T13:15:31.095Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T13:15:32.571Z] OK: 233 MiB in 51 packages [2021-03-16T13:15:32.571Z] OK: 233 MiB in 51 packages [2021-03-16T13:15:37.261Z] Removing intermediate container e6e1221e8292 [2021-03-16T13:15:37.262Z] ---> 58e3f9336be4 [2021-03-16T13:15:37.262Z] Step 6/26 : COPY go.mod . [2021-03-16T13:15:37.262Z] Removing intermediate container 9c1a80ca7c2a [2021-03-16T13:15:37.262Z] ---> e86c1317764c [2021-03-16T13:15:37.262Z] Step 6/23 : COPY go.mod . [2021-03-16T13:15:37.687Z] ---> 27cdbdd64ccc [2021-03-16T13:15:37.687Z] Step 7/26 : RUN go mod download [2021-03-16T13:15:37.687Z] ---> d0790eafa31b [2021-03-16T13:15:37.687Z] Step 7/23 : RUN go mod download [2021-03-16T13:15:38.565Z] ---> Running in 5015e62e219b [2021-03-16T13:15:38.565Z] ---> Running in d5725a2b06ec [2021-03-16T13:15:48.499Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container b43adb99ff04 [2021-03-16T13:15:48.499Z] ---> 9c40239a27e0 [2021-03-16T13:15:48.499Z] [2021-03-16T13:15:48.499Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T13:15:48.499Z] ---> d10569e2745f [2021-03-16T13:15:48.499Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T13:15:48.499Z] ---> Using cache [2021-03-16T13:15:48.499Z] ---> d9e5e1178a07 [2021-03-16T13:15:48.499Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T13:15:48.499Z] ---> Using cache [2021-03-16T13:15:48.499Z] ---> ccf3ee21d20a [2021-03-16T13:15:48.499Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-16T13:15:48.499Z] ---> Running in 8529159f2893 [2021-03-16T13:15:48.499Z] Removing intermediate container 8529159f2893 [2021-03-16T13:15:48.499Z] ---> 6c7b9f7b12ba [2021-03-16T13:15:48.499Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T13:15:48.499Z] ---> Running in d9faae90f5d6 [2021-03-16T13:15:48.499Z] Removing intermediate container d9faae90f5d6 [2021-03-16T13:15:48.499Z] ---> afa80d12bb61 [2021-03-16T13:15:48.499Z] Step 15/23 : WORKDIR / [2021-03-16T13:15:48.500Z] ---> Running in 121a13d86e98 [2021-03-16T13:15:48.500Z] Removing intermediate container 121a13d86e98 [2021-03-16T13:15:48.500Z] ---> 17bbe0003525 [2021-03-16T13:15:48.500Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T13:15:48.500Z] ---> e140ee0a4f33 [2021-03-16T13:15:48.500Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-16T13:15:48.500Z] ---> 7baecc6acccb [2021-03-16T13:15:48.500Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-16T13:15:49.505Z] 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-16T13:15:49.505Z] ---> 7a983857a1ef [2021-03-16T13:15:49.505Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-16T13:15:49.783Z] ---> Running in f6e26370d6e8 [2021-03-16T13:15:50.396Z] Removing intermediate container f6e26370d6e8 [2021-03-16T13:15:50.396Z] ---> 1d61d4778287 [2021-03-16T13:15:50.396Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T13:15:50.676Z] ---> Running in 7525641f25fd [2021-03-16T13:15:51.283Z] Removing intermediate container 7525641f25fd [2021-03-16T13:15:51.283Z] ---> 5d3d43da2c04 [2021-03-16T13:15:51.283Z] Step 21/23 : LABEL arch=arm64 [2021-03-16T13:15:51.562Z] ---> Running in 01103abb8be0 [2021-03-16T13:15:52.166Z] Removing intermediate container 01103abb8be0 [2021-03-16T13:15:52.166Z] ---> 92dbedf8b5ea [2021-03-16T13:15:52.166Z] Step 22/23 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f [2021-03-16T13:15:52.444Z] ---> Running in fae06cd668ce [2021-03-16T13:15:52.960Z] Removing intermediate container 5015e62e219b [2021-03-16T13:15:52.960Z] ---> 1ee70fdbff5a [2021-03-16T13:15:52.960Z] Step 8/26 : COPY . . [2021-03-16T13:15:52.960Z] Removing intermediate container d5725a2b06ec [2021-03-16T13:15:52.960Z] ---> 7611c7579cbd [2021-03-16T13:15:52.960Z] Step 8/23 : COPY . . [2021-03-16T13:15:53.050Z] Removing intermediate container fae06cd668ce [2021-03-16T13:15:53.050Z] ---> 15707e7ee9b5 [2021-03-16T13:15:53.050Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T13:15:53.328Z] ---> Running in 18426afa75e8 [2021-03-16T13:15:53.935Z] Removing intermediate container 18426afa75e8 [2021-03-16T13:15:53.935Z] ---> 8f6a970640de [2021-03-16T13:15:53.935Z] [2021-03-16T13:15:54.538Z] Successfully built 8f6a970640de [2021-03-16T13:15:54.538Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-16T13:16:05.040Z]  Building docker-core-command-go ... done Removing intermediate container 21bf582c70de [2021-03-16T13:16:05.040Z] ---> abd477b8c6c2 [2021-03-16T13:16:05.040Z] [2021-03-16T13:16:05.040Z] Step 10/21 : FROM alpine:3.12 [2021-03-16T13:16:05.040Z] ---> d10569e2745f [2021-03-16T13:16:05.040Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-16T13:16:05.324Z] ---> Running in 3a5d3387ee77 [2021-03-16T13:16:07.315Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T13:16:07.594Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T13:16:08.202Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-16T13:16:08.478Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T13:16:08.478Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-16T13:16:08.478Z] (4/4) Installing curl (7.69.1-r3) [2021-03-16T13:16:08.478Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T13:16:08.478Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T13:16:08.755Z] OK: 7 MiB in 18 packages [2021-03-16T13:16:11.420Z] Removing intermediate container 3a5d3387ee77 [2021-03-16T13:16:11.420Z] ---> 27f5ea3fd5e5 [2021-03-16T13:16:11.420Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T13:16:11.420Z] ---> Running in 0a2d5e6eba24 [2021-03-16T13:16:12.032Z] Removing intermediate container 0a2d5e6eba24 [2021-03-16T13:16:12.032Z] ---> fd64fd5c80f0 [2021-03-16T13:16:12.032Z] Step 13/21 : WORKDIR /edgex [2021-03-16T13:16:12.308Z] ---> Running in 28ffe8e42230 [2021-03-16T13:16:12.915Z] Removing intermediate container 28ffe8e42230 [2021-03-16T13:16:12.915Z] ---> 1fe18504135b [2021-03-16T13:16:12.915Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-16T13:16:13.906Z] ---> 857d0469a151 [2021-03-16T13:16:13.906Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-16T13:16:15.904Z] ---> 67c5f53964c2 [2021-03-16T13:16:15.904Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-16T13:16:17.897Z] ---> 5814057270d5 [2021-03-16T13:16:17.898Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-16T13:16:17.898Z] ---> Running in 87c333db2cce [2021-03-16T13:16:18.888Z] Removing intermediate container 87c333db2cce [2021-03-16T13:16:18.888Z] ---> a30d36941928 [2021-03-16T13:16:18.888Z] Step 18/21 : CMD ["--init=true"] [2021-03-16T13:16:19.490Z] ---> Running in c57477694efa [2021-03-16T13:16:20.088Z] Removing intermediate container c57477694efa [2021-03-16T13:16:20.088Z] ---> 6d07a7924592 [2021-03-16T13:16:20.088Z] Step 19/21 : LABEL arch=arm64 [2021-03-16T13:16:20.088Z] Removing intermediate container 7d466ff2eb30 [2021-03-16T13:16:20.088Z] ---> a211b9a2173a [2021-03-16T13:16:20.088Z] [2021-03-16T13:16:20.088Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T13:16:20.088Z] ---> d10569e2745f [2021-03-16T13:16:20.088Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-16T13:16:20.088Z] ---> Using cache [2021-03-16T13:16:20.088Z] ---> d9e5e1178a07 [2021-03-16T13:16:20.088Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T13:16:20.088Z] ---> Using cache [2021-03-16T13:16:20.088Z] ---> ccf3ee21d20a [2021-03-16T13:16:20.088Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-16T13:16:20.366Z] ---> Running in 3cbdc617c3df [2021-03-16T13:16:20.366Z] ---> Running in 61cb6647975e [2021-03-16T13:16:20.958Z] Removing intermediate container 3cbdc617c3df [2021-03-16T13:16:20.958Z] ---> 8bd827bc7014 [2021-03-16T13:16:20.958Z] Step 20/21 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f [2021-03-16T13:16:20.958Z] Removing intermediate container 61cb6647975e [2021-03-16T13:16:20.958Z] ---> 13f65a48ecdd [2021-03-16T13:16:20.958Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T13:16:21.234Z] ---> Running in 6d5f220bca89 [2021-03-16T13:16:21.234Z] ---> Running in 4eb467051749 [2021-03-16T13:16:21.506Z] Removing intermediate container 6d5f220bca89 [2021-03-16T13:16:21.506Z] ---> d6afc7eb11b4 [2021-03-16T13:16:21.506Z] Step 21/21 : LABEL version=0.0.0 [2021-03-16T13:16:21.787Z] Removing intermediate container 4eb467051749 [2021-03-16T13:16:21.787Z] ---> 66d535dc4bd0 [2021-03-16T13:16:21.787Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T13:16:21.787Z] ---> Running in c6568f43823e [2021-03-16T13:16:22.383Z] Removing intermediate container c6568f43823e [2021-03-16T13:16:22.383Z] ---> dc6d67cee509 [2021-03-16T13:16:22.383Z] [2021-03-16T13:16:22.655Z] Successfully built dc6d67cee509 [2021-03-16T13:16:22.655Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-16T13:16:22.655Z]  Building docker-security-proxy-setup-go ... done  ---> fa118996c837 [2021-03-16T13:16:22.655Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-16T13:16:24.097Z] ---> f8bbcca22df6 [2021-03-16T13:16:24.097Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-16T13:16:25.083Z] ---> 89d04eb3781d [2021-03-16T13:16:25.083Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-16T13:16:25.357Z] ---> Running in 31f6d2575b75 [2021-03-16T13:16:26.333Z] Removing intermediate container 31f6d2575b75 [2021-03-16T13:16:26.333Z] ---> 4cf5680b8c7f [2021-03-16T13:16:26.333Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T13:16:26.926Z] ---> Running in 0c379c02fc34 [2021-03-16T13:16:27.898Z] Removing intermediate container 0c379c02fc34 [2021-03-16T13:16:27.898Z] ---> 88b6a287b245 [2021-03-16T13:16:27.898Z] Step 20/22 : LABEL arch=arm64 [2021-03-16T13:16:28.170Z] ---> Running in d48212ca30cf [2021-03-16T13:16:29.141Z] Removing intermediate container d48212ca30cf [2021-03-16T13:16:29.141Z] ---> 40aa9bf72bef [2021-03-16T13:16:29.141Z] Step 21/22 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f [2021-03-16T13:16:29.425Z] ---> Running in bb68d31021aa [2021-03-16T13:16:30.025Z] Removing intermediate container bb68d31021aa [2021-03-16T13:16:30.025Z] ---> 291562cd1dea [2021-03-16T13:16:30.025Z] Step 22/22 : LABEL version=0.0.0 [2021-03-16T13:16:30.025Z] ---> Running in 4dbe4b421a1c [2021-03-16T13:16:30.626Z] Removing intermediate container 4dbe4b421a1c [2021-03-16T13:16:30.626Z] ---> 00d7f4067a73 [2021-03-16T13:16:30.626Z] [2021-03-16T13:16:31.225Z] Successfully built 00d7f4067a73 [2021-03-16T13:16:31.225Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-16T13:16:33.856Z]  Building docker-support-scheduler-go ... done Removing intermediate container 11602e91609c [2021-03-16T13:16:33.856Z] ---> ee58484eeb9d [2021-03-16T13:16:33.856Z] [2021-03-16T13:16:33.856Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T13:16:33.856Z] ---> d10569e2745f [2021-03-16T13:16:33.856Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-16T13:16:33.856Z] ---> Running in a4955debd849 [2021-03-16T13:16:34.453Z] Removing intermediate container a4955debd849 [2021-03-16T13:16:34.453Z] ---> 8c0f8cc6c3eb [2021-03-16T13:16:34.453Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-16T13:16:34.453Z] ---> Running in aff661670dfc [2021-03-16T13:16:35.052Z] Removing intermediate container aff661670dfc [2021-03-16T13:16:35.052Z] ---> 132b999d1d9e [2021-03-16T13:16:35.052Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-16T13:16:35.052Z] ---> Running in 904927e95937 [2021-03-16T13:16:35.647Z] Removing intermediate container 904927e95937 [2021-03-16T13:16:35.647Z] ---> edcc798aa769 [2021-03-16T13:16:35.647Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T13:16:35.648Z] ---> Running in 3b8799651b9a [2021-03-16T13:16:37.624Z] Removing intermediate container 3b8799651b9a [2021-03-16T13:16:37.624Z] ---> 0d1af2e2cafa [2021-03-16T13:16:37.624Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-16T13:16:37.902Z] ---> Running in ddae3aad838f [2021-03-16T13:16:38.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T13:16:39.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T13:16:40.841Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-16T13:16:40.841Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-16T13:16:40.841Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-16T13:16:40.841Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-16T13:16:41.437Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-16T13:16:41.437Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-16T13:16:41.437Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T13:16:41.712Z] OK: 8 MiB in 20 packages [2021-03-16T13:16:42.697Z] Removing intermediate container ddae3aad838f [2021-03-16T13:16:42.697Z] ---> a73744413375 [2021-03-16T13:16:42.697Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T13:16:43.678Z] ---> 64b7fb953059 [2021-03-16T13:16:43.678Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-16T13:16:44.662Z] ---> 31fff4c03d24 [2021-03-16T13:16:44.662Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-16T13:16:45.643Z] ---> 6b7afc03328d [2021-03-16T13:16:45.643Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-16T13:16:45.643Z] ---> Running in 294ca2392d93 [2021-03-16T13:16:45.919Z] Removing intermediate container 294ca2392d93 [2021-03-16T13:16:45.919Z] ---> b0a665344952 [2021-03-16T13:16:45.919Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T13:16:46.197Z] ---> Running in ea639eb3e966 [2021-03-16T13:16:46.794Z] Removing intermediate container ea639eb3e966 [2021-03-16T13:16:46.794Z] ---> 5a90fec59b97 [2021-03-16T13:16:46.794Z] Step 21/23 : LABEL arch=arm64 [2021-03-16T13:16:46.794Z] ---> Running in 24eb38f709a1 [2021-03-16T13:16:47.068Z] Removing intermediate container 24eb38f709a1 [2021-03-16T13:16:47.068Z] ---> c0c57b280d06 [2021-03-16T13:16:47.068Z] Step 22/23 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f [2021-03-16T13:16:47.343Z] ---> Running in 3babd829db78 [2021-03-16T13:16:47.618Z] Removing intermediate container 3babd829db78 [2021-03-16T13:16:47.618Z] ---> f19b78b60706 [2021-03-16T13:16:47.618Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T13:16:47.893Z] ---> Running in dae068caaa17 [2021-03-16T13:16:48.489Z] Removing intermediate container dae068caaa17 [2021-03-16T13:16:48.489Z] ---> bf06b8f076e8 [2021-03-16T13:16:48.489Z] [2021-03-16T13:16:48.763Z] Successfully built bf06b8f076e8 [2021-03-16T13:16:48.763Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-16T13:16:49.053Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-16T13:16:49.116Z] $ docker stop --time=1 70a879ed4a2c74542400f6920a25f5bc9562e35e16a832da1aa2f5defc1fb80c [2021-03-16T13:16:50.978Z] $ docker rm -f 70a879ed4a2c74542400f6920a25f5bc9562e35e16a832da1aa2f5defc1fb80c [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-16T13:16:51.720Z] + docker images [2021-03-16T13:16:51.721Z] + grep docker [2021-03-16T13:16:51.992Z] docker-core-data-go-arm64 latest bf06b8f076e8 3 seconds ago 21.3MB [2021-03-16T13:16:51.992Z] docker-support-scheduler-go-arm64 latest 00d7f4067a73 21 seconds ago 16.3MB [2021-03-16T13:16:51.992Z] docker-security-proxy-setup-go-arm64 latest dc6d67cee509 29 seconds ago 23.4MB [2021-03-16T13:16:51.992Z] docker-core-command-go-arm64 latest 8f6a970640de 58 seconds ago 16.2MB [2021-03-16T13:16:51.992Z] docker-sys-mgmt-agent-go-arm64 latest 8ec0354e572b About a minute ago 300MB [2021-03-16T13:16:51.992Z] docker-security-bootstrapper-go-arm64 latest adee68576490 2 minutes ago 17.8MB [2021-03-16T13:16:51.992Z] docker-core-metadata-go-arm64 latest 5276e5ab7511 3 minutes ago 17.9MB [2021-03-16T13:16:51.992Z] docker-support-notifications-go-arm64 latest 6e4916e60ec0 3 minutes ago 16.9MB [2021-03-16T13:16:51.992Z] docker-security-secretstore-setup-go-arm64 latest 9f8a770a8b4a 3 minutes ago 23.7MB [2021-03-16T13:16:51.992Z] 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-16T13:16:53.455Z] ---> job-cost.sh [2021-03-16T13:16:53.456Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-sMly [2021-03-16T13:17:32.441Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-16T13:17:33.512Z] Removing intermediate container 74736fd4f5c0 [2021-03-16T13:17:33.512Z] Removing intermediate container ebb0c485fa25 [2021-03-16T13:17:33.512Z] ---> 3271f0921a17 [2021-03-16T13:17:33.512Z] ---> 618f25184115 [2021-03-16T13:17:33.512Z] [2021-03-16T13:17:33.512Z] [2021-03-16T13:17:33.512Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T13:17:33.512Z] ---> 88dd2752d2ea [2021-03-16T13:17:33.512Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-16T13:17:33.512Z] Step 10/31 : FROM alpine:3.12 [2021-03-16T13:17:33.512Z] ---> 88dd2752d2ea [2021-03-16T13:17:33.512Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-16T13:17:33.512Z] ---> Using cache [2021-03-16T13:17:33.512Z] ---> 1a515222068e [2021-03-16T13:17:33.512Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T13:17:33.512Z] ---> Using cache [2021-03-16T13:17:33.512Z] ---> 5c2bf812cdc3 [2021-03-16T13:17:33.512Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-16T13:17:33.512Z] ---> Running in 04a9155993b8 [2021-03-16T13:17:33.512Z] ---> Running in aae2b97df500 [2021-03-16T13:17:33.512Z] Removing intermediate container aae2b97df500 [2021-03-16T13:17:33.512Z] ---> 128cad257723 [2021-03-16T13:17:33.512Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-16T13:17:33.512Z] Removing intermediate container 04a9155993b8 [2021-03-16T13:17:33.512Z] ---> 6dfb3394d13d [2021-03-16T13:17:33.512Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T13:17:33.512Z] ---> Running in ee183aa0c354 [2021-03-16T13:17:33.512Z] ---> Running in 09232b612da1 [2021-03-16T13:17:37.206Z] Removing intermediate container ee183aa0c354 [2021-03-16T13:17:37.206Z] ---> 6fdb9c228f44 [2021-03-16T13:17:37.206Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T13:17:40.898Z] ---> d216f0633f6a [2021-03-16T13:17:40.898Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-16T13:17:41.223Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T13:17:41.606Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T13:17:41.889Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-16T13:17:41.889Z] (2/2) Installing su-exec (0.2-r1) [2021-03-16T13:17:41.889Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T13:17:42.312Z] OK: 6 MiB in 16 packages [2021-03-16T13:17:44.699Z] ---> 222389aa0cda [2021-03-16T13:17:44.699Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-16T13:17:45.791Z] ---> 1527c95ae96a [2021-03-16T13:17:45.791Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-16T13:17:46.153Z] ---> Running in ea20031a8fb3 [2021-03-16T13:17:46.153Z] Removing intermediate container 09232b612da1 [2021-03-16T13:17:46.153Z] ---> ffc3156d94d5 [2021-03-16T13:17:46.153Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-16T13:17:46.475Z] ---> Running in 48404688772b [2021-03-16T13:17:47.123Z] Removing intermediate container ea20031a8fb3 [2021-03-16T13:17:47.123Z] ---> 411a0ed1784a [2021-03-16T13:17:47.123Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T13:17:48.594Z] ---> Running in ce793efb5641 [2021-03-16T13:17:48.594Z] Removing intermediate container 48404688772b [2021-03-16T13:17:48.594Z] ---> ad8e6b7892f6 [2021-03-16T13:17:48.594Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-16T13:17:48.956Z] ---> Running in e219851e63cc [2021-03-16T13:17:49.642Z] ---> 122ba3958ec7 [2021-03-16T13:17:49.642Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-16T13:17:49.642Z] Removing intermediate container ce793efb5641 [2021-03-16T13:17:49.642Z] ---> 92c8b948a9af [2021-03-16T13:17:49.642Z] Step 20/22 : LABEL arch=x86_64 [2021-03-16T13:17:49.642Z] ---> 15b7946d7a51 [2021-03-16T13:17:49.642Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-16T13:17:50.377Z] ---> Running in 53d97bab4101 [2021-03-16T13:17:50.377Z] ---> Running in 675a3cf222a6 [2021-03-16T13:17:50.377Z] ---> Running in bae7ffec471a [2021-03-16T13:17:50.697Z] Removing intermediate container e219851e63cc [2021-03-16T13:17:50.697Z] ---> d6597ccf4568 [2021-03-16T13:17:50.697Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-16T13:17:51.026Z] ---> Running in adec33111a77 [2021-03-16T13:17:51.927Z] Removing intermediate container 53d97bab4101 [2021-03-16T13:17:51.927Z] ---> ae2ae81a291f [2021-03-16T13:17:51.927Z] Step 21/22 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f [2021-03-16T13:17:52.232Z] ---> Running in cf2c1db55982 [2021-03-16T13:17:52.543Z] Removing intermediate container cf2c1db55982 [2021-03-16T13:17:52.543Z] ---> d69eed44c2c8 [2021-03-16T13:17:52.543Z] Step 22/22 : LABEL version=0.0.0 [2021-03-16T13:17:52.843Z] ---> Running in de84d53707df [2021-03-16T13:17:53.876Z] 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-16T13:17:53.876Z] 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-16T13:17:54.411Z] Removing intermediate container de84d53707df [2021-03-16T13:17:54.411Z] ---> 1c15f9380bd0 [2021-03-16T13:17:54.411Z] [2021-03-16T13:17:59.586Z] Removing intermediate container adec33111a77 [2021-03-16T13:17:59.586Z] ---> a2542aa238f3 [2021-03-16T13:17:59.586Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-16T13:17:59.586Z] Successfully built 1c15f9380bd0 [2021-03-16T13:17:59.586Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-16T13:17:59.586Z]  Building docker-support-scheduler-go ... done  ---> Running in 2c9b361e8ebd [2021-03-16T13:18:00.786Z] Removing intermediate container 2c9b361e8ebd [2021-03-16T13:18:00.786Z] ---> eeb36759ea7d [2021-03-16T13:18:00.786Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-16T13:18:02.630Z] ---> e08f07082ae5 [2021-03-16T13:18:02.630Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-16T13:18:02.968Z] ---> Running in e71dbe4f0bb4 [2021-03-16T13:18:10.917Z] Removing intermediate container e71dbe4f0bb4 [2021-03-16T13:18:10.917Z] ---> f808b80534d3 [2021-03-16T13:18:10.917Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T13:18:12.485Z] ---> 8b73d91738e6 [2021-03-16T13:18:12.485Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-16T13:18:15.501Z] ---> d982b9e92981 [2021-03-16T13:18:15.501Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-16T13:18:19.205Z] ---> 174ff92f0ba6 [2021-03-16T13:18:19.205Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-16T13:18:20.883Z] ---> bda7c0a83e90 [2021-03-16T13:18:20.883Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-16T13:18:22.604Z] ---> 9d8cbd525c56 [2021-03-16T13:18:22.604Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-16T13:18:23.539Z] ---> Running in 844aa0fd3c2f [2021-03-16T13:18:24.344Z] Removing intermediate container 844aa0fd3c2f [2021-03-16T13:18:24.344Z] ---> f7490c02b596 [2021-03-16T13:18:24.344Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-16T13:18:25.134Z] ---> ce7dd77f73d0 [2021-03-16T13:18:25.134Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-16T13:18:26.114Z] ---> Running in 605bd20a8c4a [2021-03-16T13:18:32.035Z] Removing intermediate container 605bd20a8c4a [2021-03-16T13:18:32.035Z] ---> d74fdfca4ade [2021-03-16T13:18:32.035Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-16T13:18:33.071Z] ---> Running in 2df0ac124448 [2021-03-16T13:18:34.280Z] Removing intermediate container 2df0ac124448 [2021-03-16T13:18:34.280Z] ---> e50a46da0c14 [2021-03-16T13:18:34.280Z] Step 28/31 : CMD ["gate"] [2021-03-16T13:18:35.084Z] ---> Running in 31e7b11bd2d8 [2021-03-16T13:18:36.261Z] Removing intermediate container 31e7b11bd2d8 [2021-03-16T13:18:36.261Z] ---> 7aae35ee6da5 [2021-03-16T13:18:36.261Z] Step 29/31 : LABEL arch=x86_64 [2021-03-16T13:18:36.951Z] ---> Running in be383a173f2d [2021-03-16T13:18:38.489Z] Removing intermediate container be383a173f2d [2021-03-16T13:18:38.489Z] ---> aa14c5eb8c25 [2021-03-16T13:18:38.489Z] Step 30/31 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f [2021-03-16T13:18:38.763Z] ---> Running in 0c4519fb02c9 [2021-03-16T13:18:39.424Z] Removing intermediate container 0c4519fb02c9 [2021-03-16T13:18:39.424Z] ---> 01d1703d450a [2021-03-16T13:18:39.424Z] Step 31/31 : LABEL version=0.0.0 [2021-03-16T13:18:40.196Z] ---> Running in f3dc1bf9ee01 [2021-03-16T13:18:42.212Z] Removing intermediate container f3dc1bf9ee01 [2021-03-16T13:18:42.212Z] ---> 2addb7200a66 [2021-03-16T13:18:42.212Z] [2021-03-16T13:18:42.954Z] Successfully built 2addb7200a66 [2021-03-16T13:18:42.954Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-16T13:18:47.474Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 675a3cf222a6 [2021-03-16T13:18:47.474Z] ---> fb227ef80a69 [2021-03-16T13:18:47.474Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-16T13:18:48.438Z] ---> Running in af183374d7d2 [2021-03-16T13:18:50.110Z] 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-16T13:18:54.542Z] Removing intermediate container af183374d7d2 [2021-03-16T13:18:54.542Z] ---> 63c04a9d5183 [2021-03-16T13:18:54.542Z] [2021-03-16T13:18:54.542Z] Step 11/26 : FROM docker:20.10.0 [2021-03-16T13:18:54.542Z] Removing intermediate container bae7ffec471a [2021-03-16T13:18:54.542Z] ---> e6bc0248ac99 [2021-03-16T13:18:54.542Z] [2021-03-16T13:18:54.542Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T13:18:54.542Z] ---> 88dd2752d2ea [2021-03-16T13:18:54.542Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-16T13:18:54.542Z] 20.10.0: Pulling from library/docker [2021-03-16T13:18:54.542Z] ---> Running in 0715a3f5d24b [2021-03-16T13:18:54.844Z] Removing intermediate container 0715a3f5d24b [2021-03-16T13:18:54.844Z] ---> dec75c0136eb [2021-03-16T13:18:54.844Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-16T13:18:55.119Z] ---> Running in 894ff6b70845 [2021-03-16T13:18:55.427Z] Removing intermediate container 894ff6b70845 [2021-03-16T13:18:55.427Z] ---> 401241b3b689 [2021-03-16T13:18:55.427Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-16T13:18:56.155Z] ---> Running in 7f47b35bee23 [2021-03-16T13:18:57.244Z] Removing intermediate container 7f47b35bee23 [2021-03-16T13:18:57.244Z] ---> c9d0454e69ee [2021-03-16T13:18:57.244Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T13:18:57.852Z] ---> Running in f7d3faa62ee9 [2021-03-16T13:18:59.315Z] Removing intermediate container f7d3faa62ee9 [2021-03-16T13:18:59.315Z] ---> 88f7230d35e8 [2021-03-16T13:18:59.315Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-16T13:18:59.616Z] ---> Running in 2caafbfa3f2d [2021-03-16T13:19:01.710Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T13:19:02.010Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T13:19:03.055Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-16T13:19:03.055Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-16T13:19:03.055Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-16T13:19:03.055Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-16T13:19:03.331Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-16T13:19:03.331Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-16T13:19:03.624Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T13:19:03.624Z] OK: 8 MiB in 20 packages [2021-03-16T13:19:05.754Z] Removing intermediate container 2caafbfa3f2d [2021-03-16T13:19:05.754Z] ---> dc70cf4fd3b0 [2021-03-16T13:19:05.754Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T13:19:06.874Z] ---> 6685c5239ea8 [2021-03-16T13:19:06.874Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-16T13:19:09.164Z] lf-activate-venv(): INFO: Adding /tmp/venv-sMly/bin to PATH [2021-03-16T13:19:09.164Z] INFO: No Stack... [2021-03-16T13:19:09.164Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-16T13:19:09.164Z] INFO: Archiving Costs [Pipeline] sh [2021-03-16T13:19:09.510Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [2021-03-16T13:19:09.510Z] + cut -d, -f6 [Pipeline] lock [2021-03-16T13:19:09.629Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3266-2-stack-cost] [2021-03-16T13:19:09.639Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3266-2-stack-cost] did not exist. Created. [2021-03-16T13:19:09.639Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3266-2-stack-cost] [Pipeline] { [Pipeline] unstash [2021-03-16T13:19:09.749Z] ---> 556c72b25e2e [2021-03-16T13:19:09.750Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [Pipeline] sh [2021-03-16T13:19:10.104Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-16T13:19:10.370Z] ---> 6b0c5841ab7d [2021-03-16T13:19:10.370Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-16T13:19:10.450Z] Stashed 1 file(s) [Pipeline] } [2021-03-16T13:19:10.464Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3266-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-03-16T13:19:10.763Z] ---> Running in a7d1f93226b3 [2021-03-16T13:19:10.763Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-16T13:19:10.763Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-16T13:19:10.763Z] ---> aefe523efa57 [2021-03-16T13:19:10.763Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-16T13:19:10.763Z] ---> Running in 3d0b5abfd0e1 [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-16T13:19:11.430Z] Removing intermediate container a7d1f93226b3 [2021-03-16T13:19:11.430Z] ---> 2cb2c05b141d [2021-03-16T13:19:11.430Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T13:19:11.430Z] ---> Running in 8454058654bb [2021-03-16T13:19:11.736Z] Removing intermediate container 8454058654bb [2021-03-16T13:19:11.736Z] ---> e46e4c8154fb [2021-03-16T13:19:11.736Z] Step 21/23 : LABEL arch=x86_64 [2021-03-16T13:19:11.736Z] ---> Running in c57bef6da45c [2021-03-16T13:19:12.044Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T13:19:12.044Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T13:19:12.345Z] Removing intermediate container c57bef6da45c [2021-03-16T13:19:12.345Z] ---> a9c5e827e69d [2021-03-16T13:19:12.345Z] Step 22/23 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f [2021-03-16T13:19:12.345Z] (1/2) Installing readline (8.0.4-r0) [2021-03-16T13:19:12.345Z] (2/2) Installing bash (5.0.17-r0) [2021-03-16T13:19:12.345Z] ---> Running in 2bf9863b9252 [2021-03-16T13:19:12.346Z] Executing bash-5.0.17-r0.post-install [2021-03-16T13:19:12.625Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T13:19:12.625Z] OK: 12 MiB in 22 packages [2021-03-16T13:19:13.277Z] Removing intermediate container 2bf9863b9252 [2021-03-16T13:19:13.277Z] ---> a8f5659d1162 [2021-03-16T13:19:13.277Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T13:19:13.551Z] ---> Running in 94e226f7a9a0 [2021-03-16T13:19:13.846Z] Removing intermediate container 94e226f7a9a0 [2021-03-16T13:19:13.846Z] ---> bc5bb492fa02 [2021-03-16T13:19:13.846Z] [2021-03-16T13:19:13.846Z] Removing intermediate container 3d0b5abfd0e1 [2021-03-16T13:19:13.846Z] ---> ecc69add1c21 [2021-03-16T13:19:13.846Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-16T13:19:13.846Z] ---> Running in e8f6af1f7c45 [2021-03-16T13:19:14.196Z] Successfully built bc5bb492fa02 [2021-03-16T13:19:14.196Z] Successfully tagged docker-core-data-go:latest [2021-03-16T13:19:14.484Z]  Building docker-core-data-go ... done Removing intermediate container e8f6af1f7c45 [2021-03-16T13:19:14.484Z] ---> fcb765594cd8 [2021-03-16T13:19:14.484Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-16T13:19:14.484Z] ---> Running in fecb19ba0ca0 [2021-03-16T13:19:15.115Z] Removing intermediate container fecb19ba0ca0 [2021-03-16T13:19:15.115Z] ---> b62f4c01a814 [2021-03-16T13:19:15.115Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-16T13:19:15.115Z] ---> Running in a558e19fdfdb [2021-03-16T13:19:15.418Z] Removing intermediate container a558e19fdfdb [2021-03-16T13:19:15.418Z] ---> 0b53a82060c9 [2021-03-16T13:19:15.418Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-16T13:19:17.054Z] ---> 3fcc20668613 [2021-03-16T13:19:17.054Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-16T13:19:18.085Z] ---> 0a74bc39918e [2021-03-16T13:19:18.085Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-16T13:19:19.112Z] ---> 3d63048ae757 [2021-03-16T13:19:19.112Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-16T13:19:19.112Z] ---> Running in fdb129fe466b [2021-03-16T13:19:20.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T13:19:20.661Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T13:19:21.320Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-16T13:19:21.320Z] (2/33) Installing expat (2.2.9-r1) [2021-03-16T13:19:21.320Z] (3/33) Installing libffi (3.3-r2) [2021-03-16T13:19:21.320Z] (4/33) Installing gdbm (1.13-r1) [2021-03-16T13:19:21.320Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-16T13:19:21.320Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-16T13:19:21.320Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-16T13:19:23.366Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-16T13:19:23.366Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-16T13:19:23.366Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-16T13:19:23.366Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-16T13:19:23.366Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-16T13:19:23.366Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-16T13:19:23.366Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-16T13:19:23.366Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-16T13:19:23.366Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-16T13:19:23.366Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-16T13:19:23.664Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-16T13:19:23.664Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-16T13:19:23.664Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-16T13:19:23.664Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-16T13:19:23.664Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-16T13:19:23.664Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-16T13:19:23.664Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-16T13:19:23.940Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-16T13:19:23.940Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-16T13:19:23.940Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-16T13:19:23.940Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-16T13:19:23.940Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-16T13:19:23.940Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-16T13:19:23.940Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-16T13:19:23.940Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-16T13:19:23.940Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-16T13:19:24.216Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T13:19:24.216Z] OK: 71 MiB in 55 packages [2021-03-16T13:19:36.958Z] Removing intermediate container fdb129fe466b [2021-03-16T13:19:36.958Z] ---> 584a017944a0 [2021-03-16T13:19:36.958Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-16T13:19:36.958Z] ---> Running in 16e83f7e9a22 [2021-03-16T13:19:39.007Z] Collecting docker-compose==1.23.2 [2021-03-16T13:19:39.007Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-16T13:19:39.304Z] Collecting texttable<0.10,>=0.9.0 [2021-03-16T13:19:39.304Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-16T13:19:40.335Z] Collecting docopt<0.7,>=0.6.1 [2021-03-16T13:19:40.336Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-16T13:19:41.406Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-16T13:19:41.406Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-16T13:19:41.680Z] Collecting cached-property<2,>=1.2.0 [2021-03-16T13:19:41.680Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-16T13:19:41.951Z] Collecting PyYAML<4,>=3.10 [2021-03-16T13:19:41.951Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-16T13:19:43.416Z] 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-16T13:19:43.416Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-16T13:19:43.416Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-16T13:19:43.700Z] Collecting jsonschema<3,>=2.5.1 [2021-03-16T13:19:43.700Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-16T13:19:43.982Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-16T13:19:43.982Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-16T13:19:45.064Z] Collecting docker<4.0,>=3.6.0 [2021-03-16T13:19:45.065Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-16T13:19:45.065Z] 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-16T13:19:45.393Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-16T13:19:45.393Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-16T13:19:45.680Z] 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-16T13:19:45.680Z] Collecting idna<2.8,>=2.5 [2021-03-16T13:19:45.680Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-16T13:19:45.680Z] Collecting docker-pycreds>=0.4.0 [2021-03-16T13:19:45.680Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-16T13:19:45.680Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-16T13:19:45.680Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-16T13:19:45.680Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-16T13:19:45.680Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-16T13:19:45.953Z] Installing collected packages: texttable, docopt, urllib3, idna, requests, cached-property, PyYAML, websocket-client, jsonschema, dockerpty, docker-pycreds, docker, docker-compose [2021-03-16T13:19:45.953Z] Running setup.py install for texttable: started [2021-03-16T13:19:48.576Z] Running setup.py install for texttable: finished with status 'done' [2021-03-16T13:19:48.576Z] Running setup.py install for docopt: started [2021-03-16T13:19:49.224Z] Running setup.py install for docopt: finished with status 'done' [2021-03-16T13:19:49.224Z] Attempting uninstall: urllib3 [2021-03-16T13:19:49.224Z] Found existing installation: urllib3 1.25.9 [2021-03-16T13:19:49.224Z] Uninstalling urllib3-1.25.9: [2021-03-16T13:19:49.224Z] Successfully uninstalled urllib3-1.25.9 [2021-03-16T13:19:50.088Z] Attempting uninstall: idna [2021-03-16T13:19:50.088Z] Found existing installation: idna 2.9 [2021-03-16T13:19:50.088Z] Uninstalling idna-2.9: [2021-03-16T13:19:50.088Z] Successfully uninstalled idna-2.9 [2021-03-16T13:19:50.713Z] Attempting uninstall: requests [2021-03-16T13:19:50.713Z] Found existing installation: requests 2.23.0 [2021-03-16T13:19:50.713Z] Uninstalling requests-2.23.0: [2021-03-16T13:19:50.713Z] Successfully uninstalled requests-2.23.0 [2021-03-16T13:19:51.006Z] Running setup.py install for PyYAML: started [2021-03-16T13:19:52.040Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-16T13:19:52.896Z] Running setup.py install for dockerpty: started [2021-03-16T13:19:54.092Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-16T13:19:55.808Z] 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-16T13:19:59.748Z] Removing intermediate container 16e83f7e9a22 [2021-03-16T13:19:59.748Z] ---> f8b53f6c8a7e [2021-03-16T13:19:59.748Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-16T13:19:59.748Z] ---> Running in aa164d5a7edc [2021-03-16T13:20:01.200Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T13:20:01.200Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T13:20:01.482Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T13:20:01.482Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-16T13:20:01.482Z] (3/3) Installing curl (7.69.1-r3) [2021-03-16T13:20:01.482Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T13:20:01.482Z] OK: 72 MiB in 58 packages [2021-03-16T13:20:02.583Z] Removing intermediate container aa164d5a7edc [2021-03-16T13:20:02.583Z] ---> ac6a4d8ae4c3 [2021-03-16T13:20:02.583Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-16T13:20:02.873Z] ---> Running in 694643b09c49 [2021-03-16T13:20:03.488Z] Removing intermediate container 694643b09c49 [2021-03-16T13:20:03.488Z] ---> a0370128661c [2021-03-16T13:20:03.488Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T13:20:03.488Z] ---> Running in 6ccdc345c295 [2021-03-16T13:20:04.590Z] Removing intermediate container 6ccdc345c295 [2021-03-16T13:20:04.590Z] ---> 81a18bc38fcf [2021-03-16T13:20:04.591Z] Step 24/26 : LABEL arch=x86_64 [2021-03-16T13:20:04.894Z] ---> Running in 59639d10dd11 [2021-03-16T13:20:05.933Z] Removing intermediate container 59639d10dd11 [2021-03-16T13:20:05.933Z] ---> 4270b80591cd [2021-03-16T13:20:05.933Z] Step 25/26 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f [2021-03-16T13:20:05.933Z] ---> Running in 64f067143f62 [2021-03-16T13:20:06.635Z] Removing intermediate container 64f067143f62 [2021-03-16T13:20:06.635Z] ---> 6afd42d1734b [2021-03-16T13:20:06.635Z] Step 26/26 : LABEL version=0.0.0 [2021-03-16T13:20:06.635Z] ---> Running in 61d47ddb254c [2021-03-16T13:20:07.962Z] Removing intermediate container 61d47ddb254c [2021-03-16T13:20:07.962Z] ---> df8103823128 [2021-03-16T13:20:07.962Z] [2021-03-16T13:20:08.271Z] Successfully built df8103823128 [2021-03-16T13:20:08.271Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-16T13:20:08.573Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-16T13:20:08.585Z] $ docker stop --time=1 baff5d45cd2741347d12eaca0dd12429a1e210cab90d1fd585c7e35c1580ca9f [2021-03-16T13:20:10.846Z] $ docker rm -f baff5d45cd2741347d12eaca0dd12429a1e210cab90d1fd585c7e35c1580ca9f [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-16T13:20:11.446Z] + docker images [2021-03-16T13:20:11.446Z] + grep docker [2021-03-16T13:20:12.575Z] docker-sys-mgmt-agent-go latest df8103823128 5 seconds ago 313MB [2021-03-16T13:20:12.576Z] docker-core-data-go latest bc5bb492fa02 59 seconds ago 22.6MB [2021-03-16T13:20:12.576Z] docker-security-bootstrapper-go latest 2addb7200a66 About a minute ago 18.8MB [2021-03-16T13:20:12.576Z] docker-support-scheduler-go latest 1c15f9380bd0 2 minutes ago 17.3MB [2021-03-16T13:20:12.576Z] docker-security-secretstore-setup-go latest 2448c9226c24 6 minutes ago 24.9MB [2021-03-16T13:20:12.576Z] docker-core-metadata-go latest e222d7a1cbc9 6 minutes ago 19MB [2021-03-16T13:20:12.576Z] docker-support-notifications-go latest a7a808a2444f 6 minutes ago 17.8MB [2021-03-16T13:20:12.576Z] docker-core-command-go latest e04bc828c982 6 minutes ago 17.2MB [2021-03-16T13:20:12.576Z] docker-security-proxy-setup-go latest 713c48df205e 6 minutes ago 24.7MB [2021-03-16T13:20:12.576Z] 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-16T13:20:28.425Z] Still waiting to schedule task [2021-03-16T13:20:28.425Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-16T13:21:25.629Z] Running on prd-ubuntu18.04-docker-8c-8g-29998 in /w/workspace/edgexfoundry_edgex-go_PR-3266 [Pipeline] { [Pipeline] ws [2021-03-16T13:21:25.694Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-16T13:21:27.820Z] using credential edgex-jenkins-ssh [2021-03-16T13:21:27.887Z] Cloning the remote Git repository [2021-03-16T13:21:27.915Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-16T13:21:27.988Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-16T13:21:28.013Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-16T13:21:28.013Z] > git --version # timeout=10 [2021-03-16T13:21:28.020Z] > git --version # 'git version 2.17.1' [2021-03-16T13:21:28.021Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T13:21:28.044Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-16T13:21:38.650Z] Merging remotes/origin/master commit e1001ebcdbb158c1d7b0fdd7ab749685ac6f680b into PR head commit c21e503d76820034a55c4a3b1a54325bb1766d2f [2021-03-16T13:21:37.962Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-16T13:21:37.970Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-16T13:21:37.981Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-16T13:21:37.991Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-16T13:21:37.992Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T13:21:37.995Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3266/head:refs/remotes/origin/PR-3266 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-16T13:21:38.664Z] > git config core.sparsecheckout # timeout=10 [2021-03-16T13:21:38.670Z] > git checkout -f c21e503d76820034a55c4a3b1a54325bb1766d2f # timeout=10 [2021-03-16T13:21:38.769Z] Merge succeeded, producing c21e503d76820034a55c4a3b1a54325bb1766d2f [2021-03-16T13:21:38.770Z] Checking out Revision c21e503d76820034a55c4a3b1a54325bb1766d2f (PR-3266) [2021-03-16T13:21:38.741Z] > git remote # timeout=10 [2021-03-16T13:21:38.747Z] > git config --get remote.origin.url # timeout=10 [2021-03-16T13:21:38.752Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T13:21:38.755Z] > git merge e1001ebcdbb158c1d7b0fdd7ab749685ac6f680b # timeout=10 [2021-03-16T13:21:38.763Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-16T13:21:38.779Z] > git config core.sparsecheckout # timeout=10 [2021-03-16T13:21:38.786Z] > git checkout -f c21e503d76820034a55c4a3b1a54325bb1766d2f # timeout=10 [2021-03-16T13:21:42.472Z] Commit message: "build: Upgrade go-mod-core-contracts lib to v2.0.0-dev.51" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-16T13:21:43.651Z] + echo snap-build.sh [2021-03-16T13:21:43.651Z] snap-build.sh [2021-03-16T13:21:43.651Z] + SNAP_BASE_DIR=. [2021-03-16T13:21:43.651Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-03-16T13:21:43.651Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-03-16T13:21:43.651Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-03-16T13:21:43.651Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-03-16T13:21:43.651Z] + cd /w/workspace/edgex-go/2 [2021-03-16T13:21:43.651Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-16T13:21:43.651Z] Reading package lists... [2021-03-16T13:21:43.651Z] Building dependency tree... [2021-03-16T13:21:43.651Z] Reading state information... [2021-03-16T13:21:43.912Z] The following packages were automatically installed and are no longer required: [2021-03-16T13:21:43.912Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-16T13:21:43.912Z] uidmap xdelta3 [2021-03-16T13:21:43.912Z] Use 'sudo apt autoremove' to remove them. [2021-03-16T13:21:43.912Z] The following packages will be REMOVED: [2021-03-16T13:21:43.912Z] lxd* lxd-client* [2021-03-16T13:21:44.174Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-16T13:21:44.174Z] After this operation, 31.7 MB disk space will be freed. [2021-03-16T13:21:45.219Z] (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-16T13:21:45.480Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-16T13:21:46.054Z] Removing lxd dnsmasq configuration [2021-03-16T13:21:46.316Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-16T13:21:46.316Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-16T13:21:47.258Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-16T13:21:47.518Z] (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-16T13:21:47.518Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-16T13:21:48.914Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-16T13:21:48.914Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-16T13:21:49.857Z] + sudo snap remove --purge lxd [2021-03-16T13:21:50.118Z] snap "lxd" is not installed [2021-03-16T13:21:50.118Z] + sudo groupadd --force --system lxd [2021-03-16T13:21:50.118Z] ++ whoami [2021-03-16T13:21:50.118Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-16T13:21:50.380Z] + newgrp - lxd [2021-03-16T13:21:50.380Z] + sudo snap install lxd [2021-03-16T13:21:58.518Z] 2021-03-16T13:21:55Z INFO Waiting for automatic snapd restart... [2021-03-16T13:27:35.275Z] lxd 4.12 from Canonical* installed [2021-03-16T13:27:35.275Z] + sudo lxd init --auto [2021-03-16T13:27:36.227Z] + sudo snap install --classic snapcraft [2021-03-16T13:32:42.957Z] snapcraft 4.5.4 from Canonical* installed [2021-03-16T13:32:42.957Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-16T13:32:42.957Z] + patch --verbose -p1 [2021-03-16T13:32:42.957Z] Hmm... Looks like a unified diff to me... [2021-03-16T13:32:42.957Z] The text leading up to this was: [2021-03-16T13:32:42.957Z] -------------------------- [2021-03-16T13:32:42.957Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-16T13:32:42.957Z] |From: Tony Espy [2021-03-16T13:32:42.957Z] |Date: Tue, 9 Mar 2021 19:05:15 -0500 [2021-03-16T13:32:42.957Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-16T13:32:42.957Z] | [2021-03-16T13:32:42.957Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-16T13:32:42.957Z] |optimize the snap CI check run for pull requests. When [2021-03-16T13:32:42.957Z] |applied, it essentially strips out everything (apps and [2021-03-16T13:32:42.957Z] |parts) from the snapcraft.yaml file except those required [2021-03-16T13:32:42.957Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-16T13:32:42.957Z] |catch changes to edgex-go that break the snap build. [2021-03-16T13:32:42.957Z] | [2021-03-16T13:32:42.957Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-16T13:32:42.957Z] |to update this patch file, otherwise it may fail to apply, [2021-03-16T13:32:42.957Z] |resulting in a failed snap build CI check in the associated [2021-03-16T13:32:42.957Z] |pull request. [2021-03-16T13:32:42.957Z] | [2021-03-16T13:32:42.957Z] |Note - in addition to applying this patch, the pipeline also [2021-03-16T13:32:42.957Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-16T13:32:42.957Z] |need to build the finally binary .snap file (and it won't [2021-03-16T13:32:42.957Z] |work with the patch applied). This further reduces the build [2021-03-16T13:32:42.957Z] |time. [2021-03-16T13:32:42.957Z] |--- [2021-03-16T13:32:42.957Z] | snap/snapcraft.yaml | 452 +------------------------------------------- [2021-03-16T13:32:42.957Z] | 1 file changed, 1 insertion(+), 451 deletions(-) [2021-03-16T13:32:42.957Z] | [2021-03-16T13:32:42.957Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-16T13:32:42.957Z] |index d8bc12bc..5a5f5fbb 100644 [2021-03-16T13:32:42.957Z] |--- a/snap/snapcraft.yaml [2021-03-16T13:32:42.957Z] |+++ b/snap/snapcraft.yaml [2021-03-16T13:32:42.957Z] -------------------------- [2021-03-16T13:32:42.957Z] patching file snap/snapcraft.yaml [2021-03-16T13:32:42.957Z] Using Plan A... [2021-03-16T13:32:42.957Z] Hunk #1 succeeded at 73. [2021-03-16T13:32:42.957Z] Hunk #2 succeeded at 205. [2021-03-16T13:32:42.957Z] Hunk #3 succeeded at 217. [2021-03-16T13:32:42.957Z] Hunk #4 succeeded at 225. [2021-03-16T13:32:42.957Z] Hunk #5 succeeded at 232. [2021-03-16T13:32:42.957Z] Hunk #6 succeeded at 259. [2021-03-16T13:32:42.957Z] Hunk #7 succeeded at 271. [2021-03-16T13:32:42.957Z] Hunk #8 succeeded at 327. [2021-03-16T13:32:42.957Z] Hmm... Ignoring the trailing garbage. [2021-03-16T13:32:42.957Z] done [2021-03-16T13:32:42.957Z] + sudo snapcraft prime --use-lxd [2021-03-16T13:32:42.957Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-16T13:32:42.957Z] 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-16T13:32:42.957Z] - README.md [2021-03-16T13:32:42.957Z] [2021-03-16T13:32:42.957Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-16T13:32:42.957Z] Launching a container. [2021-03-16T13:32:48.249Z] Waiting for container to be ready [2021-03-16T13:32:48.510Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-16T13:32:48.510Z] [2021-03-16T13:32:51.815Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-16T13:32:52.076Z] Waiting for network to be ready... [2021-03-16T13:32:52.648Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-16T13:32:52.648Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-16T13:32:52.909Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] [2021-03-16T13:32:52.909Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-16T13:32:53.172Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-16T13:32:53.435Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-16T13:32:53.435Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-16T13:32:53.435Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-16T13:32:53.435Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-16T13:32:53.435Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-16T13:32:53.435Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-16T13:32:53.435Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] [2021-03-16T13:32:53.435Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-16T13:32:53.435Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-16T13:32:53.435Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] [2021-03-16T13:32:53.435Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] [2021-03-16T13:32:53.435Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-16T13:32:53.695Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-16T13:32:53.955Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-16T13:32:53.955Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] [2021-03-16T13:32:53.955Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] [2021-03-16T13:32:53.955Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-16T13:32:53.955Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-16T13:32:53.955Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] [2021-03-16T13:32:53.955Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] [2021-03-16T13:32:53.955Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-16T13:32:54.217Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-16T13:32:56.767Z] Fetched 24.1 MB in 4s (5675 kB/s) [2021-03-16T13:32:57.339Z] Reading package lists... [2021-03-16T13:32:57.600Z] Reading package lists... [2021-03-16T13:32:57.600Z] Building dependency tree... [2021-03-16T13:32:57.600Z] Reading state information... [2021-03-16T13:32:57.862Z] The following additional packages will be installed: [2021-03-16T13:32:57.862Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-16T13:32:57.862Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-16T13:32:57.862Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-16T13:32:57.862Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-16T13:32:57.862Z] Suggested packages: [2021-03-16T13:32:57.862Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-16T13:32:57.862Z] Recommended packages: [2021-03-16T13:32:57.862Z] gnupg libsasl2-modules [2021-03-16T13:32:57.862Z] The following NEW packages will be installed: [2021-03-16T13:32:57.862Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-16T13:32:57.862Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-16T13:32:57.862Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-16T13:32:57.862Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-16T13:32:57.862Z] The following packages will be upgraded: [2021-03-16T13:32:57.862Z] gpg gpg-agent gpgconf libudev1 [2021-03-16T13:32:57.862Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-16T13:32:57.862Z] Need to get 3530 kB of archives. [2021-03-16T13:32:57.862Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-16T13:32:57.862Z] 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-16T13:32:57.862Z] 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-16T13:32:57.862Z] 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-16T13:32:57.862Z] 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-16T13:32:58.123Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-16T13:32:58.384Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-16T13:32:58.645Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-16T13:32:58.645Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-16T13:32:58.645Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-16T13:32:58.906Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-16T13:32:58.906Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-16T13:32:58.906Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-16T13:32:58.906Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-16T13:32:58.906Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-16T13:32:58.906Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-16T13:32:58.906Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-16T13:32:58.906Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-16T13:32:58.906Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-16T13:32:58.906Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-16T13:32:58.906Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-16T13:32:58.906Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-16T13:32:58.906Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-16T13:32:59.169Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T13:32:59.169Z] Fetched 3530 kB in 1s (3209 kB/s) [2021-03-16T13:32:59.169Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-16T13:32:59.169Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-16T13:32:59.169Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-16T13:32:59.169Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-16T13:32:59.431Z] Selecting previously unselected package udev. [2021-03-16T13:32:59.431Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-16T13:32:59.431Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-16T13:32:59.431Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-16T13:32:59.693Z] Selecting previously unselected package libfuse2:amd64. [2021-03-16T13:32:59.693Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-16T13:32:59.693Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-16T13:32:59.693Z] Selecting previously unselected package fuse. [2021-03-16T13:32:59.693Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-16T13:32:59.693Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-16T13:32:59.954Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T13:32:59.954Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-16T13:32:59.954Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T13:32:59.954Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-16T13:33:00.214Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T13:33:00.214Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-16T13:33:00.214Z] Selecting previously unselected package libksba8:amd64. [2021-03-16T13:33:00.214Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-16T13:33:00.214Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-16T13:33:00.475Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-16T13:33:00.475Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T13:33:00.475Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T13:33:00.475Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-16T13:33:00.475Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T13:33:00.475Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T13:33:00.736Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-16T13:33:00.736Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T13:33:00.736Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T13:33:00.736Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-16T13:33:00.736Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T13:33:00.736Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T13:33:00.998Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-16T13:33:00.998Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T13:33:00.998Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T13:33:00.998Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-16T13:33:00.998Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T13:33:00.998Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T13:33:00.998Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-16T13:33:00.998Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T13:33:01.259Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T13:33:01.259Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-16T13:33:01.259Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T13:33:01.259Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T13:33:01.259Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-16T13:33:01.259Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T13:33:01.259Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T13:33:01.259Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-16T13:33:01.259Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-16T13:33:01.259Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-16T13:33:01.523Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-16T13:33:01.523Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-16T13:33:01.523Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-16T13:33:01.523Z] Selecting previously unselected package libldap-common. [2021-03-16T13:33:01.523Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-16T13:33:01.523Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-16T13:33:01.523Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-16T13:33:01.523Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-16T13:33:01.523Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-16T13:33:01.789Z] Selecting previously unselected package dirmngr. [2021-03-16T13:33:01.789Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T13:33:01.789Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-16T13:33:01.789Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-16T13:33:01.789Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-16T13:33:01.789Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-16T13:33:01.789Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-16T13:33:02.051Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-16T13:33:02.051Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-16T13:33:02.051Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T13:33:02.051Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-16T13:33:02.051Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-16T13:33:02.051Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-16T13:33:02.313Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-16T13:33:02.575Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T13:33:02.575Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-16T13:33:02.575Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-16T13:33:02.575Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-16T13:33:02.837Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T13:33:02.837Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T13:33:02.837Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T13:33:02.837Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T13:33:02.837Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T13:33:02.837Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T13:33:02.837Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T13:33:02.837Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-16T13:33:02.837Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-16T13:33:03.099Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-16T13:33:03.361Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-16T13:33:03.361Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-16T13:33:03.361Z] This means they are not meant to be enabled using systemctl. [2021-03-16T13:33:03.361Z] Possible reasons for having this kind of units are: [2021-03-16T13:33:03.361Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-16T13:33:03.361Z] .wants/ or .requires/ directory. [2021-03-16T13:33:03.361Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-16T13:33:03.361Z] a requirement dependency on it. [2021-03-16T13:33:03.361Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-16T13:33:03.361Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-16T13:33:03.361Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-16T13:33:03.361Z] instance name specified. [2021-03-16T13:33:03.703Z] Reading package lists... [2021-03-16T13:33:03.965Z] Building dependency tree... [2021-03-16T13:33:03.965Z] Reading state information... [2021-03-16T13:33:03.965Z] The following additional packages will be installed: [2021-03-16T13:33:03.965Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-16T13:33:03.965Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-16T13:33:03.965Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-16T13:33:03.965Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-16T13:33:03.965Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-16T13:33:03.965Z] Suggested packages: [2021-03-16T13:33:03.965Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-16T13:33:03.965Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-16T13:33:03.965Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-16T13:33:03.965Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-16T13:33:03.965Z] systemd-container policykit-1 [2021-03-16T13:33:03.965Z] Recommended packages: [2021-03-16T13:33:03.965Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-16T13:33:03.965Z] The following NEW packages will be installed: [2021-03-16T13:33:03.965Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-16T13:33:03.965Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-16T13:33:03.965Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-16T13:33:03.965Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-16T13:33:03.965Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-16T13:33:03.965Z] The following packages will be upgraded: [2021-03-16T13:33:03.965Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-16T13:33:04.227Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-16T13:33:04.227Z] Need to get 35.2 MB of archives. [2021-03-16T13:33:04.227Z] After this operation, 141 MB of additional disk space will be used. [2021-03-16T13:33:04.227Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-16T13:33:04.227Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-16T13:33:04.812Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-16T13:33:04.812Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-16T13:33:05.079Z] 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-16T13:33:05.079Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-16T13:33:05.079Z] 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-16T13:33:05.079Z] 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-16T13:33:05.079Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-16T13:33:05.079Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-16T13:33:05.079Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-16T13:33:05.079Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-16T13:33:05.079Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-16T13:33:05.079Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-16T13:33:05.079Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-16T13:33:05.079Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-16T13:33:05.079Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-16T13:33:05.079Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-16T13:33:05.079Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-16T13:33:05.079Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-16T13:33:05.079Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-16T13:33:05.079Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-16T13:33:05.079Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-16T13:33:05.079Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-16T13:33:05.079Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-16T13:33:05.079Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-16T13:33:05.079Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-16T13:33:05.344Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-16T13:33:05.344Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-16T13:33:05.344Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-16T13:33:06.311Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T13:33:06.311Z] Fetched 35.2 MB in 2s (16.7 MB/s) [2021-03-16T13:33:06.576Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-16T13:33:06.577Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-16T13:33:06.577Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-16T13:33:07.155Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-16T13:33:07.155Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-16T13:33:07.423Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-16T13:33:07.423Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-16T13:33:07.423Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-16T13:33:07.423Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-16T13:33:07.687Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-16T13:33:07.687Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-16T13:33:07.687Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-16T13:33:07.947Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-16T13:33:08.213Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-16T13:33:08.213Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-16T13:33:08.480Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-16T13:33:08.741Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-16T13:33:08.741Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-16T13:33:08.741Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-16T13:33:08.741Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-16T13:33:08.741Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-16T13:33:08.741Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T13:33:09.001Z] Selecting previously unselected package libexpat1:amd64. [2021-03-16T13:33:09.001Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-16T13:33:09.001Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-16T13:33:09.001Z] Selecting previously unselected package python3.6-minimal. [2021-03-16T13:33:09.001Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-16T13:33:09.266Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T13:33:09.266Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-16T13:33:09.527Z] Checking for services that may need to be restarted...done. [2021-03-16T13:33:09.527Z] Checking for services that may need to be restarted...done. [2021-03-16T13:33:09.527Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T13:33:09.527Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-16T13:33:09.527Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T13:33:10.108Z] Selecting previously unselected package python3-minimal. [2021-03-16T13:33:10.108Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-16T13:33:10.108Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-16T13:33:10.108Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-16T13:33:10.108Z] Selecting previously unselected package mime-support. [2021-03-16T13:33:10.108Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-16T13:33:10.108Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-16T13:33:10.370Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-16T13:33:10.370Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-16T13:33:10.371Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-16T13:33:10.371Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-16T13:33:10.371Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-16T13:33:10.371Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T13:33:10.631Z] Selecting previously unselected package python3.6. [2021-03-16T13:33:10.631Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-16T13:33:10.631Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T13:33:10.631Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-16T13:33:10.631Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-16T13:33:10.895Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-16T13:33:10.895Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-16T13:33:11.155Z] Selecting previously unselected package python3. [2021-03-16T13:33:11.155Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-16T13:33:11.155Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-16T13:33:11.155Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-16T13:33:11.155Z] Selecting previously unselected package multiarch-support. [2021-03-16T13:33:11.155Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T13:33:11.155Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-16T13:33:11.155Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-16T13:33:11.416Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-16T13:33:11.416Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-16T13:33:11.416Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-16T13:33:11.416Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-16T13:33:11.416Z] Selecting previously unselected package libbsd0:amd64. [2021-03-16T13:33:11.416Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-16T13:33:11.416Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-16T13:33:11.678Z] Selecting previously unselected package sudo. [2021-03-16T13:33:11.678Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-16T13:33:11.678Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-16T13:33:11.941Z] Selecting previously unselected package apparmor. [2021-03-16T13:33:11.941Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-16T13:33:11.941Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-16T13:33:12.201Z] Selecting previously unselected package libedit2:amd64. [2021-03-16T13:33:12.201Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-16T13:33:12.201Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-16T13:33:12.201Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-16T13:33:12.201Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-16T13:33:12.201Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T13:33:12.461Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-16T13:33:12.461Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-16T13:33:12.461Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T13:33:12.461Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-16T13:33:12.461Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-16T13:33:12.461Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-16T13:33:12.461Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-16T13:33:12.461Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-16T13:33:12.461Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T13:33:12.722Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-16T13:33:12.722Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-16T13:33:12.722Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T13:33:12.981Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-16T13:33:12.981Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-16T13:33:12.981Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-16T13:33:12.981Z] Selecting previously unselected package openssh-client. [2021-03-16T13:33:12.981Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-16T13:33:12.981Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-16T13:33:13.241Z] Selecting previously unselected package squashfs-tools. [2021-03-16T13:33:13.242Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-16T13:33:13.242Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-16T13:33:13.242Z] Selecting previously unselected package snapd. [2021-03-16T13:33:13.242Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-16T13:33:13.242Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-16T13:33:15.157Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-16T13:33:15.157Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-16T13:33:15.417Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-16T13:33:15.417Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-16T13:33:15.417Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-16T13:33:15.417Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T13:33:15.417Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-16T13:33:15.676Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-16T13:33:15.676Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-16T13:33:16.618Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-16T13:33:16.618Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-16T13:33:16.618Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-16T13:33:16.618Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T13:33:16.618Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T13:33:16.618Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T13:33:17.561Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-16T13:33:18.531Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T13:33:18.531Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-16T13:33:18.531Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-16T13:33:18.531Z] running python rtupdate hooks for python3.6... [2021-03-16T13:33:18.531Z] running python post-rtupdate hooks for python3.6... [2021-03-16T13:33:18.531Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-16T13:33:19.914Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-16T13:33:19.914Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T13:33:20.180Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-16T13:33:20.180Z] Setting up snapd (2.48.3+18.04) ... [2021-03-16T13:33:20.440Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-16T13:33:20.700Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-16T13:33:20.963Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-16T13:33:20.963Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-16T13:33:21.224Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-16T13:33:21.224Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-16T13:33:21.485Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-16T13:33:21.485Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-16T13:33:21.745Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-16T13:33:22.006Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-16T13:33:22.006Z] /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-16T13:33:22.006Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-16T13:33:22.006Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-16T13:33:22.945Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-16T13:33:22.945Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-16T13:33:23.206Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-16T13:33:24.404Z] Reading package lists... [2021-03-16T13:33:24.404Z] Reading package lists... [2021-03-16T13:33:24.666Z] Building dependency tree... [2021-03-16T13:33:24.666Z] Reading state information... [2021-03-16T13:33:24.666Z] Calculating upgrade... [2021-03-16T13:33:24.926Z] The following packages will be upgraded: [2021-03-16T13:33:24.926Z] advancecomp base-files bash binutils binutils-common [2021-03-16T13:33:24.926Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-16T13:33:24.926Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-16T13:33:24.926Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-16T13:33:24.926Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-16T13:33:24.926Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-16T13:33:24.926Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-16T13:33:24.926Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-16T13:33:24.926Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-16T13:33:24.926Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-16T13:33:24.926Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-16T13:33:24.926Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-16T13:33:24.926Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-16T13:33:24.926Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-16T13:33:24.926Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-16T13:33:24.926Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-16T13:33:24.926Z] Need to get 63.8 MB of archives. [2021-03-16T13:33:24.926Z] After this operation, 5206 kB of additional disk space will be used. [2021-03-16T13:33:24.926Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-137.141 [1005 kB] [2021-03-16T13:33:25.192Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-16T13:33:25.192Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-16T13:33:25.192Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-16T13:33:25.192Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-16T13:33:25.192Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-16T13:33:25.192Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-16T13:33:25.192Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-16T13:33:25.192Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-16T13:33:25.192Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-16T13:33:25.192Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-16T13:33:25.192Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-16T13:33:25.192Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-16T13:33:25.192Z] 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-16T13:33:25.192Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-16T13:33:25.192Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-16T13:33:25.192Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-16T13:33:25.192Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-16T13:33:25.192Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-16T13:33:25.192Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-16T13:33:25.192Z] 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-16T13:33:25.192Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-16T13:33:25.192Z] 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-16T13:33:25.193Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-16T13:33:25.193Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-16T13:33:25.193Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-16T13:33:25.193Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-16T13:33:25.193Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-16T13:33:25.193Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-16T13:33:25.193Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-16T13:33:25.193Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-16T13:33:25.452Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-16T13:33:25.452Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-16T13:33:25.452Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-16T13:33:25.452Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-16T13:33:25.452Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-16T13:33:25.452Z] 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-16T13:33:25.452Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-16T13:33:25.452Z] 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-16T13:33:25.452Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-16T13:33:25.452Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-16T13:33:25.452Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-16T13:33:25.452Z] 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-16T13:33:25.452Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-16T13:33:25.452Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-16T13:33:25.452Z] 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-16T13:33:25.452Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-16T13:33:25.452Z] 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-16T13:33:25.452Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-16T13:33:25.452Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-16T13:33:25.452Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-16T13:33:25.452Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-16T13:33:25.452Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-16T13:33:25.452Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-16T13:33:25.452Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-16T13:33:25.452Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-16T13:33:25.712Z] 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-16T13:33:25.712Z] 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-16T13:33:25.712Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-16T13:33:25.972Z] 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-16T13:33:25.972Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-16T13:33:25.972Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-16T13:33:25.972Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-16T13:33:25.972Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-16T13:33:25.972Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-16T13:33:25.972Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-16T13:33:26.233Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-16T13:33:26.233Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-16T13:33:26.233Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-16T13:33:26.233Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-16T13:33:26.233Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-16T13:33:26.233Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-16T13:33:26.233Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-16T13:33:26.233Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-16T13:33:26.233Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-16T13:33:26.233Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-16T13:33:26.233Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-16T13:33:26.233Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-16T13:33:26.494Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-16T13:33:26.494Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-16T13:33:26.494Z] 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-16T13:33:26.494Z] 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-16T13:33:26.494Z] 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-16T13:33:26.494Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-16T13:33:26.494Z] 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-16T13:33:26.494Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-16T13:33:26.494Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-16T13:33:26.494Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-16T13:33:26.494Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-16T13:33:26.494Z] 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-16T13:33:26.494Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-16T13:33:26.494Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-16T13:33:26.494Z] 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-16T13:33:26.494Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-16T13:33:26.494Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-16T13:33:26.755Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-16T13:33:26.755Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-16T13:33:26.755Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-16T13:33:26.755Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-16T13:33:26.755Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T13:33:26.755Z] Fetched 63.8 MB in 2s (34.5 MB/s) [2021-03-16T13:33:27.015Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T13:33:27.015Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T13:33:27.015Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-16T13:33:27.586Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T13:33:27.586Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-16T13:33:27.847Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-137.141_amd64.deb ... [2021-03-16T13:33:27.847Z] Unpacking linux-libc-dev:amd64 (4.15.0-137.141) over (4.15.0-20.21) ... [2021-03-16T13:33:28.800Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T13:33:28.800Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T13:33:29.064Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T13:33:29.064Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T13:33:29.064Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T13:33:29.325Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T13:33:29.325Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T13:33:29.325Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T13:33:29.325Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T13:33:29.588Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T13:33:29.588Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T13:33:29.588Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T13:33:29.588Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T13:33:29.588Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T13:33:29.848Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T13:33:29.848Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-16T13:33:29.848Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T13:33:29.848Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-16T13:33:30.113Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-16T13:33:30.113Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-16T13:33:30.113Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T13:33:30.113Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T13:33:30.374Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T13:33:30.374Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T13:33:30.374Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T13:33:30.634Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T13:33:30.634Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T13:33:30.894Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-16T13:33:30.894Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T13:33:30.894Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-16T13:33:31.472Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-16T13:33:31.733Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-16T13:33:31.733Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-16T13:33:31.733Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-16T13:33:31.733Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-16T13:33:31.733Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-16T13:33:31.997Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-16T13:33:31.997Z] Installing new version of config file /etc/issue ... [2021-03-16T13:33:31.997Z] Installing new version of config file /etc/issue.net ... [2021-03-16T13:33:31.997Z] Installing new version of config file /etc/lsb-release ... [2021-03-16T13:33:32.257Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-16T13:33:32.257Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-16T13:33:32.517Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-16T13:33:32.517Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-16T13:33:32.517Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T13:33:32.517Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-16T13:33:32.517Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-16T13:33:32.778Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-16T13:33:32.778Z] 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-16T13:33:32.778Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T13:33:32.778Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T13:33:33.039Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-16T13:33:33.039Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-16T13:33:33.039Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T13:33:33.039Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-16T13:33:33.039Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-16T13:33:33.300Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-16T13:33:33.300Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T13:33:33.300Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-16T13:33:33.300Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-16T13:33:33.560Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-16T13:33:33.822Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T13:33:33.822Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-16T13:33:33.822Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-16T13:33:34.086Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-16T13:33:34.086Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T13:33:34.086Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-16T13:33:34.086Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-16T13:33:34.347Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-16T13:33:34.347Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T13:33:34.347Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-16T13:33:34.347Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-16T13:33:34.608Z] Setting up grep (3.1-2build1) ... [2021-03-16T13:33:34.608Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T13:33:34.608Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-16T13:33:34.608Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-16T13:33:34.869Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-16T13:33:35.130Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T13:33:35.130Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-16T13:33:35.130Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T13:33:35.130Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-16T13:33:35.390Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T13:33:35.390Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-16T13:33:35.390Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-16T13:33:35.961Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-16T13:33:35.961Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-16T13:33:35.961Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-16T13:33:35.961Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-16T13:33:36.532Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-16T13:33:36.795Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T13:33:36.795Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-16T13:33:36.795Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-16T13:33:37.738Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-16T13:33:37.738Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-16T13:33:38.009Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-16T13:33:38.009Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-16T13:33:38.270Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-16T13:33:38.270Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T13:33:38.270Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-16T13:33:38.270Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-16T13:33:38.531Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-16T13:33:38.792Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T13:33:38.792Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T13:33:38.792Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T13:33:38.792Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T13:33:39.054Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T13:33:39.054Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T13:33:39.054Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T13:33:39.315Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T13:33:39.315Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T13:33:39.315Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T13:33:39.577Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T13:33:39.577Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T13:33:39.577Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T13:33:39.577Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T13:33:39.577Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T13:33:39.837Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T13:33:39.837Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T13:33:39.837Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-16T13:33:39.837Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T13:33:39.837Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-16T13:33:40.097Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T13:33:40.097Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-16T13:33:40.097Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T13:33:40.097Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-16T13:33:40.097Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T13:33:40.357Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-16T13:33:40.357Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T13:33:40.357Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T13:33:40.357Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T13:33:40.619Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T13:33:40.619Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T13:33:40.619Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T13:33:40.619Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T13:33:40.619Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-16T13:33:40.880Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T13:33:40.880Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T13:33:40.880Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T13:33:41.453Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-16T13:33:41.713Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-16T13:33:41.713Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-16T13:33:42.063Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T13:33:42.063Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T13:33:42.063Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-16T13:33:42.387Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-16T13:33:42.387Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T13:33:42.387Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-16T13:33:42.387Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T13:33:42.387Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-16T13:33:42.667Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T13:33:42.667Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-16T13:33:42.667Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-16T13:33:42.939Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-16T13:33:42.940Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T13:33:42.940Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-16T13:33:43.257Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-16T13:33:43.257Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-16T13:33:43.257Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T13:33:43.257Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-16T13:33:43.257Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-16T13:33:43.572Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-16T13:33:43.572Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T13:33:43.572Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-16T13:33:43.572Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-16T13:33:43.572Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-16T13:33:43.939Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T13:33:43.939Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-16T13:33:43.939Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-16T13:33:43.939Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-16T13:33:43.939Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T13:33:43.939Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-16T13:33:43.939Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-16T13:33:44.200Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-16T13:33:44.461Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T13:33:44.461Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T13:33:44.461Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T13:33:44.461Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-16T13:33:44.725Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-16T13:33:44.725Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-16T13:33:44.725Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-16T13:33:44.725Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-16T13:33:44.988Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T13:33:44.988Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-16T13:33:44.988Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-16T13:33:45.248Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-16T13:33:45.248Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T13:33:45.248Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-16T13:33:45.248Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-16T13:33:45.509Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-16T13:33:45.769Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T13:33:45.769Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-16T13:33:45.769Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-16T13:33:45.769Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-16T13:33:46.030Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T13:33:46.030Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-16T13:33:46.030Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-16T13:33:46.030Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-16T13:33:46.030Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T13:33:46.030Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-16T13:33:46.290Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-16T13:33:46.551Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-16T13:33:46.551Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T13:33:46.551Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T13:33:46.551Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-16T13:33:46.812Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-16T13:33:46.812Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T13:33:46.812Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-16T13:33:46.812Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-16T13:33:47.072Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-16T13:33:47.072Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T13:33:47.072Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-16T13:33:47.072Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-16T13:33:47.384Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-16T13:33:47.384Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T13:33:47.384Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-16T13:33:47.384Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-16T13:33:47.384Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-16T13:33:47.384Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T13:33:47.384Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-16T13:33:47.644Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-16T13:33:47.644Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-16T13:33:47.904Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T13:33:47.904Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-16T13:33:47.904Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-16T13:33:47.904Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-16T13:33:48.163Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T13:33:48.163Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-16T13:33:48.163Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-16T13:33:48.163Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-16T13:33:48.424Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-16T13:33:48.424Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-16T13:33:48.424Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-16T13:33:48.424Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-16T13:33:48.424Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-16T13:33:48.740Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-16T13:33:48.740Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-16T13:33:49.002Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-16T13:33:49.002Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-16T13:33:49.263Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-16T13:33:49.263Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-16T13:33:49.263Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-16T13:33:49.263Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-16T13:33:49.523Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-16T13:33:49.523Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-16T13:33:49.784Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-16T13:33:49.784Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-16T13:33:50.045Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-16T13:33:50.045Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-16T13:33:50.045Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-16T13:33:50.045Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-16T13:33:50.305Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-16T13:33:50.305Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-16T13:33:50.565Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-16T13:33:50.565Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-16T13:33:51.508Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-16T13:33:51.508Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-16T13:33:51.508Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-16T13:33:51.769Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-16T13:33:51.769Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-16T13:33:51.769Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-16T13:33:52.030Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-16T13:33:52.292Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-16T13:33:52.292Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-16T13:33:52.554Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-16T13:33:52.554Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-16T13:33:52.554Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-16T13:33:52.554Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T13:33:52.814Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T13:33:52.814Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T13:33:52.814Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T13:33:53.076Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T13:33:53.076Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T13:33:53.076Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T13:33:53.076Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T13:33:54.019Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T13:33:54.019Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T13:33:54.960Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T13:33:54.960Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T13:33:55.902Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T13:33:55.902Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T13:33:56.163Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T13:33:56.163Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T13:33:57.112Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T13:33:57.112Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T13:33:57.112Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-16T13:33:57.112Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-16T13:33:57.374Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-16T13:33:57.374Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-16T13:33:57.635Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-16T13:33:57.635Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-16T13:33:57.635Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-16T13:33:57.635Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-16T13:33:57.896Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-16T13:33:57.896Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-16T13:33:57.896Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-16T13:33:57.896Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-16T13:33:58.163Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-16T13:33:58.163Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-16T13:33:58.424Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T13:33:58.424Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-16T13:33:58.424Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T13:33:58.424Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T13:33:58.424Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T13:33:58.424Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-16T13:33:58.424Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-16T13:33:58.424Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-16T13:33:58.685Z] [2021-03-16T13:33:58.685Z] Current default time zone: 'Etc/UTC' [2021-03-16T13:33:58.685Z] Local time is now: Tue Mar 16 13:33:58 UTC 2021. [2021-03-16T13:33:58.685Z] Universal Time is now: Tue Mar 16 13:33:58 UTC 2021. [2021-03-16T13:33:58.685Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-16T13:33:58.685Z] [2021-03-16T13:33:58.685Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-16T13:33:58.685Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T13:33:58.685Z] Setting up linux-libc-dev:amd64 (4.15.0-137.141) ... [2021-03-16T13:33:58.685Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-16T13:33:58.685Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-16T13:33:58.947Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-16T13:33:58.947Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-16T13:33:58.947Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-16T13:33:58.947Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-16T13:33:58.947Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-16T13:33:58.947Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T13:33:58.947Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-16T13:33:59.208Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T13:33:59.208Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-16T13:33:59.468Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T13:33:59.468Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-16T13:33:59.468Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-16T13:33:59.468Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-16T13:33:59.468Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-16T13:33:59.468Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-16T13:33:59.468Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-16T13:33:59.729Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-16T13:33:59.729Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-16T13:34:01.645Z] Updating certificates in /etc/ssl/certs... [2021-03-16T13:34:02.216Z] 23 added, 27 removed; done. [2021-03-16T13:34:02.216Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-16T13:34:02.477Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T13:34:02.477Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-16T13:34:02.477Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-16T13:34:02.477Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-16T13:34:02.477Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T13:34:02.477Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-16T13:34:02.477Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T13:34:02.477Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T13:34:02.738Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T13:34:02.738Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T13:34:02.738Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T13:34:02.738Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-16T13:34:02.738Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-16T13:34:02.738Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-16T13:34:02.738Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-16T13:34:02.738Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-16T13:34:02.738Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T13:34:02.999Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T13:34:02.999Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-16T13:34:02.999Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-16T13:34:02.999Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-16T13:34:03.259Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-16T13:34:03.259Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-16T13:34:03.259Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-16T13:34:03.259Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-16T13:34:03.259Z] Updating certificates in /etc/ssl/certs... [2021-03-16T13:34:03.830Z] 0 added, 0 removed; done. [2021-03-16T13:34:03.830Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-16T13:34:03.830Z] done. [2021-03-16T13:34:04.402Z] Reading package lists... [2021-03-16T13:34:04.402Z] Building dependency tree... [2021-03-16T13:34:04.402Z] Reading state information... [2021-03-16T13:34:04.662Z] The following NEW packages will be installed: [2021-03-16T13:34:04.662Z] apt-transport-https [2021-03-16T13:34:04.662Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-16T13:34:04.662Z] Need to get 1696 B of archives. [2021-03-16T13:34:04.662Z] After this operation, 153 kB of additional disk space will be used. [2021-03-16T13:34:04.662Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-16T13:34:04.923Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T13:34:04.923Z] Fetched 1696 B in 0s (8599 B/s) [2021-03-16T13:34:04.923Z] Selecting previously unselected package apt-transport-https. [2021-03-16T13:34:04.923Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-16T13:34:04.923Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-16T13:34:04.923Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-16T13:34:04.923Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-16T13:34:05.184Z] Waiting for network to be ready... [2021-03-16T13:34:11.771Z] 2021-03-16T13:34:08Z INFO Waiting for automatic snapd restart... [2021-03-16T13:34:11.771Z] snapd 2.49 from Canonical* installed [2021-03-16T13:34:12.342Z] "snapd" switched to the "latest/stable" channel [2021-03-16T13:34:12.342Z] [2021-03-16T13:34:14.887Z] core18 20210128 from Canonical* installed [2021-03-16T13:34:14.887Z] "core18" switched to the "latest/stable" channel [2021-03-16T13:34:14.887Z] [2021-03-16T13:34:18.184Z] snapcraft 4.5.4 from Canonical* installed [2021-03-16T13:34:18.184Z] "snapcraft" switched to the "latest/stable" channel [2021-03-16T13:34:18.184Z] [2021-03-16T13:34:21.484Z] 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-16T13:34:21.484Z] - README.md [2021-03-16T13:34:21.484Z] [2021-03-16T13:34:21.484Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-16T13:34:28.077Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T13:34:28.077Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-16T13:34:28.077Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-16T13:34:28.338Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-16T13:34:29.281Z] Reading package lists... [2021-03-16T13:34:29.543Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-16T13:34:36.129Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T13:34:36.129Z] Reading package lists... [2021-03-16T13:34:36.129Z] Building dependency tree... [2021-03-16T13:34:36.129Z] Reading state information... [2021-03-16T13:34:36.129Z] Suggested packages: [2021-03-16T13:34:36.129Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-16T13:34:36.129Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-16T13:34:36.129Z] Recommended packages: [2021-03-16T13:34:36.129Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-16T13:34:36.129Z] The following NEW packages will be installed: [2021-03-16T13:34:36.129Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-16T13:34:36.129Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-16T13:34:36.129Z] pkg-config zip [2021-03-16T13:34:36.129Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-16T13:34:36.129Z] Need to get 7657 kB of archives. [2021-03-16T13:34:36.129Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-16T13:34:36.129Z] 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-16T13:34:36.129Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-16T13:34:36.389Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-16T13:34:36.389Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-16T13:34:36.389Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-16T13:34:36.389Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-16T13:34:36.650Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-16T13:34:36.650Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-16T13:34:36.650Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-16T13:34:36.650Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-16T13:34:36.650Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-16T13:34:36.650Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-16T13:34:36.650Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-16T13:34:36.910Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-16T13:34:36.911Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-16T13:34:37.171Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T13:34:37.171Z] Fetched 7657 kB in 1s (7288 kB/s) [2021-03-16T13:34:37.171Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-16T13:34:37.171Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-16T13:34:37.171Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-16T13:34:37.171Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-16T13:34:37.432Z] Selecting previously unselected package libpsl5:amd64. [2021-03-16T13:34:37.432Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-16T13:34:37.432Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-16T13:34:37.432Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-16T13:34:37.432Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-16T13:34:37.432Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-16T13:34:37.692Z] Selecting previously unselected package librtmp1:amd64. [2021-03-16T13:34:37.692Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-16T13:34:37.692Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-16T13:34:37.692Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-16T13:34:37.692Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-16T13:34:37.692Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-16T13:34:37.692Z] Selecting previously unselected package liberror-perl. [2021-03-16T13:34:37.692Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-16T13:34:37.692Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-16T13:34:37.952Z] Selecting previously unselected package git-man. [2021-03-16T13:34:37.952Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-16T13:34:37.952Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-16T13:34:37.952Z] Selecting previously unselected package git. [2021-03-16T13:34:37.952Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-16T13:34:38.211Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-16T13:34:38.782Z] Selecting previously unselected package libnorm1:amd64. [2021-03-16T13:34:38.782Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-16T13:34:38.782Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-16T13:34:39.042Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-16T13:34:39.042Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-16T13:34:39.042Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-16T13:34:39.042Z] Selecting previously unselected package libsodium23:amd64. [2021-03-16T13:34:39.042Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-16T13:34:39.042Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-16T13:34:39.302Z] Selecting previously unselected package libzmq5:amd64. [2021-03-16T13:34:39.302Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-16T13:34:39.302Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-16T13:34:39.302Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-16T13:34:39.302Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-16T13:34:39.302Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-16T13:34:39.562Z] Selecting previously unselected package pkg-config. [2021-03-16T13:34:39.562Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-16T13:34:39.562Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-16T13:34:39.562Z] Selecting previously unselected package zip. [2021-03-16T13:34:39.562Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-16T13:34:39.562Z] Unpacking zip (3.0-11build1) ... [2021-03-16T13:34:39.823Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-16T13:34:39.823Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-16T13:34:39.823Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-16T13:34:39.823Z] Setting up liberror-perl (0.17025-1) ... [2021-03-16T13:34:39.823Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-16T13:34:39.823Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-16T13:34:39.823Z] No schema files found: doing nothing. [2021-03-16T13:34:39.823Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-16T13:34:39.823Z] Setting up zip (3.0-11build1) ... [2021-03-16T13:34:40.084Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-16T13:34:40.084Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-16T13:34:40.084Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-16T13:34:40.084Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-16T13:34:40.084Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-16T13:34:40.084Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-16T13:34:40.344Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-16T13:34:40.344Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-16T13:34:46.921Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T13:34:46.921Z] git set to automatically installed. [2021-03-16T13:34:46.921Z] git-man set to automatically installed. [2021-03-16T13:34:46.921Z] libcurl3-gnutls set to automatically installed. [2021-03-16T13:34:46.921Z] liberror-perl set to automatically installed. [2021-03-16T13:34:46.921Z] libglib2.0-0 set to automatically installed. [2021-03-16T13:34:46.921Z] libnghttp2-14 set to automatically installed. [2021-03-16T13:34:46.921Z] libnorm1 set to automatically installed. [2021-03-16T13:34:46.921Z] libpgm-5.2-0 set to automatically installed. [2021-03-16T13:34:46.921Z] libpsl5 set to automatically installed. [2021-03-16T13:34:46.921Z] librtmp1 set to automatically installed. [2021-03-16T13:34:46.921Z] libsodium23 set to automatically installed. [2021-03-16T13:34:46.921Z] libzmq3-dev set to automatically installed. [2021-03-16T13:34:46.921Z] libzmq5 set to automatically installed. [2021-03-16T13:34:46.921Z] pkg-config set to automatically installed. [2021-03-16T13:34:46.921Z] zip set to automatically installed. [2021-03-16T13:34:48.391Z] snapd is not logged in, snap install commands will use sudo [2021-03-16T13:34:55.064Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T13:34:55.064Z] snap "core18" has no updates available [2021-03-16T13:34:56.445Z] snapd is not logged in, snap install commands will use sudo [2021-03-16T13:35:03.037Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T13:41:39.797Z] go (1.15/stable) 1.15.9 from Michael Hudson-Doyle (mwhudson) installed [2021-03-16T13:41:39.797Z] Pulling config-common [2021-03-16T13:41:39.797Z] + snapcraftctl pull [2021-03-16T13:41:39.797Z] Pulling go-build-helper [2021-03-16T13:41:39.797Z] + snapcraftctl pull [2021-03-16T13:41:39.797Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-03-16T13:41:39.797Z] Skipping pull go-build-helper (already ran) [2021-03-16T13:41:39.797Z] Building go-build-helper [2021-03-16T13:41:39.797Z] + snapcraftctl build [2021-03-16T13:41:39.797Z] Staging go-build-helper [2021-03-16T13:41:39.797Z] + snapcraftctl stage [2021-03-16T13:41:47.939Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-16T13:41:47.939Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-16T13:41:47.939Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] [2021-03-16T13:41:47.939Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] [2021-03-16T13:41:47.939Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-16T13:41:47.939Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-16T13:41:47.939Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] [2021-03-16T13:41:47.939Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] [2021-03-16T13:41:47.939Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-16T13:41:47.939Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-16T13:41:47.939Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-16T13:41:47.939Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-16T13:41:47.939Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-16T13:41:47.939Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-16T13:41:47.939Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-16T13:41:47.939Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-16T13:41:47.939Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-16T13:41:47.939Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-16T13:41:47.939Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-16T13:41:47.939Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] [2021-03-16T13:41:47.939Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] [2021-03-16T13:41:47.939Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-16T13:41:47.939Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-16T13:41:47.939Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] [2021-03-16T13:41:47.939Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] [2021-03-16T13:41:47.939Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-16T13:41:47.939Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-16T13:41:47.939Z] Fetched 24.1 MB in 0s (0 B/s) [2021-03-16T13:41:47.939Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-16T13:41:47.939Z] Fetched 224 kB in 0s (0 B/s) [2021-03-16T13:41:47.939Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-16T13:41:47.939Z] Fetched 157 kB in 0s (0 B/s) [2021-03-16T13:41:47.939Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-16T13:41:47.939Z] Fetched 221 kB in 0s (0 B/s) [2021-03-16T13:41:47.939Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-16T13:41:47.939Z] Fetched 143 kB in 0s (0 B/s) [2021-03-16T13:41:47.939Z] Pulling edgex-go [2021-03-16T13:41:47.939Z] + snapcraftctl pull [2021-03-16T13:42:14.550Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-16T13:42:14.550Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-16T13:42:14.550Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-16T13:42:14.550Z] Fetched 0 B in 0s (0 B/s) [2021-03-16T13:42:14.550Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-16T13:42:14.550Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-16T13:42:14.550Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-16T13:42:14.550Z] Fetched 279 kB in 0s (0 B/s) [2021-03-16T13:42:14.550Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-16T13:42:14.550Z] Fetched 122 kB in 0s (0 B/s) [2021-03-16T13:42:14.550Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-16T13:42:14.551Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-16T13:42:14.551Z] Fetched 8848 B in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-16T13:42:14.551Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-16T13:42:14.551Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-16T13:42:14.551Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-16T13:42:14.551Z] Fetched 214 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-16T13:42:14.551Z] Fetched 154 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-16T13:42:14.551Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-16T13:42:14.551Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-16T13:42:14.551Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-16T13:42:14.551Z] Fetched 499 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-16T13:42:14.551Z] Fetched 111 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-16T13:42:14.551Z] Fetched 240 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-16T13:42:14.551Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-16T13:42:14.551Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-16T13:42:14.551Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-16T13:42:14.551Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-16T13:42:14.551Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-16T13:42:14.551Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-16T13:42:14.551Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-16T13:42:14.551Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-16T13:42:14.551Z] Fetched 8720 B in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-16T13:42:14.551Z] Fetched 137 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-16T13:42:14.551Z] Fetched 119 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-16T13:42:14.551Z] Fetched 109 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-16T13:42:14.551Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-16T13:42:14.551Z] Fetched 645 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-16T13:42:14.551Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-16T13:42:14.551Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-16T13:42:14.551Z] Fetched 368 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-16T13:42:14.551Z] Fetched 187 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-16T13:42:14.551Z] Fetched 175 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-16T13:42:14.551Z] Fetched 206 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-16T13:42:14.551Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-16T13:42:14.551Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-16T13:42:14.551Z] Fetched 159 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-16T13:42:14.551Z] Fetched 107 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-16T13:42:14.551Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-16T13:42:14.551Z] Pulling static-packages [2021-03-16T13:42:14.551Z] + snapcraftctl pull [2021-03-16T13:42:15.123Z] Pulling version [2021-03-16T13:42:15.123Z] + cd /root/project [2021-03-16T13:42:15.123Z] + [ -f VERSION ] [2021-03-16T13:42:15.123Z] + PROJECT_VERSION=local-dev [2021-03-16T13:42:15.123Z] + git rev-parse --short HEAD [2021-03-16T13:42:15.123Z] + GIT_REVISION=c21e503d [2021-03-16T13:42:15.123Z] + snapcraftctl set-version local-dev [2021-03-16T13:42:16.064Z] Building config-common [2021-03-16T13:42:16.064Z] + snapcraftctl build [2021-03-16T13:42:17.977Z] Skipping build go-build-helper (already ran) [2021-03-16T13:42:17.977Z] Building edgex-go [2021-03-16T13:42:17.977Z] + cd /root/parts/edgex-go/src [2021-03-16T13:42:17.977Z] + make build [2021-03-16T13:42:17.977Z] 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-16T13:42:20.517Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-16T13:42:20.517Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-16T13:42:20.517Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-16T13:42:20.517Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-16T13:42:20.517Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.51 [2021-03-16T13:42:20.517Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-16T13:42:20.517Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-16T13:42:20.517Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-16T13:42:20.517Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-16T13:42:20.777Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-16T13:42:20.777Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-16T13:42:20.777Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-16T13:42:20.777Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-16T13:42:21.038Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-16T13:42:21.038Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-16T13:42:21.038Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-16T13:42:21.038Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-16T13:42:21.298Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-16T13:42:21.298Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-16T13:42:21.558Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-16T13:42:21.558Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-16T13:42:21.558Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-16T13:42:21.558Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-16T13:42:21.821Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-16T13:42:21.821Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-16T13:42:21.821Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-16T13:42:21.821Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-16T13:42:21.821Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-16T13:42:21.821Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-16T13:42:21.821Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-16T13:42:21.821Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-16T13:42:21.821Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-16T13:42:21.821Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-16T13:42:21.821Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-16T13:42:22.088Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-16T13:42:22.088Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-16T13:42:22.088Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-16T13:42:22.088Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-16T13:42:22.088Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-16T13:42:22.088Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-16T13:42:22.088Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-16T13:42:22.088Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-16T13:42:22.088Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-16T13:42:22.088Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-16T13:42:22.660Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-16T13:42:32.657Z] 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-16T13:42:32.657Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-16T13:42:36.855Z] 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-16T13:42:37.803Z] 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-16T13:42:39.714Z] 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-16T13:42:39.974Z] 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-16T13:42:40.235Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-16T13:42:40.495Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-16T13:42:40.495Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-16T13:42:40.495Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-16T13:42:42.403Z] 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-16T13:42:42.403Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-16T13:42:42.403Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-16T13:42:43.786Z] 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-16T13:42:45.168Z] 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-16T13:42:45.168Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-16T13:42:47.086Z] 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-16T13:42:48.025Z] 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-16T13:42:48.025Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-16T13:42:49.406Z] 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-16T13:42:49.406Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-16T13:42:51.947Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-16T13:42:51.947Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-16T13:42:51.947Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-16T13:42:51.947Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-16T13:42:51.947Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-16T13:42:51.947Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-16T13:42:51.947Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-16T13:42:51.947Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-16T13:42:51.947Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-16T13:42:51.947Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-16T13:42:51.947Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-16T13:42:51.947Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-16T13:42:51.947Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-16T13:42:51.947Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-16T13:42:51.947Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-16T13:42:51.947Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-16T13:42:51.947Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-16T13:42:51.947Z] + 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-16T13:42:51.947Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-16T13:42:51.947Z] + 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-16T13:42:51.947Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-16T13:42:51.947Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-16T13:42:51.947Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-16T13:42:51.947Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-16T13:42:51.947Z] + 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-16T13:42:54.499Z] Building static-packages [2021-03-16T13:42:54.499Z] + snapcraftctl build [2021-03-16T13:42:56.412Z] Building version [2021-03-16T13:42:56.412Z] + snapcraftctl build [2021-03-16T13:42:58.330Z] Staging config-common [2021-03-16T13:42:58.330Z] + snapcraftctl stage [2021-03-16T13:42:59.271Z] Skipping stage go-build-helper (already ran) [2021-03-16T13:42:59.271Z] Staging edgex-go [2021-03-16T13:42:59.271Z] + snapcraftctl stage [2021-03-16T13:43:00.294Z] Staging static-packages [2021-03-16T13:43:00.294Z] + snapcraftctl stage [2021-03-16T13:43:01.275Z] Staging version [2021-03-16T13:43:01.275Z] + snapcraftctl stage [2021-03-16T13:43:02.219Z] Priming config-common [2021-03-16T13:43:02.219Z] + snapcraftctl prime [2021-03-16T13:43:02.790Z] Priming go-build-helper [2021-03-16T13:43:02.790Z] + snapcraftctl prime [2021-03-16T13:43:03.732Z] Priming edgex-go [2021-03-16T13:43:03.732Z] + snapcraftctl prime [2021-03-16T13:43:05.112Z] Priming static-packages [2021-03-16T13:43:05.112Z] + snapcraftctl prime [2021-03-16T13:43:07.027Z] Priming version [2021-03-16T13:43:07.027Z] + snapcraftctl prime [2021-03-16T13:43:07.968Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-16T13:43:12.297Z] provisioning config files... [2021-03-16T13:43:12.316Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config1678582943723334538tmp [Pipeline] { [Pipeline] sh [2021-03-16T13:43:12.746Z] + set +x [2021-03-16T13:43:12.746Z] + bash -s -- [2021-03-16T13:43:12.746Z] + curl -s https://codecov.io/bash [2021-03-16T13:43:13.359Z] [2021-03-16T13:43:13.359Z] _____ _ [2021-03-16T13:43:13.359Z] / ____| | | [2021-03-16T13:43:13.359Z] | | ___ __| | ___ ___ _____ __ [2021-03-16T13:43:13.359Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-16T13:43:13.359Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-16T13:43:13.359Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-16T13:43:13.359Z] Bash-20210309-2b87ace [2021-03-16T13:43:13.359Z] [2021-03-16T13:43:13.359Z] [2021-03-16T13:43:13.359Z] ==> git version 2.24.3 found [2021-03-16T13:43:13.359Z] ==> 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-16T13:43:13.359Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-16T13:43:13.359Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-16T13:43:13.359Z] ==> Jenkins CI detected. [2021-03-16T13:43:13.652Z] project root: . [2021-03-16T13:43:13.652Z] --> token set from env [2021-03-16T13:43:13.652Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-16T13:43:13.652Z] ==> Running gcov in . (disable via -X gcov) [2021-03-16T13:43:13.936Z] ==> Python coveragepy not found [2021-03-16T13:43:13.936Z] ==> Searching for coverage reports in: [2021-03-16T13:43:13.936Z] + . [2021-03-16T13:43:13.936Z] -> Found 1 reports [2021-03-16T13:43:13.936Z] ==> Detecting git/mercurial file structure [2021-03-16T13:43:13.936Z] ==> Reading reports [2021-03-16T13:43:13.936Z] + ./coverage.out bytes=650607 [2021-03-16T13:43:13.936Z] ==> Appending adjustments [2021-03-16T13:43:13.936Z] https://docs.codecov.io/docs/fixing-reports [2021-03-16T13:43:24.216Z] + Found adjustments [2021-03-16T13:43:24.216Z] ==> Gzipping contents [2021-03-16T13:43:24.216Z] 96K /tmp/codecov.Gw4V02.gz [2021-03-16T13:43:24.216Z] ==> Uploading reports [2021-03-16T13:43:24.216Z] url: https://codecov.io [2021-03-16T13:43:24.216Z] query: branch=PR-3266&commit=c21e503d76820034a55c4a3b1a54325bb1766d2f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3266%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3266&job=&cmd_args= [2021-03-16T13:43:24.216Z] -> Pinging Codecov [2021-03-16T13:43:24.216Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3266&commit=c21e503d76820034a55c4a3b1a54325bb1766d2f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3266%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3266&job=&cmd_args= [2021-03-16T13:43:24.216Z] -> Uploading to [2021-03-16T13:43:24.216Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-16/00271124DB129430A58F1EEE437C3FCB/c21e503d76820034a55c4a3b1a54325bb1766d2f/aee6b832-2cd9-4780-8426-813a3200975e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210316%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210316T134323Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=343605d5cd2ec8f8f64d76dc2a664950e7acbebb5622fac890733fa0502f5256 [2021-03-16T13:43:24.216Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-16T13:43:24.216Z] Dload Upload Total Spent Left Speed [2021-03-16T13:43:24.216Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 94922 0 0 100 94922 0 149k --:--:-- --:--:-- --:--:-- 149k [2021-03-16T13:43:24.216Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/c21e503d76820034a55c4a3b1a54325bb1766d2f [Pipeline] } [2021-03-16T13:43:24.242Z] 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-16T13:43:26.300Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T13:43:27.687Z] ---> package-listing.sh [2021-03-16T13:43:27.687Z] ++ facter osfamily [2021-03-16T13:43:27.687Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-16T13:43:27.959Z] + OS_FAMILY=redhat [2021-03-16T13:43:27.959Z] + workspace=/w/workspace/edgex-go/2 [2021-03-16T13:43:27.959Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-16T13:43:27.959Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-16T13:43:27.959Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-16T13:43:27.959Z] + PACKAGES=/tmp/packages_start.txt [2021-03-16T13:43:27.959Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-16T13:43:27.959Z] + PACKAGES=/tmp/packages_end.txt [2021-03-16T13:43:27.959Z] + case "${OS_FAMILY}" in [2021-03-16T13:43:27.959Z] + rpm -qa [2021-03-16T13:43:27.959Z] + sort [2021-03-16T13:43:38.149Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-16T13:43:38.149Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-16T13:43:38.149Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-16T13:43:38.149Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-16T13:43:38.149Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-03-16T13:43:38.149Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-03-16T13:43:38.173Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-16T13:43:38.491Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-16T13:43:39.103Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-16T13:43:39.696Z] [2021-03-16T13:43:39.696Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-16T13:43:40.090Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-16T13:43:40.378Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-16T13:43:40.378Z] df20fa9351a1: Pulling fs layer [2021-03-16T13:43:40.378Z] 36b3adc4ff6f: Pulling fs layer [2021-03-16T13:43:40.378Z] 8ad3a11d3b57: Pulling fs layer [2021-03-16T13:43:40.378Z] 46f8f816bc3b: Pulling fs layer [2021-03-16T13:43:40.378Z] 93b61091891f: Pulling fs layer [2021-03-16T13:43:40.378Z] 93b9cdb0e59b: Pulling fs layer [2021-03-16T13:43:40.378Z] 5e14af77c1be: Pulling fs layer [2021-03-16T13:43:40.378Z] 01666e4c0597: Pulling fs layer [2021-03-16T13:43:40.378Z] aa168da1d23b: Pulling fs layer [2021-03-16T13:43:40.378Z] 93b9cdb0e59b: Waiting [2021-03-16T13:43:40.378Z] 5e14af77c1be: Waiting [2021-03-16T13:43:40.378Z] 46f8f816bc3b: Waiting [2021-03-16T13:43:40.378Z] 93b61091891f: Waiting [2021-03-16T13:43:40.378Z] 01666e4c0597: Waiting [2021-03-16T13:43:40.378Z] aa168da1d23b: Waiting [2021-03-16T13:43:40.378Z] 36b3adc4ff6f: Verifying Checksum [2021-03-16T13:43:40.378Z] 36b3adc4ff6f: Download complete [2021-03-16T13:43:40.378Z] 46f8f816bc3b: Verifying Checksum [2021-03-16T13:43:40.378Z] 46f8f816bc3b: Download complete [2021-03-16T13:43:40.716Z] df20fa9351a1: Verifying Checksum [2021-03-16T13:43:40.716Z] 93b9cdb0e59b: Verifying Checksum [2021-03-16T13:43:40.716Z] 93b9cdb0e59b: Download complete [2021-03-16T13:43:40.716Z] 5e14af77c1be: Verifying Checksum [2021-03-16T13:43:40.716Z] 5e14af77c1be: Download complete [2021-03-16T13:43:40.716Z] 01666e4c0597: Verifying Checksum [2021-03-16T13:43:40.716Z] 01666e4c0597: Download complete [2021-03-16T13:43:40.990Z] 93b61091891f: Verifying Checksum [2021-03-16T13:43:40.990Z] 93b61091891f: Download complete [2021-03-16T13:43:41.600Z] df20fa9351a1: Pull complete [2021-03-16T13:43:41.880Z] 8ad3a11d3b57: Verifying Checksum [2021-03-16T13:43:41.880Z] 8ad3a11d3b57: Download complete [2021-03-16T13:43:43.403Z] 36b3adc4ff6f: Pull complete [2021-03-16T13:43:45.469Z] 8ad3a11d3b57: Pull complete [2021-03-16T13:43:45.758Z] 46f8f816bc3b: Pull complete [2021-03-16T13:43:47.576Z] 93b61091891f: Pull complete [2021-03-16T13:43:47.878Z] aa168da1d23b: Verifying Checksum [2021-03-16T13:43:47.878Z] aa168da1d23b: Download complete [2021-03-16T13:43:47.878Z] 93b9cdb0e59b: Pull complete [2021-03-16T13:43:48.180Z] 5e14af77c1be: Pull complete [2021-03-16T13:43:48.805Z] 01666e4c0597: Pull complete [2021-03-16T13:44:16.142Z] aa168da1d23b: Pull complete [2021-03-16T13:44:16.142Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-16T13:44:16.142Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-16T13:44:16.142Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-16T13:44:17.179Z] prd-centos7-docker-4c-2g-29994 does not seem to be running inside a container [2021-03-16T13:44:17.396Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-16T13:44:21.878Z] $ docker top 31cdee1bec2e70d8b63881f69a9010110de0d3adfba9fecf7bbd7ea716326db3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T13:44:23.795Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-16T13:44:24.459Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-16T13:44:24.794Z] + ls /var/log/sa-host [2021-03-16T13:44:24.794Z] + sadf -c /var/log/sa-host/sa16 [2021-03-16T13:44:24.794Z] file_magic: OK [2021-03-16T13:44:24.794Z] HZ: Using current value: 100 [2021-03-16T13:44:24.794Z] file_header: OK [2021-03-16T13:44:24.794Z] 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-16T13:44:24.794Z] Statistics: [2021-03-16T13:44:24.794Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...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-16T13:44:24.794Z] File successfully converted to sysstat format version 12.2.1 [2021-03-16T13:44:24.794Z] + sadf -c /var/log/sa-host/sa23 [2021-03-16T13:44:24.794Z] file_magic: OK [2021-03-16T13:44:24.794Z] HZ: Using current value: 100 [2021-03-16T13:44:24.794Z] file_header: OK [2021-03-16T13:44:24.794Z] 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-16T13:44:24.794Z] Statistics: [2021-03-16T13:44:24.794Z] Hnuu...uuuununununu... [2021-03-16T13:44:24.794Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-16T13:44:25.561Z] provisioning config files... [2021-03-16T13:44:25.598Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config5604418527860136298tmp [Pipeline] { [Pipeline] echo [2021-03-16T13:44:25.669Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T13:44:26.006Z] ---> create-netrc.sh [Pipeline] } [2021-03-16T13:44:26.282Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-16T13:44:26.412Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T13:44:26.727Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-16T13:44:26.744Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T13:44:27.436Z] ---> sudo-logs.sh [2021-03-16T13:44:27.436Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-16T13:44:27.860Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T13:44:28.223Z] ---> job-cost.sh [2021-03-16T13:44:28.223Z] lf-activate-venv: SKIPPING [2021-03-16T13:44:28.223Z] DEBUG: total: 0.20999999344348907 [2021-03-16T13:44:28.223Z] INFO: Retrieving Stack Cost... [2021-03-16T13:44:29.185Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-16T13:44:29.777Z] INFO: Archiving Costs [Pipeline] echo [2021-03-16T13:44:29.796Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T13:44:30.470Z] ---> logs-deploy.sh [2021-03-16T13:44:30.470Z] lf-activate-venv: SKIPPING [2021-03-16T13:44:30.470Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3266/2 [2021-03-16T13:44:30.470Z] INFO: archiving workspace using pattern(s): [2021-03-16T13:44:33.877Z] Archives upload complete. [2021-03-16T13:44:34.161Z] INFO: archiving logs to Nexus [2021-03-16T13:44:36.331Z] ---> uname -a: [2021-03-16T13:44:36.331Z] Linux prd-centos7-docker-4c-2g-29994.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-16T13:44:36.331Z] [2021-03-16T13:44:36.331Z] [2021-03-16T13:44:36.331Z] ---> lscpu: [2021-03-16T13:44:36.331Z] Architecture: x86_64 [2021-03-16T13:44:36.331Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-16T13:44:36.331Z] Byte Order: Little Endian [2021-03-16T13:44:36.331Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-16T13:44:36.331Z] CPU(s): 4 [2021-03-16T13:44:36.331Z] On-line CPU(s) list: 0-3 [2021-03-16T13:44:36.331Z] Thread(s) per core: 1 [2021-03-16T13:44:36.331Z] Core(s) per socket: 1 [2021-03-16T13:44:36.331Z] Socket(s): 4 [2021-03-16T13:44:36.331Z] NUMA node(s): 1 [2021-03-16T13:44:36.331Z] Vendor ID: GenuineIntel [2021-03-16T13:44:36.331Z] CPU family: 6 [2021-03-16T13:44:36.331Z] Model: 44 [2021-03-16T13:44:36.331Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-16T13:44:36.331Z] Stepping: 1 [2021-03-16T13:44:36.331Z] CPU MHz: 2933.438 [2021-03-16T13:44:36.331Z] BogoMIPS: 5866.87 [2021-03-16T13:44:36.331Z] Virtualization: VT-x [2021-03-16T13:44:36.331Z] Hypervisor vendor: KVM [2021-03-16T13:44:36.331Z] Virtualization type: full [2021-03-16T13:44:36.331Z] L1d cache: 128 KiB [2021-03-16T13:44:36.331Z] L1i cache: 128 KiB [2021-03-16T13:44:36.331Z] L2 cache: 16 MiB [2021-03-16T13:44:36.331Z] L3 cache: 64 MiB [2021-03-16T13:44:36.331Z] NUMA node0 CPU(s): 0-3 [2021-03-16T13:44:36.331Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-16T13:44:36.331Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-16T13:44:36.331Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-16T13:44:36.331Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-16T13:44:36.331Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-16T13:44:36.331Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-16T13:44:36.332Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-16T13:44:36.332Z] Vulnerability Srbds: Not affected [2021-03-16T13:44:36.332Z] Vulnerability Tsx async abort: Not affected [2021-03-16T13:44:36.332Z] 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-16T13:44:36.332Z] [2021-03-16T13:44:36.332Z] [2021-03-16T13:44:36.332Z] ---> nproc: [2021-03-16T13:44:36.332Z] 4 [2021-03-16T13:44:36.332Z] [2021-03-16T13:44:36.332Z] [2021-03-16T13:44:36.332Z] ---> df -h: [2021-03-16T13:44:36.332Z] Filesystem Size Used Available Use% Mounted on [2021-03-16T13:44:36.332Z] overlay 50.0G 12.2G 37.8G 24% / [2021-03-16T13:44:36.332Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-16T13:44:36.332Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-16T13:44:36.332Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-16T13:44:36.332Z] /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os [2021-03-16T13:44:36.332Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf [2021-03-16T13:44:36.332Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname [2021-03-16T13:44:36.332Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts [2021-03-16T13:44:36.332Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure [2021-03-16T13:44:36.332Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log [2021-03-16T13:44:36.332Z] /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json [2021-03-16T13:44:36.332Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host [2021-03-16T13:44:36.332Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/2 [2021-03-16T13:44:36.332Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/2@tmp [2021-03-16T13:44:36.332Z] [2021-03-16T13:44:36.332Z] [2021-03-16T13:44:36.332Z] ---> free -m: [2021-03-16T13:44:36.332Z] total used free shared buff/cache available [2021-03-16T13:44:36.332Z] Mem: 1837 843 255 0 738 922 [2021-03-16T13:44:36.332Z] Swap: 1023 50 973 [2021-03-16T13:44:36.332Z] [2021-03-16T13:44:36.332Z] [2021-03-16T13:44:36.332Z] ---> ip addr: [2021-03-16T13:44:36.332Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-16T13:44:36.332Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-16T13:44:36.332Z] inet 127.0.0.1/8 scope host lo [2021-03-16T13:44:36.332Z] valid_lft forever preferred_lft forever [2021-03-16T13:44:36.332Z] inet6 ::1/128 scope host [2021-03-16T13:44:36.332Z] valid_lft forever preferred_lft forever [2021-03-16T13:44:36.332Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-16T13:44:36.332Z] link/ether fa:16:3e:a8:42:7f brd ff:ff:ff:ff:ff:ff [2021-03-16T13:44:36.332Z] inet 10.30.122.44/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-16T13:44:36.332Z] valid_lft 83331sec preferred_lft 83331sec [2021-03-16T13:44:36.332Z] inet6 fe80::f816:3eff:fea8:427f/64 scope link [2021-03-16T13:44:36.332Z] valid_lft forever preferred_lft forever [2021-03-16T13:44:36.332Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-16T13:44:36.332Z] link/ether 02:42:5d:fb:4a:eb brd ff:ff:ff:ff:ff:ff [2021-03-16T13:44:36.332Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-16T13:44:36.332Z] valid_lft forever preferred_lft forever [2021-03-16T13:44:36.332Z] inet6 fe80::42:5dff:fefb:4aeb/64 scope link [2021-03-16T13:44:36.332Z] valid_lft forever preferred_lft forever [2021-03-16T13:44:36.332Z] [2021-03-16T13:44:36.332Z] [2021-03-16T13:44:36.332Z] ---> sar -b -r -n DEV: [2021-03-16T13:44:36.332Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/16/21 _x86_64_ (4 CPU) [2021-03-16T13:44:36.332Z] [2021-03-16T13:44:36.332Z] 12:53:10 LINUX RESTART (4 CPU) [2021-03-16T13:44:36.332Z] [2021-03-16T13:44:36.332Z] 12:54:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-16T13:44:36.332Z] 12:55:01 104.25 52.95 51.30 0.00 3843.81 36757.88 0.00 [2021-03-16T13:44:36.332Z] 12:56:02 49.76 11.66 38.10 0.00 4522.06 7814.20 0.00 [2021-03-16T13:44:36.332Z] 12:57:01 77.68 50.04 27.63 0.00 4155.79 12891.01 0.00 [2021-03-16T13:44:36.332Z] 12:58:02 170.38 44.88 125.50 0.00 2853.69 36455.62 0.00 [2021-03-16T13:44:36.332Z] 12:59:01 180.58 64.18 116.40 0.00 2081.59 13062.53 0.00 [2021-03-16T13:44:36.332Z] 13:00:01 66.67 29.64 37.03 0.00 1276.36 3227.83 0.00 [2021-03-16T13:44:36.332Z] 13:01:02 59.46 9.72 49.74 0.00 439.35 7690.35 0.00 [2021-03-16T13:44:36.332Z] 13:02:01 28.27 5.00 23.27 0.00 210.30 1652.63 0.00 [2021-03-16T13:44:36.332Z] 13:03:02 71.27 45.43 25.84 0.00 1567.26 1629.11 0.00 [2021-03-16T13:44:36.332Z] 13:04:01 67.61 28.67 38.93 0.00 1985.33 3602.84 0.00 [2021-03-16T13:44:36.332Z] 13:05:02 21.98 1.03 20.96 0.00 36.55 3199.22 0.00 [2021-03-16T13:44:36.332Z] 13:06:01 78.53 10.47 68.05 0.00 620.38 15478.26 0.00 [2021-03-16T13:44:36.332Z] 13:07:02 149.31 49.40 99.92 0.00 15264.86 74846.09 0.00 [2021-03-16T13:44:36.332Z] 13:08:12 668.23 576.55 91.69 0.00 64628.73 64707.19 0.00 [2021-03-16T13:44:36.332Z] 13:09:09 479.08 378.44 100.65 0.00 24534.64 21867.74 0.00 [2021-03-16T13:44:36.332Z] 13:10:08 943.64 845.50 98.14 0.00 58025.92 62772.62 0.00 [2021-03-16T13:44:36.332Z] 13:11:04 921.36 849.46 71.90 0.00 46115.56 51270.22 0.00 [2021-03-16T13:44:36.332Z] 13:12:03 493.19 406.74 86.45 0.00 24895.29 25027.25 0.00 [2021-03-16T13:44:36.332Z] 13:13:01 133.86 75.55 58.30 0.00 5538.77 13285.34 0.00 [2021-03-16T13:44:36.332Z] 13:14:04 217.00 39.38 177.63 0.00 12278.38 53741.44 0.00 [2021-03-16T13:44:36.332Z] 13:15:11 508.61 425.95 82.66 0.00 50953.46 60912.88 0.00 [2021-03-16T13:44:36.332Z] 13:16:07 530.71 461.33 69.38 0.00 22598.28 21794.09 0.00 [2021-03-16T13:44:36.332Z] 13:17:04 708.62 612.14 96.48 0.00 36645.55 38921.20 0.00 [2021-03-16T13:44:36.332Z] 13:18:01 564.16 445.52 118.64 0.00 25176.51 27531.93 0.00 [2021-03-16T13:44:36.332Z] 13:19:01 163.63 50.59 113.04 0.00 6952.72 20310.04 0.00 [2021-03-16T13:44:36.332Z] 13:20:01 101.03 2.05 98.99 0.00 90.80 13696.74 0.00 [2021-03-16T13:44:36.332Z] 13:21:01 24.53 11.89 12.64 0.00 2954.04 351.20 0.00 [2021-03-16T13:44:36.332Z] 13:22:01 0.57 0.33 0.23 0.00 6.39 3.46 0.00 [2021-03-16T13:44:36.332Z] 13:23:01 0.22 0.03 0.18 0.00 0.80 2.95 0.00 [2021-03-16T13:44:36.332Z] 13:24:01 0.43 0.28 0.15 0.00 4.26 1.99 0.00 [2021-03-16T13:44:36.332Z] 13:25:01 0.20 0.00 0.20 0.00 0.00 3.09 0.00 [2021-03-16T13:44:36.332Z] 13:26:02 0.17 0.00 0.17 0.00 0.00 1.59 0.00 [2021-03-16T13:44:36.332Z] 13:27:01 0.27 0.00 0.27 0.00 0.00 3.01 0.00 [2021-03-16T13:44:36.332Z] 13:28:01 0.27 0.02 0.25 0.00 0.53 2.56 0.00 [2021-03-16T13:44:36.332Z] 13:29:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 [2021-03-16T13:44:36.332Z] 13:30:01 0.15 0.00 0.15 0.00 0.00 1.60 0.00 [2021-03-16T13:44:36.332Z] 13:31:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 [2021-03-16T13:44:36.332Z] 13:32:01 0.33 0.00 0.33 0.00 0.00 4.71 0.00 [2021-03-16T13:44:36.332Z] 13:33:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 [2021-03-16T13:44:36.332Z] 13:34:01 0.17 0.00 0.17 0.00 0.00 1.46 0.00 [2021-03-16T13:44:36.332Z] 13:35:01 0.17 0.00 0.17 0.00 0.00 1.73 0.00 [2021-03-16T13:44:36.332Z] 13:36:02 0.18 0.02 0.17 0.00 0.53 1.46 0.00 [2021-03-16T13:44:36.332Z] 13:37:01 0.25 0.00 0.25 0.00 0.00 3.00 0.00 [2021-03-16T13:44:36.332Z] 13:38:01 112.54 107.95 4.59 0.00 1319.63 226.60 0.00 [2021-03-16T13:44:36.332Z] 13:39:01 139.79 118.88 20.91 0.00 1684.50 715.79 0.00 [2021-03-16T13:44:36.332Z] 13:40:01 88.55 86.37 2.18 0.00 2067.35 281.53 0.00 [2021-03-16T13:44:36.332Z] 13:41:01 0.23 0.03 0.20 0.00 1.20 2.16 0.00 [2021-03-16T13:44:36.332Z] 13:42:01 0.22 0.00 0.22 0.00 0.00 1.91 0.00 [2021-03-16T13:44:36.332Z] 13:43:01 0.33 0.05 0.28 0.00 1.73 3.11 0.00 [2021-03-16T13:44:36.332Z] 13:44:02 134.53 76.10 58.43 0.00 6319.24 12658.01 0.00 [2021-03-16T13:44:36.332Z] Average: 160.68 118.83 41.85 0.00 8774.42 14368.80 0.00 [2021-03-16T13:44:36.332Z] [2021-03-16T13:44:36.332Z] 12:54:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-16T13:44:36.332Z] 12:55:01 74980 0 552436 29.36 2620 1251508 1115816 38.08 404404 1204888 40412 [2021-03-16T13:44:36.332Z] 12:56:02 88804 0 644096 34.23 2620 1146024 1345344 45.91 510944 1075188 18416 [2021-03-16T13:44:36.332Z] 12:57:01 154004 0 650392 34.57 2620 1074528 1594040 54.40 629964 890556 87040 [2021-03-16T13:44:36.332Z] 12:58:02 135648 0 678536 36.06 2196 1065164 1552216 52.97 570896 931416 40 [2021-03-16T13:44:36.332Z] 12:59:01 198936 0 776896 41.29 1492 904220 1737744 59.31 555984 840076 1956 [2021-03-16T13:44:36.332Z] 13:00:01 75992 0 983668 52.28 1420 820464 1899088 64.81 765984 758700 63324 [2021-03-16T13:44:36.332Z] 13:01:02 82440 0 920104 48.90 760 878240 1828852 62.42 771376 739932 13900 [2021-03-16T13:44:36.332Z] 13:02:01 127740 0 855496 45.47 680 897628 1755088 59.90 733840 731772 41524 [2021-03-16T13:44:36.332Z] 13:03:02 243860 0 789424 41.96 680 847580 1746788 59.61 608792 739432 67904 [2021-03-16T13:44:36.332Z] 13:04:01 245412 0 736564 39.15 680 898888 1392632 47.53 549520 788760 13492 [2021-03-16T13:44:36.332Z] 13:05:02 214456 0 749628 39.84 592 916868 1515028 51.71 609916 760656 47024 [2021-03-16T13:44:36.332Z] 13:06:01 212628 0 717324 38.12 544 951048 1134696 38.73 521540 856584 87396 [2021-03-16T13:44:36.332Z] 13:07:02 77108 0 702360 37.33 124 1101952 1340536 45.75 726272 841260 34140 [2021-03-16T13:44:36.332Z] 13:08:12 457632 0 706040 37.52 0 717872 1493600 50.97 532760 681808 40728 [2021-03-16T13:44:36.332Z] 13:09:09 69300 0 848552 45.10 0 963692 2356184 80.41 711648 875840 80584 [2021-03-16T13:44:36.332Z] 13:10:08 64836 0 860548 45.74 0 956160 2350796 80.23 763292 814076 36408 [2021-03-16T13:44:36.332Z] 13:11:04 82244 0 853040 45.34 0 946260 2358996 80.51 766492 803612 86572 [2021-03-16T13:44:36.332Z] 13:12:03 360472 0 1112672 59.14 0 408400 4426836 151.08 673628 576280 49760 [2021-03-16T13:44:36.332Z] 13:13:01 415044 0 768296 40.83 0 698204 2064112 70.44 558856 636820 1496 [2021-03-16T13:44:36.332Z] 13:14:04 69760 0 714496 37.97 0 1097288 1491596 50.91 718516 841320 77348 [2021-03-16T13:44:36.332Z] 13:15:11 70140 0 802456 42.65 0 1008948 2155028 73.55 662552 935640 82852 [2021-03-16T13:44:36.332Z] 13:16:07 113280 0 841756 44.74 0 926508 2406244 82.12 655212 866128 68624 [2021-03-16T13:44:36.332Z] 13:17:04 69200 0 807124 42.90 0 1005220 2154764 73.54 638672 938180 81272 [2021-03-16T13:44:36.332Z] 13:18:01 436556 0 723704 38.46 0 721284 1797612 61.35 527276 673028 44 [2021-03-16T13:44:36.332Z] 13:19:01 207572 0 732012 38.90 0 941960 1771744 60.47 651864 779496 40744 [2021-03-16T13:44:36.332Z] 13:20:01 147196 0 715856 38.05 0 1018492 1532088 52.29 632864 847964 36 [2021-03-16T13:44:36.332Z] 13:21:01 151092 0 653476 34.73 0 1076976 1226324 41.85 608208 873480 20 [2021-03-16T13:44:36.332Z] 13:22:01 153132 0 651432 34.62 0 1076980 1192616 40.70 606408 873648 20 [2021-03-16T13:44:36.332Z] 13:23:01 154516 0 650040 34.55 0 1076988 1190328 40.62 606052 873672 12 [2021-03-16T13:44:36.332Z] 13:24:01 154340 0 650124 34.55 0 1077080 1190396 40.63 606136 873800 12 [2021-03-16T13:44:36.332Z] 13:25:01 154228 0 650228 34.56 0 1077088 1190504 40.63 605980 873800 8 [2021-03-16T13:44:36.332Z] 13:26:02 154348 0 650100 34.55 0 1077096 1190456 40.63 606112 873800 8 [2021-03-16T13:44:36.332Z] 13:27:01 154528 0 649912 34.54 0 1077104 1190396 40.63 606140 873804 8 [2021-03-16T13:44:36.332Z] 13:28:01 154000 0 650444 34.57 0 1077100 1190396 40.63 606184 873796 8 [2021-03-16T13:44:36.332Z] 13:29:01 154056 0 650368 34.57 0 1077120 1190396 40.63 606044 873812 8 [2021-03-16T13:44:36.332Z] 13:30:01 154076 0 650344 34.56 0 1077124 1190468 40.63 606016 873816 8 [2021-03-16T13:44:36.332Z] 13:31:01 154116 0 650296 34.56 0 1077132 1190396 40.63 606024 873816 8 [2021-03-16T13:44:36.332Z] 13:32:01 154116 0 650288 34.56 0 1077140 1190396 40.63 605904 873816 8 [2021-03-16T13:44:36.332Z] 13:33:01 154232 0 650168 34.56 0 1077144 1190396 40.63 606036 873816 8 [2021-03-16T13:44:36.332Z] 13:34:01 154324 0 650068 34.55 0 1077152 1190444 40.63 605936 873816 8 [2021-03-16T13:44:36.332Z] 13:35:01 154200 0 650184 34.56 0 1077160 1190468 40.63 606264 873816 8 [2021-03-16T13:44:36.332Z] 13:36:02 154152 0 650240 34.56 0 1077152 1190492 40.63 606152 873816 8 [2021-03-16T13:44:36.332Z] 13:37:01 153916 0 650456 34.57 0 1077172 1190396 40.63 606204 873836 8 [2021-03-16T13:44:36.332Z] 13:38:01 101256 0 669812 35.60 0 1110476 1196376 40.83 636068 882348 1104 [2021-03-16T13:44:36.332Z] 13:39:01 86468 0 707720 37.61 0 1087356 1192084 40.68 639980 850744 844 [2021-03-16T13:44:36.332Z] 13:40:01 168580 0 783056 41.62 0 929908 1190536 40.63 605220 730172 16 [2021-03-16T13:44:36.332Z] 13:41:01 168716 0 782884 41.61 0 929944 1190464 40.63 605508 730084 12 [2021-03-16T13:44:36.332Z] 13:42:01 169012 0 782916 41.61 0 929616 1190428 40.63 605292 729980 12 [2021-03-16T13:44:36.332Z] 13:43:01 168780 0 783360 41.63 0 929404 1190584 40.63 605756 729764 12 [2021-03-16T13:44:36.332Z] 13:44:02 75368 0 851824 45.27 0 954352 1609668 54.94 641748 782900 74548 [2021-03-16T13:44:36.332Z] Average: 161016 0 733264 38.97 341 986923 1547058 52.80 621969 834391 24795 [2021-03-16T13:44:36.332Z] [2021-03-16T13:44:36.332Z] 12:54:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-16T13:44:36.332Z] 12:55:01 eth0 235.84 171.83 1104.48 48.75 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.332Z] 12:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.332Z] 12:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.332Z] 12:56:02 veth5614e7b 154.87 119.00 17.03 324.01 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.332Z] 12:56:02 eth0 568.14 492.51 2862.26 62.20 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.332Z] 12:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.332Z] 12:56:02 docker0 154.87 118.87 14.92 324.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.332Z] 12:57:01 eth0 708.63 743.33 2423.28 100.80 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 12:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 12:57:01 docker0 719.69 679.40 58.24 2398.22 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 12:58:02 eth0 336.80 274.43 3181.28 27.40 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 12:58:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 12:58:02 vethfe8f8a1 0.85 0.73 0.10 1.27 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 12:58:02 docker0 48.37 69.44 2.59 360.85 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 12:59:01 eth0 127.60 96.43 502.92 72.21 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 12:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 12:59:01 vethcb2bbd9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 12:59:01 docker0 68.24 97.03 5.61 478.93 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:00:01 eth0 9.29 5.58 6.13 3.18 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:00:01 vethcb2bbd9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:01:02 eth0 19.04 14.73 15.14 8.39 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:01:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:01:02 vethcb2bbd9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:01:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:02:01 eth0 26.84 20.70 19.33 10.80 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:02:01 vethcb2bbd9 2.07 2.07 0.17 0.17 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:02:01 docker0 2.07 2.07 0.14 0.17 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:03:02 eth0 9.57 7.66 7.71 4.26 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:03:02 vethcb2bbd9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:03:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:04:01 eth0 20.38 17.98 11.43 54.60 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:04:01 vethcb2bbd9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:05:02 eth0 26.14 20.38 17.62 33.34 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:05:02 vethcb2bbd9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:05:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:06:01 eth0 166.35 125.80 1706.15 16.31 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:07:02 eth0 30.83 29.06 24.02 61.95 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:07:02 veth6a484dc 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:07:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:08:12 eth0 1.61 1.33 1.19 0.67 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:08:12 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:08:12 veth6a484dc 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:08:12 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:09:09 eth0 47.14 30.91 172.45 10.88 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:09:09 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:09:09 veth6a484dc 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:09:09 docker0 12.46 24.26 0.67 154.19 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:10:08 eth0 2.57 2.01 1.90 1.07 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:10:08 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:10:08 veth6a484dc 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:10:08 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:11:04 eth0 1.42 1.16 0.99 0.56 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:11:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:11:04 veth6a484dc 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:11:04 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:12:03 veth5c8b4b5 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:12:03 veth598a992 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:12:03 veth4104ac5 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:12:03 veth463228b 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:13:01 veth5c8b4b5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:13:01 veth598a992 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:13:01 veth463228b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:13:01 eth0 2411.11 2116.06 12380.09 533.97 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:14:04 eth0 80.90 59.55 237.30 88.59 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:14:04 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:14:04 veth6a484dc 0.00 0.77 0.00 0.04 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:14:04 docker0 971.07 968.78 79.11 3703.85 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:15:11 eth0 3.14 1.77 2.51 1.36 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:15:11 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:15:11 veth6a484dc 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:15:11 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:16:07 veth71931c5 0.00 0.29 0.00 0.02 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:16:07 veth3e79e2e 0.00 0.29 0.00 0.02 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:16:07 eth0 29.99 21.01 78.82 9.03 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:16:07 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:17:04 eth0 3.10 2.72 2.46 1.36 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:17:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:17:04 veth6a484dc 0.00 0.98 0.00 0.05 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:17:04 docker0 1066.47 1068.80 86.76 4110.70 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:18:01 eth0 27.48 18.91 47.04 8.83 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:18:01 veth6a484dc 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:18:01 vethf2e01e4 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:19:01 veth7a1bfbe 0.93 1.39 0.06 10.35 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:19:01 eth0 147.71 123.47 1248.91 82.29 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:19:01 veth6a484dc 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:20:01 veth760c0d5 1.71 4.09 0.11 22.49 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:20:01 eth0 115.98 70.87 462.24 84.36 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:20:01 veth6a484dc 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:21:01 eth0 12.84 6.93 22.78 4.33 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:21:01 docker0 1042.32 1085.02 84.29 4377.54 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:22:01 eth0 0.87 0.60 0.65 0.22 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:23:01 eth0 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:24:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:25:01 eth0 0.17 0.10 0.09 0.06 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:26:02 eth0 0.17 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:27:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:28:01 eth0 0.08 0.03 0.01 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:29:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:30:01 eth0 0.18 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:31:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:32:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:33:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:34:01 eth0 0.13 0.08 0.06 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:35:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:36:02 eth0 0.08 0.07 0.06 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:37:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.333Z] 13:38:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.334Z] 13:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.334Z] 13:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.334Z] 13:39:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.334Z] 13:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.334Z] 13:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.334Z] 13:40:01 eth0 0.18 0.17 0.09 0.07 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.334Z] 13:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.334Z] 13:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.334Z] 13:41:01 eth0 0.10 0.10 0.06 0.01 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.334Z] 13:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.334Z] 13:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.334Z] 13:42:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.334Z] 13:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.334Z] 13:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.334Z] 13:43:01 eth0 1.18 0.28 0.33 0.17 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.334Z] 13:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.334Z] 13:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.334Z] 13:44:02 eth0 206.28 153.69 2170.61 22.50 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.334Z] 13:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.334Z] 13:44:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.334Z] Average: eth0 59.53 50.44 326.97 16.53 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.334Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.334Z] Average: docker0 20.89 21.75 1.69 87.75 0.00 0.00 0.00 0.00 [2021-03-16T13:44:36.334Z] [2021-03-16T13:44:36.334Z] [2021-03-16T13:44:36.334Z] ---> sar -P ALL: [2021-03-16T13:44:36.334Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/16/21 _x86_64_ (4 CPU) [2021-03-16T13:44:36.334Z] [2021-03-16T13:44:36.334Z] 12:53:10 LINUX RESTART (4 CPU) [2021-03-16T13:44:36.334Z] [2021-03-16T13:44:36.334Z] 12:54:01 CPU %user %nice %system %iowait %steal %idle [2021-03-16T13:44:36.334Z] 12:55:01 all 10.86 0.00 6.70 7.89 40.07 34.49 [2021-03-16T13:44:36.334Z] 12:55:01 0 11.98 0.00 7.77 7.00 40.13 33.12 [2021-03-16T13:44:36.334Z] 12:55:01 1 11.85 0.00 6.75 7.89 39.84 33.67 [2021-03-16T13:44:36.334Z] 12:55:01 2 11.11 0.00 6.31 8.32 40.68 33.58 [2021-03-16T13:44:36.334Z] 12:55:01 3 8.59 0.00 6.00 8.33 39.62 37.46 [2021-03-16T13:44:36.334Z] 12:56:02 all 4.37 0.00 3.29 1.78 25.73 64.83 [2021-03-16T13:44:36.334Z] 12:56:02 0 4.00 0.00 3.46 0.59 28.22 63.73 [2021-03-16T13:44:36.334Z] 12:56:02 1 3.24 0.00 2.60 2.98 25.71 65.48 [2021-03-16T13:44:36.334Z] 12:56:02 2 5.65 0.00 4.12 1.19 26.34 62.70 [2021-03-16T13:44:36.334Z] 12:56:02 3 4.67 0.00 3.02 2.31 22.62 67.38 [2021-03-16T13:44:36.334Z] 12:57:01 all 7.25 0.00 3.15 1.64 29.17 58.80 [2021-03-16T13:44:36.334Z] 12:57:01 0 8.46 0.00 3.84 1.25 30.20 56.24 [2021-03-16T13:44:36.334Z] 12:57:01 1 7.52 0.00 2.68 0.39 27.71 61.70 [2021-03-16T13:44:36.334Z] 12:57:01 2 7.30 0.00 3.92 4.26 29.86 54.67 [2021-03-16T13:44:36.334Z] 12:57:01 3 5.75 0.00 2.19 0.75 28.95 62.35 [2021-03-16T13:44:36.334Z] 12:58:02 all 3.52 0.00 3.31 1.75 27.46 63.96 [2021-03-16T13:44:36.334Z] 12:58:02 0 4.04 0.00 3.64 2.94 28.38 61.01 [2021-03-16T13:44:36.334Z] 12:58:02 1 2.92 0.00 3.26 0.84 27.69 65.29 [2021-03-16T13:44:36.334Z] 12:58:02 2 3.61 0.00 3.08 1.33 26.76 65.23 [2021-03-16T13:44:36.334Z] 12:58:02 3 3.54 0.00 3.27 1.90 27.04 64.25 [2021-03-16T13:44:36.334Z] 12:59:01 all 4.70 0.00 5.05 7.93 28.86 53.45 [2021-03-16T13:44:36.334Z] 12:59:01 0 4.16 0.00 4.33 8.24 28.94 54.34 [2021-03-16T13:44:36.334Z] 12:59:01 1 4.84 0.00 4.95 7.40 28.83 53.98 [2021-03-16T13:44:36.334Z] 12:59:01 2 4.46 0.00 5.20 7.92 28.80 53.63 [2021-03-16T13:44:36.334Z] 12:59:01 3 5.37 0.00 5.74 8.17 28.88 51.84 [2021-03-16T13:44:36.334Z] 13:00:01 all 23.58 0.00 6.37 1.34 47.44 21.26 [2021-03-16T13:44:36.334Z] 13:00:01 0 17.26 0.00 4.69 0.51 47.33 30.21 [2021-03-16T13:44:36.334Z] 13:00:01 1 22.18 0.00 5.93 2.17 48.26 21.45 [2021-03-16T13:44:36.334Z] 13:00:01 2 29.37 0.00 8.08 1.80 46.83 13.91 [2021-03-16T13:44:36.334Z] 13:00:01 3 26.78 0.00 7.12 1.01 47.30 17.80 [2021-03-16T13:44:36.334Z] 13:01:02 all 23.14 0.00 8.38 1.88 46.53 20.07 [2021-03-16T13:44:36.334Z] 13:01:02 0 24.21 0.00 8.40 0.78 44.96 21.65 [2021-03-16T13:44:36.334Z] 13:01:02 1 25.04 0.00 8.79 2.07 47.75 16.35 [2021-03-16T13:44:36.334Z] 13:01:02 2 21.11 0.00 8.33 2.08 47.24 21.23 [2021-03-16T13:44:36.334Z] 13:01:02 3 22.35 0.00 8.00 2.54 46.16 20.94 [2021-03-16T13:44:36.334Z] 13:02:01 all 21.74 0.00 7.72 1.02 36.65 32.87 [2021-03-16T13:44:36.334Z] 13:02:01 0 24.34 0.00 8.36 1.33 36.04 29.93 [2021-03-16T13:44:36.334Z] 13:02:01 1 20.19 0.00 6.87 0.75 36.95 35.24 [2021-03-16T13:44:36.334Z] 13:02:01 2 21.99 0.00 8.04 1.23 37.30 31.45 [2021-03-16T13:44:36.334Z] 13:02:01 3 20.61 0.00 7.67 0.80 36.28 34.65 [2021-03-16T13:44:36.334Z] 13:03:02 all 16.02 0.00 8.13 3.28 53.27 19.30 [2021-03-16T13:44:36.334Z] 13:03:02 0 15.01 0.00 8.43 3.59 53.71 19.27 [2021-03-16T13:44:36.334Z] 13:03:02 1 13.80 0.00 7.59 2.59 52.44 23.57 [2021-03-16T13:44:36.334Z] 13:03:02 2 18.69 0.00 9.27 4.41 51.84 15.79 [2021-03-16T13:44:36.334Z] 13:03:02 3 16.80 0.00 7.28 2.61 55.05 18.26 [2021-03-16T13:44:36.334Z] 13:04:01 all 15.95 0.00 9.39 2.81 45.81 26.04 [2021-03-16T13:44:36.334Z] 13:04:01 0 14.90 0.00 8.39 3.51 46.13 27.06 [2021-03-16T13:44:36.334Z] 13:04:01 1 15.41 0.00 8.33 1.94 46.51 27.81 [2021-03-16T13:44:36.334Z] 13:04:01 2 18.75 0.00 12.10 2.99 44.42 21.74 [2021-03-16T13:44:36.334Z] 13:04:01 3 14.88 0.00 8.88 2.82 46.10 27.32 [2021-03-16T13:44:36.334Z] 13:05:02 all 13.61 0.00 8.04 0.27 35.43 42.65 [2021-03-16T13:44:36.334Z] 13:05:02 0 13.40 0.00 6.83 0.39 35.88 43.50 [2021-03-16T13:44:36.334Z] 13:05:02 1 13.10 0.00 7.73 0.16 36.09 42.92 [2021-03-16T13:44:36.334Z] 13:05:02 2 15.43 0.00 9.14 0.43 35.04 39.96 [2021-03-16T13:44:36.334Z] 13:05:02 3 12.53 0.00 8.52 0.11 34.66 44.17 [2021-03-16T13:44:36.334Z] [2021-03-16T13:44:36.334Z] 13:05:02 CPU %user %nice %system %iowait %steal %idle [2021-03-16T13:44:36.334Z] 13:06:01 all 4.59 0.00 4.38 0.64 34.75 55.64 [2021-03-16T13:44:36.334Z] 13:06:01 0 3.82 0.00 3.92 0.03 36.04 56.19 [2021-03-16T13:44:36.334Z] 13:06:01 1 3.98 0.00 3.88 0.89 34.19 57.06 [2021-03-16T13:44:36.334Z] 13:06:01 2 5.53 0.00 4.94 1.29 34.91 53.32 [2021-03-16T13:44:36.334Z] 13:06:01 3 5.10 0.00 4.81 0.37 33.80 55.92 [2021-03-16T13:44:36.334Z] 13:07:02 all 3.60 0.00 5.22 12.76 39.29 39.12 [2021-03-16T13:44:36.334Z] 13:07:02 0 2.78 0.00 4.72 12.28 40.47 39.75 [2021-03-16T13:44:36.334Z] 13:07:02 1 3.10 0.00 5.83 13.09 38.35 39.63 [2021-03-16T13:44:36.334Z] 13:07:02 2 3.18 0.00 5.19 14.46 39.24 37.92 [2021-03-16T13:44:36.334Z] 13:07:02 3 5.41 0.00 5.18 11.20 39.03 39.18 [2021-03-16T13:44:36.334Z] 13:08:12 all 7.33 0.00 5.79 12.84 47.99 26.05 [2021-03-16T13:44:36.334Z] 13:08:12 0 6.37 0.00 5.23 13.54 46.68 28.18 [2021-03-16T13:44:36.334Z] 13:08:12 1 7.34 0.00 5.87 12.28 48.54 25.97 [2021-03-16T13:44:36.334Z] 13:08:12 2 7.91 0.00 6.13 12.79 50.13 23.04 [2021-03-16T13:44:36.334Z] 13:08:12 3 7.75 0.00 5.93 12.72 46.73 26.87 [2021-03-16T13:44:36.334Z] 13:09:09 all 3.82 0.00 6.17 23.04 44.07 22.89 [2021-03-16T13:44:36.334Z] 13:09:09 0 3.61 0.00 5.87 19.81 44.15 26.56 [2021-03-16T13:44:36.334Z] 13:09:09 1 3.46 0.00 6.17 25.71 43.76 20.90 [2021-03-16T13:44:36.334Z] 13:09:09 2 4.12 0.00 6.16 24.33 43.60 21.80 [2021-03-16T13:44:36.334Z] 13:09:09 3 4.09 0.00 6.49 22.30 44.77 22.35 [2021-03-16T13:44:36.334Z] 13:10:08 all 1.59 0.00 4.00 41.03 36.39 17.00 [2021-03-16T13:44:36.334Z] 13:10:08 0 1.66 0.00 3.95 39.68 36.23 18.48 [2021-03-16T13:44:36.334Z] 13:10:08 1 1.51 0.00 3.99 44.26 36.69 13.56 [2021-03-16T13:44:36.334Z] 13:10:08 2 1.54 0.00 4.15 40.37 34.54 19.40 [2021-03-16T13:44:36.334Z] 13:10:08 3 1.66 0.00 3.90 39.80 38.01 16.63 [2021-03-16T13:44:36.334Z] 13:11:04 all 4.61 0.00 3.13 25.89 48.41 17.96 [2021-03-16T13:44:36.334Z] 13:11:04 0 4.32 0.00 2.99 25.68 49.14 17.87 [2021-03-16T13:44:36.334Z] 13:11:04 1 4.66 0.00 3.21 27.18 48.34 16.61 [2021-03-16T13:44:36.334Z] 13:11:04 2 4.78 0.00 3.00 24.99 47.83 19.41 [2021-03-16T13:44:36.334Z] 13:11:04 3 4.67 0.00 3.30 25.74 48.34 17.95 [2021-03-16T13:44:36.334Z] 13:12:03 all 16.73 0.00 6.87 21.92 39.69 14.80 [2021-03-16T13:44:36.334Z] 13:12:03 0 14.97 0.00 6.50 19.94 40.45 18.15 [2021-03-16T13:44:36.334Z] 13:12:03 1 16.12 0.00 7.25 24.22 40.52 11.89 [2021-03-16T13:44:36.334Z] 13:12:03 2 19.61 0.00 6.90 19.25 36.72 17.52 [2021-03-16T13:44:36.334Z] 13:12:03 3 16.16 0.00 6.84 24.32 41.12 11.56 [2021-03-16T13:44:36.334Z] 13:13:01 all 47.09 0.00 9.72 2.00 40.08 1.10 [2021-03-16T13:44:36.334Z] 13:13:01 0 50.96 0.00 10.29 1.50 36.71 0.55 [2021-03-16T13:44:36.334Z] 13:13:01 1 50.98 0.00 9.91 0.96 37.47 0.68 [2021-03-16T13:44:36.334Z] 13:13:01 2 44.07 0.00 9.94 2.68 41.98 1.33 [2021-03-16T13:44:36.334Z] 13:13:01 3 42.46 0.00 8.76 2.86 44.10 1.83 [2021-03-16T13:44:36.334Z] 13:14:04 all 6.57 0.00 8.06 10.57 44.88 29.91 [2021-03-16T13:44:36.334Z] 13:14:04 0 6.71 0.00 8.70 9.43 45.40 29.76 [2021-03-16T13:44:36.334Z] 13:14:04 1 6.06 0.00 7.39 10.18 45.41 30.95 [2021-03-16T13:44:36.334Z] 13:14:04 2 6.99 0.00 8.35 11.83 44.54 28.28 [2021-03-16T13:44:36.334Z] 13:14:04 3 6.52 0.00 7.81 10.86 44.17 30.65 [2021-03-16T13:44:36.334Z] 13:15:11 all 5.85 0.00 4.59 15.47 46.88 27.21 [2021-03-16T13:44:36.334Z] 13:15:11 0 6.81 0.00 5.31 16.32 49.07 22.49 [2021-03-16T13:44:36.334Z] 13:15:11 1 6.16 0.00 4.59 14.85 47.77 26.63 [2021-03-16T13:44:36.334Z] 13:15:11 2 5.38 0.00 4.45 15.70 45.27 29.20 [2021-03-16T13:44:36.334Z] 13:15:11 3 5.10 0.00 4.04 15.02 45.45 30.39 [2021-03-16T13:44:36.334Z] 13:16:07 all 14.42 0.00 7.89 12.18 52.49 13.03 [2021-03-16T13:44:36.334Z] 13:16:07 0 14.22 0.00 8.03 9.74 51.62 16.39 [2021-03-16T13:44:36.334Z] 13:16:07 1 15.43 0.00 7.12 14.28 52.32 10.84 [2021-03-16T13:44:36.334Z] 13:16:07 2 14.58 0.00 8.11 11.95 53.91 11.45 [2021-03-16T13:44:36.334Z] 13:16:07 3 13.42 0.00 8.33 12.61 52.10 13.54 [2021-03-16T13:44:36.334Z] [2021-03-16T13:44:36.334Z] 13:16:07 CPU %user %nice %system %iowait %steal %idle [2021-03-16T13:44:36.334Z] 13:17:04 all 12.67 0.00 7.50 14.33 54.92 10.58 [2021-03-16T13:44:36.334Z] 13:17:04 0 13.18 0.00 7.63 15.29 52.18 11.73 [2021-03-16T13:44:36.334Z] 13:17:04 1 11.37 0.00 7.27 15.74 55.41 10.20 [2021-03-16T13:44:36.334Z] 13:17:04 2 14.46 0.00 8.68 12.00 55.49 9.37 [2021-03-16T13:44:36.334Z] 13:17:04 3 11.74 0.00 6.48 14.20 56.60 10.98 [2021-03-16T13:44:36.335Z] 13:18:01 all 3.84 0.00 4.72 23.28 44.72 23.45 [2021-03-16T13:44:36.335Z] 13:18:01 0 3.24 0.00 4.33 24.90 44.25 23.28 [2021-03-16T13:44:36.335Z] 13:18:01 1 4.07 0.00 4.89 23.21 45.67 22.15 [2021-03-16T13:44:36.335Z] 13:18:01 2 4.27 0.00 4.41 21.76 44.19 25.38 [2021-03-16T13:44:36.335Z] 13:18:01 3 3.78 0.00 5.27 23.19 44.79 22.97 [2021-03-16T13:44:36.335Z] 13:19:01 all 27.09 0.00 10.41 3.22 40.34 18.93 [2021-03-16T13:44:36.335Z] 13:19:01 0 25.42 0.00 10.64 4.38 41.98 17.58 [2021-03-16T13:44:36.335Z] 13:19:01 1 28.22 0.00 10.13 1.96 41.48 18.22 [2021-03-16T13:44:36.335Z] 13:19:01 2 26.03 0.00 10.17 4.12 40.70 18.97 [2021-03-16T13:44:36.335Z] 13:19:01 3 28.73 0.00 10.72 2.40 37.14 21.01 [2021-03-16T13:44:36.335Z] 13:20:01 all 6.02 0.00 4.68 2.99 25.84 60.47 [2021-03-16T13:44:36.335Z] 13:20:01 0 8.64 0.00 5.94 2.81 27.25 55.36 [2021-03-16T13:44:36.335Z] 13:20:01 1 3.85 0.00 4.32 3.78 25.49 62.56 [2021-03-16T13:44:36.335Z] 13:20:01 2 6.74 0.00 4.11 1.94 26.88 60.33 [2021-03-16T13:44:36.335Z] 13:20:01 3 4.86 0.00 4.38 3.43 23.70 63.63 [2021-03-16T13:44:36.335Z] 13:21:01 all 0.52 0.00 1.32 0.52 7.51 90.14 [2021-03-16T13:44:36.335Z] 13:21:01 0 0.80 0.00 1.08 1.10 7.75 89.27 [2021-03-16T13:44:36.335Z] 13:21:01 1 0.32 0.00 1.32 0.45 6.76 91.15 [2021-03-16T13:44:36.335Z] 13:21:01 2 0.36 0.00 1.60 0.08 9.13 88.83 [2021-03-16T13:44:36.335Z] 13:21:01 3 0.61 0.00 1.26 0.45 6.35 91.33 [2021-03-16T13:44:36.335Z] 13:22:01 all 0.08 0.00 0.06 0.04 1.08 98.74 [2021-03-16T13:44:36.335Z] 13:22:01 0 0.02 0.00 0.05 0.00 1.63 98.31 [2021-03-16T13:44:36.335Z] 13:22:01 1 0.13 0.00 0.08 0.00 0.99 98.79 [2021-03-16T13:44:36.335Z] 13:22:01 2 0.12 0.00 0.05 0.17 1.29 98.38 [2021-03-16T13:44:36.335Z] 13:22:01 3 0.07 0.00 0.05 0.00 0.42 99.47 [2021-03-16T13:44:36.335Z] 13:23:01 all 0.11 0.00 0.17 0.00 0.99 98.73 [2021-03-16T13:44:36.335Z] 13:23:01 0 0.02 0.00 0.20 0.00 0.68 99.11 [2021-03-16T13:44:36.335Z] 13:23:01 1 0.08 0.00 0.23 0.00 1.13 98.56 [2021-03-16T13:44:36.335Z] 13:23:01 2 0.21 0.00 0.12 0.02 1.61 98.04 [2021-03-16T13:44:36.335Z] 13:23:01 3 0.12 0.00 0.15 0.00 0.53 99.20 [2021-03-16T13:44:36.335Z] 13:24:01 all 0.13 0.00 0.04 0.00 1.27 98.56 [2021-03-16T13:44:36.335Z] 13:24:01 0 0.00 0.00 0.03 0.00 0.45 99.52 [2021-03-16T13:44:36.335Z] 13:24:01 1 0.31 0.00 0.05 0.00 2.17 97.47 [2021-03-16T13:44:36.335Z] 13:24:01 2 0.18 0.00 0.05 0.02 2.08 97.68 [2021-03-16T13:44:36.335Z] 13:24:01 3 0.02 0.00 0.02 0.00 0.35 99.62 [2021-03-16T13:44:36.335Z] 13:25:01 all 0.09 0.00 0.15 0.00 2.82 96.93 [2021-03-16T13:44:36.335Z] 13:25:01 0 0.03 0.00 0.23 0.00 2.66 97.08 [2021-03-16T13:44:36.335Z] 13:25:01 1 0.26 0.00 0.06 0.00 3.71 95.97 [2021-03-16T13:44:36.335Z] 13:25:01 2 0.06 0.00 0.23 0.00 3.51 96.19 [2021-03-16T13:44:36.335Z] 13:25:01 3 0.02 0.00 0.08 0.00 1.38 98.52 [2021-03-16T13:44:36.335Z] 13:26:02 all 0.07 0.00 0.03 0.00 2.06 97.85 [2021-03-16T13:44:36.335Z] 13:26:02 0 0.00 0.00 0.03 0.00 1.21 98.76 [2021-03-16T13:44:36.335Z] 13:26:02 1 0.23 0.00 0.03 0.00 2.76 96.98 [2021-03-16T13:44:36.335Z] 13:26:02 2 0.03 0.00 0.03 0.00 3.31 96.62 [2021-03-16T13:44:36.335Z] 13:26:02 3 0.00 0.00 0.02 0.00 0.90 99.08 [2021-03-16T13:44:36.335Z] 13:27:01 all 0.11 0.00 0.03 0.00 0.38 99.48 [2021-03-16T13:44:36.335Z] 13:27:01 0 0.03 0.00 0.03 0.00 0.17 99.76 [2021-03-16T13:44:36.335Z] 13:27:01 1 0.02 0.00 0.02 0.00 0.42 99.54 [2021-03-16T13:44:36.335Z] 13:27:01 2 0.37 0.00 0.05 0.00 0.49 99.09 [2021-03-16T13:44:36.335Z] 13:27:01 3 0.02 0.00 0.02 0.00 0.44 99.53 [2021-03-16T13:44:36.335Z] [2021-03-16T13:44:36.335Z] 13:27:01 CPU %user %nice %system %iowait %steal %idle [2021-03-16T13:44:36.335Z] 13:28:01 all 0.06 0.00 0.02 0.00 0.77 99.16 [2021-03-16T13:44:36.335Z] 13:28:01 0 0.00 0.00 0.02 0.00 0.23 99.75 [2021-03-16T13:44:36.335Z] 13:28:01 1 0.10 0.00 0.03 0.00 0.99 98.87 [2021-03-16T13:44:36.335Z] 13:28:01 2 0.15 0.00 0.02 0.00 1.74 98.10 [2021-03-16T13:44:36.335Z] 13:28:01 3 0.00 0.00 0.00 0.00 0.08 99.92 [2021-03-16T13:44:36.335Z] 13:29:01 all 0.07 0.00 0.02 0.00 0.47 99.44 [2021-03-16T13:44:36.335Z] 13:29:01 0 0.00 0.00 0.02 0.00 0.60 99.39 [2021-03-16T13:44:36.335Z] 13:29:01 1 0.22 0.00 0.03 0.00 0.68 99.07 [2021-03-16T13:44:36.335Z] 13:29:01 2 0.03 0.00 0.03 0.00 0.51 99.42 [2021-03-16T13:44:36.335Z] 13:29:01 3 0.02 0.00 0.02 0.00 0.08 99.88 [2021-03-16T13:44:36.335Z] 13:30:01 all 0.07 0.00 0.04 0.00 0.65 99.23 [2021-03-16T13:44:36.335Z] 13:30:01 0 0.02 0.00 0.02 0.00 0.58 99.39 [2021-03-16T13:44:36.335Z] 13:30:01 1 0.07 0.00 0.05 0.00 0.74 99.14 [2021-03-16T13:44:36.335Z] 13:30:01 2 0.21 0.00 0.07 0.00 1.09 98.63 [2021-03-16T13:44:36.335Z] 13:30:01 3 0.00 0.00 0.02 0.00 0.20 99.78 [2021-03-16T13:44:36.335Z] 13:31:01 all 0.10 0.00 0.02 0.00 0.44 99.44 [2021-03-16T13:44:36.335Z] 13:31:01 0 0.03 0.00 0.00 0.00 0.30 99.67 [2021-03-16T13:44:36.335Z] 13:31:01 1 0.10 0.00 0.05 0.00 0.70 99.15 [2021-03-16T13:44:36.335Z] 13:31:01 2 0.23 0.00 0.02 0.00 0.68 99.07 [2021-03-16T13:44:36.335Z] 13:31:01 3 0.02 0.00 0.00 0.00 0.10 99.88 [2021-03-16T13:44:36.335Z] 13:32:01 all 0.09 0.00 0.03 0.00 0.12 99.76 [2021-03-16T13:44:36.335Z] 13:32:01 0 0.00 0.00 0.02 0.00 0.05 99.93 [2021-03-16T13:44:36.335Z] 13:32:01 1 0.28 0.00 0.02 0.00 0.07 99.63 [2021-03-16T13:44:36.335Z] 13:32:01 2 0.07 0.00 0.07 0.00 0.37 99.50 [2021-03-16T13:44:36.335Z] 13:32:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2021-03-16T13:44:36.335Z] 13:33:01 all 0.10 0.00 0.03 0.00 0.37 99.50 [2021-03-16T13:44:36.335Z] 13:33:01 0 0.03 0.00 0.05 0.00 0.13 99.78 [2021-03-16T13:44:36.335Z] 13:33:01 1 0.30 0.00 0.00 0.00 0.47 99.24 [2021-03-16T13:44:36.335Z] 13:33:01 2 0.03 0.00 0.07 0.00 0.76 99.14 [2021-03-16T13:44:36.335Z] 13:33:01 3 0.02 0.00 0.00 0.00 0.13 99.85 [2021-03-16T13:44:36.335Z] 13:34:01 all 0.09 0.00 0.03 0.00 0.42 99.46 [2021-03-16T13:44:36.335Z] 13:34:01 0 0.00 0.00 0.02 0.00 0.15 99.83 [2021-03-16T13:44:36.335Z] 13:34:01 1 0.28 0.00 0.03 0.00 0.25 99.43 [2021-03-16T13:44:36.335Z] 13:34:01 2 0.07 0.00 0.07 0.00 1.16 98.71 [2021-03-16T13:44:36.335Z] 13:34:01 3 0.02 0.00 0.02 0.00 0.10 99.87 [2021-03-16T13:44:36.335Z] 13:35:01 all 0.07 0.00 0.03 0.00 1.00 98.90 [2021-03-16T13:44:36.335Z] 13:35:01 0 0.03 0.00 0.02 0.00 0.27 99.68 [2021-03-16T13:44:36.335Z] 13:35:01 1 0.22 0.00 0.03 0.00 0.53 99.22 [2021-03-16T13:44:36.335Z] 13:35:01 2 0.03 0.00 0.05 0.00 3.08 96.84 [2021-03-16T13:44:36.335Z] 13:35:01 3 0.00 0.00 0.02 0.00 0.07 99.92 [2021-03-16T13:44:36.335Z] 13:36:02 all 0.07 0.00 0.03 0.00 1.07 98.83 [2021-03-16T13:44:36.335Z] 13:36:02 0 0.00 0.00 0.03 0.00 0.17 99.80 [2021-03-16T13:44:36.335Z] 13:36:02 1 0.23 0.00 0.02 0.00 0.78 98.97 [2021-03-16T13:44:36.335Z] 13:36:02 2 0.03 0.00 0.06 0.00 3.10 96.81 [2021-03-16T13:44:36.335Z] 13:36:02 3 0.00 0.00 0.02 0.00 0.18 99.80 [2021-03-16T13:44:36.335Z] 13:37:01 all 0.09 0.00 0.03 0.00 0.27 99.62 [2021-03-16T13:44:36.335Z] 13:37:01 0 0.02 0.00 0.02 0.00 0.14 99.83 [2021-03-16T13:44:36.335Z] 13:37:01 1 0.20 0.00 0.02 0.00 0.19 99.59 [2021-03-16T13:44:36.335Z] 13:37:01 2 0.14 0.00 0.07 0.00 0.68 99.12 [2021-03-16T13:44:36.335Z] 13:37:01 3 0.00 0.00 0.02 0.00 0.07 99.92 [2021-03-16T13:44:36.335Z] 13:38:01 all 0.06 1.24 5.56 4.38 29.35 59.41 [2021-03-16T13:44:36.335Z] 13:38:01 0 0.03 1.51 5.99 4.88 29.81 57.78 [2021-03-16T13:44:36.335Z] 13:38:01 1 0.04 1.15 5.46 5.04 29.08 59.24 [2021-03-16T13:44:36.335Z] 13:38:01 2 0.08 1.12 5.29 3.67 29.62 60.23 [2021-03-16T13:44:36.335Z] 13:38:01 3 0.09 1.19 5.52 3.95 28.86 60.38 [2021-03-16T13:44:36.335Z] [2021-03-16T13:44:36.335Z] 13:38:01 CPU %user %nice %system %iowait %steal %idle [2021-03-16T13:44:36.335Z] 13:39:01 all 0.05 0.85 4.69 4.48 27.21 62.73 [2021-03-16T13:44:36.335Z] 13:39:01 0 0.03 0.89 4.75 4.50 27.90 61.93 [2021-03-16T13:44:36.335Z] 13:39:01 1 0.07 0.92 5.19 4.87 27.46 61.50 [2021-03-16T13:44:36.335Z] 13:39:01 2 0.07 0.79 4.38 4.87 27.19 62.71 [2021-03-16T13:44:36.335Z] 13:39:01 3 0.03 0.79 4.45 3.66 26.26 64.82 [2021-03-16T13:44:36.335Z] 13:40:01 all 0.08 0.07 0.63 0.06 4.32 94.84 [2021-03-16T13:44:36.335Z] 13:40:01 0 0.20 0.10 0.80 0.00 3.64 95.27 [2021-03-16T13:44:36.335Z] 13:40:01 1 0.06 0.05 0.53 0.06 4.65 94.64 [2021-03-16T13:44:36.335Z] 13:40:01 2 0.02 0.03 0.43 0.00 4.56 94.96 [2021-03-16T13:44:36.335Z] 13:40:01 3 0.03 0.10 0.78 0.16 4.43 94.50 [2021-03-16T13:44:36.335Z] 13:41:01 all 0.07 0.00 0.02 0.00 0.43 99.48 [2021-03-16T13:44:36.335Z] 13:41:01 0 0.20 0.00 0.02 0.00 0.45 99.34 [2021-03-16T13:44:36.335Z] 13:41:01 1 0.02 0.00 0.02 0.00 0.46 99.50 [2021-03-16T13:44:36.335Z] 13:41:01 2 0.05 0.00 0.03 0.00 0.76 99.16 [2021-03-16T13:44:36.335Z] 13:41:01 3 0.02 0.00 0.02 0.00 0.03 99.93 [2021-03-16T13:44:36.335Z] 13:42:01 all 0.08 0.00 0.02 0.00 0.81 99.09 [2021-03-16T13:44:36.335Z] 13:42:01 0 0.25 0.00 0.03 0.00 1.35 98.37 [2021-03-16T13:44:36.335Z] 13:42:01 1 0.02 0.00 0.02 0.00 0.42 99.55 [2021-03-16T13:44:36.335Z] 13:42:01 2 0.02 0.00 0.02 0.00 1.19 98.78 [2021-03-16T13:44:36.335Z] 13:42:01 3 0.03 0.00 0.02 0.00 0.27 99.68 [2021-03-16T13:44:36.335Z] 13:43:01 all 0.10 0.00 0.01 0.00 0.58 99.29 [2021-03-16T13:44:36.335Z] 13:43:01 0 0.27 0.00 0.02 0.00 0.50 99.22 [2021-03-16T13:44:36.335Z] 13:43:01 1 0.03 0.00 0.02 0.00 0.81 99.14 [2021-03-16T13:44:36.335Z] 13:43:01 2 0.02 0.00 0.02 0.00 0.86 99.11 [2021-03-16T13:44:36.335Z] 13:43:01 3 0.10 0.00 0.00 0.02 0.17 99.72 [2021-03-16T13:44:36.335Z] 13:44:02 all 3.73 0.00 3.32 3.59 21.40 67.95 [2021-03-16T13:44:36.335Z] 13:44:02 0 3.08 0.00 3.27 1.81 22.11 69.73 [2021-03-16T13:44:36.335Z] 13:44:02 1 3.17 0.00 3.49 1.61 20.59 71.14 [2021-03-16T13:44:36.335Z] 13:44:02 2 5.78 0.00 3.63 9.49 21.39 59.72 [2021-03-16T13:44:36.335Z] 13:44:02 3 2.93 0.00 2.92 1.60 21.52 71.03 [2021-03-16T13:44:36.335Z] Average: all 5.99 0.05 3.60 5.69 23.83 60.84 [2021-03-16T13:44:36.335Z] Average: 0 5.92 0.06 3.61 5.53 24.00 60.89 [2021-03-16T13:44:36.335Z] Average: 1 5.90 0.05 3.51 5.83 23.93 60.78 [2021-03-16T13:44:36.335Z] Average: 2 6.30 0.05 3.76 5.81 23.88 60.20 [2021-03-16T13:44:36.335Z] Average: 3 5.83 0.05 3.54 5.61 23.50 61.48 [2021-03-16T13:44:36.335Z] [2021-03-16T13:44:36.335Z] [2021-03-16T13:44:36.335Z]